[ 
https://issues.apache.org/jira/browse/KNOX-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932611#comment-17932611
 ] 

Luis Pigueiras commented on KNOX-3098:
--------------------------------------

Sorry [~smore], I completely missed your response. We are using Hbase 2.5.10. 
If I do a snapshot of a table in Hbase, and then I go to the UI -> Tables -> 
Snapshots, I see that the link I put in the description of this JIRA issue is 
wrong. And I came up to the conclusion that this comes from a request that is 
done to {{/hbase/master/userSnapshots.jsp}} because the response contains that 
"snapshotsStats":

{code}
<table class="table table-striped">
    <tr>
        <th>Snapshot Name</th>
        <th>Table</th>
        <th>Creation Time</th>
        <th>Owner</th>
        <th>TTL</th>
        <th>Expired</th>
    </tr>
    
    
    <tr>
        <td><a href="snapshot.jsp?name=snapshot1">snapshot1</a> </td>
        <td><a 
href="table.jsp?name=pigueira:test-before-downgrade">pigueira:test-before-downgrade</a>
        </td>
        <td>Wed Mar 05 13:43:10 CET 2025</td>
        <td>hbase</td>

        <td>
          864000 SECONDS (10 DAYS)
        </td>
        <td>
          No
        </td>
    </tr>
    
    <p>1 snapshot(s) in set. [<a href="/snapshotsStats.jsp">Snapshot Storefile 
stats</a>]</p>
</table>
{code}

> Add snapshotsStats.jsp to rewrite rules in HBaseUI
> --------------------------------------------------
>
>                 Key: KNOX-3098
>                 URL: https://issues.apache.org/jira/browse/KNOX-3098
>             Project: Apache Knox
>          Issue Type: Bug
>            Reporter: Luis Pigueiras
>            Priority: Minor
>         Attachments: screenshot-1.png
>
>
> The problem is there is a javascript call that calls {{userSnapshots.jsp}} 
> and responds with:
> {code}
> ...
>     <p>1 snapshot(s) in set. [<a href="/snapshotsStats.jsp">Snapshot 
> Storefile stats</a>]</p>
> </table>
> {code}
> That would need to be overwritten
> An screenshot about the issue:
>  !screenshot-1.png! 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to