Description Usage Arguments Value Enable WebHDFS
Initialize WebHDFS Object
1 2 |
namenode_host |
namenode host address |
namenode_port |
namenode host port |
hdfs_username |
webhdfs access username |
securityON |
|
token |
Hadoop delegation token to use when security is ON. |
a webhdfs object that captures the configuration
To enable WebHDFS in your Hadoop Installation add the following configuration to your hdfs_site.xml (requires Hadoop >0.20.205.0):
<property> <name>dfs.webhdfs.enabled</name> <value>true</value> </property>
see: https://issues.apache.org/jira/secure/attachment/12500090/WebHdfsAPI20111020.pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.