Skip to content

Commit 7e87247

Browse files
committed
retired4
1 parent 6fdb486 commit 7e87247

9 files changed

+9
-178
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41181,7 +41181,12 @@
4118141181
},
4118241182
{
4118341183
"source_path": "articles/hdinsight/hdinsight-hadoop-giraph-install.md",
41184-
"redirect_url": "/azure/hdinsight/hdinsight-hadoop-giraph-install-linux",
41184+
"redirect_url": "/azure/hdinsight/hdinsight-hadoop-hue-linux",
41185+
"redirect_document_id": false
41186+
},
41187+
{
41188+
"source_path": "articles/hdinsight/hdinsight-hadoop-giraph-install-linux.md",
41189+
"redirect_url": "/azure/hdinsight/hdinsight-hadoop-hue-linux",
4118541190
"redirect_document_id": false
4118641191
},
4118741192
{

articles/hdinsight/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@
102102
href: hdinsight-hadoop-script-actions-linux.md
103103
- name: Add Apache Hive libraries
104104
href: hdinsight-hadoop-add-hive-libraries.md
105-
- name: Use Apache Giraph
106-
href: hdinsight-hadoop-giraph-install-linux.md
107105
- name: Use Hue
108106
href: hdinsight-hadoop-hue-linux.md
109107
- name: Build HDInsight applications

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ HDInsight provides scripts to install the following components on HDInsight clus
144144
| --- | --- |
145145
| Add an Azure Storage account |`https://hdiconfigactions.blob.core.windows.net/linuxaddstorageaccountv01/add-storage-account-v01.sh`. See [Add additional storage accounts to HDInsight](hdinsight-hadoop-add-storage.md). |
146146
| Install Hue |`https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh`. See [Install and use Hue on HDInsight Hadoop clusters](hdinsight-hadoop-hue-linux.md). |
147-
| Install Giraph |`https://hdiconfigactions.blob.core.windows.net/linuxgiraphconfigactionv01/giraph-installer-v01.sh`. See [Install Apache Giraph on HDInsight Hadoop clusters](hdinsight-hadoop-giraph-install-linux.md). |
148147
| Preload Hive libraries |`https://hdiconfigactions.blob.core.windows.net/linuxsetupcustomhivelibsv01/setup-customhivelibs-v01.sh`. See [Add custom Apache Hive libraries when creating your HDInsight cluster](hdinsight-hadoop-add-hive-libraries.md). |
149148

150149
## Use a script action during cluster creation
@@ -505,7 +504,6 @@ There are two exceptions:
505504
## Next steps
506505
507506
* [Develop script action scripts for HDInsight](hdinsight-hadoop-script-actions-linux.md)
508-
* [Install and use Apache Giraph on HDInsight clusters](hdinsight-hadoop-giraph-install-linux.md)
509507
* [Add additional storage to an HDInsight cluster](hdinsight-hadoop-add-storage.md)
510508
511509
[img-hdi-cluster-states]: ./media/hdinsight-hadoop-customize-cluster-linux/cluster-provisioning-states.png "Stages during cluster creation"

articles/hdinsight/hdinsight-hadoop-giraph-install-linux.md

Lines changed: 0 additions & 161 deletions
This file was deleted.

articles/hdinsight/hdinsight-hadoop-hue-linux.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,4 @@ SSH Tunneling is the only way to access Hue on the cluster once it is running. T
122122
123123
## Next steps
124124
125-
* [Install Apache Giraph on HDInsight clusters](hdinsight-hadoop-giraph-install-linux.md). Use cluster customization to install Giraph on HDInsight Hadoop clusters. Giraph allows you to perform graph processing using Hadoop, and it can be used with Azure HDInsight.
126-
127-
* [Install R on HDInsight clusters](hdinsight-hadoop-r-scripts-linux.md). Use cluster customization to install R on HDInsight Hadoop clusters. R is an open-source language and environment for statistical computing. It provides hundreds of built-in statistical functions and its own programming language that combines aspects of functional and object-oriented programming. It also provides extensive graphical capabilities.
125+
[Install R on HDInsight clusters](hdinsight-hadoop-r-scripts-linux.md). Use cluster customization to install R on HDInsight Hadoop clusters. R is an open-source language and environment for statistical computing. It provides hundreds of built-in statistical functions and its own programming language that combines aspects of functional and object-oriented programming. It also provides extensive graphical capabilities.

articles/hdinsight/hdinsight-hadoop-linux-information.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,7 @@ HDInsight is a managed service. If Azure detects a problem with the cluster, it
249249
* Install and configure a service or web site.
250250
* Install and configure a component that requires configuration changes on multiple nodes in the cluster.
251251
252-
Script Actions are Bash scripts. The scripts run during cluster creation, and are used to install and configure additional components. Example scripts are provided for installing the following components:
253-
254-
* [Apache Giraph](hdinsight-hadoop-giraph-install-linux.md)
255-
256-
For information on developing your own Script Actions, see [Script Action development with HDInsight](hdinsight-hadoop-script-actions-linux.md).
252+
Script Actions are Bash scripts. The scripts run during cluster creation, and are used to install and configure additional components. For information on developing your own Script Actions, see [Script Action development with HDInsight](hdinsight-hadoop-script-actions-linux.md).
257253
258254
### Jar files
259255

articles/hdinsight/hdinsight-hadoop-script-actions-linux.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,7 @@ For more information on using each method, see [How to use script action](hdinsi
317317

318318
## <a name="sampleScripts"></a>Custom script samples
319319

320-
Microsoft provides sample scripts to install components on an HDInsight cluster. See the following links for more example script actions.
321-
322-
* [Install and use Hue on HDInsight clusters](hdinsight-hadoop-hue-linux.md)
323-
* [Install and use Apache Giraph on HDInsight clusters](hdinsight-hadoop-giraph-install-linux.md)
320+
Microsoft provides sample scripts to install components on an HDInsight cluster. See [Install and use Hue on HDInsight clusters](hdinsight-hadoop-hue-linux.md) as an example script action.
324321

325322
## Troubleshooting
326323

0 commit comments

Comments
 (0)