Docker images for EclairJS nashorn and node. Javascript interpreter and Nodejs binding to Spark.
260
Docker images for IBM's EclairJS project.
The nashorn image comes with
nashorn-0.5
The following command will start a jupyter notebook session at port 8888.
docker run --rm -ti -p 8888:8888 eterna2/docker-eclairjs:nashorn-0.5
Sample codes in Jupyter notebook
var SparkContext = require('eclairjs/SparkContext');
var sc = new SparkContext("local[*]", "myapp");
var rdd = sc.parallelize([10, 4, 2, 12, 3]);
eval("count = " + rdd.count());
Content type
Image
Digest
Size
2.3 GB
Last updated
about 10 years ago
docker pull eterna2/docker-eclairjs:nashorn-0.5