Skip to content

Commit 9233fef

Browse files
committed
Fixed typos
1 parent 6994827 commit 9233fef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/openstack-integration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ public class SimpleApp {
209209
sc.hadoopConfiguration().set("fs.swift.service.ibm.username", "tester");
210210

211211
JavaRDD<String> logData = sc.textFile(logFile).cache();
212-
213212
long num = logData.count();
214213

215214
System.out.println("Total number of lines: " + num);

0 commit comments

Comments
 (0)