Quantcast
Channel: Hortonworks » All Replies
Viewing all articles
Browse latest Browse all 3435

Reply To: unable to start hue on HDP-2.1.2

$
0
0

Hue installed and service is running.. Below is my Hue.ini

[desktop]
kredentials_dir=”/tmp”
send_dbug_messages=1
secret_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

# Webserver listens on this address and port
http_host=hue_server
http_port=8000

# Set to true to use CherryPy as the webserver, set to false
# to use Spawning as the webserver. Defaults to Spawning if
# key is not specified.
use_cherrypy_server=true

# Webserver runs as this user
server_user=hue
server_group=hadoop

# No SSL certificates
###########################################################################
# Settings to configure your Hadoop cluster.
###########################################################################
[hadoop]
# Configuration for HDFS NameNode
# ————————————————————————
[[hdfs_clusters]]

[[[default]]]
# Enter the filesystem uri
fs_defaultfs=hdfs://fs_defaultfs.fqdn:8020

# Use WebHdfs/HttpFs as the communication mechanism. To fallback to
# using the Thrift plugin (used in Hue 1.x), this must be uncommented
# and explicitly set to the empty value.
webhdfs_url=http://yarn.fqdn:50070/webhdfs/v1/

# Configuration for Yarn
# ————————————————————————
[[yarn_clusters]]
[[[default]]]
# URL of the ResourceManager API
resourcemanager_api_url=http://resourcemanager.fqdn:8088
# URL of the ProxyServer API
proxy_api_url=http://resourcemanager.fqdn:8088
# URL of the HistoryServer API
history_server_api_url=http://HistoryServer.fqdn:19888
# URL of the NodeManager API
node_manager_api_url=http://NodeManager.fqdn:8042
###########################################################################
# Settings to configure liboozie
###########################################################################
[liboozie]
# The URL where the Oozie service runs on. This is required in order for
# users to submit jobs.
oozie_url=http://oozie.fqdn:11000/oozie


Viewing all articles
Browse latest Browse all 3435

Trending Articles