We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6994827 commit 9233fefCopy full SHA for 9233fef
docs/openstack-integration.md
@@ -209,7 +209,6 @@ public class SimpleApp {
209
sc.hadoopConfiguration().set("fs.swift.service.ibm.username", "tester");
210
211
JavaRDD<String> logData = sc.textFile(logFile).cache();
212
-
213
long num = logData.count();
214
215
System.out.println("Total number of lines: " + num);
0 commit comments