如何从Azure数据工厂运行Shell脚本。在shell脚本中,我试图执行如下的hql文件
/ usr / bin / hive -f“ wasbs://hivetest@batstorpdnepetradev01.blob.core.windows.net/hivetest/extracttemp.hql”> wasbs://hivetest@batstorpdnepetradev01.blob.core.windows.net /hivetest/extracttemp.csv 我的hql文件存储在Blob存储中,我想执行它并将结果收集到csv文件中,然后将其存储在Blob存储本身中。该entore脚本存储在shell脚本中,该脚本也存储在blobstorage中。现在,我想在蜂巢活动中执行Azure数据分解。帮助将得到感谢。