Recursive U-SQL With PowerShell (U-SQL Looping)
May 7th, 2017 in Azure, Blog, PowerShell, U-SQL, Visual StudioIn its natural form U-SQL does not support recursive operations and for good reason. This is a big data, scale out, declarative language where the inclusion of procedural, iterative code would be very unnatural. That said, if you must pervert things PowerShell can assist with the looping and dare I say the possibility for dynamic U-SQL. A couple of caveats… From the outset, I accept this abstraction with PowerShell to achieve some…
» Read more