Re: Unable to build native binaries

2012-04-27 Thread ASHISH ATTARDE
Harsh, I am using following configuration Apache Maven 3.0.4 Java version: 1.6.0_24, vendor: Sun Microsystems Inc. OS name: "linux", version: "3.2.0-24-generic-pae", arch: "i386", family: "unix" -ashish On Sat, Apr 28, 2012 at 12:25 AM, Harsh J wrote: > Hi, > > What JDK version are you using

Re: About Herriot

2012-04-27 Thread Konstantin Boudnik
Yeah, this is pretty much everything you need to know. A coupla additional points: - Herriot hasn't been integrated to current trunk - the mavenization is still due - you apparently need to create instrumented bits of your cluster before you can use Herriot Cos On Fri, Apr 27, 2012

Re: Unable to build native binaries

2012-04-27 Thread Harsh J
Hi, What JDK version are you using to compile? On Sat, Apr 28, 2012 at 7:53 AM, ASHISH ATTARDE wrote: > My build for naitive binaries is failing with following error. I used > -DskipTests as few unit tests are also broke > > I am new to Hadoop development, can anyone guide/help me or direct me t

[jira] [Reopened] (HADOOP-8323) Revert HADOOP-7940

2012-04-27 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J reopened HADOOP-8323: - > Revert HADOOP-7940 > -- > > Key: HADOOP-8323 > URL: ht

Unable to build native binaries

2012-04-27 Thread ASHISH ATTARDE
My build for naitive binaries is failing with following error. I used -DskipTests as few unit tests are also broke I am new to Hadoop development, can anyone guide/help me or direct me to right direction? My source code version is recent one cause this evening only I checked out with svn. $ mvn a

Re: Supporting cross-project Jenkins builds

2012-04-27 Thread Alejandro Abdelnur
PLEASE On Fri, Apr 27, 2012 at 4:48 PM, Tom White wrote: > Just to be clear, the HADOOP-8308 patch is selective about which tests > it runs, so it doesn't increase build run times. Unless there are any > objections, I'd like to commit the patch and switch Jenkins to run > from the top-le

Re: Supporting cross-project Jenkins builds

2012-04-27 Thread Tom White
Just to be clear, the HADOOP-8308 patch is selective about which tests it runs, so it doesn't increase build run times. Unless there are any objections, I'd like to commit the patch and switch Jenkins to run from the top-level directory early next week. Cheers, Tom On Fri, Apr 27, 2012 at 2:21 AM

[jira] [Created] (HADOOP-8330) TestSequenceFile.testCreateUsesFsArg() is broken

2012-04-27 Thread John George (JIRA)
John George created HADOOP-8330: --- Summary: TestSequenceFile.testCreateUsesFsArg() is broken Key: HADOOP-8330 URL: https://issues.apache.org/jira/browse/HADOOP-8330 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8329) Hadoop-Common build fails with IBM Java 7 on branch-1.0

2012-04-27 Thread Kumar Ravi (JIRA)
Kumar Ravi created HADOOP-8329: -- Summary: Hadoop-Common build fails with IBM Java 7 on branch-1.0 Key: HADOOP-8329 URL: https://issues.apache.org/jira/browse/HADOOP-8329 Project: Hadoop Common I

[jira] [Created] (HADOOP-8328) Duplicate FileSystem Statistics object for 'file' scheme

2012-04-27 Thread Tom White (JIRA)
Tom White created HADOOP-8328: - Summary: Duplicate FileSystem Statistics object for 'file' scheme Key: HADOOP-8328 URL: https://issues.apache.org/jira/browse/HADOOP-8328 Project: Hadoop Common Is

[jira] [Created] (HADOOP-8327) distcpv2 and distcpv1 jars should not coexist

2012-04-27 Thread Dave Thompson (JIRA)
Dave Thompson created HADOOP-8327: - Summary: distcpv2 and distcpv1 jars should not coexist Key: HADOOP-8327 URL: https://issues.apache.org/jira/browse/HADOOP-8327 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8326) test-patch can leak processes in some cases

2012-04-27 Thread Robert Joseph Evans (JIRA)
Robert Joseph Evans created HADOOP-8326: --- Summary: test-patch can leak processes in some cases Key: HADOOP-8326 URL: https://issues.apache.org/jira/browse/HADOOP-8326 Project: Hadoop Common

Re: Cannot access HDFS from Java

2012-04-27 Thread shashwat shriparv
On what ip or domainname and port your name node is running? On Fri, Apr 27, 2012 at 4:19 PM, Brenagwynn wrote: > > More on this. I'm seeing that my application actually tries to access the > file in the namenode log: > 2012-04-27 05:45:48,839 INFO > org.apache.hadoop.hdfs.server.namenode.FSName

[jira] [Created] (HADOOP-8325) remove FileSystem JVM shutdown hook that does closeAll()

2012-04-27 Thread Alejandro Abdelnur (JIRA)
Alejandro Abdelnur created HADOOP-8325: -- Summary: remove FileSystem JVM shutdown hook that does closeAll() Key: HADOOP-8325 URL: https://issues.apache.org/jira/browse/HADOOP-8325 Project: Hadoop C

[jira] [Resolved] (HADOOP-8230) Enable sync by default and disable append

2012-04-27 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8230. - Resolution: Fixed Fix Version/s: 1.1.0 Target Version/s: (was: 1.1.0)

Re: Cannot access HDFS from Java

2012-04-27 Thread Brenagwynn
More on this. I'm seeing that my application actually tries to access the file in the namenode log: 2012-04-27 05:45:48,839 INFO org.apache.hadoop.hdfs.server.namenode.FSNamesystem.audit: ugi=... ip=/. cmd=opensrc=/test/src_email.txt dst=null perm=null But nothi

Cannot access HDFS from Java

2012-04-27 Thread Brenagwynn
Hi all! I'm trying to use IBM BigInsights (essentially hadoop 0.20.2) as an HDFS file storage. While I'm perfectly able to access all my files using the web console and JAQL inside the box, the same does not apply to the Java application I've created which runs *externally*, on another machine, no

Build failed in Jenkins: Hadoop-Common-trunk #389

2012-04-27 Thread Apache Jenkins Server
See Changes: [szetszwo] HDFS-3181. Fix a test case in TestLeaseRecovery2. [szetszwo] HDFS-3322. Use HdfsDataInputStream and HdfsDataOutputStream in Hdfs. [tucu] HADOOP-8321. TestUrlStreamHandler fails. (tucu) [umamahesh] HDFS-3222

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

2012-04-27 Thread Apache Jenkins Server
See Changes: [bobby] svn merge -c 1331046. FIXES: MAPREDUCE-4189. TestContainerManagerSecurity is failing (Devaraj K via bobby) [bobby] svn merge -c 1331012. FIXES: MAPREDUCE-4169. Container Logs appear in unsorted order (Jon

Re: Supporting cross-project Jenkins builds

2012-04-27 Thread Radim Kolar
Dne 18.4.2012 0:17, Giridharan Kesavan napsal(a): I agree with Aaron. Its going increase the test patch build timings significantly which may not be very helpful There are 9 build machines dedicated to hadoop. I would like that automatic checking can finally test my patches like MAPREDUCE-4116 <

[jira] [Created] (HADOOP-8324) Improve tests for Text.clear()

2012-04-27 Thread Harsh J (JIRA)
Harsh J created HADOOP-8324: --- Summary: Improve tests for Text.clear() Key: HADOOP-8324 URL: https://issues.apache.org/jira/browse/HADOOP-8324 Project: Hadoop Common Issue Type: Improvement Affe

Re: About Herriot

2012-04-27 Thread Nitin Pawar
you can take a look at http://wiki.apache.org/hadoop/HowToUseSystemTestFramework its neatly explained On Fri, Apr 27, 2012 at 2:07 PM, 软件技术评估组_陈大雅 wrote: > Hi, I don't know how to use Herriot ! > Could you like to give some procedure fo using Herriot to test my cluster? > > Thanks!! > > > >

[jira] [Resolved] (HADOOP-8323) Revert HADOOP-7940

2012-04-27 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HADOOP-8323. - Resolution: Won't Fix Target Version/s: (was: 3.0.0, 2.0.0) Actually, I looked at the API an

[jira] [Created] (HADOOP-8323) Revert HADOOP-7940

2012-04-27 Thread Harsh J (JIRA)
Harsh J created HADOOP-8323: --- Summary: Revert HADOOP-7940 Key: HADOOP-8323 URL: https://issues.apache.org/jira/browse/HADOOP-8323 Project: Hadoop Common Issue Type: Bug Components: io