Installation
Also available as:
PDF
loading table of contents...

Importing the Apache Zeppelin Notebook Manually

If you would like to import the Apache Zeppelin notebook manually, complete the following steps:

For more information about Apache Zeppelin, see Analyzing Enriched Data Using Apache Zeppelin.

  1. Use ssh to navigate to the host where you want to install Zeppelin.

    ssh $METRON_HOME
  2. Use the following command to import the "$METRON_HOME/config/zeppelin/metron-yaf-telemetry.json" file onto your Zeppelin host.

    curl -s -XPOST https://github.com/apache/incubator-metron/blob/master/metron-platform/metron-indexing/src/main/config/zeppelin/metron/metron-yaf-telemetry.json/api/notebook/import -d @"$METRON_HOME/config/zeppelin/metron-yaf-telemetry.json"
  3. Navigate to http://$ZEPPELIN_HOST:9995.