diff --git a/README.md b/README.md index 134ca23..4f7d887 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ import com.databricks.spark.sql.perf.tpcds.Tables // dsdgenDir is the location of dsdgen tool installed in your machines. val tables = Tables(sqlContext, dsdgenDir, scaleFactor) // Generate data. -tables.genData(location, format, overwrite) +tables.genData(location, format, overwrite, partitionTables) // Create metastore tables in a specified database for your data. // Once tables are created, the current database will be switched to the specified database. tables.createExternalTables(location, format, databaseName, overwrite)