Skip to content

Commit

Permalink
Updated druid values in config.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
sivacmdiksha authored Jul 8, 2024
1 parent e99da9e commit af3e4f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ansible/roles/ml-analytics-service/templates/config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ survey_injestion_spec = {{ml_analytics_druid_survey_batch_ingestion_spec}}

intervals = {{ml_analytics_druid_interval_list}}

ml_distinctCnt_survey_status_spec : {{ml_analytics_distinctCnt_survey_status_batch_ingestion_spec}}


[KAFKA]

Expand Down Expand Up @@ -152,6 +154,9 @@ survey_streaming_error = {{ ml_analytics_survey_log_folder_path }}/error.log

{% if ML_Cloud_Service_Provider is equalto 'ORACLE' %}

survey_streaming_success_error : {{ ml_analytics_survey_streaming_success_log_folder_path }}


[ORACLE]

endpoint_url = {{ cloud_public_storage_endpoint }}
Expand Down Expand Up @@ -232,6 +237,8 @@ survey_druid_data = {{ml_analytics_survey_batchupdate_output_dir}}

program_text_file = {{ml_analytics_project_program}}

survey_distinctCount_status : {{ml_analytics_survey_distinctCount_status_filepath}}

[SLACK]

token = {{ml_slack_token}}
Expand Down Expand Up @@ -283,3 +290,5 @@ cname_url = {{ ml_analytics_cname_url }}
nvsk_imp_projects_data_local_path = {{ ml_analytics_nvsk_imp_projects_data_local_path }}

nvsk_imp_projects_data_blob_path = {{ ml_analytics_nvsk_imp_projects_data_blob_path }}

survey_distinctCount_blob_path : {{ ml_analytics_survey_distinctCount_blob_path }}

0 comments on commit af3e4f3

Please sign in to comment.