summaryrefslogtreecommitdiffstats
path: root/vespa-hadoop/src/main/java/com/yahoo/vespa/hadoop/package-info.java
blob: 0805a0ba1f63c12cad123222af4c804d8921509e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * com.yahoo.vespa.hadoop contains classes and utilities
 * to enable feeding directly to Vespa endpoints from pig and mapreduce.
 * It is a minimal layer over the Vespa HTTP client.
 **/
@ExportPackage
@PublicApi
package com.yahoo.vespa.hadoop;

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