Re: hbase datalocality while running mapreduce

2017-05-10 Thread Rajeshkumar J
Hi, so you are saying whenever map reduce is executed mapper which takes each regions as its input will run on the same machine where the region is hosted, If wring correct me Thanks On Tue, May 9, 2017 at 8:32 PM, Kevin O'Dell wrote: > Hi Rajeshkumar, > > When you

Re: hbase datalocality while running mapreduce

2017-05-09 Thread Kevin O'Dell
Hi Rajeshkumar, When you execute a MR job over an HBase table, the reads should be local(assuming you have good locality now). This is occurs because writes are sent to the RegionServer that owns the particular Region. Once the writes occur the block are written to the local DataNode first.

hbase datalocality while running mapreduce

2017-05-09 Thread Rajeshkumar J
Hi, I have a table with its region max file size is 10 gb. If i run any mapreduce over this table whether there will be any data locality. If not please explain Thanks

HBase JMX long running mertics raw values

2015-02-19 Thread Vladimir Tretyakov
Hi, I have one question about HBase metrics, some of them has format like this: QueueCallTime_num_ops java.lang.Long = 153192 QueueCallTime_min java.lang.Long = 0 QueueCallTime_max java.lang.Long = 70 QueueCallTime_mean java.lang.Double = 0.15878766515222728 I assume that all these metrics will

Re: Hbase Error When running Map reduce

2015-01-22 Thread Ted Yu
Nishanth : Please also tell us which hbase release you're using. See if there was log similar to the following in region server logs: 2015-01-21 20:07:12,780 WARN [JvmPauseMonitor] util.JvmPauseMonitor: Detected pause in JVM or host machine (eg GC): pause of approximately 72135ms On Thu, Jan

Re: Hbase Error When running Map reduce

2015-01-22 Thread Esteban Gutierrez
Hi Nishanth, There are too many things that might be causing that problem and might depend on your cluster deployment (cluster size, network, spindles, etc.) or even related to the key design or how you are using filters in the scanner that triggers the timeout. Have you looked into if the

Hbase Error When running Map reduce

2015-01-22 Thread Nishanth S
Hi All, I am running a map reduce job which scans the hbase table for a particular time period and then creates some files from that.The job runs fine for 10 minutes or so and few around 10% of maps get completed succesfully.Here is the error that I am getting.Can some one help? 15/01/22

Problem accessing HBase from jobs running from Oozie

2014-10-25 Thread Arijit Banerjee
Hello all, With reference to https://issues.apache.org/jira/browse/HBASE-8. Mapreduce jobs that programmatically interacts with HBase fails to use right classes and pulls wrong config resulting in connecting to correct Zookeeper or throw a protobuf exception. Now this can be solved by

HBase Master not running Exception

2013-07-23 Thread arun sirimalla
I am running mapreduce job to insert the data into HBase, Map phase is running fine, but when the reducer starts it fails on all nodes except one node and i notice below error on failed tasks. Out of 12 tasktrackers, one tasktracker can connect to HBase and insert the data. Class path is set

Re: HBase Master not running Exception

2013-07-23 Thread Ted Yu
Which HBase release are you using ? Mind showing us how you initialize the reduce tasks ? Cheers On Tue, Jul 23, 2013 at 12:26 PM, arun sirimalla arunsi...@gmail.comwrote: I am running mapreduce job to insert the data into HBase, Map phase is running fine, but when the reducer starts

Re: HBase Master not running Exception

2013-07-23 Thread arun sirimalla
running mapreduce job to insert the data into HBase, Map phase is running fine, but when the reducer starts it fails on all nodes except one node and i notice below error on failed tasks. Out of 12 tasktrackers, one tasktracker can connect to HBase and insert the data. Class path is set

Re: HBase Master not running Exception

2013-07-23 Thread Ted Yu
into HBase, Map phase is running fine, but when the reducer starts it fails on all nodes except one node and i notice below error on failed tasks. Out of 12 tasktrackers, one tasktracker can connect to HBase and insert the data. Class path is set on all nodes, but unable to figure out

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-06-06 Thread Olivier
gaurhari dass gaurharidass@... writes: 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

Re: HBase is not running.

2013-05-29 Thread Yves S. Garret
Seems like a part of it was cut off. On Tue, May 28, 2013 at 6:15 PM, Jay Vyas jayunit...@gmail.com wrote: Here's my config. This is for a different file system so it might provide some insight compared with the examples online ( http://hbase.apache.org/book/example_config.html) You need

Re: HBase is not running.

2013-05-28 Thread Yves S. Garret
Just curious, but what's zookeeper.sh in the bin directory of HBase? On Fri, May 24, 2013 at 10:27 PM, Jay Vyas jayunit...@gmail.com wrote: Yes that's a great post it helped me appreciate the complexity of the whole thing to. There's gotta be a JIRA in here somewhere :) Sent from my iPhone

Re: HBase is not running.

2013-05-28 Thread Yves S. Garret
Ok, it's obvious that this is a networking issue. I'm running on CentOS and the hostname file is not in /etc, it's located in /etc/sysconfig/network instead. This is how that file looks like at the moment: NETWORKING=yes HOSTNAME=ysg.connect /etc/hosts is like this: 127.0.0.1 localhost

Re: HBase is not running.

2013-05-28 Thread Yves S. Garret
Ok, I finally got HBase to work. With the current networking configs and then just tried to run it with the default configs. I didn't change the path to the directory, which I think I was messing up in hbase-site.xml. One more question, how should the syntax look like in this thing? If I want

Re: HBase is not running.

2013-05-28 Thread Yves S. Garret
Or, even better, if someone has a sample hbase-site.xml file that I can see, that would be even better :) . On Tue, May 28, 2013 at 6:05 PM, Yves S. Garret yoursurrogate...@gmail.comwrote: Ok, I finally got HBase to work. With the current networking configs and then just tried to run it with

Re: HBase is not running.

2013-05-28 Thread Jay Vyas
Here's my config. This is for a different file system so it might provide some insight compared with the examples online ( http://hbase.apache.org/book/example_config.html) You need the fully qualified name for the hbase.rootdir. property namehbase.master/name

Re: HBase is not running.

2013-05-24 Thread Yves S. Garret
. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna give more info and dump all the stack traces. Going by this thread I would guess that HBase isn't running so the shell won't help

Re: HBase is not running.

2013-05-24 Thread Yves S. Garret
znode in ZooKeeper but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna give more info and dump all

Re: HBase is not running.

2013-05-24 Thread Jean-Daniel Cryans
in 'zookeeper.znode.parent, it's triggered when the client wants to read the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW

Re: HBase is not running.

2013-05-24 Thread Jay Vyas
in 'zookeeper.znode.parent, it's triggered when the client wants to read the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create

Re: HBase is not running.

2013-05-24 Thread Yves S. Garret
be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna give more info and dump all the stack traces. Going by this thread I would guess that HBase isn't running so the shell won't help

Re: HBase is not running.

2013-05-24 Thread Yves S. Garret
is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna give more info and dump all the stack traces. Going by this thread I would guess that HBase

Re: HBase is not running.

2013-05-24 Thread Yves S. Garret
, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna give more info and dump all the stack traces. Going by this thread I would

Re: HBase is not running.

2013-05-24 Thread Jean-Daniel Cryans
be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna give more info and dump all the stack traces. Going by this thread I would guess that HBase isn't running so the shell

Re: HBase is not running.

2013-05-24 Thread Yves S. Garret
but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna give more info

Re: HBase is not running.

2013-05-24 Thread Jay Vyas
the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna give more info and dump

Re: HBase is not running.

2013-05-24 Thread Yves S. Garret
configured in 'zookeeper.znode.parent, it's triggered when the client wants to read the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got

Re: HBase is not running.

2013-05-24 Thread Asaf Mesika
If you truly want to understand the weirdness behind what you witnessed, then make a big cup of coffee, prepare a notebook with a pen and sit down to read this: http://blog.devving.com/why-does-hbase-care-about-etchosts/ My friend at devving.com had a fight like this with HBase pseudo mode, but

Re: HBase is not running.

2013-05-24 Thread Yves S. Garret
I do want to know. Maybe that'll get my problem resolved. On Fri, May 24, 2013 at 5:00 PM, Asaf Mesika asaf.mes...@gmail.com wrote: If you truly want to understand the weirdness behind what you witnessed, then make a big cup of coffee, prepare a notebook with a pen and sit down to read

Re: HBase is not running.

2013-05-24 Thread Jay Vyas
Yes that's a great post it helped me appreciate the complexity of the whole thing to. There's gotta be a JIRA in here somewhere :) Sent from my iPhone On May 24, 2013, at 7:08 PM, Yves S. Garret yoursurrogate...@gmail.com wrote: I do want to know. Maybe that'll get my problem resolved.

Re: HBase is not running.

2013-05-23 Thread Yves S. Garret
-install/hbase-0.92.2/logs/hbase-ysg-master-ysg.connect.out (pardon the annoyingly long file name) Now, when I run JPS, this is what I see: $ $JAVA_HOME/bin/jps 14038 RunJar 2059 Jps HBase... is not running? What the heck? On Tue, May 21, 2013 at 5:25 PM, Mohammad

Re: HBase is not running.

2013-05-23 Thread Yves S. Garret
/alternative-storage-do-not-touch/hbase-install/hbase-0.92.2/logs/hbase-ysg-master-ysg.connect.out (pardon the annoyingly long file name) Now, when I run JPS, this is what I see: $ $JAVA_HOME/bin/jps 14038 RunJar 2059 Jps HBase... is not running? What the heck

Re: HBase is not running.

2013-05-23 Thread Yves S. Garret
2059 Jps HBase... is not running? What the heck? On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq donta...@gmail.com wrote: Is this the only thing which appears on your screen?Could you please show me your config files? Warm Regards, Tariq

Re: HBase is not running.

2013-05-23 Thread Jay Vyas
) Now, when I run JPS, this is what I see: $ $JAVA_HOME/bin/jps 14038 RunJar 2059 Jps HBase... is not running? What the heck? On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq donta...@gmail.com wrote: Is this the only thing which appears on your screen

Re: HBase is not running.

2013-05-23 Thread Yves S. Garret
: $ $JAVA_HOME/bin/jps 14038 RunJar 2059 Jps HBase... is not running? What the heck? On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq donta...@gmail.com wrote: Is this the only thing which appears on your screen?Could you please show me

Re: HBase is not running.

2013-05-23 Thread Jay Vyas
I think this is simply an issue, then, that /hbase has the wrong privileges or is inaccessible . (1) Are you sure hdfs or whatever filesystem you are using is running and (2) has the /hbase directory in it with (3) liberal enough permissions?

Re: HBase is not running.

2013-05-23 Thread Yves S. Garret
This is how hbase is looking from / drwxr-xr-x. 2 user user 4096 May 23 14:37 hbase But, now that you mention it, would I need to have hdfs running as well? On Thu, May 23, 2013 at 2:57 PM, Jay Vyas jayunit...@gmail.com wrote: I think this is simply an issue, then, that /hbase has the

Re: HBase is not running.

2013-05-23 Thread Jay Vyas
depends on how you define hbase root in your hbase-site.xml ? Can you paste it here

Re: HBase is not running.

2013-05-23 Thread Yves S. Garret
Here is the entire file: http://bin.cakephp.org/view/1159889135 On Thu, May 23, 2013 at 4:35 PM, Jay Vyas jayunit...@gmail.com wrote: depends on how you define hbase root in your hbase-site.xml ? Can you paste it here

Re: HBase is not running.

2013-05-23 Thread Jay Vyas
1) Should hbase-master be changed to localhost? Maybe Try changing /etc/hosts to match the actual non loopback ip of your machine... (i.e. just run Ifconfig | grep 1 and see what ip comes out :)) and make sure your /etc/hosts matches the file in my blog post, (you need hbase-master to be

Re: HBase is not running.

2013-05-23 Thread Jean-Daniel Cryans
configured in 'zookeeper.znode.parent, it's triggered when the client wants to read the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can

Re: HBase is not running.

2013-05-23 Thread Yves S. Garret
On Thu, May 23, 2013 at 5:50 PM, Jay Vyas jayunit...@gmail.com wrote: 1) Should hbase-master be changed to localhost? Maybe Try changing /etc/hosts to match the actual non loopback ip of your machine... (i.e. just run Ifconfig | grep 1 and see what ip comes out :)) and make sure your

Re: HBase is not running.

2013-05-23 Thread Yves S. Garret
but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna give more info and dump all the stack traces. Going

Re: HBase is not running.

2013-05-23 Thread Jean-Daniel Cryans
the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna give more info and dump all

Re: HBase is not running.

2013-05-23 Thread Yves S. Garret
when the client wants to read the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna

Re: HBase is not running.

2013-05-23 Thread Jean-Daniel Cryans
to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna give more info and dump all the stack traces. Going by this thread I would guess

Re: HBase is not running.

2013-05-23 Thread Yves S. Garret
in 'zookeeper.znode.parent, it's triggered when the client wants to read the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can start

Re: HBase is not running.

2013-05-23 Thread Jean-Daniel Cryans
in ZooKeeper but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got to create it. BTW you can start the shell with -d and it's gonna give more info and dump all the stack traces

Re: HBase is not running.

2013-05-23 Thread Yves S. Garret
configured in 'zookeeper.znode.parent, it's triggered when the client wants to read the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist, it might be because your HBase is homed elsewhere. It could also be that HBase isn't running at all so the Master never got

Re: HBase is not running.

2013-05-22 Thread Yves S. Garret
-hbase.sh starting master, logging to /media/alternative-storage-do-not-touch/hbase-install/hbase-0.92.2/logs/hbase-ysg-master-ysg.connect.out (pardon the annoyingly long file name) Now, when I run JPS, this is what I see: $ $JAVA_HOME/bin/jps 14038 RunJar 2059 Jps HBase... is not running? What

Re: HBase is not running.

2013-05-22 Thread Yves S. Garret
the annoyingly long file name) Now, when I run JPS, this is what I see: $ $JAVA_HOME/bin/jps 14038 RunJar 2059 Jps HBase... is not running? What the heck? On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq donta...@gmail.com wrote: Is this the only thing which appears

Re: HBase is not running.

2013-05-21 Thread Yves S. Garret
, Mohammad Tariq donta...@gmail.com wrote: Hello Yves, I think by that JM means that you should first make sure that all you Hbase daemons are running fine. The webUI is a pretty convenient tool which allows you to monitor everything

Re: HBase is not running.

2013-05-21 Thread Yves S. Garret
: Hello Yves, I think by that JM means that you should first make sure that all you Hbase daemons are running fine. The webUI is a pretty convenient tool which allows you to monitor everything in a simpler way. If you are able to see

Re: HBase is not running.

2013-05-21 Thread Yves S. Garret
, I think by that JM means that you should first make sure that all you Hbase daemons are running fine. The webUI is a pretty convenient tool which allows you to monitor everything in a simpler way. If you are able to see the webUI properly, it means

Re: HBase is not running.

2013-05-21 Thread Asaf Mesika
Devving.com has a good tutorial on HBase first setup On Tuesday, May 21, 2013, Yves S. Garret wrote: Hi Mohammad, I was following your tutorial and when I got to the part when you do $ bin/start-hbase.sh, this is what I get: http://bin.cakephp.org/view/428090088 I'll keep looking online

Re: HBase is not running.

2013-05-21 Thread Yves S. Garret
Do you mean this? http://blog.devving.com/hbase-quickstart-guide/ On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika asaf.mes...@gmail.com wrote: Devving.com has a good tutorial on HBase first setup On Tuesday, May 21, 2013, Yves S. Garret wrote: Hi Mohammad, I was following your tutorial

Re: HBase is not running.

2013-05-21 Thread Asaf Mesika
Yes. On May 21, 2013, at 8:32 PM, Yves S. Garret yoursurrogate...@gmail.com wrote: Do you mean this? http://blog.devving.com/hbase-quickstart-guide/ On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika asaf.mes...@gmail.com wrote: Devving.com has a good tutorial on HBase first setup On

Re: HBase is not running.

2013-05-21 Thread Mohammad Tariq
Hey Yves, I am sorry for being unresponsive. I was travelling and was out of reach. What's the current status?Are you good now? Warm Regards, Tariq cloudfront.blogspot.com On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika asaf.mes...@gmail.com wrote: Yes. On May 21, 2013, at 8:32 PM,

Re: HBase is not running.

2013-05-21 Thread Yves S. Garret
Hello, No, still having issues. I'll give you some more details in a second. On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq donta...@gmail.com wrote: Hey Yves, I am sorry for being unresponsive. I was travelling and was out of reach. What's the current status?Are you good now?

Re: HBase is not running.

2013-05-21 Thread Yves S. Garret
Hi, sorry, I thought I had more info than what was displayed in my e-mail a little earlier today that had the little list, but I did not. My biggest hangup is getting that Web GUI to work. That's really where I'm stuck. I followed your tutorial on the cloudfront blog and when it came time to go

Re: HBase is not running.

2013-05-21 Thread Mohammad Tariq
No issues. Are the HBase daemons running fine?Are you able to initiate anything from the shell? Warm Regards, Tariq cloudfront.blogspot.com On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret yoursurrogate...@gmail.comwrote: Hi, sorry, I thought I had more info than what was displayed in my e

Re: HBase is not running.

2013-05-21 Thread Yves S. Garret
that's an issue? On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq donta...@gmail.com wrote: No issues. Are the HBase daemons running fine?Are you able to initiate anything from the shell? Warm Regards, Tariq cloudfront.blogspot.com On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret

Re: HBase is not running.

2013-05-21 Thread Mohammad Tariq
donta...@gmail.com wrote: No issues. Are the HBase daemons running fine?Are you able to initiate anything from the shell? Warm Regards, Tariq cloudfront.blogspot.com On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret yoursurrogate...@gmail.comwrote: Hi, sorry, I thought

Re: HBase is not running.

2013-05-21 Thread Jay Vyas
that you have in your blog... perhaps that's an issue? On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq donta...@gmail.com wrote: No issues. Are the HBase daemons running fine?Are you able to initiate anything from the shell? Warm Regards, Tariq

Re: HBase is not running.

2013-05-03 Thread Yves S. Garret
...@gmail.com wrote: Hello Yves, I think by that JM means that you should first make sure that all you Hbase daemons are running fine. The webUI is a pretty convenient tool which allows you to monitor everything in a simpler way. If you

Re: HBase is not running.

2013-05-02 Thread Yves S. Garret
Hi Jean-Marc, I'm trying to get the UI to work. I went to this link and started following the instructions in order to get the UI to work: http://hbase.apache.org/book/trouble.tools.html The app began running, but I was getting errors outputted to the console, which are displayed below:

Re: HBase is not running.

2013-05-02 Thread Yves S. Garret
donta...@gmail.com wrote: Hello Yves, I think by that JM means that you should first make sure that all you Hbase daemons are running fine. The webUI is a pretty convenient tool which allows you to monitor everything in a simpler way. If you are able

Re: HBase is not running.

2013-05-01 Thread Yves S. Garret
Ok, I spoke too soon. I tried going from Nutch to Hive... not supported (but adding support to it sounds like a fun side-project :) ). But, I can go to HBase. Jean-Marc, I do have a question for you. When you said that I should get the UI going before anything else, what did you mean? I'm

Re: HBase is not running.

2013-05-01 Thread Jean-Marc Spaggiari
Hi Yves, Nice to see you back ;) The UI is http://192.168.x.x:60010/master-status If you don't have the master UI working, there is no need to try the shell, it will not work. JM 2013/5/1 Yves S. Garret yoursurrogate...@gmail.com Ok, I spoke too soon. I tried going from Nutch to Hive...

Re: HBase is not running.

2013-05-01 Thread Mohammad Tariq
Hello Yves, I think by that JM means that you should first make sure that all you Hbase daemons are running fine. The webUI is a pretty convenient tool which allows you to monitor everything in a simpler way. If you are able to see the webUI properly, it means everything is in place

Re: HBase is not running.

2013-05-01 Thread shashwat shriparv
Hbase daemons are running fine. The webUI is a pretty convenient tool which allows you to monitor everything in a simpler way. If you are able to see the webUI properly, it means everything is in place and you can move ahead. You can then proceed with your shell exercises. Yes..It's the same tool

Re: HBase is not running.

2013-05-01 Thread Yves S. Garret
Hi Jean-Marc, I'll go back through this tutorial once more. http://hbase.apache.org/book/quickstart.html On Wed, May 1, 2013 at 4:27 PM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: Hi Yves, Nice to see you back ;) The UI is http://192.168.x.x:60010/master-status If you don't

Re: HBase is not running.

2013-05-01 Thread Yves S. Garret
* ∞ Shashwat Shriparv On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq donta...@gmail.com wrote: Hello Yves, I think by that JM means that you should first make sure that all you Hbase daemons are running fine. The webUI is a pretty convenient tool which allows you to monitor

Re: HBase is not running.

2013-05-01 Thread Yves S. Garret
by that JM means that you should first make sure that all you Hbase daemons are running fine. The webUI is a pretty convenient tool which allows you to monitor everything in a simpler way. If you are able to see the webUI properly, it means everything is in place and you can move ahead

Re: HBase is not running.

2013-05-01 Thread Yves S. Garret
Regards* ∞ Shashwat Shriparv On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq donta...@gmail.com wrote: Hello Yves, I think by that JM means that you should first make sure that all you Hbase daemons are running fine. The webUI is a pretty convenient tool which allows you

Re: HBase is not running.

2013-05-01 Thread Yves S. Garret
first make sure that all you Hbase daemons are running fine. The webUI is a pretty convenient tool which allows you to monitor everything in a simpler way. If you are able to see the webUI properly, it means everything is in place and you can move ahead. You can then proceed with your

Re: HBase is not running.

2013-05-01 Thread Mohammad Tariq
, 2013 at 1:57 AM, Mohammad Tariq donta...@gmail.com wrote: Hello Yves, I think by that JM means that you should first make sure that all you Hbase daemons are running fine. The webUI is a pretty convenient tool which allows you to monitor everything in a simpler way

Re: HBase is not running.

2013-04-30 Thread Jean-Marc Spaggiari
Hi Yves, Your host file looks good. Don't even try the shell until you get the UI displayed correctly and the server logs saying that initialization is done. So what do you have on the logs when you are trying with this new host file? JM 2013/4/28 Asaf Mesika asaf.mes...@gmail.com

Re: HBase is not running.

2013-04-30 Thread Yves S. Garret
Hi Jean-Marc. Thanks for the tip. However, for the moment at least, I'm going to be abandoning my forays into HBase, I received direction to focus on Hive instead. Again, thank you. Should I need help in the near future, I'll be sure to send the mailing list an enquiry. On Tue, Apr 30, 2013

Re: HBase is not running.

2013-04-28 Thread Asaf Mesika
Http://Devving.com has a good post on setting hosts file for stand alone hbase On Saturday, April 27, 2013, Yves S. Garret wrote: Hi, but I don't understand what you mean. Did I miss a step in the tutorial? On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov

Re: HBase is not running.

2013-04-26 Thread Jean-Marc Spaggiari
you are listing below. 1) This one is HBase 0.95 running over Hadoop 1.0 2) This one is HBase 0.95 running over Hadoop 2.0 3) This one are the HBase source classes. Again, I think you are better to go with a stable version for the first steps: http

Re: HBase is not running.

2013-04-26 Thread Yves S. Garret
are starting with HBase, I will recommend you to choose a more stable version like 0.94.6.1. Regarding the 3 choices you are listing below. 1) This one is HBase 0.95 running over Hadoop 1.0 2) This one is HBase 0.95 running over Hadoop 2.0 3) This one

Re: HBase is not running.

2013-04-26 Thread Leonid Fedotov
at 1:23 PM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: Hi Yves, 0.95.0 is a developer version. If you are starting with HBase, I will recommend you to choose a more stable version like 0.94.6.1. Regarding the 3 choices you are listing below. 1) This one is HBase 0.95 running

Re: HBase is not running.

2013-04-26 Thread Yves S. Garret
0.95 running over Hadoop 1.0 2) This one is HBase 0.95 running over Hadoop 2.0 3) This one are the HBase source classes. Again, I think you are better to go with a stable version for the first steps: http://www.bizdirusa.com/mirrors/apache/hbase/stable/ Would you mind to retry you

HBase is not running.

2013-04-25 Thread Yves S. Garret
Hi all, I'm having an issue with getting HBase to run. I'm following this tutorial: http://hbase.apache.org/book.html#start_hbase When I run that command [ bin/start-hbase.sh start ], nothing happens. At all. My question is why. I have Java 1.7 on this machine, do I _need_ to get 1.6?

Re: HBase is not running.

2013-04-25 Thread Jean-Marc Spaggiari
Hi Yves, Which version of HBase are you trying with? It should be working with Java 1.7. To start HBase, are you trying bin/start-hbase.sh start as you said below? On only bin/start-hbase.sh? The later is the correct one while the former as an extra start not required at the end. JM 2013/4/25

Re: HBase is not running.

2013-04-25 Thread Yves S. Garret
Hi, I'm trying to run 0.95.0. I've tried both and nothing worked. I do have another question. When I go to download hbase, I get the following 3 choices: http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/ The 3 choices: - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using) -

Re: HBase is not running.

2013-04-25 Thread Jean-Marc Spaggiari
Hi Yves, 0.95.0 is a developer version. If you are starting with HBase, I will recommend you to choose a more stable version like 0.94.6.1. Regarding the 3 choices you are listing below. 1) This one is HBase 0.95 running over Hadoop 1.0 2) This one is HBase 0.95 running over Hadoop 2.0 3

Re: HBase is not running.

2013-04-25 Thread Yves S. Garret
. Regarding the 3 choices you are listing below. 1) This one is HBase 0.95 running over Hadoop 1.0 2) This one is HBase 0.95 running over Hadoop 2.0 3) This one are the HBase source classes. Again, I think you are better to go with a stable version for the first steps: http://www.bizdirusa.com

Re: HBase is not running.

2013-04-25 Thread Yves S. Garret
stable version like 0.94.6.1. Regarding the 3 choices you are listing below. 1) This one is HBase 0.95 running over Hadoop 1.0 2) This one is HBase 0.95 running over Hadoop 2.0 3) This one are the HBase source classes. Again, I think you are better to go with a stable version for the first

Re: HBase is not running.

2013-04-25 Thread Yves S. Garret
Yves, 0.95.0 is a developer version. If you are starting with HBase, I will recommend you to choose a more stable version like 0.94.6.1. Regarding the 3 choices you are listing below. 1) This one is HBase 0.95 running over Hadoop 1.0 2) This one is HBase 0.95 running over Hadoop 2.0 3

Re: HBase is not running.

2013-04-25 Thread Jean-Marc Spaggiari
version like 0.94.6.1. Regarding the 3 choices you are listing below. 1) This one is HBase 0.95 running over Hadoop 1.0 2) This one is HBase 0.95 running over Hadoop 2.0 3) This one are the HBase source classes. Again, I think you are better to go with a stable version for the first steps

Re: HBase is not running.

2013-04-25 Thread Yves S. Garret
will recommend you to choose a more stable version like 0.94.6.1. Regarding the 3 choices you are listing below. 1) This one is HBase 0.95 running over Hadoop 1.0 2) This one is HBase 0.95 running over Hadoop 2.0 3) This one are the HBase source classes. Again, I think you are better to go

Re: HBase is not running.

2013-04-25 Thread Jean-Marc Spaggiari
is a developer version. If you are starting with HBase, I will recommend you to choose a more stable version like 0.94.6.1. Regarding the 3 choices you are listing below. 1) This one is HBase 0.95 running over Hadoop 1.0 2) This one is HBase 0.95 running over Hadoop 2.0 3) This one

Re: HBase is not running.

2013-04-25 Thread Yves S. Garret
. If you are starting with HBase, I will recommend you to choose a more stable version like 0.94.6.1. Regarding the 3 choices you are listing below. 1) This one is HBase 0.95 running over Hadoop 1.0 2) This one is HBase 0.95 running over Hadoop 2.0 3) This one are the HBase source

Re: HBase is not running.

2013-04-25 Thread Mohammad Tariq
jean-m...@spaggiari.org wrote: Hi Yves, 0.95.0 is a developer version. If you are starting with HBase, I will recommend you to choose a more stable version like 0.94.6.1. Regarding the 3 choices you are listing below. 1) This one is HBase 0.95 running over Hadoop

Re: HBase is not running.

2013-04-25 Thread Jean-Marc Spaggiari
the 3 choices you are listing below. 1) This one is HBase 0.95 running over Hadoop 1.0 2) This one is HBase 0.95 running over Hadoop 2.0 3) This one are the HBase source classes. Again, I think you are better to go with a stable version for the first steps: http

  1   2   >