You are viewing a plain text version of this content. The canonical link for it is here.
Posted to submarine-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/15 08:23:10 UTC

[GitHub] [hadoop-submarine] liuxunorg opened a new pull request #50: SUBMARINE-235. Submarine Python Interpreter

liuxunorg opened a new pull request #50: SUBMARINE-235. Submarine Python Interpreter
URL: https://github.com/apache/hadoop-submarine/pull/50
 
 
   ### What is this PR for?
   1. Submarine introduced the JAR package of Apache Zeppelin's Python interpreter through POM import. 
   2. Users can enter python code in the notebook in the workbench, execute it through the python interpreter, return the running result, and implement it in the notebook.
   3. Test case 1: `java -jar python-interpreter-0.3.0-SNAPSHOT-shade.jar python python-interpreter-id test`
   4. Test case 2: org.apache.submarine.interpreter.SubmarinePythonInterpreterTest::calcOnePlusOne()
   
   Design Doc: https://docs.google.com/document/d/1LJc5hRTWfIs6K5f7vMgGC_FUizeQf-qqiWICqO8SoR8/edit#
   
   
   ### What type of PR is it?
   [Feature]
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/SUBMARINE-235
   
   ### How should this be tested?
   * [CI Pass](https://travis-ci.org/liuxunorg/hadoop-submarine/builds/598019228)
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the licenses files need update? No
   * Is there breaking changes for older versions?  No
   * Does this needs documentation? Yes
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services