RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
Moderate traffic list: up to 30 messages per day
This list contains about 9,508 messages, beginning Jun 2009
4 messages added yesterday
Report the Spam
This button sends a spam report to the moderator. Please use it sparingly. For other removal requests, read this.
Are you sure? yesno
[Created] (HADOOP-8527) Dont use JDK6 tools as dependency
Radim Kolar created HADOOP-8527:-----------------------------------
Summary: Dont use JDK6 tools as dependency
Key: HADOOP-8527
URL: https://issues.apache.org/jira/browse/HADOOP-...
Project: Hadoop Common
Issue Type: Bug
Components: build
Affects Versions: 2.0.0-alpha, 0.23.0, 3.0.0
Reporter: Radim Kolar
In hadoop-project/pom.xml there is dependency on jdk.tools/jdk.tools/1.6 with system scope. This dependency breaks maven-assembly jar-with-dependencies because it tries to find artifact which does not exists in maven repo.
It should not be needed. if hadoop is build with JRE, then compile fails. Adding dependency on jdk.tools does not improve situation.