Akira Ajisaka
480b01ba95
HADOOP-12902. JavaDocs for SignerSecretProvider are out-of-date in AuthenticationFilter. Contributed by Gabor Liptak.
...
(cherry picked from commit acca149ec9
)
(cherry picked from commit b4fbc22688
)
2016-03-31 16:07:22 +09:00
Arpit Agarwal
7f14dc3294
HDFS-9478. Reason for failing ipc.FairCallQueue contruction should be thrown. (Contributed by Ajith S)
2016-03-29 13:07:31 -07:00
Jason Lowe
02e81caa21
HADOOP-12958. PhantomReference for filesystem statistics can trigger OOM. Contributed by Sangjin Lee
...
(cherry picked from commit 9a09200a1f
)
2016-03-25 23:03:39 +00:00
Xiaoyu Yao
54dd9a14ab
HADOOP-12682. Fix TestKMS#testKMSRestart* failure. Contributed by Wei-Chiu Chuang.
...
(cherry picked from commit ab725cff66
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2016-03-22 14:01:43 -07:00
Xiaoyu Yao
c6f68a7f98
HADOOP-12559. KMS connection failures should trigger TGT renewal. Contributed by Zhe Zhang.
...
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2016-03-18 17:48:56 -07:00
Steve Loughran
b409ce89e9
Revert "HADOOP-12672. RPC timeout should not override IPC ping interval (iwasakims)"
...
This reverts commit acafc950d9
.
2016-03-11 16:59:09 +00:00
Masatake Iwasaki
acafc950d9
HADOOP-12672. RPC timeout should not override IPC ping interval (iwasakims)
2016-03-11 15:12:22 +09:00
Akira Ajisaka
cff6db1f92
HADOOP-12688. Fix deadlinks in Compatibility.md. Contributed by Gabor Liptak.
...
(cherry picked from commit 4cbefafcac4e7b20a23b7b416af1a2efe71e1080)
(cherry picked from commit 0d8ad99e0d
)
2016-03-09 15:35:12 +09:00
Ming Ma
d6e40fd270
Update CHANGES.txt for HADOOP-12789
2016-03-07 20:50:09 -08:00
Ming Ma
f01f1940c4
HADOOP-12789. log classpath of ApplicationClassLoader at INFO level. (Sangjin Lee via mingma)
...
(cherry picked from commit 49eedc7ff0
)
2016-03-07 20:43:07 -08:00
Akira Ajisaka
71e89e82e9
HADOOP-12872. Fix formatting in ServiceLevelAuth.md. Contributed by Brahma Reddy Battula.
...
(cherry picked from commit 0a9f00af5e
)
(cherry picked from commit 899715a15e
)
2016-03-03 23:33:09 +09:00
Akira Ajisaka
53106a3a4c
HADOOP-12871. Fix dead link to NativeLibraries.html in CommandsManual.md. Contributed by Brahma Reddy Battula.
...
(cherry picked from commit 1c3136cbd8
)
(cherry picked from commit 96a0939d5b
)
2016-03-03 23:23:39 +09:00
Akira Ajisaka
06d9a245fe
HADOOP-12870. Fix typo admininistration in CommandsManual.md. Contributed by John Zhuge.
...
(cherry picked from commit eb864d35d6
)
(cherry picked from commit 9e87f59dea
)
2016-03-03 18:52:18 +09:00
Suresh Srinivas
0481817381
HADOOP-9121. InodeTree.java has redundant check for vName while throwing exception. Contributed by Arup Malakar.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1418005 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit a5331eeead
)
(cherry picked from commit fca24fbbaa
)
2016-02-29 11:36:40 +09:00
Suresh Srinivas
3bcca662bc
HADOOP-8818. Use equals instead == in MD5MD5CRC32FileChecksum and TFileDumper. Contributed by Brandon Li.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1385374 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 0c53ed4cd1
)
(cherry picked from commit 7b64e5805747f7be8ad1b8cbcefc7a312350a199)
2016-02-27 01:26:47 +09:00
Zhe Zhang
c420dfeffb
HADOOP-12800. Copy docker directory from 2.8 to 2.7/2.6 repos to enable pre-commit Jenkins runs. (zhz)
...
Change-Id: I893319c53e497420e2b20511f0d5c0803d8515ba
2016-02-19 14:34:16 -08:00
Junping Du
78a4c34894
Support additional compression levels for GzipCodec. Contributed by Ravi Mutyala.
...
(cherry picked from commit 18f9b77a32
)
(cherry picked from commit e38c2ef6c5
)
2016-02-19 14:26:53 -08:00
Vinayakumar B
a9c1bb4241
HADOOP-12810. FileSystem#listLocatedStatus causes unnecessary RPC calls (Contributed by Ryan Blue)
...
(cherry picked from commit 96ea309431
)
(cherry picked from commit 2bf5a005fa
)
2016-02-17 10:16:13 +05:30
Vinayakumar B
05c7821530
HADOOP-12805. Annotate CanUnbuffer with @InterfaceAudience.Public (Contributed by Ted Yu)
...
(cherry picked from commit 4b0e59fdc0
)
(cherry picked from commit e79a5e4460
)
2016-02-16 17:33:11 +05:30
Akira Ajisaka
893911e57c
HADOOP-12786. "hadoop key" command usage is not documented. Contributed by Xiao Chen.
...
(cherry picked from commit 1c48e50ce7
)
(cherry picked from commit a670165bbd
)
2016-02-15 11:39:24 +09:00
Junping Du
63069389ee
Set the release date for 2.6.4.
...
(cherry picked from commit ec12ce8f48
)
(cherry picked from commit a28be9edc7
)
2016-02-13 01:50:30 -08:00
Masatake Iwasaki
a2f3ab9f4e
HADOOP-12589. Fix intermittent test failure of TestCopyPreserveFlag (iwasakims)
...
(cherry picked from commit 36ba5cac37
)
2016-02-13 15:02:59 +09:00
Jason Lowe
4737d46861
HADOOP-12792. TestUserGroupInformation#testGetServerSideGroups fails in chroot. Contributed by Eric Badger
...
(cherry picked from commit 6f03959e4d
)
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java
2016-02-10 22:02:32 +00:00
Zhe Zhang
ef05096f95
HDFS-9347. Invariant assumption in TestQuorumJournalManager.shutdown() is wrong. Contributed by Wei-Chiu Chuang.
...
Change-Id: Idde8522e11c77f82b376e0c90a9bf33d163d5cb9
(cherry picked from commit ef3f3f6bb1
)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
2016-02-09 10:42:21 +08:00
Sangjin Lee
20e013cac8
HADOOP-12773. HBase classes fail to load with client/job classloader enabled (sjlee)
...
(cherry picked from commit 58acbf940a
)
2016-02-08 14:00:19 -08:00
Kihwal Lee
dfea9c711d
HADOOP-12772. NetworkTopologyWithNodeGroup.getNodeGroup() can loop infinitely for invalid 'loc' values. Contributed by Kuhu Shukla.
...
(cherry picked from commit 49e176c29f
)
2016-02-05 15:50:42 -06:00
Sangjin Lee
5131ee56a6
HADOOP-12761. incremental maven build is not really incremental (sjlee)
...
(cherry picked from commit 4dc0a39493
)
2016-02-03 09:03:03 -08:00
Junping Du
bfee573baf
Adding release 2.6.5 to CHANGES.txt
2016-02-02 18:19:08 -08:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
34c9289f6c
Release process for 2.7.2: Set the release date for 2.7.2
...
(cherry picked from commit ec4d2d9f40
)
2016-01-25 15:48:18 -08:00
Walter Su
70e53cf746
HADOOP-12715. TestValueQueue#testgetAtMostPolicyALL fails intermittently. Contributed by Xiao Chen.
...
(cherry picked from commit 6eacdea0e4
)
2016-01-25 19:43:31 +08:00
Akira Ajisaka
985d1b0fa5
HADOOP-12736. TestTimedOutTestsListener#testThreadDumpAndDeadlocks sometimes times out. Contributed by Xiao Chen.
...
(cherry picked from commit 643227927a
)
(cherry picked from commit 38ec290455
)
2016-01-25 14:00:17 +09:00
Jason Lowe
dbed88237c
HADOOP-12706. TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp times out occasionally. Contributed by Sangjin Lee and Colin Patrick McCabe
...
(cherry picked from commit cdf8895259
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2016-01-14 23:52:10 +00:00
Jason Lowe
4976aac46e
HADOOP-12107. long running apps may have a huge number of StatisticsData instances under FileSystem (Sangjin Lee via Ming Ma)
...
(cherry picked from commit 8e1bdc17d9
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2016-01-14 23:34:29 +00:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
faebc20e26
HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa)
...
Moved entry from HDFS CHANGES.txt to that of common.
(cherry picked from commit cb73c753da
)
2016-01-13 14:56:58 -08:00
Akira Ajisaka
68c68e187f
Set release date for 2.6.3
...
(cherry picked from commit db99e30f67
)
(cherry picked from commit 247ab92464
)
2016-01-04 16:14:30 +09:00
Akira Ajisaka
3a1c98bba3
HADOOP-11252. RPC client does not time out by default. Contributed by Wilfred Spiegelenburg and Masatake Iwasaki.
...
(cherry picked from commit 64ae85fd2e
)
(cherry picked from commit d98cfe611f
)
2016-01-04 14:35:54 +09:00
Akira Ajisaka
5ffad1551b
HDFS-9505. HDFS Architecture documentation needs to be refreshed. Contributed by Masatake Iwasaki.
...
(cherry picked from commit fa544020f6
)
(cherry picked from commit 7526a2a005
)
2015-12-21 21:27:28 +09:00
Junping Du
803fdc9f5e
Creating 2.6.4 entries in CHANGES.txt files.
...
(cherry picked from commit 028894281b
)
(cherry picked from commit 092c469059
)
2015-12-18 14:24:51 +09:00
Akira Ajisaka
eed00804a7
HADOOP-12588. Fix intermittent test failure of TestGangliaMetrics. Contributed by Masatake Iwasaki.
...
(cherry picked from commit bd5e207432
)
(cherry picked from commit e06c291245
)
2015-12-18 13:13:30 +09:00
Vinod Kumar Vavilapalli
7b3f027ed4
HADOOP-12415. Fixed pom files to correctly include compile-time dependency on netty. (Tom Zeng via cos)
...
Addendum commit to include CHANGES.txt entry.
(cherry picked from commit ce16541c62
)
2015-12-16 14:43:20 -08:00
Tom Zeng
6c62d422d6
HADOOP-12415. Add io.netty dependency to hadoop-nfs and to hadoop-hdfs, needed to build Bigtop successfuly, see BIGTOP-2049
...
Signed-off-by: Konstantin Boudnik <cos@boudnik.org>
(cherry picked from commit b4c6b511e7
)
2015-12-16 14:27:30 -08:00
Akira Ajisaka
02f666b324
HADOOP-12602. TestMetricsSystemImpl#testQSize occasionally fails. Contributed by Masatake Iwasaki.
...
(cherry picked from commit eee0cf4611
)
(cherry picked from commit 5047ee56af
)
2015-12-11 16:19:28 +09:00
Zhe Zhang
1ae8a8342e
HDFS-8647. Abstract BlockManager's rack policy into BlockPlacementPolicy. Contributed by Brahma Reddy Battula. Branch-2.7 patch contributed by Xiao Chen.
...
Change-Id: I1b32627bc2a2f30f5debeaba7663fb2777958079
2015-12-03 10:30:48 -08:00
Akira Ajisaka
7404506111
HADOOP-12565. Replace DSA with RSA for SSH key type in SingleCluster.md. Contributed by Mingliang Liu.
...
(cherry picked from commit 3857fed2c8
)
(cherry picked from commit 15c2f709c6
)
2015-12-03 11:52:28 +08:00
Jason Lowe
e1b6a5413f
MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter)
...
(cherry picked from commit 7fd00b3db4
)
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
2015-11-30 17:45:27 +00:00
Jason Lowe
2946621a53
Revert "HADOOP-11361. Fix a race condition in MetricsSourceAdapter.updateJmxCache. Contributed by Brahma Reddy Battula."
...
This reverts commit 4356e8a5ef
.
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/impl/MetricsSourceAdapter.java
(cherry picked from commit 17b1a5482b
)
2015-11-24 19:18:37 +00:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
f62cdc38f3
HADOOP-12577. Bumped up commons-collections version to 3.2.2 to address a security flaw. Contributed by Wei-Chiu Chuang.
...
(cherry picked from commit 70c26703f4
)
2015-11-23 10:01:38 -08:00
Akira Ajisaka
854a0fa6c9
Fix conflict in CHANGES.txt when backporting HADOOP-12482 to branch-2.7.
2015-11-15 19:04:30 +09:00
Lei Xu
929699f7eb
HADOOP-12482. Race condition in JMX cache update. (Tony Wu via lei)
...
(cherry picked from commit 0eb9c60c5b
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2015-11-14 14:58:50 +09:00
Robert Kanter
d833950317
HADOOP-12348. MetricsSystemImpl creates MetricsSourceAdapter with wrong time unit parameter. (zxu via rkanter)
...
(cherry picked from commit 764f8baa99
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2015-11-14 14:50:01 +09:00
Tsuyoshi Ozawa
2b7e6f7dfd
HADOOP-11361. Fix a race condition in MetricsSourceAdapter.updateJmxCache. Contributed by Brahma Reddy Battula.
...
(cherry picked from commit 4356e8a5ef
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2015-11-14 14:48:33 +09:00
Eric Yang
47dfb69a26
HADOOP-12374. Updated expunge command description.
...
(WeiWei Yang via eyang)
(cherry picked from commit b4bb8e1731
)
2015-11-14 13:13:38 +09:00
Akira Ajisaka
5c35f6c460
HADOOP-12545. Hadoop javadoc has broken links for AccessControlList, ImpersonationProvider, DefaultImpersonationProvider, and DistCp. Contributed by Arshad Mohammad.
...
(cherry picked from commit f94d892704
)
(cherry picked from commit c5c663c05d
)
Conflicts:
hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/package-info.java
2015-11-13 21:59:18 +09:00
Tsuyoshi Ozawa
ba7b5f3a5d
Updated CHANGES.txt to move HADOOP-12526 to 2.6.3.
...
(cherry picked from commit f6cecbfce5
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2015-11-11 23:23:14 +09:00
Vinod Kumar Vavilapalli
373b29491f
HADOOP-12451. Setting HADOOP_HOME explicitly should be allowed. Fixing bugs in
...
the first patch committed. (Karthik Kambatla via vinodkv)
(cherry picked from commit b742ea7fe6
)
2015-11-10 12:22:40 -08:00
Sangjin Lee
7e8467df9f
HADOOP-12526. there are duplicate dependency definitions in pom's (sjlee)
...
(cherry picked from commit 7802248c23
)
2015-11-08 17:52:15 -08:00
cnauroth
098c2df0c0
HADOOP-12413. AccessControlList should avoid calling getGroupNames in isUserInList with empty groups. Contributed by Zhihai Xu.
...
(cherry picked from commit b2017d9b03
)
2015-11-06 16:54:55 +00:00
Jason Lowe
abfc710b0b
HADOOP-12296. when setnetgrent returns 0 in linux, exception should be thrown. Contributed by Chang Li
...
(cherry picked from commit b9d25c3ee2
)
2015-11-04 16:35:36 +00:00
Jason Lowe
7499f71e77
Add 2.7.3 release to CHANGES.txt
...
(cherry picked from commit 0383a3973b
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-mapreduce-project/CHANGES.txt
hadoop-yarn-project/CHANGES.txt
2015-11-04 16:29:56 +00:00
Vinod Kumar Vavilapalli
09348c4bce
Preparing for 2.7.3 development
2015-11-03 15:18:10 -08:00
Sangjin Lee
c8767fb68c
Updated the 2.6.2 final release date.
...
(cherry picked from commit a4a6b5b4b4
)
2015-10-30 18:53:10 -07:00
Suresh Srinivas
a4fd068d46
HADOOP-9242. Duplicate surefire plugin config in hadoop-common. Contributed by Andrey Klochkov.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1438213 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 16acd69e58
)
2015-10-30 14:32:38 -07:00
Jason Lowe
e894be93f6
Creating 2.6.3 entries in CHANGES.txt files.
...
(cherry picked from commit eadf7b3096
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-mapreduce-project/CHANGES.txt
hadoop-yarn-project/CHANGES.txt
2015-10-30 14:55:33 +00:00
Jonathan Eagles
49a7d70f53
YARN-4009. CORS support for ResourceManager REST API. ( Varun Vasudev via jeagles)
...
(cherry picked from commit f8adeb712d
)
2015-10-23 11:18:32 -05:00
Kihwal Lee
3f3829e3a8
HADOOP-12464. Interrupted client may try to fail-over and retry. Contributed by Kihwal Lee.
...
(cherry picked from commit 6144e0137b
)
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java
2015-10-19 11:00:48 -05:00
Akira Ajisaka
aa0231f921
HADOOP-12465. Incorrect javadoc in WritableUtils.java. Contributed by Jagadesh Kiran N.
...
(cherry picked from commit 7fbf69bf47
)
(cherry picked from commit 613c7088fd
)
2015-10-08 06:09:32 +09:00
Jason Lowe
9f6ed41b95
YARN-3619. ContainerMetrics unregisters during getMetrics and leads to ConcurrentModificationException. Contributed by Zhihai Xu
2015-10-02 20:19:14 +00:00
Akira Ajisaka
3249c3ce56
HADOOP-12230. hadoop-project declares duplicate, conflicting curator dependencies. Contributed by Rakesh R.
...
(cherry picked from commit 966f9508c3
)
2015-10-02 12:40:35 +02:00
Karthik Kambatla
49ff1e5276
HADOOP-12451. Setting HADOOP_HOME explicitly should be allowed. (kasha)
...
(cherry picked from commit db145e0c9a
)
Conflicts:
hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.sh
2015-10-01 11:36:12 -07:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
2b4c7fcc67
Release process for 2.6.1: Set the release date for 2.6.1
...
(cherry picked from commit 1f707ecffd
)
(cherry picked from commit f48af332a7
)
2015-09-23 15:13:09 -07:00
Jason Lowe
521196874c
MAPREDUCE-6481. LineRecordReader may give incomplete record and wrong position/key information for uncompressed input sometimes. Contributed by Zhihai Xu
...
(cherry picked from commit 58d1a02b8d
)
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
2015-09-18 15:10:38 +00:00
Jason Lowe
850d6a3fd3
MAPREDUCE-5948. org.apache.hadoop.mapred.LineRecordReader does not handle multibyte record delimiters well. Contributed by Vinayakumar B, Rushabh Shah, and Akira AJISAKA
...
(cherry picked from commit 077250d8d7
)
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
2015-09-18 15:04:02 +00:00
Jian He
30569d930f
YARN-4153. TestAsyncDispatcher failed at branch-2.7. Contributed by Zhihai Xu
2015-09-14 17:48:31 +08:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
c05ba079e3
Updating all CHANGES.txt files to move entires from future releases into 2.6.1
...
section given the large number of backports to 2.6.1.
(cherry picked from commit fbbb7ff1ed
)
(cherry picked from commit cbf90f93f9
)
2015-09-10 16:10:56 -07:00
Colin Patrick Mccabe
fb06549e9d
HADOOP-12280. Skip unit tests based on maven profile rather than NativeCodeLoader.isNativeCodeLoaded (Masatake Iwasaki via Colin P. McCabe)
...
(cherry picked from commit 6f83274afc
)
(cherry picked from commit e92107b18f
)
(cherry picked from commit 3bd9b7459b
)
2015-09-10 11:56:30 -07:00
Harsh J
6ab1a9c2de
HADOOP-8151. Error handling in snappy decompressor throws invalid exceptions. Contributed by Matt Foley. (harsh)
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1389006 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ac31d6a448
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
(cherry picked from commit 55427fb66c
)
2015-09-10 11:56:29 -07:00
Gera Shegalov
afa8189a07
HADOOP-11491. HarFs incorrectly declared as requiring an authority. (Brahma Reddy Battula via gera)
...
(cherry picked from commit f343f8657e
)
(cherry picked from commit 58970d69de
)
2015-09-10 10:57:52 -07:00
Gera Shegalov
d3f41f6ed8
HADOOP-11812. Implement listLocatedStatus for ViewFileSystem to speed up split calculation (gera)
...
(cherry picked from commit 6d2cf9fbbd
)
(cherry picked from commit 1544c63602
)
2015-09-10 10:56:15 -07:00
Tsuyoshi Ozawa
76cfdb1aba
HADOOP-12213. Interrupted exception can occur when Client#stop is called. Contributed by Kuhu Shukla.
...
(cherry picked from commit 0ebc658105
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2015-09-03 23:34:12 +09:00
Tsuyoshi Ozawa
d09ddb7898
HADOOP-12006. Remove unimplemented option for from document in branch-2.7. Contributed by Akira AJISAKA.
2015-09-03 23:07:40 +09:00
Jian He
2d1ff2e1ca
YARN-4101. RM should print alert messages if Zookeeper and Resourcemanager gets connection issue. Contributed by Xuan Gong
...
(cherry picked from commit 09c64ba1ba
)
2015-09-02 17:46:24 -07:00
Tsuyoshi Ozawa
6078172fee
HADOOP-10365. BufferedOutputStream in FileUtil#unpackEntries() should be closed in finally block. Contributed by Kiran Kumar M R and Sanghyun Yun.
...
(cherry picked from commit dd149adeac
)
2015-09-02 02:02:28 +09:00
Akira Ajisaka
bcb98ba081
HADOOP-12359. hadoop fs -getmerge doc is wrong. Contributed by Jagadesh Kiran N.
...
(cherry picked from commit 2e251a7674
)
(cherry picked from commit 236c4ab511
)
2015-09-01 20:57:10 +09:00
Vinod Kumar Vavilapalli
9faee040f9
Creating 2.6.2 entries in CHANGES.txt files.
...
(cherry picked from commit 33474939a0
)
2015-08-20 17:39:29 -07:00
Akira Ajisaka
a2299bf4ee
HADOOP-12061. Incorrect command in single cluster setup document. Contributed by Kengo Seki.
...
(cherry picked from commit 5fb8ac18d1
)
2015-08-20 11:11:38 +09:00
Vinayakumar B
ca3215a71b
HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru)
...
Moved to 2.6.1
(cherry picked from commit fc508b41a9
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2015-08-14 15:57:40 +05:30
Vinayakumar B
b3546b6034
HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru)
...
(cherry picked from commit 295d678be8
)
(cherry picked from commit 80697e4f32
)
2015-08-14 15:50:11 +05:30
Vinayakumar B
d8d33055b0
HADOOP-11333. Fix deadlock in DomainSocketWatcher when the notification pipe is full (zhaoyunjiong via cmccabe)
...
Moved to 2.6.1
(cherry picked from commit 05ed69058f
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
(cherry picked from commit 796b94df1e
)
2015-08-14 12:56:25 +05:30
Vinayakumar B
8f4a09b607
HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu.
...
Moved CHANGES.txt entry to 2.6.1
(cherry picked from commit e7aa81394d
)
2015-08-14 12:24:59 +05:30
Vinayakumar B
a046f7e570
HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu.
...
Moved CHANGES.txt entry to 2.6.1
(cherry picked from commit d6050f06a3b7e049541b1cb4597c388abf00a5be)
2015-08-14 12:10:58 +05:30
Jian He
c170f58a59
HADOOP-11932. MetricsSinkAdapter may hang when being stopped. Contributed by Brahma Reddy Battula
...
(cherry picked from commit f59612edd7
)
2015-08-05 16:14:35 -07:00
cnauroth
015d868367
HADOOP-12304. Applications using FileContext fail with the default file system configured to be wasb/s3/etc. Contributed by Chris Nauroth.
...
(cherry picked from commit 3da0bedaec
)
(cherry picked from commit b83d475252
)
2015-08-05 14:57:03 -07:00
Haohui Mai
2fe3136612
HDFS-8767. RawLocalFileSystem.listStatus() returns null for UNIX pipefile. Contributed by kanaka kumar avvaru.
2015-07-16 15:25:32 -07:00
cnauroth
180d791541
HADOOP-12232. Upgrade Tomcat dependency to 6.0.44. Contributed by Chris Nauroth.
...
(cherry picked from commit 6b56f05b9ea3ee45abd5d00b14fab93a353b1332)
(cherry picked from commit 89f484e4aa0a8db779a02999109dae212db1054c)
2015-07-14 14:53:20 -07:00
Tsuyoshi Ozawa
0744a578e4
HADOOP-12191. Bzip2Factory is not thread safe. Contributed by Brahma Reddy Battula.
...
(cherry picked from commit 4084eaf943
)
2015-07-14 19:15:56 +09:00
Vinayakumar B
a292e9800b
HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsync multiple times (Contributed by zhihai xu)
...
(cherry picked from commit 233cab89ad
)
(cherry picked from commit 91d2c59968
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2015-07-07 18:10:29 +05:30
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
dcafd3ccd2
Release process for 2.7.1: Set the release date for 2.7.1.
...
(cherry picked from commit bf89ddb9b8
)
2015-07-06 16:41:38 -07:00
Vinod Kumar Vavilapalli
a36f090c55
Preparing for 2.7.2 development: mvn versions:set -DnewVersion=2.7.2
2015-06-28 16:41:12 -07:00
Vinod Kumar Vavilapalli
2e99675c72
Adding release 2.7.2 to CHANGES.txt.
...
(cherry picked from commit aad6a7d5db
)
2015-06-28 16:33:49 -07:00
Yongjun Zhang
d06080bbb5
HADOOP-12103. Small refactoring of DelegationTokenAuthenticationFilter to allow code sharing. Contributed by Yongjun Zhang.
...
(cherry picked from commit 49f5d20efe
)
2015-06-19 14:50:42 -07:00