Sorry in advance if this is something simple I just can not find the solution on google. I am getting started with setting up C# code to connect to an HBASE/Hadoop server.
I have found some examples to start the code/connection. https://thrift.apache.org/tutorial/csharp
I downloaded the nuget package for Thrift and that works. I am starting at the very beginning and the issue is that for this line below:
Calculator.Client client = new Calculator.Client(protocol);
Gets error (type/namespace can not be found.. etc).
Where/how do I add the reference to this class? I can not find it anywhere and my google searching is not successful
Thank You.