[
https://issues.apache.org/jira/browse/AMBARI-25893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17710389#comment-17710389
]
Charming Wu edited comment on AMBARI-25893 at 4/12/23 2:45 AM:
---------------------------------------------------------------
If the sqlline dependency is missing, add the sqlline dependency configuration
to the pom.xml file in the ambari-metrics/ambari-metrics-timelineservice
directory during compilation.
<dependency>
<groupId>sqlline</groupId>
<artifactId>sqlline</artifactId>
<version>1.12.0</version>
</dependency>
The SQLline dependency has been added to related files for this issue. For
details, see https://github.com/apache/ambari/pull/3684.
was (Author: charming603473):
If the sqlline dependency is missing, add the sqlline dependency configuration
to the pom.xml file in the ambari-metrics/ambari-metrics-timelineservice
directory during compilation.
<dependency>
<groupId>sqlline</groupId>
<artifactId>sqlline</artifactId>
<version>1.12.0</version>
</dependency>
> metrics collector's sqlline.py cannot start normally due to missing dependency
> ------------------------------------------------------------------------------
>
> Key: AMBARI-25893
> URL: https://issues.apache.org/jira/browse/AMBARI-25893
> Project: Ambari
> Issue Type: Bug
> Components: ambari-metrics
> Affects Versions: 2.7.6, 2.7.7
> Reporter: Danny Lee
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> metrics collector's sqlline.py cannot start normally due to missing dependency
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]