Hi Team,
I have installed Mesos Cluster, while submitting sample job via mesos its throwing an error "No credentials provided. Attempting to register without authentication" .
I have started Mesos Dispatcher and submitting the job with following
"bin/spark-submit
--master mesos://
192.168.1.237:5050 --class "org.xx.xx.xx"
--executor-memory 1024m
--total-executor-cores 4
/path of the jar
--driver-java-options
-Dspark.executor.uri=http://192.168.8.42:/usr/local/spark"(Slave machine)
Please help me out ...!!
Regards,
Abhishek