Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

store select output hive

##store a result of select operation in your local .
insert overwrite local directory '/tmp/output' row format delimited fields terminated by '|' select * from wine_red;
 
PREVIOUS NEXT
Tagged: #store #select #output #hive
ADD COMMENT
Topic
Name
1+9 =