Package com.yahoo.vespa.hadoop.pig


package com.yahoo.vespa.hadoop.pig
com.yahoo.vespa.hadoop.pig contains classes and utilities to enable feeding directly to Vespa endpoints from pig. It is a minimal layer over the Vespa HTTP client. NOTE: This is a PUBLIC API, but not annotated as such because this is not a bundle and we don't want to introduce Vespa dependencies.
  • Class
    Description
    A Pig UDF to convert simple Pig types into a valid Vespa JSON document format.
     
    A Pig UDF to run a query against a Vespa cluster and return the results.
    Simple JSON loader which loads either one JSON object per line or a multiline JSON consisting of objects in an array.
    A small Pig UDF wrapper around the Vespa http client for feeding data into a Vespa endpoint.