Skip to content

Commit 7aa0118

Browse files
authored
Merge pull request #57319 from kkampf/patch-10
Reviewed and updated wording
2 parents dc7528d + cb28a6f commit 7aa0118

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

articles/hdinsight/spark/apache-spark-python-package-installation.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: jasonh
88
ms.service: hdinsight
99
ms.custom: hdinsightactive
1010
ms.topic: conceptual
11-
ms.date: 01/09/2018
11+
ms.date: 11/06/2018
1212
ms.author: hrasheed
1313

1414
---
@@ -28,7 +28,7 @@ Learn how to use Script Actions to configure an Apache Spark cluster on HDInsigh
2828
2929
You can search the [package index](https://pypi.python.org/pypi) for the complete list of packages that are available. You can also get a list of available packages from other sources. For example, you can install packages made available through [Anaconda](https://docs.continuum.io/anaconda/pkg-docs) or [conda-forge](https://conda-forge.org/feedstocks/).
3030

31-
In this article, you learn how to install the [TensorFlow](https://www.tensorflow.org/) package using Script Action on your cluster and use it via the Jupyter notebook.
31+
In this article, you learn how to install the [TensorFlow](https://www.tensorflow.org/) package using Script Action on your cluster and use it via the Jupyter notebook as an example.
3232

3333
## Prerequisites
3434
You must have the following:
@@ -40,12 +40,27 @@ You must have the following:
4040
> If you do not already have a Spark cluster on HDInsight Linux, you can run script actions during cluster creation. Visit the documentation on [how to use custom script actions](https://docs.microsoft.com/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux).
4141
>
4242
>
43+
44+
## Support for open-source software used on HDInsight clusters
45+
46+
The Microsoft Azure HDInsight service uses an ecosystem of open-source technologies formed around Hadoop. Microsoft Azure provides a general level of support for open-source technologies. For more information, see the **Support Scope** section of the [Azure Support FAQ website](https://azure.microsoft.com/support/faq/). The HDInsight service provides an additional level of support for built-in components.
47+
48+
There are two types of open-source components that are available in the HDInsight service:
49+
50+
* **Built-in components** - These components are pre-installed on HDInsight clusters and provide core functionality of the cluster. For example, YARN ResourceManager, the Hive query language (HiveQL), and the Mahout library belong to this category. A full list of cluster components is available in [What's new in the Hadoop cluster versions provided by HDInsight](https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-component-versioning).
51+
* **Custom components** - You, as a user of the cluster, can install or use in your workload any component available in the community or created by you.
52+
53+
> [!WARNING]
54+
> Components provided with the HDInsight cluster are fully supported. Microsoft Support helps to isolate and resolve issues related to these components.
55+
>
56+
> Custom components receive commercially reasonable support to help you to further troubleshoot the issue. Microsoft support may be able to resolve the issue OR they may ask you to engage available channels for the open source technologies where deep expertise for that technology is found. For example, there are many community sites that can be used, like: [MSDN forum for HDInsight](https://social.msdn.microsoft.com/Forums/azure/home?forum=hdinsight), [http://stackoverflow.com](http://stackoverflow.com). Also Apache projects have project sites on [http://apache.org](http://apache.org), for example: [Hadoop](http://hadoop.apache.org/).
57+
4358

4459
## Use external packages with Jupyter notebooks
4560

4661
1. From the [Azure Portal](https://portal.azure.com/), from the startboard, click the tile for your Spark cluster (if you pinned it to the startboard). You can also navigate to your cluster under **Browse All** > **HDInsight Clusters**.
4762

48-
2. From the Spark cluster blade, click **Script Actions** from the left pane. Run the custom action that installs TensorFlow in the head nodes and the worker nodes. The bash script can be referenced from: https://hdiconfigactions.blob.core.windows.net/linuxtensorflow/tensorflowinstall.sh
63+
2. From the Spark cluster blade, click **Script Actions** from the left pane. Use the script type "Custom" and enter a friendly name for the script action. Run the script on the **head and worker nodes** and leave the parameters field blank. The bash script can be referenced from: https://hdiconfigactions.blob.core.windows.net/linuxtensorflow/tensorflowinstall.sh
4964
Visit the documentation on [how to use custom script actions](https://docs.microsoft.com/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux).
5065

5166
> [!NOTE]

0 commit comments

Comments
 (0)