To run the clojure example add the exported jar (PolyglotGora.jar in the repo or exported yourself) to your classpath. Then execute a command similar to:
$ java -cp clojure-1.6.0.jar:PolyglotGora.jar clojure.main {$PROJECT\_DIRECTORY}/src/org/apache/gora/clojure/gorai\_clj.clj
To run the clojure example add the exported jar (PolyglotGora.jar in the repo or exported yourself) to your classpath. Then execute a command similar to:
$ java -jar jython.jar {$PROJECT\_DIRECTORY}/src/org/apache/gora/jython/gora\_jython.py
- Make sure you installed Py4j. This was tried using Python2.7
- Start the gateway server in {$PROJECT_DIRECTORY}/src/org/apache/gora/py4j/binding/Py4jDataStoreEntryPoint.java Check the file at src/org/apache/gora/py4j/gora_py4j.py
$ python {$PROJECT\_DIRECTORY}/src/org/apache/gora/py4j/gora\_py4j.py