Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Unable to enable Spark UI in Hue on CDH 5.0 Quickstart VM.

avatar
New Contributor

I installed CDH 5.0 Quickstart VM. I wanted to enable the Spark UI in Hue. I went to the Hue Configuration http://localhost.localdomain:8888/desktop/dump_config and saw that app_blacklist = spark in the Desktop section. I then went to CM, clicked on Hue in the status monitor and then Configuration, "View Edit". This took me to this URL: http://localhost.localdomain:7180/cmf/services/6/config. From here, I could not find the settings for Desktop or app_blacklist. How can I change this and enable the Spark UI?

1 ACCEPTED SOLUTION

avatar
Guru

The app is disabled by default because it requires some features that are not quite ready to be completely supported across CDH and CM just yet, but look for them in a future release. You can find the details about getting it working here: http://gethue.com/a-new-spark-web-ui-spark-app/.

 

Specifically, you can enable the app by adding the following to the "Hue Service Advanced Configuration Snippet" (safety valve in CM configuration for Hue):

[desktop]
app_blacklist=

You will also need to download, configure and start the Spark Job Server, which is not an official component of Spark at the moment - you can find all those details on that page as well.

 

Good luck!

View solution in original post

1 REPLY 1

avatar
Guru

The app is disabled by default because it requires some features that are not quite ready to be completely supported across CDH and CM just yet, but look for them in a future release. You can find the details about getting it working here: http://gethue.com/a-new-spark-web-ui-spark-app/.

 

Specifically, you can enable the app by adding the following to the "Hue Service Advanced Configuration Snippet" (safety valve in CM configuration for Hue):

[desktop]
app_blacklist=

You will also need to download, configure and start the Spark Job Server, which is not an official component of Spark at the moment - you can find all those details on that page as well.

 

Good luck!