iwasakims commented on pull request #709:
URL: https://github.com/apache/bigtop/pull/709#issuecomment-738870545


   I meant that specifying livy only does not work. We need `--stack 
spark,livy` always.
   
   ```
   $ ./docker-hadoop.sh -c 1 --stack livy
   ...
   Error: Could not find resource 'Package[spark-core]' in parameter 'require' 
(file: /bigtop-home/bigtop-deploy/puppet/modules/livy/manifests/init.pp, line: 
46) on node 7fee5c6931a5.bigtop.apache.org
   ```
   
   Including spark::common class in livy's manifests should fix this.
   
   ```
   class livy {
   
     class deploy ($roles) {
       if ('livy-server' in $roles) {
         include livy::server
         include spark::common
       }
     }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to