Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to start data streaming Error : error: unclosed character literal #24

Open
ShrinathGupta opened this issue Mar 3, 2017 · 0 comments

Comments

@ShrinathGupta
Copy link

I'm running below code in Eclairjs Kernel and getting error: unclosed character kernel.

**var SparkContext = require('eclairjs/SparkContext');
var sc = new SparkContext("local[*]", "myapp");
var rdd = sc.parallelize([10, 4, 2, 12, 3]);
eval("count = " + rdd.count());**

Name: Compile Error
Message: <console>:1: error: unclosed character literal
var SparkContext = require('eclairjs/SparkContext');
                                                 ^
StackTrace:

Please help me out on this your help will be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant