Table of Contents

About

Hdfs in Hue.

Hdfs is one of the Hue managed service.

Management

Configuration

<property>
  <name>dfs.webhdfs.enabled</name>
  <value>true</value>
</property>
 <property>
  <name>hadoop.proxyuser.hue.hosts</name>
  <value>*</value>
</property>
<property>
  <name>hadoop.proxyuser.hue.groups</name>
  <value>*</value>
</property>
[hadoop]
 
  [[hdfs_clusters]]
 
    [[[default]]]
 
      # Enter the filesystem uri
      fs_defaultfs=hdfs://namenode:8020
 
      # Use WebHdfs/HttpFs as the communication mechanism.
      # Domain should be the NameNode or HttpFs host.
      webhdfs_url=http://namenode:50070/webhdfs/v1

Documentation / Reference