Hi, Can you elaborate with sample example on why you would want to do so? Ideally there would be a better approach than solving such problems as mentioned below.
A sample example would help to understand the problem. Regards, Kiran From: Mahender Sarangam <mahender.bigd...@outlook.com> Date: Wednesday, October 26, 2016 at 2:05 PM To: user <user@spark.apache.org> Subject: Any Dynamic Compilation of Scala Query Hi, Is there any way to dynamically execute a string which has scala code against spark engine. We are dynamically creating scala file, we would like to submit this scala file to Spark, but currently spark accepts only JAR file has input from Remote Job submission. Is there any other way to submit .SCALA instead of .JAR to REST API of Spark ? /MS