I haven't tried this in a very long time but MS has an HBase client for .NET that relied on the HBase REST API:
https://github.com/hdinsight/hbase-sdk-for-net Depending on your needs to integrate to your project that might be useful. esteban. -- Cloudera, Inc. On Mon, Jan 9, 2017 at 1:56 PM, Ted Yu <[email protected]> wrote: > When HBASE-16179 is resolved, you would be able to query through Spark 2.0 > > The current hbase-spark module in master branch only supports Spark 1.6 > > FYI > > On Mon, Jan 9, 2017 at 1:06 AM, Manjeet Singh <[email protected]> > wrote: > > > Hi All, > > > > I have to find which is the best way to query on Hbase will give best > > result > > > > options are as below if any one can help > > > > > > > > 1. REST API > > 2. Using Thrift: > > 1. HBase and Thrift in .NET C# Tutorial > > http://pawelrychlicki.pl/Article/Details/52/hbase-and- > > thrift-in-net-c-sharp-tutorial-c-sharp-45-and-thrift-093 > > 3. Commercial ODBC/ADO.NET Connectors > > 1. http://www.cdata.com/drivers/hbase/ado/ > > 2. http://www.simba.com/drivers/hbase-odbc-jdbc/ > > 4. Apache Drill > > 5. Apache Phoenix > > > > Thanks > > Manjeet > > -- > > luv all > > >
