Re: Does hbase support username and password?

2018-10-25 Thread Reid Chan
>> Does hbase support username and password? No, it doesn't. >> feature that HBase users could use username and password had contributed >> this feature to the community That's a customized feature, combination with apache-derby and some hacking in hdfs codes if

Does hbase support username and password?

2018-10-25 Thread yuhang li
Hello everyone! I am managing a HBase cluster for multiple users and for safety I want to control the authority for each of them. The native ACL featrue is base on Kerberos, but it not easy for me to persuade my users to use kerberos for authorization and authentication, which is also not easy to

Re: Hbase Support for C#/.Net

2017-01-11 Thread Josh Elser
Just another C# library which can be used with Apache Phoenix: https://github.com/Azure/hdinsight-phoenix-sharp Dima says it best in how to determine which to use. Manjeet Singh wrote: Hi All, I have to find which is the best way to query on Hbase will give best result options are as below

Re: Hbase Support for C#/.Net

2017-01-10 Thread Dima Spivak
It really depends on your use case, so your best bet is to implement proof of concepts of each and benchmark them yourself with your workload. Cheers, On Mon, Jan 9, 2017 at 11:07 PM Manjeet Singh wrote: > Thanks Dima for writing > > > > We just completed one

Re: Hbase Support for C#/.Net

2017-01-09 Thread Manjeet Singh
Thanks Dima for writing We just completed one project of Hbase-Spark combination we have another client on .Net platform. I have seen good support for java and spark for Hbase. I am looking solution for .Net and as its quite new for us too but what community say to go with this so I can start

Re: Hbase Support for C#/.Net

2017-01-09 Thread Esteban Gutierrez
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,

Hbase Support for C#/.Net

2017-01-09 Thread Manjeet Singh
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

Re: Does Hbase support to store MultiMedia files?

2017-01-03 Thread Ted Yu
Please take a look at http://hbase.apache.org/book.html#hbase_mob On Tue, Jan 3, 2017 at 9:14 PM, Manjeet Singh <manjeet.chand...@gmail.com> wrote: > Hi All, > > I have question regarding, does hbase support to store content like Media > files (audio, video, pictures etc) &g

Does Hbase support to store MultiMedia files?

2017-01-03 Thread Manjeet Singh
Hi All, I have question regarding, does hbase support to store content like Media files (audio, video, pictures etc) as I have read one blog I need to change hfile format version 3 hfile.format.version 3 If hbase support to store media more question so other things like region split

Re: HBase Support

2013-05-15 Thread Raju muddana
Hai shashwat, Thank you for your Supporting. I have made the Modifications Which you said to me. But Still i am facing (Client Session Timeout) INFO zookeeper.ClientCnxn: Client session timed out, have not heard from server in 3401ms for sessionid 0x13ea2defe7f0004 .. .. What to do,Help me.

Re: HBase Support

2013-05-12 Thread Raju muddana
Hey shashwat,! I have already Seen some of your posts related to Hbase.At that time those are Very Helpful to Me. And Thank you to you once again fro this reply. Shashwat i did not find any addresources(,value) method. I found addresource() and is takes only single parameter. So i set the values

Re: HBase Support

2013-05-12 Thread shashwat shriparv
On Sun, May 12, 2013 at 12:18 PM, Raju muddana rajumudd...@gmail.comwrote: .Is It o Yes it is fine, mine was a typo :) *Thanks Regards* ∞ Shashwat Shriparv

Re: HBase Support

2013-05-11 Thread naga raju
Thanks Tariq, my hbase-site.xml: configuration property namehbase.rootdir/name value/home/imadas/24H-DB/value /property property namehbase.rpc.timeout/name value90/value !-- 15 minutes -- /property property namehbase.zookeeper.quorum/name value127.0.0.1/value /property

Re: HBase Support

2013-05-11 Thread Shahab Yunus
@naga raju. You should not provide hbase.master property. The information is retrieved from the zookeeper.quorum property instead. On Sat, May 11, 2013 at 8:39 AM, naga raju rajumudd...@gmail.com wrote: Thanks Tariq, my hbase-site.xml: configuration property namehbase.rootdir/name

Re: HBase Support

2013-05-11 Thread Mohammad Tariq
Hello Raju, Please add the scheme i.e. file:// in your URI so that is looks like file:///home/imadas/24H-DB. And yes, there is no need to specify hbase.master in hbase-site.xml, as Shahab has said. Warm Regards, Tariq cloudfront.blogspot.com On Sat, May 11, 2013 at 9:10 PM, Shahab

Re: HBase Support

2013-05-11 Thread shashwat shriparv
in your code add this parameter zookeeper.session.timeout zookeeper tick tome conf.addresources(,value) *Thanks Regards* ∞ Shashwat Shriparv On Sat, May 11, 2013 at 9:22 PM, Mohammad Tariq donta...@gmail.com wrote: Hello Raju, Please add the scheme i.e. file:// in your URI

Re: HBase Support

2013-05-10 Thread Amandeep Khurana
Look at your HBase logs. They will be in the $HBASE_HOME/logs directory. That might give some insight into what's going on. On Thu, May 9, 2013 at 10:42 PM, naga raju rajumudd...@gmail.com wrote: Thanks for your Guidance Amandeep, I can re-start my application and which logs i have to

Re: HBase Support

2013-05-10 Thread naga raju
ya I have checked Logs ,in those logs i found .. WARN client.ZooKeeperSaslClient: SecurityException: java.lang.SecurityException: Unable to locate a login configuration occurred when trying to find JAAS configuration. lient.ZooKeeperSaslClient: Client will not SASL-authenticate because the

Re: HBase Support

2013-05-10 Thread Mohammad Tariq
Hello Raju, This means that there is some problem with the connection between HMaster and ZK. Make sure all your Hbase daemons are running fine. Which version are you using?Also showing complete HMaster and ZK logs would be helpful. Warm Regards, Tariq cloudfront.blogspot.com On Fri, May

Re: HBase Support

2013-05-10 Thread naga raju
Thanks Tariq, I am Using hbase-0.92.1, This is some part of Hbase Master log file: 13/05/10 14:22:22 INFO zookeeper.ZooKeeper: Client environment:java.library.path=/home/imadas/softs/hbase-0.92.1/bin/../lib/native/Linux-i386-32 13/05/10 14:22:22 INFO zookeeper.ZooKeeper: Client

Re: HBase Support

2013-05-10 Thread Mohammad Tariq
Hello Raju, ZK logs should be there at the same place as HMaster logs. Warm Regards, Tariq cloudfront.blogspot.com On Fri, May 10, 2013 at 5:24 PM, naga raju rajumudd...@gmail.com wrote: Thanks Tariq, I am Using hbase-0.92.1, This is some part of Hbase Master log file: 13/05/10

Re: HBase Support

2013-05-10 Thread naga raju
Thank you Tariq, Have checked Hbase Master Logs(Which i have Provided to you). Did you find any clue to identify what is the Problem. Thanks Regards Raju. On Fri, May 10, 2013 at 7:01 PM, Mohammad Tariq donta...@gmail.com wrote: Hello Raju, ZK logs should be there at the same

Re: HBase Support

2013-05-10 Thread Mohammad Tariq
You are welcome Raju, There seems to be some connection related issue. Could you please show me you hbase-site.xml?Have you added hbase.zookeeper.quorum in it?Which version are you using? Warm Regards, Tariq cloudfront.blogspot.com On Fri, May 10, 2013 at 8:01 PM, naga raju

HBase Support

2013-05-09 Thread raju
Hi all, I am New to Hbase(Hadoop), and i am working on hbase with standalone mode.My application running well for some time, after that it displays INFO zookeeper.ClientCnxn: Client session timed out, have not heard from server in 29946ms for sessionid 0x13e88be25cc0004, closing socket

Re: HBase Support

2013-05-09 Thread Mohammad Tariq
Hello Raju, Please find my answers embedded below : 1.what are the causes of Client session timed out.(and client session scenario) There could be several reasons. You network is totally down, you have exceeded the maximum no. of clients allowed at a time, you are facing network

Re: HBase Support

2013-05-09 Thread Amandeep Khurana
Are you running HBase on your local development box or on some server outside and trying to connect to it from your dev box? On Thu, May 9, 2013 at 6:36 AM, raju rajumudd...@gmail.com wrote: Hi all, I am New to Hbase(Hadoop), and i am working on hbase with standalone mode.My application

Re: HBase Support

2013-05-09 Thread naga raju
I am running hbase on same(single) system which i am using to development. On Fri, May 10, 2013 at 6:19 AM, Amandeep Khurana ama...@gmail.com wrote: Are you running HBase on your local development box or on some server outside and trying to connect to it from your dev box? On Thu, May 9,

Re: HBase Support

2013-05-09 Thread naga raju
Thanks Tariq. I have already set zookeeper.session.timeout in hbase-default.xml as: property namezookeeper.session.timeout/name value18/value descriptionZooKeeper session timeout. HBase passes this to the zk quorum as suggested maximum time for a session (This

Re: HBase Support

2013-05-09 Thread Amandeep Khurana
What do the HBase logs say? Can you access the web UI? On Thu, May 9, 2013 at 9:57 PM, naga raju rajumudd...@gmail.com wrote: I am running hbase on same(single) system which i am using to development. On Fri, May 10, 2013 at 6:19 AM, Amandeep Khurana ama...@gmail.com wrote: Are you

Re: HBase Support

2013-05-09 Thread naga raju
Thanks for the Reply Amandeep, I can access the web UI. On Fri, May 10, 2013 at 10:52 AM, Amandeep Khurana ama...@gmail.com wrote: What do the HBase logs say? Can you access the web UI? On Thu, May 9, 2013 at 9:57 PM, naga raju rajumudd...@gmail.com wrote: I am running hbase on

Re: HBase Support

2013-05-09 Thread Amandeep Khurana
Can you tell what the logs are saying? Did you try to restart your application? On Thu, May 9, 2013 at 10:36 PM, naga raju rajumudd...@gmail.com wrote: Thanks for the Reply Amandeep, I can access the web UI. On Fri, May 10, 2013 at 10:52 AM, Amandeep Khurana ama...@gmail.com wrote:

Re: HBase Support

2013-05-09 Thread naga raju
Thanks for your Guidance Amandeep, I can re-start my application and which logs i have to check. Thank Regards Raju. On Fri, May 10, 2013 at 11:07 AM, Amandeep Khurana ama...@gmail.com wrote: Can you tell what the logs are saying? Did you try to restart your application? On Thu, May 9,

HBase support in SHDP Was: Hadoop with Spring / Guice

2011-12-30 Thread Ted Yu
Hi, Costin: I work on HBase. I went over http://static.springsource.org/spring-hadoop/docs/current/reference/hbase.htmlbut didn't have time to download the source code. Is there a typo: 'does more then easily' Should 'then' be 'than' ? For the following config: hdp:hbase-configuration

Re: HBase support in SHDP Was: Hadoop with Spring / Guice

2011-12-30 Thread Ted Yu
Costin: Please include user@hbase.apache.org in your reply. My discussion would mostly be HBase-related. I guess you're dealing with HBase 0.90.4 where connection sharing provided by HBASE-3777 is absent. HBase 0.90.5, just released, contains HBASE-4508 which backports HBASE-3777 to 0.90

Re: HBase support in SHDP Was: Hadoop with Spring / Guice

2011-12-30 Thread Costin Leau
On 12/30/2011 12:43 PM, Ted Yu wrote: Costin: Please include user@hbase.apache.org mailto:user@hbase.apache.org in your reply. My discussion would mostly be HBase-related. # included hbase though I'm not subscribed to that list so I don't think my messages will go through. I guess you're