Skip to content

Commit 3d25a21

Browse files
committed
freshness116
1 parent 345f120 commit 3d25a21

File tree

1 file changed

+10
-40
lines changed

1 file changed

+10
-40
lines changed

articles/hdinsight/hadoop/hdinsight-use-hive.md

Lines changed: 10 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: jasonh
88
ms.service: hdinsight
99
ms.custom: hdinsightactive,hdiseo17may2017
1010
ms.topic: conceptual
11-
ms.date: 03/26/2019
11+
ms.date: 06/06/2019
1212
---
1313

1414
# What is Apache Hive and HiveQL on Azure HDInsight?
@@ -43,7 +43,7 @@ Use the following table to discover the different ways to use Hive with HDInsigh
4343

4444
## HiveQL language reference
4545

46-
HiveQL language reference is available in the [language manual (https://cwiki.apache.org/confluence/display/Hive/LanguageManual)](https://cwiki.apache.org/confluence/display/Hive/LanguageManual).
46+
HiveQL language reference is available in the [language manual](https://cwiki.apache.org/confluence/display/Hive/LanguageManual).
4747

4848
## Hive and data structure
4949

@@ -86,7 +86,7 @@ There are two types of tables that you can create with Hive:
8686
* You need a custom location, such as a non-default storage account.
8787
* A program other than hive manages the data format, location, etc.
8888

89-
For more information, see the [Hive Internal and External Tables Intro][cindygross-hive-tables] blog post.
89+
For more information, see the [Hive Internal and External Tables Intro](https://blogs.msdn.microsoft.com/cindygross/2013/02/05/hdinsight-hive-internal-and-external-tables-intro/) blog post.
9090

9191
## User-defined functions (UDF)
9292

@@ -199,50 +199,20 @@ Azure Data Factory allows you to use HDInsight as part of a Data Factory pipelin
199199

200200
You can use SQL Server Integration Services (SSIS) to run a Hive job. The Azure Feature Pack for SSIS provides the following components that work with Hive jobs on HDInsight.
201201

202-
* [Azure HDInsight Hive Task][hivetask]
202+
* [Azure HDInsight Hive Task](https://docs.microsoft.com/sql/integration-services/control-flow/azure-hdinsight-hive-task)
203203

204-
* [Azure Subscription Connection Manager][connectionmanager]
204+
* [Azure Subscription Connection Manager](https://docs.microsoft.com/sql/integration-services/connection-manager/azure-subscription-connection-manager)
205205

206-
For more information, see the [Azure Feature Pack][ssispack] documentation.
206+
For more information, see the [Azure Feature Pack](https://docs.microsoft.com/sql/integration-services/azure-feature-pack-for-integration-services-ssis) documentation.
207207

208208
### Apache Oozie
209209

210210
Apache Oozie is a workflow and coordination system that manages Hadoop jobs. For more information on using Oozie with Hive, see the [Use Apache Oozie to define and run a workflow](../hdinsight-use-oozie-linux-mac.md) document.
211211

212-
## <a id="nextsteps"></a>Next steps
212+
## Next steps
213213

214214
Now that you've learned what Hive is and how to use it with Hadoop in HDInsight, use the following links to explore other ways to work with Azure HDInsight.
215215

216-
* [Upload data to HDInsight][hdinsight-upload-data]
217-
* [Use Apache Pig with HDInsight][hdinsight-use-pig]
218-
* [Use MapReduce jobs with HDInsight][hdinsight-use-mapreduce]
219-
220-
[azure-purchase-options]: https://azure.microsoft.com/pricing/purchase-options/
221-
[azure-member-offers]: https://azure.microsoft.com/pricing/member-offers/
222-
[azure-free-trial]: https://azure.microsoft.com/pricing/free-trial/
223-
224-
[apache-tez]: https://tez.apache.org
225-
[apache-hive]: https://hive.apache.org/
226-
[apache-log4j]: https://en.wikipedia.org/wiki/Log4j
227-
[hive-on-tez-wiki]: https://cwiki.apache.org/confluence/display/Hive/Hive+on+Tez
228-
[import-to-excel]: https://azure.microsoft.com/documentation/articles/hdinsight-connect-excel-power-query/
229-
[hivetask]: https://msdn.microsoft.com/library/mt146771(v=sql.120).aspx
230-
[connectionmanager]: https://msdn.microsoft.com/library/mt146773(v=sql.120).aspx
231-
[ssispack]: https://msdn.microsoft.com/library/mt146770(v=sql.120).aspx
232-
233-
[hdinsight-use-pig]: hdinsight-use-pig.md
234-
[hdinsight-use-oozie]: hdinsight-use-oozie-linux-mac.md
235-
[hdinsight-use-mapreduce]: hdinsight-use-mapreduce.md
236-
237-
238-
[hdinsight-storage]: hdinsight-hadoop-use-blob-storage.md
239-
240-
[hdinsight-provision]: hdinsight-hadoop-provision-linux-clusters.md
241-
[hdinsight-submit-jobs]: hdinsight-submit-hadoop-jobs-programmatically.md
242-
[hdinsight-upload-data]: ../hdinsight-upload-data.md
243-
244-
[Powershell-install-configure]: /powershell/azureps-cmdlets-docs
245-
[powershell-here-strings]: https://technet.microsoft.com/library/ee692792.aspx
246-
247-
248-
[cindygross-hive-tables]: https://blogs.msdn.com/b/cindygross/archive/2013/02/06/hdinsight-hive-internal-and-external-tables-intro.aspx
216+
* [Upload data to HDInsight](../hdinsight-upload-data.md)
217+
* [Use Python User Defined Functions (UDF) with Apache Hive and Apache Pig in HDInsight](./python-udf-hdinsight.md)
218+
* [Use MapReduce jobs with HDInsight](hdinsight-use-mapreduce.md)

0 commit comments

Comments
 (0)