Skip to content

Releases: EclairJS/eclairjs-node

0.7

Choose a tag to compare

@doronrosenberg doronrosenberg released this 23 Sep 21:24
  • 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

0.6

Choose a tag to compare

@doronrosenberg doronrosenberg released this 03 Aug 22:53

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

0.5

Choose a tag to compare

@doronrosenberg doronrosenberg released this 15 Jun 17:39

bug fixes

0.4

0.4

Choose a tag to compare

@doronrosenberg doronrosenberg released this 07 Jun 15:50

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

0.3

0.3

Choose a tag to compare

@doronrosenberg doronrosenberg released this 21 Apr 17:32

mllib

v0.2

Choose a tag to compare

@Brian-P-Burns Brian-P-Burns released this 03 Feb 16:01
Release v0.2

Spark 1.6.0

0.1 Release

Choose a tag to compare

@Brian-P-Burns Brian-P-Burns released this 01 Feb 16:22
v0.1

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