Menu

HDFS HttpFS Start

Start the HDFS HttpFS Server.

Show Source Code
module.exports = header: 'HDFS HttpFS Start', handler: ({options}) ->

Wait

Show Source Code
  @call 'masson/core/krb5_client/wait', once: true, options.wait_krb5_client
  @call 'ryba/hadoop/hdfs_nn/wait', once: true, options.wait_hdfs_nn, conf_dir: options.hdfs_conf_dir

Service

You can also start the server manually with the following command:

Show Source Code
service hadoop-httpfs start
servicectl start hadoop-httpfs
su -l httpfs -c '/usr/hdp/current/hadoop-httpfs/sbin/httpfs.sh start'
Show Source Code
  @service.start
    name: 'hadoop-httpfs'