spark-instrumented-optimizer/sql/hive
Reynold Xin 5cb03220a0 [SPARK-14912][SQL] Propagate data source options to Hadoop configuration
## What changes were proposed in this pull request?
We currently have no way for users to propagate options to the underlying library that rely in Hadoop configurations to work. For example, there are various options in parquet-mr that users might want to set, but the data source API does not expose a per-job way to set it. This patch propagates the user-specified options also into Hadoop Configuration.

## How was this patch tested?
Used a mock data source implementation to test both the read path and the write path.

Author: Reynold Xin <rxin@databricks.com>

Closes #12688 from rxin/SPARK-14912.
2016-04-26 10:58:56 -07:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SPARK-14888][SQL] UnresolvedFunction should use FunctionIdentifier 2016-04-25 16:20:57 -07:00
src [SPARK-14912][SQL] Propagate data source options to Hadoop configuration 2016-04-26 10:58:56 -07:00
pom.xml [SPARK-14786] Remove hive-cli dependency from hive subproject 2016-04-20 22:50:27 -07:00