Skip to content

Tags: seddonm1/arc

Tags

1.4.0

Toggle 1.4.0's commit message
Update to make sql server bulk load verification non case-sensitive

1.3.1

Toggle 1.3.1's commit message
Catch generic exceptions in main loop

1.3.0

Toggle 1.3.0's commit message
update to force xml implementation

with default hadoop the com.sun.xml.* implementation is used which is compatible with spark-xml. with later hadoop versions the default is com.ctc.wstx.stax.* which will not work with spark-xml. this will force correct version

1.2.1

Toggle 1.2.1's commit message
make release

1.2.0

Toggle 1.2.0's commit message
make release

1.1.0

Toggle 1.1.0's commit message
Update alpine base image to ensure APK exploit fixed

1.0.9

Toggle 1.0.9's commit message
TensorFlowServing and UDF

- refactored `TensorFlowServingTransform` to call the `REST` API (in batches) which is easier due to library conflicts creating `protobuf`.
- create the `UDF` registration mechanism allowing logical extension point for common functions missing from Spark core.

1.0.8

Toggle 1.0.8's commit message
Add a scala-sbt Dockerfile for predictable build

1.0.7

Toggle 1.0.7's commit message
Update docs for DiffTransform to clarify persistence