public static class WebLogAnalysis.AntiJoinVisits extends Object implements CoGroupFunction<Tuple3<Integer,String,Integer>,Tuple1<String>,Tuple3<Integer,String,Integer>>
Constructor and Description |
---|
AntiJoinVisits() |
Modifier and Type | Method and Description |
---|---|
void |
coGroup(Iterable<Tuple3<Integer,String,Integer>> ranks,
Iterable<Tuple1<String>> visits,
Collector<Tuple3<Integer,String,Integer>> out)
If the visit iterator is empty, all pairs of the rank iterator are emitted.
|
public void coGroup(Iterable<Tuple3<Integer,String,Integer>> ranks, Iterable<Tuple1<String>> visits, Collector<Tuple3<Integer,String,Integer>> out)
Output Format: 0: RANK 1: URL 2: AVG_DURATION
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.