You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by "Kartashov, Andy" <An...@mpac.ca> on 2012/11/07 15:39:57 UTC

config ... answer for Visioner Sadak

Sadak,

Sorry, could not answer your original e-mail as it was blocked.

Are you running SNN on a separate node?

If so, it needs to communicate with NN.

Add this property to your hdfs-site.xml
<property>
     <name>dfs.namenode.http-address</name>
     <value><host-name>:50070</value> <!-change it to 0.0.0.0:50070 if you are running EC2 -->
     <description>
         Needed for running SNN
         The address and the base port on which the dfs NameNode Web UI will listen.
         If the port is 0, the server will start on a free port.
     </description>
  </property>


Also, if you want to overwrite default directory for SNN to /home/hadoop/dfs/namesecondary
Then also add to the hdfs-site.xml of your SNN:
<property>
    <name>dfs.namenode.checkpoint.dir</name>
    <value>/home/hadoop/dfs/namesecondary</value>
</property>

Let us know how it went.

Rgds,
AK47
NOTICE: This e-mail message and any attachments are confidential, subject to copyright and may be privileged. Any unauthorized use, copying or disclosure is prohibited. If you are not the intended recipient, please delete and contact the sender immediately. Please consider the environment before printing this e-mail. AVIS : le présent courriel et toute pièce jointe qui l'accompagne sont confidentiels, protégés par le droit d'auteur et peuvent être couverts par le secret professionnel. Toute utilisation, copie ou divulgation non autorisée est interdite. Si vous n'êtes pas le destinataire prévu de ce courriel, supprimez-le et contactez immédiatement l'expéditeur. Veuillez penser à l'environnement avant d'imprimer le présent courriel

Re: config ... answer for Visioner Sadak

Posted by Visioner Sadak <vi...@gmail.com>.
Hey thnks Andy.....prob solved.....

On Wed, Nov 7, 2012 at 8:09 PM, Kartashov, Andy <An...@mpac.ca>wrote:

>  Sadak,
>
>
>
> Sorry, could not answer your original e-mail as it was blocked.
>
>
>
> Are you running SNN on a separate node?
>
>
>
> If so, it needs to communicate with NN.
>
>
>
> Add this property to your hdfs-site.xml
>
> <property>
>
>      <name>dfs.namenode.http-address</name>
>
>      <value><host-name>:50070</value> <!—change it to 0.0.0.0:50070 if
> you are running EC2 à
>
>      <description>
>
>          Needed for running SNN
>
>          The address and the base port on which the dfs NameNode Web UI
> will listen.
>
>          If the port is 0, the server will start on a free port.
>
>      </description>
>
>   </property>
>
>
>
>
>
> Also, if you want to overwrite default directory for SNN to
> /home/hadoop/dfs/namesecondary
>
> Then also add to the hdfs-site.xml of your SNN:
>
> <property>
>
>     <name>dfs.namenode.checkpoint.dir</name>
>
>     <value>/home/hadoop/dfs/namesecondary</value>
>
> </property>
>
>
>
> Let us know how it went.
>
>
>
> Rgds,
>
> AK47
> NOTICE: This e-mail message and any attachments are confidential, subject
> to copyright and may be privileged. Any unauthorized use, copying or
> disclosure is prohibited. If you are not the intended recipient, please
> delete and contact the sender immediately. Please consider the environment
> before printing this e-mail. AVIS : le présent courriel et toute pièce
> jointe qui l'accompagne sont confidentiels, protégés par le droit d'auteur
> et peuvent être couverts par le secret professionnel. Toute utilisation,
> copie ou divulgation non autorisée est interdite. Si vous n'êtes pas le
> destinataire prévu de ce courriel, supprimez-le et contactez immédiatement
> l'expéditeur. Veuillez penser à l'environnement avant d'imprimer le présent
> courriel
>

Re: config ... answer for Visioner Sadak

Posted by Visioner Sadak <vi...@gmail.com>.
Hey thnks Andy.....prob solved.....

On Wed, Nov 7, 2012 at 8:09 PM, Kartashov, Andy <An...@mpac.ca>wrote:

>  Sadak,
>
>
>
> Sorry, could not answer your original e-mail as it was blocked.
>
>
>
> Are you running SNN on a separate node?
>
>
>
> If so, it needs to communicate with NN.
>
>
>
> Add this property to your hdfs-site.xml
>
> <property>
>
>      <name>dfs.namenode.http-address</name>
>
>      <value><host-name>:50070</value> <!—change it to 0.0.0.0:50070 if
> you are running EC2 à
>
>      <description>
>
>          Needed for running SNN
>
>          The address and the base port on which the dfs NameNode Web UI
> will listen.
>
>          If the port is 0, the server will start on a free port.
>
>      </description>
>
>   </property>
>
>
>
>
>
> Also, if you want to overwrite default directory for SNN to
> /home/hadoop/dfs/namesecondary
>
> Then also add to the hdfs-site.xml of your SNN:
>
> <property>
>
>     <name>dfs.namenode.checkpoint.dir</name>
>
>     <value>/home/hadoop/dfs/namesecondary</value>
>
> </property>
>
>
>
> Let us know how it went.
>
>
>
> Rgds,
>
> AK47
> NOTICE: This e-mail message and any attachments are confidential, subject
> to copyright and may be privileged. Any unauthorized use, copying or
> disclosure is prohibited. If you are not the intended recipient, please
> delete and contact the sender immediately. Please consider the environment
> before printing this e-mail. AVIS : le présent courriel et toute pièce
> jointe qui l'accompagne sont confidentiels, protégés par le droit d'auteur
> et peuvent être couverts par le secret professionnel. Toute utilisation,
> copie ou divulgation non autorisée est interdite. Si vous n'êtes pas le
> destinataire prévu de ce courriel, supprimez-le et contactez immédiatement
> l'expéditeur. Veuillez penser à l'environnement avant d'imprimer le présent
> courriel
>

Re: config ... answer for Visioner Sadak

Posted by Visioner Sadak <vi...@gmail.com>.
Hey thnks Andy.....prob solved.....

On Wed, Nov 7, 2012 at 8:09 PM, Kartashov, Andy <An...@mpac.ca>wrote:

>  Sadak,
>
>
>
> Sorry, could not answer your original e-mail as it was blocked.
>
>
>
> Are you running SNN on a separate node?
>
>
>
> If so, it needs to communicate with NN.
>
>
>
> Add this property to your hdfs-site.xml
>
> <property>
>
>      <name>dfs.namenode.http-address</name>
>
>      <value><host-name>:50070</value> <!—change it to 0.0.0.0:50070 if
> you are running EC2 à
>
>      <description>
>
>          Needed for running SNN
>
>          The address and the base port on which the dfs NameNode Web UI
> will listen.
>
>          If the port is 0, the server will start on a free port.
>
>      </description>
>
>   </property>
>
>
>
>
>
> Also, if you want to overwrite default directory for SNN to
> /home/hadoop/dfs/namesecondary
>
> Then also add to the hdfs-site.xml of your SNN:
>
> <property>
>
>     <name>dfs.namenode.checkpoint.dir</name>
>
>     <value>/home/hadoop/dfs/namesecondary</value>
>
> </property>
>
>
>
> Let us know how it went.
>
>
>
> Rgds,
>
> AK47
> NOTICE: This e-mail message and any attachments are confidential, subject
> to copyright and may be privileged. Any unauthorized use, copying or
> disclosure is prohibited. If you are not the intended recipient, please
> delete and contact the sender immediately. Please consider the environment
> before printing this e-mail. AVIS : le présent courriel et toute pièce
> jointe qui l'accompagne sont confidentiels, protégés par le droit d'auteur
> et peuvent être couverts par le secret professionnel. Toute utilisation,
> copie ou divulgation non autorisée est interdite. Si vous n'êtes pas le
> destinataire prévu de ce courriel, supprimez-le et contactez immédiatement
> l'expéditeur. Veuillez penser à l'environnement avant d'imprimer le présent
> courriel
>

Re: config ... answer for Visioner Sadak

Posted by Visioner Sadak <vi...@gmail.com>.
Hey thnks Andy.....prob solved.....

On Wed, Nov 7, 2012 at 8:09 PM, Kartashov, Andy <An...@mpac.ca>wrote:

>  Sadak,
>
>
>
> Sorry, could not answer your original e-mail as it was blocked.
>
>
>
> Are you running SNN on a separate node?
>
>
>
> If so, it needs to communicate with NN.
>
>
>
> Add this property to your hdfs-site.xml
>
> <property>
>
>      <name>dfs.namenode.http-address</name>
>
>      <value><host-name>:50070</value> <!—change it to 0.0.0.0:50070 if
> you are running EC2 à
>
>      <description>
>
>          Needed for running SNN
>
>          The address and the base port on which the dfs NameNode Web UI
> will listen.
>
>          If the port is 0, the server will start on a free port.
>
>      </description>
>
>   </property>
>
>
>
>
>
> Also, if you want to overwrite default directory for SNN to
> /home/hadoop/dfs/namesecondary
>
> Then also add to the hdfs-site.xml of your SNN:
>
> <property>
>
>     <name>dfs.namenode.checkpoint.dir</name>
>
>     <value>/home/hadoop/dfs/namesecondary</value>
>
> </property>
>
>
>
> Let us know how it went.
>
>
>
> Rgds,
>
> AK47
> NOTICE: This e-mail message and any attachments are confidential, subject
> to copyright and may be privileged. Any unauthorized use, copying or
> disclosure is prohibited. If you are not the intended recipient, please
> delete and contact the sender immediately. Please consider the environment
> before printing this e-mail. AVIS : le présent courriel et toute pièce
> jointe qui l'accompagne sont confidentiels, protégés par le droit d'auteur
> et peuvent être couverts par le secret professionnel. Toute utilisation,
> copie ou divulgation non autorisée est interdite. Si vous n'êtes pas le
> destinataire prévu de ce courriel, supprimez-le et contactez immédiatement
> l'expéditeur. Veuillez penser à l'environnement avant d'imprimer le présent
> courriel
>