GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/220
ZEPPELIN-227 Allow nextline invoke in SparkInterpreter https://issues.apache.org/jira/browse/ZEPPELIN-227 This patch allows invoke methods in nextline. To support such case ```scala "123" .toInt ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/Leemoonsoo/incubator-zeppelin nextline_invoke Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/220.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #220 ---- commit fd9431a823f6a0820bc9063d3c771d01f6435ae4 Author: Lee moon soo <m...@apache.org> Date: 2015-08-17T06:47:28Z Allow nextline invoke in SparkInterpreter ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---