[jira] [Created] (HBASE-17629) [C++] Timeouts and retry configuration for connections

2017-02-10 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-17629:
-

 Summary: [C++] Timeouts and retry configuration for connections
 Key: HBASE-17629
 URL: https://issues.apache.org/jira/browse/HBASE-17629
 Project: HBase
  Issue Type: Sub-task
Reporter: Enis Soztutar
Assignee: Enis Soztutar


Need something similar to ConnectionConfiguration. 

To be hook after HBASE-17465. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HBASE-17628) Local mode of mini cluster shouldn't use hdfs

2017-02-10 Thread Ted Yu (JIRA)
Ted Yu created HBASE-17628:
--

 Summary: Local mode of mini cluster shouldn't use hdfs
 Key: HBASE-17628
 URL: https://issues.apache.org/jira/browse/HBASE-17628
 Project: HBase
  Issue Type: Test
Reporter: Devaraj Das


[~devaraj] noticed that when HBaseTestingUtility#createLocalHTU creates local 
mini cluster, fs.defaultFS is still set using hdfs.

This seems to be an oversight: local mode should not be using hdfs.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HBASE-17627) Active handlers metric for thrift

2017-02-10 Thread Ashu Pachauri (JIRA)
Ashu Pachauri created HBASE-17627:
-

 Summary: Active handlers metric for thrift
 Key: HBASE-17627
 URL: https://issues.apache.org/jira/browse/HBASE-17627
 Project: HBase
  Issue Type: Improvement
  Components: Thrift
Reporter: Ashu Pachauri
 Fix For: 1.3.1


It would be good to have a metric for number of active handlers on thrift 
servers, which gives a good indication of business of a thrift server.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Re: HBase DevAPI question

2017-02-10 Thread Ted Yu
Which dev API(s) in particular are you looking at ?

hbase-spark module currently depends on hbase-server module (since
LoadIncrementalHFiles
is in hbase-server module).

For the time being, add dependency of hbase-server to your sbt

On Fri, Feb 10, 2017 at 1:32 PM, Lopez Sandoval, Everardo <
everardo.lopez.sando...@intel.com> wrote:

> Hi,
>
> I am starting with HBase on spark , If I am asking something very basic an
> apologize
>
>
> I am trying to do a BulkLoad using base on spark, I am managing the
> dependencies with  sbt. My problem is that I need some clases that are in
> the devapi not in the user api
>
>
> I am adding the dependency in sbt like this:
>
>   "org.apache.hbase"   % "hbase-spark"  % "2.0.0-SNAPSHOT",
>   "org.apache.hbase"   % "hbase-common" % "2.0.0-SNAPSHOT”
>
> DevAPI: https://hbase.apache.org/devapidocs/index.html
> UserAPI: https://hbase.apache.org/apidocs/index.html
>
>
> Is there a wat  to use hbase DevAPI instead of UserAPI with sbt?
>
>
> Regards,
> Ever
>


HBase DevAPI question

2017-02-10 Thread Lopez Sandoval, Everardo
Hi,

I am starting with HBase on spark , If I am asking something very basic an 
apologize


I am trying to do a BulkLoad using base on spark, I am managing the 
dependencies with  sbt. My problem is that I need some clases that are in the 
devapi not in the user api


I am adding the dependency in sbt like this:

  "org.apache.hbase"   % "hbase-spark"  % "2.0.0-SNAPSHOT",
  "org.apache.hbase"   % "hbase-common" % "2.0.0-SNAPSHOT”

DevAPI: https://hbase.apache.org/devapidocs/index.html
UserAPI: https://hbase.apache.org/apidocs/index.html


Is there a wat  to use hbase DevAPI instead of UserAPI with sbt?


Regards,
Ever


[jira] [Created] (HBASE-17626) Refactor HRegionServer to use regionNames as keys for FN

2017-02-10 Thread Thiruvel Thirumoolan (JIRA)
Thiruvel Thirumoolan created HBASE-17626:


 Summary: Refactor HRegionServer to use regionNames as keys for FN
 Key: HBASE-17626
 URL: https://issues.apache.org/jira/browse/HBASE-17626
 Project: HBase
  Issue Type: Sub-task
Reporter: Thiruvel Thirumoolan
Assignee: Thiruvel Thirumoolan


Similar to HBASE-16956, I would like to change HRegionServer and its FN cache 
to use full region name instead of encoded name. In the worst case this avoid 
clashes and just better to refactor this at the beginning rather than doing it 
much later.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Re: HBase 1.3.0 release tag

2017-02-10 Thread Mikhail Antonov
Done; created tag named rel/1.3.0, it's been synced to GH.

-Mikhail

On Fri, Feb 10, 2017 at 10:30 AM, Mikhail Antonov 
wrote:

> Oh. There is 1.3.0RC0 in Apache repo, but it seems there' no finalized
> release tag pushed. Let me check.
>
> Sorry for inconvenience.
>
> -Mikhail
>
> On Fri, Feb 10, 2017 at 9:18 AM, Zach York  wrote:
>
>> Hello,
>>
>> I was looking at the github tags and there doesn’t appear to be one for
>> release 1.3.0.
>> Is there a reason there is no tag for this release? If not, can someone
>> create a tag for the release?
>>
>> It makes looking at the code we have running on our cluster much easier.
>>
>> Thanks!
>> Zach
>>
>
>
>
> --
> Thanks,
> Michael Antonov
>



-- 
Thanks,
Michael Antonov


Re: HBase 1.3.0 release tag

2017-02-10 Thread Mikhail Antonov
Oh. There is 1.3.0RC0 in Apache repo, but it seems there' no finalized
release tag pushed. Let me check.

Sorry for inconvenience.

-Mikhail

On Fri, Feb 10, 2017 at 9:18 AM, Zach York  wrote:

> Hello,
>
> I was looking at the github tags and there doesn’t appear to be one for
> release 1.3.0.
> Is there a reason there is no tag for this release? If not, can someone
> create a tag for the release?
>
> It makes looking at the code we have running on our cluster much easier.
>
> Thanks!
> Zach
>



-- 
Thanks,
Michael Antonov


[jira] [Created] (HBASE-17625) Slow to enable a table

2017-02-10 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HBASE-17625:
---

 Summary: Slow to enable a table
 Key: HBASE-17625
 URL: https://issues.apache.org/jira/browse/HBASE-17625
 Project: HBase
  Issue Type: Improvement
Reporter: Jimmy Xiang


Tried to enable a table with 10k+ regions, it takes more time to generate the 
plan than do the actual assignment. This is so embarrassing. :)

It turns out that it took quite some time to get the top HDFS block locations 
in registering regions when creating the Cluster object. There is no new region 
server, why do we need such info when trying to retain assignment?

Is the region availability thing related to region replica? Can we avoid such 
penalty if  region replica in not needed?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


HBase 1.3.0 release tag

2017-02-10 Thread Zach York
Hello,

I was looking at the github tags and there doesn’t appear to be one for
release 1.3.0.
Is there a reason there is no tag for this release? If not, can someone
create a tag for the release?

It makes looking at the code we have running on our cluster much easier.

Thanks!
Zach


Successful: HBase Generate Website

2017-02-10 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. To update the live 
site, follow the instructions below. If failed, skip to the bottom of this 
email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/485/artifact/website.patch.zip
 | funzip > 9d5d25c88d70b48e9218fd699050e13973b61216.patch
  git fetch
  git checkout -b asf-site-9d5d25c88d70b48e9218fd699050e13973b61216 
origin/asf-site
  git am --whitespace=fix 9d5d25c88d70b48e9218fd699050e13973b61216.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-9d5d25c88d70b48e9218fd699050e13973b61216 branch.

There are lots of spurious changes, such as timestamps and CSS styles in 
tables, so a generic git diff is not very useful. To see a list of files that 
have been added, deleted, renamed, changed type, or are otherwise interesting, 
use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 100 or more lines changed:

  git diff --stat origin/asf-site | grep -E '[1-9][0-9]{2,}'

When you are satisfied, publish your changes to origin/asf-site using these 
commands:

  git commit --allow-empty -m "Empty commit" # to work around a current ASF 
INFRA bug
  git push origin asf-site-9d5d25c88d70b48e9218fd699050e13973b61216:asf-site
  git checkout asf-site
  git branch -D asf-site-9d5d25c88d70b48e9218fd699050e13973b61216

Changes take a couple of minutes to be propagated. You can verify whether they 
have been propagated by looking at the Last Published date at the bottom of 
http://hbase.apache.org/. It should match the date in the index.html on the 
asf-site branch in Git.

As a courtesy- reply-all to this email to let other committers know you pushed 
the site.



If failed, see https://builds.apache.org/job/hbase_generate_website/485/console

回复:Re: Re: How to commit patch.

2017-02-10 Thread james_email

OK, I can send my patch now. Thank you very much. There are lots of things I 
need to learn.

- 原始邮件 -
发件人:张铎(Duo Zhang) 
收件人:dev@hbase.apache.org, james_em...@sina.cn
主题:Re: Re: How to commit patch.
日期:2017年02月10日 18点01分

Sorry a bit late. I've already assigned the issue to you.
2017-02-10 16:51 GMT+08:00  :
I have replied on the jira. And my username is JamesZo. Thank you!

- 原始邮件 -

发件人:张铎(Duo Zhang) 

收件人:dev@hbase.apache.org, james_em...@sina.cn

主题:Re: How to commit patch.

日期:2017年02月10日 15点51分



Could you please reply on that jira? I can add you as a contributor but I

need to know your id first. Thanks.

2017-02-10 15:35 GMT+08:00 :

> Hello, my friend,

> I have fixed the issue HBASE-14006 (I suppose I`d better start

> with easy problems.)However,  I can`t find where to commit patch on the

> webpage of JIRA. I think that`s because I don`t have the attach file

> permission. Could you tell me how to send my patch to this issue, so that

> you can review it? Thank you very much.

>

> James (Zhang Bo)






Re: Re: How to commit patch.

2017-02-10 Thread Duo Zhang
Sorry a bit late. I've already assigned the issue to you.

2017-02-10 16:51 GMT+08:00 :

> I have replied on the jira. And my username is JamesZo. Thank you!
> - 原始邮件 -
> 发件人:张铎(Duo Zhang) 
> 收件人:dev@hbase.apache.org, james_em...@sina.cn
> 主题:Re: How to commit patch.
> 日期:2017年02月10日 15点51分
>
> Could you please reply on that jira? I can add you as a contributor but I
> need to know your id first. Thanks.
> 2017-02-10 15:35 GMT+08:00 :
> > Hello, my friend,
> > I have fixed the issue HBASE-14006 (I suppose I`d better start
> > with easy problems.)However,  I can`t find where to commit patch on the
> > webpage of JIRA. I think that`s because I don`t have the attach file
> > permission. Could you tell me how to send my patch to this issue, so that
> > you can review it? Thank you very much.
> >
> > James (Zhang Bo)
>


回复:Re: How to commit patch.

2017-02-10 Thread james_email
I have replied on the jira. And my username is JamesZo. Thank you!
- 原始邮件 -
发件人:张铎(Duo Zhang) 
收件人:dev@hbase.apache.org, james_em...@sina.cn
主题:Re: How to commit patch.
日期:2017年02月10日 15点51分

Could you please reply on that jira? I can add you as a contributor but I
need to know your id first. Thanks.
2017-02-10 15:35 GMT+08:00 :
> Hello, my friend,
> I have fixed the issue HBASE-14006 (I suppose I`d better start
> with easy problems.)However,  I can`t find where to commit patch on the
> webpage of JIRA. I think that`s because I don`t have the attach file
> permission. Could you tell me how to send my patch to this issue, so that
> you can review it? Thank you very much.
>
> James (Zhang Bo)