RE: Start NN with dynamic property (option -D)

2012-10-12 Thread Guillaume Polaert
It's a good news, I'll try it soon. Thanks you :) Guillaume Polaert -Message d'origine- De : Harsh J [mailto:ha...@cloudera.com] Envoyé : vendredi 12 octobre 2012 17:21 À : user@hadoop.apache.org Objet : Re: Start NN with dynamic property (option -D) Hi Guilla

Re: Start NN with dynamic property (option -D)

2012-10-12 Thread Harsh J
Hi Guillaume, See https://issues.apache.org/jira/browse/HDFS-2580 - This improvement was recently added to trunk but is not in any Apache release I know of yet. I instead make things like this work via the Configuration's ability to use System Properties (from the JVM) when substituting. So if yo

Start NN with dynamic property (option -D)

2012-10-12 Thread Guillaume Polaert
Hello, I'm trying to start a NN using the -Dproperty=value functionality. I've modified hadoop-env.sh like this : export HADOOP_NAMENODE_OPTS= ... -Ddfs.namenode.http-address=0.0.0.0:50071 ... and I've launched the daemon with hadoop-hdfs-namenode script. ps -efHww returns ".../java -Dproc