index
int64
0
0
repo_id
stringlengths
9
205
file_path
stringlengths
31
246
content
stringlengths
1
12.2M
__index_level_0__
int64
0
10k
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib/SampleTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,500
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib/ChannelsTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,501
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib/DistinctTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,502
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib/TopListTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,503
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib/AverageTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,504
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib/MapreduceTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,505
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib/join/JoinFnTestBase.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,506
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib/join/BrokenLeftAndOuterJoinTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,507
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib/join/RightOuterJoinFnTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,508
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib/join/OneToManyJoinTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,509
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib/join/LeftOuterJoinTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,510
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/lib/join/InnerJoinFnTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,511
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/fn/FilterFnTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,512
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/fn/NotFnTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,513
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/fn/ExtractKeyFnTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,514
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/fn/PairMapTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,515
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/fn/OrFnTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,516
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/fn/AggregatorsTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,517
0
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/test/java/org/apache/crunch/fn/AndFnTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,518
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/LongPipelinePlannerIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,519
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/CleanTextIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,520
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/MapsIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,521
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/MapPObjectIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,522
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/WordCountIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,523
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/BreakpointIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,524
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/PCollectionGetSizeIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,525
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/MaterializeIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,526
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/ExternalFilesystemIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,527
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/PipelineCallableIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,528
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/CombineReduceIT.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,529
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/SingleUseIterableExceptionIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,530
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/EmitNullAvroIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,531
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/PObjectsIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,532
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/StageResultsCountersIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,533
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/IterableReuseProtectionIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,534
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/PageRankIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,535
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/CollectionsLengthIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,536
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/ConfigurationIT.java
/* * * * * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distributed with this work for additional information * * regarding copyright ownership. The ASF licenses this file * * to you under the Apache License, Version 2.0 (the...
2,537
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/FirstElementPObjectIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,538
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/CheckpointIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,539
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/UnionResultsIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,540
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/CollectionsIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,541
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/TextPairIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,542
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/MultiStagePlanningIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,543
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/TfIdfIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,544
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/DependentSourcesIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,545
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/Breakpoint2IT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,546
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/RecordDropIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,547
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/CollectionPObjectIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,548
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/PTableKeyValueIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,549
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/TermFrequencyIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,550
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/MRPipelineIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,551
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/UnionIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,552
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/DeepCopyCustomTuplesIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,553
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/EnumPairIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,554
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/CancelJobsIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,555
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/EmptyPCollectionIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,556
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/UnionFromSameSourceIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,557
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/MaterializeToMapIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,558
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/TupleNClassCastBugIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,559
0
Create_ds/crunch/crunch-core/src/it/java/org/apache
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/MultipleOutputIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,560
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/impl/mr
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/impl/mr/plan/DotfilesIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,561
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/impl/mr
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/impl/mr/exec/MRExecutorIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,562
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/impl/dist
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/impl/dist/collect/FailIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,563
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/impl/dist
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/impl/dist/collect/UnionCollectionIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,564
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/impl
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/impl/mem/MemPipelineUTF8IT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,565
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/impl
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/impl/mem/MemPipelineFileReadingWritingIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,566
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/types
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/types/avro/SafeAvroSerializationIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,567
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/test/TemporaryPaths.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,568
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/test/Tests.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,569
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/CombineFileIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,570
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/NLineInputIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,571
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/ToolRunnerIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,572
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/CompressIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,573
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/CompositePathIterableIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,574
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/TextFileTableIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,575
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/FormattedFileIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,576
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/avro/AvroKeyValueIT.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,577
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/avro/TextToAvroIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,578
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/avro/AvroModeIT.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
2,579
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/avro/AvroPipelineIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this * work for additional information regarding copyright ownership. The ASF * licenses this file to you under the Apache License, Version 2.0 (the * "License"); you may ...
2,580
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/avro/AvroMemPipelineIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this * work for additional information regarding copyright ownership. The ASF * licenses this file to you under the Apache License, Version 2.0 (the * "License"); you may ...
2,581
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/avro/AvroReflectIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,582
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/avro/AvroFileSourceTargetIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,583
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/avro/AvroPathPerKeyIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,584
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/avro/AvroWritableIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,585
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/text/TextPathPerKeyIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,586
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/text
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/text/xml/XmlSourceIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,587
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/text
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/text/csv/CSVFileSourceIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,588
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/parquet/AvroParquetPathPerKeyIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,589
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/parquet/AvroParquetFileSourceTargetIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,590
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/io/parquet/AvroParquetPipelineIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this * work for additional information regarding copyright ownership. The ASF * licenses this file to you under the Apache License, Version 2.0 (the * "License"); you may ...
2,591
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/lib/AggregateIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,592
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/lib/MapredIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,593
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/lib/AvroTypeSortIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,594
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/lib/SortByValueIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,595
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/lib/SpecificAvroGroupByIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,596
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/lib/SecondarySortIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,597
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/lib/SetIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,598
0
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch
Create_ds/crunch/crunch-core/src/it/java/org/apache/crunch/lib/SortIT.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,599