This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 57bd243 PARQUET-0000: Improved formatting (#673)
57bd243 is described below
commit 57bd24350663161b8a25c9f3385a2dc179039044
Author: The Alchemist <[email protected]>
AuthorDate: Mon Oct 14 14:43:37 2019 -0400
PARQUET-0000: Improved formatting (#673)
---
parquet-tools/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parquet-tools/README.md b/parquet-tools/README.md
index 9e3deb4..22fdb57 100644
--- a/parquet-tools/README.md
+++ b/parquet-tools/README.md
@@ -43,7 +43,7 @@ cd parquet-tools && mvn clean package
The resulting jar is target/parquet-tools-<Version>.jar, you can copy it to
the place where you
want to use it
-#Run from hadoop
+### Run from hadoop
See Commands Usage for command to use
@@ -51,7 +51,7 @@ See Commands Usage for command to use
hadoop jar ./parquet-tools-<VERSION>.jar <command> my_parquet_file.lzo.parquet
```
-#Run locally
+### Run locally
See Commands Usage for command to use