[MCOL-1315] Pentaho Bulk Load Module doesn't work Created: 2018-03-30 Updated: 2023-10-26 Resolved: 2018-04-11 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.4 |
| Fix Version/s: | 1.1.4 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Elena Kotsinova (Inactive) | Assignee: | Elena Kotsinova (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
PDI Adapter: CentOS 7, PDI 8 |
||
| Sprint: | 2018-07, 2018-08 |
| Description |
|
1. Create new transformation Result:
Module can't be added. Additional information: |
| Comments |
| Comment by Elena Kotsinova (Inactive) [ 2018-03-30 ] |
|
It seems that there is dependency from Bulk SDK and it must be installed on the environment. |
| Comment by Elena Kotsinova (Inactive) [ 2018-03-30 ] |
|
Yes, the Bulk Load SDK must be installed. |
| Comment by Jens Röwekamp (Inactive) [ 2018-03-30 ] |
|
one shared library libmcsapi.so is currently missing in the plugin. Installing the bulk write sdk manually solves the problem, for now. |
| Comment by Jens Röwekamp (Inactive) [ 2018-03-31 ] |
|
Added libmcsapi.so to the lib directory of the plugin and set its RPATH in libjavamcsapi.so to $ORIGIN. Currently all shared libraries need to be specified manually in build.gradle. In a future update we should include mariadb-columnstore-api as git submodule to be able to link libmcsapi.so and libjavamcsapi.so directly without specifying an explicit path. |
| Comment by Elena Kotsinova (Inactive) [ 2018-04-11 ] |
|
Together with instructions this seems to be resolved properly. Verified with: |