zeppelin/docs/docs.md
Jongyoul Lee 79059395bc 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">

Author: Jongyoul Lee <jongyoul@gmail.com>

Closes #455 from jongyoul/ZEPPELIN-440 and squashes the following commits:

af4c64b [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Rebased and fixed links of docs
d68bcc5 [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Fixed typos on docs
fc33a30 [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Fixed Apaceh license header - Fixed some codestyle - Removed unused codes and classes
4e01265 [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Updated docs for hive
b4f1a1c [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Fixed test case to be more general
4867c6f [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Fixed test case to be more general
dcb65ae [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Revised executeSql from Postgresql.executeSql
f2b61c0 [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Restored ParallelScheduler from FIFOScheduler
2616050 [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Restored some tests from the beginning
5fa4fd7 [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Fixed getScriptBody return after trimming
8aa7601 [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Fixed some tests
85e4914 [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Fixed style
9293d78 [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Fixed linefeed to variable
df9f3cb [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Remove commented codes - Fixed license part
87ee87a [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Revert log4j.properties
97bfa65 [Jongyoul Lee] ZEPPELIN-440 HiveInterpreter with multiple configuration - Enable multiple connection properties
2015-12-04 10:21:37 +09:00

2 KiB