blob: f85e3ea16aec2c2d4311818414862a65f3e2449e [file] [log] [blame]
ramangrover29116eb972013-02-20 20:47:35 +00001<events xmlns="events">
2 <event>
3 <type>node_join</type>
4 <script>node_join/nc_join.sh</script>
5 <description>Creates a NodeController process at a specified location.</description>
6 <args>location_of_cc location(hostname/ip_address) node_controller_id</args>
7 <daemon>true</daemon>
8 </event>
9 <event>
10 <type>node_failure</type>
11 <script>node_failure/nc_failure.sh</script>
12 <description>Kills a NodeController process at a specified location.</description>
13 <args>node_controller_id</args>
14 <daemon>false</daemon>
15 </event>
16 <event>
17 <type>cc_start</type>
18 <script>cc_start/cc_start.sh</script>
19 <description>Starts a ClusterController process at a specified location.</description>
20 <args></args>
21 <daemon>true</daemon>
22 </event>
23 <event>
24 <type>cc_failure</type>
25 <script>cc_failure/cc_failure.sh</script>
26 <description>Kills the Cluster Controller process running at a specified location.</description>
27 <args></args>
28 <daemon>false</daemon>
29 </event>
30 <event>
31 <type>node_restart</type>
32 <script>node_restart/nc_restart.sh</script>
33 <description>Shuts and restarts a NodeControllerProcess after a specified time interval, at a specified location</description>
34 <args>address of cc, node controller id and sleep interval(seconds)</args>
35 <daemon>true</daemon>
36 </event>
37 <event>
38 <type>asterix_deploy</type>
39 <script>asterix_deploy/asterix_deploy.sh</script>
40 <description>Deploys Asterix application on a cluster running hyracks</description>
41 <args>IP address of the node running the hyracks cluster controller</args>
42 <daemon>false</daemon>
43 </event>
44 <event>
45 <type>zookeeper_start</type>
46 <script>zookeeper/start.sh</script>
47 <description>Launches ZooKeeper server process</description>
48 <args>IP address of the ZooKeeper server</args>
49 <daemon>true</daemon>
50 </event>
51 <event>
52 <type>zookeeper_stop</type>
53 <script>zookeeper/stop.sh</script>
54 <description>Terminates ZooKeeper server process</description>
55 <args>IP address of the ZooKeeper server</args>
56 <daemon>false</daemon>
57 </event>
58 <event>
59 <type>file_transfer</type>
60 <script>file/transfer.sh</script>
61 <description>Copies a file on the local file system to a remote node</description>
62 <args>local_source_path destination_node destination_path</args>
63 <daemon>false</daemon>
64 </event>
65 <event>
66 <type>directory_transfer</type>
67 <script>file/dir_transfer.sh</script>
68 <description>Copies a directory (and its contents) on the local file system to a remote node</description>
69 <args>local_source_path destination_node destination_path</args>
70 <daemon>false</daemon>
71 </event>
72 <event>
73 <type>file_delete</type>
74 <script>file/delete.sh</script>
75 <description>Deletes a file on the local file system to a remote node</description>
76 <args>local_source_path destination_node destination_path</args>
77 <daemon>false</daemon>
78 </event>
79 <event>
80 <type>backup</type>
81 <script>backup/backup.sh</script>
82 <description>Takes a backup of an Asterix instance</description>
83 <args>Asterix_data_dir HDFSurl</args>
84 <daemon>false</daemon>
85 </event>
86 <event>
87 <type>restore</type>
88 <script>restore/restore.sh</script>
89 <description>Restores an Asterix instance from a back up</description>
90 <args>Asterix_data_dir HDFSurl</args>
91 <daemon>false</daemon>
92 </event>
93 <event>
94 <type>hdfs_delete</type>
95 <script>hdfs/delete.sh</script>
96 <description>Deletes an HDFS path</description>
97 <args>WorkingDir HadoopVersion HDFSUrl Path_to_Delete</args>
98 <daemon>false</daemon>
99 </event>
ramangrover29@gmail.com73bf75e2013-03-11 01:41:42 +0000100 <event>
101 <type>node_info</type>
102 <script>node_info/node_info.sh</script>
103 <description>Retrieved environment information for a node</description>
104 <daemon>false</daemon>
105 </event>
ramangrover29116eb972013-02-20 20:47:35 +0000106</events>