commit c320d4cb5ed7d6acc26b18966934f1bdda6c1111 Author: Chad Metcalf Date: Thu Sep 17 15:59:11 2009 -0700 HADOOP-6140: DistributedCache.addArchiveToClassPath doesn't work in 0.18.x branch commit dda68f73756ee6d0d8615114013ef18b7aff6cc0 Author: Chad Metcalf Date: Wed Sep 16 10:34:05 2009 -0700 HADOOP-4500: multifilesplit is using job default filesystem incorrectly commit cb1dd32acbae45c5d89882ca33fbf3144f56c20e Author: Tsz-wo Sze Date: Tue Mar 24 19:07:31 2009 +0000 HADOOP-5564. Limit the JVM heap size in the java command for initializing JAVA_PLATFORM. (Suresh Srinivas via szetszwo) git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.20@757960 13f79535-47bb-0310-9956-ffa450edef68 commit e93cbf7cca2c3efd8331ffc84a5c1325262fb0f6 Author: Hairong Kuang Date: Tue Mar 17 22:23:42 2009 +0000 HADOOP-5259. Job with output hdfs:/user//outputpath (no authority) fails with Wrong FS. Contributed by Doug Cutting and Koji Noguchi. git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@755426 13f79535-47bb-0310-9956-ffa450edef68 commit d73b5956fe7f09e459913ce9b6c54fb0631e0ebf Author: Matt Massie Date: Tue Aug 4 15:13:31 2009 -0700 HADOOP-4137 NPE in GangliaContext.xdr_string (GangliaContext.java:195) commit abf156326afe11bfd12ac8882e6842eb58444759 Author: Matt Massie Date: Mon Aug 3 12:16:08 2009 -0700 Fix the pseudo-distributed package: add missing example-conf, update the tmp directory path commit f4addc3d2d16c5a0f59ecd10d12e2b4088e9ea80 Author: Matt Massie Date: Fri Jul 31 18:46:42 2009 -0700 Fixed a bug in the wrapper generation code commit da22b29fbd8add93368bc04e9340477ca504b102 Author: Matt Massie Date: Fri Jul 31 14:19:45 2009 -0700 Added --apache-branch (e.g. 0.18, 0.20) option to the install hadoop script commit 8ae98460f58bd76e1f98eab2ca9cef779a1638f9 Author: Todd Lipcon Date: Thu Jul 30 16:11:59 2009 -0700 HADOOP-6171. Preserve modification times of copied source so that autotools dependencies are maintained commit acdf14ffe2340092790d56689470bf22824687ef Author: Todd Lipcon Date: Tue Jul 21 19:04:53 2009 -0700 Fix mistaken negation in condition for building jdiff output commit b3861b99376ef297ab55a69b2d102c199ae3bd15 Author: Aaron Kimball Date: Tue Jul 21 17:45:25 2009 -0700 MAPREDUCE-415: JobControl.Job always has an unassigned name commit 9b5661cb769d792d9386f04b357bbfcf43e64eb9 Author: Todd Lipcon Date: Sun Jul 19 23:28:53 2009 -0700 Run api report against 0.18.3 for Cloudera releases commit 122909e651e9bcf8d5ad81c57dc4222af51ebbae Author: Todd Lipcon Date: Mon Jul 13 14:41:59 2009 -0700 Better support for tarball environment in addition to packages Changes installation to make exec wrappers around bin/hadoop and bin/sqoop This allows those scripts to use their $0 to find hadoop-config.sh and avoids the need to modify the scripts themselves from the Apache versions. commit 281e6a84fff7fd3becc884ca1b03b3ec9bea300f Author: Todd Lipcon Date: Mon Jul 13 16:30:27 2009 -0700 Move more scripts into this repository for a more transparent tarball release. commit ebc3160202079d3ea7bec8054ffc0d29c403c168 Author: Todd Lipcon Date: Tue Jul 7 12:01:56 2009 -0700 Use new cloudera.hash property to set revision in build info This should make the "hadoop version" output far more useful for determing exactly what code is running. The cloudera.hash property is set by cloudera/build.properties which is generated during the build process. commit 8bdae806809e248e921041ba3a598f54c16c47a1 Author: Todd Lipcon Date: Mon Jul 6 19:36:11 2009 -0700 MAPREDUCE-714: Fix JobConf.findContainingJars to work with jars with + in the name commit 1de50e5f6cba7d6b33ab068952a2b15aa2507e79 Author: Todd Lipcon Date: Sun Jul 5 17:22:39 2009 -0700 Move cloudera hooks inside the package task of build.xml Fixes an issue where the fair scheduler jar was not built before the hooks were run, and therefore was not included in the target lib/ directory. commit 2cd04455792bb93821edb3f4b5b329ae5860a5b7 Author: Aaron Kimball Date: Fri Jul 3 13:41:11 2009 -0700 MAPREDUCE-690: Sqoop's test "hive" script needs to be executable commit e4fb918fbbf8e606e0f3ee533122077c67ac5415 Author: Aaron Kimball Date: Fri Jul 3 13:36:02 2009 -0700 MAPREDUCE-680: Reuse of Writable objects is improperly handled by MRUnit commit d3d4c0e644643fb2b9e9f9d8bdb0453d04ea163a Author: Matt Massie Date: Tue Jun 30 15:22:32 2009 -0700 SUPPORT-122: hadoop-config.sh should pull JAVA_HOME from hadoop-env.sh commit e9dbfcacd2fc3daefa8aee761be0fc1462ec4619 Author: Todd Lipcon Date: Tue Jun 30 11:17:34 2009 -0700 Make saveVersion.sh save git revision commit 947016c029bbb86d2bcf9233fcae27f0b24ee1da Author: Todd Lipcon Date: Tue Jun 30 11:12:55 2009 -0700 Move saveVersion.sh in build.xml to ensure build This error is due to ant 1.7.1 not compiling package-info.java if the timestamp of the output class directory is newer than the package-info file itself. Since other compiles were happening after package-info.java was generated, the build dir was newer and compilation was being skipped. Fixes CLOUDERA-436 (hadoop version printing rUNKNOWN) commit 3c7cf4ff3f9a9c68155c6bd15f61ec44f17fecb4 Author: Aaron Kimball Date: Fri Jun 19 14:04:15 2009 -0700 Add mysql connector/j jdbc library for sqoop commit c9b3a5d271fafa0eefe6a97707b6053d8f7802c2 Author: Todd Lipcon Date: Tue Jun 16 13:21:27 2009 -0700 HADOOP-5635. Change distributed cache to work with other distributed file systems. Contributed by Andrew Hitchcock. git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@779066 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: src/contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java JavaDoc reformatting caused conflict. src/core/org/apache/hadoop/filecache/DistributedCache.java Conflict with HADOOP-249 (JVM Reuse) not in 0.18 src/test/core/org/apache/hadoop/filecache/TestDistributedCache.java New file not in 18 - moved into appropriate 18 branch location and still passes commit 51cf49d7151a41adacd7bc72bd6873dab16b96c7 Author: Todd Lipcon Date: Mon Jun 15 13:08:42 2009 -0700 HADOOP-5861. s3n files are not getting split by default. git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@781343 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: src/core/core-default.xml Moved new configuration option backported into hadoop-default.xml commit 92b93e8da4418519cf3be332d65de5bec8d48af7 Author: Todd Lipcon Date: Mon Jun 15 12:59:32 2009 -0700 HADOOP-5836. Bug in S3N handling of directory markers using an object with a trailing "/" causes jobs to fail. Contributed by Ian Nowland. git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@781334 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: src/core/org/apache/hadoop/fs/s3native/Jets3tNativeFileSystemStore.java src/core/org/apache/hadoop/fs/s3native/NativeS3FileSystem.java Conflicts due to other changes in these files introduced in trunk by HADOOP-5438. Tested this patch against S3 and S3N. commit bced3022693319b00618770a0a9edb9dee236904 Author: Todd Lipcon Date: Mon Jun 8 16:58:46 2009 -0700 Truncate job names when making JobHistory logs This fixes an issue when job names are long on file systems like EXT3 that have a maximum filename length commit 8fb52eabcfd1ea9598f3b6d48f7e2aebff0ea72e Author: Todd Lipcon Date: Sat Jun 13 18:39:06 2009 -0700 HADOOP-4422. S3 file systems should not create bucket. Contributed by David Phillips. git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@720476 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit ed24bbc4f9d969723eb49ea8e11b21f21e547adf) commit 32a616cf4a573f2c238a6cfe5a31a29a22cc535f Author: Todd Lipcon Date: Fri Jun 5 16:30:29 2009 -0700 Fix install_hadoop.sh arg parsing to allow --src-dir This fixes an install bug on RPM commit 1b62a836b1cc369cf10874bfba9de18507cc63a0 Author: Todd Lipcon Date: Thu Jun 4 17:33:58 2009 -0700 Install source commit 3981af117bd6e23038956d7ac121ddbb3e6c3fa0 Author: Todd Lipcon Date: Wed Jun 3 23:40:27 2009 -0700 Add pseudodistributed conf and manpage to git commit 9d4b74ce8043557af23c14ad4589e8c73c919ca1 Author: Todd Lipcon Date: Wed Jun 3 23:34:15 2009 -0700 Hook build.xml to enable contrib modules commit adce143eeead6a533389944bf19cd8836c53e74e Author: Todd Lipcon Date: Wed Jun 3 23:31:23 2009 -0700 Add install script directly to repo commit b2762cf6bcc5d9e1e121259d43e4054dd8925793 Author: Todd Lipcon Date: Wed Jun 3 23:04:05 2009 -0700 Add files previously managed through dist_options commit 75bb771147b28daab575c2a0b19bcdc3f7ce7597 Author: Todd Lipcon Date: Wed Jun 3 17:57:25 2009 -0700 jsp-favicons-and-css.patch commit fa610714d28422ee4a1258e519dbc65916c51e8f Author: Todd Lipcon Date: Wed Jun 3 17:57:24 2009 -0700 HADOOP-5528-binary-partitioner-0.18.patch commit d7347d72fe05082e34e631c8e5a36d86f3fa16a5 Author: Todd Lipcon Date: Wed Jun 3 17:57:24 2009 -0700 HADOOP-5805-s3n-toplevel-buckets-io.patch commit a8a3924a310ef751669e4957d8bbd6bb5e7e894a Author: Todd Lipcon Date: Wed Jun 3 17:57:24 2009 -0700 HADOOP-5656-s3n-bytes-counters.patch commit 932c08288c46b941483218563ef7536d74755481 Author: Todd Lipcon Date: Wed Jun 3 17:57:24 2009 -0700 HADOOP-5613-s3exception-ioexception.patch commit 627abc5d4c0abdcbd2fedc86295c28b35eceef9f Author: Todd Lipcon Date: Wed Jun 3 17:57:24 2009 -0700 HADOOP-5175-dont-unpack-libjars-0.18.3.patch commit 10272f94fc7db3799e30adfcbef46ca5d26caea7 Author: Todd Lipcon Date: Wed Jun 3 17:57:24 2009 -0700 HADOOP-5170-tasklimits-v3-0.18.3.patch commit e4dc7c8602ab6a6561ad6e790775596cc589f10b Author: Todd Lipcon Date: Wed Jun 3 17:57:24 2009 -0700 HADOOP-4377-hadoop-s3n-tmpdir.patch commit e5f0fe425b6bf28f6ab51b46430e745c73e2cefe Author: Todd Lipcon Date: Wed Jun 3 17:57:24 2009 -0700 HADOOP-4829-0.18.3.patch commit e4656d38443b759232d0b24d68c524e91f7eca0d Author: Todd Lipcon Date: Wed Jun 3 17:57:24 2009 -0700 HADOOP-3361-0.18.3.patch commit b78e7e6cbeb73500c23c3e6967f5686058c88217 Author: Todd Lipcon Date: Wed Jun 3 17:57:24 2009 -0700 HADOOP-3155-branch18.patch commit 0fd0597e078a3084d7b1aa650054476e49c81f11 Author: Todd Lipcon Date: Wed Jun 3 17:57:24 2009 -0700 HADOOP-3663.patch commit 274453b1c075e0aa1716510f07f6bb7d7a72b4cd Author: Todd Lipcon Date: Wed Jun 3 17:57:23 2009 -0700 HADOOP-5114-branch-18.patch commit c0c8cb0aab165d31cefa0728115cfa0b2874ad14 Author: Todd Lipcon Date: Wed Jun 3 17:57:23 2009 -0700 HADOOP-5450.patch commit 965d84eb778fd275406bf8cb8f631be70f04e7c4 Author: Todd Lipcon Date: Wed Jun 3 17:57:23 2009 -0700 HADOOP-1722-branch-0.18.patch commit aa899cb87f39b211343841da105772a7b0d7a8b2 Author: Todd Lipcon Date: Wed Jun 3 17:57:23 2009 -0700 sqoop-mysqldump-and-hive-branch18.patch commit 30ccb9f524292392f24b0b7d67d9e1ba97fee074 Author: Todd Lipcon Date: Wed Jun 3 17:57:23 2009 -0700 HADOOP-5815-branch18.patch commit fd801863a18ac9d9f2b92ce8c72f9078f4e46cd2 Author: Todd Lipcon Date: Wed Jun 3 17:57:23 2009 -0700 HADOOP-5518-branch18.patch commit ae64581048d8bb4af562700b517ac4990854798d Author: Todd Lipcon Date: Mon May 11 14:35:00 2009 -0700 Add libs commit 6a4465b1215cd8645647264e7f629ad15498f273 Author: Todd Lipcon Date: Mon May 11 14:32:42 2009 -0700 include_pthread_in_pipes_examples.patch commit 629b77797400449c1d8f01cf762f9dbd2d37d85d Author: Todd Lipcon Date: Mon May 11 14:32:42 2009 -0700 HADOOP-5612-Add-chmod-rules-to-build.xml-to-make.patch commit a085100ddf7c7a953f5713734d26fe71eaf4bfa3 Author: Todd Lipcon Date: Mon May 11 14:32:42 2009 -0700 HADOOP-5611-Add-some-missing-includes-to-c-code-t.patch commit 05658a1301e33b3975d67c70e5f8ce1704bebac4 Author: Todd Lipcon Date: Mon May 11 14:32:41 2009 -0700 rerun_automake_aclocal_after_HADOOP-3344_v2.patch commit dac4ece9f588eb5e9ce182f8afea890383831356 Author: Todd Lipcon Date: Mon May 11 14:32:40 2009 -0700 HADOOP-3344.-Fix-libhdfs-build-to-use-autoconf-and-b.patch commit 059978cd7fa8fcf490410c32b375c2757c188ee4 Author: Todd Lipcon Date: Mon May 11 14:32:40 2009 -0700 HADOOP-3327.patch commit adc857978c6b5428c2def21e2f721429579480fd Author: Todd Lipcon Date: Mon May 11 14:32:40 2009 -0700 HADOOP-5465-0.18.3.patch commit 02fc7fbb85108f3bfff5dde8172e9ee9800230fd Author: Todd Lipcon Date: Mon May 11 14:32:40 2009 -0700 HADOOP-3655.patch commit f2a536bf5751ed07ccc5f7eccdd07dacb7e9cb71 Author: Todd Lipcon Date: Mon May 11 14:32:40 2009 -0700 HADOOP-5240-0.18.3.patch commit ec683283ff9a665546cab4bd847887722432d37e Author: Todd Lipcon Date: Mon May 11 14:32:39 2009 -0700 HADOOP-4346-0.18.3.patch commit 8ea81bc88f7a20035330b5ad54823f6dc2512e16 Author: Todd Lipcon Date: Mon May 11 14:32:39 2009 -0700 HADOOP-3950.patch commit aa25a35a571024c50fa32136121afc70c9fb52cf Author: Todd Lipcon Date: Mon May 11 14:32:39 2009 -0700 HADOOP-4918-0.18.3.patch commit ef5b341ce262bead7acd10c610918c17e4db399a Author: Todd Lipcon Date: Mon May 11 14:32:39 2009 -0700 HADOOP-3646-0.18.3.patch commit 2fcdc4a99292e1e8eafec600238fc98a095dcd19 Author: Todd Lipcon Date: Mon May 11 14:32:39 2009 -0700 FairSchedulerStyled.patch commit 81c8db26fce7257d4f77f3785d9233c65a4c4f4a Author: Todd Lipcon Date: Mon May 11 14:32:39 2009 -0700 HADOOP-5154-v4.patch commit 2db388f6c2f7212d6203dc5d168056329e202bca Author: Todd Lipcon Date: Mon May 11 14:32:39 2009 -0700 HADOOP-4873-1.patch commit 95902909cdd1ea515921574fc45610f56a78c748 Author: Todd Lipcon Date: Mon May 11 14:32:39 2009 -0700 fairscheduler-0.18.3.patch commit f29fe639221cc12026ee13e5c1ebf845bbad12e6 Author: Todd Lipcon Date: Mon May 11 14:32:38 2009 -0700 HADOOP-4955.patch commit a1b3adba7e10ce0ff2e537aae1d472a3c9d5fe1d Author: Todd Lipcon Date: Mon May 11 14:32:38 2009 -0700 HADOOP-2536-0.18.2.patch commit 50e020be5f0b817d80899c8c834b3e78a1ebae09 Author: Todd Lipcon Date: Mon May 11 14:32:38 2009 -0700 nn+jt_cloudera_0.18.2_noheader.patch commit 4912c0f49b16aba7b22497844531705f0b3088d8 Author: Todd Lipcon Date: Mon May 11 14:32:38 2009 -0700 scribe_hadoop_trunk.patch