在apachehivecli或beeline cli中,我需要用字符串连接变量的值。有可能吗?示例:设置路径\u on \u hdfs=“/apps/hive/warehouse/my \u db.db”;如何得到像这样的东西${hivevar:path_on_hdfs}/mytablename'?
wztqucjr1#
您可以尝试以下方法:在hdfs=/test1/test2上设置路径'创建外部表测试(id int)位置'${hiveconf:path_on_hdfs}/mytable';是应该工作。。。
1条答案
按热度按时间wztqucjr1#
您可以尝试以下方法:
在hdfs=/test1/test2上设置路径
'创建外部表测试(id int)位置'${hiveconf:path_on_hdfs}/mytable';
是应该工作。。。