Skip to content

Commit

Permalink
style fix.........
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingCat committed Mar 18, 2014
1 parent 95a6929 commit a8d11ba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -653,9 +653,9 @@ class PairRDDFunctions[K: ClassTag, V: ClassTag](self: RDD[(K, V)])

/**
* Output the RDD to any Hadoop-supported storage system with new Hadoop API, using a Hadoop
* Configuration object for that storage system. The Conf should set an OutputFormat and any output paths
* required (e.g. a table name to write to) in the same way as it would be configured for a Hadoop
* MapReduce job.
* Configuration object for that storage system. The Conf should set an OutputFormat and any
* output paths required (e.g. a table name to write to) in the same way as it would be
* configured for a Hadoop MapReduce job.
*/
def saveAsNewAPIHadoopDataset(conf: Configuration) {
val job = new NewAPIHadoopJob(conf)
Expand Down

0 comments on commit a8d11ba

Please sign in to comment.