summaryrefslogtreecommitdiffstats
path: root/vespa-hadoop/src/main/java/com/yahoo/vespa/hadoop/pig/package-info.java
blob: 5acc9c67485394c38e2679b610eddf60adc2e630 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2017 Yahoo Holdings. 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.
 **/
@ExportPackage
@PublicApi
package com.yahoo.vespa.hadoop.pig;

import com.yahoo.api.annotations.PublicApi;
import com.yahoo.osgi.annotation.ExportPackage;