Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Commit d710b33

Browse files
committed
Version 1.2.0
1 parent 3084708 commit d710b33

File tree

3 files changed

+13
-60
lines changed

3 files changed

+13
-60
lines changed

README.md

Lines changed: 11 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
The MongoDB Connector for Hadoop is a library which allows MongoDB (or backup files in its data format, BSON) to be used as an input source, or output destination, for Hadoop MapReduce tasks. It is designed to allow greater flexibility and performance and make it easy to integrate data in MongoDB with other parts of the Hadoop ecosystem.
66

7-
Current stable release: **1.1**
8-
9-
Current unstable release: **1.2.0-rc1**
7+
Current stable release: **1.2.0**
108

119
## Features
1210

@@ -18,46 +16,7 @@ Current unstable release: **1.2.0-rc1**
1816
* Works with BSON/MongoDB documents in other Hadoop tools such as **Pig** and **Hive**.
1917

2018
## Download
21-
22-
* 0.20.x
23-
24-
* [core](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-core_0.20.205.0-1.1.0.jar)
25-
* [pig support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-pig_0.20.205.0-1.1.0.jar)
26-
* [hive support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-hive_0.20.205.0-1.1.0.jar)
27-
28-
* 0.22.x
29-
* [core](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-core_0.22.0-1.1.0.jar)
30-
* [pig support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-pig_0.22.0-1.1.0.jar)
31-
* [hive support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-hive_0.22.0-1.1.0.jar)
32-
33-
* 0.23.x
34-
* [core](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-core_0.23.1-1.1.0.jar)
35-
* [pig support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-pig_0.23.1-1.1.0.jar)
36-
* [hive support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-hive_0.23.1-1.1.0.jar)
37-
* [streaming](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-streaming_0.23.1-1.1.0.jar)
38-
39-
* 1.0.x
40-
* [core](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-core_1.0.4-1.1.0.jar)
41-
* [pig support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-pig_1.0.4-1.1.0.jar)
42-
* [hive support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-hive_1.0.4-1.1.0.jar)
43-
44-
* 1.1.x
45-
* [core](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-core_1.1.2-1.1.0.jar)
46-
* [pig support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-pig_1.1.2-1.1.0.jar)
47-
* [hive support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-hive_1.1.2-1.1.0.jar)
48-
* [streaming](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-streaming_1.1.2-1.1.0.jar)
49-
50-
* cdh3
51-
* [core](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-core_cdh3u3-1.1.0.jar)
52-
* [pig support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-pig_cdh3u3-1.1.0.jar)
53-
* [hive support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-hive_cdh3u3-1.1.0.jar)
54-
* [streaming](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-streaming_cdh3u3-1.1.0.jar)
55-
56-
* cdh4
57-
* [core](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-core_cdh4.3.0-1.1.0.jar)
58-
* [pig support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-pig_cdh4.3.0-1.1.0.jar)
59-
* [hive support](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-hive_cdh4.3.0-1.1.0.jar)
60-
* [streaming](https://s3.amazonaws.com/drivers.mongodb.org/hadoop/mongo-hadoop-streaming_cdh4.3.0-1.1.0.jar)
19+
See the [release](https://github.com/mongodb/mongo-hadoop/releases) page.
6120

6221
## Building
6322

@@ -106,20 +65,6 @@ After successfully building, you must copy the jars to the lib directory on each
10665

10766
Build using `"0.23"` or `"0.23.x"`
10867

109-
* ###Apache Hadoop 0.21
110-
Includes Pig 0.9.1
111-
112-
Includes support for Streaming
113-
114-
Build using `"0.21"` or `"0.21.x"`
115-
116-
* ###Cloudera Distribution for Hadoop Release 3
117-
This is derived from Apache Hadoop 0.20.2 and includes custom patches.
118-
119-
Includes support for streaming and Pig 0.8.1.
120-
121-
Build with `"cdh3"`
122-
12368
* ###Cloudera Distribution for Hadoop Release 4
12469

12570
This is the newest release from Cloudera which is based on Apache Hadoop 2.0. The newer MR2/YARN APIs are not yet supported, but MR1 is still fully compatible.
@@ -128,6 +73,14 @@ After successfully building, you must copy the jars to the lib directory on each
12873

12974
Build with `"cdh4"`
13075

76+
77+
* ###Apache Hadoop 2.2
78+
Includes Pig 0.9.2
79+
80+
Includes support for Streaming
81+
82+
Build using `"2.2"` or `"2.2.x"`
83+
13184
## Configuration
13285

13386
[Configuration](CONFIG.md)
@@ -162,7 +115,7 @@ For examples on using Pig with the MongoDB Connector for Hadoop, also refer to t
162115

163116
## Notes for Contributors
164117

165-
If your code introduces new features, please add tests that cover them if possible and make sure that the existing test suite still passes. If you're not sure how to write a test for a feature or have trouble with a test failure, please post on the google-groups with details and we will try to help.
118+
If your code introduces new features, please add tests that cover them if possible and make sure that the existing test suite still passes. If you're not sure how to write a test for a feature or have trouble with a test failure, please post on the google-groups with details and we will try to help.
166119

167120
### Maintainers
168121
Mike O'Brien ([email protected])

project/MongoHadoopBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import AssemblyKeys._
88
object MongoHadoopBuild extends Build {
99

1010
lazy val buildSettings = Seq(
11-
version := "1.2.0-rc1",
11+
version := "1.2.0",
1212
crossScalaVersions := Nil,
1313
crossPaths := false,
1414
organization := "org.mongodb"

testing/run_treasury.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
#declare -a job_args
3737
#cd ..
38-
VERSION_SUFFIX = "1.2.0-rc1"
38+
VERSION_SUFFIX = "1.2.0"
3939

4040

4141
def generate_id(size=6, chars=string.ascii_uppercase + string.digits):

0 commit comments

Comments
 (0)