[jira] [Resolved] (HBASE-12803) Incorrect colouring in the copytable section

2015-03-12 Thread Gautam Gopalakrishnan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gautam Gopalakrishnan resolved HBASE-12803. --- Resolution: Not a Problem Layout has changed and issue is not seen anymore >

Re: hbase security issue

2015-03-12 Thread Talat Uyarer
Hi Akmal, Why do not you use Cluster Replication ? [1] http://hbase.apache.org/book.html#_cluster_replication On Mar 12, 2015 11:40 PM, "Vladimir Rodionov" wrote: > Thanks, Jerry. I think webdfs is preferable as since it is natively > supported by hdfs (name node and data nodes) and traffic do

[jira] [Resolved] (HBASE-13225) SHORT DESCRIPTION

2015-03-12 Thread Jonathan Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hsieh resolved HBASE-13225. Resolution: Incomplete > SHORT DESCRIPTION > - > > Key: HBA

[jira] [Created] (HBASE-13225) SHORT DESCRIPTION

2015-03-12 Thread david lee (JIRA)
david lee created HBASE-13225: - Summary: SHORT DESCRIPTION Key: HBASE-13225 URL: https://issues.apache.org/jira/browse/HBASE-13225 Project: HBase Issue Type: Bug Components: documentati

Re: [DISCUSS] Dependency compatibility

2015-03-12 Thread Sean Busbey
On Thu, Mar 12, 2015 at 1:20 PM, Enis Söztutar wrote: > This is good discussion, but I would like to reach a consensus and move on > with HBASE-13149. > > My conclusion from the thread is that we cannot be realistically expected > to keep dependency compat between minor versions because of lack o

[jira] [Created] (HBASE-13224) Fix minor formatting issue in AuthResult#toContextString

2015-03-12 Thread Esteban Gutierrez (JIRA)
Esteban Gutierrez created HBASE-13224: - Summary: Fix minor formatting issue in AuthResult#toContextString Key: HBASE-13224 URL: https://issues.apache.org/jira/browse/HBASE-13224 Project: HBase

Re: Status of Huawei's 2' Indexing?

2015-03-12 Thread Rose, Joseph
I saw that it was added to their project. I’m really not keen on bringing in all the RDBMS apparatus on top of hbase, so I decided to follow other avenues first (like trying to patch 0.98, for better or worse.) That Phoenix article seems like a good breakdown of the various indexing architectures.

Re: hbase security issue

2015-03-12 Thread Vladimir Rodionov
Thanks, Jerry. I think webdfs is preferable as since it is natively supported by hdfs (name node and data nodes) and traffic does not pass single gateway? Found this link how to set up webdfs over ssl: http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.1.7/bk_Security_Guide/content/ch_wire-webhdf

Re: hbase security issue

2015-03-12 Thread Akmal Abbasov
> But ExportSnapshot supports exporting to a remote target cluster. Give the > full hdfs url. yes, I’ve tried it using hdfs://host:port/path , and succeed. But the problem is, as I understood it is not secure. Or am I wrong? > You can also specify the remote target with a httpfs or webfdfs url, w

Re: hbase security issue

2015-03-12 Thread Jerry He
Hi, Vladimir Hope I understand your question correctly. If both local cluster and remote cluster are Kerberos enabled, ExportSnapshot from local to remote will work as long as both clusters' Kerberos have been set up in a way that they understand each other. If the remote cluster's httpfs/webhdfs

Re: Status of Huawei's 2' Indexing?

2015-03-12 Thread Andrew Purtell
There are some substantial architectural differences of opinion among the community on this feature as I understand it, so it's unlikely that JIRA will ever see a commit without a lot more work, if ever. A similar feature was later introduced into Apache Phoenix, which in this context may best be

[jira] [Created] (HBASE-13223) Add testMoveMeta to IntegrationTestMTTR

2015-03-12 Thread Dima Spivak (JIRA)
Dima Spivak created HBASE-13223: --- Summary: Add testMoveMeta to IntegrationTestMTTR Key: HBASE-13223 URL: https://issues.apache.org/jira/browse/HBASE-13223 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-13222) Provide means of non-destructive balancer inspection

2015-03-12 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-13222: Summary: Provide means of non-destructive balancer inspection Key: HBASE-13222 URL: https://issues.apache.org/jira/browse/HBASE-13222 Project: HBase Issue Ty

Re: hbase security issue

2015-03-12 Thread Vladimir Rodionov
>>You can also specify the remote target with a httpfs or webfdfs url, which >>then you can leverage SSL on the transport. What if remote cluster has security enabled? Will it work? -Vlad On Thu, Mar 12, 2015 at 1:39 PM, Jerry He wrote: > ExportSnapshot does not use DistCp but directly use Fil

Status of Huawei's 2' Indexing?

2015-03-12 Thread Rose, Joseph
Hi, I’ve been looking over the Jira tickets for the secondary indexing mechanism Huawei had started to integrate back in 2013 (@see https://issues.apache.org/jira/browse/HBASE-10222 ). The code was developed against 0.94 and it seems like a lot of work was done — but then it suddenly stops (the la

Re: hbase security issue

2015-03-12 Thread Jerry He
ExportSnapshot does not use DistCp but directly use FileSystem API to copy, as Vladimir mentioned. But ExportSnapshot supports exporting to a remote target cluster. Give the full hdfs url. You can also specify the remote target with a httpfs or webfdfs url, which then you can leverage SSL on the tr

Re: hbase security issue

2015-03-12 Thread Vladimir Rodionov
No, ExportSnapshot does not use DistCp it runs its own M/R job to copy data over to a new destination. In a map task it uses HDFS API to create/write data to a new destination. Therefore, the easiest way to secure communication during this operation is to use secure HDFS transport. http://www.clou

Re: [DISCUSS] Dependency compatibility

2015-03-12 Thread Nick Dimiduk
Always the pragmatist. I accept your proposal with acknowledgement of an effort to improve the state of things going forward. On Thursday, March 12, 2015, Enis Söztutar wrote: > This is good discussion, but I would like to reach a consensus and move on > with HBASE-13149. > > My conclusion from

Re: [DISCUSS] Dependency compatibility

2015-03-12 Thread Andrew Purtell
I don't think we need a vote unless we cannot reach consensus. I would be in favor of this change, for the stated reason: > we cannot be realistically expected > to keep dependency compat between minor versions because of lack of > shading in HBase and Hadoop, and our dependencies are themselves

Re: [DISCUSS] Dependency compatibility

2015-03-12 Thread Enis Söztutar
This is good discussion, but I would like to reach a consensus and move on with HBASE-13149. My conclusion from the thread is that we cannot be realistically expected to keep dependency compat between minor versions because of lack of shading in HBase and Hadoop, and our dependencies are themselve

[ANNOUNCE] HBase 0.98.11 is now available for download

2015-03-12 Thread Andrew Purtell
Apache HBase 0.98.11 is now available for download. Get it from an Apache mirror [1] or Maven repository. The list of changes in this release can be found in the release notes [2] or following this announcement. Thanks to all who contributed to this release. Best, The HBase Dev Team 1. http://w

hbase security issue

2015-03-12 Thread Akmal Abbasov
Hi, I am new to Hadoop Hbase. I have a Hbase cluster in one datacenter, and I need to create a backup in the second one. Currently the second HBase cluster is ready, and I would like to import data from first cluster. I would like to use exportSnapshot tool for this, I’ve tried it one my test e

[jira] [Created] (HBASE-13221) HDFS Transparent Encryption breaks WAL writing

2015-03-12 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-13221: --- Summary: HDFS Transparent Encryption breaks WAL writing Key: HBASE-13221 URL: https://issues.apache.org/jira/browse/HBASE-13221 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-13220) set_quota should fail for non-existing table and namespace

2015-03-12 Thread Ashish Singhi (JIRA)
Ashish Singhi created HBASE-13220: - Summary: set_quota should fail for non-existing table and namespace Key: HBASE-13220 URL: https://issues.apache.org/jira/browse/HBASE-13220 Project: HBase

[jira] [Created] (HBASE-13219) Issues with PE tool in trunk

2015-03-12 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-13219: -- Summary: Issues with PE tool in trunk Key: HBASE-13219 URL: https://issues.apache.org/jira/browse/HBASE-13219 Project: HBase Issue Type:

[jira] [Created] (HBASE-13218) Correct the syntax shown for using ExportSnapshot tool in the book

2015-03-12 Thread Ashish Singhi (JIRA)
Ashish Singhi created HBASE-13218: - Summary: Correct the syntax shown for using ExportSnapshot tool in the book Key: HBASE-13218 URL: https://issues.apache.org/jira/browse/HBASE-13218 Project: HBase

Re: upstream jenkins build broken?

2015-03-12 Thread Sean Busbey
+dev@hbase HBase has recently been cleaning up our precommit jenkins jobs to make them more robust. From what I can tell our stuff started off as an earlier version of what Hadoop uses for testing. Folks on either side open to an experiment of combining our precommit check tooling? In principle w

[jira] [Created] (HBASE-13212) Procedure V2 - master Create/Delete namespace

2015-03-12 Thread Stephen Yuan Jiang (JIRA)
Stephen Yuan Jiang created HBASE-13212: -- Summary: Procedure V2 - master Create/Delete namespace Key: HBASE-13212 URL: https://issues.apache.org/jira/browse/HBASE-13212 Project: HBase Iss

[jira] [Created] (HBASE-13210) Procedure V2 - master Modify table

2015-03-12 Thread Stephen Yuan Jiang (JIRA)
Stephen Yuan Jiang created HBASE-13210: -- Summary: Procedure V2 - master Modify table Key: HBASE-13210 URL: https://issues.apache.org/jira/browse/HBASE-13210 Project: HBase Issue Type: Su

Re: Testing and CI -- Apache Jenkins Builds (WAS -> Re: Testing)

2015-03-12 Thread Andrew Purtell
+1, thanks a lot for improving our build hygiene. On Wed, Mar 11, 2015 at 2:01 PM, Enis Söztutar wrote: > Thanks Sean. This is great. > > Enis > > On Wed, Mar 11, 2015 at 1:54 PM, Sean Busbey wrote: > > > FYI I just finished chasing down the breakage for mvn site on all patch > > builds. > > >

[jira] [Created] (HBASE-13217) Flush procedure fails in trunk due to ZK issue

2015-03-12 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-13217: -- Summary: Flush procedure fails in trunk due to ZK issue Key: HBASE-13217 URL: https://issues.apache.org/jira/browse/HBASE-13217 Project: HBase

[jira] [Created] (HBASE-13202) Procedure v2 - core

2015-03-12 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-13202: --- Summary: Procedure v2 - core Key: HBASE-13202 URL: https://issues.apache.org/jira/browse/HBASE-13202 Project: HBase Issue Type: Sub-task Re

[jira] [Resolved] (HBASE-13189) PrefixTreecell should implement HeapSize

2015-03-12 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan resolved HBASE-13189. Resolution: Invalid ClonedPrefixTreeCell implements HeapSize and that is wh