Hi,

Dev mode in actual implementation became '%dev run' instead of '%helium
run' in proposal.

Please check
http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/development/writingzeppelinapplication.html#development-mode
.

To use '%dev run', you need build Zeppelin with -Phelium-dev flag.

Hope this helps!

Best,
moon

On Fri, Apr 14, 2017 at 8:16 PM fish fish <fishfish...@gmail.com> wrote:

> Hi Group,
>
> I have written a Helium application and deploy in local mode. Also I
> enable it in 'Helium' page. However, I don't know how to launch the enabled
> application in notebook. I tried type "%helium run" as showed in this
> video:
> https://cwiki.apache.org/confluence/display/ZEPPELIN/Helium+proposal
> , but error occurs which indicate no helium interpreter. Could anyone
> kindly tell me how to launch Helium application in right way? Thanks!
>
> Zeppelin version: 0.8.0-snapshot
>
> application.json:
>
> {
>   "type" : "APPLICATION",
>   "name" : "test_app",
>   "description" : "test Helium App",
>   "license" : "Apache-2.0",
>   "artifact" : "./examples/zeppelin-mytest-0.0.1-SNAPSHOT.jar",
>   "className" : "com.test.Test",
>   "resources" : [[":org.apache.spark.sql.SparkSession", 
> ":org.apache.spark.SparkContext", ":org.apache.spark.sql.SQLContext"]],
>   "icon" : "<i class='fa fa-search-minus'></i>"
> }
>
>

Reply via email to