GitHub user chutium opened a pull request:
https://github.com/apache/spark/pull/2044
[SPARK-3138][SQL] sqlContext.parquetFile should be able to take a single
file as parameter
```if (!fs.getFileStatus(path).isDir) throw Exception``` make no sense
after this commit #1370
be careful if someone is working on SPARK-2551, make sure the new change
passes test case ```test("Read a parquet file instead of a directory")```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chutium/spark parquet-singlefile
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2044.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2044
----
commit 4ae477f4ee157999e3ba24d3722f761fd03f1af5
Author: chutium <[email protected]>
Date: 2014-08-19T22:18:53Z
[SPARK-3138][SQL] sqlContext.parquetFile should be able to take a single
file as parameter
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]