Skip to content

Releases: EclairJS/eclairjs-node

0.7

23 Sep 21:24

Choose a tag to compare

  • Allow Node to create multiple Spark Contexts at a time (/issues/109). This changes the EclairJS API slightly as you know need to create a new EclairJS instance for each context:
var eclairjs = require('eclairjs');

var spark = new eclairjs();

var sc = new spark.SparkContext("local[*]", "My Program");
  • Several ml fixes

0.6

03 Aug 22:53

Choose a tag to compare

0.6

Performance work

0.6 breaks some compatability with the previous releases with Tuple being replaced with Tuple2/3/4, please make sure your eclairjs-nashorn jar or Docker image matches versions.

0.5

15 Jun 17:39

Choose a tag to compare

0.5

bug fixes

0.4

07 Jun 15:50

Choose a tag to compare

0.4

Module Loading.
DStream foreachRDD (experimental)
Machine Learning (ml)

0.3

21 Apr 17:32

Choose a tag to compare

0.3

mllib

v0.2

03 Feb 16:01

Choose a tag to compare

Release v0.2

Spark 1.6.0

0.1 Release

01 Feb 16:22

Choose a tag to compare

v0.1

Update to js-jupyter-services 0.5 for some reconnect fixes that are n…