Is there an API like SparkILoop <https://spark.apache.org/docs/0.8.0/api/repl/org/apache/spark/repl/SparkILoop.html> for Python?
On Wed, Sep 20, 2017 at 7:17 AM, Jean Georges Perrin <[email protected]> wrote: > It all depends what you want to do :) - we've implemented some dynamic > interpretation of Java code through dynamic class loading, not as powerful > and requires some work on your end, but you can build a Java-based > interpreter. > > jg > > > On Sep 20, 2017, at 08:06, kant kodali <[email protected]> wrote: > > Got it! Thats what I thought. Java 9 is going to release tomorrow > http://www.java9countdown.xyz/ > > Which has the repl called Jshell. > > > > On Wed, Sep 20, 2017 at 5:45 AM, Weichen Xu <[email protected]> > wrote: > >> I haven't hear that. It seems that java do not have an official REPL. >> >> On Wed, Sep 20, 2017 at 8:38 PM, kant kodali <[email protected]> wrote: >> >>> Hi All, >>> >>> I am wondering if there is a SparkILoop >>> <https://spark.apache.org/docs/0.8.0/api/repl/org/apache/spark/repl/SparkILoop.html> >>> for >>> java so I can pass Java code as a string to repl? >>> >>> Thanks! >>> >> >> >
