Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
artkostm authored Nov 12, 2018
1 parent 4501e95 commit 126e0df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo "Task #1 is running"
echo "Query #1 is running"

echo "Creating tables..."

Expand All @@ -12,12 +12,12 @@ hive -d HOTELS_TABLE_NAME=${HOTELS_TABLE_NAME} \
hive -d HOTELS_TABLE_NAME=${HOTELS_TABLE_NAME} \
-S -f select_top3_countries_with_succ_booking.hql

echo "Task #2 is running"
echo "Query #2 is running"

hive -d HOTELS_TABLE_NAME=${HOTELS_TABLE_NAME} \
-S -f select_longest_period_of_stay.hql

echo "Task #3 is running"
echo "Query #3 is running"

hive -d HOTELS_TABLE_NAME=${HOTELS_TABLE_NAME} \
-S -f select_top3_hotels_from_clicks.hql
Expand Down

0 comments on commit 126e0df

Please sign in to comment.