aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-hadoop/src
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
|
* Update VespaDocumentOperation.javapmanoj1332020-02-051-1/+5
|
* Update VespaDocumentOperationTest.javapmanoj1332020-02-051-0/+13
|
* Merge pull request #11665 from vespa-engine/bratseth/non-functional-changesgjoranv2020-01-071-2/+1
|\ | | | | Non-functional changes
| * Non-functional changesJon Bratseth2020-01-061-2/+1
| |
* | add unit testsChih-Hsien Cheng2019-12-261-0/+83
| |
* | add several features to VespaDocumentOperation:Chih-Hsien Cheng2019-12-262-25/+110
|/ | | | | | 1. create-if-non-existent 2. treat bag as map // bag-as-map-fields 3. treat tuple as map // simple-object-fields
* Revert "Revert "Bratseth/remove dependencies" (#8885)"Jon Bratseth2019-03-233-18/+12
| | | | This reverts commit 9379e425712abe71fcd2f406c139baf25a017108.
* Revert "Bratseth/remove dependencies" (#8885)Harald Musum2019-03-223-12/+18
|
* Don't depend (transitively) on annotations moduleJon Bratseth2019-03-223-18/+12
|
* Remove support for vespa http client protocol v2. Always use protocol v3.Tor Egge2019-01-212-8/+0
|
* ThreadLocalRandom is recommended over Random in multithreaded environments, ↵Håkon Hallingstad2018-12-201-19/+17
| | | | try 2
* rename method, optimize importKristian Aune2017-11-172-5/+4
|
* Add new configuration parameters to outputLester Solbakken2017-09-291-0/+2
|
* Add SSL configurationLester Solbakken2017-09-282-1/+7
|
* Don't hardcode endpoint portLester Solbakken2017-09-282-1/+7
|
* Prepare for Hadoop authentication extensionsLester Solbakken2017-08-084-21/+34
|
* Update copyright headersJon Bratseth2017-06-1432-3/+32
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1432-32/+3
|
* Update copyright headersJon Bratseth2017-06-1432-3/+32
|
* Remove carriage returnJon Bratseth2017-06-143-3/+3
|
* Revert "Copyright header"Jon Bratseth2017-06-1332-35/+6
|
* Copyright headerJon Bratseth2017-06-1332-6/+35
|
* add pig and mapreduce packagesKristian Aune2017-03-312-0/+24
|
* package-info for publi API and javadocKristian Aune2017-03-301-0/+12
|
* Add client json stats at startup as they provide inner details, e.g for ↵Jo Kristian Bergum2017-03-221-0/+1
| | | | debugging
* Set a higher client queue timeout and reduce client queue, with many ↵Jo Kristian Bergum2017-03-221-0/+3
| | | | mappers/reducers each gets a large 30K queue and timeout in queue is handled as a docment failure.
* Reduce in flight requests and default number of connectionsJo Kristian Bergum2017-03-221-2/+2
|
* Avoid expensive pooling of json fieldnames. Works very bad with maps.....Henning Baldersheim2017-03-171-1/+1
|
* Renamce hadoop -> vespa-hadoopLester Solbakken2017-03-1734-0/+2930