barbaravaldez b5c29867d6 Add tsg books 5 years ago
..
_data b5c29867d6 Add tsg books 5 years ago
content b5c29867d6 Add tsg books 5 years ago
_config.yml b5c29867d6 Add tsg books 5 years ago
readme.md b5c29867d6 Add tsg books 5 years ago

readme.md

Operations and Support Jupyter Book - SQL Server 2019 Big Data Clusters

This Jupyter Book of executable notebooks (.ipynb) is a companion for SQL Server 2019 to assist in operating and supporting Big Data Clusters.

Each notebook is designed to check for its own dependencies. A 'run all cells' will either complete successfully or will raise an exception with a hyperlinked 'HINT' to another notebook to resolve the missing dependency. Follow the 'HINT' hyperlink to the subsequent notebook, press 'run all cells', and upon success return back to the original notebook, and 'run all cells'.

Once all dependencies are installed, but 'run all cells' fails, each notebook will analyze results and where possible, produce a hyperlinked 'HINT' to another notebook to further aid in resolving the issue.

Chapters

  1. Troubleshooters - notebooks hyper-linked from the Big Data Cluster Dashboard in Azure Data Studio.
  2. Log Analyzers - notebooks linked from the troubleshooters, that get and analyze logs for known issues.
  3. Diagnose - notebooks for diagnosing situations with a Big Data Cluster.
  4. Repair - notebooks to perform repair actions for known issues in a Big Data Cluster.
  5. Monitor Big Data Cluster - notebooks for monitoring the Big Data Cluster using the azdata command line tool.
  6. Monitor Kubernetes - notebooks for monitoring a the Kubernetes cluster hosting a Big Data Cluster.
  7. Logs - notebooks for display log files from a Big Data Cluster.
  8. Sample - notebooks demonstrating Big Data Cluster features and functionality.
  9. Install - notebooks to install prerequisites for other notebooks.
  10. Common - notebooks commonly linked from other notebooks, such as azdata login / logout.