Running the delete data graph

After creating the graph and configuring the components, you can run the graph to delete the specified records and/or record assignments from the Endeca data store.

To run the graph to delete data from the Endeca data store:

  1. Make sure that the Endeca Server is running on the host and port that are configured in the Delete Data connector. Also make sure that the Endeca data store is running.
  2. Run the graph using one of the run methods. For example, you can click the green circle with white triangle icon in the Tool bar:
As the graph runs, the process of the graph execution is listed in the Console Tab. The execution is completed successfully when you see final output similar to this example of deleting three records and/or record assignments:
INFO  [WatchDog] - Starting up all nodes in phase [0]
INFO  [WatchDog] - Successfully started all nodes in phase!
INFO  [ENDECA_DELETE_DATA0_0] - Sending in the last batch of deletes
INFO  [WatchDog] - [Clover] Post-execute phase finalization: 0
INFO  [WatchDog] - [Clover] phase: 0 post-execute finalization successfully.
INFO  [WatchDog] - ----------------------** Final tracking Log for phase [0] **---------------------
INFO  [WatchDog] - Time: 27/05/12 10:17:39
INFO  [WatchDog] - Node                   ID         Port      #Records         #KB aRec/s   aKB/s
INFO  [WatchDog] - ---------------------------------------------------------------------------------
INFO  [WatchDog] - UniversalDataReader    DATA_READER0                                 FINISHED_OK
INFO  [WatchDog] -  %cpu:..                          Out:0            3           0      3       0
INFO  [WatchDog] - Delete Data            ENDECA_DELETE_DATA0                          FINISHED_OK
INFO  [WatchDog] -  %cpu:..                           In:0            3           0      3       0
INFO  [WatchDog] - ---------------------------------** End of Log **--------------------------------
INFO  [WatchDog] - Execution of phase [0] successfully finished - elapsed time(sec): 1
INFO  [WatchDog] - -----------------------** Summary of Phases execution **---------------------
INFO  [WatchDog] - Phase#            Finished Status         RunTime(sec)    MemoryAllocation(KB)
INFO  [WatchDog] - 0                 FINISHED_OK                        1              6119
INFO  [WatchDog] - ------------------------------** End of Summary **---------------------------
INFO  [WatchDog] - WatchDog thread finished - total execution time: 1 (sec)
INFO  [main] - Freeing graph resources.
INFO  [main] - Execution of graph successful !

As the example shows, the Final Tracking Log lists the number of records that were read in by the UniversalDataReader component and the number of records that were sent to the Endeca data store by the Delete Data connector.