From 58dc89082d16f989ba98b4874c7af68524f2524e Mon Sep 17 00:00:00 2001 From: David M <656337+davidov541@users.noreply.github.com> Date: Mon, 29 Jul 2019 11:50:16 -0500 Subject: [PATCH 1/3] Update README.md Fixing typo... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bd3fdd..b815878 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ NOTES: ## WARNINGS -1. Some of the processes covered hear will examine the contents of HDFS via the Namenode. The results could spike RPC Queues on clusters that aren't optimized. I suggest monitoring NN RPC pressure when running large amounts of data through the Hadoop Cli. +1. Some of the processes covered here will examine the contents of HDFS via the Namenode. The results could spike RPC Queues on clusters that aren't optimized. I suggest monitoring NN RPC pressure when running large amounts of data through the Hadoop Cli. ## Don't skip ME!! From 7990ababfbf58789033067da3bc41efa7ebf404f Mon Sep 17 00:00:00 2001 From: David McGinnis Date: Mon, 29 Jul 2019 21:05:06 +0000 Subject: [PATCH 2/3] Fixing a typo in the query. --- table_dirs_for_conversion.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/table_dirs_for_conversion.sql b/table_dirs_for_conversion.sql index a2ff43a..5be5f00 100644 --- a/table_dirs_for_conversion.sql +++ b/table_dirs_for_conversion.sql @@ -57,6 +57,6 @@ WITH sub AS ( SELECT hdfs_path AS hcli_check FROM - sub; + sub WHERE - conversion != "NO"; \ No newline at end of file + conversion != "NO"; From b919abf4d3ea554235eb7f20ad3b618773bef69a Mon Sep 17 00:00:00 2001 From: "David W. Streever" Date: Wed, 31 Jul 2019 09:03:44 +0200 Subject: [PATCH 3/3] Fixed doc error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b815878..f73772d 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ sed 's/^/mkdir -p /g' > ${OUTPUT_DIR}/hcli_mkdir.txt Review the output file 'hcli_mkdir.txt', edit if necessary and process through 'hadoopcli'. ``` -hadoopcli -r hcli_mkdir.txt +hadoopcli -f hcli_mkdir.txt ``` ### What might be moving in the Post-Migration Script