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

Sravani commented on GRIFFIN-268:
---------------------------------

Hi [~Kevin Yao]

I have tried querying with the above path you have mentioned, but it was 
displaying a blank screen only.

application.properties:

server.port =7070
spring.datasource.url=jdbc:mysql://[namenodeconfig]3306/db_name?autoReconnect=true&useSSL=false
spring.datasource.username=username
spring.datasource.password=password
spring.jpa.generate-ddl=true
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.jpa.show-sql=true
# Hive metastore
hive.metastore.uris=thrift://[namenodeconfig]:9083
hive.metastore.dbname=hive
hive.hmshandler.retry.attempts=15
hive.hmshandler.retry.interval=2000ms
# Hive cache time
cache.evict.hive.fixedRate.in.milliseconds=900000
# Kafka schema registry
kafka.schema.registry.url=http://[namenodeconfig]:8081
# Update job instance state at regular intervals
jobInstance.fixedDelay.in.milliseconds=60000
# Expired time of job instance which is 7 days that is 604800000 
milliseconds.Time unit only supports milliseconds
jobInstance.expired.milliseconds=604800000
# schedule predicate job every 5 minutes and repeat 12 times at most
#interval time unit s:second m:minute h:hour d:day,only support these four units
predicate.job.interval=5m
predicate.job.repeat.count=12
# external properties directory location
external.config.location=
# external BATCH or STREAMING env
external.env.location=
# login strategy ("default" or "ldap")
login.strategy=default
# ldap
ldap.url=ldap://hostname:port
[email protected]
ldap.searchBase=DC=org,DC=example
ldap.searchPattern=(sAMAccountName={0})
# hdfs default name
fs.defaultFS=hdfs://DEV
# elasticsearch
elasticsearch.host=[namenodeconfig]
elasticsearch.port=9200
elasticsearch.scheme=http
# elasticsearch.user = user
# elasticsearch.password = password
# livy
livy.uri=http://[namenodeconfig]:8999/batches
# yarn url
yarn.uri=http://[namenodeconfig]:8088
# griffin event listener
internal.event.listeners=GriffinJobEventHook

server.compression.enabled=true
server.compression.mime-types=application/json,application/xml,text/html,text/xml,text/plain,application/javascript,text/css

"service/src/main/resources/application.properties" 72L, 2774C                  
                                          

> Metrics is displayed as “No Content” in Griffin UI
> --------------------------------------------------
>
>                 Key: GRIFFIN-268
>                 URL: https://issues.apache.org/jira/browse/GRIFFIN-268
>             Project: Griffin
>          Issue Type: Bug
>         Environment: Linux
>            Reporter: Sravani
>            Priority: Major
>
> Metrics is not being displayed. It is showing as "No Content". But the 
> Metrics is available on hdfs and it was correct.
> I have checked the livy jobs and application logs as well. Everything is 
> showing as Success



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to