├── README.md ├── TPCDSDataGen.hql ├── ddl ├── analyze.hql ├── createAllExternalTables.hql ├── createAllORCTables.hql ├── createAllParquetTables.hql └── createAllTextTables.hql ├── queries ├── query1.sql ├── query10.sql ├── query11.sql ├── query12.sql ├── query13.sql ├── query14.sql ├── query15.sql ├── query16.sql ├── query17.sql ├── query18.sql ├── query19.sql ├── query2.sql ├── query20.sql ├── query21.sql ├── query22.sql ├── query23.sql ├── query24.sql ├── query25.sql ├── query26.sql ├── query27.sql ├── query28.sql ├── query29.sql ├── query3.sql ├── query30.sql ├── query31.sql ├── query32.sql ├── query33.sql ├── query34.sql ├── query35.sql ├── query36.sql ├── query37.sql ├── query38.sql ├── query39.sql ├── query4.sql ├── query40.sql ├── query41.sql ├── query42.sql ├── query43.sql ├── query44.sql ├── query45.sql ├── query46.sql ├── query47.sql ├── query48.sql ├── query49.sql ├── query5.sql ├── query50.sql ├── query51.sql ├── query52.sql ├── query53.sql ├── query54.sql ├── query55.sql ├── query56.sql ├── query57.sql ├── query58.sql ├── query59.sql ├── query6.sql ├── query60.sql ├── query61.sql ├── query62.sql ├── query63.sql ├── query64.sql ├── query65.sql ├── query66.sql ├── query67.sql ├── query68.sql ├── query69.sql ├── query7.sql ├── query70.sql ├── query71.sql ├── query72.sql ├── query73.sql ├── query74.sql ├── query75.sql ├── query76.sql ├── query77.sql ├── query78.sql ├── query79.sql ├── query8.sql ├── query80.sql ├── query81.sql ├── query82.sql ├── query83.sql ├── query84.sql ├── query85.sql ├── query86.sql ├── query87.sql ├── query88.sql ├── query89.sql ├── query9.sql ├── query90.sql ├── query91.sql ├── query92.sql ├── query93.sql ├── query94.sql ├── query95.sql ├── query96.sql ├── query97.sql ├── query98.sql └── query99.sql ├── resources ├── TPCDSgen.py ├── dsdgen ├── sequenceGenerator.py └── tpcds.idx ├── settings.hql └── sparksettings.hql /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/README.md -------------------------------------------------------------------------------- /TPCDSDataGen.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/TPCDSDataGen.hql -------------------------------------------------------------------------------- /ddl/analyze.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/ddl/analyze.hql -------------------------------------------------------------------------------- /ddl/createAllExternalTables.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/ddl/createAllExternalTables.hql -------------------------------------------------------------------------------- /ddl/createAllORCTables.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/ddl/createAllORCTables.hql -------------------------------------------------------------------------------- /ddl/createAllParquetTables.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/ddl/createAllParquetTables.hql -------------------------------------------------------------------------------- /ddl/createAllTextTables.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/ddl/createAllTextTables.hql -------------------------------------------------------------------------------- /queries/query1.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query1.sql -------------------------------------------------------------------------------- /queries/query10.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query10.sql -------------------------------------------------------------------------------- /queries/query11.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query11.sql -------------------------------------------------------------------------------- /queries/query12.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query12.sql -------------------------------------------------------------------------------- /queries/query13.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query13.sql -------------------------------------------------------------------------------- /queries/query14.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query14.sql -------------------------------------------------------------------------------- /queries/query15.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query15.sql -------------------------------------------------------------------------------- /queries/query16.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query16.sql -------------------------------------------------------------------------------- /queries/query17.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query17.sql -------------------------------------------------------------------------------- /queries/query18.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query18.sql -------------------------------------------------------------------------------- /queries/query19.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query19.sql -------------------------------------------------------------------------------- /queries/query2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query2.sql -------------------------------------------------------------------------------- /queries/query20.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query20.sql -------------------------------------------------------------------------------- /queries/query21.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query21.sql -------------------------------------------------------------------------------- /queries/query22.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query22.sql -------------------------------------------------------------------------------- /queries/query23.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query23.sql -------------------------------------------------------------------------------- /queries/query24.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query24.sql -------------------------------------------------------------------------------- /queries/query25.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query25.sql -------------------------------------------------------------------------------- /queries/query26.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query26.sql -------------------------------------------------------------------------------- /queries/query27.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query27.sql -------------------------------------------------------------------------------- /queries/query28.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query28.sql -------------------------------------------------------------------------------- /queries/query29.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query29.sql -------------------------------------------------------------------------------- /queries/query3.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query3.sql -------------------------------------------------------------------------------- /queries/query30.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query30.sql -------------------------------------------------------------------------------- /queries/query31.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query31.sql -------------------------------------------------------------------------------- /queries/query32.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query32.sql -------------------------------------------------------------------------------- /queries/query33.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query33.sql -------------------------------------------------------------------------------- /queries/query34.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query34.sql -------------------------------------------------------------------------------- /queries/query35.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query35.sql -------------------------------------------------------------------------------- /queries/query36.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query36.sql -------------------------------------------------------------------------------- /queries/query37.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query37.sql -------------------------------------------------------------------------------- /queries/query38.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query38.sql -------------------------------------------------------------------------------- /queries/query39.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query39.sql -------------------------------------------------------------------------------- /queries/query4.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query4.sql -------------------------------------------------------------------------------- /queries/query40.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query40.sql -------------------------------------------------------------------------------- /queries/query41.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query41.sql -------------------------------------------------------------------------------- /queries/query42.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query42.sql -------------------------------------------------------------------------------- /queries/query43.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query43.sql -------------------------------------------------------------------------------- /queries/query44.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query44.sql -------------------------------------------------------------------------------- /queries/query45.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query45.sql -------------------------------------------------------------------------------- /queries/query46.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query46.sql -------------------------------------------------------------------------------- /queries/query47.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query47.sql -------------------------------------------------------------------------------- /queries/query48.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query48.sql -------------------------------------------------------------------------------- /queries/query49.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query49.sql -------------------------------------------------------------------------------- /queries/query5.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query5.sql -------------------------------------------------------------------------------- /queries/query50.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query50.sql -------------------------------------------------------------------------------- /queries/query51.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query51.sql -------------------------------------------------------------------------------- /queries/query52.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query52.sql -------------------------------------------------------------------------------- /queries/query53.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query53.sql -------------------------------------------------------------------------------- /queries/query54.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query54.sql -------------------------------------------------------------------------------- /queries/query55.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query55.sql -------------------------------------------------------------------------------- /queries/query56.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query56.sql -------------------------------------------------------------------------------- /queries/query57.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query57.sql -------------------------------------------------------------------------------- /queries/query58.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query58.sql -------------------------------------------------------------------------------- /queries/query59.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query59.sql -------------------------------------------------------------------------------- /queries/query6.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query6.sql -------------------------------------------------------------------------------- /queries/query60.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query60.sql -------------------------------------------------------------------------------- /queries/query61.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query61.sql -------------------------------------------------------------------------------- /queries/query62.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query62.sql -------------------------------------------------------------------------------- /queries/query63.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query63.sql -------------------------------------------------------------------------------- /queries/query64.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query64.sql -------------------------------------------------------------------------------- /queries/query65.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query65.sql -------------------------------------------------------------------------------- /queries/query66.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query66.sql -------------------------------------------------------------------------------- /queries/query67.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query67.sql -------------------------------------------------------------------------------- /queries/query68.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query68.sql -------------------------------------------------------------------------------- /queries/query69.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query69.sql -------------------------------------------------------------------------------- /queries/query7.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query7.sql -------------------------------------------------------------------------------- /queries/query70.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query70.sql -------------------------------------------------------------------------------- /queries/query71.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query71.sql -------------------------------------------------------------------------------- /queries/query72.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query72.sql -------------------------------------------------------------------------------- /queries/query73.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query73.sql -------------------------------------------------------------------------------- /queries/query74.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query74.sql -------------------------------------------------------------------------------- /queries/query75.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query75.sql -------------------------------------------------------------------------------- /queries/query76.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query76.sql -------------------------------------------------------------------------------- /queries/query77.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query77.sql -------------------------------------------------------------------------------- /queries/query78.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query78.sql -------------------------------------------------------------------------------- /queries/query79.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query79.sql -------------------------------------------------------------------------------- /queries/query8.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query8.sql -------------------------------------------------------------------------------- /queries/query80.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query80.sql -------------------------------------------------------------------------------- /queries/query81.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query81.sql -------------------------------------------------------------------------------- /queries/query82.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query82.sql -------------------------------------------------------------------------------- /queries/query83.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query83.sql -------------------------------------------------------------------------------- /queries/query84.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query84.sql -------------------------------------------------------------------------------- /queries/query85.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query85.sql -------------------------------------------------------------------------------- /queries/query86.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query86.sql -------------------------------------------------------------------------------- /queries/query87.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query87.sql -------------------------------------------------------------------------------- /queries/query88.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query88.sql -------------------------------------------------------------------------------- /queries/query89.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query89.sql -------------------------------------------------------------------------------- /queries/query9.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query9.sql -------------------------------------------------------------------------------- /queries/query90.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query90.sql -------------------------------------------------------------------------------- /queries/query91.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query91.sql -------------------------------------------------------------------------------- /queries/query92.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query92.sql -------------------------------------------------------------------------------- /queries/query93.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query93.sql -------------------------------------------------------------------------------- /queries/query94.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query94.sql -------------------------------------------------------------------------------- /queries/query95.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query95.sql -------------------------------------------------------------------------------- /queries/query96.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query96.sql -------------------------------------------------------------------------------- /queries/query97.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query97.sql -------------------------------------------------------------------------------- /queries/query98.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query98.sql -------------------------------------------------------------------------------- /queries/query99.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/queries/query99.sql -------------------------------------------------------------------------------- /resources/TPCDSgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/resources/TPCDSgen.py -------------------------------------------------------------------------------- /resources/dsdgen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/resources/dsdgen -------------------------------------------------------------------------------- /resources/sequenceGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/resources/sequenceGenerator.py -------------------------------------------------------------------------------- /resources/tpcds.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/resources/tpcds.idx -------------------------------------------------------------------------------- /settings.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/settings.hql -------------------------------------------------------------------------------- /sparksettings.hql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdinsight/tpcds-hdinsight/HEAD/sparksettings.hql --------------------------------------------------------------------------------