From a4c21dec3ad13f5d86023f1ca32b418a357739eb Mon Sep 17 00:00:00 2001 From: luisquintanilla Date: Fri, 19 Jun 2020 09:46:05 -0400 Subject: [PATCH 1/3] Updates to TOC --- docs/spark/toc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/spark/toc.yml b/docs/spark/toc.yml index c9646c73cfb88..4091bea3be0af 100644 --- a/docs/spark/toc.yml +++ b/docs/spark/toc.yml @@ -39,6 +39,10 @@ href: how-to-guides/windows-instructions.md - name: Install interactive notebooks on Azure HDInsight href: how-to-guides/hdinsight-notebook-installation.md + - name: Broadcast Guide + href: how-to-guides/broadcast-guide.md + - name: UDF Guide + href: how-to-guides/udf-guide.md - name: Reference items: - name: API Reference From 1b7fea1d7021a7640a84aea5ab7104de69d1d7aa Mon Sep 17 00:00:00 2001 From: luisquintanilla Date: Fri, 19 Jun 2020 10:01:39 -0400 Subject: [PATCH 2/3] Updating code owners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From a3fac79413a3dd242a3610d48da447ab68b9aab4 Mon Sep 17 00:00:00 2001 From: luisquintanilla Date: Fri, 19 Jun 2020 10:04:26 -0400 Subject: [PATCH 3/3] Rearranging --- docs/spark/toc.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/spark/toc.yml b/docs/spark/toc.yml index 4091bea3be0af..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,10 +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: Broadcast Guide - href: how-to-guides/broadcast-guide.md - - name: UDF Guide - href: how-to-guides/udf-guide.md + - name: Reference items: - name: API Reference