[jira] [Created] (HADOOP-7787) binary and source tarball names are not consistent

2011-10-31 Thread Created
binary and source tarball names are not consistent -- Key: HADOOP-7787 URL: https://issues.apache.org/jira/browse/HADOOP-7787 Project: Hadoop Common Issue Type: Bug Components: build

Re: Example mvn cmd line to build snappy native lib?

2011-10-31 Thread Alejandro Abdelnur
correct On Mon, Oct 31, 2011 at 4:33 PM, Tim Broberg wrote: > Download from google code? > > > From: Alejandro Abdelnur [t...@cloudera.com] > Sent: Monday, October 31, 2011 3:34 PM > To: common-dev@hadoop.apache.org > Subject: Re: Example mvn cmd line to

RE: Example mvn cmd line to build snappy native lib?

2011-10-31 Thread Tim Broberg
Download from google code? From: Alejandro Abdelnur [t...@cloudera.com] Sent: Monday, October 31, 2011 3:34 PM To: common-dev@hadoop.apache.org Subject: Re: Example mvn cmd line to build snappy native lib? You still need to download//build/install snappy.

Re: Example mvn cmd line to build snappy native lib?

2011-10-31 Thread Alejandro Abdelnur
You still need to download//build/install snappy. I asume you are doing that. Yes, Hadoop snappy JNI goes in the libhadoop OS Thanks. Alejandro On Mon, Oct 31, 2011 at 2:56 PM, Tim Broberg wrote: > Solved - In trunk, the snappy symbols are getting linked in with the rest > of the native stuff

RE: Example mvn cmd line to build snappy native lib?

2011-10-31 Thread Tim Broberg
Solved - In trunk, the snappy symbols are getting linked in with the rest of the native stuff in libhadoop.so: [tbroberg@san-mothra trunk]$ nm -gC hadoop-common-project/hadoop-common/target/hadoop-common-0.24.0-SNAPSHOT/lib/libhadoop.so | grep -i snappy 3c20 T Java_org_apache_hadoo

[jira] [Created] (HADOOP-7785) Add equals, hashcode, toString to DataChecksum

2011-10-31 Thread Todd Lipcon (Created) (JIRA)
Add equals, hashcode, toString to DataChecksum -- Key: HADOOP-7785 URL: https://issues.apache.org/jira/browse/HADOOP-7785 Project: Hadoop Common Issue Type: Improvement Components: io, ut

Re: hadoop-0.23.0 jiras

2011-10-31 Thread Tom White
Hi Arun, A couple more issues that I think are blockers: HADOOP-7782 (Aggregate project javadocs) should be a blocker since otherwise private APIs are published as a part of the public API. MAPREDUCE-3237 (Move LocalJobRunner to hadoop-mapreduce-client-core module) is also a blocker since without

RE: Example mvn cmd line to build snappy native lib?

2011-10-31 Thread Tim Broberg
Thanks, Alejandro, but perhaps this is the procedure for a previous version? SVN trunk provides source in trunk/hadoop-common-project/hadoop-common/target/native/src/org/apache/hadoop/io/compress/snappy, but there is no config script or makefile. There is a fragment of documentation in trunk/BU

Re: Example mvn cmd line to build snappy native lib?

2011-10-31 Thread Alejandro Abdelnur
Tim, You have to download it snappy from source tarball, run './configure' and then 'make install' Thanks. Alejandro On Mon, Oct 31, 2011 at 11:24 AM, Tim Broberg wrote: > bump > > Does anybody know how to build the snappy native library? > > - Tim. > > >

[jira] [Created] (HADOOP-7784) secure datanodes fail to come up stating jscv not found

2011-10-31 Thread Arpit Gupta (Created) (JIRA)
secure datanodes fail to come up stating jscv not found Key: HADOOP-7784 URL: https://issues.apache.org/jira/browse/HADOOP-7784 Project: Hadoop Common Issue Type: Bug Affects Vers

Re: Example mvn cmd line to build snappy native lib?

2011-10-31 Thread Tim Broberg
bump Does anybody know how to build the snappy native library?     - Tim. From: Tim Broberg To: "common-dev@hadoop.apache.org" Sent: Friday, October 28, 2011 11:52 PM Subject: Example mvn cmd line to build snappy native lib? I'm trying to build the trunk from

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

2011-10-31 Thread Apache Jenkins Server
See Changes: [amarrk] MAPREDUCE-3241. [Rumen] Fix Rumen to ignore the AMStartedEvent. (amarrk) [amarrk] MAPREDUCE-3166. [Rumen] Make Rumen use job history api instead of relying on current history file name format. (Ravi Gumma

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

2011-10-31 Thread Apache Jenkins Server
See Changes: [vinodkv] MAPREDUCE-3146. Added a MR specific command line to dump logs for a given TaskAttemptID. Contributed by Siddharth Seth. svn merge -c r1195349 --ignore-ancestry ../../trunk [vinodkv] MAPREDUCE-2766. Fixed

Re: hadoop-0.23.0 jiras

2011-10-31 Thread Arun C Murthy
Done. Ping me if you find anything astray. thanks, Arun On Oct 30, 2011, at 9:18 PM, Arun C Murthy wrote: > FYI - I'm starting to change 'fix version' for all non-blockers and do a > final pass on open blockers. > > I'll send a note out when done. > > thanks, > Arun >