spark-instrumented-optimizer/examples/src/main
Thomas Omans cd3176bd86 [SPARK-7743] [SQL] Parquet 1.7
Resolves [SPARK-7743](https://issues.apache.org/jira/browse/SPARK-7743).

Trivial changes of versions, package names, as well as a small issue in `ParquetTableOperations.scala`

```diff
-    val readContext = getReadSupport(configuration).init(
+    val readContext = ParquetInputFormat.getReadSupportInstance(configuration).init(
```

Since ParquetInputFormat.getReadSupport was made package private in the latest release.

Thanks
-- Thomas Omans

Author: Thomas Omans <tomans@cj.com>

Closes #6597 from eggsby/SPARK-7743 and squashes the following commits:

2df0d1b [Thomas Omans] [SPARK-7743] [SQL] Upgrading parquet version to 1.7.0
2015-06-04 11:32:03 -07:00
..
java/org/apache/spark/examples [SPARK-6013] [ML] Add more Python ML examples for spark.ml 2015-05-29 15:22:26 -07:00
python [SPARK-7743] [SQL] Parquet 1.7 2015-06-04 11:32:03 -07:00
r [SPARK-6799] [SPARKR] Remove SparkR RDD examples, add dataframe examples 2015-05-06 17:28:11 -07:00
resources [SPARK-3389] Add Converter for ease of Parquet reading in PySpark 2014-09-27 21:48:05 -07:00
scala/org/apache/spark/examples [SPARK-7547] [ML] Scala Example code for ElasticNet 2015-06-02 19:12:08 -07:00