Forráskód Böngészése

First rev of readme done.

cartershanklin 12 éve
szülő
commit
a95020e06e
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -67,11 +67,11 @@ All of these steps should be carried out on your Hadoop cluster.
   	```
   	cd sample-queries
   	hive
-  	use tpcds_bin_partitioned_orc_200
-  	source query12.sql
+  	hive> use tpcds_bin_partitioned_orc_200
+  	hive> 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. You can always ```show databases``` to get a list of available databases.
 
 Feedback
 ========