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/playbooks
directory 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-conns
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 yarn-kill-app
drwxr-xr-x@ 4 root root 128 Mar 20 17:12 validate_kerberos_ticket
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 run-command
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 port-test
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 move-app-yarn-queue
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 log-cleanup
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 impala-kill-query-cdp
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 impala-kill-query
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 hive-kill-query
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 hive-canary-action
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 hdfs-utils
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 hdfs-top10-dir
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 hdfs-log-cleanup
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 hdfs-data-utils
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 hdfs-balancer
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 hbase-hbck
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 hbase-compact
drwxr-xr-x@ 4 root root 128 Mar 20 17:12 echo-test
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 dns-lookup
drwxr-xr-x@ 4 root root 128 Mar 20 17:12 check-path-accessibility
drwxr-xr-x@ 7 root root 224 Mar 20 17:12 canary-health-check
drwxr-xr-x@ 4 root root 128 Mar 20 17:12 api-call
drwxr-xr-x@ 5 root root 160 Mar 20 17:12 ambari-endpoints
Was this page helpful?