[jira] [Created] (HDFS-2644) Socket not closedin JspHelper streamBlockInAscii during an exception

2011-12-08 Thread SreeHari (Created) (JIRA)
Socket not closedin JspHelper streamBlockInAscii during an exception Key: HDFS-2644 URL: https://issues.apache.org/jira/browse/HDFS-2644 Project: Hadoop HDFS Issue Type: Bu

Hadoop-Hdfs-HAbranch-build - Build # 9 - Unstable

2011-12-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-HAbranch-build/9/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 12539 lines...] main: [mkdir] Created dir: /h

Jenkins build became unstable: Hadoop-Hdfs-HAbranch-build #9

2011-12-08 Thread Apache Jenkins Server
See

Jenkins build became unstable: Hadoop-Hdfs-0.23-Build #101

2011-12-08 Thread Apache Jenkins Server
See

Hadoop-Hdfs-0.23-Build - Build # 101 - Unstable

2011-12-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/101/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 12533 lines...] main: [mkdir] Created dir: /hom

Jenkins build is still unstable: Hadoop-Hdfs-trunk #888

2011-12-08 Thread Apache Jenkins Server
See

Hadoop-Hdfs-trunk - Build # 888 - Still Unstable

2011-12-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/888/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10750 lines...] [INFO] ** FindBugsMojo execute ***

how to compile proto files?

2011-12-08 Thread Alejandro Abdelnur
I'm trying to change the build to compile the proto files (instead checking in the generated java files) However, I'm not able to run protoc successfully. Tried $ protoc -Isrc/proto/ --java_out=target/generated-sources/java src/proto/*.proto but it does not work. Thanks. Alejandro

Hadoop-Hdfs-0.23-Commit - Build # 247 - Still Failing

2011-12-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/247/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8696 lines...] [INFO]

Hadoop-Hdfs-0.23-Commit - Build # 248 - Still Failing

2011-12-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/248/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8696 lines...] [INFO]

[jira] [Created] (HDFS-2645) Webhdfs & HttpFS (Hoop) should share the same codebase

2011-12-08 Thread Alejandro Abdelnur (Created) (JIRA)
Webhdfs & HttpFS (Hoop) should share the same codebase -- Key: HDFS-2645 URL: https://issues.apache.org/jira/browse/HDFS-2645 Project: Hadoop HDFS Issue Type: Improvement Report

[jira] [Resolved] (HDFS-2634) Standby needs to ingest latest edit logs before transitioning to active`

2011-12-08 Thread Todd Lipcon (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-2634. --- Resolution: Fixed Fix Version/s: HA branch (HDFS-1623) Hadoop Flags: Reviewed committed la

[jira] [Created] (HDFS-2646) Hadoop HttpFS introduced 4 findbug warnings.

2011-12-08 Thread Uma Maheswara Rao G (Created) (JIRA)
Hadoop HttpFS introduced 4 findbug warnings. Key: HDFS-2646 URL: https://issues.apache.org/jira/browse/HDFS-2646 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 0.24.0 Repor

Re: how to compile proto files?

2011-12-08 Thread Suresh Srinivas
Under hadoop-hdfs/src I run: Protoc -I=proto proto/.proto --java_out main/src On Thursday, December 8, 2011, Alejandro Abdelnur wrote: > I'm trying to change the build to compile the proto files (instead checking > in the generated java files) > > However, I'm not able to run protoc successfull