summaryrefslogtreecommitdiffstats
path: root/vespa-hadoop/src/main/java/com/yahoo/vespa/hadoop/pig/package-info.java
blob: 686765ac0476106b26634566fe701715e8e20993 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * 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.
 */
package com.yahoo.vespa.hadoop.pig;