Comments on: Analyze your data in Azure Data Lake with R (R extension)/2017/06/08/azure-data-lake-r-extension/Professional Development, Data ScienceThu, 24 Mar 2022 08:38:49 +0000hourly1http://wordpress.com/By: Tsuyoshi Matsuzaki/2017/06/08/azure-data-lake-r-extension/comment-page-1/#comment-7438Fri, 21 Dec 2018 01:57:24 +0000http://blogs.msdn.microsoft.com/tsmatsuz/?p=5836#comment-7438In reply to Adeoluwa Adelugba.

Hi Adeoluwa-san, I’m so sorry, but I haven’t tried for multiple rowsets. But I think it might be impossible, because the official document says as follows.
https://docs.microsoft.com/en-us/u-sql/statements-and-expressions/table-valued-function-expression
“A U-SQL TVF can either return a single rowset or multiple rowsets. If it returns multiple rowsets it can only be assigned to rowset variables and cannot be called in a FROM clause, set expressions, or OUTPUT.”

Like

]]>
By: Adeoluwa Adelugba/2017/06/08/azure-data-lake-r-extension/comment-page-1/#comment-7427Thu, 20 Dec 2018 15:05:57 +0000http://blogs.msdn.microsoft.com/tsmatsuz/?p=5836#comment-7427Hi Tsuyoshi, do you know if one can use two rowsets at the same time in the R Script? That is, having two “inputFromUSQL”.

Like

]]>
By: Dan Reznik/2017/06/08/azure-data-lake-r-extension/comment-page-1/#comment-987Mon, 25 Dec 2017 11:13:48 +0000http://blogs.msdn.microsoft.com/tsmatsuz/?p=5836#comment-987How can I gain access to the processing power of ADLA from RStudio directly. The workflow would consist in (a) connecting to the ADLA, (b) using a library to query the ADLA and do parallel processing with it, (c) retrieving the results. I find it extremely cumbersome that R must be inlined into U-SQL, and would prefer to avoid it.

Like

]]>
By: Tsuyoshi Matsuzaki/2017/06/08/azure-data-lake-r-extension/comment-page-1/#comment-465Fri, 16 Jun 2017 02:53:59 +0000http://blogs.msdn.microsoft.com/tsmatsuz/?p=5836#comment-465In reply to Stian.

No, you cannot. You must load by “DEPLOY RESOURCE” for accessing files. (Except for “inputFromUSQL” data frame.)

Like

]]>
By: Stian/2017/06/08/azure-data-lake-r-extension/comment-page-1/#comment-464Wed, 14 Jun 2017 06:32:50 +0000http://blogs.msdn.microsoft.com/tsmatsuz/?p=5836#comment-464By the way; Instead of loading the models though DELPOY/load, is it possible to access the data lake directly from the r script run by ADLA?

Like

]]>
By: Stian/2017/06/08/azure-data-lake-r-extension/comment-page-1/#comment-463Wed, 14 Jun 2017 06:21:10 +0000http://blogs.msdn.microsoft.com/tsmatsuz/?p=5836#comment-463Thank you!

Finally some more practical examples on the R-integration!

Liked by 1 person

]]>
By: Hempsoft/2017/06/08/azure-data-lake-r-extension/comment-page-1/#comment-462Thu, 08 Jun 2017 13:09:34 +0000http://blogs.msdn.microsoft.com/tsmatsuz/?p=5836#comment-462Thanks for great information.

Like

]]>