You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-16Lines changed: 17 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
3
3
##Purpose
4
4
5
-
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.
5
+
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.
6
6
7
7
Current stable release: **1.1**
8
-
Current unstable release: **1.2.0-rc0**
8
+
9
+
Current unstable release: **1.2.0-rc1**
9
10
10
11
## Features
11
12
@@ -19,7 +20,7 @@ Current unstable release: **1.2.0-rc0**
@@ -84,7 +85,7 @@ After successfully building, you must copy the jars to the lib directory on each
84
85
Does **not** support Hadoop Streaming.
85
86
86
87
Build using `"1.0"` or `"1.0.x"`
87
-
88
+
88
89
* ###Apache Hadoop 1.1
89
90
Includes support for Hadoop Streaming.
90
91
@@ -93,38 +94,38 @@ After successfully building, you must copy the jars to the lib directory on each
93
94
94
95
* ###Apache Hadoop 0.20.*
95
96
Does **not** support Hadoop Streaming
96
-
97
+
97
98
Includes Pig 0.9.2.
98
-
99
+
99
100
Build using `"0.20"` or `"0.20.x"`
100
-
101
+
101
102
* ###Apache Hadoop 0.23
102
103
Includes Pig 0.9.2.
103
-
104
+
104
105
Includes support for Streaming
105
-
106
+
106
107
Build using `"0.23"` or `"0.23.x"`
107
108
108
109
* ###Apache Hadoop 0.21
109
110
Includes Pig 0.9.1
110
-
111
+
111
112
Includes support for Streaming
112
-
113
+
113
114
Build using `"0.21"` or `"0.21.x"`
114
115
115
116
* ###Cloudera Distribution for Hadoop Release 3
116
117
This is derived from Apache Hadoop 0.20.2 and includes custom patches.
117
-
118
+
118
119
Includes support for streaming and Pig 0.8.1.
119
120
120
121
Build with `"cdh3"`
121
122
122
123
* ###Cloudera Distribution for Hadoop Release 4
123
-
124
+
124
125
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.
125
-
126
+
126
127
Includes support for Streaming and Pig 0.11.1.
127
-
128
+
128
129
Build with `"cdh4"`
129
130
130
131
## Configuration
@@ -161,7 +162,7 @@ For examples on using Pig with the MongoDB Connector for Hadoop, also refer to t
161
162
162
163
## Notes for Contributors
163
164
164
-
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.
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.
0 commit comments