Skip to content

Commit 5640876

Browse files
authored
Merge pull request #14000 from yoichinak/patch-14
fix code block
2 parents 019689e + 90a3e9c commit 5640876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/team-data-science-process/move-hive-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ When the Hive query is more complicated and has multiple lines, editing queries
8282
By default, after Hive query is submitted in Hadoop Command Line, the progress of the Map/Reduce job is printed out on screen. To suppress the screen print of the Map/Reduce job progress, you can use an argument `-S` ("S" in upper case) in the command line as follows:
8383

8484
hive -S -f "<path to the .hql file>"
85-
. hive -S -e "<Hive queries>"
85+
hive -S -e "<Hive queries>"
8686

8787
#### Submit Hive queries in Hive command console.
8888
You can also first enter the Hive command console by running command `hive` in Hadoop Command Line, and then submit Hive queries in Hive command console. Here is an example. In this example, the two red boxes highlight the commands used to enter the Hive command console, and the Hive query submitted in Hive command console, respectively. The green box highlights the output from the Hive query.

0 commit comments

Comments
 (0)