Add .sh next to .bin/zeppein-daemon

This commit is contained in:
Ryu Ah young 2015-12-28 22:46:17 -08:00
parent 466f82c849
commit f72b1cb9b0

View file

@ -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.