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

2013-10-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/915/changes

Changes:

[brandonli] HDFS-5316. Namenode ignores the default https port. Contributed by 
Haohui Mai

[acmurthy] Moving recent bug-fixes to hadoop-2.2.1.

[brandonli] HDFS-5317. Go back to DFS Home link does not work on datanode 
webUI. Contributed by Haohui Mai

[jing9] HDFS-5291. Standby namenode after transition to active goes into 
safemode. Contributed by Jing Zhao.

[jing9] HADOOP-10028. Malformed ssl-server.xml.example. Contributed by Haohui 
Mai.

[jlowe] YARN-465. fix coverage org.apache.hadoop.yarn.server.webproxy. 
Contributed by Aleksey Gorshkov and Andrey Klochkov

[brandonli] HDFS-5307. Support both HTTP and HTTPS in jsp pages. Contributed by 
Haohui Mai

--
[...truncated 56798 lines...]
Adding reference: maven.local.repository
[DEBUG] Initialize Maven Ant Tasks
parsing buildfile 
jar:file:/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar!/org/apache/maven/ant/tasks/antlib.xml
 with URI = 
jar:file:/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar!/org/apache/maven/ant/tasks/antlib.xml
 from a zip file
parsing buildfile 
jar:file:/home/jenkins/.m2/repository/org/apache/ant/ant/1.8.1/ant-1.8.1.jar!/org/apache/tools/ant/antlib.xml
 with URI = 
jar:file:/home/jenkins/.m2/repository/org/apache/ant/ant/1.8.1/ant-1.8.1.jar!/org/apache/tools/ant/antlib.xml
 from a zip file
Class org.apache.maven.ant.tasks.AttachArtifactTask loaded from parent loader 
(parentFirst)
 +Datatype attachartifact org.apache.maven.ant.tasks.AttachArtifactTask
Class org.apache.maven.ant.tasks.DependencyFilesetsTask loaded from parent 
loader (parentFirst)
 +Datatype dependencyfilesets org.apache.maven.ant.tasks.DependencyFilesetsTask
Setting project property: test.build.dir - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/test-dir
Setting project property: test.exclude.pattern - _
Setting project property: hadoop.assemblies.version - 3.0.0-SNAPSHOT
Setting project property: test.exclude - _
Setting project property: distMgmtSnapshotsId - apache.snapshots.https
Setting project property: project.build.sourceEncoding - UTF-8
Setting project property: java.security.egd - file:///dev/urandom
Setting project property: distMgmtSnapshotsUrl - 
https://repository.apache.org/content/repositories/snapshots
Setting project property: distMgmtStagingUrl - 
https://repository.apache.org/service/local/staging/deploy/maven2
Setting project property: avro.version - 1.7.4
Setting project property: test.build.data - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/test-dir
Setting project property: commons-daemon.version - 1.0.13
Setting project property: hadoop.common.build.dir - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/../../hadoop-common-project/hadoop-common/target
Setting project property: testsThreadCount - 4
Setting project property: maven.test.redirectTestOutputToFile - true
Setting project property: jdiff.version - 1.0.9
Setting project property: distMgmtStagingName - Apache Release Distribution 
Repository
Setting project property: project.reporting.outputEncoding - UTF-8
Setting project property: build.platform - Linux-i386-32
Setting project property: protobuf.version - 2.5.0
Setting project property: failIfNoTests - false
Setting project property: protoc.path - ${env.HADOOP_PROTOC_PATH}
Setting project property: jersey.version - 1.9
Setting project property: distMgmtStagingId - apache.staging.https
Setting project property: distMgmtSnapshotsName - Apache Development Snapshot 
Repository
Setting project property: ant.file - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/pom.xml
[DEBUG] Setting properties with prefix: 
Setting project property: project.groupId - org.apache.hadoop
Setting project property: project.artifactId - hadoop-common-project
Setting project property: project.name - Apache Hadoop Common Project
Setting project property: project.description - Apache Hadoop Common Project
Setting project property: project.version - 3.0.0-SNAPSHOT
Setting project property: project.packaging - pom
Setting project property: project.build.directory - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target
Setting project property: project.build.outputDirectory - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/classes
Setting project property: project.build.testOutputDirectory - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/target/test-classes
Setting project property: project.build.sourceDirectory - 
https://builds.apache.org/job/Hadoop-Common-trunk/ws/trunk/hadoop-common-project/src/main/java
Setting project property: project.build.testSourceDirectory - 

[jira] [Created] (HADOOP-10033) backport openstack support to branch-2

2013-10-08 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-10033:
---

 Summary: backport openstack support to branch-2
 Key: HADOOP-10033
 URL: https://issues.apache.org/jira/browse/HADOOP-10033
 Project: Hadoop Common
  Issue Type: Task
  Components: fs
Affects Versions: 2.3.0
Reporter: Steve Loughran


Backport the hadoop-openstack module to branch-2.

This should require little more than testing



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (HADOOP-10032) Backport hadoop-openstack to branch 1

2013-10-08 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-10032:
---

 Summary: Backport hadoop-openstack to branch 1
 Key: HADOOP-10032
 URL: https://issues.apache.org/jira/browse/HADOOP-10032
 Project: Hadoop Common
  Issue Type: Task
  Components: fs
Affects Versions: 1.3.0
Reporter: Steve Loughran


Backport the hadoop-openstack module from trunk to branch-1.

This will need a build.xml file to build it, ivy set up to add any extra 
dependencies and testing. There's one extra {{FileSystem}} method in 2.x that 
we can drop for branch-1.

FWIW I've already built and tested hadoop-openstack against branch 1 by editing 
the .pom file and having that module build against 1.  Before the move from 
{{isDir()}} to {{isDirectory()}} it compiled and ran fine



--
This message was sent by Atlassian JIRA
(v6.1#6144)


Re: [VOTE] Release Apache Hadoop 2.2.0

2013-10-08 Thread Thomas Graves
+1.  

Downloaded, verified signature/md5, CHANGES.txt, NOTICE, LICENSE, README,
release notes, built the source tar ball, and ran a few small jobs on a
pseudo-distributed cluster.

Tom

On 10/7/13 2:00 AM, Arun C Murthy a...@hortonworks.com wrote:

Folks,

I've created a release candidate (rc0) for hadoop-2.2.0 that I would like
to get released - this release fixes a small number of bugs and some
protocol/api issues which should ensure they are now stable and will not
change in hadoop-2.x.

The RC is available at:
http://people.apache.org/~acmurthy/hadoop-2.2.0-rc0
The RC tag in svn is here:
http://svn.apache.org/repos/asf/hadoop/common/tags/release-2.2.0-rc0

The maven artifacts are available via repository.apache.org.

Please try the release and vote; the vote will run for the usual 7 days.

thanks,
Arun

P.S.: Thanks to Colin, Andrew, Daryn, Chris and others for helping nail
down the symlinks-related issues. I'll release note the fact that we have
disabled it in 2.2. Also, thanks to Vinod for some heavy-lifting on the
YARN side in the last couple of weeks.





--
Arun C. Murthy
Hortonworks Inc.
http://hortonworks.com/



-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity
to 
which it is addressed and may contain information that is confidential,
privileged and exempt from disclosure under applicable law. If the reader
of this message is not the intended recipient, you are hereby notified
that 
any printing, copying, dissemination, distribution, disclosure or
forwarding of this communication is strictly prohibited. If you have
received this communication in error, please contact the sender
immediately 
and delete it from your system. Thank You.



[jira] [Resolved] (HADOOP-9775) Add tracking IDs to FS tokens to allow tracing FS operations back to job

2013-10-08 Thread Sandy Ryza (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sandy Ryza resolved HADOOP-9775.


Resolution: Duplicate

 Add tracking IDs to FS tokens to allow tracing FS operations back to job
 

 Key: HADOOP-9775
 URL: https://issues.apache.org/jira/browse/HADOOP-9775
 Project: Hadoop Common
  Issue Type: Improvement
  Components: security
Affects Versions: 2.1.0-beta
Reporter: Sandy Ryza
Assignee: Sandy Ryza

 It would be helpful for auditing to allow tracing of file system operations 
 to the higher-level operations that encompass them (e.g. MR jobs).
 Approaches to achieving this by logging delegation token sequence numbers at 
 job start were discussed on MAPREDUCE-5379, but rejected because delegation 
 token identifiers are meant to be opaque.
 Per discussion between Tucu and Daryn, a better way to do this would be to 
 include a tracking ID with delegation tokens.  When requesting a delegation 
 token, a job would be able to pass its job ID along to be included with the 
 token.  



--
This message was sent by Atlassian JIRA
(v6.1#6144)


Re: [VOTE] Release Apache Hadoop 2.2.0

2013-10-08 Thread Sandy Ryza
+1 (non-binding)

Built from source and ran a few jobs on a pseudo-distributed cluster with
the Fair Scheduler.


On Tue, Oct 8, 2013 at 6:48 AM, Thomas Graves tgra...@yahoo-inc.com wrote:

 +1.

 Downloaded, verified signature/md5, CHANGES.txt, NOTICE, LICENSE, README,
 release notes, built the source tar ball, and ran a few small jobs on a
 pseudo-distributed cluster.

 Tom

 On 10/7/13 2:00 AM, Arun C Murthy a...@hortonworks.com wrote:

 Folks,
 
 I've created a release candidate (rc0) for hadoop-2.2.0 that I would like
 to get released - this release fixes a small number of bugs and some
 protocol/api issues which should ensure they are now stable and will not
 change in hadoop-2.x.
 
 The RC is available at:
 http://people.apache.org/~acmurthy/hadoop-2.2.0-rc0
 The RC tag in svn is here:
 http://svn.apache.org/repos/asf/hadoop/common/tags/release-2.2.0-rc0
 
 The maven artifacts are available via repository.apache.org.
 
 Please try the release and vote; the vote will run for the usual 7 days.
 
 thanks,
 Arun
 
 P.S.: Thanks to Colin, Andrew, Daryn, Chris and others for helping nail
 down the symlinks-related issues. I'll release note the fact that we have
 disabled it in 2.2. Also, thanks to Vinod for some heavy-lifting on the
 YARN side in the last couple of weeks.
 
 
 
 
 
 --
 Arun C. Murthy
 Hortonworks Inc.
 http://hortonworks.com/
 
 
 
 --
 CONFIDENTIALITY NOTICE
 NOTICE: This message is intended for the use of the individual or entity
 to
 which it is addressed and may contain information that is confidential,
 privileged and exempt from disclosure under applicable law. If the reader
 of this message is not the intended recipient, you are hereby notified
 that
 any printing, copying, dissemination, distribution, disclosure or
 forwarding of this communication is strictly prohibited. If you have
 received this communication in error, please contact the sender
 immediately
 and delete it from your system. Thank You.




[jira] [Created] (HADOOP-10034) optimize same-filesystem symlinks by doing resolution server-side

2013-10-08 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-10034:
-

 Summary: optimize same-filesystem symlinks by doing resolution 
server-side
 Key: HADOOP-10034
 URL: https://issues.apache.org/jira/browse/HADOOP-10034
 Project: Hadoop Common
  Issue Type: Sub-task
Reporter: Colin Patrick McCabe


We should optimize same-filesystem symlinks by doing resolution server-side 
rather than client side, as discussed on HADOOP-9780.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (HADOOP-10035) Cleanup TestFilterFileSystem

2013-10-08 Thread Suresh Srinivas (JIRA)
Suresh Srinivas created HADOOP-10035:


 Summary: Cleanup TestFilterFileSystem
 Key: HADOOP-10035
 URL: https://issues.apache.org/jira/browse/HADOOP-10035
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 2.1.1-beta
Reporter: Suresh Srinivas


Currently TestFilterFileSystem only checks for FileSystem methods that must be 
implemented in FilterFileSystem with a list of methods that are exception to 
this rule. This jira wants to make this check stricter by adding a test for 
ensuring the methods in exception rule list must not be implemented by the 
FilterFileSystem.

This also cleans up the current class that has methods from exception rule list 
to interface to avoid having to provide dummy implementation of the methods.



--
This message was sent by Atlassian JIRA
(v6.1#6144)