Skip to content

Commit

Permalink
Update formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgeorge committed Jun 28, 2015
1 parent 7a17eb8 commit 66826c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ch07/src/main/java/mapreduce/ImportFromFile.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package mapreduce;

// cc ImportFromFile MapReduce job that reads from a file and writes into a table.
import java.io.IOException;

import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.CommandLineParser;
import org.apache.commons.cli.HelpFormatter;
Expand Down Expand Up @@ -30,8 +31,7 @@
import org.apache.log4j.Level;
import org.apache.log4j.Logger;

import java.io.IOException;

// cc ImportFromFile MapReduce job that reads from a file and writes into a table.
// vv ImportFromFile
public class ImportFromFile {
// ^^ ImportFromFile
Expand Down
6 changes: 3 additions & 3 deletions ch07/src/main/java/mapreduce/ImportFromFile2.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package mapreduce;

// cc ImportFromFile MapReduce job that reads from a file and writes into a table.
import java.io.IOException;

import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.CommandLineParser;
import org.apache.commons.cli.HelpFormatter;
Expand Down Expand Up @@ -31,8 +32,7 @@
import org.apache.log4j.Level;
import org.apache.log4j.Logger;

import java.io.IOException;

// cc ImportFromFile2 MapReduce job that reads from a file and writes into a table.
public class ImportFromFile2 {
private static final Log LOG = LogFactory.getLog(ImportFromFile2.class);

Expand Down

0 comments on commit 66826c8

Please sign in to comment.