Step 1: Introduction
This tutorial demonstrates how to analyze website logs using Azure Data Lake Analytics.
If you haven't done so, click the Copy Sample Data button from the Interactive Tutorials blade to copy the sample data to the default Data Lake Store account. Below is the file you will be using in this tutorial.
Click OK to continue.
Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the U.S. and/or other countries. ...
Read from SearchLog table @athletes = SELECT FROM SampleDBTutorials.dbo.SearchLog; //Write it to a file so we can look at ...
Read some data @searchlog = EXTRACT UserId int, Start DateTime, Region string, Query string, Duration int, Urls string, ClickedUrls ...
Select U-SQL Catalog and Database permissions needed by {0}. Permissions for the Catalog and the master database are required ...
Step 1: Introduction This tutorial demonstrates how to analyze website logs using Azure Data Lake Analytics. If you haven't ...
Step 2: Create the weblogs TVF Because you will use the data in multiple Data Lake Analytics jobs, it will be easier to store ...
Step 3: Analyze Referrers (Incoming Links) In this step, you will find out how often someone experiences successes or failures ...
Step 4: Identify Unsuccessful Requests In this step, you will find out which of the referrers run into errors when they try ...
The graph data has been deleted. The data might've been deleted or cleaned up as part of the Query Store retention policy. ...