浏览代码

Fixing code block

cartershanklin 12 年之前
父节点
当前提交
cd6699d559
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4 5
      README.md

+ 4 - 5
README.md

@@ -63,11 +63,10 @@ All of these steps should be carried out on your Hadoop cluster.
   More than 50 sample TPC-DS queries are included for you to try out. You can use ```hive```, ```beeline``` or the SQL tool of your choice.
 
   Example:
-  ```cd sample-queries
-  hive
-  use tpcds_bin_partitioned_orc_200
-  source query12.sql
-  ```
+      cd sample-queries
+      hive
+      use tpcds_bin_partitioned_orc_200
+      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.