forked from D-Net/dnet-hadoop
Bug fixes
This commit is contained in:
parent
e57ecdaf98
commit
c3d58e58e1
|
@ -31,8 +31,8 @@ hdfs dfs -copyFromLocal categories.csv ${TMP}
|
||||||
hdfs dfs -copyFromLocal concepts.csv ${TMP}
|
hdfs dfs -copyFromLocal concepts.csv ${TMP}
|
||||||
hdfs dfs -chmod -R 777 ${TMP}
|
hdfs dfs -chmod -R 777 ${TMP}
|
||||||
|
|
||||||
export HADOOP_USER="dimitris.pierrakos"
|
export HADOOP_USER="oozie"
|
||||||
export HADOOP_USER_NAME="dimitris.pierrakos"
|
export HADOOP_USER_NAME="oozie"
|
||||||
|
|
||||||
echo "Creating and populating impala tables"
|
echo "Creating and populating impala tables"
|
||||||
hive $HIVE_OPTS -e "create table ${TARGET_DB}.context (id string, name string) row format delimited fields terminated by ','"
|
hive $HIVE_OPTS -e "create table ${TARGET_DB}.context (id string, name string) row format delimited fields terminated by ','"
|
||||||
|
|
Loading…
Reference in New Issue