spark-instrumented-optimizer/yarn
Michael Armbrust afd757a241 Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"
This reverts commit 06dc0d2c6b.

#1399 is making Jenkins fail.  We should investigate and put this back after its passing tests.

Author: Michael Armbrust <michael@databricks.com>

Closes #1594 from marmbrus/revertJDBC and squashes the following commits:

59748da [Michael Armbrust] Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"
2014-07-25 15:36:57 -07:00
..
alpha Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server" 2014-07-25 15:36:57 -07:00
common/src [SPARK-2037]: yarn client mode doesn't support spark.yarn.max.executor.failures 2014-07-24 14:46:10 -05:00
stable Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server" 2014-07-25 15:36:57 -07:00
pom.xml Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server" 2014-07-25 15:36:57 -07:00
README.md fix docs for yarn 2014-01-03 14:14:35 +08:00

YARN DIRECTORY LAYOUT

Hadoop Yarn related codes are organized in separate directories to minimize duplicated code.

  • common : Common codes that do not depending on specific version of Hadoop.

  • alpha / stable : Codes that involve specific version of Hadoop YARN API.

alpha represents 0.23 and 2.0.x stable represents 2.2 and later, until the API changes again.

alpha / stable will build together with common dir into a single jar