[jira] [Created] (HBASE-21284) Forward port HBASE-21000 to branch-2

2018-10-09 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-21284: -- Summary: Forward port HBASE-21000 to branch-2 Key: HBASE-21284 URL: https://issues.apache.org/jira/browse/HBASE-21284 Project: HBase Issue Type:

Re: RMs have to manually update hbase.apache.org/downloads.html now?

2018-10-09 Thread Mike Drob
I think we got told off for having direct link when trying to send an ANNOUNCE email one time. Not sure which release it was. On Tue, Oct 9, 2018 at 5:33 PM Andrew Purtell wrote: > Thanks. There are a handful of unavoidably manual steps post make_rc.sh. > Updating and rebuilding site is not a

Re: RMs have to manually update hbase.apache.org/downloads.html now?

2018-10-09 Thread Andrew Purtell
Thanks. There are a handful of unavoidably manual steps post make_rc.sh. Updating and rebuilding site is not a problem as long as the workflow steps are documented. On Tue, Oct 9, 2018 at 3:16 PM Stack wrote: > On Tue, Oct 9, 2018 at 2:13 PM Andrew Purtell wrote: > > > It appears RMs have to

Re: RMs have to manually update hbase.apache.org/downloads.html now?

2018-10-09 Thread Stack
On Tue, Oct 9, 2018 at 2:13 PM Andrew Purtell wrote: > It appears RMs have to manually update page source for > hbase.apache.org/downloads.html now. Is this correct? Yes. Release is now split between apache.org and mirror sites with hashes and sigs on former and artifacts on the latter rather

RMs have to manually update hbase.apache.org/downloads.html now?

2018-10-09 Thread Andrew Purtell
It appears RMs have to manually update page source for hbase.apache.org/downloads.html now. Is this correct? If so, release instructions at http://hbase.apache.org/book.html#releasing have not been updated to reflect this. No more direct link to https://www.apache.org/dyn/closer.lua/hbase for

[jira] [Created] (HBASE-21283) Add new shell command 'rit' for listing regions in transition

2018-10-09 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-21283: -- Summary: Add new shell command 'rit' for listing regions in transition Key: HBASE-21283 URL: https://issues.apache.org/jira/browse/HBASE-21283 Project: HBase

HBase quarterly report Jul-Sep 2018

2018-10-09 Thread Misty Linville
All, HBase submits a report to the ASF board once a quarter, to inform the board about project health. I'm sending the report to the user@ and dev@ mailing lists because you are the project. If you have any questions about the report or the running of the project, you can pose them to me or any

[jira] [Created] (HBASE-21282) Upgrade Jetty dependencies to latest in major-line

2018-10-09 Thread Josh Elser (JIRA)
Josh Elser created HBASE-21282: -- Summary: Upgrade Jetty dependencies to latest in major-line Key: HBASE-21282 URL: https://issues.apache.org/jira/browse/HBASE-21282 Project: HBase Issue Type:

[jira] [Created] (HBASE-21281) Update bouncycastle dependency.

2018-10-09 Thread Josh Elser (JIRA)
Josh Elser created HBASE-21281: -- Summary: Update bouncycastle dependency. Key: HBASE-21281 URL: https://issues.apache.org/jira/browse/HBASE-21281 Project: HBase Issue Type: Task

Re: Does Hbase backup process support encryption while transporting the data from one cluster to other cluster

2018-10-09 Thread Wei-Chiu Chuang
Hi neo0731, depending on what you mean by encryption, it can mean Hadoop at-rest encryption, Hadoop data transport encryption, Hadoop RPC necryption, HBase data transport encryption, Hbase RPC encryption, SSL encryption (Hadoop WebHDFS, HBase Thrift) distcp supports Hadoop at-rest encryption, and

Re: Does Hbase backup process support encryption while transporting the data from one cluster to other cluster

2018-10-09 Thread Ted Yu
bq. Does copyTable support hashing of data while copying? No. bq. Same for distcp utility ? The above would get better answer posting on hadoop mailing list. Thanks On Tue, Oct 9, 2018 at 5:28 AM neo0731 wrote: > > Question arises when migrating the data from one hbase table to another. >

[jira] [Resolved] (HBASE-20837) Make IDE configuration for import order match that in our checkstyle module

2018-10-09 Thread Tak Lon (Stephen) Wu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tak Lon (Stephen) Wu resolved HBASE-20837. -- Resolution: Won't Fix > Make IDE configuration for import order match that in

[jira] [Created] (HBASE-21280) Add anchors for each heading in UI

2018-10-09 Thread stack (JIRA)
stack created HBASE-21280: - Summary: Add anchors for each heading in UI Key: HBASE-21280 URL: https://issues.apache.org/jira/browse/HBASE-21280 Project: HBase Issue Type: Bug Components:

Does Hbase backup process support encryption while transporting the data from one cluster to other cluster

2018-10-09 Thread neo0731
Question arises when migrating the data from one hbase table to another. Input To sync the production cluster data with dev cluster. Additionaly, while copying we need to re-hash the following fields: hashed_email, lexer_id, foo_imsi, foo_msn, signal_uid, bar_imsi. Question is : Does

[jira] [Resolved] (HBASE-21235) Rename the closed procedure wal files so that we do not need to call recoverLease when restarting

2018-10-09 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-21235. --- Resolution: Not A Problem If we can limit the total number of proc wal files then this is useless.