[jira] [Created] (HDFS-6846) NetworkTopology#sortByDistance should give nodes higher priority, which cache the block.

2014-08-12 Thread Yi Liu (JIRA)
Yi Liu created HDFS-6846: Summary: NetworkTopology#sortByDistance should give nodes higher priority, which cache the block. Key: HDFS-6846 URL: https://issues.apache.org/jira/browse/HDFS-6846 Project: Hadoop

[jira] [Created] (HDFS-6845) XSS and or content injection in hdfs

2014-08-12 Thread clouds (JIRA)
clouds created HDFS-6845: Summary: XSS and or content injection in hdfs Key: HDFS-6845 URL: https://issues.apache.org/jira/browse/HDFS-6845 Project: Hadoop HDFS Issue Type: Bug Affects Versions:

Re: [VOTE] Merge fs-encryption branch to trunk

2014-08-12 Thread Charles Lamb
+1 (non-binding) I've actively worked on developing and reviewing this feature and am happy to see it in its current state. I believe it is ready to be merged. Charles

Re: [VOTE] Migration from subversion to git for version control

2014-08-12 Thread Chris Douglas
+1 -C On Fri, Aug 8, 2014 at 7:57 PM, Karthik Kambatla wrote: > I have put together this proposal based on recent discussion on this topic. > > Please vote on the proposal. The vote runs for 7 days. > >1. Migrate from subversion to git for version control. >2. Force-push to be disabled on

Thinking ahead to hadoop-2.6

2014-08-12 Thread Arun C Murthy
Folks, With hadoop-2.5 nearly done, it's time to start thinking ahead to hadoop-2.6. Currently, here is the Roadmap per the wiki: • HADOOP • Credential provider HADOOP-10607 • HDFS • Heterogeneous storage (Phase 2) - Support APIs for using stor

Re: [VOTE] Migration from subversion to git for version control

2014-08-12 Thread Arpit Agarwal
+1 binding. On Tue, Aug 12, 2014 at 6:08 AM, Thomas Graves < tgra...@yahoo-inc.com.invalid> wrote: > +1 (binding). > > > Tom > > > On Friday, August 8, 2014 9:57 PM, Karthik Kambatla > wrote: > > > > I have put together this proposal based on recent discussion on this topic. > > Please vote on

[jira] [Resolved] (HDFS-6835) Archival Storage: Add a new API to set storage policy

2014-08-12 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved HDFS-6835. - Resolution: Fixed I've committed this. > Archival Storage: Add a new API to set storage policy >

[jira] [Created] (HDFS-6844) Archival Storage: Extend HdfsFileStatus to get storage policy

2014-08-12 Thread Jing Zhao (JIRA)
Jing Zhao created HDFS-6844: --- Summary: Archival Storage: Extend HdfsFileStatus to get storage policy Key: HDFS-6844 URL: https://issues.apache.org/jira/browse/HDFS-6844 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-6843) Create FileStatus.isEncrypted() method

2014-08-12 Thread Charles Lamb (JIRA)
Charles Lamb created HDFS-6843: -- Summary: Create FileStatus.isEncrypted() method Key: HDFS-6843 URL: https://issues.apache.org/jira/browse/HDFS-6843 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Resolved] (HDFS-6842) TestHttpFSFWithWebhdfsFileSystem fails in trunk

2014-08-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HDFS-6842. -- Resolution: Duplicate Covered by HADOOP-10836 > TestHttpFSFWithWebhdfsFileSystem fails in trunk > -

Re: [VOTE] Release Apache Hadoop 2.5.0 RC2

2014-08-12 Thread Karthik Kambatla
Thanks everyone for trying out the RC and voting. The vote ends with 17 +1s (5 binding) and no -1s. I ll work on publishing the release. On Tue, Aug 12, 2014 at 8:46 AM, Arun C Murthy wrote: > +1 (binding) > > Verified sigs and ran sample jobs. Thanks for taking the lead on this > Karthik. > >

[jira] [Created] (HDFS-6842) TestHttpFSFWithWebhdfsFileSystem fails in trunk

2014-08-12 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6842: Summary: TestHttpFSFWithWebhdfsFileSystem fails in trunk Key: HDFS-6842 URL: https://issues.apache.org/jira/browse/HDFS-6842 Project: Hadoop HDFS Issue Type: Test

Hadoop-Hdfs-trunk - Build # 1835 - Failure

2014-08-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1835/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 25793 lines...] [INFO] --- maven-site-plugin:3.3:attach-d

Build failed in Jenkins: Hadoop-Hdfs-trunk #1835

2014-08-12 Thread Apache Jenkins Server
See Changes: [junping_du] YARN-1337. Recover containers upon nodemanager restart. (Contributed by Jason Lowe) [tucu] HADOOP-10835. Implement HTTP proxyuser support in HTTP authentication client/server libraries. (tucu) [brandonli]

Re: [VOTE] Release Apache Hadoop 2.5.0 RC2

2014-08-12 Thread Arun C Murthy
+1 (binding) Verified sigs and ran sample jobs. Thanks for taking the lead on this Karthik. Arun On Aug 6, 2014, at 1:59 PM, Karthik Kambatla wrote: > Hi folks, > > I have put together a release candidate (rc2) for Hadoop 2.5.0. > > The RC is available at: http://people.apache.org/~kasha/had

[jira] [Created] (HDFS-6841) Use Time.monotonicNow() whenever applicable instead of Time.now()

2014-08-12 Thread Vinayakumar B (JIRA)
Vinayakumar B created HDFS-6841: --- Summary: Use Time.monotonicNow() whenever applicable instead of Time.now() Key: HDFS-6841 URL: https://issues.apache.org/jira/browse/HDFS-6841 Project: Hadoop HDFS

Re: [VOTE] Release Apache Hadoop 2.5.0 RC2

2014-08-12 Thread Tsuyoshi OZAWA
+1 (non-binding) * Verified checksums with new binary tar ball. * Checked the compiled *.apt.vm files are included Akira mentioned. Thanks for your quick updating, Karthik. Thanks, - Tsuyoshi On Tue, Aug 12, 2014 at 9:20 PM, Karthik Kambatla wrote: > Thanks for trying the new binary out, Akira

Re: [VOTE] Migration from subversion to git for version control

2014-08-12 Thread Thomas Graves
+1 (binding). Tom On Friday, August 8, 2014 9:57 PM, Karthik Kambatla wrote: I have put together this proposal based on recent discussion on this topic. Please vote on the proposal. The vote runs for 7 days.   1. Migrate from subversion to git for version control.   2. Force-push to be

Re: [VOTE] Release Apache Hadoop 2.5.0 RC2

2014-08-12 Thread Karthik Kambatla
Thanks for trying the new binary out, Akira. I just updated the binary to include the site files as well. On Mon, Aug 11, 2014 at 11:28 PM, Akira AJISAKA wrote: > Thanks Karthik for the update, but the some documents are not included. > > It looks to me that *.apt.vm files are not compiled. > W