Skip to content

Commit

Permalink
do a little modify
Browse files Browse the repository at this point in the history
  • Loading branch information
baishuo authored and liancheng committed Sep 17, 2014
1 parent 88d0110 commit 66e33fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private[hive] class SparkHiveHadoopWriter(
conf.value.getOutputValueClass.asInstanceOf[Class[Writable]],
fileSinkConf,
path,
null)
Reporter.NULL)
}

def write(value: Writable) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ case class InsertIntoHiveTable(
val inheritTableSpecs = true
// TODO: Correctly set isSkewedStoreAsSubdir.
val isSkewedStoreAsSubdir = false
if (dynamicPartNum>0) {
if (dynamicPartNum > 0) {
db.loadDynamicPartitions(
outputPath,
qualifiedTableName,
Expand Down

0 comments on commit 66e33fc

Please sign in to comment.