Member since
10-31-2017
3
Posts
0
Kudos Received
0
Solutions
05-10-2018
03:27 AM
I was getting the same error. I solved it by creating the directory on all the machines. (In my case a 3 nodes cluster). So, please make sure that you have "/var/log/spark2/lineage" directory present on all the machines. Also, the ownership should be as follows: chown spark:spark /var/log/spark2/lineage
... View more
11-17-2017
10:03 AM
In your cluster, check on exactly which node you have your hive service running. On that node, you will find log files at "/var/log/hive" location.
... View more