Sign in
apache
/
hive
/
refs/heads/HiveAggregateReduceFunctionsRule
/
.
/
hplsql
/
src
/
test
/
queries
/
db
/
copy_to_hdfs.sql
blob: fd01d7bd864828f235985a30f527ced38e16f271 [
file
] [
log
] [
blame
]
--copy src to hdfs src.txt;
copy
(
select
*
from
src
)
to
hdfs
/
user
/
hplsql
/
src2
.
txt delimiter
'\01'
;