Member since
06-13-2017
5
Posts
2
Kudos Received
0
Solutions
12-08-2017
09:40 AM
the first thing you have to do in your script set hive.variable.substitute=true; set current_date=${hiveconf:current_date}; command should be hive -v --hiveconf current_date='01-01-2015' -f argument.hql it will execute successfully -V willp rint the sql command in console appliocation read hiveconf and hivevar concepts
... View more
06-16-2017
11:50 AM
1 Kudo
Yeah, that is normal. Beeline is another client that connects to HS2 where the Hive cli connects directly to HMS. The latter has some security issues and is not scalable. In Hive 2.x the Hive cli will be a wrapper around beeline. You can ignore the message for now or start using beeline right out the gate.
... View more