You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2018/12/06 06:03:00 UTC

[jira] [Commented] (HBASE-21408) Add hbase.wal.dir clean operation also to hbase cleanup script.

    [ https://issues.apache.org/jira/browse/HBASE-21408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16711002#comment-16711002 ] 

stack commented on HBASE-21408:
-------------------------------

What is this change about [~sreenivasulureddy] ?

    execute_zk_command "deleteall ${zparent}";

and this one...

	hwaldir=`$bin/hbase org.apache.hadoop.hbase.util.HBaseConfTool hbase.wal.dir`
	if [ "$hwaldir" != "null" ]; then hrootdir="$hrootdir $hwaldir"; fi

Should there be a space up there between hrootdir and hwaldir?

Was hwaldir not being set?

Thanks.

> Add hbase.wal.dir clean operation also to hbase cleanup script.
> ---------------------------------------------------------------
>
>                 Key: HBASE-21408
>                 URL: https://issues.apache.org/jira/browse/HBASE-21408
>             Project: HBase
>          Issue Type: Improvement
>          Components: scripts
>    Affects Versions: 2.1.0
>            Reporter: Y. SREENIVASULU REDDY
>            Priority: Major
>             Fix For: 2.1.3
>
>         Attachments: HBASE-21408.001.patch
>
>
> If user configured hbase.wal.dir explicitly.
> cleaning scripts should handle this too.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)