Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/6175#discussion_r30457984
--- Diff:
examples/src/main/java/org/apache/spark/examples/sql/JavaSparkSQL.java ---
@@ -120,7 +120,7 @@ public String call(Row row) {
// The path can be either a single text file or a directory storing
text files.
String path = "examples/src/main/resources/people.json";
// Create a DataFrame from the file(s) pointed by path
- DataFrame peopleFromJsonFile = sqlContext.jsonFile(path);
+ DataFrame peopleFromJsonFile = sqlContext.read().json(path);
--- End diff --
Remove `()`.
---
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]