Skip to content

Commit 727c1d8

Browse files
authored
Update apache-hive-migrate-workloads.md
1 parent 44091cb commit 727c1d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/interactive-query/apache-hive-migrate-workloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ In certain situations when running a Hive query, you might receive `java.lang.Cl
121121
```
122122
grep -Hrni "org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe" /usr/hdp/current/hive/lib
123123
```
124-
1. If it couldn't find the class, it will return no output. If it finds the class in a JAR file, it will return the output.
124+
1. If it couldn't find the class, it will return no output. If it finds the class in a JAR file, it will return the output
125125
126-
1. Below is the example took from HDI-4.x cluster
126+
1. Below is the example took from HDInsight 4.x cluster
127127
128128
```
129129
sshuser@hn0-alters:~$ grep -Hrni "org.apache.hadoop.hive.serde2.MultiDelimitSerDe" /usr/hdp/4.1.9.7/hive/lib/

0 commit comments

Comments
 (0)