spark-instrumented-optimizer/sql/core/src/main/resources
Reynold Xin 361ebc282b [SPARK-15543][SQL] Rename DefaultSources to make them more self-describing
## What changes were proposed in this pull request?
This patch renames various DefaultSources to make their names more self-describing. The choice of "DefaultSource" was from the days when we did not have a good way to specify short names.

They are now named:
- LibSVMFileFormat
- CSVFileFormat
- JdbcRelationProvider
- JsonFileFormat
- ParquetFileFormat
- TextFileFormat

Backward compatibility is maintained through aliasing.

## How was this patch tested?
Updated relevant test cases too.

Author: Reynold Xin <rxin@databricks.com>

Closes #13311 from rxin/SPARK-15543.
2016-05-25 23:54:24 -07:00
..
META-INF/services [SPARK-15543][SQL] Rename DefaultSources to make them more self-describing 2016-05-25 23:54:24 -07:00
org/apache/spark/sql/execution/ui/static [SPARK-14476][SQL] Improve the physical plan visualization by adding meta info like table name and file path for data source. 2016-05-10 21:50:53 -07:00