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

2013-09-04 Thread Apache Jenkins Server
See Changes: [ivanmi] HADOOP-9924. FileUtil.createJarWithClassPath() does not generate relative classpath correctly. Contributed by Shanyu Zhao. [vinodkv] YARN-1124. Modified YARN CLI application list to display new and submitted

Re: [DISCUSS] Hadoop SSO/Token Server Components

2013-09-04 Thread Larry McCay
Chris - I am curious whether there are any guidelines for feature branch use. The general goals should be to: * keep branches as small and as easily reviewable as possible for a given feature * decouple the pluggable framework from any specific central server implementation * scope specific conte

[DISCUSS] Security Efforts and Branching

2013-09-04 Thread larry mccay
Hello Kai, Jerry and common-dev'ers - I would like to try and get a game plan together for how we go about getting some of these larger security changes into branches that are manageable, reviewable and ultimately mergeable in a timely manner. In order to even start this discussion, I think we ne

[jira] [Created] (HADOOP-9933) Augment Service model to support starting stopped services

2013-09-04 Thread Karthik Kambatla (JIRA)
Karthik Kambatla created HADOOP-9933: Summary: Augment Service model to support starting stopped services Key: HADOOP-9933 URL: https://issues.apache.org/jira/browse/HADOOP-9933 Project: Hadoop Com

[jira] [Created] (HADOOP-9934) the generic (non x86) libhadoop CRC code makes unaligned loads and stores

2013-09-04 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-9934: Summary: the generic (non x86) libhadoop CRC code makes unaligned loads and stores Key: HADOOP-9934 URL: https://issues.apache.org/jira/browse/HADOOP-9934

Re: New dev. environment issue

2013-09-04 Thread Tsuyoshi OZAWA
Hi John, I'm developing Hadoop on OS X(10.8.4). Sometimes tests fail on OS X, though I confirmed that TestFileUtil of current trunk works well on my environment. Jenkins CI of Hadoop runs on Linux, so I'll recommend you to prepare Linux server. I also avoid the problem by preparing linux servers o

Re: [DISCUSS] Hadoop SSO/Token Server Components

2013-09-04 Thread Suresh Srinivas
> One aside: if you come across a bug, please try to fix it upstream and > then merge into the feature branch rather than cherry-picking patches > or only fixing it on the branch. It becomes very awkward to track. -C Related to this, when refactoring the code, generally required for large feature