RE: No marketplace entries found to handle Execution compile-protoc

2013-06-29 Thread Sambit Tripathy (RBEI/PJ-NBS)
Hi Chandrasekhar, I got the code imported into my eclipse last week and don't have any issues as I followed the steps mentioned in http://wiki.apache.org/hadoop/EclipseEnvironment I see compilation errors in couple of test packages in Hadoop-common (may be due to incompatible proto buf that

Re: No marketplace entries found to handle Execution compile-protoc

2013-06-29 Thread Karthik Kambatla
Not sure about the errors you see. Here is something that worked for me in the past - http://blog.cloudera.com/blog/2013/05/how-to-configure-eclipse-for-hadoop-contributions/ and there is a comment that mentions building an eclipse plugin for the same. I have since moved to IntelliJ - it might be

Re: git line endings trouble since recent trunk

2013-06-29 Thread Luke Lu
BTW, I just checked in the eol fix for the releasenotes.html, so git users wouldn't be annoyed until the next relnotes.py run :) On Sat, Jun 29, 2013 at 5:18 PM, Luke Lu wrote: > The problem is due to relnotes.py generating the html containing some CRLF > (from JIRA) and the release manager not

Re: git line endings trouble since recent trunk

2013-06-29 Thread Luke Lu
The problem is due to relnotes.py generating the html containing some CRLF (from JIRA) and the release manager not using git-svn, which caused the html with mixed eol getting checked in. The problem would then manifest for git users due to text=auto in .gitattributes (see HADOOP-8912) that auto con

[jira] [Created] (HADOOP-9678) TestRPC#testStopsAllThreads intermittently fails on Windows

2013-06-29 Thread Ivan Mitic (JIRA)
Ivan Mitic created HADOOP-9678: -- Summary: TestRPC#testStopsAllThreads intermittently fails on Windows Key: HADOOP-9678 URL: https://issues.apache.org/jira/browse/HADOOP-9678 Project: Hadoop Common

[jira] [Created] (HADOOP-9677) TestSetupAndCleanupFailure#testWithDFS fails on Windows

2013-06-29 Thread Ivan Mitic (JIRA)
Ivan Mitic created HADOOP-9677: -- Summary: TestSetupAndCleanupFailure#testWithDFS fails on Windows Key: HADOOP-9677 URL: https://issues.apache.org/jira/browse/HADOOP-9677 Project: Hadoop Common I

No marketplace entries found to handle Execution compile-protoc

2013-06-29 Thread Chandrashekhar Kotekar
Hi, I am trying to import Hadoop source code into Eclipse (again) but while importing I am getting following error : *"No marketplace entries found to handle Execution compile-protoc"* I am following steps given in "Working with Hadoop under Eclipse" page here : http://wiki.apache.org/hadoop/Ec

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

2013-06-29 Thread Apache Jenkins Server
See Changes: [acmurthy] HADOOP-9665. Fixed BlockDecompressorStream#decompress to return -1 rather than throw EOF at end of file. Contributed by Zhijie Shen. [tucu] YARN-883. Expose Fair Scheduler-specific queue metrics. (sandyr via