We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f81ef commit d31e207Copy full SHA for d31e207
README.md
@@ -92,7 +92,8 @@ while(res.hasNext()):
92
print(res.nextJSON());
93
res.close();
94
95
-# This gets an RDD of JSON values that can be processed by Python rdd = res.getAsJSONRDD();
+# This gets an RDD of JSON values that can be processed by Python
96
+rdd = res.getAsJSONRDD();
97
print(rdd.count());
98
for str in rdd.take(10):
99
print(str);
0 commit comments