[jira] [Created] (HADOOP-8274) Under cygwin, hadoop throws exception in pseudo or cluster model

2012-04-12 Thread tim.wu (Created) (JIRA)
Under cygwin, hadoop throws exception in pseudo or cluster model Key: HADOOP-8274 URL: https://issues.apache.org/jira/browse/HADOOP-8274 Project: Hadoop Common Issue Type: Bug

[jira] [Resolved] (HADOOP-8209) Add option to relax build-version check for branch-1

2012-04-12 Thread Eli Collins (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8209. - Resolution: Fixed Fix Version/s: 1.1.0 Target Version/s: (was: 1.1.0)

[jira] [Reopened] (HADOOP-8273) PowerPc missing dependency of commons-daemon-1.0.2-bin-linux-ppc64.tar.gz

2012-04-12 Thread Eli Collins (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins reopened HADOOP-8273: - > PowerPc missing dependency of commons-daemon-1.0.2-bin-linux-ppc64.tar.gz > --

[jira] [Resolved] (HADOOP-8273) PowerPc missing dependency of commons-daemon-1.0.2-bin-linux-ppc64.tar.gz

2012-04-12 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HADOOP-8273. - Resolution: Invalid If commons doesn't provide a PPC build, please file an issue against commons' proje

Re: HADOOP-8268

2012-04-12 Thread Aaron T. Myers
2012/4/12 Radim Kolar > can somebody take a peek on patch attached to ticked and enlighten me why > it does not apply? > I just commented on the JIRA. Best, Aaron -- Aaron T. Myers Software Engineer, Cloudera

[jira] [Created] (HADOOP-8273) PowerPc missing dependency of commons-daemon-1.0.2-bin-linux-ppc64.tar.gz

2012-04-12 Thread Kumar Ravi (Created) (JIRA)
PowerPc missing dependency of commons-daemon-1.0.2-bin-linux-ppc64.tar.gz - Key: HADOOP-8273 URL: https://issues.apache.org/jira/browse/HADOOP-8273 Project: Hadoop Common

HADOOP-8268

2012-04-12 Thread Radim Kolar
can somebody take a peek on patch attached to ticked and enlighten me why it does not apply?

test plan for Tool subclasses

2012-04-12 Thread Steve Loughran
What's the best way to extend entry points that extend Tool? I've written a new entry point that lets you test topology scripts by loading them, resolving hostnames provided on the command line/in a file, then printing out the results to the console. https://issues.apache.org/jira/browse/HADOOP-82

[jira] [Resolved] (HADOOP-8272) BytesWritable length problem

2012-04-12 Thread Todd Lipcon (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HADOOP-8272. - Resolution: Invalid This is not a bug - this is the expected behavior of getBytes(). Please refe

[jira] [Created] (HADOOP-8272) BytesWritable length problem

2012-04-12 Thread Simon Gilliot (Created) (JIRA)
BytesWritable length problem Key: HADOOP-8272 URL: https://issues.apache.org/jira/browse/HADOOP-8272 Project: Hadoop Common Issue Type: Bug Components: io Affects Versions: 0.20.205.0 Re

[jira] [Created] (HADOOP-8271) PowerPc Build error.

2012-04-12 Thread Kumar Ravi (Created) (JIRA)
PowerPc Build error. Key: HADOOP-8271 URL: https://issues.apache.org/jira/browse/HADOOP-8271 Project: Hadoop Common Issue Type: Bug Components: build Affects Versions: 1.0.2, 1.0.3 Environment: Lin

[jira] [Resolved] (HADOOP-8091) Add a topology mapper that reads hostname to rack mappings from a Java properties file

2012-04-12 Thread Steve Loughran (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-8091. Resolution: Duplicate > Add a topology mapper that reads hostname to rack mappings fro

RE: Having problem to run hadoop with a jar file

2012-04-12 Thread Zhixuan Zhu
Hi Bernd, Thanks for the prompt reply! My mapred-site.xml has the following contents: mapred.job.tracker srvswint4.calpont.com:9001 I think if it's a protocol issue, I should get the similar issue when including the customized API files in my driver project. But it works fin

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

2012-04-12 Thread Apache Jenkins Server
See Changes: [amarrk] MAPREDUCE-4083. [Gridmix] NPE in cpu emulation. (amarrk) [atm] HDFS-3260. TestDatanodeRegistration should set minimum DN version in addition to minimum NN version. Contributed by Aaron T. Myers. [atm] HDFS-29

Build failed in Jenkins: Hadoop-Common-0.23-Build #220

2012-04-12 Thread Apache Jenkins Server
See Changes: [sseth] MAPREDUCE-3932. Fix the TaskAttempt state machine to handle CONTIANER_LAUNCHED and CONTIANER_LAUNCH_FAILED events in additional states. (Contributed by Robert Joseph Evans) [sseth] merge MAPREDUCE-4099 am

Re: Having problem to run hadoop with a jar file

2012-04-12 Thread Bernd Fondermann
Hi, verify that port 9001 is actually a RPC port that Hadoop uses for communication. A common error is to specify the port where Hadoop's WebUIs are running. There, HTTP is served, not the Hadoop RPC protocol. In short: check you are using the right port in all XML config properties and in-c