summaryrefslogtreecommitdiffstats
path: root/vespa-hadoop
Commit message (Collapse)AuthorAgeFilesLines
* GC unused protobuf dependencyHenning Baldersheim2022-01-101-6/+0
|
* Use latest version protonbuf-java on major version 3. 3.16.1 -> 3.19.2Henning Baldersheim2022-01-091-1/+1
|
* Bump protobuf-java from 2.5.0 to 3.16.1 in /vespa-hadoopdependabot[bot]2022-01-071-1/+1
| | | | | | | | | | | | | | Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.5.0 to 3.16.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v2.5.0...v3.16.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Remove log4j from the dependency tree of vespa-hadoop.gjoranv2021-12-211-0/+43
| | | | | - It was only included via provided deps. - Use slf4j-jdk14 as replacement for logging in unit tests.
* Deprecate vespa-http-clientBjørn Christian Seime2021-12-152-10/+10
|
* Use versions from parentBjørn Christian Seime2021-12-151-2/+0
|
* Bump httpclient from 4.4.1 to 4.5.13 in /vespa-hadoopdependabot[bot]2021-12-141-1/+1
| | | | | | | | | | | Bumps httpclient from 4.4.1 to 4.5.13. --- updated-dependencies: - dependency-name: org.apache.httpcomponents:httpclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Extract vespa-feed-client-api module from vespa-feed-clientMorten Tokle2021-12-071-18/+0
|
* Use a custom property for setting relase version for clients.gjoranv2021-11-151-6/+1
| | | | | | | | | - Always set release version via maven-compiler-plugin, instead of maven property which is overridden by compiler-plugin config. - Using a custom property with self-explanatory name makes comments redundant. - Remove explicit jdkToolchain config, as these modules no longer compile with jdk pre 9, due to the --release flag.
* Ensure building with release 8 as default.gjoranv2021-11-151-1/+1
| | | | | | | - The 'maven.compiler.release' property is overridden by explicit 'release' configuration in maven-compiler-plugin. (While the property seems to override explicit source/target config in the plugin.)
* Remove unused profilesgjoranv2021-11-151-22/+0
|
* Use release flag to ensure jdk8.gjoranv2021-11-151-2/+1
| | | | - release flag in parent pom overrides source/target in this pom.
* Remove explicit version, inherit from parent.gjoranv2021-11-101-1/+0
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-0733-33/+33
|
* Allow separate handling of missing 'vespa.feed.uselegacyclient' parameterBjørn Christian Seime2021-07-082-3/+8
|
* Print parameter value in toString()Bjørn Christian Seime2021-07-081-0/+1
|
* Ignore irrelevant parameters in new feed client record writerBjørn Christian Seime2021-06-251-6/+0
|
* Revert "Add temporary logging"Bjørn Christian Seime2021-06-251-1/+0
| | | | This reverts commit a21f9bb32a568e26c46a4af8e953f218206de797.
* Add temporary loggingBjørn Christian Seime2021-06-241-0/+1
|
* Implement dryrun in FeedClient, use it from CLI and Hadoop feederBjørn Christian Seime2021-06-241-47/+13
|
* specify it's the maxJon Marius Venstad2021-06-241-1/+1
|
* Remove debug loggingBjørn Christian Seime2021-06-241-2/+0
|
* Add logging of most important config parametersBjørn Christian Seime2021-06-241-2/+7
|
* Log failure with stack traceBjørn Christian Seime2021-06-161-1/+2
|
* Report exceptional feed failures as FeedException.Bjørn Christian Seime2021-06-161-2/+2
| | | | | | Change signature of ResultCallback to use FeedException. Rename 'JsonParseException' => 'OperationParseException'. Add exception for response/result parse failure.
* Temporarily print error to stdout and stderrBjørn Christian Seime2021-06-151-1/+4
|
* Add unit test using vespa-feed-clientBjørn Christian Seime2021-06-101-0/+7
|
* Convert to junit5Bjørn Christian Seime2021-06-106-37/+41
|
* Add config to disable legacy feed client (vespa-http-client)Bjørn Christian Seime2021-06-102-1/+5
|
* Add dryrun implementation of FeedClientBjørn Christian Seime2021-06-102-16/+65
|
* Add new record writer based on vespa-feed-clientBjørn Christian Seime2021-06-104-11/+171
|
* Rename to LegacyVespaRecordWriterBjørn Christian Seime2021-06-102-6/+6
|
* Rename org.bouncycastle packages to avoid classpath conflictBjørn Christian Seime2021-03-241-0/+4
| | | | Other JARs on the same classpath on Hadoop may use non-compatible version of BouncyCastle.
* Upgrade all Jackson dependencies to 2.12.1Bjørn Christian Seime2021-02-081-2/+2
|
* Reduce local queue timeout to 10 minutesBjørn Christian Seime2020-10-011-1/+2
| | | | | Ensure the client retries lost operations more often than every 1 hour and does not keep connections alive for that time.
* Upgrade maven-compiler-plugin to 3.8.1Harald Musum2020-08-171-1/+1
|
* Stick to junit for simple test.Henning Baldersheim2020-08-111-9/+12
|
* change variable printId to verbosejingtinghuang2020-04-161-3/+3
|
* add property verbosejingtinghuang2020-04-082-12/+36
|
* add print id when errorjingtinghuang2020-04-062-0/+53
|
* Merge branch 'master' into partial_update_bag_as_map_and_tensorLester Solbakken2020-04-022-10/+45
|\
| * Improve error handlingRong-En Fan2020-04-012-6/+45
| | | | | | | | | | | | | | | | | | - Fix NoClassDefFoundError on shaded/vespa/commons/lang/exception/ExceptionUtils The ExceptionUtils from vespajlib would be a good replacement if it was client library (JDK 8 compatible). To minimize dependency, simply grab the implementation. - Emit UDF error logs to stderr so it can be examined - Use different PigWarning to make triage easier
* | pr fixjingtinghuang2020-03-311-41/+30
| |
* | pr fix and add counterjingtinghuang2020-03-312-71/+87
| |
* | pr reviewjingtinghuang2020-03-311-73/+114
| |
* | add support for partial update tensor and mapjhuang022020-03-252-49/+368
|/
* Update VespaDocumentOperationTest.javapmanoj1332020-02-051-1/+1
|
* Update VespaDocumentOperation.javapmanoj1332020-02-051-2/+3
|
* Update VespaDocumentOperationTest.javapmanoj1332020-02-051-2/+2
|