1
0
cartershanklin 12 жил өмнө
parent
commit
8f9ef4f45f
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -64,10 +64,10 @@ All of these steps should be carried out on your Hadoop cluster.
 
 
   Example:
   Example:
 
 
-  	cd sample-queries
+  	```cd sample-queries
   	hive
   	hive
   	use tpcds_bin_partitioned_orc_200
   	use tpcds_bin_partitioned_orc_200
-  	source query12.sql
+  	source query12.sql```
 
 
   Note that the database is named based on the Data Scale chosen in step 3. At Data Scale 200, your database will be named tpcds_bin_partitioned_orc_200. At Data Scale 50 it would be named tpcds_bin_partitioned_orc_50.
   Note that the database is named based on the Data Scale chosen in step 3. At Data Scale 200, your database will be named tpcds_bin_partitioned_orc_200. At Data Scale 50 it would be named tpcds_bin_partitioned_orc_50.