Member since
09-16-2018
5
Posts
1
Kudos Received
0
Solutions
09-22-2018
01:17 PM
Naveen, Thanks for exhaustive answer. I am a newbie so I might be wrong, but after some experiments I tend to believe that the current output.format.string, as it is written in tutorial is wrong. Currently it is: "%1$$s %2$$s %3$$s %4$$s %5$$s %6$$s %7$$s %8$$s %9$$s" I believe it should be: "%1$s %2$s %3$s %4$s %5$s %6$s %7$s %8$s %9$s" What makes me think so? I have tried, just for fun and experimenting, inserting a new row in intermediate_access_log table in hive. And the original output.format.string was making the statement to fail. After the change of the format string, the new row was nicely inserted.
... View more
09-22-2018
12:34 PM
I had the same problem - create external table intermediate_access_logs hanging. The solution which helped in my case was increasing memory in my virtual machine (VirtualBox). I've set VM memory to 20GB. I did not experiment, I don't know what is the working minimum. What I can tell is that 20GB works.
... View more