spark-instrumented-optimizer/sbin
Cheng Lian a7a9d14479 [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)
JIRA issue: [SPARK-2410](https://issues.apache.org/jira/browse/SPARK-2410)

Another try for #1399 & #1600. Those two PR breaks Jenkins builds because we made a separate profile `hive-thriftserver` in sub-project `assembly`, but the `hive-thriftserver` module is defined outside the `hive-thriftserver` profile. Thus every time a pull request that doesn't touch SQL code will also execute test suites defined in `hive-thriftserver`, but tests fail because related .class files are not included in the assembly jar.

In the most recent commit, module `hive-thriftserver` is moved into its own profile to fix this problem. All previous commits are squashed for clarity.

Author: Cheng Lian <lian.cs.zju@gmail.com>

Closes #1620 from liancheng/jdbc-with-maven-fix and squashes the following commits:

629988e [Cheng Lian] Moved hive-thriftserver module definition into its own profile
ec3c7a7 [Cheng Lian] Cherry picked the Hive Thrift server
2014-07-28 12:07:30 -07:00
..
slaves.sh SPARK-1286: Make usage of spark-env.sh idempotent 2014-03-24 22:24:21 -07:00
spark-config.sh SPARK-1004. PySpark on YARN 2014-04-29 23:24:34 -07:00
spark-daemon.sh SPARK-1286: Make usage of spark-env.sh idempotent 2014-03-24 22:24:21 -07:00
spark-daemons.sh Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into spark-915-segregate-scripts 2014-01-02 17:55:21 +05:30
spark-executor Include the sbin/spark-config.sh in spark-executor 2014-05-08 20:43:37 -07:00
start-all.sh Bundle tachyon: SPARK-1269 2014-03-18 22:04:57 -07:00
start-history-server.sh [SPARK-1768] History server enhancements. 2014-06-23 13:53:44 -07:00
start-master.sh SPARK-1286: Make usage of spark-env.sh idempotent 2014-03-24 22:24:21 -07:00
start-slave.sh [SPARK-1041] remove dead code in start script, remind user to set that in spark-env.sh 2014-02-22 20:21:15 -08:00
start-slaves.sh SPARK-1286: Make usage of spark-env.sh idempotent 2014-03-24 22:24:21 -07:00
start-thriftserver.sh [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix) 2014-07-28 12:07:30 -07:00
stop-all.sh add admin scripts to sbin 2013-09-23 12:42:34 +08:00
stop-history-server.sh [SPARK-1276] Add a HistoryServer to render persisted UI 2014-04-10 10:39:34 -07:00
stop-master.sh Bundle tachyon: SPARK-1269 2014-03-18 22:04:57 -07:00
stop-slaves.sh SPARK-1286: Make usage of spark-env.sh idempotent 2014-03-24 22:24:21 -07:00