Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
languagebash
-Ddisable.hdfs.startup="false"

 

HDFS Name Node

1. To start HDFS name node, open a command prompt (in Windows) or a text Linux console (in Linux) in $SS_HOME/bin directory and execute wso2server.bat (in Windows) or wso2server.sh (in Linux). 

2. To disable HDFS name node at the Storage Server start-up, execute the above command with the following properties.

...

change the property value of "disable.hdfs.namenode" to "false" in the wso2server.bat (in Windows) or wso2server.sh (in Linux). 

Code Block
-Ddisable.hdfs.namenode.startup=truefalse

3. To introduce a star-tup delay to name node: 

Code Block
bin/wso2server.sh -Dhdfs.namenode.startup.delay=400000
HDFS Data Node 

1. To start the HDFS data node, change the directory to $SS_HOME  

...