Re: Doubt

2017-02-14 Thread gaurhari dass
On Tue, Feb 14, 2017 at 7:28 AM, gaurhari dass > wrote: > > > Actually I am not using HBase right now at large scale. > > > > I am using Mongodb mainly so to keep myself updated I follow these > > discussions to learn about issues so I post it on my profile so that I &g

Re: Doubt

2017-02-14 Thread gaurhari dass
=28885329001&tc_rand=196581&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_EDIT&utm_content=001> > > Do you use hbase (I assume you do) ? > > Why not share your own experience (bugs you encountered, tips for > good operations practice, etc) ? > >

Re: Doubt

2017-02-14 Thread gaurhari dass
e thread, including attribution to > participants. > Otherwise the post doesn't have much value since prior conversation is > publicly available. > > > On Feb 14, 2017, at 5:31 AM, gaurhari dass > wrote: > > > > Hi Yu, > > > > No there is no permiss

Re: Doubt

2017-02-14 Thread gaurhari dass
Hi Yu, No there is no permission required. https://www.linkedin.com/pulse/hbase-read-write-performance-conversation-gaurhari-dass @Richard yes it is that conversation i copied from current emails. if there is any issue then let me know or should I include link. Thanks Gaurhari On Tue

Re: Doubt

2017-02-14 Thread gaurhari dass
Hi I want to post like this https://www.linkedin.com/post/edit/hbase-read-write-performance-conversation-gaurhari-dass https://www.linkedin.com/post/edit/hbase-performance-improvements-gaurhari-dass it is just for my reference as well can be helpful to others if it is ok. Thanks Gaurhari On

Re: Doubt

2017-02-12 Thread gaurhari dass
t; Gaurhari, > > This is a publicly-archived mailing list. As such, I don't believe anyone > is going to be upset with intellectual property concerns. > > If anything, you could take a look at the ASF's trademark policy[1]. This > likely covers any sensitive issues. > >

Doubt

2017-02-10 Thread gaurhari dass
Hi , I always follow problems users facing with hbase and solutions provided. these problems and solutions are always helpful to me. I want to know if it is ok if I share these problems and solutions on my linkedin articles as it is. Thanks Gaurhari

Re: Please help me how and when to catch java.net.ConnectException in case hbase is not running as it goes on connecting with hbase

2013-03-31 Thread gaurhari dass
Please hep me in resolving this issue ,above is the log On Mon, Apr 1, 2013 at 10:11 AM, gaurhari dass wrote: > 3/04/01 10:09:15 INFO zookeeper.ClientCnxn: Opening socket connection to > server localhost/127.0.0.1:2181. Will not attempt to authenticate using > SASL (unknown error) >

Re: Please help me how and when to catch java.net.ConnectException in case hbase is not running as it goes on connecting with hbase

2013-03-31 Thread gaurhari dass
r 28, 2013 at 3:26 AM, gaurhari dass >wrote: > > > I am using hbase .94.5 version ,I havent mentioned in class path > > > > On Thu, Mar 28, 2013 at 5:01 AM, Ted Yu wrote: > > > > > bq. org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper.exists( > > > Re

Re: Please help me how and when to catch java.net.ConnectException in case hbase is not running as it goes on connecting with hbase

2013-03-28 Thread gaurhari dass
ase-site.xml on the classpath of your app ? > > If so, please check (and pastebin) zookeeper log. > > Providing HBase version would be useful as well. > > On Tue, Mar 26, 2013 at 12:24 AM, gaurhari dass >wrote: > > > 13/03/26 12:46:14 WARN zookeeper.ClientCnxn: Sess

Please help me how and when to catch java.net.ConnectException in case hbase is not running as it goes on connecting with hbase

2013-03-26 Thread gaurhari dass
13/03/26 12:46:14 WARN zookeeper.ClientCnxn: Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConn

region servers becomes dead after sometime below is log of zookeeper

2013-03-25 Thread gaurhari dass
client /107.108.188.11:38371 2013-03-25 12:09:55,213 INFO org.apache.zookeeper.server.NIOServerCnxnFactory: Accepted socket connection from /107.108.188.11:38373 2013-03-25 12:09:55,214 INFO org.apache.zookeeper.server.ZooKeeperServer: Client attempting to establish new session at /107.108.188.11:3

Re: remote hbase connection failure

2013-03-15 Thread gaurhari dass
I think you dont need to specify master IP zookeeper will take care of master be sure that you haven't setup client port in configuration file or if you have specified client port number then only that port number should be used. On Fri, Mar 15, 2013 at 3:35 AM, Ameya Kantikar wrote: > I think

Re: remote hbase connection failure

2013-03-13 Thread gaurhari dass
Are you using configuration settings for zookeepr in java On Wed, Mar 13, 2013 at 9:05 PM, gaurhari dass wrote: > can you paste configuration code which your are using in java?? > > > On Wed, Mar 13, 2013 at 7:53 PM, ranInc wrote: > >> I am trying to connect to hbase that

Re: remote hbase connection failure

2013-03-13 Thread gaurhari dass
can you paste configuration code which your are using in java?? On Wed, Mar 13, 2013 at 7:53 PM, ranInc wrote: > I am trying to connect to hbase that I installed on hadoop that I installed > on a ubuntu machine. when using hbase shell, I can create tables and get > data. > > I cannot remotely co