[jira] [Updated] (HBASE-14755) Fix some broken links and HTML problems

2015-11-05 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14755:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to master.

> Fix some broken links and HTML problems
> ---
>
> Key: HBASE-14755
> URL: https://issues.apache.org/jira/browse/HBASE-14755
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14755-v1.patch, HBASE-14755-v1.patch, 
> HBASE-14755.patch
>
>
> Problems seen in 
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Website%20Link%20Ckecker/3/artifact/link_report/index.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14776) Rewrite smart-apply-patch.sh to use 'git am' or 'git apply' rather than 'patch'

2015-11-05 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14776:

Attachment: HBASE-14776.patch

Tested it locally by running smart-apply-patch against a patch created with git 
format-patch and one created using git diff. Not sure how to test it in the 
context of the larger test-patch.sh script.

> Rewrite smart-apply-patch.sh to use 'git am' or 'git apply' rather than 
> 'patch'
> ---
>
> Key: HBASE-14776
> URL: https://issues.apache.org/jira/browse/HBASE-14776
> Project: HBase
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14776.patch
>
>
> We require patches to be created using 'git format-patch' or 'git diff', so 
> patches should be tested using 'git am' or 'git apply', not 'patch -pX'. This 
> causes false errors in the Jenkins patch tester.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14776) Rewrite smart-apply-patch.sh to use 'git am' or 'git apply' rather than 'patch'

2015-11-05 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14776:

Summary: Rewrite smart-apply-patch.sh to use 'git am' or 'git apply' rather 
than 'patch'  (was: Rewrite smart-patch.sh to use 'git am' or 'git apply' 
rather than 'patch')

> Rewrite smart-apply-patch.sh to use 'git am' or 'git apply' rather than 
> 'patch'
> ---
>
> Key: HBASE-14776
> URL: https://issues.apache.org/jira/browse/HBASE-14776
> Project: HBase
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
>
> We require patches to be created using 'git format-patch' or 'git diff', so 
> patches should be tested using 'git am' or 'git apply', not 'patch -pX'. This 
> causes false errors in the Jenkins patch tester.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12794) Guidelines for filing JIRA issues

2015-11-05 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-12794:
-

Ping, want me to take the Google Doc and turn it into something in the book?

> Guidelines for filing JIRA issues
> -
>
> Key: HBASE-12794
> URL: https://issues.apache.org/jira/browse/HBASE-12794
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: stack
>Assignee: stack
>
> Following on from Andrew's JIRA year-end cleaning spree, lets get some 
> guidelines on filing issues e.g. fill out all pertinent fields, add context 
> and provenance, add value (i.e. triage), don't file issues that are nought 
> but repeat of info available elsewhere (build box or mailing list), be 
> reluctant filing issues that don't have a resource behind them, don't file 
> issues on behalf of others, don't split fixes across multiple issues (because 
> there are poor folks coming behind us trying to backport our mess and 
> piecemeal makes their jobs harder), and so on.
> The guidelines are not meant to put a chill on the opening of issues when 
> problems are found, especially not for new contributors. They are more meant 
> for quoting to veteran contributors who continue to file issues in violation 
> of what was thought a common understanding; rather than explain each time why 
> an issue has been marked invalid, it would be better if we can quote chapter 
> and verse from the refguide.
> Dump any suggestion in here and I'll wind them up as a patch that I'll run by 
> dev mailing list to get consensus before committing.
> Here is a running google doc if you'd like to add comment: 
> https://docs.google.com/document/d/1p3ArVLcnQnifk6ZsF635qWBhMmfTUJsISyK15DXnam0/edit?usp=sharing



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-14776) Rewrite smart-apply-patch.sh to use 'git am' or 'git apply' rather than 'patch'

2015-11-05 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-14776:
-

For the passing - for stdin, I am not sure. I didn't think so. Maybe you can  
tweak it. I don't understand enough about how the script works.

It didn't look like the script actually applied the patch anyway. Did it? If 
so, that's easy enough to accomodate. In the case of 'git apply, we won't be 
able to commit the change, and in the case of 'git am' we will have an extra 
commit in the stack. It's a bit messy.

> Rewrite smart-apply-patch.sh to use 'git am' or 'git apply' rather than 
> 'patch'
> ---
>
> Key: HBASE-14776
> URL: https://issues.apache.org/jira/browse/HBASE-14776
> Project: HBase
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14776.patch
>
>
> We require patches to be created using 'git format-patch' or 'git diff', so 
> patches should be tested using 'git am' or 'git apply', not 'patch -pX'. This 
> causes false errors in the Jenkins patch tester.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-14762) Update docs about publishing website to show gitsubpub method instead of svnsubpub

2015-11-04 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-14762:
---

 Summary: Update docs about publishing website to show gitsubpub 
method instead of svnsubpub
 Key: HBASE-14762
 URL: https://issues.apache.org/jira/browse/HBASE-14762
 Project: HBase
  Issue Type: Task
  Components: documentation
Affects Versions: 2.0.0
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Critical
 Fix For: 2.0.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14764) Stop using post-site target

2015-11-04 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14764:

   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.0.0
   Status: Resolved  (was: Patch Available)

> Stop using post-site target
> ---
>
> Key: HBASE-14764
> URL: https://issues.apache.org/jira/browse/HBASE-14764
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14764.patch
>
>
> We don't really need to use the post-site target. This patch re-orders the 
> POM so we don't need it. Otherwise, you have to run post-site before 
> site:stage and that can be confusing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14762) Update docs about publishing website to show gitsubpub method instead of svnsubpub

2015-11-04 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14762:

Attachment: HBASE-14762.patch

Ready for review.

> Update docs about publishing website to show gitsubpub method instead of 
> svnsubpub
> --
>
> Key: HBASE-14762
> URL: https://issues.apache.org/jira/browse/HBASE-14762
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
>Priority: Critical
> Fix For: 2.0.0
>
> Attachments: HBASE-14762.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-14732) Update HBase website skin and CSS

2015-11-04 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-14732:
-

Deployed to http://hbase.apache.org. It looks great!!!

> Update HBase website skin and CSS
> -
>
> Key: HBASE-14732
> URL: https://issues.apache.org/jira/browse/HBASE-14732
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14732-v1.patch, HBASE-14732.patch
>
>
> Use Fluido skin, make things more readable, make improvements to enhance the 
> mobile experience.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14732) Update HBase website skin and CSS

2015-11-04 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14732:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Update HBase website skin and CSS
> -
>
> Key: HBASE-14732
> URL: https://issues.apache.org/jira/browse/HBASE-14732
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14732-v1.patch, HBASE-14732.patch
>
>
> Use Fluido skin, make things more readable, make improvements to enhance the 
> mobile experience.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14762) Update docs about publishing website to show gitsubpub method instead of svnsubpub

2015-11-04 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14762:

Status: Patch Available  (was: Open)

> Update docs about publishing website to show gitsubpub method instead of 
> svnsubpub
> --
>
> Key: HBASE-14762
> URL: https://issues.apache.org/jira/browse/HBASE-14762
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
>Priority: Critical
> Fix For: 2.0.0
>
> Attachments: HBASE-14762.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-14762) Update docs about publishing website to show gitsubpub method instead of svnsubpub

2015-11-04 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-14762:
-

Linked the INFRA issue.

> Update docs about publishing website to show gitsubpub method instead of 
> svnsubpub
> --
>
> Key: HBASE-14762
> URL: https://issues.apache.org/jira/browse/HBASE-14762
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
>Priority: Critical
> Fix For: 2.0.0
>
> Attachments: HBASE-14762.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14762) Update docs about publishing website to show gitsubpub method instead of svnsubpub

2015-11-04 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14762:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to master.

> Update docs about publishing website to show gitsubpub method instead of 
> svnsubpub
> --
>
> Key: HBASE-14762
> URL: https://issues.apache.org/jira/browse/HBASE-14762
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
>Priority: Critical
> Fix For: 2.0.0
>
> Attachments: HBASE-14762.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-14732) Update HBase website skin and CSS

2015-11-04 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-14732:
-

Pushed to master. Will resolve once I build and publish the website.

> Update HBase website skin and CSS
> -
>
> Key: HBASE-14732
> URL: https://issues.apache.org/jira/browse/HBASE-14732
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14732-v1.patch, HBASE-14732.patch
>
>
> Use Fluido skin, make things more readable, make improvements to enhance the 
> mobile experience.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14764) Stop using post-site target

2015-11-04 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14764:

Attachment: HBASE-14764.patch

Ready for review.

> Stop using post-site target
> ---
>
> Key: HBASE-14764
> URL: https://issues.apache.org/jira/browse/HBASE-14764
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Attachments: HBASE-14764.patch
>
>
> We don't really need to use the post-site target. This patch re-orders the 
> POM so we don't need it. Otherwise, you have to run post-site before 
> site:stage and that can be confusing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14764) Stop using post-site target

2015-11-04 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14764:

Status: Patch Available  (was: Open)

> Stop using post-site target
> ---
>
> Key: HBASE-14764
> URL: https://issues.apache.org/jira/browse/HBASE-14764
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Attachments: HBASE-14764.patch
>
>
> We don't really need to use the post-site target. This patch re-orders the 
> POM so we don't need it. Otherwise, you have to run post-site before 
> site:stage and that can be confusing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-14764) Stop using post-site target

2015-11-04 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-14764:
---

 Summary: Stop using post-site target
 Key: HBASE-14764
 URL: https://issues.apache.org/jira/browse/HBASE-14764
 Project: HBase
  Issue Type: Task
  Components: documentation
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones


We don't really need to use the post-site target. This patch re-orders the POM 
so we don't need it. Otherwise, you have to run post-site before site:stage and 
that can be confusing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14755) Fix some broken links and HTML problems

2015-11-04 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14755:

Attachment: HBASE-14755-v1.patch

Found a few more problems, also fixed some whitespace. Also rebased on current 
master.

> Fix some broken links and HTML problems
> ---
>
> Key: HBASE-14755
> URL: https://issues.apache.org/jira/browse/HBASE-14755
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14755-v1.patch, HBASE-14755.patch
>
>
> Problems seen in 
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Website%20Link%20Ckecker/3/artifact/link_report/index.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14481) Decommission HBase wiki

2015-11-03 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14481:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Changed the commit message as per request, and pushed to master.

> Decommission HBase wiki
> ---
>
> Key: HBASE-14481
> URL: https://issues.apache.org/jira/browse/HBASE-14481
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Nick Dimiduk
>Assignee: Misty Stanley-Jones
>Priority: Blocker
>  Labels: beginner
> Fix For: 2.0.0
>
> Attachments: HBASE-14481.patch
>
>
> We have an awesome community resource in our [online 
> book|http://hbase.apache.org/book.html]. It's maintained and looked after 
> with diligence. We also have an HBase section on the [hadoop 
> wiki|http://wiki.apache.org/hadoop/Hbase] that hasn't been updated since 
> 2012. Let's sift through the pages of the wiki, bring over any content that's 
> still relevant and not already present in the book, and kill the wiki.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-14481) Decommission HBase wiki

2015-11-03 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-14481:
-

Changed the front page of the Wiki: https://wiki.apache.org/hadoop/Hbase

> Decommission HBase wiki
> ---
>
> Key: HBASE-14481
> URL: https://issues.apache.org/jira/browse/HBASE-14481
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Nick Dimiduk
>Assignee: Misty Stanley-Jones
>Priority: Blocker
>  Labels: beginner
> Fix For: 2.0.0
>
> Attachments: HBASE-14481.patch
>
>
> We have an awesome community resource in our [online 
> book|http://hbase.apache.org/book.html]. It's maintained and looked after 
> with diligence. We also have an HBase section on the [hadoop 
> wiki|http://wiki.apache.org/hadoop/Hbase] that hasn't been updated since 
> 2012. Let's sift through the pages of the wiki, bring over any content that's 
> still relevant and not already present in the book, and kill the wiki.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14747) Make it possible to build Javadoc and xref reports for 0.94 again

2015-11-03 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14747:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

Pushed to 0.94 branch. Thanks [~stack]

> Make it possible to build Javadoc and xref reports for 0.94 again
> -
>
> Key: HBASE-14747
> URL: https://issues.apache.org/jira/browse/HBASE-14747
> Project: HBase
>  Issue Type: Task
>  Components: build
>Affects Versions: 0.94.27
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 0.94.28
>
> Attachments: HBASE-14747-0.94.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HBASE-14748) Update 0.94 apidocs and xref on website

2015-11-03 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones resolved HBASE-14748.
-
Resolution: Fixed

Pushed to SVN yesterday.

> Update 0.94 apidocs and xref on website
> ---
>
> Key: HBASE-14748
> URL: https://issues.apache.org/jira/browse/HBASE-14748
> Project: HBase
>  Issue Type: Sub-task
>  Components: build
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 0.94.28
>
>
> When HBASE-14747 has been merged, update the subdirectories of 0.94/ in SVN. 
> There are lots of broken links there.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14751) Book seems to be broken

2015-11-03 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14751:

   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.0.0
   Status: Resolved  (was: Patch Available)

> Book seems to be broken
> ---
>
> Key: HBASE-14751
> URL: https://issues.apache.org/jira/browse/HBASE-14751
> Project: HBase
>  Issue Type: Bug
>Reporter: Enis Soztutar
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14751.patch
>
>
> Seems that the content after: 
> https://hbase.apache.org/book.html#jython seems to be broken. No more titles 
> and links. 
> [~misty] FYI. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14751) Book seems to be broken

2015-11-03 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14751:

Status: Patch Available  (was: Open)

> Book seems to be broken
> ---
>
> Key: HBASE-14751
> URL: https://issues.apache.org/jira/browse/HBASE-14751
> Project: HBase
>  Issue Type: Bug
>Reporter: Enis Soztutar
>Assignee: Misty Stanley-Jones
> Attachments: HBASE-14751.patch
>
>
> Seems that the content after: 
> https://hbase.apache.org/book.html#jython seems to be broken. No more titles 
> and links. 
> [~misty] FYI. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14751) Book seems to be broken

2015-11-03 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14751:

Attachment: HBASE-14751.patch

Fixed leftovers from a bad conflict resolution.

> Book seems to be broken
> ---
>
> Key: HBASE-14751
> URL: https://issues.apache.org/jira/browse/HBASE-14751
> Project: HBase
>  Issue Type: Bug
>Reporter: Enis Soztutar
>Assignee: Misty Stanley-Jones
> Attachments: HBASE-14751.patch
>
>
> Seems that the content after: 
> https://hbase.apache.org/book.html#jython seems to be broken. No more titles 
> and links. 
> [~misty] FYI. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (HBASE-14751) Book seems to be broken

2015-11-03 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones reassigned HBASE-14751:
---

Assignee: Misty Stanley-Jones

> Book seems to be broken
> ---
>
> Key: HBASE-14751
> URL: https://issues.apache.org/jira/browse/HBASE-14751
> Project: HBase
>  Issue Type: Bug
>Reporter: Enis Soztutar
>Assignee: Misty Stanley-Jones
>
> Seems that the content after: 
> https://hbase.apache.org/book.html#jython seems to be broken. No more titles 
> and links. 
> [~misty] FYI. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-14755) Fix some broken links and HTML problems

2015-11-03 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-14755:
---

 Summary: Fix some broken links and HTML problems
 Key: HBASE-14755
 URL: https://issues.apache.org/jira/browse/HBASE-14755
 Project: HBase
  Issue Type: Bug
  Components: documentation
Affects Versions: 2.0.0
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
 Fix For: 2.0.0


Problems seen in 
https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Website%20Link%20Ckecker/3/artifact/link_report/index.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14755) Fix some broken links and HTML problems

2015-11-03 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14755:

Status: Patch Available  (was: Open)

> Fix some broken links and HTML problems
> ---
>
> Key: HBASE-14755
> URL: https://issues.apache.org/jira/browse/HBASE-14755
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14755.patch
>
>
> Problems seen in 
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Website%20Link%20Ckecker/3/artifact/link_report/index.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14755) Fix some broken links and HTML problems

2015-11-03 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14755:

Attachment: HBASE-14755.patch

Ready for review.

> Fix some broken links and HTML problems
> ---
>
> Key: HBASE-14755
> URL: https://issues.apache.org/jira/browse/HBASE-14755
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14755.patch
>
>
> Problems seen in 
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Website%20Link%20Ckecker/3/artifact/link_report/index.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-11720) Set up jenkins job to build site documentation

2015-11-02 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-11720:
-

Renamed to https://builds.apache.org/job/hbase_generate_website/ (removed 
spaces from the name) to eliminate potential scripting problems.

> Set up jenkins job to build site documentation
> --
>
> Key: HBASE-11720
> URL: https://issues.apache.org/jira/browse/HBASE-11720
> Project: HBase
>  Issue Type: Task
>  Components: build, documentation
>Reporter: Sean Busbey
>Assignee: Misty Stanley-Jones
>Priority: Minor
>  Labels: jenkins
> Fix For: 2.0.0
>
>
> We should add a jenkins job that builds the website with all docs (nightly? 
> on change?) so that we can get early warning of breakage (e.g. [tag 
> typos|https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=commit;h=bdf9c35d0001e030dff1161fa3a4da87fbc84760])
>  as well as an easy place to review the not-yet-published rendered form.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (HBASE-13742) buildbot should run link checker over book

2015-11-02 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones reassigned HBASE-13742:
---

Assignee: Misty Stanley-Jones

> buildbot should run link checker over book
> --
>
> Key: HBASE-13742
> URL: https://issues.apache.org/jira/browse/HBASE-13742
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Nick Dimiduk
>Assignee: Misty Stanley-Jones
>  Labels: test-patch
>
> I noticed when digging around for info on ImportTsv that we have a broken 
> link in "66.4 See Also". Links to \#importtsv but the real anchor on "117.11. 
> ImportTsv" is \#_importtsv.
> Instead of continuing to fix broken links one-by-one, we should run a link 
> checker over all the docs and ensure these anchors are correct. Similarly, we 
> should be looking for references that need to be relative and fix them, a la 
> HBASE-13669.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-13742) buildbot should run link checker over book

2015-11-02 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-13742:
-

Job created: https://builds.apache.org/job/HBase%20Website%20Link%20Ckecker/

Runs weekly and emails dev@.

> buildbot should run link checker over book
> --
>
> Key: HBASE-13742
> URL: https://issues.apache.org/jira/browse/HBASE-13742
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Nick Dimiduk
>Assignee: Misty Stanley-Jones
>  Labels: test-patch
>
> I noticed when digging around for info on ImportTsv that we have a broken 
> link in "66.4 See Also". Links to \#importtsv but the real anchor on "117.11. 
> ImportTsv" is \#_importtsv.
> Instead of continuing to fix broken links one-by-one, we should run a link 
> checker over all the docs and ensure these anchors are correct. Similarly, we 
> should be looking for references that need to be relative and fix them, a la 
> HBASE-13669.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HBASE-13742) buildbot should run link checker over book

2015-11-02 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones resolved HBASE-13742.
-
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.0.0

Fix version doesn't really make sense here, but I've put it in case it is 
needed. It's just a Jenkins job.

> buildbot should run link checker over book
> --
>
> Key: HBASE-13742
> URL: https://issues.apache.org/jira/browse/HBASE-13742
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Nick Dimiduk
>Assignee: Misty Stanley-Jones
>  Labels: test-patch
> Fix For: 2.0.0
>
>
> I noticed when digging around for info on ImportTsv that we have a broken 
> link in "66.4 See Also". Links to \#importtsv but the real anchor on "117.11. 
> ImportTsv" is \#_importtsv.
> Instead of continuing to fix broken links one-by-one, we should run a link 
> checker over all the docs and ensure these anchors are correct. Similarly, we 
> should be looking for references that need to be relative and fix them, a la 
> HBASE-13669.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (HBASE-11720) Set up jenkins job to build site documentation

2015-11-02 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones reassigned HBASE-11720:
---

Assignee: Misty Stanley-Jones

> Set up jenkins job to build site documentation
> --
>
> Key: HBASE-11720
> URL: https://issues.apache.org/jira/browse/HBASE-11720
> Project: HBase
>  Issue Type: Task
>  Components: build, documentation
>Reporter: Sean Busbey
>Assignee: Misty Stanley-Jones
>Priority: Minor
>  Labels: jenkins
>
> We should add a jenkins job that builds the website with all docs (nightly? 
> on change?) so that we can get early warning of breakage (e.g. [tag 
> typos|https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=commit;h=bdf9c35d0001e030dff1161fa3a4da87fbc84760])
>  as well as an easy place to review the not-yet-published rendered form.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HBASE-11720) Set up jenkins job to build site documentation

2015-11-02 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones resolved HBASE-11720.
-
   Resolution: Fixed
Fix Version/s: 2.0.0

This is a Jenkins-only fix, nothing to do with the source.

> Set up jenkins job to build site documentation
> --
>
> Key: HBASE-11720
> URL: https://issues.apache.org/jira/browse/HBASE-11720
> Project: HBase
>  Issue Type: Task
>  Components: build, documentation
>Reporter: Sean Busbey
>Assignee: Misty Stanley-Jones
>Priority: Minor
>  Labels: jenkins
> Fix For: 2.0.0
>
>
> We should add a jenkins job that builds the website with all docs (nightly? 
> on change?) so that we can get early warning of breakage (e.g. [tag 
> typos|https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=commit;h=bdf9c35d0001e030dff1161fa3a4da87fbc84760])
>  as well as an easy place to review the not-yet-published rendered form.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-11720) Set up jenkins job to build site documentation

2015-11-02 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-11720:
-

Job created: 
https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Generate%20Website/

It will run daily. Checks out master, runs 'mvn clean site site:stage'. Checks 
out and updates Subversion repo, but does not commit it.

Emails dev@ with instructions for how to deploy the changes (you need SVN 
commit access). It's just something like:
{code}
wget 
https://builds.apache.org/job/HBase%20Generate%20Website/8/artifact/trunk.tar.gz
tar xzvf trunk.tar.gz
cd trunk
svn commit -F commit.txt
{code}

> Set up jenkins job to build site documentation
> --
>
> Key: HBASE-11720
> URL: https://issues.apache.org/jira/browse/HBASE-11720
> Project: HBase
>  Issue Type: Task
>  Components: build, documentation
>Reporter: Sean Busbey
>Assignee: Misty Stanley-Jones
>Priority: Minor
>  Labels: jenkins
>
> We should add a jenkins job that builds the website with all docs (nightly? 
> on change?) so that we can get early warning of breakage (e.g. [tag 
> typos|https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=commit;h=bdf9c35d0001e030dff1161fa3a4da87fbc84760])
>  as well as an easy place to review the not-yet-published rendered form.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-14748) Update 0.94 apidocs and xref on website

2015-11-02 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-14748:
---

 Summary: Update 0.94 apidocs and xref on website
 Key: HBASE-14748
 URL: https://issues.apache.org/jira/browse/HBASE-14748
 Project: HBase
  Issue Type: Sub-task
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones


When HBASE-14747 has been merged, update the subdirectories of 0.94/ in SVN. 
There are lots of broken links there.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14747) Make it possible to build Javadoc and xref reports for 0.94 again

2015-11-02 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14747:

Attachment: HBASE-14747-0.94.patch

Testing: Apply patch and run 'mvn clean site site:stage'. Note that target/ 
includes apidocs, testapidocs, devapidocs, testdevapidocs, xref, xref-test 
directories.

> Make it possible to build Javadoc and xref reports for 0.94 again
> -
>
> Key: HBASE-14747
> URL: https://issues.apache.org/jira/browse/HBASE-14747
> Project: HBase
>  Issue Type: Task
>  Components: build
>Affects Versions: 0.94.27
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 0.94.28
>
> Attachments: HBASE-14747-0.94.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14747) Make it possible to build Javadoc and xref reports for 0.94 again

2015-11-02 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14747:

Status: Patch Available  (was: Open)

> Make it possible to build Javadoc and xref reports for 0.94 again
> -
>
> Key: HBASE-14747
> URL: https://issues.apache.org/jira/browse/HBASE-14747
> Project: HBase
>  Issue Type: Task
>  Components: build
>Affects Versions: 0.94.27
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 0.94.28
>
> Attachments: HBASE-14747-0.94.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-14747) Make it possible to build Javadoc and xref reports for 0.94 again

2015-11-02 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-14747:
---

 Summary: Make it possible to build Javadoc and xref reports for 
0.94 again
 Key: HBASE-14747
 URL: https://issues.apache.org/jira/browse/HBASE-14747
 Project: HBase
  Issue Type: Task
  Components: build
Affects Versions: 0.94.27
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
 Fix For: 0.94.28






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14739) Fix broken link to Javadoc that is suppressed because it is generated code

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14739:

Attachment: HBASE-14739.patch

> Fix broken link to Javadoc that is suppressed because it is generated  code
> ---
>
> Key: HBASE-14739
> URL: https://issues.apache.org/jira/browse/HBASE-14739
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-14739.patch
>
>
> We no longer build Javadoc of generated code. There was a manual link to a 
> generated API referenced in a package-summary.html. Remove that. Also clean 
> up a few trailing spaces in the process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14732) Update HBase website skin and CSS

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14732:

Status: Open  (was: Patch Available)

> Update HBase website skin and CSS
> -
>
> Key: HBASE-14732
> URL: https://issues.apache.org/jira/browse/HBASE-14732
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14732-v1.patch, HBASE-14732.patch
>
>
> Use Fluido skin, make things more readable, make improvements to enhance the 
> mobile experience.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14732) Update HBase website skin and CSS

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14732:

Status: Patch Available  (was: Open)

> Update HBase website skin and CSS
> -
>
> Key: HBASE-14732
> URL: https://issues.apache.org/jira/browse/HBASE-14732
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14732-v1.patch, HBASE-14732.patch
>
>
> Use Fluido skin, make things more readable, make improvements to enhance the 
> mobile experience.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14532) [book] dfs.client.read.shortcircuit is referenced as hbase-site.xml config and not described in section 7

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14532:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to master.

> [book] dfs.client.read.shortcircuit is referenced as hbase-site.xml config 
> and not described in section 7
> -
>
> Key: HBASE-14532
> URL: https://issues.apache.org/jira/browse/HBASE-14532
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Reporter: Rick Moritz
>Assignee: Misty Stanley-Jones
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-14532-v1.patch, HBASE-14532.patch
>
>
> After trying to figure out whether shortcircuit reads would work on my 
> system, I studied the book and found conflicting information.
> It's suggested in section 92.2, that dfs.client.read.shortcircuit is an 
> option in hbase-site.xml, but the supposedly complete default configuration 
> in section 7 does not include this setting. This leads to confusion on 
> whether it's sufficient to enable this setting in hdfs-site.xml, or whether 
> it needs to be added to both configurations.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14641) Move JDO example from Wiki to Ref Guide

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14641:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to master.

> Move JDO example from Wiki to Ref Guide
> ---
>
> Key: HBASE-14641
> URL: https://issues.apache.org/jira/browse/HBASE-14641
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14641-v1.patch, HBASE-14641.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (HBASE-14481) Decommission HBase wiki

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones reassigned HBASE-14481:
---

Assignee: Misty Stanley-Jones

> Decommission HBase wiki
> ---
>
> Key: HBASE-14481
> URL: https://issues.apache.org/jira/browse/HBASE-14481
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Nick Dimiduk
>Assignee: Misty Stanley-Jones
>Priority: Blocker
>  Labels: beginner
> Fix For: 2.0.0
>
>
> We have an awesome community resource in our [online 
> book|http://hbase.apache.org/book.html]. It's maintained and looked after 
> with diligence. We also have an HBase section on the [hadoop 
> wiki|http://wiki.apache.org/hadoop/Hbase] that hasn't been updated since 
> 2012. Let's sift through the pages of the wiki, bring over any content that's 
> still relevant and not already present in the book, and kill the wiki.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-14741) Update Jython example from HBASE-14638 to use new APIs

2015-11-01 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-14741:
---

 Summary: Update Jython example from HBASE-14638 to use new APIs
 Key: HBASE-14741
 URL: https://issues.apache.org/jira/browse/HBASE-14741
 Project: HBase
  Issue Type: Task
Reporter: Misty Stanley-Jones


Jython example was moved straight from the Wiki and needs to be updated to use 
post-1.0 APIs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14532) [book] dfs.client.read.shortcircuit is referenced as hbase-site.xml config and not described in section 7

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14532:

Attachment: HBASE-14532-v1.patch

Reworded to address [~tedyu]'s feedback.

> [book] dfs.client.read.shortcircuit is referenced as hbase-site.xml config 
> and not described in section 7
> -
>
> Key: HBASE-14532
> URL: https://issues.apache.org/jira/browse/HBASE-14532
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Reporter: Rick Moritz
>Assignee: Misty Stanley-Jones
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-14532-v1.patch, HBASE-14532.patch
>
>
> After trying to figure out whether shortcircuit reads would work on my 
> system, I studied the book and found conflicting information.
> It's suggested in section 92.2, that dfs.client.read.shortcircuit is an 
> option in hbase-site.xml, but the supposedly complete default configuration 
> in section 7 does not include this setting. This leads to confusion on 
> whether it's sufficient to enable this setting in hdfs-site.xml, or whether 
> it needs to be added to both configurations.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14640) Move Cascading info from Wiki to Ref Guide

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14640:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

> Move Cascading info from Wiki to Ref Guide
> --
>
> Key: HBASE-14640
> URL: https://issues.apache.org/jira/browse/HBASE-14640
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14640.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-13478) Document the change of default master ports being used .

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-13478:

   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.0.0
   Status: Resolved  (was: Patch Available)

Pushed with present-tense wording. Thanks!

> Document the change of default master ports being used .
> 
>
> Key: HBASE-13478
> URL: https://issues.apache.org/jira/browse/HBASE-13478
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Srikanth Srungarapu
>Assignee: Misty Stanley-Jones
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-13478.patch
>
>
> In 1.0.x, master by default binds to the region server ports. But in 1.1 and 
> 2.0 branches, we have undone this changes and brought back the usage of old 
> master ports to make the migration from 0.98 -> 1.1 hassle free.  Please see 
> the parent jira for more background.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14638) Move Jython info from the Wiki to the Ref Guide

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14638:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to master.

> Move Jython info from the Wiki to the Ref Guide
> ---
>
> Key: HBASE-14638
> URL: https://issues.apache.org/jira/browse/HBASE-14638
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14638.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14739) Fix broken link to Javadoc that is suppressed because it is generated code

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14739:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to master.

> Fix broken link to Javadoc that is suppressed because it is generated  code
> ---
>
> Key: HBASE-14739
> URL: https://issues.apache.org/jira/browse/HBASE-14739
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-14739.patch
>
>
> We no longer build Javadoc of generated code. There was a manual link to a 
> generated API referenced in a package-summary.html. Remove that. Also clean 
> up a few trailing spaces in the process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14639) Move Scala info from Wiki to Ref Guide

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14639:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to master.

> Move Scala info from Wiki to Ref Guide
> --
>
> Key: HBASE-14639
> URL: https://issues.apache.org/jira/browse/HBASE-14639
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14639.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-14740) Refactor Scala example from HBASE-14639 to use new APIs

2015-11-01 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-14740:
---

 Summary: Refactor Scala example from HBASE-14639 to use new APIs
 Key: HBASE-14740
 URL: https://issues.apache.org/jira/browse/HBASE-14740
 Project: HBase
  Issue Type: Task
Reporter: Misty Stanley-Jones
Assignee: Ted Malaska


Ted, if you don't want to try your hand at this, feel free to unassign 
yourself. :)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (HBASE-14481) Decommission HBase wiki

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Work on HBASE-14481 started by Misty Stanley-Jones.
---
> Decommission HBase wiki
> ---
>
> Key: HBASE-14481
> URL: https://issues.apache.org/jira/browse/HBASE-14481
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Nick Dimiduk
>Assignee: Misty Stanley-Jones
>Priority: Blocker
>  Labels: beginner
> Fix For: 2.0.0
>
>
> We have an awesome community resource in our [online 
> book|http://hbase.apache.org/book.html]. It's maintained and looked after 
> with diligence. We also have an HBase section on the [hadoop 
> wiki|http://wiki.apache.org/hadoop/Hbase] that hasn't been updated since 
> 2012. Let's sift through the pages of the wiki, bring over any content that's 
> still relevant and not already present in the book, and kill the wiki.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-14481) Decommission HBase wiki

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-14481:
-

All the work on this is done. I need to put in a few redirect URLs into the 
wiki but I can't load the Wiki pages at all right now. I'll try again tomorrow.

> Decommission HBase wiki
> ---
>
> Key: HBASE-14481
> URL: https://issues.apache.org/jira/browse/HBASE-14481
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Nick Dimiduk
>Assignee: Misty Stanley-Jones
>Priority: Blocker
>  Labels: beginner
> Fix For: 2.0.0
>
>
> We have an awesome community resource in our [online 
> book|http://hbase.apache.org/book.html]. It's maintained and looked after 
> with diligence. We also have an HBase section on the [hadoop 
> wiki|http://wiki.apache.org/hadoop/Hbase] that hasn't been updated since 
> 2012. Let's sift through the pages of the wiki, bring over any content that's 
> still relevant and not already present in the book, and kill the wiki.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14026) Clarify "Web API" in version and compatibility docs

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14026:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Committed to master.

> Clarify "Web API" in version and compatibility docs
> ---
>
> Key: HBASE-14026
> URL: https://issues.apache.org/jira/browse/HBASE-14026
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Sean Busbey
>Assignee: Misty Stanley-Jones
>Priority: Critical
> Fix For: 2.0.0
>
> Attachments: HBASE-14026.patch
>
>
> per discussion on HBASE-13861, update our version and compatibility section 
> to clarify under operational compatibility that by "Web page API" we mean the 
> /jmx endpoint.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14739) Fix broken link to Javadoc that is suppressed because it is generated code

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14739:

Status: Patch Available  (was: Open)

Does what it says on the tin.

> Fix broken link to Javadoc that is suppressed because it is generated  code
> ---
>
> Key: HBASE-14739
> URL: https://issues.apache.org/jira/browse/HBASE-14739
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-14739.patch
>
>
> We no longer build Javadoc of generated code. There was a manual link to a 
> generated API referenced in a package-summary.html. Remove that. Also clean 
> up a few trailing spaces in the process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14732) Update HBase website skin and CSS

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14732:

Attachment: HBASE-14732-v1.patch

It applies for me locally (using git am against a fresh master), but attaching 
a fresh patch just to be sure.

> Update HBase website skin and CSS
> -
>
> Key: HBASE-14732
> URL: https://issues.apache.org/jira/browse/HBASE-14732
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14732-v1.patch, HBASE-14732.patch
>
>
> Use Fluido skin, make things more readable, make improvements to enhance the 
> mobile experience.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-14739) Fix broken link to Javadoc that is suppressed because it is generated code

2015-11-01 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-14739:
---

 Summary: Fix broken link to Javadoc that is suppressed because it 
is generated  code
 Key: HBASE-14739
 URL: https://issues.apache.org/jira/browse/HBASE-14739
 Project: HBase
  Issue Type: Bug
  Components: documentation
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Trivial
 Fix For: 2.0.0


We no longer build Javadoc of generated code. There was a manual link to a 
generated API referenced in a package-summary.html. Remove that. Also clean up 
a few trailing spaces in the process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14481) Decommission HBase wiki

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14481:

Attachment: HBASE-14481.patch

Attached patch scrubs and redirects all links from the Javadoc, Ref Guide, 
scripts, and website to the Wiki.

All Wiki redirects have been done, too.

> Decommission HBase wiki
> ---
>
> Key: HBASE-14481
> URL: https://issues.apache.org/jira/browse/HBASE-14481
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Nick Dimiduk
>Assignee: Misty Stanley-Jones
>Priority: Blocker
>  Labels: beginner
> Fix For: 2.0.0
>
> Attachments: HBASE-14481.patch
>
>
> We have an awesome community resource in our [online 
> book|http://hbase.apache.org/book.html]. It's maintained and looked after 
> with diligence. We also have an HBase section on the [hadoop 
> wiki|http://wiki.apache.org/hadoop/Hbase] that hasn't been updated since 
> 2012. Let's sift through the pages of the wiki, bring over any content that's 
> still relevant and not already present in the book, and kill the wiki.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14481) Decommission HBase wiki

2015-11-01 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14481:

Status: Patch Available  (was: In Progress)

> Decommission HBase wiki
> ---
>
> Key: HBASE-14481
> URL: https://issues.apache.org/jira/browse/HBASE-14481
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Nick Dimiduk
>Assignee: Misty Stanley-Jones
>Priority: Blocker
>  Labels: beginner
> Fix For: 2.0.0
>
> Attachments: HBASE-14481.patch
>
>
> We have an awesome community resource in our [online 
> book|http://hbase.apache.org/book.html]. It's maintained and looked after 
> with diligence. We also have an HBase section on the [hadoop 
> wiki|http://wiki.apache.org/hadoop/Hbase] that hasn't been updated since 
> 2012. Let's sift through the pages of the wiki, bring over any content that's 
> still relevant and not already present in the book, and kill the wiki.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14732) Update HBase website skin and CSS

2015-10-30 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14732:

Attachment: HBASE-14732.patch

> Update HBase website skin and CSS
> -
>
> Key: HBASE-14732
> URL: https://issues.apache.org/jira/browse/HBASE-14732
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14732.patch
>
>
> Use Fluido skin, make things more readable, make improvements to enhance the 
> mobile experience.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-14732) Update HBase website skin and CSS

2015-10-30 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-14732:
---

 Summary: Update HBase website skin and CSS
 Key: HBASE-14732
 URL: https://issues.apache.org/jira/browse/HBASE-14732
 Project: HBase
  Issue Type: Task
  Components: documentation
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
 Fix For: 2.0.0


Use Fluido skin, make things more readable, make improvements to enhance the 
mobile experience.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14732) Update HBase website skin and CSS

2015-10-30 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14732:

Status: Patch Available  (was: Open)

> Update HBase website skin and CSS
> -
>
> Key: HBASE-14732
> URL: https://issues.apache.org/jira/browse/HBASE-14732
> Project: HBase
>  Issue Type: Task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14732.patch
>
>
> Use Fluido skin, make things more readable, make improvements to enhance the 
> mobile experience.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14695) Fix some easy HTML warnings

2015-10-27 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14695:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to master.

> Fix some easy HTML warnings
> ---
>
> Key: HBASE-14695
> URL: https://issues.apache.org/jira/browse/HBASE-14695
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-14695.patch
>
>
> There are a few links to top-level pages but missing the trailing /, and a 
> few please where we link to pages like replication.html even though we have a 
> single-page book now. There are also a few broken links in the APIdocs, 
> probably due to code we have specifically filtered out of the Javadoc:
> {code}
> #
> # ERROR   4 files had broken links
> #
> /devapidocs/org/apache/hadoop/hbase/wal/NamespaceGroupingStrategy.html
> had 1 broken link
> 
> /devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html
> /devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
> had 1 broken link
> 
> /devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html
> /devapidocs/overview-tree.html
> had 2 broken links
> 
> /devapidocs/org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html
> 
> /devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html
> /devapidocs/serialized-form.html
> had 26 broken links
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.DescriptorProto.ExtensionRange.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.DescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumDescriptorProto.html
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumValueDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumValueOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FieldDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FieldOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileDescriptorSet.html
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.MessageOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.MethodDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.MethodOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.ServiceDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.ServiceOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.SourceCodeInfo.Location.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.SourceCodeInfo.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.UninterpretedOption.NamePart.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.UninterpretedOption.html
> /devapidocs/src-html/com/google/protobuf/GeneratedMessage.html
> /devapidocs/src-html/com/google/protobuf/GeneratedMessageLite.html
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/ColumnFilter$.html
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/HBaseContext$.html
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/RowKeyFilter$.html
> 
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/SchemaQualifierDefinition$.html
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14695) Fix some easy HTML warnings

2015-10-26 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14695:

Attachment: HBASE-14695.patch

Ready for review.

> Fix some easy HTML warnings
> ---
>
> Key: HBASE-14695
> URL: https://issues.apache.org/jira/browse/HBASE-14695
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-14695.patch
>
>
> There are a few links to top-level pages but missing the trailing /, and a 
> few please where we link to pages like replication.html even though we have a 
> single-page book now. There are also a few broken links in the APIdocs, 
> probably due to code we have specifically filtered out of the Javadoc:
> {code}
> #
> # ERROR   4 files had broken links
> #
> /devapidocs/org/apache/hadoop/hbase/wal/NamespaceGroupingStrategy.html
> had 1 broken link
> 
> /devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html
> /devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
> had 1 broken link
> 
> /devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html
> /devapidocs/overview-tree.html
> had 2 broken links
> 
> /devapidocs/org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html
> 
> /devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html
> /devapidocs/serialized-form.html
> had 26 broken links
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.DescriptorProto.ExtensionRange.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.DescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumDescriptorProto.html
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumValueDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumValueOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FieldDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FieldOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileDescriptorSet.html
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.MessageOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.MethodDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.MethodOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.ServiceDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.ServiceOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.SourceCodeInfo.Location.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.SourceCodeInfo.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.UninterpretedOption.NamePart.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.UninterpretedOption.html
> /devapidocs/src-html/com/google/protobuf/GeneratedMessage.html
> /devapidocs/src-html/com/google/protobuf/GeneratedMessageLite.html
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/ColumnFilter$.html
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/HBaseContext$.html
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/RowKeyFilter$.html
> 
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/SchemaQualifierDefinition$.html
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14695) Fix some easy HTML warnings

2015-10-26 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14695:

Status: Patch Available  (was: Open)

> Fix some easy HTML warnings
> ---
>
> Key: HBASE-14695
> URL: https://issues.apache.org/jira/browse/HBASE-14695
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-14695.patch
>
>
> There are a few links to top-level pages but missing the trailing /, and a 
> few please where we link to pages like replication.html even though we have a 
> single-page book now. There are also a few broken links in the APIdocs, 
> probably due to code we have specifically filtered out of the Javadoc:
> {code}
> #
> # ERROR   4 files had broken links
> #
> /devapidocs/org/apache/hadoop/hbase/wal/NamespaceGroupingStrategy.html
> had 1 broken link
> 
> /devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html
> /devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
> had 1 broken link
> 
> /devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html
> /devapidocs/overview-tree.html
> had 2 broken links
> 
> /devapidocs/org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html
> 
> /devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html
> /devapidocs/serialized-form.html
> had 26 broken links
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.DescriptorProto.ExtensionRange.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.DescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumDescriptorProto.html
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumValueDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumValueOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FieldDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FieldOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileDescriptorSet.html
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.MessageOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.MethodDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.MethodOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.ServiceDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.ServiceOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.SourceCodeInfo.Location.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.SourceCodeInfo.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.UninterpretedOption.NamePart.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.UninterpretedOption.html
> /devapidocs/src-html/com/google/protobuf/GeneratedMessage.html
> /devapidocs/src-html/com/google/protobuf/GeneratedMessageLite.html
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/ColumnFilter$.html
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/HBaseContext$.html
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/RowKeyFilter$.html
> 
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/SchemaQualifierDefinition$.html
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-14695) Fix some easy HTML warnings

2015-10-26 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-14695:
-

That's not what is going on, that would be \". What's going on here is changing 
{{reviews.apache.org}} to {{reviews.apache.org/}} with the trailing slash.

> Fix some easy HTML warnings
> ---
>
> Key: HBASE-14695
> URL: https://issues.apache.org/jira/browse/HBASE-14695
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-14695.patch
>
>
> There are a few links to top-level pages but missing the trailing /, and a 
> few please where we link to pages like replication.html even though we have a 
> single-page book now. There are also a few broken links in the APIdocs, 
> probably due to code we have specifically filtered out of the Javadoc:
> {code}
> #
> # ERROR   4 files had broken links
> #
> /devapidocs/org/apache/hadoop/hbase/wal/NamespaceGroupingStrategy.html
> had 1 broken link
> 
> /devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html
> /devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
> had 1 broken link
> 
> /devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html
> /devapidocs/overview-tree.html
> had 2 broken links
> 
> /devapidocs/org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html
> 
> /devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html
> /devapidocs/serialized-form.html
> had 26 broken links
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.DescriptorProto.ExtensionRange.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.DescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumDescriptorProto.html
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumValueDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumValueOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FieldDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FieldOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileDescriptorSet.html
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.MessageOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.MethodDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.MethodOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.ServiceDescriptorProto.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.ServiceOptions.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.SourceCodeInfo.Location.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.SourceCodeInfo.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.UninterpretedOption.NamePart.html
> 
> /devapidocs/src-html/com/google/protobuf/DescriptorProtos.UninterpretedOption.html
> /devapidocs/src-html/com/google/protobuf/GeneratedMessage.html
> /devapidocs/src-html/com/google/protobuf/GeneratedMessageLite.html
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/ColumnFilter$.html
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/HBaseContext$.html
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/RowKeyFilter$.html
> 
> /devapidocs/src-html/org/apache/hadoop/hbase/spark/SchemaQualifierDefinition$.html
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-13867) Add endpoint coprocessor guide to HBase book

2015-10-25 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-13867:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

It worked great! Thanks for your contribution, [~gbhardwaj]. I changed the 
commit message on commit (removed "Patch for" from the front).

> Add endpoint coprocessor guide to HBase book
> 
>
> Key: HBASE-13867
> URL: https://issues.apache.org/jira/browse/HBASE-13867
> Project: HBase
>  Issue Type: Task
>  Components: Coprocessors, documentation
>Reporter: Vladimir Rodionov
>Assignee: Gaurav Bhardwaj
> Fix For: 2.0.0
>
> Attachments: HBASE-13867.1.patch, HBASE-13867.2.patch, 
> HBASE-13867.2.patch, HBASE-13867.3.patch, HBASE-13867.4.patch
>
>
> Endpoint coprocessors are very poorly documented.
> Coprocessor section of HBase book must be updated either with its own 
> endpoint coprocessors HOW-TO guide or, at least, with the link(s) to some 
> other guides. There is good description here:
> http://www.3pillarglobal.com/insights/hbase-coprocessors



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-14695) Fix some easy HTML warnings

2015-10-25 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-14695:
---

 Summary: Fix some easy HTML warnings
 Key: HBASE-14695
 URL: https://issues.apache.org/jira/browse/HBASE-14695
 Project: HBase
  Issue Type: Bug
  Components: documentation
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Minor
 Fix For: 2.0.0


There are a few links to top-level pages but missing the trailing /, and a few 
please where we link to pages like replication.html even though we have a 
single-page book now. There are also a few broken links in the APIdocs, 
probably due to code we have specifically filtered out of the Javadoc:

{code}
#
# ERROR   4 files had broken links
#
/devapidocs/org/apache/hadoop/hbase/wal/NamespaceGroupingStrategy.html
had 1 broken link

/devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html

/devapidocs/org/apache/hadoop/hbase/wal/package-tree.html
had 1 broken link

/devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html

/devapidocs/overview-tree.html
had 2 broken links

/devapidocs/org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html

/devapidocs/org/apache/hadoop/hbase/wal/RegionGroupingProvider.RegionGroupingStrategy.html

/devapidocs/serialized-form.html
had 26 broken links

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.DescriptorProto.ExtensionRange.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.DescriptorProto.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumDescriptorProto.html
/devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumOptions.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumValueDescriptorProto.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.EnumValueOptions.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.FieldDescriptorProto.html
/devapidocs/src-html/com/google/protobuf/DescriptorProtos.FieldOptions.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileDescriptorProto.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileDescriptorSet.html
/devapidocs/src-html/com/google/protobuf/DescriptorProtos.FileOptions.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.MessageOptions.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.MethodDescriptorProto.html
/devapidocs/src-html/com/google/protobuf/DescriptorProtos.MethodOptions.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.ServiceDescriptorProto.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.ServiceOptions.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.SourceCodeInfo.Location.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.SourceCodeInfo.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.UninterpretedOption.NamePart.html

/devapidocs/src-html/com/google/protobuf/DescriptorProtos.UninterpretedOption.html
/devapidocs/src-html/com/google/protobuf/GeneratedMessage.html
/devapidocs/src-html/com/google/protobuf/GeneratedMessageLite.html
/devapidocs/src-html/org/apache/hadoop/hbase/spark/ColumnFilter$.html
/devapidocs/src-html/org/apache/hadoop/hbase/spark/HBaseContext$.html
/devapidocs/src-html/org/apache/hadoop/hbase/spark/RowKeyFilter$.html

/devapidocs/src-html/org/apache/hadoop/hbase/spark/SchemaQualifierDefinition$.html
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14603) Lots of work on the POM to enhance Javadocs, Xrefs

2015-10-22 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14603:

Attachment: HBASE-14603-v8.patch

What I will commit, reorganizing the site menus a bit too.

> Lots of work on the POM to enhance Javadocs, Xrefs
> --
>
> Key: HBASE-14603
> URL: https://issues.apache.org/jira/browse/HBASE-14603
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14603-v2.patch, HBASE-14603-v3.patch, 
> HBASE-14603-v4.patch, HBASE-14603-v5.patch, HBASE-14603-v6.patch, 
> HBASE-14603-v7.patch, HBASE-14603-v8.patch, HBASE-14603.patch
>
>
> If we disable the timestamps (which are in HTML comments), then every Javadoc 
> file won't show up as different every time we rebuild the site.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14603) Lots of work on the POM to enhance Javadocs, Xrefs

2015-10-22 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14603:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Lots of work on the POM to enhance Javadocs, Xrefs
> --
>
> Key: HBASE-14603
> URL: https://issues.apache.org/jira/browse/HBASE-14603
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14603-v2.patch, HBASE-14603-v3.patch, 
> HBASE-14603-v4.patch, HBASE-14603-v5.patch, HBASE-14603-v6.patch, 
> HBASE-14603-v7.patch, HBASE-14603-v8.patch, HBASE-14603.patch
>
>
> If we disable the timestamps (which are in HTML comments), then every Javadoc 
> file won't show up as different every time we rebuild the site.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-14681) Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288

2015-10-22 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-14681:
-

This seems to still not universally work. Running mvn:site succeeds and then 
running it again fails. I'm using Maven 3.2.1 on OSX. Maybe someone else can 
help me debug this. Attaching a log where it fails with maven-checkstyle-plugin 
2.13, one where it succeeds with 2.15, and one where it fails with 2.15. 
Confused.

> Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288
> --
>
> Key: HBASE-14681
> URL: https://issues.apache.org/jira/browse/HBASE-14681
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
>
> We are getting a NPE in checkstyle when running mvn:site. It seems to be 
> MCHECKSTYLE-288. Updating maven-checkstyle-plugin from 2.13 to 2.15 seems to 
> fix it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HBASE-14681) Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288

2015-10-22 Thread Misty Stanley-Jones (JIRA)
Misty Stanley-Jones created HBASE-14681:
---

 Summary: Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288
 Key: HBASE-14681
 URL: https://issues.apache.org/jira/browse/HBASE-14681
 Project: HBase
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
 Fix For: 2.0.0


We are getting a NPE in checkstyle when running mvn:site. It seems to be 
MCHECKSTYLE-288. Updating maven-checkstyle-plugin from 2.13 to 2.15 seems to 
fix it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14681) Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288

2015-10-22 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14681:

Description: 
We are getting a NPE in checkstyle when running mvn:site. It seems to be 
MCHECKSTYLE-288. Updating maven-checkstyle-plugin from 2.13 to 2.15 seems to 
fix it.

Or maybe not.

  was:We are getting a NPE in checkstyle when running mvn:site. It seems to be 
MCHECKSTYLE-288. Updating maven-checkstyle-plugin from 2.13 to 2.15 seems to 
fix it.


> Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288
> --
>
> Key: HBASE-14681
> URL: https://issues.apache.org/jira/browse/HBASE-14681
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: 2.13_fail.log, 2.15_success.log.zip
>
>
> We are getting a NPE in checkstyle when running mvn:site. It seems to be 
> MCHECKSTYLE-288. Updating maven-checkstyle-plugin from 2.13 to 2.15 seems to 
> fix it.
> Or maybe not.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14681) Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288

2015-10-22 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14681:

Attachment: 2.15_success.log.zip
2.13_fail.log

> Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288
> --
>
> Key: HBASE-14681
> URL: https://issues.apache.org/jira/browse/HBASE-14681
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: 2.13_fail.log, 2.15_success.log.zip
>
>
> We are getting a NPE in checkstyle when running mvn:site. It seems to be 
> MCHECKSTYLE-288. Updating maven-checkstyle-plugin from 2.13 to 2.15 seems to 
> fix it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14681) Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288 or perhaps MCHECKSTYLE-250

2015-10-22 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14681:

Summary: Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288 or 
perhaps MCHECKSTYLE-250  (was: Upgrade Checkstyle plugin to 2.15 to avoid 
MCHECKSTYLE-288)

> Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288 or perhaps 
> MCHECKSTYLE-250
> -
>
> Key: HBASE-14681
> URL: https://issues.apache.org/jira/browse/HBASE-14681
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: 2.13_fail.log, 2.15_success.log.zip
>
>
> We are getting a NPE in checkstyle when running mvn:site. It seems to be 
> MCHECKSTYLE-288. Updating maven-checkstyle-plugin from 2.13 to 2.15 seems to 
> fix it.
> Or maybe not.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14681) Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288 or perhaps MCHECKSTYLE-250

2015-10-22 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14681:

Description: 
We are getting a NPE in checkstyle when running mvn:site. It seems to be 
MCHECKSTYLE-288 or MCHECKSTYLE-250. Updating maven-checkstyle-plugin from 2.13 
to 2.15 seems to fix it.

Or maybe not.

  was:
We are getting a NPE in checkstyle when running mvn:site. It seems to be 
MCHECKSTYLE-288. Updating maven-checkstyle-plugin from 2.13 to 2.15 seems to 
fix it.

Or maybe not.


> Upgrade Checkstyle plugin to 2.15 to avoid MCHECKSTYLE-288 or perhaps 
> MCHECKSTYLE-250
> -
>
> Key: HBASE-14681
> URL: https://issues.apache.org/jira/browse/HBASE-14681
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: 2.13_fail.log, 2.15_success.log.zip
>
>
> We are getting a NPE in checkstyle when running mvn:site. It seems to be 
> MCHECKSTYLE-288 or MCHECKSTYLE-250. Updating maven-checkstyle-plugin from 
> 2.13 to 2.15 seems to fix it.
> Or maybe not.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HBASE-14681) Upgrade Checkstyle plugin to 2.16

2015-10-22 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones resolved HBASE-14681.
-
  Resolution: Fixed
Hadoop Flags: Reviewed

> Upgrade Checkstyle plugin to 2.16
> -
>
> Key: HBASE-14681
> URL: https://issues.apache.org/jira/browse/HBASE-14681
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: 2.13_fail.log, 2.15_success.log.zip, HBASE-14681.patch
>
>
> We are getting a NPE in checkstyle when running mvn:site. It seems to be 
> MCHECKSTYLE-288 or MCHECKSTYLE-250. Updating maven-checkstyle-plugin from 
> 2.13 to 2.16 seems to fix it.
> Or maybe not.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14681) Upgrade Checkstyle plugin to 2.16

2015-10-22 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14681:

Summary: Upgrade Checkstyle plugin to 2.16  (was: Upgrade Checkstyle plugin 
to 2.15 to avoid MCHECKSTYLE-288 or perhaps MCHECKSTYLE-250)

> Upgrade Checkstyle plugin to 2.16
> -
>
> Key: HBASE-14681
> URL: https://issues.apache.org/jira/browse/HBASE-14681
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: 2.13_fail.log, 2.15_success.log.zip
>
>
> We are getting a NPE in checkstyle when running mvn:site. It seems to be 
> MCHECKSTYLE-288 or MCHECKSTYLE-250. Updating maven-checkstyle-plugin from 
> 2.13 to 2.15 seems to fix it.
> Or maybe not.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14681) Upgrade Checkstyle plugin to 2.16

2015-10-22 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14681:

Description: 
We are getting a NPE in checkstyle when running mvn:site. It seems to be 
MCHECKSTYLE-288 or MCHECKSTYLE-250. Updating maven-checkstyle-plugin from 2.13 
to 2.16 seems to fix it.

Or maybe not.

  was:
We are getting a NPE in checkstyle when running mvn:site. It seems to be 
MCHECKSTYLE-288 or MCHECKSTYLE-250. Updating maven-checkstyle-plugin from 2.13 
to 2.15 seems to fix it.

Or maybe not.


> Upgrade Checkstyle plugin to 2.16
> -
>
> Key: HBASE-14681
> URL: https://issues.apache.org/jira/browse/HBASE-14681
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: 2.13_fail.log, 2.15_success.log.zip
>
>
> We are getting a NPE in checkstyle when running mvn:site. It seems to be 
> MCHECKSTYLE-288 or MCHECKSTYLE-250. Updating maven-checkstyle-plugin from 
> 2.13 to 2.16 seems to fix it.
> Or maybe not.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14681) Upgrade Checkstyle plugin to 2.16

2015-10-22 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14681:

Attachment: HBASE-14681.patch

I got three clean runs with 2.16. Committed to master.

> Upgrade Checkstyle plugin to 2.16
> -
>
> Key: HBASE-14681
> URL: https://issues.apache.org/jira/browse/HBASE-14681
> Project: HBase
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: 2.13_fail.log, 2.15_success.log.zip, HBASE-14681.patch
>
>
> We are getting a NPE in checkstyle when running mvn:site. It seems to be 
> MCHECKSTYLE-288 or MCHECKSTYLE-250. Updating maven-checkstyle-plugin from 
> 2.13 to 2.16 seems to fix it.
> Or maybe not.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-13867) Add endpoint coprocessor guide to HBase book

2015-10-22 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-13867:
-

This looks great content-wise, but I can't apply the patch. I'm not sure how 
you created it. It seems to be reversed and also have some trailing whitespace.

Generally, in your local branch where you did the work, you can do "git 
format-patch --stdout origin/master > ~/HBASE-13867-v4.patch". To test your 
patch, checkout master and do "git am ~/HBASE-13867-v4.patch". If it doesn't 
apply cleanly, can you paste the error here? If it does apply cleanly, you can 
reset your master to origin by doing "git reset --hard origin/master" while you 
have master checked out.

> Add endpoint coprocessor guide to HBase book
> 
>
> Key: HBASE-13867
> URL: https://issues.apache.org/jira/browse/HBASE-13867
> Project: HBase
>  Issue Type: Task
>  Components: Coprocessors, documentation
>Reporter: Vladimir Rodionov
>Assignee: Gaurav Bhardwaj
> Fix For: 2.0.0
>
> Attachments: HBASE-13867.1.patch, HBASE-13867.2.patch, 
> HBASE-13867.2.patch, HBASE-13867.3.patch
>
>
> Endpoint coprocessors are very poorly documented.
> Coprocessor section of HBase book must be updated either with its own 
> endpoint coprocessors HOW-TO guide or, at least, with the link(s) to some 
> other guides. There is good description here:
> http://www.3pillarglobal.com/insights/hbase-coprocessors



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-14652) Improve / update publish-website script in dev-support

2015-10-21 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones commented on HBASE-14652:
-

I've been using this for a couple days and it seems fine. Resolving.

> Improve / update publish-website script in dev-support
> --
>
> Key: HBASE-14652
> URL: https://issues.apache.org/jira/browse/HBASE-14652
> Project: HBase
>  Issue Type: Task
>  Components: scripts
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14652.patch
>
>
> Since I wrote the script some parts of the build process have changed. Need 
> to update it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HBASE-14652) Improve / update publish-website script in dev-support

2015-10-21 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones resolved HBASE-14652.
-
Resolution: Fixed

> Improve / update publish-website script in dev-support
> --
>
> Key: HBASE-14652
> URL: https://issues.apache.org/jira/browse/HBASE-14652
> Project: HBase
>  Issue Type: Task
>  Components: scripts
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14652.patch
>
>
> Since I wrote the script some parts of the build process have changed. Need 
> to update it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14603) Lots of work on the POM to enhance Javadocs, Xrefs

2015-10-21 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14603:

Status: Open  (was: Patch Available)

> Lots of work on the POM to enhance Javadocs, Xrefs
> --
>
> Key: HBASE-14603
> URL: https://issues.apache.org/jira/browse/HBASE-14603
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14603-v2.patch, HBASE-14603-v3.patch, 
> HBASE-14603-v4.patch, HBASE-14603-v5.patch, HBASE-14603-v6.patch, 
> HBASE-14603-v7.patch, HBASE-14603.patch
>
>
> If we disable the timestamps (which are in HTML comments), then every Javadoc 
> file won't show up as different every time we rebuild the site.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14603) Lots of work on the POM to enhance Javadocs, Xrefs

2015-10-21 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14603:

Status: Patch Available  (was: Open)

> Lots of work on the POM to enhance Javadocs, Xrefs
> --
>
> Key: HBASE-14603
> URL: https://issues.apache.org/jira/browse/HBASE-14603
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14603-v2.patch, HBASE-14603-v3.patch, 
> HBASE-14603-v4.patch, HBASE-14603-v5.patch, HBASE-14603-v6.patch, 
> HBASE-14603-v7.patch, HBASE-14603.patch
>
>
> If we disable the timestamps (which are in HTML comments), then every Javadoc 
> file won't show up as different every time we rebuild the site.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14326) HBase book: fix definition of max min size to compact

2015-10-21 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14326:

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to master. Thanks stack!

> HBase book: fix definition of max min size to compact
> -
>
> Key: HBASE-14326
> URL: https://issues.apache.org/jira/browse/HBASE-14326
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Reporter: Vladimir Rodionov
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14326.patch
>
>
> I think we need to change wording/definition of these config parameters in 
> HBase book, they are misleading:
> {quote}
> hbase.hstore.compaction.min.size
> Description
> A StoreFile smaller than this size will always be eligible for minor 
> compaction. HFiles this size or larger are evaluated by 
> hbase.hstore.compaction.ratio to determine if they are eligible. Because this 
> limit represents the "automatic include"limit for all StoreFiles smaller than 
> this value, this value may need to be reduced in write-heavy environments 
> where many StoreFiles in the 1-2 MB range are being flushed, because every 
> StoreFile will be targeted for compaction and the resulting StoreFiles may 
> still be under the minimum size and require further compaction. If this 
> parameter is lowered, the ratio check is triggered more quickly. This 
> addressed some issues seen in earlier versions of HBase but changing this 
> parameter is no longer necessary in most situations. Default: 128 MB 
> expressed in bytes.
> Default
> 134217728
> hbase.hstore.compaction.max.size
> Description
> A StoreFile larger than this size will be excluded from compaction. The 
> effect of raising hbase.hstore.compaction.max.size is fewer, larger 
> StoreFiles that do not get compacted often. If you feel that compaction is 
> happening too often without much benefit, you can try raising this value. 
> Default: the value of LONG.MAX_VALUE, expressed in bytes.
> hbase.hstore.compaction.ratio
> Description
> For minor compaction, this ratio is used to determine whether a given 
> StoreFile which is larger than hbase.hstore.compaction.min.size is eligible 
> for compaction. Its effect is to limit compaction of large StoreFiles. The 
> value of hbase.hstore.compaction.ratio is expressed as a floating-point 
> decimal. A large ratio, such as 10, will produce a single giant StoreFile. 
> Conversely, a low value, such as .25, will produce behavior similar to the 
> BigTable compaction algorithm, producing four StoreFiles. A moderate value of 
> between 1.0 and 1.4 is recommended. When tuning this value, you are balancing 
> write costs with read costs. Raising the value (to something like 1.4) will 
> have more write costs, because you will compact larger StoreFiles. However, 
> during reads, HBase will need to seek through fewer StoreFiles to accomplish 
> the read. Consider this approach if you cannot take advantage of Bloom 
> filters. Otherwise, you can lower this value to something like 1.0 to reduce 
> the background cost of writes, and use Bloom filters to control the number of 
> StoreFiles touched during reads. For most cases, the default value is 
> appropriate.
> Default
> 1.2F
> {quote}
> For details, see HBASE-14263.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14603) Lots of work on the POM to enhance Javadocs, Xrefs

2015-10-21 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14603:

Attachment: HBASE-14603-v7.patch

Lots of work on the POM to enhance Javadocs, Xrefs

* We now have apidocs, devapidocs, testapidocs, and testdevapidocs
* When using reportSets, the Javadoc plugin ignores the plugin 
configuration,
  so I propagated it to the individual reportSet configuration blocks.
* I was able to remove some of the logic that moved / copied things around
  in post-site.
* We now have xref and xref-test (these are superfluous but something needs 
them
  so I left them)
* Added source to Javadocs -- you can click a method or property to browse 
its source.
  More user-friendly than xref maybe.
* You can now get the whole site to build by doing 'mvn clean site 
site:stage' and
  it takes about 10 minutes.

> Lots of work on the POM to enhance Javadocs, Xrefs
> --
>
> Key: HBASE-14603
> URL: https://issues.apache.org/jira/browse/HBASE-14603
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14603-v2.patch, HBASE-14603-v3.patch, 
> HBASE-14603-v4.patch, HBASE-14603-v5.patch, HBASE-14603-v6.patch, 
> HBASE-14603-v7.patch, HBASE-14603.patch
>
>
> If we disable the timestamps (which are in HTML comments), then every Javadoc 
> file won't show up as different every time we rebuild the site.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14603) Lots of work on the POM to enhance Javadocs, Xrefs

2015-10-21 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14603:

Summary: Lots of work on the POM to enhance Javadocs, Xrefs  (was: Disable 
timestamping of generated Javadocs so they are not all modified by each build)

> Lots of work on the POM to enhance Javadocs, Xrefs
> --
>
> Key: HBASE-14603
> URL: https://issues.apache.org/jira/browse/HBASE-14603
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14603-v2.patch, HBASE-14603-v3.patch, 
> HBASE-14603-v4.patch, HBASE-14603-v5.patch, HBASE-14603-v6.patch, 
> HBASE-14603.patch
>
>
> If we disable the timestamps (which are in HTML comments), then every Javadoc 
> file won't show up as different every time we rebuild the site.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (HBASE-14652) Improve / update publish-website script in dev-support

2015-10-20 Thread Misty Stanley-Jones (JIRA)

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

Work on HBASE-14652 started by Misty Stanley-Jones.
---
> Improve / update publish-website script in dev-support
> --
>
> Key: HBASE-14652
> URL: https://issues.apache.org/jira/browse/HBASE-14652
> Project: HBase
>  Issue Type: Task
>  Components: scripts
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14652.patch
>
>
> Since I wrote the script some parts of the build process have changed. Need 
> to update it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14652) Improve / update publish-website script in dev-support

2015-10-20 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14652:

Hadoop Flags: Reviewed

Committed to master. Leaving open for a bit more review.

> Improve / update publish-website script in dev-support
> --
>
> Key: HBASE-14652
> URL: https://issues.apache.org/jira/browse/HBASE-14652
> Project: HBase
>  Issue Type: Task
>  Components: scripts
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14652.patch
>
>
> Since I wrote the script some parts of the build process have changed. Need 
> to update it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14652) Improve / update publish-website script in dev-support

2015-10-20 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14652:

Status: Open  (was: Patch Available)

> Improve / update publish-website script in dev-support
> --
>
> Key: HBASE-14652
> URL: https://issues.apache.org/jira/browse/HBASE-14652
> Project: HBase
>  Issue Type: Task
>  Components: scripts
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14652.patch
>
>
> Since I wrote the script some parts of the build process have changed. Need 
> to update it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14641) Move JDO example from Wiki to Ref Guide

2015-10-19 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14641:

Attachment: HBASE-14641-v1.patch

Removed @author tag

> Move JDO example from Wiki to Ref Guide
> ---
>
> Key: HBASE-14641
> URL: https://issues.apache.org/jira/browse/HBASE-14641
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14641-v1.patch, HBASE-14641.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14603) Disable timestamping of generated Javadocs so they are not all modified by each build

2015-10-19 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14603:

Attachment: HBASE-14603-v5.patch

I think this patch eliminates some of the post-site moving/copying/renaming 
chores, makes apidocs and devapidocs go to the right place, and uses some handy 
Maven variables that we were not using.

> Disable timestamping of generated Javadocs so they are not all modified by 
> each build
> -
>
> Key: HBASE-14603
> URL: https://issues.apache.org/jira/browse/HBASE-14603
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14603-v2.patch, HBASE-14603-v3.patch, 
> HBASE-14603-v4.patch, HBASE-14603-v5.patch, HBASE-14603.patch
>
>
> If we disable the timestamps (which are in HTML comments), then every Javadoc 
> file won't show up as different every time we rebuild the site.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HBASE-14595) For Wiki contents that are also in the Ref Guide, replace content with a URL

2015-10-19 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones resolved HBASE-14595.
-
Resolution: Fixed

This work is all done and all the pages have been moved to Obsolete.

> For Wiki contents that are also in the Ref Guide, replace content with a URL
> 
>
> Key: HBASE-14595
> URL: https://issues.apache.org/jira/browse/HBASE-14595
> Project: HBase
>  Issue Type: Sub-task
>  Components: documentation
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14603) Disable timestamping of generated Javadocs so they are not all modified by each build

2015-10-19 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14603:

Status: Patch Available  (was: Reopened)

> Disable timestamping of generated Javadocs so they are not all modified by 
> each build
> -
>
> Key: HBASE-14603
> URL: https://issues.apache.org/jira/browse/HBASE-14603
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14603-v2.patch, HBASE-14603-v3.patch, 
> HBASE-14603.patch
>
>
> If we disable the timestamps (which are in HTML comments), then every Javadoc 
> file won't show up as different every time we rebuild the site.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14603) Disable timestamping of generated Javadocs so they are not all modified by each build

2015-10-19 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14603:

Attachment: HBASE-14603-v6.patch

Maybe this does the trick. To test, please do 'mvn clean site post-site 
site:stage'

Then do diff -r target/site target/staging, there should be hbase-annotations 
and hbase-spark different.

Then check in any devapidoc or apidoc file and make sure that there is no 
comment near the top with the page generation date.

Maybe [~stack] and [~busbey] can test it when they get time?

> Disable timestamping of generated Javadocs so they are not all modified by 
> each build
> -
>
> Key: HBASE-14603
> URL: https://issues.apache.org/jira/browse/HBASE-14603
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14603-v2.patch, HBASE-14603-v3.patch, 
> HBASE-14603-v4.patch, HBASE-14603-v5.patch, HBASE-14603-v6.patch, 
> HBASE-14603.patch
>
>
> If we disable the timestamps (which are in HTML comments), then every Javadoc 
> file won't show up as different every time we rebuild the site.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14652) Improve / update publish-website script in dev-support

2015-10-19 Thread Misty Stanley-Jones (JIRA)

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

Misty Stanley-Jones updated HBASE-14652:

Attachment: HBASE-14652.patch

- Various logic improvements
- Better management of interactive and auto mode
- Double-checking to make sure that the git and svn directories exist and 
actually are git and svn repos
- Better checking for stale files and directories
- Better commit message which includes the SHA1 that was built
- Better tabulation of the number of files added, removed, or modified, so you 
can bale out if it doesn't look right

> Improve / update publish-website script in dev-support
> --
>
> Key: HBASE-14652
> URL: https://issues.apache.org/jira/browse/HBASE-14652
> Project: HBase
>  Issue Type: Task
>  Components: scripts
>Affects Versions: 2.0.0
>Reporter: Misty Stanley-Jones
>Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-14652.patch
>
>
> Since I wrote the script some parts of the build process have changed. Need 
> to update it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


<    1   2   3   4   5   6   7   8   9   10   >