liuxunorg commented on a change in pull request #107: SUBMARINE-277. Support
Spark Interpreter add sparkSQL interpreter
URL: https://github.com/apache/submarine/pull/107#discussion_r350601940
##########
File path: submarine-workbench/interpreter/spark-interpreter/README.md
##########
@@ -17,13 +17,16 @@
## Test Submarine Spark Interpreter
### Execute test command
-```
-export SUBMARINE_HOME=/path/to/your/submarine_home
-java -jar spark-interpreter-0.3.0-SNAPSHOT-shade.jar spark
spark-interpreter-id test
+```bash
+# spark interpreter
+java -jar spark-interpreter-{{version}}-shade.jar spark spark-interpreter-id
test
Review comment:
Now, `spark-interpreter-{{version}}-shade.jar` jar package name already
change to `submarine-spark-interpreter-{{version}}-shade.jar`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]