Sign inSign up

eterna2/docker-eclairjs

By eterna2

Updated about 10 years ago

Docker images for EclairJS nashorn and node. Javascript interpreter and Nodejs binding to Spark.

Image
0

260

eterna2/docker-eclairjs repository overview

Summary

Docker images for IBM's EclairJS project.

The nashorn image comes with

Available Tags

nashorn-0.5

Quick start

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());

Tag summary

Content type

Image

Digest

Size

2.3 GB

Last updated

about 10 years ago

docker pull eterna2/docker-eclairjs:nashorn-0.5