summaryrefslogtreecommitdiffstats
path: root/vespa-hadoop/src/main/java/com/yahoo/vespa/hadoop/mapreduce/package-info.java
blob: f3661316cf47d4e4d75bb42d9a8ce409d62da90b (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.mapreduce contains classes and utilities
 * to enable feeding directly to Vespa endpoints from mapreduce.
 * It is a minimal layer over the Vespa HTTP client.
 **/
@ExportPackage
@PublicApi
package com.yahoo.vespa.hadoop.mapreduce;

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