summaryrefslogtreecommitdiffstats
path: root/vespa-hadoop/src/main/java/com/yahoo/vespa/hadoop/package-info.java
blob: f7a24e0f6b6c3b15dcb34df0af61159f147a2528 (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 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;