GitHub user wary opened a pull request: https://github.com/apache/zeppelin/pull/2242
Improvement Improve the spark sql interpreter to run paragraph with multi sql statements split by semicolon ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html * Improve the spark sql interpreter to run paragraph with multi sql statements split by semicolon In current version of Zeppelin, we can only run one sql statement in one paragraph, that is very inconvenientï¼so I think we need to improve the spark sql interpreter to fix this problem ### What type of PR is it? [Improvement] ### Todos * [ ] - Task ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/ * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533] [ZEPPELIN-2392](https://issues.apache.org/jira/browse/ZEPPELIN-2392) ### How should this be tested? Outline the steps to test the PR here. ### Screenshots (if appropriate) <img width="1362" alt="2017-04-11 11 03 46" src="https://cloud.githubusercontent.com/assets/869480/24916697/72d9cf24-1f0d-11e7-8a68-50ba9973fcb8.png"> ### Questions: * Does the licenses files need update? * Is there breaking changes for older versions? * Does this needs documentation? You can merge this pull request into a Git repository by running: $ git pull https://github.com/wary/zeppelin SparkSqlInterpreterEnhancement Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2242.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 #2242 ---- commit 4b06a9e667c0ab3d32aa122766998ca2f6d938f7 Author: lei wang <lei1...@outlook.com> Date: 2017-04-11T15:18:14Z Improvement improve the spark sql interpreter to run paragraph with multi sql statements split by semicolon ---- --- 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. ---