[jira] [Commented] (HBASE-22048) Incorrect email links on website

2019-06-18 Thread Rishabh Jain (JIRA)


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

Rishabh Jain commented on HBASE-22048:
--

[~psomogyi] do you know if the new version of this plugin has been released?

> Incorrect email links on website
> 
>
> Key: HBASE-22048
> URL: https://issues.apache.org/jira/browse/HBASE-22048
> Project: HBase
>  Issue Type: Bug
>  Components: website
>Reporter: Peter Somogyi
>Assignee: Rishabh Jain
>Priority: Minor
>  Labels: beginner
>
> Project members email addresses has incorrect link.
> [https://hbase.apache.org/team.html]
> Instead of [apach...@apache.org|mailto:apach...@apache.org] it points to 
> [https://hbase.apache.org/apach...@apache.org]
> This change might be related to ASF parent pom upgrade which changed the 
> maven-project-info-reports-plugin version.



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


[jira] [Commented] (HBASE-22048) Incorrect email links on website

2019-03-18 Thread Rishabh Jain (JIRA)


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

Rishabh Jain commented on HBASE-22048:
--

[~psomogyi] sure, thanks a lot.

> Incorrect email links on website
> 
>
> Key: HBASE-22048
> URL: https://issues.apache.org/jira/browse/HBASE-22048
> Project: HBase
>  Issue Type: Bug
>  Components: website
>Reporter: Peter Somogyi
>Assignee: Rishabh Jain
>Priority: Minor
>  Labels: beginner
>
> Project members email addresses has incorrect link.
> [https://hbase.apache.org/team.html]
> Instead of [apach...@apache.org|mailto:apach...@apache.org] it points to 
> [https://hbase.apache.org/apach...@apache.org]
> This change might be related to ASF parent pom upgrade which changed the 
> maven-project-info-reports-plugin version.



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


[jira] [Commented] (HBASE-19327) Update the import layout for formatter

2019-03-18 Thread Rishabh Jain (JIRA)


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

Rishabh Jain commented on HBASE-19327:
--

[~chia7712] I want to take this up if no one else is working on it. Please let 
me know.

> Update the import layout for formatter
> --
>
> Key: HBASE-19327
> URL: https://issues.apache.org/jira/browse/HBASE-19327
> Project: HBase
>  Issue Type: Task
>Reporter: Chia-Ping Tsai
>Priority: Major
>  Labels: beginner
>
> HBASE-19262 changed the import order rule - the shaded* imports is in 
> separate group now.



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


[jira] [Commented] (HBASE-22048) Incorrect email links on website

2019-03-14 Thread Rishabh Jain (JIRA)


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

Rishabh Jain commented on HBASE-22048:
--

[~psomogyi]

IMO, since we are not providing any protocol in the href tag, it will by 
default appended to the website URL since it will consider it as a relative 
path instead of absolute path. For example, 

 

{{sample text }}

What that relative URL will do is tell the browser to look in the current 
folder for a file named {{large.php}} and will resolve to this URL: 
{{http://example.com/products/red-product/large.php}}.

 

So, I was thinking to make every email as mailto: in root pom. 
Please let me know if you think any other approach.

> Incorrect email links on website
> 
>
> Key: HBASE-22048
> URL: https://issues.apache.org/jira/browse/HBASE-22048
> Project: HBase
>  Issue Type: Bug
>  Components: website
>Reporter: Peter Somogyi
>Assignee: Rishabh Jain
>Priority: Minor
>  Labels: beginner
>
> Project members email addresses has incorrect link.
> [https://hbase.apache.org/team.html]
> Instead of [apach...@apache.org|mailto:apach...@apache.org] it points to 
> [https://hbase.apache.org/apach...@apache.org]
> This change might be related to ASF parent pom upgrade which changed the 
> maven-project-info-reports-plugin version.



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


[jira] [Updated] (HBASE-22042) Missing @Override annotation for RawAsyncTableImpl.scan

2019-03-14 Thread Rishabh Jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-22042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rishabh Jain updated HBASE-22042:
-
Attachment: HBASE-22042.patch
Status: Patch Available  (was: Open)

> Missing @Override annotation for RawAsyncTableImpl.scan
> ---
>
> Key: HBASE-22042
> URL: https://issues.apache.org/jira/browse/HBASE-22042
> Project: HBase
>  Issue Type: Task
>  Components: asyncclient, Client
>Reporter: Duo Zhang
>Assignee: Rishabh Jain
>Priority: Major
>  Labels: beginner
> Attachments: HBASE-22042.patch
>
>




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


[jira] [Commented] (HBASE-22048) Incorrect email links on website

2019-03-14 Thread Rishabh Jain (JIRA)


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

Rishabh Jain commented on HBASE-22048:
--

[~psomogyi] I want to take this up. Should I add "mailto:; as prefix to each 
email id?

> Incorrect email links on website
> 
>
> Key: HBASE-22048
> URL: https://issues.apache.org/jira/browse/HBASE-22048
> Project: HBase
>  Issue Type: Bug
>  Components: website
>Reporter: Peter Somogyi
>Priority: Minor
>  Labels: beginner
>
> Project members email addresses has incorrect link.
> [https://hbase.apache.org/team.html]
> Instead of [apach...@apache.org|mailto:apach...@apache.org] it points to 
> [https://hbase.apache.org/apach...@apache.org]
> This change might be related to ASF parent pom upgrade which changed the 
> maven-project-info-reports-plugin version.



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


[jira] [Commented] (HBASE-22042) Missing @Override annotation for RawAsyncTableImpl.scan

2019-03-12 Thread Rishabh Jain (JIRA)


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

Rishabh Jain commented on HBASE-22042:
--

[~Apache9] I can to take this up. 

> Missing @Override annotation for RawAsyncTableImpl.scan
> ---
>
> Key: HBASE-22042
> URL: https://issues.apache.org/jira/browse/HBASE-22042
> Project: HBase
>  Issue Type: Task
>  Components: asyncclient, Client
>Reporter: Duo Zhang
>Priority: Major
>  Labels: beginner
>




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


[jira] [Comment Edited] (HBASE-22042) Missing @Override annotation for RawAsyncTableImpl.scan

2019-03-12 Thread Rishabh Jain (JIRA)


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

Rishabh Jain edited comment on HBASE-22042 at 3/13/19 5:40 AM:
---

[~Apache9] I can take this up. 


was (Author: rishjain):
[~Apache9] I can to take this up. 

> Missing @Override annotation for RawAsyncTableImpl.scan
> ---
>
> Key: HBASE-22042
> URL: https://issues.apache.org/jira/browse/HBASE-22042
> Project: HBase
>  Issue Type: Task
>  Components: asyncclient, Client
>Reporter: Duo Zhang
>Priority: Major
>  Labels: beginner
>




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