ZEPPELIN-2199: Fix lapply issue in sparkR
### What is this PR for?
Function createRDDFromArray used for creating R RDD expects a JavaSparkContext
object instead of spark context. This PR address that concern.
### What type of PR is it?
Bug Fix
### Todos
* [ ] - Task
### What is the Jira issue?
Repository: zeppelin
Updated Branches:
refs/heads/branch-0.7 c7847c119 -> 6d72db34f
ZEPPELIN-2199: Fix lapply issue in sparkR
### What is this PR for?
Function createRDDFromArray used for creating R RDD expects a JavaSparkContext
object instead of spark context. This PR address that concern.
Repository: zeppelin
Updated Branches:
refs/heads/master b41997850 -> 0e1964877
ZEPPELIN-2199: Fix lapply issue in sparkR
### What is this PR for?
Function createRDDFromArray used for creating R RDD expects a JavaSparkContext
object instead of spark context. This PR address that concern.
###