Skip to content

Dockerimage of morpheus, the project from opencypher previously known as Cypher for Apache Spark

Notifications You must be signed in to change notification settings

Emanuele-Falzone-PhD-Thesis/morpheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

morpheus

Build Status

The aim of this repository is to containerize morpheus, the project from opencypher previously known as Cypher for Apache Spark.

Usage

docker run -d -p 8888:8888 -p 4040:4040 emanuelefalzone/morpheus

The morpheus image opens SparkUI (Spark Monitoring and Instrumentation UI) at default port 4040, this option map 4040 port inside docker container to 4040 port on host machine . Note every new spark context that is created is put onto an incrementing port (ie. 4040, 4041, 4042, etc.), and it might be necessary to open multiple ports. For example: docker run -d -p 8888:8888 -p 4040:4040 -p 4041:4041 emanuelefalzone/morpheus

About

Dockerimage of morpheus, the project from opencypher previously known as Cypher for Apache Spark

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published