RE: hbase-test

2009-11-30 Thread Mark Vigeant
@hadoop.apache.org Subject: RE: hbase-test Ok, thank you. I'm running the test on my master machine right now without hbase or hadoop running, and already I'm seeing the same tests failing... Additionally I don't know how to check the classpath for a different version of hbase... I ha

RE: hbase-test

2009-11-30 Thread Mark Vigeant
versions though so I believe it's impossible for there to be 2 conflicting versions. -Original Message- From: jdcry...@gmail.com [mailto:jdcry...@gmail.com] On Behalf Of Jean-Daniel Cryans Sent: Monday, November 30, 2009 2:49 PM To: hbase-user@hadoop.apache.org Subject: Re: hbase-test

Re: hbase-test

2009-11-30 Thread Jean-Daniel Cryans
ant [mailto:mark.vige...@riskmetrics.com] > Sent: Monday, November 30, 2009 2:39 PM > To: hbase-user@hadoop.apache.org > Subject: RE: hbase-test > > Do you remember the name of the thread? I'll try searching for it. > > And yes, I installed HBase and created a test table or 2 b

RE: hbase-test

2009-11-30 Thread Mark Vigeant
nt: Monday, November 30, 2009 2:39 PM To: hbase-user@hadoop.apache.org Subject: RE: hbase-test Do you remember the name of the thread? I'll try searching for it. And yes, I installed HBase and created a test table or 2 before running the tests. I have 1 master and 3 region servers. How do I make

RE: hbase-test

2009-11-30 Thread Mark Vigeant
l.com [mailto:jdcry...@gmail.com] On Behalf Of Jean-Daniel Cryans Sent: Monday, November 30, 2009 2:26 PM To: hbase-user@hadoop.apache.org Subject: Re: hbase-test This error seems like a version mismatch. There was a thread recently about it on this mailing list. WRT to the errors, it seems the tests in

Re: hbase-test

2009-11-30 Thread Jean-Daniel Cryans
eRPC.java:328) >        ... 12 more > > Thank you for all your help! > > -Mark > > -Original Message----- > From: Mark Vigeant [mailto:mark.vige...@riskmetrics.com] > Sent: Monday, November 30, 2009 11:14 AM > To: hbase-user@hadoop.apache.org > Subject: RE: hbase-t

RE: hbase-test

2009-11-30 Thread Mark Vigeant
To: hbase-user@hadoop.apache.org Subject: RE: hbase-test Hey J-D That is the error that shows up at the end of most failed TEST-* files. 2 interesting things to note: none of the tests had "failures," only "errors." This still caused them to fail. Also, the tests each ran *m

RE: hbase-test

2009-11-30 Thread Mark Vigeant
ork, and I have a feeling that so many errors in the tests will prevent me from getting it to. Thanks! -Mark -Original Message- From: jdcry...@gmail.com [mailto:jdcry...@gmail.com] On Behalf Of Jean-Daniel Cryans Sent: Wednesday, November 25, 2009 7:04 PM To: hbase-user@hadoop.apache.

Re: hbase-test

2009-11-25 Thread Jean-Daniel Cryans
ling for the same > reason. Any thoughts? > > -Mark > -Original Message- > From: Ryan Rawson [mailto:ryano...@gmail.com] > Sent: Tuesday, November 24, 2009 6:04 PM > To: hbase-user@hadoop.apache.org > Subject: Re: hbase-test > > A follow up - our jars are also n

RE: hbase-test

2009-11-25 Thread Mark Vigeant
day, November 24, 2009 6:04 PM To: hbase-user@hadoop.apache.org Subject: Re: hbase-test A follow up - our jars are also not standalone, they have a number of dependencies which live in lib/*. The shell scripts in bin/* can boot up and run hbase and other tools, and set the classpath automatically

Re: hbase-test

2009-11-24 Thread Ryan Rawson
A follow up - our jars are also not standalone, they have a number of dependencies which live in lib/*. The shell scripts in bin/* can boot up and run hbase and other tools, and set the classpath automatically. If you dont want to do that for some reason, add every jar in lib/* and the built jars

RE: hbase-test

2009-11-24 Thread Mark Vigeant
Ah perfect, thanks Ryan -Original Message- From: Ryan Rawson [mailto:ryano...@gmail.com] Sent: Tuesday, November 24, 2009 6:02 PM To: hbase-user@hadoop.apache.org Subject: Re: hbase-test If you want to run the tests, try 'ant test' from the hbase directory. None of the jars

RE: hbase-test

2009-11-24 Thread Mark Vigeant
To be more clear the error I get when I run Java -jar hbase-0.20.2-test.jar Is Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration Caused by: Could not find the main class: org/apache/hadoop/hbase/PerformanceEvaluation -Original Message-

Re: hbase-test

2009-11-24 Thread Ryan Rawson
If you want to run the tests, try 'ant test' from the hbase directory. None of the jars have Main-Class defined, since they bundle a significant amount of test and functional code. -ryan On Tue, Nov 24, 2009 at 2:59 PM, Mark Vigeant wrote: > Hey- > > Quick question: what are the classes / how d