This is an automated email from the ASF dual-hosted git repository.
aplex pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git
The following commit(s) were added to refs/heads/master by this push:
new 5db00de [GOBBLIN-931] Update Hive-Avro-To-ORC-Converter.md: Typos
(#2783)
5db00de is described below
commit 5db00de0b809d650f3cb2afeac4cb4967a96e9a0
Author: Braden Staudacher <[email protected]>
AuthorDate: Thu Jul 15 11:39:58 2021 -0700
[GOBBLIN-931] Update Hive-Avro-To-ORC-Converter.md: Typos (#2783)
The following typos are amended:
registred -> registered
converison -> conversion
---
gobblin-docs/adaptors/Hive-Avro-To-ORC-Converter.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gobblin-docs/adaptors/Hive-Avro-To-ORC-Converter.md
b/gobblin-docs/adaptors/Hive-Avro-To-ORC-Converter.md
index af04615..9058b6b 100644
--- a/gobblin-docs/adaptors/Hive-Avro-To-ORC-Converter.md
+++ b/gobblin-docs/adaptors/Hive-Avro-To-ORC-Converter.md
@@ -9,7 +9,7 @@ Gobblin provides ready to use adapters for converting data in
[Avro](http://avro
<b>Note: The job requires Avro data to be registered in Hive.</b>
-* Gobblin Avro to ORC job leverages [Hive](http://hive.apache.org/) for the
conversion. Meaning, Gobblin does not read the Avro data record by record and
convert each one of them to ORC, instead Gobblin executes hive queries to
perform the conversion. This means that Avro data MUST be registred in hive for
the converison to be possible. Below is a sample query.
+* Gobblin Avro to ORC job leverages [Hive](http://hive.apache.org/) for the
conversion. Meaning, Gobblin does not read the Avro data record by record and
convert each one of them to ORC, instead Gobblin executes hive queries to
perform the conversion. This means that Avro data MUST be registered in hive
for the conversion to be possible. Below is a sample query.
<b>Example Conversion DDL</b>
@@ -319,4 +319,4 @@ metrics.reporting.kafka.topic.metrics=MetricReport
launcher.type=LOCAL
classpath=lib/*
-```
\ No newline at end of file
+```