Re: Tez query failed with OutOfMemoryError: Java heap space

2017-07-11 Thread Vaibhav Gumashta
Hi Xin, Can you provide these: 1. Output of explain plan 2. Output of set –v (this will list the configs, so you might want to anonymize these) In addition to that, it looks like vertex vertex_1495595408051_21107_2_03 failed with OOM. Using Tez counters you can find out the amount of

Re: Non-local session path expected to be non-null trying to write on Hive using storm-hive

2017-07-11 Thread Federico D'Ambrosio
Hi, thank you, it turns out that the jar versions I was using in sbt assembly were indeed the real culprits! Since I'm using HDP 2.5 all the libraries have an additional package versioning "-157", while I was using the normal packages someone can find on maven central. Since in the official