Closed ohonchar closed 6 years ago
This is working correctly, however we need to make the howdoi text more clear. The last example given there is meant to affect only the spark driver, not the spark cluster (that is, the master and worker nodes).
Should this be moved to https://github.com/radanalyticsio/radanalyticsio.github.io? @elmiko @tmckayus ?
@rebeccaSimmonds19 @ohonchar yes, it should be an issue against the site repo
moved to radanalyticsio repo
During testing this tutorial https://radanalytics.io/howdoi/use-spark-configs, on step when try to specify OSHINKO_SPARK_DRIVER_CONFIG parameter, when creating the app, it specifying this parameter in app deployment configs, but does not performs them.
From other hand, if I use step whith manual creating cluster, useing command: "oshinko create mycluster --workerconfig=mysparkconfig --masterconfig=mysparkconfig", it deploys Spark clsters whith custom configuration without any problms.