Kerberos exception

2015-03-13 Thread Manoj Murumkar
Hi, We have a secured cluster. All components are working well, except hbase. Specifically, this is what I see on regionserver: 2015-03-14 02:16:11,657 DEBUG [RpcServer.reader=5,port=60020] ipc.RpcServer: Kerberos principal name is hbase/ sfdvgctsn001.xx...@sfdvgct.com 2015-03-14 02:16:11,658 DE

Re: Standalone == Dev Only?

2015-03-13 Thread Sean Busbey
On Fri, Mar 13, 2015 at 2:41 PM, Michael Segel wrote: > > In stand alone, you’re writing to local disk. You lose the disk you lose > the data, unless of course you’ve raided your drives. > Then when you lose the node, you lose the data because its not being > replicated. While this may not be a m

Re: Standalone == Dev Only?

2015-03-13 Thread Michael Segel
Joseph, In stand alone, you’re writing to local disk. You lose the disk you lose the data, unless of course you’ve raided your drives. Then when you lose the node, you lose the data because its not being replicated. While this may not be a major issue or concern… you have to be aware of it’s

Re: Standalone == Dev Only?

2015-03-13 Thread Rose, Joseph
Michael, Thanks for your concern. Let me ask a few questions, since you’re implying that HDFS is the only way to reduce risk and ensure security, which is not the assumption under which I’ve been working. A brief rundown of our problem’s characteristics, since I haven’t really described what we’r

Re: HBase Question

2015-03-13 Thread Michael Segel
Meh. Go to Hive instead. > On Mar 13, 2015, at 11:35 AM, Abraham Tom wrote: > > If you are comfortable with SQL > I would look into Phoenix > http://phoenix.apache.org/index.html > > > On Thu, Mar 12, 2015 at 10:00 PM, Sudeep Pandey > wrote: > >> Hello: >> >> If I am unable to do JAVA co

Re: Standalone == Dev Only?

2015-03-13 Thread Michael Segel
Guys, More than just needing some love. No HDFS… means data at risk. No HDFS… means that stand alone will have security issues. Patient Data? HINT: HIPPA. Please think your design through and if you go w HBase… you will want to build out a small cluster. > On Mar 10, 2015, at 6:16 PM, Nic

Re: HBase 0.98 CDH 5.2, significant Read degradation

2015-03-13 Thread Nick Dimiduk
HBase is telling you that writes to those datanodes are slow. Is it the same host names over and over? Probably they have high system load, a bad or dying disk, bad or dying network adapter, &c. Basically HBase is giving you a hint to go diagnose your cluster. -n On Fri, Mar 13, 2015 at 2:44 AM,

Re: HBase Question

2015-03-13 Thread Jean-Marc Spaggiari
Have you looked at the REST API? Can that be an option for you? Le 2015-03-13 11:28, "Sudeep Pandey" a écrit : > Hello: > > If I am unable to do JAVA coding and prefer HBase shell for HBase > works/interactions, will I be able to do all operations? > i.e. > > Is JAVA coding (Client API) needed to

Re: HBase Question

2015-03-13 Thread Abraham Tom
If you are comfortable with SQL I would look into Phoenix http://phoenix.apache.org/index.html On Thu, Mar 12, 2015 at 10:00 PM, Sudeep Pandey wrote: > Hello: > > If I am unable to do JAVA coding and prefer HBase shell for HBase > works/interactions, will I be able to do all operations? > i.e.

Re: HBase Question

2015-03-13 Thread Sean Busbey
We usually try to have a shell way of doing all public facing operations. In particular, I'd say if something shows up in the ref guide[1] without a shell way to do it, I'd consider it a bug. The one big caveat is that the shell is not performant for doing data inserts or fetching. Those functions

HBase Question

2015-03-13 Thread Sudeep Pandey
Hello: If I am unable to do JAVA coding and prefer HBase shell for HBase works/interactions, will I be able to do all operations? i.e. Is JAVA coding (Client API) needed to do something in HBase which is not possible by HBase shell commands? Thank You, Sudeep Pandey Ph: 5107783972

HBase 0.98 CDH 5.2, significant Read degradation

2015-03-13 Thread Serega Sheypak
Hi, finally I met HBase perfomance problems :( I see this message: org.apache.hadoop.hbase.regionserver.wal.FSHLog Slow sync cost: 345 ms, current pipeline: [] in log file sometimes [] contains actual addresses of my datanodes. What are the steps to undestand why HBase is so slow. I have 7RS and