spark-submit in mesos cluster mode --jars option not working

2017-05-16 Thread Satya Narayan1
creating new thread for this. Is anyone able to use --jars with spark-submit in mesos cluster mode. We have tried giving local file, hdfs file, file from http server , --jars didnt work with any of the approach Saw couple of similar open question with no answer

Re: Not able pass 3rd party jars to mesos executors

2017-05-16 Thread Satya Narayan1
Hi , Is anyone able to use --jars with spark-submit in mesos cluster mode. We have tried giving local file, hdfs file, file from http server , --jars didnt work with any of the approach Saw couple of similar open question with no answer

Fwd: Saving input schema along with PipelineModel

2016-08-02 Thread Satya Narayan1
Hi All, Is there any way I can save Input schema along with ml PipelineModel object? This feature will be really helpful while loading the model and running transform, as user can get back the schema , prepare the dataset for model.transform and don't need to remember it. I see below jira talks