Options | Description |
embeddedSpark | Enables the embedded Apache Spark (Spark Job Server) instance. When enabled, this instance is automatically started when starting MashZone NextGen Explorer and is available via https://localhost:19002. The configuration can be found at <MashZone NextGen installation>/VisualAnalytics/va-sjs/config. When using another Spark Job Server instance, configure MashZone NextGen Explorer accordingly ("spark.enabled"=true and "spark.jobserver.url"="<URL of the running Spark Job Server>") and start it without the --embeddedSpark option. |
disableEmbeddedKafka | Disables the embedded Apache Kafka instance. When not disabled, this instance (and also the required Apache Zookeeper instance) is automatically started when starting MashZone NextGen Explorer and is available via localhost:19004. The configuration can be found at <MashZone NextGen installation>/VisualAnalytics/va-kafka/config. When using another Apache Kafka instance, configure MashZone NextGen Explorer accordingly ("zookeeper.urls"="<comma separated list of Zookeper URLs>" and "kafka.bootstrap.servers"="<comma separated list of Kafka URLs>") and start it with the --disableEmbeddedKafka option. |
Note: | Starting MashZone NextGen Explorer issue on Mac OS X 10.12 (Sierra) There is a Java issue with respect to DNS lookup on Mac OS X 10.12 (Sierra) which causes the DNS lookup to block for 5 seconds (see https://stackoverflow.com/questions/39636792/jvm-takes-a-long-time-to-resolve-ip-address-for-localhost/39698914#39698914). As result thereof the MashZone NextGen Explorer startup process does not work correctly. There are two workarounds for Mac OS X 10.12 (Sierra): Modify /etc/hosts by adding you Mac hostname to the entries for 127.0.0.1 and ::1, or Increase the timeouts in the script accordingly. |
Note: | When shutting down MashZone NextGen Explorer by pressing Ctrl+C on Windows, do not terminate the batch job since this will break the shutdown process otherwise. |