[jira] [Created] (HADOOP-9085) start namenode failure,bacause pid of namenode pid file is other process pid or thread id before start namenode

2012-11-22 Thread liaowenrui (JIRA)
liaowenrui created HADOOP-9085: -- Summary: start namenode failure,bacause pid of namenode pid file is other process pid or thread id before start namenode Key: HADOOP-9085 URL: https://issues.apache.org/jira/browse/HA

Re: [PROPOSAL] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-22 Thread Radim Kolar
We'd still need to preserve whatever permissions are present in the Jetty distribution. in jetty distribution there is just one shell startup script and you can even run jetty without it using autostartable jar. Requirement to preserve permissions is overkill. at most you need just to chmod +

Please remove me from mailing list

2012-11-22 Thread Ajay Sharma
Dear Admin, Please, remove mu email address “aja...@hotmail.com” from the “"common-dev@hadoop.apache.org” mailing list. Regards. Ajay Sharma Sent from Windows Mail

Re: [PROPOSAL] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-22 Thread Steve Loughran
On 21 November 2012 19:15, Matt Foley wrote: > This discussion started in > > > Those of us involved in the branch-1-win port of Hadoop to Windows without > use of Cygwin, have faced the issue of frequent use of shell scripts > throughout the system, both in build time (eg, the utility > "saveVer

Re: [PROPOSAL] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-22 Thread Steve Loughran
On 22 November 2012 02:40, Chris Nauroth wrote: > > It seems like the trickiest issue is preservation of permissions and > symlinks in tar files. I suspect that any JVM-based solution like custom > Maven plugins, Groovy, or jtar would be limited in this respect. According > to Ant documentation