Skip to content

Cdh5 2.6.0 5.7.1 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8,946 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
8946 commits
Select commit Hold shift + click to select a range
c32e9ff
HDFS-9274. Default value of dfs.datanode.directoryscan.throttle.limit…
zhe-thoughts Oct 21, 2015
3ad2797
HDFS-9300. TestDirectoryScanner.testThrottle() is still a little flak…
umbrant Dec 17, 2015
4e9788c
HADOOP-10668. TestZKFailoverControllerStress#testExpireBackAndForth o…
cnauroth Jan 19, 2015
0b38667
HADOOP-10668. Addendum patch to fix TestZKFailoverController. Contrib…
cnauroth Jan 21, 2015
1fa6b66
HDFS-9174. Fix findbugs warnings in FSOutputSummer.tracer and Directo…
Sep 29, 2015
fb36996
HDFS-9458. TestBackupNode always binds to port 50070, which can cause…
cnauroth Dec 22, 2015
abc7cb1
Revert "HADOOP-12584. Disable browsing the static directory in HttpSe…
steveloughran Nov 22, 2015
9ee19fc
HADOOP-12584. Disable browsing the static directory in HttpServer2. C…
aajisaka Jan 12, 2016
6b31507
HDFS-6249. Output AclEntry in PBImageXmlWriter. Contributed by surend…
aajisaka Jun 18, 2015
0fc1c94
CLOUDERA-BUILD. Fix TestOfflineImageViewerForAcl.testPBImageXmlWriter…
Jan 14, 2016
92d3b4d
HDFS-9648. TestStartup.testImageChecksum is broken by HDFS-9569's mes…
Jan 14, 2016
c1b76c3
HADOOP-12559. KMS connection failures should trigger TGT renewal. Con…
xiaoyuyao Dec 28, 2015
7f21ff8
HADOOP-10134 [JDK8] Fix Javadoc errors caused by incorrect or illegal…
steveloughran Dec 9, 2014
dbb3e6b
HADOOP-11870. [JDK8] AuthenticationFilter, CertificateUtil, SignerSec…
rkanter Apr 27, 2015
e638612
HADOOP-12049. Control http authentication cookie persistence via conf…
Jun 24, 2015
1fb8eaf
HADOOP-11984. Enable parallel JUnit tests in pre-commit (Contributed …
vinayakumarb Sep 27, 2015
4104af1
HADOOP-11287. Simplify UGI#reloginFromKeytab for Java 7+. Contributed…
Dec 9, 2014
49b4bc2
HDFS-9569. Log the name of the fsimage being loaded for better suppor…
Jan 12, 2016
1e7e4df
HADOOP-7139. Allow appending to existing SequenceFiles (Contributed b…
vinayakumarb Jun 18, 2015
9e5c271
HADOOP-12240. Fix tests requiring native library to be skipped in non…
oza Jul 16, 2015
9afa1f9
HADOOP-12280. Skip unit tests based on maven profile rather than Nati…
Aug 4, 2015
8b1f3df
CLOUDERA-BUILD. Addendum patch of HADOOP-12280 to fix build failure.
Aug 4, 2015
641f7ab
HADOOP-12683. Add number of samples in last interval in snapshot of M…
Jan 13, 2016
f293b40
HDFS-6888. Allow selectively audit logging ops (Contributed by Chen He)
vinayakumarb May 15, 2015
4b166cf
HADOOP-12605. Fix intermittent failure of TestIPC.testIpcWithReaderQu…
iwasakims Jan 19, 2016
75b5948
HDFS-9434. Recommission a datanode with 500k blocks may pause NN for …
Nov 24, 2015
76078ec
HDFS-9347. Invariant assumption in TestQuorumJournalManager.shutdown(…
zhe-thoughts Dec 19, 2015
b1092a0
HDFS-9655. NN should start JVM pause monitor before loading fsimage. …
Jan 20, 2016
f132afe
HDFS-8311. DataStreamer.transfer() should timeout the socket InputStr…
May 8, 2015
d62b9b0
CLOUDERA-BUILD. Revert "HADOOP-7139. Allow appending to existing Sequ…
Jan 22, 2016
5f488c2
HDFS-9612. DistCp worker threads are not terminated after jobs are do…
Jan 15, 2016
5f09035
CLOUDERA-BUILD. CDH-36129. FSDirectory is not locked during renameSna…
Jan 22, 2016
5360fa1
HDFS-7373. Clean up temporary files after fsimage transfer failures. …
kihwal Dec 18, 2014
bd9cc1d
HDFS-9576: HTrace: collect position/length information on read operat…
zhe-thoughts Jan 21, 2016
b2f8015
HDFS-9350. Avoid creating temprorary strings in Block.toString() and …
Jan 23, 2016
8d3522a
YARN-2902. Killing a container that is localizing can orphan resource…
JunpingDu Jan 6, 2016
f1a21b0
YARN-4380. TestResourceLocalizationService.testDownloadingResourcesOn…
oza Nov 25, 2015
cdfe7c6
YARN-3727. For better error recovery, check if the directory exists b…
jlowe Sep 30, 2015
7672699
YARN-4354. Public resource localization fails with NPE. Contributed b…
JunpingDu Nov 15, 2015
eec2e5a
MAPREDUCE-6436. JobHistory cache issue. Contributed by Kai Sasaki
Dec 15, 2015
13d89fa
HADOOP-12715. TestValueQueue#testgetAtMostPolicyALL fails intermitten…
Jan 25, 2016
3965306
HADOOP-12736. TestTimedOutTestsListener#testThreadDumpAndDeadlocks so…
aajisaka Jan 25, 2016
ed468af
YARN-1912. ResourceLocalizer started without any jvm memory control.
xgong May 9, 2015
17114bd
YARN-3850. NM fails to read files from full disks which can lead to c…
jlowe Jun 26, 2015
75e748b
YARN-3055. Fixed ResourceManager's DelegationTokenRenewer to not stop…
vinoduec Apr 9, 2015
90ddede
HADOOP-12718. Incorrect error message by fs -put local dir without pe…
Jan 27, 2016
c3811dc
YARN-3925. ContainerLogsUtils#getContainerLogFile fails to read conta…
jlowe Jul 24, 2015
56f2fc7
YARN-3832. Resource Localization fails on a cluster due to existing c…
jlowe Jun 24, 2015
6837bcd
MAPREDUCE-6059. Speed up history server startup time (Siqi Li via aw)
jlowe Feb 5, 2015
635b96a
YARN-4136. LinuxContainerExecutor loses info when forwarding Resource…
varun-vasu Sep 11, 2015
af721f8
MAPREDUCE-6252. JobHistoryServer should not fail when encountering a
Apr 27, 2015
21ed9a0
MAPREDUCE-6528. Memory leak for HistoryFileManager.getJobSummary(). C…
jlowe Oct 30, 2015
6d7e523
YARN-3010. Fixed findbugs warning in AbstractYarnScheduler. Contribut…
jian-he Jan 7, 2015
c6c19d6
MAPREDUCE-6431. JobClient should be an AutoClosable (haibochen via rk…
rkanter Jan 28, 2016
28cbe78
YARN-2643. Don't create a new DominantResourceCalculator on every Fai…
rkanter Jan 13, 2015
f8f770a
YARN-3258. FairScheduler: Need to add more logging to investigate all…
oza Mar 31, 2015
9a7e019
YARN-3415. Non-AM containers can be counted towards amResourceUsage o…
sryza Apr 2, 2015
d05d419
YARN-3495. Confusing log generated by FairScheduler. Contributed by B…
oza Apr 21, 2015
d389036
YARN-3395. FairScheduler: Trim whitespaces when using username for qu…
kambatla May 9, 2015
499c559
YARN-3259. FairScheduler: Trigger fairShare updates on node events. (…
kambatla Jun 5, 2015
f985c82
YARN-3655. FairScheduler: potential livelock due to maxAMShare limita…
kambatla Jun 7, 2015
29a08fe
HADOOP-12702. Add an HDFS metrics sink. (Daniel Templeton via kasha)
Jan 29, 2016
c9bc6ea
YARN-3790. usedResource from rootQueue metrics may get stale data for…
rohithsharmaks Jun 24, 2015
b2b3477
YARN-3875. FSSchedulerNode#reserveResource() doesn't print Applicatio…
Jul 2, 2015
cc7df8b
YARN-2768. Avoid cloning Resource in FSAppAttempt#updateDemand. (Hong…
kambatla Jul 29, 2015
c3fc491
YARN-2991. Fixed DrainDispatcher to reuse the draining code path in A…
zjshen14 Jan 2, 2015
23dda8c
YARN-3878. AsyncDispatcher can hang while stopping if it is configure…
jian-he Jul 21, 2015
b36605b
YARN-3697. FairScheduler: ContinuousSchedulingThread can fail to shut…
kambatla Sep 14, 2015
47a094b
YARN-4066. Large number of queues choke fair scheduler. (Johan Gustav…
kambatla Sep 29, 2015
ee967ef
YARN-4256. YARN fair scheduler vcores with decimal values. Contribute…
Oct 22, 2015
5bf4d5c
YARN-2913. Fair scheduler should have ability to set MaxResourceDefau…
mingmasplace Oct 23, 2015
2f22af7
YARN-4387. Fix typo in FairScheduler log message. Contributed by Xin …
oza Nov 24, 2015
257870a
YARN-4440. FSAppAttempt#getAllowedLocalityLevelByTime should init the…
Dec 15, 2015
123ad83
YARN-3446. FairScheduler headroom calculation should exclude nodes in…
Jan 14, 2016
b64c1a7
YARN-4546. ResourceManager crash due to scheduling opportunity overfl…
JunpingDu Jan 6, 2016
db83193
YARN-3136. Fixed a synchronization problem of AbstractYarnScheduler#g…
jian-he Apr 18, 2015
9d3d1eb
YARN-4477. FairScheduler: Handle condition which can result in an inf…
xslogic Dec 22, 2015
1493086
CLOUDERA-BUILD. Update pre_commit_hook.sh to not use jenkins-job-scri…
Jan 29, 2016
1734951
HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in…
kihwal Nov 4, 2015
47d3ad7
CLOUDERA-BUILD. Add a post-commit hook that invokes grind.
Jan 29, 2016
2ca2906
HDFS-8785. TestDistributedFileSystem is failing in trunk. Contributed…
xiaoyuyao Jul 27, 2015
34fada5
HDFS-9514. TestDistributedFileSystem.testDFSClientPeerWriteTimeout fa…
Dec 12, 2015
bdb2770
HDFS-9721. Allow Delimited PB OIV tool to run upon fsimage that conta…
Feb 2, 2016
485062c
HADOOP-12755. Fix typo in defaultFS warning message.
umbrant Feb 2, 2016
67a1f3f
MAPREDUCE-6620. Jobs that did not start are shown as starting in 1969…
rkanter Feb 2, 2016
36737b9
HDFS-9715. Check storage ID uniqueness on datanode startup (Contribut…
vinayakumarb Feb 3, 2016
1476478
HDFS-9406. FSImage may get corrupted after deleting snapshot. (Contri…
Feb 1, 2016
3de59ca
HADOOP-11730. Regression: s3n read failure recovery broken. (Takenor…
steveloughran Apr 23, 2015
356ea9d
HDFS-9264. Minor cleanup of operations on FsVolumeList#volumes. (Wal…
Oct 23, 2015
19c959c
HDFS-9701. DN may deadlock when hot-swapping under load. (Xiao Chen v…
Feb 1, 2016
cb5cc12
HADOOP-11868. Invalid user logins trigger large backtraces in server …
jlowe Apr 22, 2015
be131f6
HDFS-8576. Lease recovery should return true if the lease can be rel…
Jun 15, 2015
4e537b3
HADOOP-11252. RPC client does not time out by default. Contributed by…
aajisaka Jan 4, 2016
73afea0
HDFS-8522. Change heavily recorded NN logs from INFO to DEBUG level. …
xiaoyuyao Jun 6, 2015
dafed8c
HDFS-9574. Reduce client failures during datanode restart. Contribute…
kihwal Jan 8, 2016
bc217a7
HDFS-8595. TestCommitBlockSynchronization fails in branch-2.7. (Patch…
arp7 Jun 14, 2015
7a6b21f
CLOUDERA-BUILD. Addendum of HDFS-8576 to fix test failure.
Feb 5, 2016
8900b64
HADOOP-12566. Add NullGroupMapping. (Daniel Templeton via kasha)
Dec 23, 2015
c207355
HDFS-9600. do not check replication if the block is under constructio…
vinayakumarb Jan 7, 2016
35eb4d8
HADOOP-12107. long running apps may have a huge number of StatisticsD…
jlowe Jan 14, 2016
1995b3d
HADOOP-11868. Invalid user logins trigger large backtraces in server …
jlowe Apr 22, 2015
5964847
HADOOP-9658. SnappyCodec#checkNativeCodeLoaded may unexpectedly fail …
oza May 4, 2015
ce22e1e
HDFS-5215. dfs.datanode.du.reserved is not considered while computing
kihwal Jun 2, 2015
3a1cb43
HADOOP-12100. ImmutableFsPermission should not override applyUmask si…
Jun 18, 2015
0b236df
HADOOP-12191. Bzip2Factory is not thread safe. Contributed by Brahma …
oza Jul 14, 2015
a463b7b
HADOOP-10365. BufferedOutputStream in FileUtil#unpackEntries() should…
oza Sep 1, 2015
d57c760
HADOOP-12213. Interrupted exception can occur when Client#stop is cal…
oza Sep 3, 2015
2bdd536
HDFS-9106. Transfer failure during pipeline recovery causes permanent…
kihwal Sep 28, 2015
15033a5
HDFS-8676. Delayed rolling upgrade finalization can cause heartbeat e…
kihwal Oct 13, 2015
4416afc
HDFS-9221. HdfsServerConstants#ReplicaState#getState should avoid cal…
kihwal Nov 2, 2015
081a5b2
HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPoli…
kihwal Nov 5, 2015
38c2ba8
HDFS-7163. WebHdfsFileSystem should retry reads according to the conf…
Dec 28, 2015
9e2cdcf
HDFS-9661. Deadlock in DN.FsDatasetImpl between moveBlockAcrossStorag…
vinayakumarb Jan 20, 2016
463b81a
HDFS-8143. Mover should exit after some retry when failed to move blo…
May 13, 2015
cff018f
HADOOP-12759. RollingFileSystemSink should eagerly rotate directories…
umbrant Feb 7, 2016
b121783
HDFS-9634. webhdfs client side exceptions don't provide enough detail…
kihwal Jan 20, 2016
593f1a7
HADOOP-12352. Delay in checkpointing Trash can leave trash for 2 inte…
Aug 25, 2015
94fe537
HDFS-8831. Trash Support for deletion in HDFS encryption zone. Contri…
xiaoyuyao Dec 4, 2015
9429611
HDFS-9244. Support nested encryption zones.
zhe-thoughts Feb 9, 2016
7b46d79
CDH-37032: Backport HDFS-9260 - Improve the performance and GC friend…
Feb 8, 2016
52ff3e5
HDFS-9178. Slow datanode I/O can cause a wrong node to be marked bad.…
kihwal Oct 7, 2015
b5223bf
HDFS-9305. Delayed heartbeat processing causes storm of subsequent he…
arp7 Oct 26, 2015
3bddee9
HADOOP-12119. hadoop fs -expunge does not work for federated namespac…
vinayakumarb Jun 29, 2015
c9d4813
HADOOP-10941. Proxy user verification NPEs if remote host is unresolv…
steveloughran Oct 18, 2015
d0f3a85
HDFS-8767. RawLocalFileSystem.listStatus() returns null for UNIX pipe…
Jul 16, 2015
1ca6b52
HADOOP-11000. HAServiceProtocol's health state is incorrectly transit…
vinayakumarb Feb 17, 2015
98b443c
HADOOP-12788. OpensslAesCtrCryptoCodec should log which random number…
Feb 10, 2016
add2de6
HDFS-9541. Add hdfsStreamBuilder API to libhdfs to support defaultBlo…
zhe-thoughts Jan 26, 2016
7e70ac8
HDFS-9637. Tests for RollingFileSystemSink. (Daniel Templeton via kasha)
kambatla Feb 10, 2016
e38350b
HADOOP-10651. Add ability to restrict service access using IP address…
Jan 8, 2015
3cc231f
HDFS-7725. Incorrect 'nodes in service' metrics caused all writes to …
Feb 11, 2016
a6e3181
HADOOP-12764. Increase default value of KMS maxHttpHeaderSize and mak…
zhe-thoughts Feb 11, 2016
81fc207
HDFS-9294. DFSClient deadlock when close file and failed to renew lea…
Dec 3, 2015
bcd4080
CLOUDERA-BUILD. Revert "HDFS-9637. Tests for RollingFileSystemSink. (…
Feb 11, 2016
d2ed1a1
HDFS-9426. Rollingupgrade finalization is not backward compatible (Co…
vinayakumarb Nov 26, 2015
cca9893
HDFS-8153. Error Message points to wrong parent directory in case of …
jnp Apr 17, 2015
0940b1c
YARN-4462. FairScheduler: Disallow preemption from a queue. (Tao Jie …
kambatla Jan 27, 2016
36bdd40
HDFS-7962. Remove duplicated logs in BlockManager. (yliu)
y-liu Mar 19, 2015
683ff19
HADOOP-12699. TestKMS#testKMSProvider intermittently fails during 'te…
umbrant Feb 12, 2016
9486687
HDFS-9637. Tests for RollingFileSystemSink. Addendum patch to add mis…
Feb 12, 2016
d5b239d
HDFS-9780. RollingFileSystemSink doesn't work on secure clusters. (Da…
Feb 12, 2016
c319d30
Revert "HDFS-9244. Support nested encryption zones."
zhe-thoughts Feb 12, 2016
eb076ae
Revert "HDFS-8831. Trash Support for deletion in HDFS encryption zone…
zhe-thoughts Feb 12, 2016
e488002
Branch for CDH5.7.x
cloudera-hudson Feb 13, 2016
c5e6af0
Updating Maven version to 5.7.1-SNAPSHOT
cloudera-hudson Feb 13, 2016
9791607
YARN-4573. Fix test failure in TestRMAppTransitions#testAppRunningKil…
rohithsharmaks Jan 27, 2016
258c7af
YARN-4155. TestLogAggregationService.testLogAggregationServiceWithInt…
steveloughran Oct 18, 2015
5a6d0b5
YARN-2749. Fix some testcases from TestLogAggregationService fails in…
JunpingDu Feb 15, 2015
8358527
YARN-3619. ContainerMetrics unregisters during getMetrics and leads t…
jlowe Oct 2, 2015
5a314ed
CLOUDERA-BUILD. YARN-4569. Remove incorrect part of maxResources in F…
Feb 18, 2016
4b8fcf6
HADOOP-12706. TestLocalFsFCStatistics#testStatisticsThreadLocalDataCl…
jlowe Jan 14, 2016
999a69d
HADOOP-12817. Enable TLS v1.1 and 1.2 (rkanter)
rkanter Feb 18, 2016
594aeaa
CLOUDERA-BUILD. Temporarily disable TestCacheDirectives.
Feb 18, 2016
4cfe5fa
MAPREDUCE-6627. Add machine-readable output to mapred job -history co…
rkanter Feb 19, 2016
031f67e
MAPREDUCE-6627. amendment for minor docs formatting
rkanter Feb 19, 2016
2a86778
Add missing test file of YARN-3733
wangdatan Jun 4, 2015
922b843
YARN-3733. Fix DominantRC#compare() does not work as expected if clus…
wangdatan Jun 4, 2015
e0bf895
YARN-3369. Missing NullPointer check in AppSchedulingInfo causes RM t…
wangdatan Mar 20, 2015
aaf23dc
HDFS-9608. Disk IO imbalance in HDFS with heterogeneous storages. Con…
umbrant Feb 17, 2016
fb58410
HADOOP-12810. FileSystem#listLocatedStatus causes unnecessary RPC cal…
vinayakumarb Feb 17, 2016
17876b7
MAPREDUCE-6637. Testcase Failure : TestFileInputFormat.testSplitLocat…
umbrant Feb 20, 2016
bd1e892
YARN-3266. RMContext#inactiveNodes should have NodeId as map key. Con…
jian-he Apr 14, 2015
3287941
YARN-3102. Decommisioned Nodes not listed in Web UI. Contributed by K…
jlowe Feb 1, 2016
05e2cf5
HDFS-8831. Trash Support for deletion in HDFS encryption zone. Contri…
xiaoyuyao Dec 4, 2015
350428f
HDFS-9799. Reimplement getCurrentTrashDir to remove incompatibility. …
zhe-thoughts Feb 17, 2016
06f41e6
HDFS-9244. Support nested encryption zones.
zhe-thoughts Feb 9, 2016
ee5602e
HADOOP-11722. Some Instances of Services using ZKDelegationTokenSecre…
atm Mar 18, 2015
b185c36
HDFS-9584. NPE in distcp when ssl configuration file does not exist i…
xiaoyuyao Jan 12, 2016
3c88645
YARN-4424. Fix deadlock in RMAppImpl. (Jian he via wangda)
wangdatan Dec 8, 2015
86f4ec7
YARN-3798. ZKRMStateStore shouldn't create new session without occurr…
oza Oct 21, 2015
be6c39d
YARN-4348. ZKRMStateStore.syncInternal shouldn't wait for sync comple…
oza Dec 8, 2015
c039ac8
MAPREDUCE-6460. TestRMContainerAllocator.testAttemptNotFoundCausesRMC…
Sep 19, 2015
4337c7e
HADOOP-12829. StatisticsDataReferenceCleaner swallows interrupt excep…
Feb 23, 2016
dcda4d7
HDFS-9844. Correct path creation in getTrashRoot to handle root dir.
zhe-thoughts Feb 23, 2016
8f933e4
CLOUDERA-BUILD. Disable TestDNS on supertest.
Feb 23, 2016
6324516
MAPREDUCE-6251. Added a new config for JobClient to retry JobStatus c…
vinoduec May 12, 2015
7763129
MAPREDUCE-6566. Add retry support to mapreduce CLI tool. Contributed …
xgong Dec 16, 2015
99c2c93
MAPREDUCE-6640. mapred job -history command should be able to take Jo…
rkanter Feb 24, 2016
6923182
HADOOP-12668. Support excluding weak Ciphers in HttpServer2 through s…
zhe-thoughts Feb 22, 2016
9af5010
YARN-3304. Cleaning up ResourceCalculatorProcessTree APIs for public …
vinoduec Mar 30, 2015
2818f1f
YARN-3304. Addendum patch. Cleaning up ResourceCalculatorProcessTree …
vinoduec Apr 1, 2015
3bbfbe0
MAPREDUCE-6640. amendment for docs formatting
rkanter Feb 24, 2016
ae99e9d
YARN-4729. SchedulerApplicationAttempt#getTotalRequiredResources can …
Feb 25, 2016
3657126
svn merge -c 1580977 from trunk for HADOOP-10015. UserGroupInformatio…
szetszwo Mar 24, 2014
2d65eb4
YARN-4613. Fix test failure in TestClientRMService#testGetClusterNode…
rohithsharmaks Jan 24, 2016
2adf4d0
HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute…
varun-vasu Feb 8, 2016
a52104a
YARN-4697. NM aggregation thread pool is not bound by limits (haiboch…
rkanter Feb 24, 2016
7b23b89
CLOUDERA-BUILD. CDH-32824. S3a properties deprecation warning is logg…
jojochuang Feb 25, 2016
592198e
CLOUDERA-BUILD. Revert "svn merge -c 1580977 from trunk for HADOOP-10…
Feb 25, 2016
d244ee8
HDFS-9858. RollingFileSystemSink can throw an NPE on non-secure clust…
Feb 26, 2016
e9c204d
MAPREDUCE-6622. Add capability to set JHS job cache to a task-based l…
rkanter Feb 27, 2016
52857fe
HDFS-9881. DistributedFileSystem#getTrashRoot returns incorrect path …
umbrant Mar 2, 2016
6fb7232
YARN-4704. TestResourceManager#testResourceAllocation() fails when us…
Mar 1, 2016
5de696f
MAPREDUCE-4785. TestMRApp occasionally fails (haibochen via rkanter)
rkanter Mar 4, 2016
687004e
YARN-4701. When task logs are not available, port 8041 is referenced …
rkanter Feb 25, 2016
dcf36b1
YARN-4717. TestResourceLocalizationService.testPublicResourceInitiali…
rkanter Mar 15, 2016
2cbb6d8
HDFS-8211. DataNode UUID is always null in the JMX counter. (Contribu…
arp7 Apr 24, 2015
617f936
HDFS-9949. Add a test case to ensure that the DataNode does not regen…
Mar 17, 2016
69e304a
CLOUDERA-BUILD. CDH-38435. MR rolling upgrade breaks due to security …
kambatla Mar 16, 2016
481d769
HDFS-9549. TestCacheDirectives#testExceedsCapacity is flaky (Xiao Che…
Feb 23, 2016
009a20a
YARN-4629. Distributed shell breaks under strong security. (Daniel Te…
steveloughran Feb 10, 2016
07e674c
MAPREDUCE-6535. TaskID default constructor results in NPE on toString…
jlowe Mar 25, 2016
390520f
HDFS-10223. peerFromSocketAndKey performs SASL exchange before settin…
Mar 30, 2016
0c7a8aa
HDFS-8855. Webhdfs client leaks active NameNode connections. Contribu…
xiaoyuyao Nov 24, 2015
5a47b1e
HADOOP-11321. copyToLocal cannot save a file to an SMB share unless t…
Apr 1, 2016
e63e2e3
HADOOP-7817. RawLocalFileSystem.append() should give FSDataOutputStre…
vinayakumarb Jun 10, 2015
c5acc29
HADOOP-7139. Allow appending to existing SequenceFiles (Contributed b…
vinayakumarb Jun 18, 2015
0f687a5
CLOUDERA_BUILD. Addendum backport of HADOOP-12280. Skip unit tests ba…
Mar 31, 2016
95b807d
CLOUDERA-BUILD. Do mvn clean as part of the build step in lib.sh.
Apr 5, 2016
c911d84
HDFS-8496. Calling stopWriter() with FSDatasetImpl lock held may bloc…
Apr 5, 2016
27ad62b
HDFS-10267. Extra "synchronized" on FsDatasetImpl#recoverAppend and F…
Apr 6, 2016
eb732ef
CDH-38378 fix FSDataInputStream on KilledHistoryService failure (cont…
Apr 7, 2016
8fa9088
CLOUDERA-BUILD: Downloading apache tomcat from archive.cloudera.com
maninarayan Apr 8, 2016
d66a04f
HDFS-9589. Block files which have been hardlinked should be duplicate…
Dec 21, 2015
05c4be8
HADOOP-12972. Lz4Compressor#getLibraryName returns the wrong version …
Mar 30, 2016
ff482fe
YARN-3104. Fixed RM to not generate new AMRM tokens on every heartbea…
jian-he Feb 13, 2015
2525e14
HADOOP-11687. Ignore x-* and response headers when copying an Amazon …
Apr 1, 2016
43faf24
HADOOP-12825. Log slow name resolutions. (Sidharta Seethana via stevel)
steveloughran Feb 27, 2016
a6929b6
HADOOP-12954. Add a way to change hadoop.security.token.service.use_i…
rkanter Mar 28, 2016
84080b7
HDFS-6520. hdfs fsck passes invalid length value when creating BlockR…
Apr 6, 2016
be2bb49
YARN-2871. TestRMRestart#testRMRestartGetApplicationList sometime fails
xgong Jun 27, 2015
a1c8729
MAPREDUCE-6580. Test failure: TestMRJobsWithProfiler. Contributed by …
aajisaka Mar 23, 2016
c3ae569
CLOUDERA-BUILD. Run grind in pre_commit_hook.sh
Mar 25, 2016
eb22402
CLOUDERA-BUILD. Update cloudera/test-distributed.sh for new-style gri…
Apr 8, 2016
b586274
CLOUDERA-BUILD. Fix non-JSON characters in .grind_project.cfg in test…
Apr 11, 2016
efc7a9d
CLOUDERA-BUILD. Fetch dist test credentials from internal-only server.
Apr 13, 2016
d072176
YARN-4639. Remove dead code in TestDelegationTokenRenewer added in YA…
rkanter Mar 31, 2016
03eef8c
YARN-4168. Fixed a failing test TestLogAggregationService.testLocalFi…
vinoduec Apr 11, 2016
e89d50d
MAPREDUCE-6297. Task Id of the failed task in diagnostics should link…
gerashegalov Apr 21, 2015
37364e5
CLOUDERA-BUILD. Do a dist build in lib.sh.
Apr 20, 2016
1e6f229
HDFS-3519. Checkpoint upload may interfere with a concurrent saveName…
cnauroth Jan 23, 2015
39da313
CLOUDERA-BUILD. CDH-39432. TestDistCpSync is broken due to netty shad…
Apr 20, 2016
e3e9b3a
Excludes for TestAMAuthorization and TestClientRMTokens
Apr 22, 2016
cfb166f
MAPREDUCE-6333. TestEvents,TestAMWebServicesTasks,TestAppController a…
gerashegalov Apr 24, 2015
9ad6311
MAPREDUCE-6388. Remove deprecation warnings from JobHistoryServer cla…
oza Jun 8, 2015
c78f386
YARN-3493. RM fails to come up with error "Failed to load/recover sta…
wangdatan Apr 18, 2015
0e268de
YARN-4795. ContainerMetrics drops records. (Daniel Templeton via kasha)
kambatla Apr 26, 2016
f8750fe
CDH-39251 KilledHistroyService: no cleanup of staging dir
wilfred-s Apr 13, 2016
6e1130d
MAPREDUCE-6384. Add the last reporting reducer info for too many fetc…
jlowe Jun 30, 2015
053e70c
YARN-3695. ServerProxy (NMProxy, etc.) shouldn't retry forever for no…
jian-he Jun 29, 2015
c79532f
MAPREDUCE-6485. Create a new task attempt with failed map task priori…
rohithsharmaks Oct 2, 2015
e2709c7
YARN-4414. Nodemanager connection errors are retried at multiple leve…
jlowe Jan 12, 2016
e154dee
YARN-4579. Allow DefaultContainerExecutor container log directory per…
rkanter Feb 26, 2016
f6977a8
MAPREDUCE-6513. MR job got hanged forever when one NM unstable for so…
Apr 18, 2016
fc2c617
YARN-4916. TestNMProxy.tesNMProxyRPCRetry fails. Contributed by Tibor…
JunpingDu Apr 5, 2016
4e381e2
HDFS-7600. Refine hdfs admin classes to reuse common code. Contribute…
Jing9 Jan 13, 2015
9cdd2b4
HDFS-10344. DistributedFileSystem#getTrashRoots should skip encryptio…
xiaoyuyao May 3, 2016
3dcb73c
HDFS-8142. DistributedFileSystem encryption zone commands should reso…
umbrant Apr 16, 2015
d578edd
HDFS-10324. Trash directory in an encryption zone should be pre-creat…
xiaoyuyao May 6, 2016
ae44a89
Branching for 5.7.1 on Tue May 10 10:56:40 PDT 2016
cloudera-hudson May 10, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
39 changes: 0 additions & 39 deletions .eclipse.templates/.classpath

This file was deleted.

27 changes: 0 additions & 27 deletions .eclipse.templates/.externalToolBuilders/Hadoop_Ant_Builder.launch

This file was deleted.

20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Auto detect text files and perform LF normalization
* text=auto

*.cs text diff=csharp
*.java text diff=java
*.html text diff=html
*.py text diff=python
*.pl text diff=perl
*.pm text diff=perl
*.css text
*.js text
*.sql text

*.sh text eol=lf

*.bat text eol=crlf
*.cmd text eol=crlf
*.vcxproj text merge=union eol=crlf
*.csproj text merge=union eol=crlf
*.sln text merge=union eol=crlf
57 changes: 22 additions & 35 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,25 @@
# 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 not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

*~
*.iml
*.ipr
*.iws
*.orig
*.rej
**/.keep
*.sdf
*.suo
*.vcxproj.user
.idea
.svn
.classpath
.project
.settings
.svn
build/
conf/masters
conf/slaves
conf/hadoop-env.sh
conf/hadoop-site.xml
conf/core-site.xml
conf/mapred-site.xml
conf/hdfs-site.xml
conf/hadoop-policy.xml
conf/capacity-scheduler.xml
conf/mapred-queue-acls.xml
docs/api/
logs/
src/contrib/ec2/bin/hadoop-ec2-env.sh
src/docs/build
src/docs/cn/build
src/docs/cn/src/documentation/sitemap.xmap
src/docs/cn/uming.conf
target
build
hadoop-common-project/hadoop-kms/downloads/
hadoop-hdfs-project/hadoop-hdfs/downloads
hadoop-hdfs-project/hadoop-hdfs-httpfs/downloads
hadoop-common-project/hadoop-common/src/test/resources/contract-test-options.xml
hadoop-tools/hadoop-openstack/src/test/resources/contract-test-options.xml
hadoop-tools/hadoop-aws/src/test/resources/contract-test-options.xml
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/main/tla/yarnregistry.toolbox
yarnregistry.pdf
hadoop-tools/hadoop-aws/src/test/resources/auth-keys.xml
Loading