Hive如何翻译查询:
Invoke-Command -ComputerName $Servers -ScriptBlock {Invoke-WebRequest -Uri $Using:S3InstallerLoc -OutFile $Using:S3OutFile -UseBasicParsing}
或SELECT * FROM table
发送到SerDe吗?
我的主要问题是Custom Hive SerDe unable to SELECT column but works when I do SELECT * 但是,我试图了解如何分析/翻译查询,这可能为我指出解决问题的正确方向。