Exception in Job-Manager execution #147
Replies: 1 comment · 4 replies
-
@raghupathiguduri |
Beta Was this translation helpful? Give feedback.
All reactions
-
@sowmya-dixit Please find the complete log file of job-manager Killing currently running job-manager process |
Beta Was this translation helpful? Give feedback.
All reactions
-
@raghupathiguduri You can find respective report logs under |
Beta Was this translation helpful? Give feedback.
All reactions
-
@sowmya-dixit How can we check what all reports are enabled as part of job-manager and if we want to add any new report to the job-manager list, how can we do that ? How can we find where it is storing the reports in the blob ? as we are not able to find them in the reports container. |
Beta Was this translation helpful? Give feedback.
All reactions
-
@raghupathiguduri And for finding reports in the blob depends on report configurations. For example, WFS - sends data to kafka, doesn't write to blob. Druid reports will be available in the blob & path depends on report configuration, these report details can be found using Note: Keep |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
We are currently running the setup with version release-5.0.0 and we want to enable different consumption repoorts like wfs, content rating, course consumption.
We have added below two jobs in the crontab for daily schedule.
/bin/bash -lc "ruby /mount/data/analytics/scripts/submit-all-jobs.rb"
/mount/data/analytics/scripts/start-jobmanager.sh
But we are seeing below error in the log file ( /mount/data/analytics/logs/services/{{date}}-job-manager.log)
Caused by: java.lang.IllegalArgumentException: endpoint.getHost() is null for https:///telemetry-data-store?restype=container&comp=list&prefix=transient-data&include=metadata
In the above url it is missing storage account name before the container name.
We did check the config files and env variables to find where this storage details are defined. We don't see any missing value from config.
Can you help us to understand where this config is missing ?
Beta Was this translation helpful? Give feedback.
All reactions