Re: Connection via API to Hbase installation - java.lang.NoClassDefFoundError: org/apache/commons/lang/ArrayUtils

2014-10-27 Thread Sean Busbey
Hi Benjamin, This is expected behavior. Commons Lang 3 is not backwards compatible with Commons Lang 2.x. They use different java packages in an effort to ease projects that have to rely on both while transitioning. -Sean On Mon, Oct 27, 2014 at 9:50 AM, Sznajder ForMailingList < bs4mailingl...

Re: Connection via API to Hbase installation - Stuck after HbaseAdmin

2014-10-27 Thread Sznajder ForMailingList
By the way, Ted, when I am adding hbase-site.xml to the classpath, I do not see it changes something.. Benjamin On Mon, Oct 27, 2014 at 6:24 PM, Sznajder ForMailingList < bs4mailingl...@gmail.com> wrote: > Yes. my apologize, I did not mention it... > > Benjamin > > On Mon, Oct 27, 2014 at 5:55 P

Re: Connection via API to Hbase installation - Stuck after HbaseAdmin

2014-10-27 Thread Sznajder ForMailingList
Yes. my apologize, I did not mention it... Benjamin On Mon, Oct 27, 2014 at 5:55 PM, Ted Yu wrote: > Have you solved the problem reported in this thread ? > > http://search-hadoop.com/m/DHED4sVPwz1 > > Cheers > > On Mon, Oct 27, 2014 at 7:54 AM, Sznajder ForMailingList < > bs4mailingl...@gmail.

Re: Connection via API to Hbase installation - Stuck after HbaseAdmin

2014-10-27 Thread Ted Yu
Have you solved the problem reported in this thread ? http://search-hadoop.com/m/DHED4sVPwz1 Cheers On Mon, Oct 27, 2014 at 7:54 AM, Sznajder ForMailingList < bs4mailingl...@gmail.com> wrote: > Hi, > > I am running from my Eclipse on Windows (using Java 1.6) a simple API call > to Hbase 0.98.5

Connection via API to Hbase installation - Stuck after HbaseAdmin

2014-10-27 Thread Sznajder ForMailingList
Hi, I am running from my Eclipse on Windows (using Java 1.6) a simple API call to Hbase 0.98.5 installed on a remote cluster. The call admin = new HBaseAdmin(conf); passes.. However, the next line admin.listTables(); is *stuck* forever. Do you have any hints?! Best regards Benjamin

Re: Connection via API to Hbase installation - java.lang.NoClassDefFoundError: org/apache/commons/lang/ArrayUtils

2014-10-27 Thread Sznajder ForMailingList
Many thanks! Strangely, when adding commons-lang 3.2, it failed. Adding back the 2.6 it worked! On Mon, Oct 27, 2014 at 4:10 PM, Ted Yu wrote: > Which release of HBase are you using ? > If 0.98.x, here is the dependency on commons-lang: > 2.6 > > Cheers > > On Mon, Oct 27, 2014 at 7:03 AM

Re: Connection via API to Hbase installation - java.lang.NoClassDefFoundError: org/apache/commons/lang/ArrayUtils

2014-10-27 Thread Ted Yu
Which release of HBase are you using ? If 0.98.x, here is the dependency on commons-lang: 2.6 Cheers On Mon, Oct 27, 2014 at 7:03 AM, Sznajder ForMailingList < bs4mailingl...@gmail.com> wrote: > Hi > > I want to connect from my windows laptop to an installed HBASE > > When running the code ,

Connection via API to Hbase installation - java.lang.NoClassDefFoundError: org/apache/commons/lang/ArrayUtils

2014-10-27 Thread Sznajder ForMailingList
Hi I want to connect from my windows laptop to an installed HBASE When running the code , I get the following error: java.lang.NoClassDefFoundError: org/apache/commons/lang/ArrayUtils at org.apache.hadoop.hbase.HConstants.(HConstants.java:907) at org.apache.hadoop.hbase.client.HConnectio

Re: Connecting via API to a remote HBASE installation

2014-10-26 Thread Nishanth S
Can you telnet to port 2181 and 60020 on the remote cluster if you are running default ports.I had a similar issue in the past where there was firewall. Thanks, Nishanthon On Sun, Oct 26, 2014 at 9:39 AM, Ted Yu wrote: > Is hbase-site.xml corresponding to your cluster on the classpath of your

Re: Connecting via API to a remote HBASE installation

2014-10-26 Thread Ted Yu
Is hbase-site.xml corresponding to your cluster on the classpath of your Windows program ? Cheers On Sun, Oct 26, 2014 at 8:08 AM, Sznajder ForMailingList < bs4mailingl...@gmail.com> wrote: > Hi > > I am running some code from windows (java) > and I would like to connect to the HBASE 0.98.5 inst

Connecting via API to a remote HBASE installation

2014-10-26 Thread Sznajder ForMailingList
Hi I am running some code from windows (java) and I would like to connect to the HBASE 0.98.5 installed on a remote cluster (pseudodistributed mode) The UI gives me the following info: Software AttributesAttribute NameValueDescriptionHBase Version0.98.5-hadoop2, rUnknownHBase version and revisio

Re: Hbase Installation on top of HDFS high availability

2014-01-23 Thread jaksky
Thats the manual I followed but there is nothing about configuring HBase on top of HDFS HA. -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Hbase-Installation-on-top-of-HDFS-high-availability-tp4055067p4055135.html Sent from the HBase User mailing list archive at

Re: Hbase Installation on top of HDFS high availability

2014-01-22 Thread Enis Söztutar
t it up correctly. > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Hbase-Installation-on-top-of-HDFS-high-availability-tp4055067p4055099.html > Sent from the HBase User mailing list archive at Nabble.com. >

Re: Hbase Installation on top of HDFS high availability

2014-01-22 Thread jaksky
ectly. -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Hbase-Installation-on-top-of-HDFS-high-availability-tp4055067p4055099.html Sent from the HBase User mailing list archive at Nabble.com.

Re: Hbase Installation on top of HDFS high availability

2014-01-21 Thread Ted Yu
ht direction? > > Thaks al lot for hints > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Hbase-Installation-on-top-of-HDFS-high-availability-tp4055067.html > Sent from the HBase User mailing list archive at Nabble.com. >

Hbase Installation on top of HDFS high availability

2014-01-21 Thread jaksky
Hi, I am strugling with setting up an HBase on top of HDFS running with High Availability mode. Can some point me to right direction? Thaks al lot for hints -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Hbase-Installation-on-top-of-HDFS-high-availability-tp4055067

Updated Ansible HBase installation scripts for Ubuntu 12.10

2013-03-01 Thread Bradford Stephens
Hey there, I've updated the Ansible install/configure scripts for CDH4 HBase: It needs some cleanup over the next few days, but it should help anyone who's had to do a lot of workarounds to get the 12.04 scripts to work. https://github.com/LusciousPear/PalominoClusterTool -B -- Bradford Steph

Re: Hbase installation.

2012-07-10 Thread Mohammad Tariq
__ > From: Mohammad Tariq [donta...@gmail.com] > Sent: Tuesday, July 10, 2012 2:36 PM > To: user@hbase.apache.org > Subject: Re: Hbase installation. > > Hello Yogesh, > > There are 2 types of modes that can be configured on a single > machine viz. standalone and

RE: Hbase installation.

2012-07-10 Thread yogesh.kumar13
umar From: Mohammad Tariq [donta...@gmail.com] Sent: Tuesday, July 10, 2012 2:36 PM To: user@hbase.apache.org Subject: Re: Hbase installation. Hello Yogesh, There are 2 types of modes that can be configured on a single machine viz. standalone and pseudo-distrib

Re: Hbase installation.

2012-07-10 Thread Mohammad Tariq
Thanks & Regards > Yogesh Kumar > > > From: Mohammad Tariq [donta...@gmail.com] > Sent: Tuesday, July 10, 2012 1:16 PM > To: user@hbase.apache.org > Subject: Re: Hbase installation. > > Hi Yogesh, > >Can you past

RE: Hbase installation.

2012-07-10 Thread yogesh.kumar13
user@hbase.apache.org Subject: Re: Hbase installation. Hi Yogesh, Can you paste the content of your core-site.xml and hbase-site.xml files?? Regards, Mohammad Tariq On Tue, Jul 10, 2012 at 1:05 PM, Harsh J wrote: > Yogesh, > > Please follow the section for Pseudo-distributed an

RE: Hbase installation.

2012-07-10 Thread yogesh.kumar13
gards Yogesh Kumar From: Harsh J [ha...@cloudera.com] Sent: Tuesday, July 10, 2012 1:05 PM To: user@hbase.apache.org Subject: Re: Hbase installation. Yogesh, Please follow the section for Pseudo-distributed and distributed deployment, documented here:

Re: Hbase installation.

2012-07-10 Thread Mohammad Tariq
Hi Yogesh, Can you paste the content of your core-site.xml and hbase-site.xml files?? Regards, Mohammad Tariq On Tue, Jul 10, 2012 at 1:05 PM, Harsh J wrote: > Yogesh, > > Please follow the section for Pseudo-distributed and distributed > deployment, documented here: > http://hbase.

Re: Hbase installation.

2012-07-10 Thread Harsh J
Yogesh, Please follow the section for Pseudo-distributed and distributed deployment, documented here: http://hbase.apache.org/book.html#standalone_dist. If you do not follow the instructions there, and lack proper hbase-site.xml configs, your HBase starts in a standalone (Local FS) mode and does

Hbase installation.

2012-07-10 Thread yogesh.kumar13
Hi All, I am new to hadoop and hbase, and running Hadoop over single node cluster so as Hbase also, I have used command start-hbase.sh it only starts Hmaster no other threads like Hregionserver here are the changes that I have made in hbase/conf/hbase-env.sh

Re: hbase installation

2012-04-25 Thread shashwat shriparv
alone mode but dont start master and zookeeper properly on > > > > pseudodistributed mode. > > > > > > > > kindly help to resolve this problem. > > > > > > > > Thanks > > > > -- > > > > View this message in context: > > > > http://old.nabble.com/hbase-installation-tp33746422p33746422.html > > > > Sent from the HBase User mailing list archive at Nabble.com. > > > > > > > > > > > > > > > > > -- > > > Nitin Pawar > > > > > > > > > > > -- > > > > > > ∞ > > Shashwat Shriparv > > > -- ∞ Shashwat Shriparv

Re: hbase installation

2012-04-25 Thread Mohammad Tariq
doop. I want to install hbase and to work with > > hbase > > > writing mapreduce jobs for data in hbase. I installed hbase. It works > > well > > > in standalone mode but dont start master and zookeeper properly on > > > pseudodistributed mode. > >

Re: hbase installation

2012-04-25 Thread shashwat shriparv
gt; > > Thanks > > -- > > View this message in context: > > http://old.nabble.com/hbase-installation-tp33746422p33746422.html > > Sent from the HBase User mailing list archive at Nabble.com. > > > > > > > -- > Nitin Pawar > -- ∞ Shashwat Shriparv

Re: hbase installation

2012-04-25 Thread Nitin Pawar
keeper properly on > pseudodistributed mode. > > kindly help to resolve this problem. > > Thanks > -- > View this message in context: > http://old.nabble.com/hbase-installation-tp33746422p33746422.html > Sent from the HBase User mailing list archive at Nabble.com. > > -- Nitin Pawar

hbase installation

2012-04-25 Thread shehreen
-- View this message in context: http://old.nabble.com/hbase-installation-tp33746422p33746422.html Sent from the HBase User mailing list archive at Nabble.com.

Re: Issue with Hbase Installation on Amazon EC2 Cluster

2012-03-10 Thread Dave Wang
Ankit, Do you have hbase.master.dns.interface configured to "hbase-master"? - Dave On Sat, Mar 10, 2012 at 12:59 AM, Ankit Srivastava wrote: > Hi > I am facing an issue with Hbase installation on Amazon EC2 Cluster. When > starting the hbase master, it gives the error co

Re: Up and running HDFS / HBase Installation

2012-02-26 Thread Harsh J
Hi, On Sat, Feb 25, 2012 at 5:28 AM, Admin Absoftinc wrote: > Can someone explain why this command does not return anything at all:- > > oracle@misa:~/hbase-0.90.5/bin$ hadoop fs -ls /user/oracle/hbase/ It is cause /user/oracle/hbase/ is an empty directory. -- Harsh J Customer Ops. Engineer Cl

Re: Up and running HDFS / HBase Installation

2012-02-24 Thread Admin Absoftinc
ot;Admin Absoftinc" wrote: > > >I have a up and running Hbase / HDFS installation. > >Question:How can I ensure that the data is written to HDFS and not the > >local file system. > > > >I am using Pseudo Distributed Hbase installation. > > > >The challen

Re: Up and running HDFS / HBase Installation

2012-02-24 Thread Doug Meil
have a up and running Hbase / HDFS installation. >Question:How can I ensure that the data is written to HDFS and not the >local file system. > >I am using Pseudo Distributed Hbase installation. > >The challenge is:- >If I issue >$hadoop fs hbase > >It does not list any

Re: Up and running HDFS / HBase Installation

2012-02-24 Thread Rohit Kelkar
Try absolute path from / $hadoop dfs -ls /hbase On Fri, Feb 24, 2012 at 4:15 PM, Admin Absoftinc wrote: > I have a up and running Hbase / HDFS installation. > Question:How can I ensure that the data is written to HDFS and not the > local file system. > > I am using Pseudo Di

Re: newbie - hbase installation question

2012-02-16 Thread shashwat shriparv
case. which version you are using cloudera or the apache one On Fri, Feb 17, 2012 at 8:48 AM, neeral beladia wrote: > Hi, > > I am following the quick start HBase installation based on the Apache > HBase Book, however I am not having success. I am trying to setup right now > in the

newbie - hbase installation question

2012-02-16 Thread neeral beladia
Hi, I am following the quick start HBase installation based on the Apache HBase Book, however I am not having success. I am trying to setup right now in the standalone mode and hopefully later in pseudo-distributed mode. Once I have .gz file unzipped, I tried to change the DIRECTORY under the

RE: Doubt in hbase installation?

2011-07-27 Thread Buttler, David
Sent: Wednesday, July 27, 2011 2:08 AM To: user@hbase.apache.org Subject: Doubt in hbase installation? Hi All, I have some doubt in the installation of hbase in fully distributed mode. In my configuration the hbase does not manage the zookeeper. I added zoo.cfg in zookeeper configur

Doubt in hbase installation?

2011-07-27 Thread shanmuganathan.r
Hi All, I have some doubt in the installation of hbase in fully distributed mode. In my configuration the hbase does not manage the zookeeper. I added zoo.cfg in zookeeper configuration file . Also specified some configuration in the hbase-site.xml file. Are the two configurations