Re: subscribe hadoop

2012-05-28 Thread han tai
Good afternoon Mr. I'm afraid of that i'd leant hadoop but our company doesn't use that... And Does the hadoop it's very difficult? On 23 May 2012 15:33, shashwat shriparv dwivedishash...@gmail.com wrote: I did not study sir, i m just working on it still learning and doing. :) Just start

Build failed in Jenkins: Hadoop-Common-0.23-Build #266

2012-05-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-0.23-Build/266/ -- [...truncated 12430 lines...] [javadoc] Loading source files for package org.apache.hadoop.fs.ftp... [javadoc] Loading source files for package org.apache.hadoop.fs.kfs... [javadoc]

Re: [jira] [Created] (HADOOP-8436) NPE In getLocalPathForWrite ( path, conf ) when dfs.client.buffer.dir not configured

2012-05-28 Thread Brahma Reddy
Adding null check... if (null == newLocalDirs) { throw new IOException(contextCfgItemName + not configured); } Testcase.. /* + * Test when dfs.client.buffer.dir not configured and called + * getLocalPathForWrite + */ + @Test + public void testShouldNotthrowNPE() throws

[jira] [Created] (HADOOP-8443) MiniDFSCluster Hangs

2012-05-28 Thread Ivan Provalov (JIRA)
Ivan Provalov created HADOOP-8443: - Summary: MiniDFSCluster Hangs Key: HADOOP-8443 URL: https://issues.apache.org/jira/browse/HADOOP-8443 Project: Hadoop Common Issue Type: Bug