From c3d58e58e1a59070ce710f03f4c4b568debef381 Mon Sep 17 00:00:00 2001 From: dimitrispie Date: Tue, 2 May 2023 11:54:07 +0300 Subject: [PATCH] Bug fixes --- .../eu/dnetlib/dhp/oa/graph/stats/oozie_app/contexts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dhp-workflows/dhp-stats-update/src/main/resources/eu/dnetlib/dhp/oa/graph/stats/oozie_app/contexts.sh b/dhp-workflows/dhp-stats-update/src/main/resources/eu/dnetlib/dhp/oa/graph/stats/oozie_app/contexts.sh index e152eb1ee..a436d0380 100644 --- a/dhp-workflows/dhp-stats-update/src/main/resources/eu/dnetlib/dhp/oa/graph/stats/oozie_app/contexts.sh +++ b/dhp-workflows/dhp-stats-update/src/main/resources/eu/dnetlib/dhp/oa/graph/stats/oozie_app/contexts.sh @@ -31,8 +31,8 @@ hdfs dfs -copyFromLocal categories.csv ${TMP} hdfs dfs -copyFromLocal concepts.csv ${TMP} hdfs dfs -chmod -R 777 ${TMP} -export HADOOP_USER="dimitris.pierrakos" -export HADOOP_USER_NAME="dimitris.pierrakos" +export HADOOP_USER="oozie" +export HADOOP_USER_NAME="oozie" 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 ','"