Skip to content

Commit 8efa562

Browse files
author
Doron Rosenberg
committed
Update version check to 0.4
1 parent 638e395 commit 8efa562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/SparkContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function SparkContext(master, name) {
8787
};
8888

8989
Utils.generate(args).then(function(version) {
90-
if (version === 'EclairJS-nashorn 0.1 Spark 1.6.0') {
90+
if (version === 'EclairJS-nashorn 0.4 Spark 1.6.0') {
9191
// correct version
9292
resolve(kernel);
9393
} else {

0 commit comments

Comments
 (0)