Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 12-20-2016 09:50 AM
Hi,
How to configure Java code to work? When I type Java code in the paragraph with no prefix (%) I got NullPointerException in log and nothing on the screen (only word "Error").
Thank you in advance.
Created 12-20-2016 09:52 AM
I don't think currently there's any java interpreter for zeppelin.
Created 12-20-2016 09:52 AM
I don't think currently there's any java interpreter for zeppelin.
Created 12-20-2016 10:53 AM
I am using Zeppelin 0.6.0 and there is a template Notebook "Zeppelin Tutorial" that uses Java code with no prefix and it works.
Created 12-20-2016 10:57 AM
That is scala code.
Created 12-20-2016 11:09 AM
och, ok, thank you.
But there is still no prefix so it uses %spark right?
Created 12-21-2016 03:40 AM
@Edgar Daeds In Apache Zepplin 0.7 there will be an Apache Beam Interpreter that by default will have Java REPL. You can use Beam API to work with Spark, Flink, Mapreduce and Google Dataflow https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/interpreter/beam.html