Re: integrate hbase over hadoop in eclipse IDE

2011-09-11 Thread vamshi krishna
Hi Eric, i am using hadoop-0.20.203, installed at /usr/local/hadoop . Its running successfully by user called 'hduser'. Its conf/core-site.xml has property namehadoop.tmp.dir/name value/home/vamshi/Documents/ hadoop_directory/value descriptionA base for other temporary

Re: hbase is not starting

2011-09-11 Thread Jean-Daniel Cryans
(sending to @user since it's not a dev question, bcc'ing the latter) So the important part is: Unhandled exception. Starting shutdown. java.lang.NoClassDefFoundError: org/apache/commons/configuration/Configuration And it seems to be coming from the hadoop security stack. From what I can tell

Build failed in Jenkins: HBase-TRUNK #2199

2011-09-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/2199/changes Changes: [stack] HBASE-4057 Implement HBase version of show processlist -- [...truncated 1584 lines...] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 sec Running

Build failed in Jenkins: hbase-0.90 #291

2011-09-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/hbase-0.90/291/changes Changes: [stack] HBASE-4270 IOE ignored during flush-on-close causes dataloss -- [...truncated 1185 lines...] Running org.apache.hadoop.hbase.mapreduce.TestSimpleTotalOrderPartitioner Tests run: 1,

Re: integrate hbase over hadoop in eclipse IDE

2011-09-11 Thread Eric Charles
Hi Vamshi, Are you launching HBase from eclipse or from the standard scripts? The stacktrace shows something is wrong while HMaster tries to connect Hadoop, and Hadoop checks the security. I'm confused by the java.lang.NoClassDefFoundError:org/apache/commons/configuration/Configuration

Re: integrate hbase over hadoop in eclipse IDE

2011-09-11 Thread Eric Charles
PS: Vamshi, you said hadoop is running successfully. Double-check you can create files, folders... On 11/09/11 06:19, Eric Charles wrote: Hi Vamshi, Are you launching HBase from eclipse or from the standard scripts? The stacktrace shows something is wrong while HMaster tries to connect

Secure Hadoop and non-secure HBase

2011-09-11 Thread Eric Yang
Hi all, Hortonworks has a patch for secure append for Apache Hadoop 0.20.205 to work with HBase 0.90.x. However, secure Hadoop and HBase would work until kerberos token expires. There is currently no code that renews kerberos token in HBase. Hence, it is possible to add a cron job to

Re: HBASE-4358

2011-09-11 Thread Stack
Below sounds good. There is a tmp dir under each region. That is probably better place to do the messing. St.Ack On Sat, Sep 10, 2011 at 3:10 PM, Ted Yu yuzhih...@gmail.com wrote: We should also protect the HTableDescriptor in memory against possible failure. How about: 1. Create new

Re: Secure Hadoop and non-secure HBase

2011-09-11 Thread Todd Lipcon
Hi Eric, Could you please explain more fully what you mean by this? The daemons generally run using keytabs, not user credentials, and thus shouldn't need the explicit TGT Renewer, right? -Todd On Sun, Sep 11, 2011 at 11:04 AM, Eric Yang eric...@gmail.com wrote: Hi all, Hortonworks has a

Re: Secure Hadoop and non-secure HBase

2011-09-11 Thread Gary Helmling
Hi Eric, If you configure hbase.master.keytab.file hbase.master.kerberos.principal hbase.regionserver.keytab.file hbase.regionserver.kerberos.principal in your hbase-site.xml, then the master and region server processes should login from the keytab files on startup, as Todd mentions. It's also

Re: Secure Hadoop and non-secure HBase

2011-09-11 Thread Todd Lipcon
On Sun, Sep 11, 2011 at 11:04 AM, Eric Yang eric...@gmail.com wrote: Hi all, Hortonworks has a patch for secure append for Apache Hadoop 0.20.205 to work with HBase 0.90.x. A slight correction: I think you mean to say: Hortonworks employees have revisited their decision to -1 the work that

Re: Secure Hadoop and non-secure HBase

2011-09-11 Thread Eric Yang
Hi Gary, This is exactly what I missed. Without those settings in my hbase-site.xml, I saw these messages in regional server log file: 2011-09-09 17:28:14,172 WARN org.apache.hadoop.ipc.Client: Couldn't setup connection for hb...@test.example.com