[10/23] zeppelin git commit: ZEPPELIN-2199: Fix lapply issue in sparkR

2017-03-16 Thread minalee
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?

zeppelin git commit: ZEPPELIN-2199: Fix lapply issue in sparkR

2017-03-07 Thread felixcheung
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.

zeppelin git commit: ZEPPELIN-2199: Fix lapply issue in sparkR

2017-03-07 Thread felixcheung
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. ###