PowerShell中是否有cmdlet可以知道ADLA JOB生成的OutputFiles。
以下CMDLET似乎没有提供该信息:
Get-AzureRmDataLakeAnalyticsJob [-Account] <String> [-JobId] <Guid> [[-Include] <ExtendedJobData>] [<CommonParameters>]
谢谢,
ANKIT
答案 0 :(得分:0)
Currently, there isn't a direct way of via any of the cmdlets to enumerate the inputs or outputs of a job. It could be derived though by looking at the algebra.xml that each job produces.
We are building an REST API/SDK methods/cmdlet that would provide this list of inputs and outpus. This feature will arrive before sometime between now (June 2017) and December 2017.