Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ Additionally, if you need to restart GeoServer you may use the command `regeoser

The GeoServer PID is stored in `$CLOUD_HOME/data/geoserver/pid/geoserver.pid` and GeoServer's stdout is redirected to `$CLOUD_HOME/data/geoserver/log/std.out`.

<<<<<<< HEAD
=======
## Zeppelin

Zeppelin is *disabled* by default.
Expand All @@ -136,6 +138,7 @@ To enable GeoMesa's Spark-SQL within Zeppelin:

That's it! There is no need to restart any of the cloud-local services.

>>>>>>> upstream/master
## Maintenance

The `cloud-local.sh` script provides options for maintenance. Best to stop the cloud before performing any of these tasks. Pass in the parameter `clean` to remove software (but not the tar.gz's) and data. The parameter `reconfigure` will first `clean` then `init`.
Expand Down
1 change: 0 additions & 1 deletion bin/cloud-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ function start_cloud {
echo "Starting geoserver..."
start_geoserver
fi

}

function start_yarn {
Expand Down