[jira] [Comment Edited] (HBASE-30004) Implement a new generate web site jenkins job
[
https://issues.apache.org/jira/browse/HBASE-30004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18066603#comment-18066603
]
Dávid Paksy edited comment on HBASE-30004 at 3/18/26 4:49 PM:
--
The built website itself can be found under hbase-website/build/client but the
2 PDF-s (one light and one dark) are generated under
hbase-website/public/books directory.
{noformat}
ls -la hbase-website/public/books
total 75604
drwxrwxr-x 2 david david 4096 Mar 17 14:03 .
drwxrwxr-x 7 david david 4096 Mar 17 14:01 ..
-rw-rw-r-- 1 david david 38759462 Mar 17 14:03
apache-hbase-reference-guide-dark-mode.pdf
-rw-rw-r-- 1 david david 38647224 Mar 17 14:02 apache-hbase-reference-guide.pdf
{noformat}
Probably we will have to also copy the PDF files in our
dev-support/jenkins-scripts/generate-hbase-website.sh shell script.
was (Author: JIRAUSER306931):
The built website itself can be found under hbase-website/build/client but the
2 PDF-s (one light and one dark) are generated under
hbase-website/public/books directory. Probably we will have to also copy the
PDF files in our dev-support/jenkins-scripts/generate-hbase-website.sh shell
script.
> Implement a new generate web site jenkins job
> -
>
> Key: HBASE-30004
> URL: https://issues.apache.org/jira/browse/HBASE-30004
> Project: HBase
> Issue Type: Task
> Components: jenkins, website
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
>
> The new website needs more libraries for building but the git-websites nodes
> are not designed to do this heavy work, so we need to build the website
> content on our hbase node and then use git-websites node to push it to the
> site repo.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
[jira] [Comment Edited] (HBASE-30004) Implement a new generate web site jenkins job
[ https://issues.apache.org/jira/browse/HBASE-30004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18066600#comment-18066600 ] Dávid Paksy edited comment on HBASE-30004 at 3/18/26 4:43 PM: -- Thanks [~zhangduo] , good catch, I forgot to check the PDF-s. We should generate them on build time but they are indeed missing somehow. [https://hbase.apache.org/books/apache-hbase-reference-guide-dark-mode.pdf] and [https://hbase.apache.org/books/apache-hbase-reference-guide.pdf] return HTTP 404. The older version of the PDF refguide is still available at the original URI: [https://hbase.apache.org/apache_hbase_reference_guide.pdf] was (Author: JIRAUSER306931): Thanks [~zhangduo] , good catch, I forgot to check the PDF-s. We should generate them on build time but they are indeed missing somehow. [https://hbase.apache.org/books/apache-hbase-reference-guide-dark-mode.pdf] and [https://hbase.apache.org/books/apache-hbase-reference-guide.pdf] return HTTP 404. > Implement a new generate web site jenkins job > - > > Key: HBASE-30004 > URL: https://issues.apache.org/jira/browse/HBASE-30004 > Project: HBase > Issue Type: Task > Components: jenkins, website >Reporter: Duo Zhang >Assignee: Duo Zhang >Priority: Major > > The new website needs more libraries for building but the git-websites nodes > are not designed to do this heavy work, so we need to build the website > content on our hbase node and then use git-websites node to push it to the > site repo. -- This message was sent by Atlassian Jira (v8.20.10#820010)
