Skip to content

Commit bf72d58

Browse files
authored
Updating metadata + blob URL format
1 parent 18b6c67 commit bf72d58

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

articles/hdinsight/hadoop/using-json-in-hive.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
---
2-
title: Analyze and process JSON documents with Apache Hive - Azure HDInsight
3-
description: Learn how to use JSON documents and analyze them by using Apache Hive in Azure HDInsight
2+
title: Analyze and process JSON documents with Apache Hive in Azure HDInsight
3+
description: Learn how to use JSON documents and analyze them by using Apache Hive in Azure HDInsight.
44
author: hrasheed-msft
5+
ms.author: hrasheed
56
ms.reviewer: jasonh
6-
77
ms.service: hdinsight
8-
ms.custom: hdinsightactive
98
ms.topic: conceptual
109
ms.date: 06/03/2019
11-
ms.author: hrasheed
1210
---
1311

1412
# Process and analyze JSON documents by using Apache Hive in Azure HDInsight
1513

16-
Learn how to process and analyze JavaScript Object Notation (JSON) files by using Apache Hive in Azure HDInsight. This tutorial uses the following JSON document:
14+
Learn how to process and analyze JavaScript Object Notation (JSON) files by using Apache Hive in Azure HDInsight. This article uses the following JSON document:
1715

1816
```json
1917
{
@@ -52,7 +50,7 @@ Learn how to process and analyze JavaScript Object Notation (JSON) files by usin
5250
}
5351
```
5452

55-
The file can be found at **wasb://processjson\@hditutorialdata.blob.core.windows.net/**. For more information on how to use Azure Blob storage with HDInsight, see [Use HDFS-compatible Azure Blob storage with Apache Hadoop in HDInsight](../hdinsight-hadoop-use-blob-storage.md). You can copy the file to the default container of your cluster.
53+
The file can be found at `wasb://[email protected]/`. For more information on how to use Azure Blob storage with HDInsight, see [Use HDFS-compatible Azure Blob storage with Apache Hadoop in HDInsight](../hdinsight-hadoop-use-blob-storage.md). You can copy the file to the default container of your cluster.
5654

5755
In this tutorial, you use the Apache Hive console. For instructions on how to open the Hive console, see [Use Apache Ambari Hive View with Apache Hadoop in HDInsight](apache-hadoop-use-hive-ambari-view.md).
5856

@@ -78,7 +76,7 @@ SELECT CONCAT_WS(' ',COLLECT_LIST(textcol)) AS singlelineJSON
7876
SELECT * FROM StudentsOneLine
7977
```
8078

81-
The raw JSON file is located at **wasb://processjson\@hditutorialdata.blob.core.windows.net/**. The **StudentsRaw** Hive table points to the raw JSON document that is not flattened.
79+
The raw JSON file is located at `wasb://[email protected]/`. The **StudentsRaw** Hive table points to the raw JSON document that is not flattened.
8280

8381
The **StudentsOneLine** Hive table stores the data in the HDInsight default file system under the **/json/students/** path.
8482

@@ -149,4 +147,4 @@ For related articles, see:
149147

150148
* [Use Apache Hive and HiveQL with Apache Hadoop in HDInsight to analyze a sample Apache log4j file](../hdinsight-use-hive.md)
151149
* [Analyze flight delay data by using Apache Hive in HDInsight](../hdinsight-analyze-flight-delay-data-linux.md)
152-
* [Analyze Twitter data by using Apache Hive in HDInsight](../hdinsight-analyze-twitter-data-linux.md)
150+
* [Analyze Twitter data by using Apache Hive in HDInsight](../hdinsight-analyze-twitter-data-linux.md)

0 commit comments

Comments
 (0)