fix typo
This commit is contained in:
parent
06eb11f326
commit
f4e20af107
@ -124,7 +124,7 @@ class Tables(sqlContext: SQLContext, dsdgenDir: String, scaleFactor: Int) extend
|
||||
| $columnString
|
||||
|FROM
|
||||
| $tempTableName
|
||||
|DISTRIBUTED BY
|
||||
|DISTRIBUTE BY
|
||||
| $partitionColumnString
|
||||
""".stripMargin
|
||||
val grouped = sqlContext.sql(query)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user