Recent log4j vulnerabilities

2021-12-15 Thread Zoltan Haindrich
Hello all! In the recent week there were 2 new log4j vulnerabilities discovered (CVE-2021-45046, CVE-2021-44228) - and since we use log4j in Hive; existing installations might be affected as well. Doing a new Hive release on any existing line would probably need a longer timeframe - and doing

Re: CBO doc version & log parse issue

2021-12-15 Thread Zoltan Haindrich
Hey, by using an UDTF Hive should also be prepared that it will return more rows from that single row - which is not true in this case: because 1 log entry will be 1 result row. Note that the CBO does not seem to support UDTFs (I've tried apache/master with a lateral view right now - and it fa