[
https://issues.apache.org/jira/browse/HBASE-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-619.
-------------------------
Resolution: Fixed
Committed below fix to branch and trunk:
{code}
Index: src/java/org/apache/hadoop/hbase/util/InfoServer.java
===================================================================
--- src/java/org/apache/hadoop/hbase/util/InfoServer.java (revision
654170)
+++ src/java/org/apache/hadoop/hbase/util/InfoServer.java (working copy)
@@ -73,7 +73,7 @@
String appDir = getWebAppsPath();
// Set up the context for "/logs/" if "hadoop.log.dir" property is
defined.
- String logDir = System.getProperty("hadoop.log.dir");
+ String logDir = System.getProperty("hbase.log.dir");
if (logDir != null) {
HttpContext logContext = new HttpContext();
logContext.setContextPath("/logs/*");
{code}
> Fix 'logs' link in UI
> ---------------------
>
> Key: HBASE-619
> URL: https://issues.apache.org/jira/browse/HBASE-619
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.2.0, 0.1.2
> Reporter: stack
> Fix For: 0.2.0, 0.1.2
>
>
> Clicking on the 'local logs' link in UI gives 404
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.