{"id":2653,"date":"2018-06-05T00:00:00","date_gmt":"2018-06-05T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/get-started-with-u-sql-it-s-easy"},"modified":"2023-05-11T15:39:15","modified_gmt":"2023-05-11T22:39:15","slug":"get-started-with-u-sql-it-s-easy","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/","title":{"rendered":"Get started with U-SQL: It\u2019s easy!"},"content":{"rendered":"<p>Azure Data Lake Analytics combines declarative and imperative concepts in the form of a new language called <strong>U-SQL<\/strong>. The idea of learning a new language is daunting. Don\u2019t worry! <strong>U-SQL is easy to learn<\/strong>. You can learn the vast majority of the language in a single day. If you are familiar with SQL or languages like C# or Java, you will find that learning U-SQL is natural and that you will be productive incredibly fast.<br \/>\n\u00a0\u00a0<br \/>\nA common question we get is \u201cHow can I get started with U-SQL?\u201d This blog will show you all the core steps you need to get ramped up on U-SQL.<\/p>\n<h2>What is U-SQL?<\/h2>\n<p>U-SQL is the big data query language and execution framework in the Azure Data Lake Analytics. U-SQL uses familiar SQL concepts and language to scale out your custom code (.NET\/C#\/Python) from Gigabyte to Petabyte scale. U-SQL offers the usual big data processing concepts such as \u201cschema on reads,\u201d custom processors, and reducers. The language lets you query and combine data from multiple data sources including Azure Data Lake Storage, Azure Blob Storage, Azure SQL DB, Azure SQL Data Warehouse and SQL Server instances running on Azure VMs.<\/p>\n<h2>Step 1: Read the U-SQL tutorial<\/h2>\n<p>The <a href=\"https:\/\/aka.ms\/usqltutorial\">U-SQL tutorial<\/a> is best place to start. It will lead you step-by-step, incrementally through the language and tools. You don\u2019t need an Azure subscription or an ADLA account for this step. The tutorial teaches you how to run U-SQL on your own Windows box. Following through this doc will only take one or two days, and afterward you will have a solid grasp on most of the U-SQL code you would ever need to write in practice.<\/p>\n<h2>Step 2: Submit a U-SQL job through the Azure Portal<\/h2>\n<p>At this point, you\u2019ve got a sense of the language. Now we will explore the mechanics of using the language with Azure. In this step you will learn how to submit a U-SQL script to an ADLA account and monitor its progress. Read the <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/data-lake-analytics\/data-lake-analytics-get-started-portal\">Getting Started guide<\/a>. The guide will walk through all the steps needed. As an alternative, you could also <a href=\"https:\/\/www.youtube.com\/watch?v=lTvC6kWaM7w\">watch this YouTube video<\/a>.<\/p>\n<h2>Step 3: Run some of the U-SQL samples in the Azure Portal<\/h2>\n<p>Since the language is still new to you at this point, you can take advantage of the sample scripts available in the Azure Portal. These samples cover some very common U-SQL scenarios. We find that many users prefer starting with one of our existing samples rather than starting with an empty U-SQL script.<\/p>\n<p>Below are the steps you can follow to start with existing samples in the portal:<\/p>\n<ul>\n<li>Go to your ADLA account<\/li>\n<li>Click on <strong>Sample Scripts<\/strong> (on the left, or on the top)<\/li>\n<li>If you are prompted to install sample data, do so. It will copy a few MBs of sample data into your ADLS account<\/li>\n<li>Select any sample \u2013 for example <strong>Query a TSV file <\/strong>and click <strong>Submit<img loading=\"lazy\" decoding=\"async\" alt=\"Sample scripts\" height=\"1011\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/ee97a644-dfb5-4c08-bab4-807b46295b5c.webp\" title=\"Sample scripts\" width=\"1602\"><\/strong><\/li>\n<\/ul>\n<h2>Step 4: Submit a U-SQL Job with Data Lake Tools for Visual Studio<\/h2>\n<p>In step 1, you used Visual Studio to run U-SQL scripts on your own machine. In steps 2 and 3 we switched to using the Azure portal and working with an ADLA account. Now we will return to Visual Studio and submit U-SQL scripts to an ADLA account in Azure. Read this <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/data-lake-analytics\/data-lake-analytics-data-lake-tools-get-started\">Getting Started guide<\/a> and follow the steps to run U-SQL script using Visual Studio.<\/p>\n<h2>Step 5: Learn how a U-SQL script executes<\/h2>\n<p>So far, the blog post was focused on using the U-SQL language. Now you should explore what is happening under the covers when a U-SQL script runs. Understanding U-SQL query execution is a MUST DO task for any U-SQL developer. This will help you immensely when debugging problems and optimizing your code to scale.<br \/>\n\u00a0<br \/>\nWatch video: <a href=\"https:\/\/www.youtube.com\/watch?v=MP2oiwT5S7I\">U-SQL Batch Query Execution<\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Job execution\" height=\"402\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/3731a4e5-351d-4f55-9f1f-90b57f63d9d4.webp\" title=\"Job execution\" width=\"709\"><\/p>\n<h2>Step 6: C# code behind in Visual Studio<\/h2>\n<p>U-SQL makes it easy to use .NET code. If you are a C# developer, our Visual Studio tooling makes it especially easy to reuse C# code directly in your U-SQL scripts through a feature called \u201cU-SQL C# Code-Behind.\u201d<\/p>\n<p>Watch video: <a href=\"https:\/\/www.youtube.com\/watch?v=VnOdSVsoioY\">C# Code-Behind for U-SQL in Visual Studio<\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"6.1\" height=\"446\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/72f7ff4e-8c31-4142-85c1-cf6c3b510cae.webp\" title=\"6.1\" width=\"688\"><\/p>\n<p>U-SQL Script calling a method in C# Code-Behind:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"6.2\" height=\"446\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/9812bf7e-5f35-4568-aa30-1632785526dc.webp\" title=\"6.2\" width=\"589\"><\/p>\n<p>And here\u2019s what\u2019s in the C# Code-behind:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"6.3\" height=\"360\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/bb48c246-7e6a-4d12-8f0a-b36fe457cef2.webp\" title=\"6.3\" width=\"709\"><\/p>\n<h2>Step 7: User code debugging in Visual Studio<\/h2>\n<p>One of the challenges in running your code in a distributed fashion is that it typically is very hard to track down and reproduce failures. Our Visual Studio tooling has simplified the experience. For example, debugging a .NET exception thrown by your code that is being used in a U-SQL script, is just as easy as debugging that exception with a normal C# project on your machine.<\/p>\n<p>Watch video: <a href=\"https:\/\/www.youtube.com\/watch?v=3enkNvprfm4\">Debug C# code errors in failed U-SQL jobs<\/a><\/p>\n<h2>Step 8: Learn about the AU Analyzer<\/h2>\n<p>As you begin to use U-SQL scripts against larger amounts of data, you are going to eventually wonder about how to optimize the number of Analytics Units (AUs) for your U-SQL jobs. Fortunately, we\u2019ve built a wonderful tool called the AU Analyzer to help you perform these optimizations.<br \/>\n\u00a0<br \/>\nWatch video: <a href=\"https:\/\/www.youtube.com\/watch?v=cYLMJ5gHGSI\">AU analysis for U-SQL jobs<\/a><\/p>\n<h2>Step 9: Learn how to save money and control costs<\/h2>\n<p>As you start working with big data, you will need to think about all the ways in which you can control your costs. Read our <a href=\"https:\/\/aka.ms\/adlasavemoney\">cost saving guides<\/a>.<\/p>\n<h2>Step 10: Use GitHub samples<\/h2>\n<p>If you are facing a problem that needs solving, likely someone else is facing a similar one too. We use GitHub to share code samples and more with the U-SQL community. We get popular questions on a range of topics. See samples for specific topics below:<\/p>\n<ul>\n<li><a href=\"https:\/\/github.com\/Azure\/usql\/tree\/master\/Examples\/JsonSample\">JSON sample<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/Azure\/usql\/tree\/master\/Examples\/PythonExamples\">Python example<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/Azure\/usql\/tree\/master\/Examples\/R_Extensions\/PredictLinearModel\">R sample<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/Azure\/usql\/tree\/master\/Examples\/Builtin-UDOs\/Builtin-UDOs\">UDO sample<\/a>\u00a0<\/li>\n<\/ul>\n<p>You can find more <a href=\"https:\/\/github.com\/Azure\/usql\">samples<\/a>, and to download the Git repo, just click <strong>Clone<\/strong> or <strong>download<\/strong>, then <strong>Download ZIP<\/strong>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" align=\"left\" alt=\"GitHub\" height=\"157\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/950520cb-d83e-48bd-b45f-84714acc6fe6.webp\" title=\"GitHub\" width=\"273\"><br \/>\n\u00a0<\/p>\n<h2>\u00a0<\/h2>\n<h2>\u00a0<\/h2>\n<h2>Advanced learning<\/h2>\n<p>Read documentation to understand advanced concepts<\/p>\n<ul>\n<li><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/data-lake-analytics\/data-lake-analytics-u-sql-develop-user-defined-operators\">How to define and use a UDO in U-SQL<\/a><\/li>\n<li><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/data-lake-analytics\/data-lake-analytics-u-sql-python-extensions\">Python in U-SQL<\/a><\/li>\n<li><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/data-lake-analytics\/data-lake-analytics-u-sql-r-extensions\">R in U-SQL<\/a><\/li>\n<li><a href=\"https:\/\/www.youtube.com\/watch?v=lTvC6kWaM7w\">Submitting and monitoring U-SQL jobs in the Azure Portal<\/a><\/li>\n<li><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/data-lake-analytics\/data-lake-analytics-u-sql-programmability-guide\">USQL programmability guide<\/a><\/li>\n<li><a href=\"https:\/\/microsoft.sharepoint.com\/teams\/DPGBigDataTeam\/Documents\/GTM\/BLOGS\/WORKING%20DRAFTS%20BLOGS\/usql.io\/\">usql.io<\/a> gives you tutorials, samples and links to developer tools<\/li>\n<li><a href=\"https:\/\/msdn.microsoft.com\/en-us\/azure\/data-lake-analytics\/u-sql\/u-sql-language-reference\">USQL-Reference<\/a> contains reference documentation<\/li>\n<\/ul>\n<h2>Become part of the U-SQL community!<\/h2>\n<p>We look forward to welcoming you to our growing community of U-SQL users, and we love to hear your feedback. Especially, let us know when U-SQL is easing your way to write a function that you couldn\u2019t otherwise do or allows you to perform your analytics tasks in a compressed time. Go ahead and run a U-SQL job and <a href=\"https:\/\/aka.ms\/adlfeedback\">share your experiences<\/a>.<\/p>\n<p>If you have any questions in regard to U-SQL, ask them at <a href=\"https:\/\/stackoverflow.com\/questions\/tagged\/u-sql\">U-SQL Stack overflow<\/a> or <a href=\"https:\/\/social.msdn.microsoft.com\/Forums\/azure\/en-US\/home?forum=AzureDataLake\">Azure Data Lake MSDN<\/a>.<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Azure Data Lake Analytics combines declarative and imperative concepts in the form of a new language called U-SQL. The idea of learning a new language is daunting. Don\u2019t worry! U-SQL is easy to learn.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1474,1491],"tags":[],"audience":[3054,3057,3053,3056],"content-type":[1511],"product":[1525,1610],"tech-community":[],"topic":[],"coauthors":[864],"class_list":["post-2653","post","type-post","status-publish","format-standard","hentry","category-analytics","category-storage","audience-business-decision-makers","audience-data-professionals","audience-it-decision-makers","audience-it-implementors","content-type-best-practices","product-azure-blob-storage","product-azure-data-lake-storage"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Get started with U-SQL: It\u2019s easy! | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Azure Data Lake Analytics combines declarative and imperative concepts in the form of a new language called U-SQL. The idea of learning a new language is daunting. Don\u2019t worry! U-SQL is easy to learn.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Get started with U-SQL: It\u2019s easy! | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Azure Data Lake Analytics combines declarative and imperative concepts in the form of a new language called U-SQL. The idea of learning a new language is daunting. Don\u2019t worry! U-SQL is easy to learn.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2018-06-05T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-11T22:39:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/ee97a644-dfb5-4c08-bab4-807b46295b5c.webp\" \/>\n<meta name=\"author\" content=\"Ajeta Singhal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ajeta Singhal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/ajeta-singhal\/\",\"@type\":\"Person\",\"@name\":\"Ajeta Singhal\"}],\"headline\":\"Get started with U-SQL: It\u2019s easy!\",\"datePublished\":\"2018-06-05T00:00:00+00:00\",\"dateModified\":\"2023-05-11T22:39:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/\"},\"wordCount\":1107,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/ee97a644-dfb5-4c08-bab4-807b46295b5c.webp\",\"articleSection\":[\"Analytics\",\"Storage\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/\",\"name\":\"Get started with U-SQL: It\u2019s easy! | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/ee97a644-dfb5-4c08-bab4-807b46295b5c.webp\",\"datePublished\":\"2018-06-05T00:00:00+00:00\",\"dateModified\":\"2023-05-11T22:39:15+00:00\",\"description\":\"Azure Data Lake Analytics combines declarative and imperative concepts in the form of a new language called U-SQL. The idea of learning a new language is daunting. Don\u2019t worry! U-SQL is easy to learn.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/ee97a644-dfb5-4c08-bab4-807b46295b5c.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/ee97a644-dfb5-4c08-bab4-807b46295b5c.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Analytics\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/analytics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Get started with U-SQL: It\u2019s easy!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Get started with U-SQL: It\u2019s easy! | Microsoft Azure Blog","description":"Azure Data Lake Analytics combines declarative and imperative concepts in the form of a new language called U-SQL. The idea of learning a new language is daunting. Don\u2019t worry! U-SQL is easy to learn.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/","og_locale":"en_US","og_type":"article","og_title":"Get started with U-SQL: It\u2019s easy! | Microsoft Azure Blog","og_description":"Azure Data Lake Analytics combines declarative and imperative concepts in the form of a new language called U-SQL. The idea of learning a new language is daunting. Don\u2019t worry! U-SQL is easy to learn.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2018-06-05T00:00:00+00:00","article_modified_time":"2023-05-11T22:39:15+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/ee97a644-dfb5-4c08-bab4-807b46295b5c.webp","type":"","width":"","height":""}],"author":"Ajeta Singhal","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Ajeta Singhal","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/ajeta-singhal\/","@type":"Person","@name":"Ajeta Singhal"}],"headline":"Get started with U-SQL: It\u2019s easy!","datePublished":"2018-06-05T00:00:00+00:00","dateModified":"2023-05-11T22:39:15+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/"},"wordCount":1107,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/ee97a644-dfb5-4c08-bab4-807b46295b5c.webp","articleSection":["Analytics","Storage"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/","name":"Get started with U-SQL: It\u2019s easy! | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/ee97a644-dfb5-4c08-bab4-807b46295b5c.webp","datePublished":"2018-06-05T00:00:00+00:00","dateModified":"2023-05-11T22:39:15+00:00","description":"Azure Data Lake Analytics combines declarative and imperative concepts in the form of a new language called U-SQL. The idea of learning a new language is daunting. Don\u2019t worry! U-SQL is easy to learn.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/ee97a644-dfb5-4c08-bab4-807b46295b5c.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/06\/ee97a644-dfb5-4c08-bab4-807b46295b5c.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/get-started-with-u-sql-it-s-easy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Analytics","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/analytics\/"},{"@type":"ListItem","position":3,"name":"Get started with U-SQL: It\u2019s easy!"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2653","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=2653"}],"version-history":[{"count":0,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2653\/revisions"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=2653"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=2653"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=2653"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=2653"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=2653"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=2653"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=2653"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=2653"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=2653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}