diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 571e29c2f81ca..11b2e695c56de 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -47,7 +47,7 @@ /docs/machine-learning/ @luisquintanilla # The .NET for Apache Spark Guide: -/docs/spark/ @mamccrea +/docs/spark/ @luisquintanilla # The .NET Architecture Guide: /docs/architecture/ @nishanil diff --git a/docs/spark/toc.yml b/docs/spark/toc.yml index c9646c73cfb88..c1ba0eae32ef3 100644 --- a/docs/spark/toc.yml +++ b/docs/spark/toc.yml @@ -25,6 +25,10 @@ href: tutorials/ml-sentiment-analysis.md - name: How-to guides items: + - name: Broadcast guide + href: how-to-guides/broadcast-guide.md + - name: UDF guide + href: how-to-guides/udf-guide.md - name: Debug your application href: how-to-guides/debug.md - name: Submit jobs to HDInsight @@ -39,6 +43,7 @@ href: how-to-guides/windows-instructions.md - name: Install interactive notebooks on Azure HDInsight href: how-to-guides/hdinsight-notebook-installation.md + - name: Reference items: - name: API Reference