We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm running below code in Eclairjs Kernel and getting error: unclosed character kernel.
Please help me out on this your help will be appreciated.
The text was updated successfully, but these errors were encountered: