Unable to execute spark job from Robot Framework by using SSH Library

135 Views Asked by At

I am trying to execute a spark job from robot framework.

Execute Command    su hdfs -c 'spark-submit --driver-java-options "-Xss4m" --master yarn --queue..etc /home/automation/actual'

Its not getting executed from robot framework. Please help me if anyone knows this.

0

There are 0 best solutions below