Note
Skip this step for Big Data Service clusters with version 3.0.7 or later as Apache Hue is already installed and configured in the cluster nodes.
-
Accessing Apache Ambari Apache Ambari.
-
From the side toolbar, under Services click HDFS.
-
Click Configs.
-
On the Advanced tab, navigate to Custom core-site.
-
Click Add Property and add the following properties.
hadoop.proxyuser.hue.groups="*"
hadoop.proxyuser.hue.hosts="*"
hadoop.proxyuser.hbase.groups="*"
hadoop.proxyuser.hbase.hosts="*"
-
Save the configuration change.
-
From the side toolbar, under Services click Oozie.
-
Click Configs.
-
On the Advanced tab, navigate to Custom oozie-site.
-
Click Add Property and add the following properties:
oozie.service.ProxyUserService.proxyuser.hue.hosts="*"
oozie.service.ProxyUserService.proxyuser.hue.groups="*"
-
On the Advanced tab, navigate to Advanced oozie-site.
-
Search for use.system.libpath.for.mapreduce.and.pig.jobs and set the value to true.
-
Save the configuration.
-
On the left pane of Ambari, restart all the components that are marked with the restart sign.