File Managment in Azure Data Lake Store(ADLS) using R Studio

In this post, I am going to share my experiment in how to do file management in ADLS using with R studio environment, So how it works? we able to manage ADLS from Rstudio environment using R scripts, so without accessing the ADLS we able to manage the portal, bring Data from ADLS to R Read more about File Managment in Azure Data Lake Store(ADLS) using R Studio[…]

Taking a byte out of U-SQL

I recently had a requirement to combine a set of approx. 100 CSV files into a single file and encountered an interesting problem along the way. The files all had the same simple structure which was 2 columns.  I thought this would make a pretty straight forward exercise – until I started processing the files. I Read more about Taking a byte out of U-SQL[…]