Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dstreev committed Aug 15, 2019
2 parents b2dd049 + b919abf commit 1473038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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!!

Expand Down Expand Up @@ -341,7 +341,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
Expand Down
4 changes: 2 additions & 2 deletions table_dirs_for_conversion.sql
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ WITH sub AS (
SELECT
hdfs_path AS hcli_check
FROM
sub;
sub
WHERE
conversion != "NO";
conversion != "NO";

0 comments on commit 1473038

Please sign in to comment.