Deploy Playbooks
You can download playbooks.tar from the License UI by navigating to the download section in the appropriate Pulse version.
On the Pulse Download links page, select the Pulse version, AD-Hook version, and enter the expiry time limit (in hours). Once the details are entered, click Generate. The link to download playbooks tar appears on the screen.
The steps on this page fetch the same file or directory that was previously done using the command accelo deploy playbooks.
Steps to Deploy Playbooks
- Download the playbook tar from the S3 link generated by License UI using the following command.
wget -O playbooks.tar <Link_of_file_from_S3>Paste the link copied from S3 inside <Link_of_`_file_from_S3>.
- Untar the file to
$AcceloHome/work/<cluster>/director/playbooksdirectory using the following command.
tar vxf playbooks.tar- [Optional] Delete the
playbooks.tar.
rm playbooks.tar- After extraction of playbooks tar, you can see the following file structure in the above-mentioned directory.
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 zk-open-connsdrwxr-xr-x@ 5 root root 160 Mar 20 17:12 yarn-kill-appdrwxr-xr-x@ 4 root root 128 Mar 20 17:12 validate_kerberos_ticketdrwxr-xr-x@ 5 root root 160 Mar 20 17:12 run-commanddrwxr-xr-x@ 5 root root 160 Mar 20 17:12 port-testdrwxr-xr-x@ 5 root root 160 Mar 20 17:12 move-app-yarn-queuedrwxr-xr-x@ 5 root root 160 Mar 20 17:12 log-cleanupdrwxr-xr-x@ 5 root root 160 Mar 20 17:12 impala-kill-query-cdpdrwxr-xr-x@ 5 root root 160 Mar 20 17:12 impala-kill-querydrwxr-xr-x@ 5 root root 160 Mar 20 17:12 hive-kill-querydrwxr-xr-x@ 5 root root 160 Mar 20 17:12 hive-canary-actiondrwxr-xr-x@ 5 root root 160 Mar 20 17:12 hdfs-utilsdrwxr-xr-x@ 5 root root 160 Mar 20 17:12 hdfs-top10-dirdrwxr-xr-x@ 5 root root 160 Mar 20 17:12 hdfs-log-cleanupdrwxr-xr-x@ 5 root root 160 Mar 20 17:12 hdfs-data-utilsdrwxr-xr-x@ 5 root root 160 Mar 20 17:12 hdfs-balancerdrwxr-xr-x@ 5 root root 160 Mar 20 17:12 hbase-hbckdrwxr-xr-x@ 5 root root 160 Mar 20 17:12 hbase-compactdrwxr-xr-x@ 4 root root 128 Mar 20 17:12 echo-testdrwxr-xr-x@ 5 root root 160 Mar 20 17:12 dns-lookupdrwxr-xr-x@ 4 root root 128 Mar 20 17:12 check-path-accessibilitydrwxr-xr-x@ 7 root root 224 Mar 20 17:12 canary-health-checkdrwxr-xr-x@ 4 root root 128 Mar 20 17:12 api-calldrwxr-xr-x@ 5 root root 160 Mar 20 17:12 ambari-endpointsWas this page helpful?