Member since
07-31-2017
3
Posts
0
Kudos Received
0
Solutions
08-16-2017
11:47 AM
For people having a similar issue with ambariserver.DS_JOBIMPL_4: CREATE TABLE ambariserver.DS_JOBIMPL_4 (
DS_id VARCHAR(255) NOT NULL,
S_applicationId TEXT,
DS_confFile TEXT,
DS_dagId TEXT,
DS_dagName TEXT,
DS_dataBase TEXT,
DS_dateSubmitted BIGINT,
DS_duration BIGINT,
DS_forcedContent TEXT,
DS_globalSettings TEXT,
DS_guid TEXT,
DS_hiveQueryId TEXT,
DS_logFile TEXT,
DS_owner TEXT,
DS_queryFile TEXT,
DS_queryId TEXT,
DS_referrer TEXT,
DS_sessionTag TEXT,
DS_sqlState TEXT,
DS_status TEXT,
DS_statusDir TEXT,
DS_statusMessage TEXT,
DS_title TEXT,
DS_applicationId TEXT,
PRIMARY KEY (ds_id));
<br>
... View more
07-31-2017
11:19 AM
Thanks Jay for your awesome support, it would be very helpful if you could provide information on how to access ambari configuration in service checks. When I let ambari print the configurations and parameters variables of the execute function, then configurations is empty and parameters contains my parameters as well as "kerberos.kinit.timer": 14400000. EDIT: I found the answer by digging through the Ambari source code, if anyone else is struggling, see: Ambari @GitHub
... View more
07-31-2017
08:40 AM
Thanks for the awesome article. When I follow your example, everything works fine. However, it I change a script an restart ambari-server, the changes will not be propagated to the amber-agents, I have to restart the agent manually to trigger a sync. Is there a sync interval setting for the agents?
... View more