Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gilv committed Jun 18, 2014
1 parent 6994827 commit 9233fef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/openstack-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ public class SimpleApp {
sc.hadoopConfiguration().set("fs.swift.service.ibm.username", "tester");

JavaRDD<String> logData = sc.textFile(logFile).cache();

long num = logData.count();

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

0 comments on commit 9233fef

Please sign in to comment.