Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artkostm authored Nov 12, 2018
1 parent 126e0df commit 87efbd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,15 @@ Time taken: 53.434 seconds, Fetched: 3 row(s)

![To calculate top 3 most popular hotels which were not booked](./img/top3_hotels_from_clicks.png "To calculate top 3 most popular hotels which were not booked")

### To run the tasks sequentially
### To run the queries sequentially

```./run.sh hotels /tmp/test/hotels```, hotels - the name of the table, /tmp/test/hotels - hdfs location where train.csv.gz is stored.

Console output:

```shell
[root@sandbox-hdp ~]# ./run.sh hotels /tmp/test/hotels
Task #1 is running
Query #1 is running
Creating tables...

OK
Expand All @@ -168,10 +168,10 @@ c.country c.num
50 1616055
198 197228
70 102651
Task #2 is running
Query #2 is running
days
390
Task #3 is running
Query #3 is running
hotel_continent hotel_country hotel_market cnt
2 50 628 1640731
2 50 675 1490187
Expand Down

0 comments on commit 87efbd4

Please sign in to comment.