GitHub user jongyoul reopened a pull request:
https://github.com/apache/incubator-zeppelin/pull/455
[WIP]ZEPPELIN-440 HiveInterpreter with multiple configuration
This PR enable HiveInterpreter to configure several connection information.
For using specific configurations, you should use some tricks like
``%hive(configuration_prefix)``. without it, you can use default settings
starting with ``default``.
<img width="673" alt="screen shot 2015-11-21 at 1 51 31 am"
src="https://cloud.githubusercontent.com/assets/3612566/11305933/835601e8-8ff2-11e5-9632-6fbbd97010c5.png">
<img width="692" alt="screen shot 2015-11-21 at 1 53 59 am"
src="https://cloud.githubusercontent.com/assets/3612566/11306006/dd0882c4-8ff2-11e5-9094-e92dc762a7a6.png">
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jongyoul/incubator-zeppelin ZEPPELIN-440
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/455.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 #455
----
commit 9bd780b925c999336c4d638f4d3eef3195cf2ddf
Author: Jongyoul Lee <[email protected]>
Date: 2015-11-20T15:59:51Z
ZEPPELIN-440 HiveInterpreter with multiple configuration
- Enable multiple connection properties
commit ea37ce000bbeec91dc238c791cf5caa6f5f9e164
Author: Jongyoul Lee <[email protected]>
Date: 2015-11-20T16:01:37Z
ZEPPELIN-440 HiveInterpreter with multiple configuration
- Revert log4j.properties
commit 64d9c9b120d03b9929802b600857b2440d8cba76
Author: Jongyoul Lee <[email protected]>
Date: 2015-11-20T17:34:01Z
ZEPPELIN-440 HiveInterpreter with multiple configuration
- Remove commented codes
- Fixed license part
commit 0fd5e7f8e881037e866ffe595defbb833e491221
Author: Jongyoul Lee <[email protected]>
Date: 2015-11-23T09:11:19Z
ZEPPELIN-440 HiveInterpreter with multiple configuration
- Fixed linefeed to variable
commit 8c19c5418cf81acbe1c5d86f8a8e5a9bfb90dddb
Author: Jongyoul Lee <[email protected]>
Date: 2015-11-23T09:54:12Z
ZEPPELIN-440 HiveInterpreter with multiple configuration
- Fixed style
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---