mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add .sh next to .bin/zeppein-daemon
This commit is contained in:
parent
466f82c849
commit
f72b1cb9b0
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ To configure your interpreter you need to follow these steps:
|
|||
<value>org.apache.zeppelin.spark.SparkInterpreter,org.apache.zeppelin.spark.PySparkInterpreter,org.apache.zeppelin.spark.SparkSqlInterpreter,org.apache.zeppelin.spark.DepInterpreter,org.apache.zeppelin.markdown.Markdown,org.apache.zeppelin.shell.ShellInterpreter,org.apache.zeppelin.hive.HiveInterpreter,com.me.MyNewInterpreter</value>
|
||||
</property>
|
||||
```
|
||||
3. Start zeppelin by running `./bin/zeppelin-daemon start`.
|
||||
3. Start zeppelin by running `./bin/zeppelin-daemon.sh start`.
|
||||
|
||||
4. In the interpreter page, click the +Create button and configure your interpreter properties.
|
||||
Now you are done and ready to use your interpreter.
|
||||
|
|
|
|||
Loading…
Reference in a new issue