Skip to content

Commit 14b8729

Browse files
authored
Merge pull request #104501 from dagiro/ts_hive14
ts_hive14
2 parents c6033d0 + 88f7887 commit 14b8729

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/hdinsight/hdinsight-hadoop-add-hive-libraries.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
99
ms.custom: H1Hack27Feb2017,hdinsightactive
10-
ms.date: 12/23/2019
10+
ms.date: 02/14/2020
1111
---
1212

1313
# Add custom Apache Hive libraries when creating your HDInsight cluster
@@ -28,7 +28,7 @@ Using the script action in this article makes the libraries available when using
2828

2929
[https://hdiconfigactions.blob.core.windows.net/setupcustomhivelibsv01/setup-customhivelibs-v01.ps1](https://hdiconfigactions.blob.core.windows.net/setupcustomhivelibsv01/setup-customhivelibs-v01.ps1)
3030

31-
**Requirements**
31+
### Requirements
3232

3333
* The scripts must be applied to both the **Head nodes** and **Worker nodes**.
3434

@@ -45,7 +45,7 @@ Using the script action in this article makes the libraries available when using
4545
4646
## Create a cluster using the script
4747

48-
1. Start provisioning a cluster by using the steps in [Provision HDInsight clusters on Linux](hdinsight-hadoop-provision-linux-clusters.md), but don't complete provisioning. You can also use Azure PowerShell or the HDInsight .NET SDK to create a cluster using this script. For more information on using these methods, see [Customize HDInsight clusters with Script Actions](hdinsight-hadoop-customize-cluster-linux.md). For the Azure portal, you must select the **Go to classic create experience** option, and then **Custom(size, settings, apps)**.
48+
1. Start provisioning a cluster by using the steps in [Provision HDInsight clusters on Linux](hdinsight-hadoop-provision-linux-clusters.md), but don't complete provisioning. You can also use Azure PowerShell or the HDInsight .NET SDK to create a cluster using this script. For more information on using these methods, see [Customize HDInsight clusters with Script Actions](hdinsight-hadoop-customize-cluster-linux.md). For the Azure portal, from the **Configuration + pricing** tab, select the **+ Add script action**.
4949

5050
1. For **Storage**, if the storage account containing the library of jar files will be different than the account used for the cluster, complete **Additional storage accounts**.
5151

@@ -59,9 +59,12 @@ Using the script action in this article makes the libraries available when using
5959
|Node type(s)|Head, Worker|
6060
|Parameters|Enter the WASB address to the container and storage account that contains the jars. For example, `wasbs://[email protected]/`.|
6161

62+
> [!NOTE]
63+
> For Apache Spark 2.1, use this bash script URI: `https://hdiconfigactions.blob.core.windows.net/linuxsetupcustomhivelibsv01/setup-customhivelibs-v00.sh`.
64+
6265
1. Continue provisioning the cluster as described in [Provision HDInsight clusters on Linux](hdinsight-hadoop-provision-linux-clusters.md).
6366

64-
Once cluster creation finishes, you're able to use the jars added through this script from Hive without having to use the `ADD JAR` statement.
67+
Once cluster creation completes, you're able to use the jars added through this script from Hive without having to use the `ADD JAR` statement.
6568

6669
## Next steps
6770

0 commit comments

Comments
 (0)