Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from ruixinxu/master
Browse files Browse the repository at this point in the history
fix readme issue
  • Loading branch information
ruixinxu committed Jun 7, 2018
2 parents e3db058 + 641381a commit 9c74a71
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@

# Azure Data Service Notebook (Beta)
Azure Data Service Notebook is a set of tool for working with Azure Data Service (including HDInsight, Azure Data Lake, etc)
Azure Data Service Notebook is a set of extentions for working with Azure Data Service (e.g. Azure Data Lake, HDIsight, CosmosDB, Azure SQL and Azure Data Warehouse etc.) using Jupyter Notebook.

**WARNING**: This SDK/CLI is currently in **Beta Preview** stage. It can and will change in backwards incompatible ways.


# Feature
Azure Data Service Notebook currently provides a set of magic commands for users to access Azure Data Lake. Available magics are captured in the table below.

| Commands | Function |
| Command | Function |
|-----|-----|
|%adl login |Line magic to log in to Azure Data Lake.|
|%adl listaccounts|Line magic to list the Azure Data Lake analytic accounts for current user.|
|%adl listaccounts|Line magic to list the Azure Data Lake Analytic accounts for current user.|
|%adl listjobs|Line magic to list the Azure Data Lake jobs for a given account.|
|%%adl submitjob|Cell magic to submit a USQL job to ADL cluster.|
|%adl viewjob|Line magic to view job info.|
|%adl liststorefile|Line magic to list the Azure Data Lake store accounts.|
|%%adl submitjob|Cell magic to submit a USQL job to Azure Data Lake cluster.|
|%adl viewjob|Line magic to view detailed job info.|
|%adl liststorefile|Line magic to list the Azure Data Lake Store accounts.|
|%adl sample|Line magic to sample a given file, return results as Pandas DataFrame.|
|%adl logout|Line magic to log out.|

Expand All @@ -30,7 +30,7 @@ Azure Data Service Notebook currently provides a set of magic commands for users


# Examples
- [adlmagics_demo.ipynb](/adlmagics/00_adlmagics_demo.ipynb), demo file of Azure Data Lake job control functions.
- [adlmagics_demo.ipynb](/adlmagics/00_adlmagics_demo.ipynb), demo file of Azure Data Lake job control and data exploration functions.


# Feedback
Expand Down

0 comments on commit 9c74a71

Please sign in to comment.