Search code examples
apache-sparkclouderacloudera-cdhcloudera-manager

I can't enable spark parcel in CDH5.4


I'm using CDH5.4 and I want to use spark, but I can't enable it. I got this error "The dependency is not satisfied for editing SPARK (0.9.0-1.cdh4.6.0.p0.98) : CDH (lower than 5.0).. However, Is it normal that the latest version of spark parcel is 0.9 (http://archive.cloudera.com/spark/parcels/latest/) Thanks in advance.


Solution

  • I resolved the problem by editing the hue.ini, I added this two lines :

    [desktop] 
    app_blacklist=
    

    The second step is to run the livy_server ;)