Skip to content

Commit d6da47a

Browse files
authored
Merge pull request #112181 from dagiro/freshness_c19
freshness_c19
2 parents 5db8b5d + e415b8f commit d6da47a

File tree

3 files changed

+58
-32
lines changed

3 files changed

+58
-32
lines changed

articles/hdinsight/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@
102102
href: hdinsight-hadoop-customize-cluster-linux.md
103103
- name: Develop script actions
104104
href: hdinsight-hadoop-script-actions-linux.md
105+
- name: Open-source software support
106+
href: open-source-software.md
105107
- name: Add Apache Hive libraries
106108
href: hdinsight-hadoop-add-hive-libraries.md
107109
- name: Use Hue

articles/hdinsight/hdinsight-hadoop-customize-cluster-linux.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
9-
ms.date: 04/20/2020
9+
ms.date: 04/21/2020
1010
---
1111

1212
# Customize Azure HDInsight clusters by using script actions
@@ -327,37 +327,6 @@ Apply a Script Action against a running Linux-based HDInsight cluster](https://g
327327
> [!NOTE]
328328
> This example also demonstrates how to install an HDInsight application by using the .NET SDK.
329329
330-
## Support for open-source software
331-
332-
The Microsoft Azure HDInsight service uses an environment of open-source technologies formed around Apache Hadoop. Microsoft Azure provides a general level of support for open-source technologies. For more information, see the **Support Scope** section of [Azure Support FAQs](https://azure.microsoft.com/support/faq/). The HDInsight service provides an additional level of support for built-in components.
333-
334-
Two types of open-source components are available in the HDInsight service:
335-
336-
* **Built-in components**. These components are preinstalled on HDInsight clusters and provide core functionality of the cluster. The following components belong to this category:
337-
338-
* [Apache Hadoop YARN](https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html) Resource Manager.
339-
* The Hive query language [HiveQL](https://cwiki.apache.org/confluence/display/Hive/LanguageManual).
340-
* [Apache Mahout](https://mahout.apache.org/).
341-
342-
A full list of cluster components is available in [What are the Apache Hadoop components and versions available with HDInsight?](hdinsight-component-versioning.md)
343-
344-
* **Custom components**. As a user of the cluster, you can install or use in your workload any component available in the community or created by you.
345-
346-
> [!WARNING]
347-
> Components provided with the HDInsight cluster are fully supported. Microsoft Support helps to isolate and resolve issues related to these components.
348-
>
349-
> Custom components receive commercially reasonable support to help you further troubleshoot the issue. Microsoft Support might be able to resolve the issue. Or they might ask you to engage available channels for the open-source technologies where deep expertise for that technology is found. Many community sites can be used. Examples are [MSDN forum for HDInsight](https://social.msdn.microsoft.com/Forums/azure/home?forum=hdinsight) and [Stack Overflow](https://stackoverflow.com).
350-
>
351-
> Apache projects also have project sites on the [Apache website](https://apache.org). An example is [Hadoop](https://hadoop.apache.org/).
352-
353-
The HDInsight service provides several ways to use custom components. The same level of support applies, no matter how a component is used or installed on the cluster. The following list describes the most common ways that custom components are used on HDInsight clusters:
354-
355-
1. **Job submission**. Hadoop or other types of jobs that execute or use custom components can be submitted to the cluster.
356-
357-
2. **Cluster customization**. During cluster creation, you can specify additional settings and custom components that are installed on the cluster nodes.
358-
359-
3. **Samples**. For popular custom components, Microsoft and others might provide samples of how these components can be used on HDInsight clusters. These samples are provided without support.
360-
361330
## Troubleshooting
362331
363332
You can use the Ambari web UI to view information logged by script actions. If the script fails during cluster creation, logs are available in the default cluster storage account. This section provides information on how to retrieve the logs by using both these options.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Open-source software support in Azure HDInsight
3+
description: Microsoft Azure provides a general level of support for open-source technologies.
4+
author: hrasheed-msft
5+
ms.author: hrasheed
6+
ms.reviewer: jasonh
7+
ms.service: hdinsight
8+
ms.topic: conceptual
9+
ms.date: 04/21/2020
10+
---
11+
12+
# Open-source software support in Azure HDInsight
13+
14+
The Microsoft Azure HDInsight service uses an environment of open-source technologies formed around Apache Hadoop. Microsoft Azure provides a general level of support for open-source technologies. For more information, see the **Support Scope** section of [Azure Support FAQs](https://azure.microsoft.com/support/faq/). The HDInsight service provides an additional level of support for built-in components.
15+
16+
## Components
17+
18+
Two types of open-source components are available in the HDInsight service:
19+
20+
### Built-in components
21+
22+
These components are preinstalled on HDInsight clusters and provide core functionality of the cluster. The following components belong to this category:
23+
24+
* [Apache Hadoop YARN](https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html) Resource Manager.
25+
* The Hive query language [HiveQL](https://cwiki.apache.org/confluence/display/Hive/LanguageManual).
26+
* [Apache Mahout](https://mahout.apache.org/).
27+
28+
A full list of cluster components is available in [What are the Apache Hadoop components and versions available with HDInsight?](hdinsight-component-versioning.md)
29+
30+
### Custom components
31+
32+
As a user of the cluster, you can install or use in your workload any component available in the community or created by you.
33+
34+
> [!WARNING]
35+
> Components provided with the HDInsight cluster are fully supported. Microsoft Support helps to isolate and resolve issues related to these components.
36+
>
37+
> Custom components receive commercially reasonable support to help you further troubleshoot the issue. Microsoft Support might be able to resolve the issue. Or they might ask you to engage available channels for the open-source technologies where deep expertise for that technology is found. Many community sites can be used. Examples are [MSDN forum for HDInsight](https://social.msdn.microsoft.com/Forums/azure/home?forum=hdinsight) and [Stack Overflow](https://stackoverflow.com).
38+
>
39+
> Apache projects also have project sites on the [Apache website](https://apache.org). An example is [Hadoop](https://hadoop.apache.org/).
40+
41+
## Component usage
42+
43+
The HDInsight service provides several ways to use custom components. The same level of support applies, no matter how a component is used or installed on the cluster. The following table describes the most common ways that custom components are used on HDInsight clusters:
44+
45+
|Usage |Description |
46+
|---|---|
47+
|Job submission|Hadoop or other types of jobs that execute or use custom components can be submitted to the cluster.|
48+
|Cluster customization|During cluster creation, you can specify additional settings and custom components that are installed on the cluster nodes.|
49+
|Samples|For popular custom components, Microsoft and others might provide samples of how these components can be used on HDInsight clusters. These samples are provided without support.|
50+
51+
## Next steps
52+
53+
* [Customize Azure HDInsight clusters by using script actions](./hdinsight-hadoop-customize-cluster-linux.md)
54+
* [Develop script action scripts for HDInsight](hdinsight-hadoop-script-actions-linux.md)
55+
* [Safely manage Python environment on Azure HDInsight using Script Action](./spark/apache-spark-python-package-installation.md)

0 commit comments

Comments
 (0)