Skip to content

Commit

Permalink
Merge branch 'master' into issue2388
Browse files Browse the repository at this point in the history
  • Loading branch information
planetf1 committed Jan 13, 2020
2 parents 8564518 + ac68988 commit f98ec00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,25 +91,24 @@ The nodes have the following properties:
- version
- processType

## OMAG Server Platform configuration
## Configuring an Open Lineage Services server

1. Build the open-lineage-janus-connector jar by running:

```
mvn clean install
```

in directory
The jar can now be found in the target directory of the open-lineage-janus-connector module:

```
/open-metadata-implementation/adapters/open-connectors/governance-daemon-connectors/open-lineage-connectors/open-lineage-janus-connector/
/open-metadata-implementation/adapters/open-connectors/governance-daemon-connectors/open-lineage-connectors/open-lineage-janus-connector/target/
```

The jar can now be found in the target directory of the open-lineage-janus-connector module.
Add the jar (with dependencies included) to the classpath of the server-chassis-spring module.

2. Start an [OMAG Server Platform](../../../open-metadata-resources/open-metadata-tutorials/omag-server-tutorial) and
run the default call for setting the server URL, eventbus and the cohort.
2. Start an [OMAG Server](../../../open-metadata-resources/open-metadata-tutorials/omag-server-tutorial) and
run the default calls for setting the server URL, eventbus and the cohort.

3. Configure the Open Lineage Services by providing a database connection object and setting the topic name of Asset
Lineage OMAS Out topic via the following HTTP request:
Expand Down Expand Up @@ -159,10 +158,10 @@ With the following body:
4. Enable the Open Lineage Services by issuing the following HTTP request:

```
POST {{base-url}}/open-metadata/admin-services/users/{{user-id}}/servers/{{server-id}}/access-services
POST {{base-url}}/open-metadata/admin-services/users/{{user-id}}/servers/{{server-id}}/open-lineage
```

5. Start the instance of the OMAG Server Platform by issuing the following HTTP request:
5. Start the instance of the OMAG Server by issuing the following HTTP request:

```
POST {{base-url}}/open-metadata/admin-services/users/{{user-id}}/servers/{{server-id}}/instance
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<owasp.version>5.2.4</owasp.version>
<spotbugs-maven.version>3.1.12.2</spotbugs-maven.version>
<spotbugs.version>4.0.0-beta4</spotbugs.version>
<maven-download.version>1.4.2</maven-download.version>
<maven-download.version>1.5.0</maven-download.version>
<maven-antrun.version>1.8</maven-antrun.version>
<spotify-docker-plugin.version>1.4.13</spotify-docker-plugin.version>
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
Expand Down

0 comments on commit f98ec00

Please sign in to comment.