You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/hadoop/hdinsight-use-hive.md
+10-40Lines changed: 10 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.reviewer: jasonh
8
8
ms.service: hdinsight
9
9
ms.custom: hdinsightactive,hdiseo17may2017
10
10
ms.topic: conceptual
11
-
ms.date: 03/26/2019
11
+
ms.date: 06/06/2019
12
12
---
13
13
14
14
# 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
43
43
44
44
## HiveQL language reference
45
45
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).
47
47
48
48
## Hive and data structure
49
49
@@ -86,7 +86,7 @@ There are two types of tables that you can create with Hive:
86
86
* You need a custom location, such as a non-default storage account.
87
87
* A program other than hive manages the data format, location, etc.
88
88
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.
90
90
91
91
## User-defined functions (UDF)
92
92
@@ -199,50 +199,20 @@ Azure Data Factory allows you to use HDInsight as part of a Data Factory pipelin
199
199
200
200
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.
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.
207
207
208
208
### Apache Oozie
209
209
210
210
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.
211
211
212
-
## <aid="nextsteps"></a>Next steps
212
+
## Next steps
213
213
214
214
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.
215
215
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]
0 commit comments