[jira] [Created] (HADOOP-7512) Fix example mistake in WritableComparable javadocs

2011-08-04 Thread Harsh J (JIRA)
Fix example mistake in WritableComparable javadocs -- Key: HADOOP-7512 URL: https://issues.apache.org/jira/browse/HADOOP-7512 Project: Hadoop Common Issue Type: Task Components: docum

[jira] [Created] (HADOOP-7513) mvn-deploy target fails

2011-08-04 Thread Joep Rottinghuis (JIRA)
mvn-deploy target fails --- Key: HADOOP-7513 URL: https://issues.apache.org/jira/browse/HADOOP-7513 Project: Hadoop Common Issue Type: Bug Components: build Affects Versions: 0.22.0 Environment: RHE

[jira] [Created] (HADOOP-7514) Build fails with ClassCastException when running both mvn-install and mvn-deploy targets

2011-08-04 Thread Joep Rottinghuis (JIRA)
Build fails with ClassCastException when running both mvn-install and mvn-deploy targets Key: HADOOP-7514 URL: https://issues.apache.org/jira/browse/HADOOP-7514

Fwd: HADOOP-7119 patch brings Alfredo source into Hadoop

2011-08-04 Thread Alejandro Abdelnur
[Using the core-dev@ alias now] -- Forwarded message -- From: Alejandro Abdelnur Date: Thu, Aug 4, 2011 at 10:22 AM Subject: HADOOP-7119 patch brings Alfredo source into Hadoop To: gene...@hadoop.apache.org The previous patch for adding Kerberos Auth to the HTTP endpoints broug

hadoop JARs not in lib/ directory of layout

2011-08-04 Thread Alejandro Abdelnur
[Using the core-dev@ alias now] -- Forwarded message -- From: Alejandro Abdelnur Date: Thu, Aug 4, 2011 at 11:03 AM Subject: hadoop JARs not in lib/ directory of layout To: gene...@hadoop.apache.org What is the rationale for having the hadoop JARs outside of the lib/ directory?

Re: hadoop JARs not in lib/ directory of layout

2011-08-04 Thread Alejandro Abdelnur
[moving to core-dev@] A big release note is doable. Still, people normally use 'hadoop' script when submitting jobs and 'hadoop' would take care of having the JAR in the classpath. What other things would break? I'll start working on a patch then. Thxs. Alejandro On Thu, Aug 4, 2011 at 12:52

Re: hadoop JARs not in lib/ directory of layout

2011-08-04 Thread Allen Wittenauer
On Aug 4, 2011, at 1:06 PM, Alejandro Abdelnur wrote: > [moving to core-dev@] > > A big release note is doable. > > Still, people normally use 'hadoop' script when submitting jobs and 'hadoop' > would take care of having the JAR in the classpath. What other things would > break? > Eve

Re: hadoop JARs not in lib/ directory of layout

2011-08-04 Thread Alejandro Abdelnur
Allen, Pig, Hive bundle Hadoop JARs with distributions, so no issue there. And for those who use Hadoop JARs from HADOOP_HOME, they normally add all dirs under ${HADOOP_HOME}/lib And finally, with the new layout of Hadoop trunk, things will be broken anyhow for them, so work will have to be done

Re: hadoop JARs not in lib/ directory of layout

2011-08-04 Thread Allen Wittenauer
On Aug 4, 2011, at 1:59 PM, Alejandro Abdelnur wrote: > Pig, Hive bundle Hadoop JARs with distributions, so no issue there. Re-read what I said: >> I suspect lots of pig, hive, and hbase installations will also break. It still remains a potential issue for those of us who

Re: hadoop JARs not in lib/ directory of layout

2011-08-04 Thread Alejandro Abdelnur
Allen, I agree 100% with you, there will be setups that will break. I was just pointing out that it may be a bit less that expected because of the scenarios I described. But yes, you are right, something/somewhere will break. And being more clear than before, yes, it MUST GO in the release notes

Re: hadoop JARs not in lib/ directory of layout

2011-08-04 Thread Alejandro Abdelnur
[moving to core-dev@, general@ BCCed] Eric, Even if the JAR is in lib/ you could import/use that JAR only. How would you use Hadoop JARs without its dependencies? Many things will break unless you add the dependency JARs. Granted, there are JARs that are used by Hadoop server side only (JT/NN/T

Re: hadoop JARs not in lib/ directory of layout

2011-08-04 Thread Eric Yang
It is easier to write shell script to import jar files by directory instead of explicitly reference to a few jars with specific versions. The common use case is: HBase needs to use hadoop jar files, but HBase depends on more recent version of log4j. The construction of the class path would be:

[jira] [Created] (HADOOP-7515) test-patch reports the wrong number of javadoc warnings

2011-08-04 Thread Tom White (JIRA)
test-patch reports the wrong number of javadoc warnings --- Key: HADOOP-7515 URL: https://issues.apache.org/jira/browse/HADOOP-7515 Project: Hadoop Common Issue Type: Sub-task Com

[jira] [Resolved] (HADOOP-7441) Improvement for the FsShell -copyFromLocal/-put"

2011-08-04 Thread XieXianshan (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] XieXianshan resolved HADOOP-7441. - Resolution: Duplicate > Improvement for the FsShell -copyFromLocal/-put" > -

[jira] [Resolved] (HADOOP-7455) Introduce HA Service Protocol Interface

2011-08-04 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HADOOP-7455. - Resolution: Fixed Hadoop Flags: [Reviewed] I committed the patch to HDFS-1623 bran

[jira] [Created] (HADOOP-7516) Mavenized test-patch.sh must skip tests

2011-08-04 Thread Suresh Srinivas (JIRA)
Mavenized test-patch.sh must skip tests --- Key: HADOOP-7516 URL: https://issues.apache.org/jira/browse/HADOOP-7516 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.23.0 Reporter:

Re: Trouble resolving external jar dependency

2011-08-04 Thread Noah Watkins
Cool, this got me to where I needed to be. Thanks a lot! -Noah On Aug 1, 2011, at 11:18 AM, Rottinghuis, Joep wrote: > Run a compile with a -verbose option to the ant command. > That makes it more verbose and may reveal what the problem is. > > Another trick you can try is to add a regular depe