AadhiKat
AadhiKat
I tried from launcher.It does not override the spark.driver.extraJavaOptions , which is passed from spark I guess ``` -Dspark.driver.extraJavaOptions=-XX:+UseConcMarkSweepGC -verbose:gc -XX:+PrintGCTimeStamps -XX:MaxPermSize=512m -XX:+CMSClassUnloadingEnabled -Xloggc:gc.out -XX:MaxDirectMemorySize=512M -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Dlog4j.configuration=file:/*home*/job-server/log4j-server.properties -Dspark.executor.uri=/*home*/spark/spark-1.6.0.tar.gz -Dspark.acls.enable=true...
@bsikander . Thanks . This will work. But the question is to why there are multiple places for this. Say, first I tried it in passthrough and then through launcher...
Thanks! Can you provide any information on where should I start using this repo ? As I see , the exported_functions is taken from the sqlite url. Will there be...