ifilonenko edited a comment on issue #22145:  [SPARK-25152][K8S] Enable SparkR 
Integration Tests for Kubernetes
URL: https://github.com/apache/spark/pull/22145#issuecomment-484708643
 
 
   @shaneknapp can I change the make distribution build to include the 
deployment of spark R docker images? It seems that with Ubuntu the tests should 
be able to pass now!
   Otherwise, the SparkR image will never be built and the tests will 
automatically fail
   
   right now it is: 
   ```
   ./dev/make-distribution.sh --name ${DATE}-${REVISION} --pip --tgz 
-DzincPort=${ZINC_PORT} \
        -Phadoop-2.7 -Pkubernetes -Pkinesis-asl -Phive -Phive-thriftserver
   ```
   I would like to make it: 
   ```
   ./dev/make-distribution.sh --name ${DATE}-${REVISION} --r --pip --tgz \
   -DzincPort=${ZINC_PORT} -Phadoop-2.7 -Pkubernetes -Pkinesis-asl -Phive 
-Phive-thriftserver
   ```

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to