[ https://issues.apache.org/jira/browse/PHOENIX-4817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548054#comment-16548054 ]
ASF GitHub Bot commented on PHOENIX-4817: ----------------------------------------- Github user joshelser commented on a diff in the pull request: https://github.com/apache/phoenix/pull/311#discussion_r203446592 --- Diff: phoenix-tracing-webapp/src/main/java/org/apache/phoenix/tracingwebapp/http/TraceServlet.java --- @@ -42,14 +45,21 @@ private static Connection con; protected String DEFAULT_LIMIT = "25"; protected String DEFAULT_COUNTBY = "hostname"; + protected String DEFAULT_DESCRIPTION = "description"; protected String LOGIC_AND = "AND"; protected String LOGIC_OR = "OR"; protected String TRACING_TABLE = "SYSTEM.TRACING_STATS"; - + @Override + public void init() { + org.apache.hadoop.conf.Configuration conf = HBaseConfiguration.create(); --- End diff -- Import `org.apache.hadoop.conf.Configuration` please. > Phoenix Tracing Web Application > ------------------------------- > > Key: PHOENIX-4817 > URL: https://issues.apache.org/jira/browse/PHOENIX-4817 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.14.0, 4.13.1 > Environment: maven 3+, JDK7 > Reporter: Vitaliy > Priority: Minor > Labels: patch > > # Phoenix Tracing Web Application can not be started, because traceserver.py > does not contain required dependencies. > # The path to the folder webapp is incorrectly specified, so Phoenix Tracing > Web Application can not find this folder. > # Phoenix Tracing Web Application does not check null value where it is > needed, so the application can not load List, Dependency Tree and Features. > # Phoenix Tracing Web Application creates a query with the wrong table > column names. > # Phoenix Tracing Web Application has only the default tracing-table name > (SYSTEM.TRACING_STATS) and does not get tracing-table name via hbase-site.xml. -- This message was sent by Atlassian JIRA (v7.6.3#76005)