Table of Contents

Search

  1. Preface
  2. Introduction to Edge Data Streaming Custom Entity Types
  3. Managing Custom Entity Types
  4. Custom Entities from Maven Archetypes
  5. REST APIs
  6. HTTP Request and Response Parameters
  7. Sample JSON Requests and Responses
  8. Glossary

Developer Guide

Developer Guide

Upgrading a Custom Entity Type

Upgrading a Custom Entity Type

To upgrade a custom entity type, replace the existing ZIP file with a ZIP file that contains the modified implementation of the entity type.
  1. Log in to the host on which you installed the
    Administrator Daemon
    and stop the
    Administrator Daemon
    .
  2. Back up the existing version of the ZIP file, and then replace it with the new version.
  3. To upgrade the custom entity only if you have made changes to the EDS plug-in JAR file, run the following command:
    On Linux:
    plugin.sh upgrade <ZIP file>
    On Windows:
    plugin.bat upgrade <ZIP file>
    where
    ZIP file
    is the full path to the EDS plug-in ZIP file
  4. To upgrade the custom entity if you have made changes to the EDS plug-in XML file, run the following command:
    On Linux:
    plugin.sh upgrade <ZIP file> <CSV file>
    On Windows:
    plugin.bat upgrade <ZIP file> <CSV file>
    where
    ZIP file
    is the full path to the EDS plug-in ZIP file and
    CSV file
    is the full path to the CSV file.
  5. Start the
    Administrator Daemon
    . When you start the
    Administrator Daemon
    , the
    Administrator Daemon
    deploys the data flows that were undeployed during registration or unregistration.
  6. Verify if the changes to the custom entity appear in the Administrator tool.
    To downgrade a custom entity, replace the existing ZIP file with the earlier ZIP file version.

0 COMMENTS

We’d like to hear from you!