From 57139282d080e32f6e3e1e0605b4d8b915655c0d Mon Sep 17 00:00:00 2001 From: Szilard Nemeth Date: Tue, 23 Jul 2024 18:11:50 -0400 Subject: [PATCH] Add new test: test_process.py --- .../test-input-files/hadoop-git-repo-log.txt | 28050 ++++++++++++++++ pythoncommons/test-scripts/download.sh | 16 + .../test-scripts/script_that_fails.sh | 4 + .../test-scripts/script_with_args.sh | 5 + pythoncommons/test-scripts/sleeping_loop.sh | 9 + pythoncommons/test-scripts/utils.sh | 3 + pythoncommons/tests/test_process.py | 169 + 7 files changed, 28256 insertions(+) create mode 100644 pythoncommons/test-input-files/hadoop-git-repo-log.txt create mode 100644 pythoncommons/test-scripts/download.sh create mode 100755 pythoncommons/test-scripts/script_that_fails.sh create mode 100755 pythoncommons/test-scripts/script_with_args.sh create mode 100755 pythoncommons/test-scripts/sleeping_loop.sh create mode 100644 pythoncommons/test-scripts/utils.sh create mode 100644 pythoncommons/tests/test_process.py diff --git a/pythoncommons/test-input-files/hadoop-git-repo-log.txt b/pythoncommons/test-input-files/hadoop-git-repo-log.txt new file mode 100644 index 0000000..6d7b570 --- /dev/null +++ b/pythoncommons/test-input-files/hadoop-git-repo-log.txt @@ -0,0 +1,28050 @@ +* 13c5825c0049 - (HEAD -> trunk, origin/trunk, origin/HEAD, YARN-11573) YARN-11573. Add config option to make container allocation prefer nodes without reserved containers (#6098) (10 months ago) +* 0780710f25a3 - YARN-11567 - Aggregate container launch debug artifacts on error (#6053) (10 months ago) +* cc66683b1a96 - HDFS-17184. Improve BlockReceiver to throws DiskOutOfSpaceException when initialize. (#6044). Contributed by Haiyang Hu. (10 months ago) +* 27cb55182168 - HADOOP-18829. S3A prefetch LRU cache eviction metrics (#5893) (10 months ago) +* 42b8e6faa71c - YARN-11570. Add YARN_GLOBALPOLICYGENERATOR_HEAPSIZE to yarn-env for GPG. (#6086) (10 months ago) +* d273c13ab535 - HDFS-17198. RBF: fix bug of getRepresentativeQuorum when records have same dateModified (#6096) (10 months ago) +* 5512c9f92464 - HADOOP-18797. Support Concurrent Writes With S3A Magic Committer (#6006) (10 months ago) +* f24b73e5f3ac - HADOOP-18873. ABFS: AbfsOutputStream doesnt close DataBlocks object. (#6010) (10 months ago) +* 39f36d90713d - HDFS-17105. mistakenly purge editLogs even after it is empty in NNStorageRetentionManager. (#6036). Contributed by ConfX. (10 months ago) +* 512e39e89df4 - Revert "MAPREDUCE-7453. Container logs are missing when yarn.app.container.log.filesize is set to default value 0. (#6042) Contributed by Chenyu Zheng." (#6103) (10 months ago) +* c16484ffb285 - HADOOP-18890. Remove use of okhttp in runtime code (#6057) (10 months ago) +* 23c22b282319 - HADOOP-18906. Increase default batch size of ZKDTSM token seqnum to reduce overflow speed of zonde dataVersion. (#6097) (10 months ago) +* 60f3a2b10193 - HDFS-17138 RBF: We changed the hadoop.security.auth_to_local configur… (#5921) (10 months ago) <章锡平> +* 18f9989ff2d3 - HDFS-17192. Add bock info when constructing remote block reader meets IOException. (#6081). Contributed by farmmamba. (10 months ago) +* 9e489b9ab536 - HDFS-17190. EC: Fix bug of OIV processing XAttr. (#6067). Contributed by Shuyan Zhang. (10 months ago) +* 120620c1b7f0 - HADOOP-18888. S3A. createS3AsyncClient() always enables multipart uploads (#6056) (10 months ago) +* 510a7dcae0d6 - HDFS-17180. HttpFS Add Support getTrashRoots API (#6028) Contributed by Hualong Zhang. (10 months ago) +* ab2bc90e0905 - MAPREDUCE-7453. Container logs are missing when yarn.app.container.log.filesize is set to default value 0. (#6042) Contributed by Chenyu Zheng. (10 months ago) +* e283375cdfba - HADOOP-18851: Performance improvement for DelegationTokenSecretManager. (#6001). Contributed by Vikas Kumar. (10 months ago) +* 23360b3f6bed - HADOOP-18824. ZKDelegationTokenSecretManager causes ArithmeticException due to improper numRetries value checking (#6052) (10 months ago) +* dea446419f8f - HADOOP-18895. Upgrade to commons-compress 1.24.0 (#6062) (10 months ago) +* 8538af4638bd - YARN-7599. [BackPort][GPG] ApplicationCleaner in Global Policy Generator. (#5934) Contributed by Botong Huang, Shilun Fan. (10 months ago) +* 56b928b86f73 - YARN-11498. Add exclusion for jettison everywhere jersey-json is loaded (#5786) (10 months ago) +* 9c8cdbe28e31 - YARN-11433. Router's main() should support generic options. (#6012) (11 months ago) +* 475932c524aa - YARN-11562. [Federation] GPG Support Query Policies In Web. (#6023) (11 months ago) +* 4652d22b9195 - HDFS-17178: BootstrapStandby needs to handle RollingUpgrade (#6018) (11 months ago) +* e4dd7fe1b7a6 - HDFS-17139. RBF: For the doc of the class RouterAdminProtocolTranslatorPB, it describes the function of the class ClientNamenodeProtocolTranslatorPB (#5917) (11 months ago) +* 81d90fd65b3c - HADOOP-18073. S3A: Upgrade AWS SDK to V2 (#5995) (11 months ago) +* e4550e1aefcd - YARN-6476. Advanced Federation UI based on YARN UI v2. (#5920) Contributed by Shilun Fan. (11 months ago) +* 3bd6a751edcb - HDFS-17177. ErasureCodingWork should ignore the deleted block while reconstructing blocks (#6024) (11 months ago) +* c5e9510b5493 - YARN-8980. Mapreduce application container start fail after AM restart. (#5975) Contributed by Chenyu Zheng. (11 months ago) +* bf605c8accbf - YARN-11564. Fix wrong config in yarn-default.xml (#6030) Contributed by Chenyu Zheng. (11 months ago) +* 3ab983fbae70 - YARN-11434. [Router] UGI conf doesn't read user overridden configurations on Router startup. (#6011) Contributed by Shilun Fan. (11 months ago) +* 9342ecf6ccd5 - HADOOP-18870. CURATOR-599 change broke functionality introduced in HADOOP-18139 and HADOOP-18709. Contributed by Ferenc Erdelyi (11 months ago) +* 07c8b69f7ccc - HDFS-17167. Add config to startup NameNode as Observer (#6013) (11 months ago) +* e1dde3bc2312 - YARN-11537. [Federation] Router CLI Supports List SubClusterPolicyConfiguration Of Queues. (#5944) Contributed by Shilun Fan. (11 months ago) +* c2c6972f2515 - HDFS-17140. Revisit the BPOfferService.reportBadBlocks() method. (#5924). Contributed by Liangjun He. (11 months ago) +* 7c941e00b45c - HDFS-16933. A race in SerialNumberMap will cause wrong owner, group and XATTR. (#5430). Contributed by ZanderXu. (11 months ago) +* c40a6bd46a5c - HDFS-17166. RBF: Throwing NoNamenodesAvailableException for a long time, when failover (#5990) (11 months ago) +* 2831c7ce266b - HADOOP-18880. Add some rpc related metrics to Metrics.md (#6015) Contributed by Yanghai Hu. (11 months ago) +* a6c2526c6c7c - YARN-11435. [Router] FederationStateStoreFacade is not reinitialized with Router conf. (#5967) Contributed by Shilun Fan. (11 months ago) +* d5334fa76170 - YARN-6537. Running RM tests against the Router. (#5957) Contributed by Shilun Fan. (11 months ago) +* 9857fbcd6118 - HDFS-17168. Support getTrashRoots API in WebHDFS (#5992) Contributed by Hualong Zhang. (11 months ago) +* b6d06c892821 - YARN-11554. Fix TestRMFailover#testWebAppProxyInStandAloneMode Failed. (#5971) (11 months ago) +* 2f739450be88 - YARN-11552. Timeline endpoint: /clusters/{clusterid}/apps/{appid}/entity-types Error when using hdfs store (#5978) Contributed by Jiandan Yang. (11 months ago) +* 01cc6d0bc823 - HADOOP-18865. ABFS: Add "100-continue" in userAgent if enabled (#5987) (11 months ago) +* 28c533a582f8 - Revert "HADOOP-18860. Upgrade mockito version to 4.11.0 (#5977)" (11 months ago) +* 1046f9cf9888 - HADOOP-18860. Upgrade mockito version to 4.11.0 (#5977) (11 months ago) +* 39eaf8d14ebd - YARN-11556. Let Federation.md more standardized. (#5983) (11 months ago) +* b58885624bdb - HDFS-17093. Fix block report lease issue to avoid missing some storages report. (#5855). Contributed by Yanlei Yu. (11 months ago) +* 28d190b90416 - HADOOP-18845. Add ability to configure s3 connection ttl using fs.s3a.connection.ttl (#5948) (11 months ago) +* 11404c57cbe4 - HDFS-17162. RBF: Add missing comments in StateStoreService #5959 (11 months ago) +* 2dfe947f202d - Revert "Add missing comments in StateStoreService (#5959)" (11 months ago) +* ce5bc4891f13 - HADOOP-18328. Add documentation for S3A support on S3 Outposts (#5976) (11 months ago) +* 439c8653cf7a - Add missing comments in StateStoreService (#5959) (11 months ago) +* 70b6c155bcb9 - HADOOP-18328. S3A to support S3 on Outposts (#4533) (11 months ago) +* 43c889636afe - YARN-11535. Remove jackson-dataformat-yaml dependency. (#5970) (11 months ago) +* 271b4b25cd04 - Revert "YARN-11535: Jackson-dataformat-yaml should be upgraded to 2.15.2 as it may cause transitive dependency issue with 2.12.7" (#5969) (11 months ago) +* 60867de42294 - HDFS-17151. EC: Fix wrong metadata in BlockInfoStriped after recovery. (#5938). Contributed by Shuyan Zhang. (11 months ago) +* 736822633270 - YARN-11553. Change the time unit of scCleanerIntervalMs in Router. (#5965) (11 months ago) +* ff1570acfa56 - YARN-10218. [GPG] Support HTTPS in GPG. (#5945) Contributed by Shilun Fan. (11 months ago) +* 136111314deb - YARN-11154. Make router support proxy server. (#5946) (11 months ago) +* ebc32fbcaf6a - YARN-11551. RM format-conf-store should delete all the content of ZKConfigStore (#5958) (11 months ago) +* 42b4525f75b8 - HDFS-17156. Client may receive old state ID which will lead to inconsistent reads. (#5951) (11 months ago) +* 65e4a66e257a - HDFS-17087. Add Throttler for datanode reading block (#5845) (11 months ago) +* 911e9e0c012a - HADOOP-18832. Upgrade aws-java-sdk to 1.12.499 (#5908) (11 months ago) +* 10b1d7340b75 - HDFS-17154. EC: Fix bug in updateBlockForPipeline after failover. (#5941). Contributed by Shuyan Zhang. (11 months ago) +* ea87aa2f5b2c - YARN-11037. Add configurable logic to split resource request to the least loaded SC. (#5515) (11 months ago) +* 655c3df0508c - HDFS-17150. EC: Fix the bug of failed lease recovery. (#5937). Contributed by Shuyan Zhang. (11 months ago) +* 8d95c588d2df - YARN-8934. [BackPort][GPG] Add JvmMetricsInfo and pause monitor. (#5929) Contributed by Bilwa S T. (12 months ago) +* ad2f45c64f01 - HDFS-17148. RBF: SQLDelegationTokenSecretManager must cleanup expired tokens in SQL (#5936) (12 months ago) +* 59f3a168199d - YARN-11153. Make proxy server support YARN federation. (#4314) (12 months ago) +* 58314cbbf6f0 - HDFS-17145. Fix description of property dfs.namenode.file.close.num-committed-allowed. (#5933) (12 months ago) +* 85b3ea6f5023 - MAPREDUCE-7449: Add add-opens flag to container launch commands on JDK17 nodes (#5935) (12 months ago) +* b6edcb9a84ce - HADOOP-18840. Add enQueue time to RpcMetrics (#5926). Contributed by Liangjun He. (12 months ago) +* df0381f23678 - YARN-11536. [Federation] Router CLI Supports Batch Save the SubClusterPolicyConfiguration Of Queues. (#5862) Contributed by Shilun Fan. (12 months ago) +* ba32ea70fdd3 - HADOOP-18826. [ABFS] Fix for GetFileStatus("/") failure. (#5909) (12 months ago) +* b1ed23654c01 - HADOOP-18837. Upgrade okio to 3.4.0 due to CVE-2023-3635. (#5914) (12 months ago) +* 5b81caf0cf44 - HDFS-17137. Standby/Observer NameNode skip to handle redundant replica block logic when set decrease replication. (#5913). Contributed by Haiyang Hu. (12 months ago) +* b5b9a8153872 - HDFS-17144. Remove incorrect comment in method storeAllocatedBlock. (#5932) (12 months ago) +* bc48e5cbe8b6 - HDFS-17128. Updating SQLDelegationTokenSecretManager to use LoadingCache so tokens are updated frequently. (#5897) Contributed by Hector Sandoval Chaverri. (12 months ago) +* 1e3e246934b2 - HADOOP-18810. Document missing a lot of properties in core-default.xml. (#5912) Contributed by WangYuanben. (12 months ago) +* 440698eb0706 - HADOOP-18836. Some properties are missing from hadoop-policy.xml (#5922) (12 months ago) +* 55e8301470e2 - HDFS-17118 Fixed a couple checkstyle warnings in TestObserverReadProxyProvider (#5880) (12 months ago) +* 001d353cc596 - YARN-7708. BackPort [GPG] Load based policy generator. (#5902) Contributed by Young Chen. (12 months ago) +* 6d3bcaa674d5 - YARN-7402. BackPort [GPG] Fix potential connection leak in GPGUtils. (#5901) (12 months ago) +* 8eb58630ec12 - YARN-11416. FS2CS should use CapacitySchedulerConfiguration in FSQueueConverterBuilder (#5320) (12 months ago) +* 600dd45e47cf - HDFS-17122. Rectify the table length discrepancy in the DataNode UI (#5915) (12 months ago) +* 35af8b9d021e - YARN-11535: Jackson-dataformat-yaml should be upgraded to 2.15.2 as it may cause transitive dependency issue with 2.12.7 (#5884) (12 months ago) +* 6e6349c79301 - YARN-11545. Fixed FS2CS ACL conversion when all users are allowed. (#5910) (12 months ago) +* 04c34a217108 - HDFS-17113. Reconfig transfer and write bandwidth for datanode. (#5869) (12 months ago) +* 81b1562c32e3 - YARN-3660. [Addendum] Fix GPG Pom.xml Typo, (#5903) (12 months ago) +* 5aee0e0c0a2c - HDFS-17134. RBF: Fix duplicate results of getListing through Router. (#5900). Contributed by Shuyan Zhang. (12 months ago) +* 030811bf85e8 - YARN-11543: Fix checkstyle issues after YARN-11520. (#5896) (12 months ago) +* 52d66c2c1105 - HDFS-17136. Fix annotation description and typo in BlockPlacementPolicyDefault Class (#5907) (12 months ago) +* 6cc56d40f5c4 - HDFS-17135. Update fsck -blockId to display excess state info of blocks (#5904) (12 months ago) +* 688f76a82242 - YARN-11538. CS UI: queue filter do not work as expected when submitti… (#5890) (12 months ago) +* 5056c267e6bd - YARN-11508. [Minor] Improve UnmanagedAMPoolManager/UnmanagedApplicationManager Code (#5726) (12 months ago) +* aae5527c9a8d - MAPREDUCE-7446. Fix NegativeArraySizeException in IFile's readRawValue method (#5895) (12 months ago) +* 87c036efb39f - HDFS-17116. RBF: Update invoke millisecond time as monotonicNow() in RouterSafemodeService (#5876). Contributed by Haiyang Hu. (12 months ago) +* 6d32a06125f9 - YARN-7707. BackPort [GPG] Policy generator framework. (#5810) (12 months ago) +* 6dafd5362640 - YARN-11520. Support capacity vector for AQCv2 dynamic templates. (#5871) (12 months ago) +* d1c52bffbdd2 - YARN-11521. Parameterize tests runs with legacy/non-legacy queue-mode. (#5883) (12 months ago) +* b97122237225 - HDFS-17120. Support snapshot diff based copylisting for flat paths. (#5885) (12 months ago) +* b1fc00d4b22c - YARN-11539. Fix leaf-templates in Flexible AQC. (#5868) (12 months ago) +* 1d09dcc614e0 - HDFS-17117. Print reconstructionQueuesInitProgress periodically when BlockManager processMisReplicatesAsync. (#5877). Contributed by Haiyang Hu. (12 months ago) +* 24f5f708df0d - HADOOP-18778. Fixes failing tests when CSE is enabled. (#5763) (12 months ago) +* 068d8c7e4db6 - HDFS-17115. HttpFS Add Support getErasureCodeCodecs API (#5875). Contributed by Hualong Zhang. (12 months ago) +* ad001c93cf90 - HDFS-17111. RBF: Optimize msync to only call nameservices that have observer reads enabled. (#5860). Contributed by Simbarashe Dzinamarira. (12 months ago) +* c04a17f1160e - HADOOP-18823. Add Labeler Github Action. (#5874). Contributed by Ayush Saxena. (1 year ago) +* 90793e1bce58 - HADOOP-18805. S3A prefetch tests to work with small files (#5851) (1 year ago) +* caf1816e0e98 - MAPREDUCE-7442. Exception message is not intusive when accessing the job configuration web UI (#5848) (1 year ago) +* 9cfe9ccd2627 - HDFS-17119. RBF: Logger fix for StateStoreMySQLImpl. (#5882). Contributed by Zhaohui Wang. (1 year ago) +* 49c98da83850 - HDFS-17112. Show decommission duration in JMX and HTML. (#5866). Contributed by Shuyan Zhang. (1 year ago) +* 4d4b099309ee - YARN-11534. Fixed exception handling when container signalling is interrupted (#5864) (1 year ago) +* 130bd033d53d - HDFS-17074. Remove incorrect comment in TestRedudantBlocks#setup. (#5822). Contributed by farmmamba. (1 year ago) +* fbe9a2924695 - YARN-11540. Fix typo: form -> from (#5861). Contributed by Seokchan Yoon. (1 year ago) +* 80fefd093f71 - HDFS-17067 Use BlockingThreadPoolExecutorService for nnProbingThreadPool in ObserverReadProxy (#5803) (1 year ago) +* c35f31640ec4 - HADOOP-18807. Close child file systems in ViewFileSystem when cache is disabled. (#5847) (1 year ago) +* 104a323f6f6d - HADOOP-18795. S3A DelegationToken plugin to expand return type of binding (#5821) (1 year ago) +* 82c8070e93a2 - YARN-9877 - Intermittent TIME_OUT of LogAggregationReport (#5784) (1 year ago) +* 193ff1c24e55 - YARN-11533. CapacityScheduler CapacityConfigType changed in legacy queue allocation mode (#5852) (1 year ago) +* 7ba2bd63058b - HDFS-17094. EC: Fix bug in block recovery when there are stale datanodes. (#5854) (1 year ago) +* 23ecc32d3ad5 - YARN-11525. [Federation] Router CLI Supports Save the SubClusterPolicyConfiguration Of Queues. (#5816) (1 year ago) +* 84dd6247686c - YARN-11531. [Federation] Code cleanup for NodeManager#amrmproxy. (#5841) (1 year ago) +* b6b259066fd5 - HADOOP-18757. S3A Committer only finalizes the commits in a single thread (#5706) (1 year ago) +* 8df1616f534d - HDFS-17088. Improve the debug verifyEC and dfsrouteradmin commands in HDFSCommands.md (#5846) (1 year ago) +* 0fe1863094de - HDFS-17091. Blocks on DECOMMISSIONING DNs should be sorted properly in LocatedBlocks. (#5849) (1 year ago) +* b3130056f5a3 - HADOOP-18808. LogExactlyOnce to add a debug() method (#5850) (1 year ago) +* 38ac2f73499a - HADOOP-18809. S3A prefetch read/write file operations should guard channel close (#5853) (1 year ago) +* c44823dadb73 - HDFS-17075. Reconfig disk balancer parameters for datanode (#5823). Contributed by Haiyang Hu. (1 year ago) +* b95595158fe1 - HADOOP-18801. Delete path directly when it can not be parsed in trash. (#5744). Contributed by farmmamba. (1 year ago) +* 8dd9c874e147 - HDFS-17086. Fix the parameter settings in TestDiskspaceQuotaUpdate#updateCountForQuota (#5842). Contributed by Haiyang Hu. (1 year ago) +* c457c445b774 - HDFS-17068. Datanode should record last directory scan time. (#5809). Contributed by farmmamba. (1 year ago) +* e7d74f3d594b - HADOOP-18291. S3A prefetch - Implement thread-safe LRU cache for SingleFilePerBlockCache (#5754) (1 year ago) +* c1d19c39517d - HDFS-17081. EC: Add logic for striped blocks in isSufficientlyReplicated (#5833). Contributed by Haiyang Hu. (1 year ago) +* dfb351c3a8c5 - HDFS-17083. Support getErasureCodeCodecs API in WebHDFS (#5836). Contributed by Hualong Zhang. (1 year ago) +* 4c8d048f256f - HDFS-17082. Add documentation for provisionSnapshotTrash command to HDFSCommands.md and HdfsSnapshots.md" (#5834). Contributed by Haiyang Hu. (1 year ago) +* 325f7e5fdb4f - YARN-11529 Add metrics for ContainerMonitorImpl. (#5828) (1 year ago) +* 680af873777f - YARN-11515. [Federation] Improve DefaultRequestInterceptor#init Code. (#5752) (1 year ago) +* 8b88e9f8f4fa - YARN-11509. The FederationInterceptor#launchUAM Added retry logic. (#5727) (1 year ago) +* 33b1677e9e4e - YARN-11524. Improve the Policy Description in Federation.md. (#5797) (1 year ago) +* c13d92996dfd - YARN-11464: TestFSQueueConverter#testAutoCreateV2FlagsInWeightMode has a missing dot before auto-queue-creation-v2.enabled for method call assertNoValueForQueues (#5792) (1 year ago) +* fac7d26c5d7f - HADOOP-18781. ABFS backReference passed down to streams to avoid GC closing the FS. (#5780) (1 year ago) +* 6843f8e4e0f1 - HADOOP-18794. ipc.server.handler.queue.size missing from core-default.xml (#5819). Contributed by WangYuanben. (1 year ago) +* 4e699f038359 - HDFS-17076. Remove the unused method isSlownodeByNameserviceId in DataNode (#5824). Contributed by Haiyang Hu. (1 year ago) +* a822a3c70bac - YARN-11528. Lock triple-beam to the version compatible with node.js 12 to avoid compilation error. (#5827). Contributed by Masatake Iwasaki (1 year ago) +* 37b2d36edd26 - HDFS-17033. Update fsck to display stale state info of blocks accurately. (#5815). Contributed by Wang Yuanben. (1 year ago) +* a84284e97429 - HDFS-17064. Document the usage of the new Balancer "sortTopNodes" and "hotBlockTimeInterval" parameter (#5794). Contributed by Haiyang Hu. (1 year ago) +* b673ebfec250 - HDFS-17070. Remove unused import in DataNodeMetricHelper.java. (#5812). Contributed by farmmamba. (1 year ago) +* 3f983e49e05c - HDFS-17073. Enhance the warning message output for BlockGroupNonStripedChecksumComputer#compute" (#5817). Contributed by Haiyang Hu. (1 year ago) +* e3683a954ff3 - HADOOP-18793. S3A StagingCommitter does not clean up staging-uploads directory (#5818) (1 year, 1 month ago) +* a36d8adfd18e - YARN-11000. Replace queue resource calculation logic in updateClusterResource (#5783) (1 year, 1 month ago) +* 178d046ce61f - YARN-11526. [Client] Add a unit test to FormattingCLIUtils (#5801) (1 year, 1 month ago) +* 6042d599042e - YARN-11090. [GPG] Support Secure Mode. (#5782) (1 year, 1 month ago) +* e8590adb7b43 - HADOOP-18779. Improve hadoop-function.sh#status script. (#5762) (1 year, 1 month ago) +* 9659d0720dc1 - HDFS-17065. Fix typos in hadoop-hdfs-project (#5796) (1 year, 1 month ago) +* 5a35fb5a7268 - HADOOP-18783. Upgrade to netty 4.1.94 due to CVE (#5774). Contributed by PJ Fanning. (1 year, 1 month ago) +* 750c0fc6318c - HDFS-17052. Improve BlockPlacementPolicyRackFaultTolerant to avoid choose nodes failed when no enough Rack. (#5759). Contributed by Hualong Zhang and Shuyan Zhang. (1 year, 1 month ago) +* 59a7836d13b5 - HADOOP-18789. Remove ozone from hadoop dev support. (#5800). Contributed by Xiaoqiao He. (1 year, 1 month ago) +* 8fb611c1f709 - HDFS-17062. HA NameNode Web UI should show last HA Transition time (#5791). Contributed by Zhaohui Wang. (1 year, 1 month ago) +* 4bd873b816db - HDFS-17044. Set size of non-exist block to NO_ACK when process FBR or IBR to avoid useless report from DataNode. (#5735). Contributed by Haiyang Hu. (1 year, 1 month ago) +* 8a5299015045 - YARN-11519. [Federation] Add RouterAuditLog to log4j.properties. (#5785) (1 year, 1 month ago) +* 5db7107b773f - HADOOP-18764. fs.azure.buffer.dir to be under Yarn container path on yarn applications (#5737) (1 year, 1 month ago) +* 0d057e27c3ca - MAPREDUCE-7432. Make manifest committer default on abfs and gcs stores (#5378) (1 year, 1 month ago) +* 56ef05a9ca5c - HADOOP-18782. Upgrade to snappy-java 1.1.10.1 due to CVEs (#5773) (1 year, 1 month ago) +* 21d9c4727c1e - HADOOP-18773. Upgrade maven-shade-plugin to 3.4.1 (#5750) (1 year, 1 month ago) +* 03902f5ef009 - HDFS-17055 Export HAState as a metric from Namenode for monitoring (#5764) (1 year, 1 month ago) +* a85272c33d65 - HADOOP-18751. Fix incorrect output path in javadoc build phase (#5688) (1 year, 1 month ago) +* a4cf4c3778f7 - YARN-11517. Improve Federation#RouterCLI DeregisterSubCluster Code. (#5766) (1 year, 1 month ago) +* 161f80810fe4 - HDFS-17057. Add DataNode maintenance states to Federation UI (#5775) (1 year, 1 month ago) +* e239d40ab1b3 - Post release update (1 year, 1 month ago) +* 1c15987ee38b - MAPREDUCE-7441. Fix race condition in closing FadvisedFileRegion. Contributed by Benjamin Teke (1 year, 1 month ago) +* eb88b9ff21e0 - YARN-11498. Exclude jettison from jersey-json artifact as on older version is being pulled (#5623) (1 year, 1 month ago) +* c82ea52e4c57 - YARN-11513: Applications submitted to ambiguous queue fail during recovery if "Specified" Placement Rule is used (#5748) (1 year, 1 month ago) +* cebcb44d3777 - HADOOP-18713. Update solr from 8.8.2 to 8.11.2 (#5459). Contributed by Xuesen Liang. (1 year, 1 month ago) +* 3f4de919bd8e - YARN-11511. Improve TestRMWebServices test config and data. (#5745) (1 year, 1 month ago) +* 5c02f21f2e87 - YARN-11510. [Federation] Fix NodeManager#TestFederationInterceptor Flaky Unit Test. (#5733) (1 year, 1 month ago) +* 3d2cddd235c4 - YARN-11516. Improve FederationStateStoreFacade#existsApplicationHomeSubCluster/existsReservationHomeSubCluster Log Level. (#5755) (1 year, 1 month ago) +* 35d77a6359c2 - YARN-11505. [Federation] Add Steps To Set up a Test Cluster. (#5751) (1 year, 1 month ago) +* e14c52c25f2d - HDFS-17053. Optimize method BlockInfoStriped#findSlot to reduce time complexity. (#5757). Contributed by farmmamba. (1 year, 1 month ago) +* 7c54a7834356 - YARN-11506. The formatted yarn queue list is displayed on CLI (#5716). Contributed by Lu Yuan. (1 year, 1 month ago) +* ba08f26a1524 - HADOOP-18774. Add .vscode to gitignore. (#5756). Contributed by Xiaoqiao He. (1 year, 1 month ago) +* 9a7d1b49e2f2 - HDFS-17043. HttpFS implementation for getAllErasureCodingPolicies (#5734). Contributed by Hualong Zhang. (1 year, 1 month ago) +* 427366b73bfe - HDFS-17042 Add rpcCallSuccesses and OverallRpcProcessingTime to RpcMetrics for Namenode (#5730) (1 year, 1 month ago) +* 02027c8dccc6 - HDFS-17051. Fix wrong time unit in TestFileAppend4#recoverFile (#5749). Contributed by Zhaohui Wang. (1 year, 1 month ago) +* 2fe3b2a73f69 - HADOOP-18763. Upgrade aws-java-sdk to 1.12.367 (#5741) (1 year, 1 month ago) +* 5dd37b28149e - HDFS-17045. File renamed from a snapshottable dir to a non-snapshottable dir cannot be deleted. (#5738) (1 year, 1 month ago) +* 1a918a6b9605 - HDFS-17047. BlockManager#addStoredBlock should log storage id when AddBlockResult is REPLACED (#5742). Contributed by farmmamba. (1 year, 1 month ago) +* ab47a658bd90 - HDFS-17030. Limit wait time for getHAServiceState in ObserverReaderProxy (#5700) (1 year, 1 month ago) +* f4accec379ae - YARN-11504. [Addendum] [Federation] YARN Federation Supports Non-HA mode. (#5746) (1 year, 1 month ago) +* f4b70b353df3 - YARN-11429. Improve the updateTestDataAutomatically in TestRMWebServices. (#5736) (1 year, 1 month ago) +* a75e3788685a - HADOOP-18756. S3A prefetch - CachingBlockManager to use AtomicBoolean for closed flag (#5718) (1 year, 1 month ago) +* f0c4286e3ef7 - HDFS-17041. RBF: Fix putAll impl for mysql and file based state stores (#5723) (1 year, 1 month ago) +* 3fbadc5d505d - HDFS-16946. Fix getTopTokenRealOwners to return String (#5696). Contributed by Nishtha Shah. (1 year, 1 month ago) +* e1bb4acd3686 - HADOOP-18761. Remove mysql-connector-java (#5731) (1 year, 1 month ago) +* a4c3d48c31b8 - YARN-11504. [Federation] YARN Federation Supports Non-HA mode. (#5722) (1 year, 1 month ago) +* 2794fe264b52 - YARN-8898. [Addendum] Improve NodeManager#TestFederationInterceptor Setup Code (#5732) (1 year, 1 month ago) +* a409d52ef8cb - YARN-6648. BackPort [GPG] Add SubClusterCleaner in Global Policy Generator. (#5676) (1 year, 1 month ago) +* fb16e00da0e7 - HADOOP-18718. Fix several maven build warnings (#5592). Contributed by Dongjoon Hyun. (1 year, 1 month ago) +* 35158db7115c - HDFS-17023. RBF: Record proxy time when call invokeConcurrent method. (#5683). Contributed by farmmamba. (1 year, 1 month ago) +* 7a45ef416474 - MAPREDUCE-7435. Manifest Committer OOM on abfs (#5519) (1 year, 1 month ago) +* 9c989515ba4f - HDFS-17037. Consider nonDfsUsed when running balancer. (#5715). Contributed by Shuyan Zhang. (1 year, 2 months ago) +* 7bb09f10109d - HADOOP-18752. Change fs.s3a.directory.marker.retention to "keep" (#5689) (1 year, 2 months ago) +* 0e6bd09ae3c7 - HDFS-17003. Erasure Coding: invalidate wrong block after reporting bad blocks from datanode (#5643). Contributed by hfutatzhanghb. (1 year, 2 months ago) +* ddae78b0ec7e - HDFS-17035. FsVolumeImpl#getActualNonDfsUsed may return negative value. (#5708). Contributed by farmmamba. (1 year, 2 months ago) +* 0c209961f82e - HDFS-17019. Optimize the logic for reconfigure slow peer enable for Namenode" (#5671) (1 year, 2 months ago) +* 1dbaba8e70b8 - HADOOP-18740. S3A prefetch cache blocks should be accessed by RW locks (#5675) (1 year, 2 months ago) +* 9de13f879af6 - YARN-11502. Refactor AMRMProxy#FederationInterceptor#registerApplicationMaster. (#5705) (1 year, 2 months ago) +* e6937d707603 - YARN-11425. [Hotfix] YARN-11425. Modify Expiration Time Unit error. (#5712) (1 year, 2 months ago) +* fd3c3ae0686b - YARN-11500. Fix typos in hadoop-yarn-server-common#federation. (#5702) (1 year, 2 months ago) +* d9980ab40ff8 - HDFS-17029. Support getECPolices API in WebHDFS (#5698). Contributed by Hualong Zhang. (1 year, 2 months ago) +* 5d6ca13c5cfb - HDFS-16983. Fix concat operation doesn't honor dfs.permissions.enabled (#5561). Contributed by caozhiqiang. (1 year, 2 months ago) +* 241398de3b2c - YARN-11492. Improve createJerseyClient#setConnectTimeout Code. (#5636). Contributed by Shilun Fan. (1 year, 2 months ago) +* e69a077af841 - YARN-11497 : Support removal of only selective node states in untracked removal flow (#5681) (1 year, 2 months ago) +* 2243cfd225c9 - HDFS-17028. RBF: Optimize debug logs of class ConnectionPool and other related class. (#5694). Contributed by farmmamba. (1 year, 2 months ago) +* 1d0c9ab4330e - Revert "HADOOP-18207. Introduce hadoop-logging module (#5503)" (1 year, 2 months ago) +* ee94f6cdcbc4 - YARN-11277. Trigger log-dir deletion by size for NonAggregatingLogHandler. (#4797) (1 year, 2 months ago) +* e0a339223a89 - (origin/HDFS-2139) HADOOP-18709. Add curator based ZooKeeper communication support over SSL/TLS into the common library. Contributed by Ferenc Erdelyi (1 year, 2 months ago) +* 03a499821c96 - HADOOP-18207. Introduce hadoop-logging module (#5503) (1 year, 2 months ago) +* 160b9fc3c925 - HADOOP-18755. openFile builder new optLong() methods break hbase-filesystem (#5704) (1 year, 2 months ago) +* 9f1e23cc675e - HDFS-17031. Reduce some repeated codes in RouterRpcServer. (#5701). Contributed by Chengwei Wang. (1 year, 2 months ago) +* f8b7ddf69c50 - HDFS-16996. Fix flaky testFsCloseAfterClusterShutdown in TestFileCreation (#5697). Contributed by Nishtha Shah. (1 year, 2 months ago) +* d92a5815f45b - HDFS-17027. RBF: Adds auto-msync support for clients connecting to routers. (#5693) (1 year, 2 months ago) +* 9acf462d268a - HDFS-17000. Fix faulty loop condition in TestDFSStripedOutputStreamUpdatePipeline (#5699). Contributed by Marcono1234. (1 year, 2 months ago) +* 124313d21593 - HDFS-17026. RBF: NamenodeHeartbeatService should update JMX report with configurable frequency. (#5691). Contributed by hchaverri. (1 year, 2 months ago) +* 86c250a54a58 - YARN-7720. Race condition between second app attempt and UAM timeout when first attempt node is down. (#5672) (1 year, 2 months ago) +* 97afb33c73b5 - YARN-11276. Add LRU cache for RMWebServices.getApps. (#4793) (1 year, 2 months ago) +* b977065cc4c8 - YARN-11478. [Federation] SQLFederationStateStore Support Store ApplicationSubmitData. (#5663) (1 year, 2 months ago) +* e6b54f7f683a - Revert "HADOOP-18706. Improve S3ABlockOutputStream recovery (#5563)" (1 year, 2 months ago) +* e9740cb17aef - HDFS-16908. Fix javadoc of field IncrementalBlockReportManager#readyToSend. (#5351). Contributed by farmmamba. (1 year, 2 months ago) +* aeb3f6f1a84f - YARN-11490. Reverting YARN-11211 and eliminating the use of DefaultMetricsSystem during configuration validation (#5644) (1 year, 2 months ago) +* a98d15804a97 - MAPREDUCE-7419. Upgrade Junit 4 to 5 in hadoop-mapreduce-client-common (#5028). Contributed by Ashutosh Gupta. (1 year, 2 months ago) +* 3b65b5d68f80 - HDFS-17020. RBF: mount table addAll should print failed records in std error (#5674) (1 year, 2 months ago) +* afe850ca2c28 - (9uapaw/trunk) HADOOP-18746. Install Python 3 for Windows 10 docker image (#5679) (1 year, 2 months ago) +* 5b22dc6aced7 - HDFS-16909. Improve ReplicaMap#mergeAll method. (#5353). Contributed by ZhangHB. (1 year, 2 months ago) +* af933f3a4f9c - HDFS-17017. Fix the issue of arguments number limit in report command in DFSAdmin (#5667). Contributed by Haiyang Hu. (1 year, 2 months ago) +* 0110e24ed867 - YARN-11496. Improve TimelineService log format. (#5677). Contributed by Xianming Lei. (1 year, 2 months ago) +* 9a524ede8721 - HDFS-17022. Fix the exception message to print the Identifier pattern (#5678). Contributed by Nishtha Shah. (1 year, 2 months ago) +* 408dbf318e7a - HDFS-17014. HttpFS Add Support getStatus API (#5660). Contributed by Hualong Zhang. (1 year, 2 months ago) +* 5272ed86708a - HADOOP-17518. Update the regex to A-Z (#5669). Contributed by Nishtha Shah. (1 year, 2 months ago) +* 0914b3e79208 - HDFS-16697. Add logs if resources are not available in NameNodeResourcePolicy. (#5569). Contributed by ECFuzz. (1 year, 2 months ago) +* 339bc7b3a6e5 - HDFS-16653. Improve error messages in ShortCircuitCache. (#5568). Contributed by ECFuzz. (1 year, 2 months ago) +* 441fb2329390 - HDFS-17018. Improve dfsclient log format. (#5668). Contributed by Xianming Lei. (1 year, 2 months ago) +* 4627242c449b - HADOOP-18652. Path.suffix raises NullPointerException (#5653). Contributed by Patrick Grandjean. (1 year, 2 months ago) +* f6770dee4769 - HDFS-16979. RBF: Add proxyuser port in hdfsauditlog (#5552). Contributed by liuguanghua. (1 year, 2 months ago) +* bba663038d91 - YARN-8898. Fix FederationInterceptor#allocate to set application priority in allocateResponse. (#5645) (1 year, 2 months ago) +* ff8eac517a3b - YARN-11463. Node Labels root directory creation doesn't have a retry logic - 2nd addendum (#5670) (1 year, 2 months ago) +* 78cc528739cc - HDFS-17012.Remove unused DFSConfigKeys#DFS_DATANODE_PMEM_CACHE_DIRS_DEFAULT. (#5659). Contributed by JiangHua Zhu. (1 year, 2 months ago) +* 350dcaf61679 - HDFS-17010. Add a subtree test to TestSnapshotDiffReport. (#5656) (1 year, 2 months ago) +* 03163f9de260 - HDFS-17011. Fix the metric of "HttpPort" at DataNodeInfo (#5657). Contributed by Zhaohui Wang. (1 year, 2 months ago) +* 5ddaf2e133d2 - YARN-11493. [Federation] ConfiguredRMFailoverProxyProvider Supports Randomly Select an Router. (#5651) (1 year, 2 months ago) +* 8e173851410a - HDFS-17009. RBF: state store putAll should also return failed records (#5664) (1 year, 2 months ago) +* 482897a0f657 - Fix typos in HDFS documents. (#5665) (1 year, 2 months ago) +* a90c7221436c - HADOOP-18724. [FOLLOW-UP] cherrypick changes from branch-3.3 backport (#5662) (1 year, 2 months ago) +* bef40e94273d - HADOOP-18688. S3A audit header to include count of items in delete ops (#5621) (1 year, 2 months ago) +* 11af08d67a8f - YARN-11489. Fix memory leak of DelegationTokenRenewer futures in DelegationTokenRenewerPoolTracker. (#5629). Contributed by Chun Chen. (1 year, 2 months ago) +* 251439d76908 - HDFS-16985. Fix data missing issue when delete local block file. (#5564). Contributed by Chengwei Wang. (1 year, 2 months ago) +* e0938b4c2aa5 - YARN-11495. Fix typos in hadoop-yarn-server-web-proxy. (#5652). Contributed by Shilun Fan. (1 year, 2 months ago) +* 2f87f716fa89 - YARN-3660. BackPort [GPG] Federation Global Policy Generator (service hook only). (#5625) (1 year, 2 months ago) +* 5d0cc455f518 - HDFS-17008. Fix RBF JDK 11 javadoc warnings (#5648) (1 year, 2 months ago) +* 0c77629849c4 - HDFS-17001. Support getStatus API in WebHDFS (#5628). Contributed by Hualong Zhang. (1 year, 2 months ago) +* ad1e3a0f5bf7 - HADOOP-18724. (followup) remove deprecation on optLong/optDouble methods (#5650) (1 year, 2 months ago) +* 0f3406ac3418 - YARN-11312: [UI2] Refresh buttons don't work after EmberJS upgrade (#5649) (1 year, 2 months ago) +* 905bfa84a8b5 - HDFS-16965. Add switch to decide whether to enable native codec. (#5520). Contributed by WangYuanben. (1 year, 2 months ago) +* e76c09ac3bd3 - HADOOP-18724. Open file fails with NumberFormatException for S3AFileSystem (#5611) (1 year, 2 months ago) +* fe61d8f073b0 - HDFS-16978. RBF: Admin command to support bulk add of mount points (#5554). Contributed by Viraj Jasani. (1 year, 2 months ago) +* 5084e881eff0 - HDFS-16990. HttpFS Add Support getFileLinkStatus API (#5602). Contributed by Hualong Zhang. (1 year, 2 months ago) +* 690db3c34bbb - YARN-11479. [Federation] ZookeeperFederationStateStore Support Store ApplicationSubmitData. (#5631) (1 year, 2 months ago) +* be50d221f5e7 - YARN-11467. RM failover may fail when the nodes.exclude-path file does not exist (#5565) (1 year, 2 months ago) +* d95b5c679df5 - YARN-11424. [Federation] Router Supports DeregisterSubCluster. (#5363) (1 year, 2 months ago) +* a2dda0ce03d0 - HADOOP-18359. Update commons-cli from 1.2 to 1.5. (#5095). Contributed by Shilun Fan. (1 year, 2 months ago) +* 03bf8f982a7e - HDFS-16999. Fix wrong use of processFirstBlockReport(). (#5622). Contributed by Shuyan Zhang. (1 year, 3 months ago) +* bdeca4529482 - YARN-11340. [Federation] Improve SQLFederationStateStore DataSource Config. (#5403) (1 year, 3 months ago) +* a80e3dba3b4c - HADOOP-18734. Create qbt.sh symlink on Windows (#5626) (1 year, 3 months ago) +* 4ee92efb73a9 - HDFS-16865. The source path is always / after RBF proxied the complete, addBlock and getAdditionalDatanode RPC. (#5200). Contributed by ZanderXu. (1 year, 3 months ago) +* cda9863d5459 - YARN-11477. [Federation] MemoryFederationStateStore Support Store ApplicationSubmitData. (#5616) (1 year, 3 months ago) +* eab4c33d09c1 - YARN-11470. FederationStateStoreFacade Cache Support Guava Cache. (#5609) (1 year, 3 months ago) +* c974710d8e71 - HADOOP-18729. Fix mvnsite on Windows 10 (#5618) (1 year, 3 months ago) +* 372631c5667b - HADOOP-18706. Improve S3ABlockOutputStream recovery (#5563) (1 year, 3 months ago) +* c7699d3dcd4f - YARN-11079. Make an AbstractParentQueue to store common ParentQueue and ManagedParentQueue functionality. Contributed by Susheel Gupta (1 year, 3 months ago) +* ceb8878d4fa3 - HDFS-16998. RBF: Add ops metrics for getSlowDatanodeReport in RouterClientActivity (#5615) (1 year, 3 months ago) +* 27776ac45ead - HADOOP-18727. Fix WriteOperations.listMultipartUploads function description (#5613) (1 year, 3 months ago) +* bd607951c02f - YARN-11463. Node Labels root directory creation doesn't have a retry logic - addendum (#5614) (1 year, 3 months ago) +* 0d06fd77de97 - HADOOP-18134. Setup Jenkins nightly CI for Windows 10 (#5062) (1 year, 3 months ago) +* 476f60a80641 - YARN-10144. Federation: Add missing FederationClientInterceptor APIs. (#5587) (1 year, 3 months ago) +* c1d10f3872af - YARN-9049. Add application submit data to state store. (#5606) (1 year, 3 months ago) +* 0e46388474f5 - HADOOP-18671. Add recoverLease(), setSafeMode(), isFileClosed() as interfaces to hadoop-common (#5553) (1 year, 3 months ago) +* 668c0a0930e1 - YARN-11379. [Federation] Support mapAttributesToNodes, getGroupsForUser API's for Federation. (#5596) (1 year, 3 months ago) +* fddc9769a588 - HADOOP-18726. Set the locale to avoid printing useless logs. (#5612). Contributed by Shuyan Zhang. (1 year, 3 months ago) +* bfcf5dd03b9e - HADOOP-18697. S3A prefetch: failure of ITestS3APrefetchingInputStream#testRandomReadLargeFile (#5580) (1 year, 3 months ago) +* 73ca64a3ba56 - YARN-11450. Improvements for TestYarnConfigurationFields and TestConfigurationFieldsBase (#5455) (1 year, 3 months ago) +* 87e17b271360 - YARN-11437. [hotfix][Federation] SQLFederationStateStore Support Version. (#5598) (1 year, 3 months ago) +* 5147106b5966 - HADOOP-18725. Avoid cross-platform build for irrelevant Dockerfile changes (#5610) (1 year, 3 months ago) +* 1079890ae300 - HDFS-16707. RBF: Expose RouterRpcFairnessPolicyController related request record metrics for each nameservice to Prometheus (#4665). Contributed by Jiale Qi. (1 year, 3 months ago) +* d75c6d9d57b5 - HADOOP-18715. Add debug log for getting details of tokenKindMap (#5608). Contributed by Pralabh Kumar. (1 year, 3 months ago) +* 1a2cd965a767 - HDFS-16897. Fix abundant Broken pipe exception in BlockSender (#5329). Contributed by fanluo. (1 year, 3 months ago) +* 70c0aa342e6a - YARN-11482. Fix bug of DRF comparision DominantResourceFairnessComparator2 in fair scheduler. (#5607). Contributed by Xiaoqiao He. (1 year, 3 months ago) +* 5ed7e912dcf5 - YARN-11469. Refactor FederationStateStoreFacade Cache Code. (#5570) (1 year, 3 months ago) +* 0e6315221879 - HDFS-16995. Remove unused parameters at NameNodeHttpServer#initWebHdfs (#5601). Contributed by Zhaohui Wang. (1 year, 3 months ago) +* d9576bb9ee52 - HDFS-16972. Delete a snapshot may deleteCurrentFile. (#5532) (1 year, 3 months ago) +* 60a7e8acaa6b - YARN-11459 Changed label called "max resource" on UIv1 and UIv2 (#5527) (1 year, 3 months ago) +* 245fde17d728 - YARN-11474.The yarn queue list is displayed on the CLI (#5577) (1 year, 3 months ago) +* eb749ddd4ddd - HADOOP-18695. S3A: reject multipart copy requests when disabled (#5548) (1 year, 3 months ago) +* 55eebcf277da - YARN-11378. [Federation] Support checkForDecommissioningNodes、refreshClusterMaxPriority API's for Federation. (#5551) (1 year, 3 months ago) +* a716459cdf63 - YARN-11437. [Federation] SQLFederationStateStore Support Version. (#5589) (1 year, 3 months ago) +* 5af0845076fc - HDFS-16672. Fix lease interval comparison in BlockReportLeaseManager (#4598). Contributed by dzcxzl. (1 year, 3 months ago) +* b6b9bd67bb9c - MAPREDUCE-7437. MR Fetcher class to use an AtomicInteger to generate IDs. (#5579) (1 year, 3 months ago) +* 6aac6cb212d3 - HADOOP-18660. Filesystem Spelling Mistake (#5475). Contributed by Sebastian Baunsgaard. (1 year, 3 months ago) +* 2f66f0b83a52 - HADOOP-18694. Client.Connection#updateAddress needs to ensure that address is resolved before updating (#5542). Contributed by dzcxzl. (1 year, 3 months ago) +* c9e0af99617d - HDFS-16981. Support getFileLinkStatus API in WebHDFS (#5572). Contributed by Hualong Zhang. (1 year, 3 months ago) +* dc78849f27da - HDFS-16975. FileWithSnapshotFeature.isCurrentFileDeleted is not reloaded from FSImage. (#5546) (1 year, 3 months ago) +* 05e6dc19ea32 - HADOOP-18705. ABFS should exclude incompatible credential providers. (#5560) (1 year, 3 months ago) +* 6a23c376c9d0 - HDFS-16986. EC: Fix locationBudget in getListing(). (#5582). Contributed by Shuyan Zhang. (1 year, 3 months ago) +* 5b23224970b4 - HADOOP-18714. Wrong StringUtils.join() called in AbstractContractRootDirectoryTest (#5578) (1 year, 3 months ago) +* 51dcbd1d6110 - HDFS-16988. Improve NameServices info at JournalNode web UI (#5584). Contributed by Zhaohui Wang. (1 year, 3 months ago) +* b683769fc97a - HADOOP-18712. Upgrade to jetty 9.4.51 due to cve (#5574). Contributed by PJ Fanning. (1 year, 3 months ago) +* 3b7783c54944 - HADOOP-18689. Bump jettison from 1.5.3 to 1.5.4 in /hadoop-project (#5502) (1 year, 3 months ago) +* ad49ddda0e1d - HADOOP-18711. upgrade nimbus jwt jar due to issues in its embedded shaded json-smart code. (#5573). Contributed by PJ Fanning. (1 year, 3 months ago) +* 742e07d9c39e - HADOOP-18710. Add RPC metrics for response time (#5545). Contributed by liuguanghua. (1 year, 3 months ago) +* 964c1902c805 - YARN-11463. Node Labels root directory creation doesn't have a retry logic (#5562) (1 year, 3 months ago) +* 9e24ed2196e0 - HADOOP-18691. Add a CallerContext getter on the Schedulable interface (#5540) (1 year, 3 months ago) +* 0918c87fa207 - HADOOP-18687. Remove json-smart dependency. (#5549). Contributed by PJ Fanning. (1 year, 3 months ago) +* d07356e60e5a - HADOOP-18597. Simplify single node instructions for creating directories for Map Reduce. (#5305) (1 year, 3 months ago) +* 1ff7a65b9ffd - HDFS-16954. RBF: The operation of renaming a multi-subcluster directory to a single-cluster directory should throw ioexception. (#5483). Contributed by Max Xie. (1 year, 3 months ago) +* 9e3d5c754b4c - Revert "HADOOP-18687. Remove json-smart dependency. (#5549). Contributed by PJ Fanning." (1 year, 3 months ago) +* b6c0ec796ef1 - HADOOP-18687. Remove json-smart dependency. (#5549). Contributed by PJ Fanning. (1 year, 3 months ago) +* 5119d0c72fe6 - HDFS-16982 Use the right Quantiles Array for Inverse Quantiles snapshot (#5556) (1 year, 3 months ago) +* a258f1f235b9 - YARN-11326. [Federation] Add RM FederationStateStoreService Metrics. (#4963) (1 year, 3 months ago) +* 635521db4c6b - YARN-11438. [Federation] ZookeeperFederationStateStore Support Version. (#5537) (1 year, 3 months ago) +* 0e3aafe6c08a - HADOOP-18399. S3A Prefetch - SingleFilePerBlockCache to use LocalDirAllocator (#5054) (1 year, 3 months ago) +* 405ed1dde6bc - HADOOP-18470. Hadoop 3.3.5 release wrap-up (#5558) (1 year, 3 months ago) +* 6ea10cf41b78 - HADOOP-18696. ITestS3ABucketExistence arn test failures. (#5557) (1 year, 3 months ago) +* 2c4d6bf33da5 - YARN-11465. Improved YarnClient Log Format (#5550) (1 year, 3 months ago) +* 0d1b4a3556d2 - HADOOP-18590. Publish SBOM artifacts (#5555). Contributed by Dongjoon Hyun. (1 year, 3 months ago) +* 0bcdea7912b1 - YARN-11239. Optimize FederationClientInterceptor audit log. (#5127) (1 year, 3 months ago) +* 0185afafeac2 - HDFS-16974. Consider volumes average load of each DataNode when choosing target. (#5541). Contributed by Shuyan Zhang. (1 year, 3 months ago) +* f1936d29f1f2 - HADOOP-18693. Bump derby from 10.10.2.0 to 10.14.2.0 in /hadoop-project (#5427) (1 year, 3 months ago) +* 2b60d0c1f440 - [HDFS-16971] Add read metrics for remote reads in FileSystem Statistics #5534 (#5536) (1 year, 3 months ago) +* 06f9bdffa6a7 - YARN-10846. Add dispatcher metrics to NM. (#4687) (1 year, 3 months ago) +* dd6d0ac5108f - YARN-11462. Fix Typo of hadoop-yarn-common. (#5539) (1 year, 3 months ago) +* 7c3d94a032ba - HADOOP-18637. S3A to support upload of files greater than 2 GB using DiskBlocks (#5543) (1 year, 3 months ago) +* bffa49a64f93 - YARN-11377. [Federation] Support addToClusterNodeLabels、removeFromClusterNodeLabels、replaceLabelsOnNode API's for Federation. (#5525) (1 year, 3 months ago) +* 74ddf69f808b - HDFS-16911. Distcp with snapshot diff to support Ozone filesystem. (#5364) (1 year, 3 months ago) +* 3e2ae1da00e0 - HDFS-16949 Introduce inverse quantiles for metrics where higher numer… (#5495) (1 year, 3 months ago) +* e45451f9c715 - HADOOP-18687. hadoop-auth: remove unnecessary dependency on json-smart (#5524) (1 year, 4 months ago) +* 523ff8162463 - HDFS-16952. Support getLinkTarget API in WebHDFS (#5517) (1 year, 4 months ago) +* 47c22e388ee5 - HDFS-16943. RBF: Implements MySQL based StateStoreDriver. (#5469) (1 year, 4 months ago) +* 422bf3b24c82 - HDFS-16973. RBF: MountTableResolver cache size lookup should take read lock (#5533) (1 year, 4 months ago) +* 69b90b5698df - YARN-11436. [Federation] MemoryFederationStateStore Support Version. (#5518) (1 year, 4 months ago) +* dfb2ca0a64a6 - HADOOP-18684. S3A filesystem to support binding to to other URI schemes (#5521) (1 year, 4 months ago) +* 937caf7de9e5 - HDFS-16967. RBF: File based state stores should allow concurrent access to the records (#5523) (1 year, 4 months ago) +* 14c5810d5ef2 - HADOOP-18680: Insufficient heap during full test runs in Docker container. (1 year, 4 months ago) +* 811441d5bc4f - HDFS-16951. Add description of GETSERVERDEFAULTS to WebHDFS doc (#5491) (1 year, 4 months ago) +* eb1d3ebe2fb1 - YARN-11442. Refactor FederationInterceptorREST Code. (#5420) (1 year, 4 months ago) +* 389b3ea6e3ac - HADOOP-18012. ABFS: Enable config controlled ETag check for Rename idempotency (#5488) (1 year, 4 months ago) +* 016362a28b51 - HADOOP-18548. Hadoop Archive tool (HAR) should acquire delegation tokens from source and destination file systems (#5355) (1 year, 4 months ago) +* b4bcbb9515b5 - HDFS-16959. RBF: State store cache loading metrics (#5497) (1 year, 4 months ago) +* 5bc8f2532746 - YARN-11446. [Federation] Add updateSchedulerConfiguration, getSchedulerConfiguration REST APIs for Router. (#5476) (1 year, 4 months ago) +* aa602381c595 - YARN-11426. Improve YARN NodeLabel Memory Display. (#5335) (1 year, 4 months ago) +* 700147b4ac18 - HDFS-16964. Improve processing of excess redundancy after failover. (#5510). Contributed by Shuyan Zhang. (1 year, 4 months ago) +* b5e8269d9b4f - HADOOP-18458: AliyunOSSBlockOutputStream to support heap/off-heap buffer before uploading data to OSS (#4912) (1 year, 4 months ago) +* 926993cb73f9 - YARN-11376. [Federation] Support updateNodeResource、refreshNodesResources API's for Federation. (#5496) (1 year, 4 months ago) +* 762d3ddb433d - HADOOP-18146: ABFS: Added changes for expect hundred continue header (#4039) (1 year, 4 months ago) +* ee01c64c6c86 - HADOOP-18676. jettison dependency override in hadoop-common lib (#5513) (1 year, 4 months ago) +* b82bcbd8ad52 - Revert "HADOOP-18676. Fixing jettison vulnerability of hadoop-common lib (#5507)" (1 year, 4 months ago) +* 72b01227062f - HADOOP-18676. Fixing jettison vulnerability of hadoop-common lib (#5507) (1 year, 4 months ago) +* 69748aae321c - YARN-11461. fix NPE in determineMissingParents (auto queue creation / CS). (#5506) (1 year, 4 months ago) +* 5cf62d149878 - HDFS-16948. Update log of BlockManager#chooseExcessRedundancyStriped when EC internal block is moved by balancer. (#5474). Contributed by Kidd53685368. (1 year, 4 months ago) +* 028cde0006a4 - HADOOP-18644. Add bswap support for LoongArch64. (#5453). Contributed by zhaixiaojuan. (1 year, 4 months ago) +* e3cb9573e111 - HADOOP-18662. ListFiles with recursive fails with FNF. (#5477). Contributed by Ayush Saxena. (1 year, 4 months ago) +* 67e02a92e0b9 - HADOOP-18666. A whitelist of endpoints to skip Kerberos authentication doesn't work for ResourceManager and Job History Server (#5480) (1 year, 4 months ago) +* 0dbe1d328449 - HADOOP-18668. Path capability probe for truncate is only honored by RawLocalFileSystem (#5492) (1 year, 4 months ago) +* 9a8287c36f2e - HADOOP-18669. Remove Log4Json Layout (#5493) (1 year, 4 months ago) +* f8d0949f7d60 - HDFS-16953. RBF: Mount table store APIs should update cache only if state store record is successfully updated (#5482) (1 year, 4 months ago) +* b6a9d7b44299 - HADOOP-18631. (ADDENDUM) Use LogCapturer to match audit log pattern and remove hdfs async audit log configs (#5451) (1 year, 4 months ago) +* fa723ae83916 - YARN-11445. [Federation] Add getClusterInfo, getClusterUserInfo REST APIs for Router. (#5472) (1 year, 4 months ago) +* 759ddebb132b - HADOOP-18647. x-ms-client-request-id to identify the retry of an API. (#5437) (1 year, 4 months ago) +* 7c42d0f7da1d - HADOOP-17746. Compatibility table in directory_markers.md doesn't render right. (#3116) (1 year, 4 months ago) +* 15935fa86501 - HDFS-16947. RBF NamenodeHeartbeatService to report error for not being able to register namenode in state store (#5470) (1 year, 4 months ago) +* cf4a678ce946 - HADOOP-18649. CLA and CRLA appenders to be replaced with RFA (#5448) (1 year, 4 months ago) +* 405bfa28002a - HADOOP-18654. Remove unused custom appender TaskLogAppender (#5457) (1 year, 4 months ago) +* eee2ea075d10 - HDFS-16942. Addendum. Send error to datanode if FBR is rejected due to bad lease (#5478). Contributed by Stephen O'Donnell/ (1 year, 4 months ago) +* aff840c59c81 - HADOOP-18653. LogLevel servlet to determine log impl before using setLevel (#5456) (1 year, 4 months ago) +* 09469bf47dd1 - HADOOP-18661. Fix bin/hadoop usage script terminology. (#5473) (1 year, 4 months ago) +* 476340c6999d - HADOOP-18658. snakeyaml dependency: upgrade to v2.0 (#5467). Contributed by PJ Fanning. (1 year, 4 months ago) +* ca6f5afb6da7 - HDFS-16942. Send error to datanode if FBR is rejected due to bad lease (#5460) (1 year, 4 months ago) +* 734f7abfb8b8 - HADOOP-18646. Upgrade Netty to 4.1.89.Final to fix CVE-2022-41881 (#5435) (1 year, 4 months ago) +* b406060c6b04 - YARN-8972. [Router] Add support to prevent DoS attack over ApplicationSubmissionContext size. (#5382) (1 year, 5 months ago) +* 487368c4b92c - HADOOP-18655. Upgrade kerby to 2.0.3 due to CVE-2023-25613 (#5458) (1 year, 5 months ago) +* 358bf80c945e - HADOOP-18606. ABFS: Add reason in x-ms-client-request-id on a retried API call. (#5299) (1 year, 5 months ago) +* 927401886ae5 - HDFS-16934. TestDFSAdmin.testAllDatanodesReconfig regression (#5434) (1 year, 5 months ago) +* 2cb0c35fc1fe - HDFS-16939. Fix the thread safety bug in LowRedundancyBlocks. (#5450). Contributed by Shuyan Zhang. (1 year, 5 months ago) +* 2a0dc2ab2f5f - YARN-11383. Workflow priority mappings is case sensitive (#5171) (1 year, 5 months ago) +* 6bd24448154f - HDFS-16923. [SBN read] getlisting RPC to observer will throw NPE if path does not exist (#5400) (1 year, 5 months ago) +* e1ca466bdbf3 - HADOOP-18648. Avoid loading kms log4j properties dynamically by KMSWebServer (#5441) (1 year, 5 months ago) +* 162288bc0af9 - HDFS-16896 clear ignoredNodes list when we clear deadnode list on ref… (#5322) (1 year, 5 months ago) +* 2ab7eb4caa9f - HDFS-16935. Fix TestFsDatasetImpl#testReportBadBlocks (#5432) (1 year, 5 months ago) +* 8f6be3678d11 - MAPREDUCE-7434. Fix ShuffleHandler tests. Contributed by Tamas Domok (1 year, 5 months ago) +* 28d2753d2f86 - HADOOP-18645. Provide keytab file key name with ServiceStateException (#5433) (1 year, 5 months ago) +* bcc51ce2c58f - YARN-11375. [Federation] Support refreshAdminAcls、refreshServiceAcls API's for Federation. (#5312) (1 year, 5 months ago) +* dcd9dc698343 - HADOOP-18641. Cloud connector dependency and LICENSE fixup. (#5429) (1 year, 5 months ago) +* 0ca56860341a - HDFS-16917 Add transfer rate quantile metrics for DataNode reads (#5397) (1 year, 5 months ago) +* 61f369c43e25 - HDFS-16890: RBF: Ensures router periodically refreshes its record of a namespace's state. (#5298) (1 year, 5 months ago) +* 8798b94ee1b1 - YARN-11221. [Federation] Add replaceLabelsOnNodes, replaceLabelsOnNode REST APIs for Router. (#5302) (1 year, 5 months ago) +* a90238c0b8b7 - HADOOP-18631. Migrate Async appenders to log4j properties (#5418) (1 year, 5 months ago) +* 25ebd0b8b154 - YARN-11222. [Federation] Add addToClusterNodeLabels, removeFromClusterNodeLabels REST APIs for Router. (#5328) (1 year, 5 months ago) +* 27a54955f902 - YARN-5604. [Federation] Add versioning for FederationStateStore. (#5394) (1 year, 5 months ago) +* 4067facae6ea - HADOOP-18470. Remove HDFS RBF text in the 3.3.5 index.md file (1 year, 5 months ago) +* e2d7919dc1e5 - Revert "HADOOP-18590. Publish SBOM artifacts (#5281)" (1 year, 5 months ago) +* 8025a60ae793 - HDFS-16901: Minor fix for unit test. (1 year, 5 months ago) +* 4cc33e5e376b - HDFS-16901: RBF: Propagates real user's username via the caller context, when a proxy user is being used. (#5346) (1 year, 5 months ago) +* 2e997d818d00 - YARN-11370. [Federation] Refactor MemoryFederationStateStore code. (#5126) (1 year, 5 months ago) +* e8a6b2c2c4e3 - HADOOP-18582. Addendum: Skip unnecessary cleanup logic in DistCp. (#5409) (1 year, 5 months ago) +* fb31393b65b7 - HADOOP-18535. Implement token storage solution based on MySQL (1 year, 5 months ago) +* 11a220c6e712 - HADOOP-18636 LocalDirAllocator cannot recover from directory tree deletion (#5412) (1 year, 5 months ago) +* 49b8ac19f221 - YARN-11408. Add a check of autoQueueCreation is disabled for emitDefaultUserLimitFactor method (#5278) (1 year, 5 months ago) +* fe5bb49ad9b1 - Revert "YARN-11404. Add junit5 dependency to hadoop-mapreduce-client-app to fix few unit test failure. Contributed by Susheel Gupta" (1 year, 5 months ago) +* 4e6e2f318cbe - YARN-11394. Fix hadoop-yarn-server-resourcemanager module Java Doc Errors. (#5288) (1 year, 5 months ago) +* acf82d4d55d5 - HADOOP-18622. Upgrade ant to 1.10.13 (#5360). Contributed by Aleksandr Nikolaev. (1 year, 5 months ago) +* 88914cada0d2 - HDFS-16925. Namenode audit log to only include IP address of client (#5407) (1 year, 5 months ago) +* a3b500d0465b - HDFS-16916. Improve the use of JUnit Test in DFSClient (#5404) (1 year, 5 months ago) +* 7e486038eaef - YARN-11439. Fix Typo of hadoop-yarn-ui README.md. (#5405) (1 year, 5 months ago) +* 02fd87a4d8d1 - HADOOP-18627. Add stronger wording in 'secure mode' introduction (#5406) (1 year, 5 months ago) +* 10e7ca481c8c - YARN-11441. Revert YARN-10495. (1 year, 5 months ago) +* 7e19bc31b65f - HADOOP-18215. Enhance WritableName to be able to return aliases for classes that use serializers (#4215) (1 year, 5 months ago) +* 7a0903b7436e - HADOOP-18633. fix test AbstractContractDistCpTest#testDistCpUpdateCheckFileSkip (#5401) (1 year, 5 months ago) +* 723535b78807 - HDFS-16914. Add some logs for updateBlockForPipeline RPC. (#5381) (1 year, 5 months ago) +* a5f48eacca4b - YARN-11425. [Federation] Router Supports SubClusterCleaner. (#5326) (1 year, 5 months ago) +* c3706597a3f2 - YARN-11349. [Federation] Router Support DelegationToken With SQL. (#5244) (1 year, 5 months ago) +* f4f2793f3b62 - HADOOP-18351. Reduce excess logging of errors during S3A prefetching reads (#5274) (1 year, 5 months ago) +* 4cbe19f3a222 - HDFS-16761. Namenode UI for Datanodes page not loading if any data node is down (#5390) (1 year, 5 months ago) +* d56977e90985 - HADOOP-18470. More in the 3.3.5 index.html about security (#5383) (1 year, 5 months ago) +* e2ab35084a1e - HADOOP-18630. Add gh-pages in asf.yaml to deploy the current trunk doc (#5393). Contributed by Simhadri Govindappa. (1 year, 5 months ago) +* 021fcc6c5e93 - HADOOP-18628. IPC Server Connection should log host name before returning VersionMismatch error (#5385) (1 year, 5 months ago) +* fe0541b58d8a - HDFS-16913. Fix flaky some unit tests since they offen timeout (#5377) (1 year, 5 months ago) +* 1def35d802bd - HADOOP-18524. Addendum: Deploy Hadoop trunk version website. (#5389). Contributed by Ayush Saxena. (1 year, 5 months ago) +* 90de1ff151ed - HADOOP-18206 Cleanup the commons-logging references and restrict its usage in future (#5315) (1 year, 5 months ago) +* 30f560554d25 - HADOOP-18524. Deploy Hadoop trunk version website. (#5386). Contributed by Ayush Saxena. (1 year, 5 months ago) +* e4b531499114 - MAPREDUCE-7433. Remove unused mapred/LoggingHttpResponseEncoder.java. (#5388) (1 year, 5 months ago) +* f42c89dffb93 - HDFS-16904. Close webhdfs during TestSymlinkHdfs teardown (#5372) (1 year, 5 months ago) +* f3c427757655 - HDFS-16882. RBF: Add cache hit rate metric in MountTableResolver#getDestinationForPath (#5276) (1 year, 5 months ago) +* 26fba8701c97 - HDFS-18324. Fix race condition in closing IPC connections. (#5371) (1 year, 5 months ago) +* 151b71d7affb - MAPREDUCE-7431. ShuffleHandler refactor and fix after Netty4 upgrade. (#5311) (1 year, 5 months ago) +* 17c8cdf63c27 - HDFS-16907. ADDENDUM: Remove unused variables from testDataNodeMXBeanLastHeartbeats. (#5373) (1 year, 5 months ago) +* 9e4f50d8a016 - HADOOP-18596. Distcp -update to use modification time while checking for file skip. (#5308) (1 year, 5 months ago) +* 113a9e40cbf2 - HADOOP-18625. Fix method name of RPC.Builder#setnumReaders (#5301) (1 year, 5 months ago) +* d5c046518e9b - HDFS-16910. Fix incorrectly initializing RandomAccessFile caused flush performance decreased for JN (#5359) (1 year, 5 months ago) +* 4fcceff53555 - HADOOP-18620 Avoid using grizzly-http-* APIs (#5356) (1 year, 5 months ago) +* af20841fb1f4 - YARN-11217. [Federation] Add dumpSchedulerLogs REST APIs for Router. (#5272) (1 year, 5 months ago) +* 08f58ecf07ff - HDFS-16904. Close webhdfs during TestSymlinkHdfs teardown (#5342) (1 year, 5 months ago) +* 3ba058a894b1 - HDFS-16898. Remove write lock for processCommandFromActor of DataNode to reduce impact on heartbeat (#5330). Contributed by ZhangHB. (1 year, 5 months ago) +* 7e919212c467 - Revert "HDFS-16898. Make write lock fine-grain in method processCommandFromActor (#5330). Contributed by ZhangHB." (1 year, 5 months ago) +* eb04ecd29d4a - HDFS-16898. Make write lock fine-grain in method processCommandFromActor (#5330). Contributed by ZhangHB. (1 year, 5 months ago) +* d3106426262d - HDFS-16895. [RBF] NamenodeHeartbeatService should use credentials of logged in user (1 year, 5 months ago) +* 8714403dc72c - HADOOP-18621. Resource leak in CryptoOutputStream.close() (#5347) (1 year, 5 months ago) +* f02c452cf176 - HDFS-16907. Add LastHeartbeatResponseTime for BP service actor (#5349) (1 year, 6 months ago) +* a6a9fe17e030 - YARN-3657. Federation maintenance mechanisms (simple CLI and command propagation). (#5348) (1 year, 6 months ago) +* 5f5157ac5363 - HADOOP-18612. Avoid mixing canonical and non-canonical when performing comparisons (#5339) (1 year, 6 months ago) +* aed6fcee5b0f - HADOOP-18576. Java 11 JavaDoc fails due to missing package comments (#5344) (1 year, 6 months ago) +* be564f5c2054 - [HDFS-16903]. Fix javadoc of LightWeightResizableGSet class (#5338) (1 year, 6 months ago) +* 0ae075a2af68 - HDFS-16848. RBF: Improve StateStoreZooKeeperImpl performance (#5147) (1 year, 6 months ago) +* dad73b76c070 - YARN-11419. Remove redundant exception capture in NMClientAsyncImpl and improve readability in ContainerShellWebSocket, etc (#5309) (1 year, 6 months ago) +* bce388fd3f23 - HDFS-16902 Add Namenode status to BPServiceActor metrics and improve logging in offerservice (#5334) (1 year, 6 months ago) +* 22f6d55b71e5 - HADOOP-18246. Reduce lower limit on fs.s3a.prefetch.block.size to 1 byte. (#5120) (1 year, 6 months ago) +* ad0cff2f973e - HADOOP-18592. Sasl connection failure should log remote address. (#5294) (1 year, 6 months ago) +* 6d325d9d09cf - HADOOP-18598. maven site generation doesn't include javadocs. (#5319) (1 year, 6 months ago) +* a70f84098fbe - HADOOP-18601. Fix build failure with docs profile. (#5331) (1 year, 6 months ago) +* 88c8ac750dc6 - HDFS-16888. BlockManager#maxReplicationStreams, replicationStreamsHardLimit, blocksReplWorkMultiplier and PendingReconstructionBlocks#timeout should be volatile (#5296) (1 year, 6 months ago) +* 9d47108b50fb - HADOOP-18584. [NFS GW] Fix regression after netty4 migration. (#5252) (1 year, 6 months ago) +* 952d707240cb - HADOOP-18604. Add compile platform in the hadoop version output. (#5327). Contributed by Ayush Saxena. (1 year, 6 months ago) +* b677d40ab5ee - HADOOP-18602. Remove netty3 dependency (1 year, 6 months ago) +* 970ebaeded13 - HADOOP-17717. Update wildfly openssl to 1.1.3.Final. (#5310) (1 year, 6 months ago) +* 468135a4d99a - YARN-11218. [Federation] Add getActivities, getBulkActivities REST APIs for Router. (#5284) (1 year, 6 months ago) +* cf1b3711cb6f - YARN-10965. Centralize queue resource calculation based on CapacityVectors. Contributed by Andras Gyori (1 year, 6 months ago) +* 815cde98103f - YARN-6971. Clean up different ways to create resources. Contributed by Riya Khandelwal (1 year, 6 months ago) +* 29f2230cb615 - YARN-5607. Document TestContainerResourceUsage#waitForContainerCompletion. Contributed by Susheel Gupta (1 year, 6 months ago) +* 8eda456d379b - YARN-11404. Add junit5 dependency to hadoop-mapreduce-client-app to fix few unit test failure. Contributed by Susheel Gupta (1 year, 6 months ago) +* 3b7b79b37ae1 - HADOOP-18582. skip unnecessary cleanup logic in distcp (#5251) (1 year, 6 months ago) +* 3f767a61b1da - YARN-8900. [Follow Up] Fix FederationInterceptorREST#invokeConcurrent Inaccurate Order of Subclusters. (#5260) (1 year, 6 months ago) +* 72b760130aee - HDFS-16893. Standardize the usage of DFSClient debug log (#5303) (1 year, 6 months ago) +* 04f3573f6ad0 - HDFS-16891 Avoid the overhead of copy-on-write exception list while loading inodes sub sections in parallel (#5300) (1 year, 6 months ago) +* 442a5fb285af - YARN-11320. [Federation] Add getSchedulerInfo REST APIs for Router. (#5217) (1 year, 6 months ago) +* 4de31123cef5 - Fix "the the" and friends typos (#5267) (1 year, 6 months ago) +* d81d98388c79 - HADOOP-18575: followup: try to avoid repeatedly hitting exceptions when transformer factories do not support attributes (#5253) (1 year, 6 months ago) +* 38453f85896d - MAPREDUCE-7413. Upgrade Junit 4 to 5 in hadoop-mapreduce-client-hs-plugins (#5023) (1 year, 6 months ago) +* 082266516a0a - MAPREDUCE-7417. Upgrade Junit 4 to 5 in hadoop-mapreduce-client-uploader (#5019) (1 year, 6 months ago) +* 168fa078013d - YARN-11409. Fix Typo of ResourceManager#webapp moudle. (#5285) (1 year, 6 months ago) +* 4520448327e6 - YARN-11374. [Federation] Support refreshSuperUserGroupsConfiguration、refreshUserToGroupsMappings API's for Federation. (#5193) (1 year, 6 months ago) +* 1263e024b974 - HDFS-16887 Log start and end of phase/step in startup progress (#5292) (1 year, 6 months ago) +* 36bf54aba0fe - MAPREDUCE-7375 JobSubmissionFiles don't set right permission after mkdirs (#4237) (1 year, 6 months ago) +* a90e424d9ff3 - HADOOP-18591. Fix a typo in Trash (#5291) (1 year, 6 months ago) +* 3d21cff263c6 - YARN-11413. Fix Junit Test ERROR Introduced By YARN-6412. (#5289) (1 year, 6 months ago) +* f26d8bc9bdfe - HDFS-16886: Fixes error in documentation for StateStoreRecordsOperations. (#5290) (1 year, 6 months ago) +* 7f6cc196f839 - YARN-11190. CS Mapping rule bug: User matcher does not work correctly for usernames with dot (#4471) (1 year, 6 months ago) +* e3b09b751234 - HDFS-16884. Fix TestFsDatasetImpl#testConcurrentWriteAndDeleteBlock failed (#5280) (1 year, 6 months ago) +* 4cf304de4520 - HDFS-16872. Fix log throttling by declaring LogThrottlingHelper as static members (#5246) (1 year, 6 months ago) +* f3cff032e661 - HDFS-16885. Fix TestHdfsConfigFields#testCompareConfigurationClassAgainstXml failed (#5283) (1 year, 6 months ago) +* 6f99558c2eda - HADOOP-18590. Publish SBOM artifacts (#5281) (1 year, 6 months ago) +* b56d483258a8 - HDFS-16876: Changes cleanup of shared RouterStateIdContext to be driven by namenodeResolver data. (#5282) (1 year, 6 months ago) +* 9c6eeb699e2f - HADOOP-18320. Fixes typos in Delegation Tokens documentation. (#4499) (1 year, 6 months ago) +* dd49077aed1e - YARN-6412 aux-services classpath not documented (#5242) (1 year, 6 months ago) +* a65d24488a85 - HADOOP-18581 : Handle Server KDC re-login when Server and Client run … (#5248) (1 year, 6 months ago) +* cd19da130991 - HDFS-16877: Enables state context for namenode in TestObserverWithRouter (#5257) (1 year, 7 months ago) +* b9eb760ed238 - HADOOP-18587: upgrade to jettison 1.5.3 due to cve (#5270) (1 year, 7 months ago) +* 5022003e0f50 - HDFS-16881. Warn if AccessControlEnforcer runs for a long time to check permission. (#5268) (1 year, 7 months ago) +* 4511c360b9cc - HDFS-16883. Duplicate field name in hdfs-default.xml (#5271). Contributed by YUBI LEE. (1 year, 7 months ago) +* 35ce60eadd1d - HDFS-16879. EC: Fsck -blockId shows number of redundant internal block replicas for EC Blocks (#5264) (1 year, 7 months ago) +* 0926fa5a2c82 - YARN-11225. [Federation] Add postDelegationToken postDelegationTokenExpiration cancelDelegationToken REST APIs for Router. (#5185) (1 year, 7 months ago) +* c44c9f984bee - YARN-11393. Fs2cs could be extended to set ULF to -1 upon conversion (#5201) (1 year, 7 months ago) +* b93b1c69cc3c - HADOOP-18586. Update the year to 2023. (#5265). Contributed by Ayush Saxena. (1 year, 7 months ago) +* 6b67373d1071 - YARN-11388: Prevent resource leaks in TestClientRMService. (#5187) (1 year, 7 months ago) +* 9668a85d40a6 - YARN-11392 Audit Log missing in ClientRMService (#5250). Contributed by Beibei Zhao. (1 year, 7 months ago) +* d25c1be51732 - HDFS-16861. RBF. Truncate API always fails when dirs use AllResolver oder on Router (#5184) (1 year, 7 months ago) +* 049d1762bd1c - MAPREDUCE-7428. Fix failing MapReduce tests due to the JUnit upgrades in WebServicesTestUtils (#5243) (1 year, 7 months ago) +* bf8ab83cd00f - YARN-11395. RM UI, RMAttemptBlock can not render FINAL_SAVING. Contributed by Bence Kosztolnik (1 year, 7 months ago) +* df093ef9afc0 - HDFS-16831. [RBF SBN] GetNamenodesForNameserviceId should shuffle Observer NameNodes every time (#5098) (1 year, 7 months ago) +* 17035da46efa - YARN-11226. [Federation] Add createNewReservation, submitReservation, updateReservation, deleteReservation REST APIs for Router. (#5175) (1 year, 7 months ago) +* e6056d128a26 - YARN-10879. Incorrect WARN text in ACL check for application tag based placement (#5231) (1 year, 7 months ago) +* 15b52fb6a4c9 - HDFS-16689. Standby NameNode crashes when transitioning to Active with in-progress tailer (#4744) (1 year, 7 months ago) +* b63b777c8455 - HDFS-16873 FileStatus compareTo specify ordering by path (#5219) (1 year, 7 months ago) +* 8d221255f2da - HDFS-16764. [SBN Read] ObserverNamenode should throw ObserverRetryOnActiveException instead of FileNotFoundException during processing of addBlock rpc (#4872) (1 year, 7 months ago) +* 7ff326129dc3 - HDFS-16871 DiskBalancer process may throw IllegalArgumentException when the target DataNode has capital letter in hostname (#5240) (1 year, 7 months ago) +* f6605f1b3a2e - HADOOP-18438: AliyunOSSFileSystemStore deleteObjects interface should return the objects that failed to delete (#4857) (1 year, 7 months ago) <陈爽-Jack Chen> +* 52c72fafe48f - HADOOP-18470. Update index md with section on ABFS prefetching (1 year, 7 months ago) +* 6a07b5dc109c - HADOOP-18575. Make XML transformer factory more lenient (#5224) (1 year, 7 months ago) +* 33785fc5add5 - HADOOP-18577. Followup: javadoc fix (#5232) (1 year, 7 months ago) +* ca3526da9283 - HADOOP-18567. LogThrottlingHelper: properly trigger dependent recorders in cases of infrequent logging (#5215) (1 year, 7 months ago) +* f7bdf6c667d5 - HDFS-16852. Skip KeyProviderCache shutdown hook registration if already shutting down (#5160) (1 year, 7 months ago) +* c5b42d59d2e0 - HDFS-16866. Fix a typo in Dispatcher (#5202) (1 year, 7 months ago) +* cf1244492d13 - HADOOP-18577. ABFS: Add probes of readahead fix (#5205) (1 year, 7 months ago) +* 5f08e51b7233 - HADOOP-18561. Update commons-net to 3.9.0 (#5214) (1 year, 7 months ago) +* f7b1bb4dccc8 - HADOOP-18573. Improve error reporting on non-standard kerberos names (#5221) (1 year, 7 months ago) +* 32414cfe46c6 - HADOOP-18574. Changing log level of IOStatistics increment to make the DEBUG logs less noisy (#5223) (1 year, 7 months ago) +* 6172c3192d99 - YARN-11358. [Federation] Add FederationInterceptor#allow-partial-result config. (#5056) (1 year, 7 months ago) +* aaf92fe1839b - HADOOP-18526. Leak of S3AInstrumentation instances via hadoop Metrics references (#5144) (1 year, 7 months ago) +* 63b9a6a2b6df - YARN-11350. [Federation] Router Support DelegationToken With ZK. (#5131) (1 year, 7 months ago) +* 4de8791debe7 - HADOOP-18569. NFS Gateway may release buffer too early (#5212) (1 year, 7 months ago) +* 1cecf8ab7041 - HADOOP-18183. s3a audit logs to publish range start/end of GET requests. (#5110) (1 year, 7 months ago) +* 85ec7969a7d7 - MAPREDUCE-7428. Fix failures related to Junit 4 to Junit 5 upgrade in org.apache.hadoop.mapreduce.v2.app.webapp (#5209) (1 year, 7 months ago) +* fdcbc8b072cc - HDFS-16868. Fix audit log duplicate issue when an ACE occurs in FSNamesystem. (#5206). Contributed by Beibei Zhao. (1 year, 7 months ago) +* a71aaef9a9a1 - YARN-11385. Fix hadoop-yarn-server-common module Java Doc Errors. (#5182) (1 year, 7 months ago) +* a46b20d25f12 - HADOOP-18329. Support for IBM Semeru JVM > 11.0.15.0 Vendor Name Changes (#4537) (1 year, 7 months ago) +* 0a7dfcc33217 - HADOOP-18546. Followup: ITestReadBufferManager fix (#5198) (1 year, 7 months ago) +* e76616f690a2 - HDFS-16860 Upgrade moment.min.js to 2.29.4 (#5194) (1 year, 7 months ago) +* 2fa540dca110 - HDFS-16858. Dynamically adjust max slow disks to exclude. (#5180) (1 year, 7 months ago) +* ee7d1787cd2c - YARN-11390. TestResourceTrackerService.testNodeRemovalNormally: Shutdown nodes should be 0 now expected: <1> but was: <0> (#5190) (1 year, 7 months ago) +* 0a4528cd7f99 - HADOOP-18563. Misleading AWS SDK S3 timeout configuration comment (#5197) (1 year, 7 months ago) +* c67c2b756907 - HADOOP-18546. ABFS. disable purging list of in progress reads in abfs stream close() (#5176) (1 year, 8 months ago) +* 2e8809626641 - HADOOP-18538. Upgrade kafka to 2.8.2 (#5164) (1 year, 8 months ago) +* f71fd885be48 - YARN-11373. [Federation] Support refreshQueues refreshNodes API's for Federation. (#5146) (1 year, 8 months ago) +* 86ac1ad9e573 - YARN-10978. Fix ApplicationClassLoader to Correctly Expand Glob for Windows Path (#3558) (1 year, 8 months ago) +* dadd3d9138d2 - YARN-11386. Fix issue with classpath resolution (#5183) (1 year, 8 months ago) +* b666075a413f - HADOOP-18560. AvroFSInput opens a stream twice and discards the second one without closing (#5186) (1 year, 8 months ago) +* 84b33b897cb3 - HADOOP-18470. index.md update for 3.3.5 release (1 year, 8 months ago) +* 8a9bdb1edc41 - HDFS-16837. [RBF SBN] ClientGSIContext should merge RouterFederatedStates to get the max state id for each namespaces (#5123) (1 year, 8 months ago) +* 02afb9ebe137 - HDFS-16809. EC striped block is not sufficient when doing in maintenance. (#5050) (1 year, 8 months ago) +* 60e0fe870947 - YARN-11381. Fix hadoop-yarn-common module Java Doc Errors. (#5179) (1 year, 8 months ago) +* 4af4997e1129 - YARN-11158. Support (Create/Renew/Cancel) DelegationToken API's for Federation. (#5104) (1 year, 8 months ago) +* 5440c75c4abe - YARN-10946. AbstractCSQueue: Create separate class for constructing Queue API objects. Contributed by Peter Szucs (1 year, 8 months ago) +* 2067fcb64638 - HDFS-16550. Allow JN edit cache size to be set as a fraction of heap memory (#4209) (1 year, 8 months ago) +* 778660074410 - HADOOP-18457. ABFS: Support account level throttling (#5034) (1 year, 8 months ago) +* 72749a4ff8a2 - HDFS-16839 It should consider EC reconstruction work when we determine if a node is busy (#5128) (1 year, 8 months ago) +* 03471a736ce5 - HDFS-16851: RBF: Add a utility to dump the StateStore. (#5155) (1 year, 8 months ago) +* 0ef572abed62 - HADOOP-18530. ChecksumFileSystem::readVectored might return byte buffers not positioned at 0 (#5168) (1 year, 8 months ago) +* 35c65005d0e6 - HDFS-16846. EC: Only EC blocks should be effected by max-streams-hard-limit configuration (#5143) (1 year, 8 months ago) +* 909aeca86cfa - HDFS-16845: Adds configuration flag to allow clients to use router observer reads without using the ObserverReadProxyProvider. (#5142) (1 year, 8 months ago) +* ec2856d79c11 - HDFS-16847: RBF: Prevents StateStoreFileSystemImpl from committing tmp file after encountering an IOException. (#5145) (1 year, 8 months ago) +* f93167e67859 - YARN-11380. Fix hadoop-yarn-api module Java Doc Errors. (#5152). Contributed by Shilun Fan. (1 year, 8 months ago) +* 1a7acc403bd2 - HADOOP-18498. ABFS: Remove unwanted ? prefix from SAS Tokens (#5136) (1 year, 8 months ago) +* e09e81abe47a - HADOOP-18496: remove unused okhttp.version (#5140). Contributed by PJ Fanning. (1 year, 8 months ago) +* 1ddc9091f6c1 - YARN-11381. Fix hadoop-yarn-common module Java Doc Errors. (#5153). Contributed by Shilun Fan. (1 year, 8 months ago) +* 87429f443a2c - HDFS-16779. Add ErasureCodingPolicy information to the response description for GETFILESTATUS in WebHDFS.md (#4922) (1 year, 8 months ago) +* e0974298cef0 - HDFS-16826. [RBF SBN] ConnectionManager should advance the client stateId for each request (#5086) (1 year, 8 months ago) +* ef84d2186734 - HDFS-16841. Enhance the function of DebugAdmin#VerifyECCommand (#5137) (1 year, 8 months ago) +* bcc3d2a20ede - HDFS-16838. Fix NPE in testAddRplicaProcessorForAddingReplicaInMap (#5125) (1 year, 8 months ago) +* dfa9edaccec8 - HDFS-16840. Enhance the usage description about oiv in HDFSCommands.md and OfflineImageViewerPB (#5129) (1 year, 8 months ago) +* 2c1158e85864 - HADOOP-18531. Fix assertion failure in ITestS3APrefetchingInputStream (#5149) (1 year, 8 months ago) +* ac958777afdb - HDFS-16813. Remove parameter validation logic such as dfs.namenode.decommission.blocks.per.interval in DatanodeAdminManager#activate (#5063) (1 year, 8 months ago) +* 7cb22eb72d58 - YARN-11371. [Federation] Refactor FederationInterceptorREST#createNewApplication\submitApplication Use FederationActionRetry. (#5130) (1 year, 8 months ago) +* 3c37a01654e0 - YARN-8262. get_executable in container-executor should provide meaningful error codes. Contributed by Susheel Gupta (1 year, 8 months ago) +* 8f971b0e5413 - HDFS-16547. [SBN read] Namenode in safe mode should not be transfer to observer state (#4201) (1 year, 8 months ago) +* dc2fba45fef6 - HDFS-16832. [SBN READ] Follow-on to HDFS-16732. Fix NPE when check the block location of empty directory (#5099) (1 year, 8 months ago) +* 069bd973d83c - HADOOP-18532. Update command usage in FileSystemShell.md (#5141) (1 year, 8 months ago) +* 696d0420543d - HADOOP-8728. Display (fs -text) shouldn't hard-depend on Writable serialized sequence files. (#5010) (1 year, 8 months ago) +* 2e993fdf4e76 - YARN-6946. Upgrade JUnit from 4 to 5 in hadoop-yarn-common (#4717) (1 year, 8 months ago) +* dcde41457051 - MAPREDUCE-7422. Upgrade Junit 4 to 5 in hadoop-mapreduce-examples (#5029) (1 year, 8 months ago) +* c71a68ca8079 - HDFS-16844: Adds resilancy when StateStore gets exceptions. (#5138) (1 year, 8 months ago) +* 1ea5db52dd93 - HADOOP-18324. Interrupting RPC Client calls can lead to thread exhaustion. (#4527) (1 year, 8 months ago) +* 7d39abd799a5 - HADOOP-18429. fix infinite loop in MutableGaugeFloat#incr(float) (#4823) (1 year, 8 months ago) +* eccd2d04924e - YARN-11359. [Federation] Routing admin invocations transparently to multiple RMs. (#5057) (1 year, 8 months ago) +* 142df247edab - YARN-11369. Commons.compress throws an IllegalArgumentException with large uids after 1.21. Contributed by Benjamin Teke (1 year, 8 months ago) +* cd929457c93f - HDFS-16836: StandbyCheckpointer shouldn't trigger rollback fs image after RU is finalized (#5135) (1 year, 8 months ago) +* 69e50c7b4499 - HADOOP-18528. Disable abfs prefetching by default (#5134) (1 year, 8 months ago) +* a48e8c9bebf4 - MAPREDUCE-5608. Replace and deprecate mapred.tasktracker.indexcache.mb (#5014) (1 year, 8 months ago) +* 04b31d7ecfc8 - MAPREDUCE-7390. Remove WhiteBox in mapreduce module. (#4462) (1 year, 8 months ago) +* d3c1c453f076 - HDFS-16785. Avoid to hold write lock to improve performance when add volume. (#4945). Contributed by ZanderXu. (1 year, 8 months ago) +* 22c9f28f4d85 - YARN-10005. Code improvements in MutableCSConfigurationProvider. Contributed by Peter Szucs (1 year, 8 months ago) +* d340c4a7a187 - HADOOP-18496. Upgrade okhttp3 and dependencies due to kotlin CVEs (#5035) (1 year, 8 months ago) +* 5bb11cecea13 - HADOOP-15327. Upgrade MR ShuffleHandler to use Netty4 #3259. Contributed by Szilard Nemeth. (1 year, 8 months ago) +* 552ee44eba56 - HDFS-16834: Removes request stateID consistency constraint between clients in different connection pools. (#5121) (1 year, 8 months ago) +* b398a7b00315 - YARN-11367. [Federation] Fix DefaultRequestInterceptorREST Client NPE. (#5100) (1 year, 8 months ago) +* f68f1a45783d - HADOOP-18433. Fix main thread name for . (#4838) (1 year, 8 months ago) +* 7002e214b886 - HADOOP-18502. MutableStat should return 0 when there is no change (#5058) (1 year, 8 months ago) +* 7f9ca101e2ae - HADOOP-18517. ABFS: Add fs.azure.enable.readahead option to disable readahead (#5103) (1 year, 8 months ago) +* 845cf8bc2868 - YARN-11368. [Federation] Improve Yarn Router's Federation Page style. (#5105) (1 year, 9 months ago) +* 44b8bb7224f2 - HDFS-16821: Fixes regression in HDFS-13522 that enables observer reads by default (#5078) (1 year, 9 months ago) +* 660530205e61 - HDFS-16833. NameNode should log internal EC blocks instead of the EC block group when it receives block reports. (#5106) (1 year, 9 months ago) +* 5d6ab158607f - YARN-11354. [Federation] Add Yarn Router's NodeLabel Web Page. (#5073) (1 year, 9 months ago) +* 2ba982a0612c - MAPREDUCE-7386. Maven parallel builds (skipping tests) fail (#4415) (1 year, 9 months ago) +* e9319e696c9b - HDFS-16811. Support DecommissionBackoffMonitor Parameters reconfigurablereconfigurable (#5068) (1 year, 9 months ago) +* b90dfdff3fca - YARN-11366. Improve equals, hashCode(), toString() methods of the Federation Base Object. (#5096) (1 year, 9 months ago) +* e62ba16a02f8 - HADOOP-18484. Upgrade hsqldb to v2.7.1 to mitigate CVE-2022-41853 (#4991) (1 year, 9 months ago) +* 83acb559817a - YARN-11364. Docker Container to accept docker Image name with sha256 digest (#5092) (1 year, 9 months ago) +* 69225ae5b9b4 - YARN-11363. Remove unused TimelineVersionWatcher and TimelineVersion from hadoop-yarn-server-tests (#5091) (1 year, 9 months ago) +* 388f2f182f1f - document fix for MAPREDUCE-7425 (#5090) (1 year, 9 months ago) +* 7ba304d1c63d - HADOOP-18512: upgrade woodstox-core to 5.4.0 for security fix (#5087). Contributed by PJ Fanning. (1 year, 9 months ago) +* 0b577992eff4 - HADOOP-18482. ITestS3APrefetchingInputStream to skip if CSV test file unavailable (#4983) (1 year, 9 months ago) +* 3b10cb5a3b23 - HADOOP-18507. VectorIO FileRange type to support a "reference" field (#5076) (1 year, 9 months ago) +* b1f418f8027c - YARN-11365. Fix NM class not found on Windows (#5093) (1 year, 9 months ago) +* af7dd660e09b - HADOOP-18233. Possible race condition with TemporaryAWSCredentialsProvider (#5024) (1 year, 9 months ago) +* cbe02c2e77e1 - YARN-11264. Upgrade JUnit from 4 to 5 in hadoop-yarn-server-tests (#4776) (1 year, 9 months ago) +* e04c9e810bf7 - MAPREDUCE-7426. Fix typo in StartEndTimeBase (#4894) (1 year, 9 months ago) +* c09680338775 - YARN-11339. Upgrade Junit 4 to 5 in hadoop-yarn-services-api (#4995) (1 year, 9 months ago) +* d6a65a418094 - HADOOP-18472. Upgrade to snakeyaml 1.33 (#4958) (1 year, 9 months ago) +* 2aae7ffe0839 - YARN-11337. Upgrade Junit 4 to 5 in hadoop-yarn-applications-mawo (#4993) (1 year, 9 months ago) +* 070a2d488004 - YARN-11332. [Federation] Improve FederationClientInterceptor#ThreadPool thread pool configuration. (#4982) (1 year, 9 months ago) +* b1cd88c598f3 - YARN-11229. [Federation] Add checkUserAccessToQueue REST APIs for Router. (#4929) (1 year, 9 months ago) +* bfb84cd7f66f - YARN-11360: Add number of decommissioning/shutdown nodes to YARN cluster metrics. (#5060) (1 year, 9 months ago) +* 88f7f5bc015d - HDFS-16802.Print options when accessing ClientProtocol#rename2(). (#5013) (1 year, 9 months ago) +* 8396caa48403 - HDFS-16716. Improve appendToFile command: support appending on file with new block (#4697) (1 year, 9 months ago) +* d26c35b228cf - HDFS-16817. Remove useless DataNode lock related configuration (#5072) (1 year, 9 months ago) +* 545a556883ab - HDFS-16822. HostRestrictingAuthorizationFilter should pass through requests if they don't access WebHDFS API. (#5079) (1 year, 9 months ago) +* ba77530ff4b1 - YARN-11357. Fix FederationClientInterceptor#submitApplication Can't Update SubClusterId (#5055) (1 year, 9 months ago) +* 562b69337448 - YARN-11356. Upgrade DataTables to 1.11.5 to fix CVEs. Contributed by Bence Kosztolnik. (1 year, 9 months ago) +* fba46aa5bbad - HADOOP-18499. S3A to support HTTPS web proxies (#5051) (1 year, 9 months ago) +* 37bff63c0ffa - Refactor CallerContext's constructor to eliminate duplicate code (#5070) (1 year, 9 months ago) +* f140506d6756 - HADOOP-18504. Fixed an unhandled NullPointerException in class KeyProvider (#5064) (1 year, 9 months ago) +* 0a26d84df105 - HADOOP-9946. NumAllSinks metrics shows lower value than NumActiveSinks (#5002) (1 year, 9 months ago) +* e6edbf1b4b91 - YARN-11338. Upgrade Junit 4 to 5 in hadoop-yarn-applications-unmanaged-am-launcher (#4994) (1 year, 9 months ago) +* 21b7790866db - YARN-11336. Upgrade Junit 4 to 5 in hadoop-yarn-applications-catalog-webapp (#4992) (1 year, 9 months ago) +* 454157a3844c - YARN-11345. [Federation] Refactoring Yarn Router's Application Web Page. (#5030) (1 year, 9 months ago) +* 833750f72a8c - HADOOP-18506. Update build instructions for Windows using VS2019 (#5066) (1 year, 9 months ago) +* aac87ffe7645 - MAPREDUCE-7411: use secure XML parsers in mapreduce modules (#4980) (1 year, 9 months ago) +* d93e6f0cbb33 - YARN-11295. [Federation] Router Support DelegationToken in MemoryStore mode. (#5032) (1 year, 9 months ago) +* c4aa41aa8013 - HADOOP-18500. Upgrade maven-shade-plugin to 3.3.0 (#5045) (1 year, 9 months ago) +* 7f69e092900d - HADOOP-18471. Fixed ArrayIndexOutOfBoundsException in DefaultStringifier (#4957) (1 year, 9 months ago) +* a996d889ec03 - HADOOP-17767. ABFS: Update test scripts (#3124) (1 year, 9 months ago) +* 9adf0ca08997 - YARN-11342. [Federation] Refactor getNewApplication, submitApplication Use FederationActionRetry. (#5005) (1 year, 9 months ago) +* c5c00f3d2ce0 - HDFS-16803.Improve some annotations in hdfs module. (#5031) (1 year, 9 months ago) +* 48b6f9f33577 - YARN-11328. Refactoring part of the code of SQLFederationStateStore. (#4976) (1 year, 9 months ago) +* 8aa04b0b24b1 - HADOOP-18189 S3APrefetchingInputStream to support status probes when closed (#5036) (1 year, 9 months ago) +* 6207ac47e09b - HADOOP-18304. Improve user-facing S3A committers documentation (#4478) (1 year, 9 months ago) +* d80db6c9e5f2 - HADOOP-18476. Abfs and S3A FileContext bindings to close wrapped filesystems in finalizer (#4966) (1 year, 9 months ago) +* ee886cacd7e9 - YARN-11247. Remove unused classes introduced by YARN-9615. (#4720) (1 year, 9 months ago) +* babb050fa3d4 - HADOOP-18497. Upgrade commons-text version to fix CVE-2022-42889. (#5037). Contributed by PJ Fanning. (1 year, 9 months ago) +* 2d91daab5e6d - HADOOP-18156. Address JavaDoc warnings in classes like MarkerTool, S3ObjectAttributes, etc (#4965) (1 year, 9 months ago) +* 9a8aff69ff70 - HDFS-6874. Add GETFILEBLOCKLOCATIONS operation to HttpFS (#4750) (1 year, 9 months ago) +* 136291d2d5b8 - HADOOP-18462. InstrumentedWriteLock should consider Reentrant case (#4919). Contributed by ZanderXu. (1 year, 9 months ago) +* 4ff6c9b8de6f - HADOOP-18493: upgrade jackson-databind to 2.12.7.1 (#5011). Contributed by PJ Fanning. (1 year, 9 months ago) +* b0d5182c3104 - YARN-10680. Revisit try blocks without catch blocks but having finally blocks. Contributed by Susheel Gupta (1 year, 9 months ago) +* 77e551a47871 - HADOOP-18481. AWS v2 SDK upgrade log to not about standard AWS Credential Providers. (#4973) (1 year, 9 months ago) +* 5b52123c9d30 - YARN-8041. [Router] Federation: Improve Router REST API Metrics. (#4938) (1 year, 9 months ago) +* 196285135674 - YARN-11294. [Federation] Router Support DelegationToken store/update/remove Token With MemoryStateStore. (#4915) (1 year, 9 months ago) +* 647457e6ab43 - YARN-11327. [Federation] Refactoring Yarn Router's Node Web Page. (#5009) (1 year, 9 months ago) +* bfce21ee08f2 - YARN-11330. use secure XML parsers (#4981) (1 year, 9 months ago) +* 9439d8e4e4e2 - HADOOP-18292. Fix s3 select tests when running against unsupported storage class (#4489) (1 year, 9 months ago) +* 3ff8f58f8cdc - HADOOP-18360. Update commons-csv from 1.0 to 1.9.0. (#4928). Contributed by fanshilun. (1 year, 9 months ago) +* 1ff7e84caf20 - YARN-11334. Improve SubClusterState#fromString parameter and LogMessage. (#4988). Contributed by fanshilun. (1 year, 9 months ago) +* d6b1e1eeb68f - HDFS-16777. datatables@1.10.17 sonatype-2020-0988 vulnerability (#5003) (1 year, 9 months ago) +* 5694d7e25f9c - Add Dockerfile_windows_10 (#4936) (1 year, 9 months ago) +* d78b0b39a636 - YARN-11323. [Federation] Improve ResourceManager Handler FinishApps. (#4954) (1 year, 9 months ago) +* 9e16f1f883a0 - YARN-11317. [Federation] Refactoring Yarn Router's About Web Page. (#4946) (1 year, 9 months ago) +* 82a88a8ae626 - YARN-11315. [Federation] YARN Federation Router Supports Cross-Origin. (#4934) (1 year, 9 months ago) +* 2122733c3055 - Add .yetus/excludes.txt (#4984) (1 year, 9 months ago) +* 03d600fa8220 - HADOOP-17779: Lock File System Creator Semaphore Uninterruptibly (#3158) (1 year, 9 months ago) +* d14b88c698e6 - HDFS-16774.Improve async delete replica on datanode (#4903) (1 year, 9 months ago) +* 4fe079f85fb3 - HDFS-16795. Use secure XML parsers (#4979) (1 year, 9 months ago) +* 0c515b0ef09b - YARN-6766. Add helper method in FairSchedulerAppsBlock to print app info. Contributed by Riya Khandelwal (1 year, 9 months ago) +* 62ff4e36cfaa - HDFS-16787. Remove the redundant lock in DataSetLockManager#removeLock (#4948). Contributed by ZanderXu. (1 year, 9 months ago) +* b0b2cb4a16d9 - HDFS-16783. Remove the redundant lock in deepCopyReplica and getFinalizedBlocks (#4942). Contributed by ZanderXu. (1 year, 9 months ago) +* be70bbb4be0c - HADOOP-18460. checkIfVectoredIOStopped before populating the buffers (#4986) (1 year, 9 months ago) +* 540a660429b2 - HADOOP-18480. Upgrade aws sdk to 1.12.316 (#4972) (1 year, 9 months ago) +* 9a7d0e7ed0f1 - YARN-11260. Upgrade JUnit from 4 to 5 in hadoop-yarn-server-timelineservice (#4775) (1 year, 9 months ago) +* b0bfd09c41a1 - HDFS-16798. HDFS-16798. SerialNumberMap should decrease current counter if the item exist. (#4987). Contributed by ZanderXu. (1 year, 9 months ago) +* 5eddec8c461b - HADOOP-18468: Upgrade jettison to 1.5.1 to fix CVE-2022-40149 (#4937) (1 year, 10 months ago) +* 062c50db6beb - MAPREDUCE-7370. Parallelize MultipleOutputs#close call (#4248). Contributed by Ashutosh Gupta. (1 year, 10 months ago) +* 8336b91329c3 - HADOOP-18469. Add secure XML parser factories to XMLUtils (#4940) (1 year, 10 months ago) +* b31b3ea0f6c1 - YARN-11187. Remove WhiteBox in yarn module. (#4463) (1 year, 10 months ago) +* 7ec762a5fd5e - HADOOP-18465. Fix S3A SSE test skip when encryption is disabled (#4925) (1 year, 10 months ago) +* 1675a28e5a0b - HADOOP-18378. Implement lazy seek in S3A prefetching. (#4955) (1 year, 10 months ago) +* 38b2ed2151a7 - HADOOP-18442. Remove openstack support (#4855) (1 year, 10 months ago) +* 1a9faf123d92 - YARN-11313. [Federation] Add SQLServer Script and Supported DB Version in Federation.md. (#4927) (1 year, 10 months ago) +* a708ff96f146 - YARN-11324. Fix some PBImpl classes to avoid NPE. (#4961) (1 year, 10 months ago) +* 874a004347c8 - YARN-11318. Improve FederationInterceptorREST#createInterceptorForSubCluster Use WebAppUtils. (#4939) (1 year, 10 months ago) +* 22bd5e3b5353 - YARN-11238. Optimizing FederationClientInterceptor Call with Parallelism. (#4904) (1 year, 10 months ago) +* 07581f1ab2cf - YARN-6169 message on empty configuration file improved (#4952) (1 year, 10 months ago) +* 4891bf504913 - HDFS-13369. Fix for FSCK Report broken with RequestHedgingProxyProvider (#4917) (1 year, 10 months ago) +* e22f5e75aeff - HADOOP-18463. Add an integration test to process data asynchronously during vectored read. (#4921) (1 year, 10 months ago) +* 42d883937d5d - YARN-11310. [Federation] Refactoring Yarn Router's Federation Web Page. (#4924) (1 year, 10 months ago) +* bfd64158277b - YARN-11290. Improve Query Condition of FederationStateStore#getApplicationsHomeSubCluster. (#4846) (1 year, 10 months ago) +* 735e35d6484c - HADOOP-18347. S3A Vectored IO to use bounded thread pool. (#4918) (1 year, 10 months ago) +* d9f435f6acab - HDFS-16766. XML External Entity (XXE) attacks can occur while processing XML received from an untrusted source (#4886) (1 year, 10 months ago) +* 5d20988f9ff8 - YARN-11308. Router Page display the db username and password in mask mode. (#4908) (1 year, 10 months ago) +* 0e65f4cc04d6 - YARN-11316. Fix Yarn federation.md table format. (#4935) (1 year, 10 months ago) +* aeba204fa2ea - YARN-11306. [Federation] Refactor NM#FederationInterceptor#recover Code. (#4897) (1 year, 10 months ago) +* 648071e197b6 - HADOOP-18466. Limit the findbugs suppression IS2_INCONSISTENT_SYNC to S3AFileSystem field (#4926) (1 year, 10 months ago) +* 7923cac86b59 - HADOOP-18443. Upgrade snakeyaml to 1.32 (#4906) (1 year, 10 months ago) +* 603e9bd74512 - YARN-11271. Upgrade JUnit from 4 to 5 in hadoop-yarn-server-timelineservice-hbase-common (#4774) (1 year, 10 months ago) +* fd0415c44ac2 - YARN-11270. Upgrade JUnit from 4 to 5 in hadoop-yarn-server-timelineservice-hbase-client (#4773) (1 year, 10 months ago) +* 747fb9210718 - HADOOP-18444 Add Support for localized trash for ViewFileSystem in Trash.moveToAppropriateTrash (#4869) (1 year, 10 months ago) +* 0676495950fc - HADOOP-18456. NullPointerException in ObjectListingIterator. (#4909) (1 year, 10 months ago) +* 9a29075f9151 - HDFS-16776 Erasure Coding: The length of targets should be checked when DN gets a reconstruction task (#4901) (1 year, 10 months ago) +* e526f48fa429 - YARN-11296. [Federation] Fix SQLFederationStateStore#Sql script bug. (#4858) (1 year, 10 months ago) +* e6d2c336cb3b - HADOOP-18341: upgrade commons-configuration2 to 2.8.0 and commons-text to 1.9 (#4578) (1 year, 10 months ago) +* 084b68e380e7 - HADOOP-18455. S3A prefetching executor should be closed (#4879) (1 year, 10 months ago) +* 740e1ef357f1 - HDFS-16706. ViewFS doc points to wrong mount table name (#4803) (1 year, 10 months ago) +* 917aef75fc19 - YARN-11255. Support loading alternative docker client config from system environment (#4884) (1 year, 10 months ago) +* 4c5a7cc6fcaa - YARN-11307. Fix Yarn Router Broken Link. (#4905) (1 year, 10 months ago) +* 4d9bb81b1649 - HADOOP-18451. Update hsqldb.version from 2.3.4 to 2.5.2. (#4880) (1 year, 10 months ago) +* 40ab9c8ba7c7 - HDFS-16341. Fix BlockPlacementPolicy details in hdfs defaults. (#3691). Contributed by guophilipse. (1 year, 10 months ago) +* 2950c5405ba9 - HADOOP-16674. Fix when TestDNS.testRDNS can fail with ServiceUnavailableException (#4802). Contributed by Ashutosh Gupta. (1 year, 10 months ago) +* fd687bb4c4ed - YARN-11305. Fix TestLogAggregationService#testLocalFileDeletionAfterUpload Failed After YARN-11241. (#4893). Contributed by fanshilun. (1 year, 10 months ago) +* a134628d1b2e - YARN-11303. Upgrade jquery ui to 1.13.2 to mitigate CVE-2022-31160 (#4895) (1 year, 10 months ago) +* 5b1657278cde - HADOOP-18377. hadoop-aws build to add a -prefetch profile to run all tests with prefetching (#4914) (1 year, 10 months ago) +* e68006cd70f1 - HDFS-16772. refreshHostsReader should use the latest configuration (#4890) (1 year, 10 months ago) +* f52b900a5f57 - YARN-11283. Fix Typo of NodeManager amrmproxy. (#4899) (1 year, 10 months ago) +* 342c4856b80e - YARN-11293. [Federation] StoreNewMasterKey/removeStoredMasterKey With MemoryStateStore. (#4852) (1 year, 10 months ago) +* 620dd37712a4 - HADOOP-18118. [Follow on] Fix test failure in TestHttpServer (#4900) (1 year, 10 months ago) +* 30c36ef25a33 - HADOOP-18400. Fix file split duplicating records from a succeeding split when reading BZip2 text files (#4732) (1 year, 10 months ago) +* a73c4804d882 - HADOOP-18446. [SBN read] Add a re-queue metric to RpcMetrics to quantify the number of re-queued RPCs (#4871) (1 year, 10 months ago) +* 0f03299ebaff - HADOOP-16769. LocalDirAllocator to provide diagnostics when file creation fails (#4842) (1 year, 10 months ago) +* 43c1ebae168e - HDFS-16771. Follow-up for HDFS-16659: JN should tersely print logs about NewerTxnIdException (#4882) (1 year, 10 months ago) +* 59d3c201184f - MAPREDUCE-7407. Avoid stopContainer() on dead node (#4779) (1 year, 10 months ago) +* 6422eaf3017e - HDFS-16767: RBF: Support observer node in Router-Based Federation. (1 year, 10 months ago) +* ce54b7e55d91 - HADOOP-18118. Fix KMS Accept Queue Size default value to 500 (#3972) (1 year, 10 months ago) +* 272844ee572b - HADOOP-15072 - Update Apache Kerby to 2.0.2 (#4473) (1 year, 10 months ago) +* 86b84ed74e22 - HADOOP-18452. Fix TestKMS#testKMSHAZooKeeperDelegationToken Failed By Hadoop-18427. (#4885) (1 year, 10 months ago) +* 8ce71c88821a - [Documentation] RBF: Duplicate statement to be removed for better readabilty (#4881) (1 year, 10 months ago) +* 88545a875de4 - YARN-11301. Fix NoClassDefFoundError: org/junit/platform/launcher/core/LauncherFactory after YARN-11269. (#4878) (1 year, 10 months ago) +* 55d8a91b2ca0 - YARN-11261. Upgrade JUnit from 4 to 5 in hadoop-yarn-server-web-proxy (#4777) (1 year, 10 months ago) +* 3ce353395b5c - YARN-7614. [RESERVATION] Support ListReservation APIs in Federation Router. (#4843) (1 year, 10 months ago) +* 65a027b11299 - YARN-11241. Add uncleaning option for local app log file with log-aggregation enabled (#4703) (1 year, 10 months ago) +* cde1f3af21b8 - HADOOP-18302. Remove WhiteBox in hadoop-common module. (#4457) (1 year, 10 months ago) +* 1923096adb57 - Allow block reconstruction pending timeout to be refreshable (#4567) (1 year, 10 months ago) +* 21bae31d5856 - YARN-11265. Upgrade JUnit from 4 to 5 in hadoop-yarn-server-sharedcachemanager (#4772) (1 year, 10 months ago) +* cdcb448b7873 - YARN-11286. Make AsyncDispatcher#printEventDetailsExecutor thread pool parameter configurable. (#4824). Contributed by fanshilun. (1 year, 10 months ago) +* b2760520c350 - YARN-11274. Impove Nodemanager#NodeStatusUpdaterImpl Log. (#4783). Contributed by fanshilun. (1 year, 10 months ago) +* e77d54d1eef0 - HDFS-13522: Add federated nameservices states to client protocol and propagate it between routers and clients. (1 year, 10 months ago) +* e76ffbf10239 - YARN-11297. [Federation] Improve Yarn Router Reservation Submission Code. (#4863) (1 year, 10 months ago) +* 8732625f50b7 - HADOOP-18439. Fix VectoredIO for LocalFileSystem when checksum is enabled. (#4862) (1 year, 10 months ago) +* 5b85af87f0ed - YARN-11278. Fixed Ambiguous error message in mutation API. Contributed by Ashutosh Gupta. (1 year, 10 months ago) <9uapaw> +* 56387cce5759 - HADOOP-18186. s3a prefetching to use SemaphoredDelegatingExecutor for submitting work (#4796) (1 year, 10 months ago) +* 4a01fadb9444 - HDFS-16756. RBF proxies the client's user by the login user to enable CacheEntry (#4853). Contributed by ZanderXu. (1 year, 10 months ago) +* 29c4d8d8f70b - YARN-11298. Improve Yarn Router Junit Test Close MockRM. (#4870) (1 year, 10 months ago) +* 0db3ee5b4b93 - HADOOP-18427. Improve ZKDelegationTokenSecretManager#startThead With recommended methods. (#4812) (1 year, 10 months ago) +* 03961b10c209 - HADOOP-18416. fix ITestS3AIOStatisticsContext test failure (#4806) (1 year, 10 months ago) +* 832d0e0d76ce - HADOOP-18443. Upgrade snakeyaml to 1.31 to mitigate CVE-2022-25857 (#4856) (1 year, 10 months ago) +* 42c8f61fecd8 - HADOOP-18441. Remove hadoop custom ServicesResourceTransformer (#4850). Contributed by PJ Fanning. (1 year, 11 months ago) +* c664f953c9e6 - HADOOP-18426. Use weighted calculation for MutableStat mean/variance to fix accuracy. (#4844). Contributed by Erik Krogen. (1 year, 11 months ago) +* cc41ad63f9df - HADOOP-18388. Allow dynamic groupSearchFilter in LdapGroupsMapping. (#4798) (1 year, 11 months ago) +* c947c326e8e7 - HDFS-16659. JournalNode should throw NewerTxnIdException when SinceTxId is bigger than HighestWrittenTxId (#4560) (1 year, 11 months ago) +* 7bcf853ff458 - HADOOP-17873. ABFS: Fix transient failures in ITestAbfsStreamStatistics and ITestAbfsRestOperationException (#3699) (1 year, 11 months ago) +* be4c638e4ccc - HDFS-16748. RBF: DFSClient should uniquely identify writing files by namespace id and iNodeId via RBF (#4813). Contributed by ZanderXu. (1 year, 11 months ago) +* ac42519ade19 - HDFS-16593. Correct the BlocksRemoved metric on DataNode side (#4353). Contributed by ZanderXu. (1 year, 11 months ago) +* 7bf95d7949f5 - YARN-11289. [Federation] Improve NM FederationInterceptor removeAppFromRegistry. (#4836) (1 year, 11 months ago) +* 1965708d49a9 - YARN-11273. Federation StateStore: Support storage/retrieval of Reservations With SQL. (#4817) (1 year, 11 months ago) +* b266f852d770 - YARN-11284. [Federation] Improve UnmanagedAMPoolManager WithoutBlock ServiceStop (#4814) (1 year, 11 months ago) +* 3a96de77562e - YARN-6667. Handle containerId duplicate without failing the heartbeat in Federation Interceptor. (#4810) (1 year, 11 months ago) +* 7b239a80fe2d - HDFS-16750. NameNode should use NameNode.getRemoteUser() to log audit event to avoid possible NPE (#4821) (1 year, 11 months ago) +* c48ed3e96c8e - HADOOP-18408. ABFS: ITestAbfsManifestCommitProtocol fails on nonHNS configuration (#4758) (1 year, 11 months ago) +* 37e213c3fcb9 - YARN-11177. Support getNewReservation, submit / update/ Reservation API's for Federation. (#4764) (1 year, 11 months ago) +* 20560401ec45 - HADOOP-18339. S3A storage class option only picked up when buffering writes to disk. (#4669) (1 year, 11 months ago) +* 2dd8b1342ee1 - HDFS-16755. TestQJMWithFaults.testUnresolvableHostName() can fail due to unexpected host resolution (#4833) (1 year, 11 months ago) +* 33edbed54c05 - YARN-11272. Federation StateStore: Support storage/retrieval of Reservations With Zk. (#4781) (1 year, 11 months ago) +* 19830c98bc26 - HADOOP-18391. Improvements in VectoredReadUtils#readVectored() for direct buffers (#4787) (1 year, 11 months ago) +* 84081a8cae7d - MAPREDUCE-7409. Make shuffle key length configurable. Contributed by Ashutosh Gupta. (1 year, 11 months ago) <9uapaw> +* c69e16b297fd - HADOOP-18410. S3AInputStream.unbuffer() does not release http connections (#4766) (1 year, 11 months ago) +* c334ba89ada0 - HADOOP-18428. Parameterize platform toolset version (#4815) (1 year, 11 months ago) +* 8a47ed6f8433 - YARN-11287. Fix NoClassDefFoundError: org/junit/platform/launcher/core/LauncherFactory after YARN-10793 (#4828) (1 year, 11 months ago) +* 22835be63d47 - HADOOP-18375. Fix failure of shelltest for hadoop_add_ldlibpath. (#4652) (1 year, 11 months ago) +* 90dba8b614ab - YARN-11245. Upgrade JUnit from 4 to 5 in hadoop-yarn-csi (#4778) (1 year, 11 months ago) +* 2c0501571626 - YARN-11196. NUMA support in DefaultContainerExecutor (#4742) (1 year, 11 months ago) +* 71778a6cc578 - HDFS-16735. Reduce the number of HeartbeatManager loops. (#4780). Contributed by Shuyan Zhang. (1 year, 11 months ago) +* c60a900583d6 - YARN-11275. [Federation] Add batchFinishApplicationMaster in UAMPoolManager. (#4792) (1 year, 11 months ago) +* 0075ef15c211 - YARN-8482. [Router] Add cache for fast answers to getApps. (#4769) (1 year, 11 months ago) +* 4031b0774e37 - YARN-11253. Add Configuration to delegationToken RemoverScanInterval. (#4751) (1 year, 11 months ago) +* 5567154f71e8 - HDFS-16734. RBF: fix some bugs when handling getContentSummary RPC (#4763) (1 year, 11 months ago) +* f8b9dd911cdc - YARN-11219. [Federation] Add getAppActivities, getAppStatistics REST APIs for Router. (#4757) (1 year, 11 months ago) +* 5736b34b2abe - HDFS-16736. Link to Boost library in libhdfspp (#4782) (1 year, 11 months ago) +* 231a4468cdb8 - HDFS-16732. [SBN READ] Avoid get location from observer when the block report is delayed (#4756) (1 year, 11 months ago) +* 7fb9c306e22e - HADOOP-18382. AWS SDK v2 upgrade prerequisites (#4698) (1 year, 11 months ago) +* 1691cccc89c0 - HDFS-16738. Invalid CallerContext caused NullPointerException (#4791) (1 year, 11 months ago) +* 880686d1e3b8 - Revert "HADOOP-18417. Upgrade to M7 of surefire plugin (#4795)" (1 year, 11 months ago) +* 8d4f51c432a4 - HDFS-16728. RBF throw IndexOutOfBoundsException with disableNameServices (#4734). Contributed by ZanderXu. (1 year, 11 months ago) +* 75aff247ae47 - YARN-11240. Fix incorrect placeholder in yarn-module. (#4678). Contributed by fanshilun (1 year, 11 months ago) +* 052d7f286e40 - HADOOP-18361. Update commons-net from 3.6 to 3.8.0. (#4683). Contributed by fanshilun. (1 year, 11 months ago) +* de37fd37d647 - MAPREDUCE-7403. manifest-committer dynamic partitioning support. (#4728) (1 year, 11 months ago) +* 1ff121041c64 - HADOOP-18417. Upgrade to M7 of surefire plugin (#4795) (1 year, 11 months ago) +* 4890ba505258 - HADOOP-18406: Adds alignment context to call path for creating RPC proxy with multiple connections per user. (1 year, 11 months ago) +* c37f01d95b55 - HDFS-16724. RBF should support get the information about ancestor mount points (#4719) (1 year, 11 months ago) +* a3b1bafa342b - HDFS-16669: Enhance client protocol to propagate last seen state IDs for multiple nameservices. (1 year, 11 months ago) +* 6fbc38db956e - HDFS-16686. GetJournalEditServlet fails to authorize valid Kerberos request (#4724) (1 year, 11 months ago) +* 183f09b1dadd - HDFS-16717. Replace NPE with IOException in DataNode.class (#4699). Contributed by ZanderXu. (1 year, 11 months ago) +* c249db80c25e - HADOOP-18380. fs.s3a.prefetch.block.size to be read through longBytesOption (#4762) (1 year, 11 months ago) +* eda4bb5dcde6 - YARN-11250. Capture the Performance Metrics of ZookeeperFederationStateStore. (#4738) (1 year, 11 months ago) +* 17daad34d412 - HADOOP-18279. Cancel fileMonitoringTimer even if trustManager isn't defined (#4767) (1 year, 11 months ago) +* 231e095802bb - HADOOP-18407. Improve readVectored() api spec (#4760) (1 year, 11 months ago) +* a9e5fb331311 - HDFS-16684. Exclude the current JournalNode (#4723) (1 year, 11 months ago) +* c294a414b9b0 - YARN-9425. Make initialDelay configurable for FederationStateStoreService#scheduledExecutorService (#4731). Contributed by groot and Shen Yinjie. (1 year, 11 months ago) +* 7f176d080c25 - HDFS-16729. RBF: fix some unreasonably annotated docs. (#4745) (1 year, 11 months ago) +* c870171182d2 - YARN-11254. hadoop-minikdc dependency duplicated in hadoop-yarn-server-nodemanager (#4755) (1 year, 11 months ago) +* b253b3be9f8a - YARN-11269. Upgrade JUnit from 4 to 5 in hadoop-yarn-server-timeline-pluginstorage (#4771) (1 year, 11 months ago) +* f75c58a1ca34 - YARN-11252. Yarn Federation Router Supports Update / Delete Reservation in MemoryStore. (#4741) (1 year, 11 months ago) +* 7f030250b479 - HADOOP-18403. Fix FileSystem leak in ITestS3AAWSCredentialsProvider (#4737) (1 year, 11 months ago) +* b7d4dc61bf43 - HADOOP-18365. Update the remote address when a change is detected (#4692) (1 year, 11 months ago) +* d09dd4a0b95c - HADOOP-18385. ITestS3ACannedACLs failure; fixed by adding in a span (#4736) (1 year, 11 months ago) +* 682931a6ace4 - HADOOP-18028. High performance S3A input stream (#4752) (1 year, 11 months ago) +* cd72f7e04280 - YARN-11224. [Federation] Add getAppQueue, updateAppQueue REST APIs for Router. (#4747) (1 year, 11 months ago) +* e40b3a30894f - HDFS-4043. Namenode Kerberos Login does not use proper hostname for host qualified hdfs principal name. (#4693) (1 year, 11 months ago) +* 5cc8c574d110 - HDFS-16676. DatanodeAdminManager$Monitor reports a node as invalid continuously (#4626) (1 year, 11 months ago) +* 86abeb401e66 - HDFS-16730. Update the doc that append to EC files is supported (#4749) (1 year, 11 months ago) +* f02ff1afe2ee - YARN-11248. Add unit test for FINISHED_CONTAINERS_PULLED_BY_AM event on DECOMMISSIONING (#4721) (1 year, 11 months ago) +* d55d76e1e2cb - HADOOP-18371. S3A FS init to log at debug when fs.s3a.create.storage.class is unset (#4730) (1 year, 11 months ago) +* 622ca0d51fd7 - HDFS-16705. RBF supports healthMonitor timeout configurable and caching NN and client proxy in NamenodeHeartbeatService (#4662) (1 year, 11 months ago) +* eff3b8c59a83 - YARN-10885. Make FederationStateStoreFacade#getApplicationHomeSubCluster use JCache. (#4701) (1 year, 11 months ago) +* b1d4af2492a9 - (–show-current) HDFS-16704. Datanode return empty response instead of NPE for GetVolumeInfo during restarting (#4661). Contributed by ZanderXu. (1 year, 11 months ago) +* 86cc96c4934a - Revert "HDFS-16689. NameNode may crash when transitioning to Active with in-progress tailer if there are some abnormal JNs. (#4628)" (#4743) (1 year, 11 months ago) +* 906ae5138e77 - HADOOP-18402. S3A committer NPE in spark job abort (#4735) (1 year, 11 months ago) +* eee59a83723f - Revert "HADOOP-18402. S3A committer NPE in spark job abort (#4735)" (1 year, 11 months ago) +* ad83e95046b9 - HADOOP-18402. S3A committer NPE in spark job abort (#4735) (1 year, 11 months ago) +* ab88e4b65d85 - YARN-11223. [Federation] Add getAppPriority, updateApplicationPriority REST APIs for Router. (#4733) (1 year, 11 months ago) +* d0fdb1d6e013 - HADOOP-18404. Fix broken link to wiki help page in org.apache.hadoop.util.Shell (#4718). Contributed by Paul King. (1 year, 11 months ago) +* d383cc452535 - YARN-11236. Implement FederationReservationHomeSubClusterStore With MemoryStore. (#4711) (1 year, 11 months ago) +* 9f6bbc90a8a4 - YARN-11148. In federation and security mode, nm recover may fail. (#4308) (1 year, 11 months ago) +* b737869e01fe - HADOOP-18383. Codecs with @DoNotPool annotation are not closed causing memory leak (#4585) (1 year, 11 months ago) +* e0c8c6eed4b1 - HDFS-16678. RBF should supports disable getNodeUsage() in RBFMetrics (#4606) (1 year, 11 months ago) +* 521e65acfe9d - HDFS-16723. Replace incorrect SafeModeException with StandbyException in RouterRpcServer.class (#4716). Contributed by ZanderXu. (1 year, 11 months ago) +* 8c9533a0f815 - HADOOP-18397. Shutdown AWSSecurityTokenService when its resources are no longer in use (#4722) (1 year, 11 months ago) +* 59619ad24776 - HDFS-16689. NameNode may crash when transitioning to Active with in-progress tailer if there are some abnormal JNs. (#4628) (1 year, 11 months ago) +* 2005582a28b4 - HDFS-16702. MiniDFSCluster should report cause of exception in assert error (#4680) (1 year, 11 months ago) +* 6ca2d3f84824 - YARN-6539. Create SecureLogin inside Router. (#4712) (1 year, 11 months ago) +* 09cabaad6861 - HDFS-13274. RBF: Extend RouterRpcClient to use multiple sockets (#4531) (1 year, 11 months ago) +* b28e4c690443 - HADOOP-18392. Propagate vectored s3a input stream stats to file system stats. (#4704) (1 year, 11 months ago) +* e9509ac467a9 - HADOOP-18340. deleteOnExit does not work with S3AFileSystem (#4608) (1 year, 11 months ago) +* c0bbdca97ece - HADOOP-18398. Prevent AvroRecord*.class from being included non-test jar (#4727) (1 year, 11 months ago) +* 133e8aabf00c - YARN-11227. [Federation] Add getAppTimeout, getAppTimeouts, updateApplicationTimeout REST APIs for Router. (#4715) (1 year, 11 months ago) +* ffa9ed93a4f7 - YARN-6572. Refactoring Router services to use common util classes for pipeline creations. (#4594) (1 year, 11 months ago) +* 92abd994504b - YARN-11237. Fix Bug while disabling proxy failover with Federation (#4658) (2 years ago) +* 977f4b616525 - MAPREDUCE-7385. impove JobEndNotifier#httpNotification With recommended methods. (#4403). Contributed by fanshilun. (2 years ago) +* 895f7c51fd10 - HDFS-16709. Remove redundant cast in FSEditLogOp.class (#4667). Contributed by ZanderXu. (2 years ago) +* 06f0f7db7951 - HADOOP-18373. IOStatisticsContext tuning (#4705) (2 years ago) +* d8d3325d2f6b - HADOOP-18387. Fix incorrect placeholder in hadoop-common (#4679). Contributed by fanshilun. (2 years ago) +* 1cda2dcb6e86 - YARN-10793. Upgrade Junit from 4 to 5 in hadoop-yarn-server-applicationhistoryservice (#4603) (2 years ago) +* 52c2d99889dc - YARN-11228. [Federation] Add getAppAttempts, getAppAttempt REST APIs for Router. (#4695) (2 years ago) +* 25ccdc77afc4 - HDFS-16648. Add isDebugEnabled check for debug blockLogs in some classes (#4529) (2 years ago) +* bd0f9a46e19c - HADOOP-18390. Fix out of sync import for HADOOP-18321 (#4694) (2 years ago) +* b5642c5638d2 - HADOOP-18366. ITestS3Select.testSelectSeekFullLandsat is timing out. (#4702) (2 years ago) +* 62dbefd8f243 - HADOOP-18305. Release Hadoop 3.3.4: upstream changelog and jdiff files (2 years ago) +* 080e67039d75 - HADOOP-17234. Addendum. Add .asf.yaml to allow github and jira integration. (#4686). Contributed by Ayush Saxena. (2 years ago) +* 6f7c4c74eaa8 - YARN-11235. Refactor Policy Code and Define getReservationHomeSubcluster (#4656) (2 years ago) +* 0aa08ef543a4 - HADOOP-18363. Fix bug preventing hadoop-metrics2 from emitting metrics to > 1 Ganglia servers (#4627) (2 years ago) +* dbf73e16b1ea - HADOOP-18364. All method metrics related to the RPC protocol should be initialized. (#4624). Contributed by Shuyan Zhang. (2 years ago) +* 8eebf40b1afc - HDFS-16642. Moving the selecting inputstream from journalnode in EditLogTailer outof FSNLock (#4497) (2 years ago) +* 66dec9d3227d - HADOOP-18355. Update previous index properly while validating overlapping ranges. (#4647) (2 years ago) +* c5ec7274355d - YARN-11230. [Federation] Add getContainer, signalToContainer REST APIs for Router. (#4689) (2 years ago) +* 6463f86f83fc - YARN-11029. Refactor AMRMProxy Service code and Added Some Metrics. (#4650) (2 years ago) +* c5eba323bce8 - YARN-6972. Adding RM ClusterId in AppInfo. (#4673) (2 years ago) +* 0fc7dd822806 - HDFS-16687. RouterFsckServlet replicates code from DfsServlet base class (#4681) (2 years ago) +* 0f36539d600a - HDFS-16712. Fix incorrect placeholder in DataNode.java (#4672). Contributed by ZanderXu. (2 years ago) +* 69f6fdb75759 - HADOOP-18301. Upgrade commons-io to 2.11.0 (#4455) (2 years ago) +* 1f0a71a92bed - YARN-8973. [Router] Add missing methods in RMWebProtocol. (#4664) (2 years ago) +* 57da4bb0a12e - YARN-11220. [Federation] Add getLabelsToNodes, getClusterNodeLabels, getLabelsOnNode REST APIs for Router (#4657) (2 years ago) +* 123d1aa8846a - HADOOP-18368. Fixes ITestCustomSigner for access point names with '-' (#4634) (2 years ago) +* 13fbfd5dea08 - HADOOP-18358. Update commons-math3 from 3.1.1 to 3.6.1. (#4619). Contributed by fanshilun. (2 years ago) +* 2680f17eb49d - YARN-11180. Refactor some code of getNewApplication, submitApplication etc. (#4618) (2 years ago) +* e994635a9580 - YARN-11212. [Federation] Add getNodeToLabels REST APIs for Router. (#4614) (2 years ago) +* a5b12c801044 - HADOOP-18227. Add input stream IOStats for vectored IO api in S3A. (#4636) (2 years ago) +* bf570bd4acd9 - YARN-11063. Support auto queue creation template wildcards for arbitrary queue depths. Contributed by Bence Kosztolnik. (2 years ago) <9uapaw> +* 95a85875d003 - HADOOP-18344. (followup) AWS SDK 1.12.262: update LICENSE-binary (2 years ago) +* 58ed6213048d - HADOOP-18344. Upgrade AWS SDK to 1.12.262 (#4637) (2 years ago) +* f80fab2b902a - HDFS-16671. RBF: RouterRpcFairnessPolicyController supports configurable permit acquire timeout (#4597) (2 years ago) +* a5adc27c99ff - HDFS-16658. Change logLevel from DEBUG to INFO if logEveryBlock is true (#4559). Contributed by ZanderXu. (2 years ago) +* 06ac327e881a - HDFS-16619. Fix HttpHeaders.Values And HttpHeaders.Names Deprecated Import (#4406) (2 years ago) +* 24560f2eb52f - HDFS-16660. Improve Code With Lambda in IPCLoggerChannel class (#4561) (2 years ago) +* c92ff0b4f113 - HADOOP-18372. ILoadTestS3ABulkDeleteThrottling failing. (#4642) (2 years ago) +* 4c8cd61961c5 - HADOOP-17461. Collect thread-level IOStatistics. (#4352) (2 years ago) +* 213ea037589d - YARN-11210. Fix YARN RMAdminCLI retry logic for non-retryable kerbero… (#4563) (2 years ago) +* 01a2e0f6bdca - HDFS-16533. COMPOSITE_CRC failed between replicated file and striped file due to invalid requested length. (#4155) (2 years ago) +* bf8782d0acc8 - YARN-10883. [Router] Router Audit Log Add Client IP Address. (#4426) (2 years ago) +* 9fe96238d2cf - MAPREDUCE-7372 MapReduce set permission too late in copyJar method (#4026). Contributed by Zhang Dongsheng. (2 years ago) +* 6ba2c5372064 - HDFS-16681. Do not pass GCC flags for MSVC in libhdfspp (#4615) (2 years ago) +* edeb99548ab9 - YARN-11161. Support getAttributesToNodes, getClusterNodeAttributes, getNodesToAttributes API's for Federation (#4610) (2 years ago) +* 2f49eec5dd0b - HDFS-16655. OIV: print out erasure coding policy name in oiv Delimited output (#4541). Contributed by Max Xie. (2 years ago) +* 8f83d9f56d77 - HDFS-16680. Skip libhdfspp Valgrind tests on Windows (#4611) (2 years ago) +* 7de9b5ee27a1 - HDFS-16467. Ensure Protobuf generated headers are included first (#4601) (2 years ago) +* 63db1a85e376 - YARN-11203. Fix typo in hadoop-yarn-server-router module. (#4510). Contributed by fanshilun. (2 years ago) +* 2c9635705171 - HDFS-15079. RBF: Namenode needs to use the actual client Id and callId when going through RBF proxy. (#4530) (2 years ago) +* 5c84cb81ba98 - YARN-8900. [Router] Federation: routing getContainers REST invocations transparently to multiple RMs (#4543) (2 years ago) +* 221eb2d68d5b - Make upstream aware of 3.2.4 release. (2 years ago) +* 3cce41a1f683 - Make upstream aware of 3.2.4 release. (2 years ago) +* 2f6916a3139d - HDFS-16605. Improve Code With Lambda in hadoop-hdfs-rbf moudle. (#4375) (2 years ago) +* 08a940d5dd10 - HDFS-16640. RBF: Show datanode IP list when click DN histogram in Router (#4488) (2 years ago) +* 838020ce3b56 - YARN-11160. Support getResourceProfiles, getResourceProfile API's for Federation (#4540) (2 years ago) +* f4b635c4dcb4 - YARN-11211. QueueMetrics leaks Configuration objects when validation API is called multiple times. Contributed by Andras Gyori (2 years ago) +* bac2219e3cb5 - HADOOP-18330. S3AFileSystem removes Path when calling createS3Client (#4572) (2 years ago) +* d07256a96dd3 - HDFS-16667. Use malloc for buffer allocation in uriparser2 (#4576) (2 years ago) +* e664f81ce720 - HADOOP-18333.Upgrade jetty version to 9.4.48.v20220622 (#4553) (2 years ago) +* 6415eb04e822 - HDFS-16665. Fix duplicate sources for HDFS test (#4573) (2 years ago) +* 4fb799e6c509 - HDFS-16464. Create only libhdfspp static libraries for Windows (#4571) (2 years ago) +* 21b895212502 - HDFS-16666. Pass CMake args for Windows in pom.xml (#4574) (2 years ago) +* a55ace7bc0c1 - HADOOP-18079. Upgrade Netty to 4.1.77. (#3977) (2 years ago) +* 34e548cb62ed - HADOOP-18332: remove rs-api dependency as it conflicts with jsr311-api (#4547) (2 years ago) +* 440f4c2b2851 - HDFS-16654. Link OpenSSL lib for CMake deps check (#4538) (2 years ago) +* 8774f1786864 - HADOOP-13144. Enhancing IPC client throughput via multiple connections per user (#4542) (2 years ago) +* 9376b659896e - HDFS-16566 Erasure Coding: Recovery may causes excess replicas when busy DN exsits (#4252) (2 years ago) +* 2835174a4c48 - HDFS-16652. Upgrade jquery datatable version references to v1.10.19 (#4562) (2 years ago) +* 84ce592a85cb - YARN-11198. clean up numa resources from statestore (#4546) (2 years ago) +* 6f9c4359ecac - HDFS-16283. RBF: reducing the load of renewLease() RPC (#4524). Contributed by ZanderXu. (2 years ago) +* f1bd4e117e8b - HADOOP-18336.Tag FSDataInputStream.getWrappedStream() @Public/@Stable (#4555) (2 years ago) +* 4c4a940da279 - HADOOP-18217. ExitUtil synchronized blocks reduced. #4255 (2 years ago) +* 0ca4868aa2a9 - HADOOP-18294. Ensure build folder exists before writing checksum file.ProtocRunner#writeChecksums (#4446) (2 years ago) +* 4e8c0b902ec1 - MAPREDUCE-7201.Make Job History File Permissions configurable (#4507) (2 years ago) +* e11ba5930e29 - HADOOP-18074 - Partial/Incomplete groups list can be returned in LDAP… (#4503) (2 years ago) +* 9b1d3579b483 - Revert "MAPREDUCE-7388. Remove unused variable _eof in GzipCodec.cc (#4429)" (2 years, 1 month ago) +* fac895828f71 - MAPREDUCE-7388. Remove unused variable _eof in GzipCodec.cc (#4429) (2 years, 1 month ago) +* 96f8e5b6f497 - HADOOP-15789. DistCp does not clean staging folder if class extends DistCp. Contributed by Lawrence Andrews. (#4534) (2 years, 1 month ago) +* 8e39e35bea21 - HDFS-16466. Implement Linux permission flags on Windows (#4526) (2 years, 1 month ago) +* 3ec4b932c179 - HADOOP-18313: AliyunOSSBlockOutputStream should not mark the temporary file for deletion (#4502) (2 years, 1 month ago) +* a432925f74b9 - HADOOP-18321.Fix when to read an additional record from a BZip2 text file split (#4521) (2 years, 1 month ago) +* 161b1fac2e20 - YARN-11169. Support moveApplicationAcrossQueues, getQueueInfo API's for Federation. (#4464) (2 years, 1 month ago) +* ea46f49b0420 - HDFS-16638. Add isDebugEnabled check for debug blockLogs in BlockManager. (#4480). Contributed by dzcxzl. (2 years, 1 month ago) +* a333674785cf - HDFS-16647. Delete unused NameNode#FS_HDFS_IMPL_KEY. (#4525). Contributed by JiangHua Zhu. (2 years, 1 month ago) +* 9e206fe0b6e2 - HADOOP-18297. Upgrade dependency-check-maven to 7.1.1 (#4449) (2 years, 1 month ago) +* 151bb31c470d - YARN-9403.GET /apps/{appid}/entities/YARN_APPLICATION accesses application table instead of entity table (#4516) (2 years, 1 month ago) +* 57cbde9abf0e - YARN-10287.Update scheduler-conf corrupts the CS configuration when removing queue which is referred in queue mapping (#4515) (2 years, 1 month ago) +* 3cad632709d1 - YARN-11202. Optimize ClientRMService.getApplications. Contributed by Tamas Domok. (2 years, 1 month ago) +* 2d133a54ac91 - YARN-11204. Various MapReduce tests fail with NPE in AggregatedLogDeletionService.stopRMClient. Contributed by Szilard Nemeth. (2 years, 1 month ago) <9uapaw> +* 073b8ea1d510 - HADOOP-18284. Remove Unnecessary semicolon ';' (#4422). Contributed by fanshilun. (2 years, 1 month ago) +* 321a4844ad8f - HADOOP-18314. Add some description for PowerShellFencer. (#4505) (2 years, 1 month ago) +* cf3316485753 - HDFS-16591. Setup JaasConfiguration in ZKCuratorManager when SASL is enabled (2 years, 1 month ago) +* 7eefdf86422a - YARN-11195. Adding document to enable numa (#4501) (2 years, 1 month ago) +* a177232ebc3b - YARN-9822.TimelineCollectorWebService#putEntities blocked when ATSV2 HBase is down (#4492) (2 years, 1 month ago) +* 43112bd47266 - HADOOP-18306: Warnings should not be shown on cli console when linux user not present on client (#4474). Contributed by swamirishi. (2 years, 1 month ago) +* 823f5ee0d4cc - HADOOP-18242. ABFS Rename Failure when tracking metadata is in an incomplete state (#4331) (2 years, 1 month ago) +* 25f8bdcd210a - HADOOP-18308 - Update to Apache LDAP API 2.0.x (#4477) (2 years, 1 month ago) +* b7edc6c60ca9 - HDFS-16633. Fixing when Reserved Space For Replicas is not released on some cases (#4452) (2 years, 1 month ago) +* 734b6f19ad99 - YARN-9874.Remove unnecessary LevelDb write call in LeveldbConfigurationStore#confirmMutation (#4487) (2 years, 1 month ago) +* 4abb2ba58c3a - YARN-10320.Replace FSDataInputStream#read with readFully in Log Aggregation (#4486) (2 years, 1 month ago) +* 0af4bb3b42a6 - YARN-11192. TestRouterWebServicesREST failing after YARN-9827. (#4484). Contributed by fanshilun. (2 years, 1 month ago) +* dd819f7904ca - HADOOP-18271.Remove unused Imports in Hadoop Common project (#4392) (2 years, 1 month ago) +* 77d1b194c77e - HADOOP-18300. Upgrade Gson dependency to version 2.9.0 (#4454) (2 years, 1 month ago) +* e1842b2a749d - HADOOP-18103. Add a high-performance vectored read API. (#4476) (2 years, 1 month ago) +|\ +| * 4d1f6f9b995c - HADOOP-18106: Handle memory fragmentation in S3A Vectored IO. (#4445) (2 years, 1 month ago) +| * 0d49bd200441 - HADOOP-18105 Implement buffer pooling with weak references (#4263) (2 years, 1 month ago) +| * 1408dd89a74a - HADOOP-18107 Adding scale test for vectored reads for large file (#4273) (2 years, 1 month ago) +| * 5db0f34e29c6 - HADOOP-18104: S3A: Add configs to configure minSeekForVectorReads and maxReadSizeForVectorReads (#3964) (2 years, 1 month ago) +| * 2daf0a814f80 - HADOOP-11867. Add a high-performance vectored read API. (#3904) (2 years, 1 month ago) +|/ +* e6ecc4f3e443 - YARN-11188. Only files belong to the first file controller are removed even if multiple log aggregation file controllers are configured. Contributed by Szilard Nemeth. (2 years, 1 month ago) <9uapaw> +* c9ddbd210c97 - MAPREDUCE-7391. TestLocalDistributedCacheManager failing after HADOOP-16202 (#4472) (2 years, 1 month ago) +* e8fd914c58a2 - HDFS-16616. remove use of org.apache.hadoop.util.Sets (#4400) (2 years, 1 month ago) +* cbdabe9ec80e - YARN-9971.YARN Native Service HttpProbe logs THIS_HOST in error messages (#4436) (2 years, 1 month ago) +* ef36457b532d - (reviewsync-trunk-HADOOP-15327.005.patch) MAPREDUCE-7389. Fix typo in description of property (#4440). Contributed by Christian Bartolomaus. (2 years, 1 month ago) +* 7a1d81119783 - HDFS-16637. TestHDFSCLI#testAll consistently failing (#4466). Contributed by Viraj Jasani. (2 years, 1 month ago) +* 3a66348fda29 - YARN-11185. Pending app metrics are increased doubly when a queue reaches its max-parallel-apps limit. Contributed by Andras Gyori (2 years, 1 month ago) +* 5d08ffa769d9 - YARN-11182. Refactor TestAggregatedLogDeletionService: 2nd phase. Contributed by Szilard Nemeth. (2 years, 1 month ago) <9uapaw> +* 36c4be819ff9 - MAPREDUCE-7369. Fixed MapReduce tasks timing out when spends more time on MultipleOutputs#close (#4247) (2 years, 1 month ago) +* 10fc865d3ce3 - MAPREDUCE-7387. Fix TestJHSSecurity#testDelegationToken AssertionError due to HDFS-16563 (#4428). Contributed by fanshilun. (2 years, 1 month ago) +* 477b67a33589 - HADOOP-18266. Using HashSet/ TreeSet Constructor for hadoop-common (#4365) (2 years, 1 month ago) +* efc2761d32a7 - HDFS-16635.Fixed javadoc error in Java 11 (#4451) (2 years, 1 month ago) +* a77d52284f9b - HADOOP-18255. Fix fsdatainputstreambuilder.md reference to hadoop branch-3.3 (#4378) (2 years, 1 month ago) +* 4f425b641cbb - YARN-9827.Fix Http Response code in GenericExceptionHandler (#4393) (2 years, 1 month ago) +* cfceaebde602 - HDFS-16064. Determine when to invalidate corrupt replicas based on number of usable replicas (#4410) (2 years, 1 month ago) +* cb0421095b8c - HDFS-16634. Dynamically adjust slow peer report size on JMX metrics (#4448) (2 years, 1 month ago) +* e38e13be03d5 - HADOOP-18288. Total requests and total requests per sec served by RPC servers (#4431) (2 years, 1 month ago) +* 62e447610208 - YARN-10122. Support signalToContainer API for Federation. (#4421) (2 years, 1 month ago) +* 80446dcd086b - YARN-11172. Fix TestClientRMTokens#testDelegationToken introduced by HDFS-16563. (#4408) (2 years, 1 month ago) +* e199da3fae1c - HADOOP-17833. Improve Magic Committer performance (#3289) (2 years, 1 month ago) +* 020201cb65e5 - Queue filter in CS UI v1 does not work as expected. Contributed by Chengbing Liu. (2 years, 1 month ago) +* 4893f0039584 - HDFS-16600. Fix deadlock of fine-grain lock for FsDatastImpl of DataNode. (#4367). Contributed by ZanderXu. (2 years, 1 month ago) +* 7bfff63774d0 - HADOOP-18289. Remove WhiteBox in hadoop-kms module. (#4433) (2 years, 1 month ago) +* 9e3fc40ecb5a - HDFS-16613. EC: Improve performance of decommissioning dn with many ec blocks (#4398) (2 years, 1 month ago) +* 6cbeae2e52cc - HDFS-16581.Print node status when executing printTopology. (#4321) (2 years, 1 month ago) +* 1b25851ad9ca - HADOOP-18159. Bump cos_api-bundle to 5.6.69 to update public-suffix-list.txt (#4444) (2 years, 1 month ago) +* f8c7e67fdcdf - HDFS-16628 RBF: Correct target directory when move to trash for kerberos login user. (#4424). Contributed by Xiping Zhang. (2 years, 1 month ago) <章锡平> +* dc5460d5258f - YARN-11078. Set env vars in a cross platform compatible way (#4432) (2 years, 1 month ago) +* 5a40224b53a2 - HDFS-16469. Locate protoc-gen-hrpc across platforms (#4434) (2 years, 1 month ago) +* 75bc6cfced30 - YARN-11176. Refactor TestAggregatedLogDeletionService. Contributed by Szilard Nemeth. (2 years, 1 month ago) <9uapaw> +* d0715b1024d2 - HDFS-16598. Fix DataNode FsDatasetImpl lock issue without GS checks. (#4366). Contributed by ZanderXu. (2 years, 1 month ago) +* bebf03a66eb0 - HDFS-16625. Check assumption about PMDK availability (#4414) (2 years, 1 month ago) +* c9a174a26057 - YARN-11175. Refactor LogAggregationFileControllerFactory (2 years, 1 month ago) <9uapaw> +* 170668b994d4 - HDFS-16609. Fix Flakes Junit Tests that often report timeouts. (#4382). Contributed by fanshilun. (2 years, 1 month ago) +* 02c21ef8c358 - HDFS-16627. Improve BPServiceActor#register log to add NameNode address. (#4419). Contributed by fanshilun. (2 years, 1 month ago) +* af5003a47311 - HDFS-16623. Avoid IllegalArgumentException in LifelineSender (#4409) (2 years, 1 month ago) +* 7f5a34dfaa7e - HDFS-16621.Remove unused JNStorage#getCurrentDir() (#4404). Contributed by JiangHua Zhu. (2 years, 1 month ago) +* d557c44d94ab - HDFS-16463. Make dirent cross platform compatible (#4370) (2 years, 1 month ago) +* 6e11c941703d - HDFS-16576. Remove unused imports in HDFS project (#4389) (2 years, 1 month ago) +* 985161f6ecff - YARN-11173. remove redeclaration of os-maven-plugin.version from yarn-csi (#4417) (2 years, 1 month ago) +* 2ac01b273a1f - HDFS-16624. Fix flaky unit test TestDFSAdmin#testAllDatanodesReconfig (#4412) (2 years, 2 months ago) +* 98ca6fa10a93 - YARN-11159. Support failApplicationAttempt, updateApplicationPriority, updateApplicationTimeouts API's for Federation (#4396) (2 years, 2 months ago) +* 5ac55b405d18 - HADOOP-12020. Add s3a storage class option fs.s3a.create.storage.class (#3877) (2 years, 2 months ago) +* 0a65883c5016 - HDFS-16618. sync_file_range error should include more volume/file info (#4402) (2 years, 2 months ago) +* a234d00c1ce5 - HADOOP-18275. Update os-maven-plugin to 1.7.0 (#4397) (2 years, 2 months ago) +* 7f08ed0d1dd8 - HDFS-16608. Fix the link in TestClientProtocolForPipelineRecovery (#4379) (2 years, 2 months ago) +* 25591ef51bb7 - HDFS-16595. Slow peer metrics - add median, mad and upper latency limits (#4357) (2 years, 2 months ago) +* 7bd4ac3ce0e3 - HDFS-16563. Namenode WebUI prints sensitive information on Token expiry (#4241) (2 years, 2 months ago) +* a406f49bc0e1 - HDFS-16602. Use "defined" directive along with #if (#4371) (2 years, 2 months ago) +* 1cc2416f6811 - YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTypeInfo API's for Federation (#4341) (2 years, 2 months ago) +* 7ac271307c52 - HADOOP-18274. Use CMake 3.19.0 in Debian 10 (#4395) (2 years, 2 months ago) +* 712e00917238 - HADOOP-18268. Install maven from Apache archives (#4373) (2 years, 2 months ago) +* 34a973a90ef8 - HDFS-16610. Make fsck read timeout configurable (#4384) (2 years, 2 months ago) +* 4496e2daf639 - HDFS-16604. Install gtest via FetchContent_Declare in CMake (#4374) (2 years, 2 months ago) +* e85f827f0aba - HDFS-16603. Improve DatanodeHttpServer With Netty recommended method. (#4372) (2 years, 2 months ago) +* 7c66266b4e08 - YARN-11142.Remove unused Imports in Hadoop YARN project (#4381). Contributed by Ashutosh Gupta. (2 years, 2 months ago) +* 3228142f5350 - Make upstream aware of 2.10.2 release. (2 years, 2 months ago) +* 5952934ad56d - HDFS-16599. Fix typo in hadoop-hdfs-rbf module (#4368). Contributed by fanshilun. (2 years, 2 months ago) +* 21fa693d38a0 - HADOOP-18238. Fix reentrancy check in SFTPFileSystem.close() (#4330) (2 years, 2 months ago) +* ba6520f67f4a - HADOOP-18269. Misleading method name in DistCpOptions.(#4216) (2 years, 2 months ago) +* 835f39cefc06 - HDFS-15878. RBF: Fix TestRouterWebHDFSContractCreate#testSyncable. (#4340). Contributed by Hanley Yang. (2 years, 2 months ago) +* 995f7b09566a - HDFS-16597. RBF: Improve RouterRpcServer#reload With Lambda (#4362). Contributed by fanshilun. (2 years, 2 months ago) +* dc9b21feacc2 - HDFS-16587. Allow configuring the number of JournalNodeRPCServer Handlers (#4339). Contributed by ZanderXu. (2 years, 2 months ago) +* 96985f4c4524 - HDFS-15225. RBF: Add snapshot counts to content summary in router. (#4356). Contributed by Ayush Saxena. (2 years, 2 months ago) +* bee538f785c0 - HDFS-16585.Add @VisibleForTesting in Dispatcher.java (#4337) (2 years, 2 months ago) +* 297f0f6d6a48 - HDFS-16583. DatanodeAdminDefaultMonitor can get stuck in an infinite loop holding the write lock (#4332) (2 years, 2 months ago) +* e3e9369c1d7c - YARN-11128. Fix comments in TestProportionalCapacityPreemptionPolicy* (#4271) (2 years, 2 months ago) +* 0be1fde9626c - HDFS-16561. Handle error returned by strtol (2 years, 2 months ago) +* 6b331dde31ce - HADOOP-18251. Fix failure of extracting JIRA id from commit message in git_jira_fix_version_check.py. (#4344) (2 years, 2 months ago) +* 84b0455cf869 - HADOOP-18240. Upgrade Yetus to 0.14.0 (#4328) (2 years, 2 months ago) +* 678768035db6 - YARN-11137. Improve log message in FederationClientInterceptor (#4336) (2 years, 2 months ago) +* f469b0e143c3 - HADOOP-18249. Fix getUri() in HttpRequest has been deprecated. (#4335) (2 years, 2 months ago) +* f390edaec44c - YARN-11162. Set the zk acl for nodes created by ZKConfigurationStore. (#4350) (2 years, 2 months ago) +* 5ab747222bf4 - HDFS-16586. Purge FsDatasetAsyncDiskService threadgroup; it causes BP… (#4338) (2 years, 2 months ago) +* 4fd4208439c9 - HDFS-16584.Record StandbyNameNode information when Balancer is running. (#4333). Contributed by JiangHua Zhu. (2 years, 2 months ago) +* 93a13202d726 - HDFS-16582. Expose aggregate latency of slow node as perceived by the reporting node (#4323) (2 years, 2 months ago) +* 8dd3ef1f080f - YARN-10465. Support getNodeToLabels, getLabelsToNodes, getClusterNodeLabels API's for Federation (#4317) (2 years, 2 months ago) +* 0733e968ab1b - HADOOP-18224. Upgrade maven compiler plugin to 3.10.1 (#4267) (2 years, 2 months ago) +* fb910bd9068f - HDFS-16453. Upgrade okhttp from 2.7.5 to 4.9.3 (#4229) (2 years, 2 months ago) +* 0773fae3929d - HADOOP-18120. Hadoop auth does not handle HTTP Headers in a case-insensitive way. Contributed by Janos Makai. (2 years, 2 months ago) <9uapaw> +* 78008bc0eeae - HADOOP-18245 Extend KMS related exceptions that get mapped to ConnectException (#4329) (2 years, 2 months ago) +* 0e6a6d18809c - YARN-11152. QueueMetrics is leaking memory when creating a new queue during reinitialisation (2 years, 2 months ago) <9uapaw> +* 54cd0174c0bf - YARN-11147. ResourceUsage and QueueCapacities classes provide node label iterators that are not thread safe (2 years, 2 months ago) <9uapaw> +* 0b32c6c113ce - HDFS-16540. Addendum: Data locality is lost when DataNode pod restarts in kubernetes. (#4326) (2 years, 2 months ago) +* f6fa5bd1aa08 - HADOOP-18229. Fix Hadoop-Common JavaDoc Errors (#4292) (2 years, 2 months ago) +* 3ecdf39943c8 - HADOOP-18237. Upgrade Apache Xerces Java to 2.12.2 (#4318) (2 years, 2 months ago) +* 6f261ed4a235 - HADOOP-18198. Release 3.3.3: release notes and jdiff files. (2 years, 2 months ago) +* a46ef5f2eb32 - HADOOP-18234. Fix s3a access point xml examples (#4309) (2 years, 2 months ago) +* 79cc0caf9fde - YARN-11133. YarnClient gets the wrong EffectiveMinCapacity value (#4280) (2 years, 2 months ago) +* c85b80018bb4 - HADOOP-18228. Update hadoop-vote to use HADOOP_RC_VERSION dir (#4272) (2 years, 2 months ago) +* 931abbd92706 - YARN-11092. Upgrade jquery ui to 1.13.1 (#4260) (2 years, 2 months ago) +* 6896c35a8daf - YARN-11122. Support getClusterNodes API in FederationClientInterceptor (#4274) (2 years, 2 months ago) +* 6985f9aabebe - YARN-10080. Support show app id on localizer thread pool (#4283) (2 years, 2 months ago) +* 9c3330c22fe3 - MAPREDUCE-7377. Remove unused imports in MapReduce project (#4299) (2 years, 2 months ago) +* d2c9eb653a5b - YARN-11073. Avoid unnecessary preemption for tiny queues under certain corner cases (#4110) (2 years, 2 months ago) +* eced5bec68d1 - YARN-11123. ResourceManager webapps test failures due to org.apache.hadoop.metrics2.MetricsException and subsequent java.net.BindException: Address already in use. Contributed by Szilard Nemeth (2 years, 2 months ago) +* dad2900b87af - Revert "HDFS-14750. RBF: Support dynamic handler allocation in routers (#4199)" (#4306) (2 years, 2 months ago) +* 680af27aa667 - HDFS-14750. RBF: Support dynamic handler allocation in routers (#4199) (2 years, 2 months ago) +* 5e2f4339fadc - YARN-11126. ZKConfigurationStore Java deserialisation vulnerability. Contributed by Tamas Domok (2 years, 2 months ago) +* d74f328b0080 - HDFS-16525.System.err should be used when error occurs in multiple methods in DFSAdmin class (#4122) (2 years, 2 months ago) +* 6a95c3a0390d - HADOOP-18193:Support nested mount points in INodeTree (2 years, 2 months ago) +* 1350539f2de1 - HDFS-16465. Remove redundant strings.h inclusions (#4279) (2 years, 2 months ago) +* 9af3eabdca2e - YARN-11114. RMWebServices returns only apps matching exactly the submitted queue name. Contributed by Szilard Nemeth (2 years, 2 months ago) +* f143e9942855 - MAPREDUCE-7379. RMContainerRequestor#makeRemoteRequest has confusing log message. Contributed by Ashutosh Gupta (2 years, 2 months ago) +* eeedc0c7e41c - YARN-10850. TimelineService v2 lists containers for all attempts when filtering for one. Contributed by Benjamin Teke (2 years, 2 months ago) +* b62d6ce6fd6c - YARN-11141. Capacity Scheduler does not support ambiguous queue names when moving application across queues. Contributed by Andras Gyori (2 years, 2 months ago) +* 09a69f996bae - YARN-11130. removed unused import (#4276) (2 years, 2 months ago) +* 6983aef945c5 - HDFS-16568. dfsadmin -reconfig option to start/query reconfig on all live datanodes (#4264) (2 years, 2 months ago) +* 99a83fd4bdd3 - HADOOP-18222. Prevent DelegationTokenSecretManagerMetrics from registering multiple times (2 years, 2 months ago) +* d486ae8c0ffe - Fix TestDFSStripedInputStreamWithRandomECPolicy (#4291) (2 years, 2 months ago) +* 665ada6d21ef - MAPREDUCE-7376. AggregateWordCount fetches wrong results. (#4257). Contributed by Ayush Saxena. (2 years, 2 months ago) +* a394c2b031be - HDFS-16572. Fix typo in readme of hadoop-project-dist (2 years, 3 months ago) +* 40a8b9a6a541 - HADOOP-17479. Fix the examples of hadoop config prefix (#4197) (2 years, 3 months ago) +* 01027e52a978 - HDFS-16185. Fix comment in LowRedundancyBlocks.java (#4194) (2 years, 3 months ago) +* ae47846a5bea - HADOOP-16515. Update the link to compatibility guide (#4226) (2 years, 3 months ago) +* 29401c820377 - HDFS-16520. Improve EC pread: avoid potential reading whole block (#4104) (2 years, 3 months ago) +* d346be9bd2d4 - HDFS-16564. Use uint32_t for hdfs_find (#4245) (2 years, 3 months ago) +* 4230162a7665 - HADOOP-18168. Fix S3A ITestMarkerTool use of purged public bucket. (#4140) (2 years, 3 months ago) +* 6ec39d45c91b - Revert "HADOOP-18168. . (#4140)" (2 years, 3 months ago) +* 6ab7b72cd61a - HADOOP-18168. . (#4140) (2 years, 3 months ago) +* aa917b1cd409 - HADOOP-18198. add -mvnargs option to create-release command line (#4239) (2 years, 3 months ago) +* 9807dfd25cd1 - HDFS-16562. Upgrade moment.min.js to 2.29.2 (#4240) (2 years, 3 months ago) +* 2dfa928a2015 - HDFS-16521. DFS API to retrieve slow datanodes (#4107) (2 years, 3 months ago) +* d4a91bd0c0d9 - YARN-11116. Migrate Times util from SimpleDateFormat to thread-safe DateTimeFormatter class (#4242) (2 years, 3 months ago) +* a74acc755edc - YARN-10187. Removing hadoop-yarn-project/hadoop-yarn/README as it is no longer maintained. (#4222) (2 years, 3 months ago) +* 4653fcd7046f - HADOOP-18219. Fix shaded client test failure (#4254) (2 years, 3 months ago) +* 23e1511cd0f1 - HDFS-16256. Minor fix in HDFS Fedbalance document (#4192) (2 years, 3 months ago) +* 88155cebe946 - HDFS-16468. Define ssize_t for Windows (#4228) (2 years, 3 months ago) +* 7bd7725532fd - HDFS-16553. Fix checkstyle for the length of BlockManager construction method over limit. (#4211). Contributed by Chengwei Wang. (2 years, 3 months ago) +* b9ade7a4cd1e - HDFS-16528. Reconfigure slow peer enable for Namenode (#4186) (2 years, 3 months ago) +* 9ed8d60511dc - HDFS-16540. Data locality is lost when DataNode pod restarts in kubernetes (#4170) (2 years, 3 months ago) +* 4e47eb66d123 - Revert "HDFS-16540 Data locality is lost when DataNode pod restarts in kubernetes (#4170)" (2 years, 3 months ago) +* bda0881bf90a - HDFS-16540 Data locality is lost when DataNode pod restarts in kubernetes (#4170) (2 years, 3 months ago) +* 63187083cc3b - HADOOP-15983. Use jersey-json that is built to use jackson2 (#3988) (2 years, 3 months ago) +* b4ff49a39439 - HDFS-16539. RBF: Support refreshing/changing router fairness policy controller without rebooting router (#4168) (2 years, 3 months ago) +* f187e9bcd527 - HDFS-16554. Remove unused configuration dfs.namenode.block.deletion.increment. (#4213). Contributed by Chengwei Wang. (2 years, 3 months ago) +* 2632d49282a5 - HADOOP-18216. io.file.buffer.size must be positive (#4220) (2 years, 3 months ago) +* d60262fe0092 - HADOOP-18167. Add metrics to track delegation token secret manager op… (#4092) (2 years, 3 months ago) +* f1e5f8e76431 - HDFS-16488. [SPS]: Expose metrics to JMX for external SPS (#4234) (2 years, 3 months ago) +* 006767eb9417 - YARN-10303. Fixing rest api example, status code error and other typos in ResourceManagerRest.md (#4221) (2 years, 3 months ago) +* fb13c1e4a8a9 - MAPREDUCE-7246. In MapredAppMasterRest#Mapreduce_Application_Master_Info_API, updating the datatype of appId to "string". (#4223) (2 years, 3 months ago) +* 89279f0b90bd - HDFS-16255. RBF: Fix dead link to fedbalance document (#4193) (2 years, 3 months ago) +* 44ae2fa8e53d - HADOOP-16202. Enhanced openFile(): hadoop-azure changes. (#2584/4) (2 years, 3 months ago) +* e0cd0a82e032 - HADOOP-16202. Enhanced openFile(): hadoop-aws changes. (#2584/3) (2 years, 3 months ago) +* 6999acf52008 - HADOOP-16202. Enhanced openFile(): mapreduce and YARN changes. (#2584/2) (2 years, 3 months ago) +* 1b4dba99b5d9 - HADOOP-16202. Enhanced openFile(): hadoop-common changes. (#2584/1) (2 years, 3 months ago) +* 17d64ba495e7 - Revert "HDFS-16488. [SPS]: Expose metrics to JMX for external SPS (#4035)" (#4232) (2 years, 3 months ago) +* acc0e0a2101c - HDFS-16488. [SPS]: Expose metrics to JMX for external SPS (#4035) (2 years, 3 months ago) +* aebd55f7883c - HDFS-16519. Add throttler to EC reconstruction (#4101) (2 years, 3 months ago) +* 5ebbacc48023 - HDFS-16552. Fix NPE for TestBlockManager (#4210) (2 years, 3 months ago) +* 214f3690732b - HDFS-16556. Fix typos in distcp (#4217) (2 years, 3 months ago) +* f84b88dd6ba7 - HADOOP-17564. Fix typo in UnixShellGuide.html (#4195) (2 years, 3 months ago) +* b35b744670f5 - YARN-11111. Recovery failure when node-label configure-type transit from delegated-centralized to centralized (#4200) (2 years, 3 months ago) +* 56cfd6061770 - HADOOP-17551. Upgrade maven-site-plugin to 3.11.0 (#4196) (2 years, 3 months ago) +* bf4730b4d69e - HDFS-16500. Make asynchronous blocks deletion lock and unlock durtion threshold configurable. (#4061). Contributed by Chengwei Wang. (2 years, 3 months ago) +* a4683be65ec3 - Revert "HDFS-16531. Avoid setReplication writing an edit record if old replication equals the new value (#4148). Contributed by Stephen O'Donnell." (2 years, 3 months ago) +* 4ff8a5dc7386 - HDFS-16526. Addendum Add metrics for slow DataNode (#4191) (2 years, 3 months ago) +* 76bbd173749f - HDFS-16544. EC decoding failed due to invalid buffer (#4179) (2 years, 3 months ago) +* 98b9c435f24c - HADOOP-18172: Changed scope for isRootInternalDir/getRootFallbackLink for InodeTree (#4106) (2 years, 3 months ago) +* ec0ff1dc04b2 - HDFS-16035. Remove DummyGroupMapping as it is not longer used anywhere. (#4183) (2 years, 3 months ago) +* 52e152f8b0d5 - HDFS-16538. EC decoding failed due to not enough valid inputs (#4167) (2 years, 3 months ago) +* d7fd61d61639 - HADOOP-18202. create-release fails fatal: unsafe repository (#4188) (2 years, 3 months ago) +* f74f24163692 - HDFS-16541. Fix a typo in NameNodeLayoutVersion (#4176) (2 years, 3 months ago) +* 900682e7120e - HDFS-16389.Improve NNThroughputBenchmark test mkdirs. (#3819) (2 years, 3 months ago) +* 35d4c02bccd3 - HDFS-16535. SlotReleaser should reuse the domain socket based on socket paths (#4158) (2 years, 3 months ago) +* dbeeee03639f - HDFS-16531. Avoid setReplication writing an edit record if old replication equals the new value (#4148). Contributed by Stephen O'Donnell. (2 years, 3 months ago) +* cb975c3df6fc - HDFS-16534. Split FsDatasetImpl from block pool locks to volume grain locks. (#4141) Contributed by limingxiang. (2 years, 3 months ago) +* f14f3050517c - HDFS-16526. Add metrics for slow DataNode (#4162) (2 years, 3 months ago) +* 8ea33583804b - HADOOP-18196. Remove replace-guava from replacer plugin (#4152) (2 years, 3 months ago) +* d5cba5c3d110 - YARN-11107. Addendum. When NodeLabel is enabled for a YARN cluster, AM blacklist program does not work properly. (#4175) (2 years, 3 months ago) <章锡平> +* a6ebc42671f3 - HADOOP-18201. Remove endpoint config overrides for ITestS3ARequesterPays (#4169) (2 years, 3 months ago) +* cee8c62498f5 - HDFS-16456. EC: Decommission a rack with only on dn will fail when the rack number is equal with replication (#4126) (2 years, 3 months ago) +* c65c383b7ebe - HDFS-16509. Fix decommission UnsupportedOperationException (#4077). Contributed by daimin. (2 years, 3 months ago) +* 2efab92959ca - HDFS-16479. EC: NameNode should not send a reconstruction work when the source datanodes are insufficient (#4138) (2 years, 3 months ago) +* 3b46aae977e0 - YARN-11107. When NodeLabel is enabled for a YARN cluster, AM blacklist program does not work properly. Contributed by zhangxiping1 (2 years, 3 months ago) <章锡平> +* a7b4e8f03e55 - HDFS-14478. Add libhdfs APIs for openFile (#4166) (2 years, 3 months ago) +* 45394433a112 - HDFS-16484. [SPS]: Fix an infinite loop bug in SPSPathIdProcessor thread (#4032) (2 years, 3 months ago) +* e89fd9645bbd - HDFS-16474. Make HDFS tail tool cross platform (#4157) (2 years, 3 months ago) +* 5de78ceb0e7f - HDFS-16516. Fix Fsshell wrong params (#4090). Contributed by GuoPhilipse. (2 years, 3 months ago) +* d5e97fe4d6ba - HDFS-16473. Make HDFS stat tool cross platform (#4145) (2 years, 4 months ago) +* b69ede7154d4 - HADOOP-18191. Log retry count while handling exceptions in RetryInvocationHandler (#4133) (2 years, 4 months ago) +* 37650ced8196 - HDFS-16497. EC: Add param comment for liveBusyBlockIndices with HDFS-14768. Contributed by caozhiqiang. (2 years, 4 months ago) +* bfde9102be77 - HADOOP-18195. Make jackson 1 a runtime scope dependency (#4149) (2 years, 4 months ago) +* 5412fbf6d4b5 - HDFS-16460. [SPS]: Handle failure retries for moving tasks (#4001) (2 years, 4 months ago) +* 807a428b556c - HDFS-16457.Make fs.getspaceused.classname reconfigurable (#4069) (2 years, 4 months ago) +* f70935522b0f - HADOOP-18188. Support touch command for directory (#4135) (2 years, 4 months ago) +* 4b786c797a76 - HADOOP-18178. Upgrade jackson to 2.13.2 and jackson-databind to 2.13.2.2 (#4111) (2 years, 4 months ago) +* 7c20602b1772 - HDFS-16522. Set Http and Ipc ports for Datanodes in MiniDFSCluster (#4108) (2 years, 4 months ago) +* 61bbdfd3a73a - HDFS-16529. Remove unnecessary setObserverRead in TestConsistentReadsObserver (#4131) (2 years, 4 months ago) +* bbfe3500cf76 - HDFS-16530. setReplication debug log creates a new string even if debug is disabled (#4142) (2 years, 4 months ago) +* 966b773a7c9e - HDFS-16527. Add global timeout rule for TestRouterDistCpProcedure (#4129) (2 years, 4 months ago) +* 4ef1d3eef934 - HDFS-16472. Make HDFS setrep tool cross platform (#4130) (2 years, 4 months ago) +* 34b3275bf4ba - HDFS-16477. [SPS]: Add metric PendingSPSPaths for getting the number of paths to be processed by SPS (#4009). Contributed by tomscut. (2 years, 4 months ago) +* 4b1a6bfb10ca - YARN-11102. Fix spotbugs error in hadoop-sls module. Contributed by Szilard Nemeth, Andras Gyori. (2 years, 4 months ago) <9uapaw> +* 15a5ea2c955a - HADOOP-18169. getDelegationTokens in ViewFs should also fetch the token from fallback FS (#4094) (2 years, 4 months ago) +* 94031b729d01 - YARN-11103. SLS cleanup after previously merged SLS refactor jiras. Contributed by Szilard Nemeth (2 years, 4 months ago) +* e044a46f97dc - YARN-11088. Introduce the config to control the AM allocated to non-exclusive nodes. Contributed by Junfan Zhang (2 years, 4 months ago) +* 9a4dddd64080 - HDFS-16507. [SBN read] Avoid purging edit log which is in progress (#4082) (2 years, 4 months ago) +* 2bf78e241687 - HDFS-16511. Improve lock type for ReplicaMap under fine-grain lock mode. (#4085). Contributed by limingxiang. (2 years, 4 months ago) +* ab8c36062047 - YARN-10550. Decouple NM runner logic from SLSRunner. Contributed by Szilard Nemeth (2 years, 4 months ago) +* 6e00a799e772 - YARN-11106. Fix the test failure due to missing conf of yarn.resourcemanager.node-labels.am.default-node-label-expression. Contributed by Junfan Zhang (2 years, 4 months ago) +* ac50657c378f - HDFS-16413. Reconfig dfs usage parameters for datanode (#3863) (2 years, 4 months ago) +* dc4a680da8bc - MAPREDUCE-7373. Building MapReduce NativeTask fails on Fedora 34+ (#4120) (2 years, 4 months ago) +* 08e6d0ce6086 - HADOOP-18145. Fileutil's unzip method causes unzipped files to lose their original permissions (#4036) (2 years, 4 months ago) +* 6eea28c3f381 - HDFS-16498. Fix NPE for checkBlockReportLease #4057. Contributed by tomscut. (2 years, 4 months ago) +* 4e32318acee9 - HDFS-16523. Fix dependency error in hadoop-hdfs on M1 Mac (#4112) (2 years, 4 months ago) +* e386d6a66174 - YARN-10549. Decouple RM runner logic from SLSRunner. Contributed by Szilard Nemeth. (2 years, 4 months ago) <9uapaw> +* a9b43966c07f - HDFS-16518: Add shutdownhook to invalidate the KeyProviders in the cache (2 years, 4 months ago) +* eb164213863a - HDFS-16517 Distance metric is wrong for non-DN machines in 2.10. Fixed in HADOOP-16161, but this test case adds value to ensure the two getWeight methods stay in sync. (2 years, 4 months ago) +* 0fbd96a2449e - Make upstream aware of 3.2.3 release. (2 years, 4 months ago) +* 10876333acd4 - Make upstream aware of 3.2.3 release. (2 years, 4 months ago) +* 046a6204b4a8 - HDFS-16355. Improve the description of dfs.block.scanner.volume.bytes.per.second (#3724) (2 years, 4 months ago) +* adbaf48082d3 - YARN-11100. Fix StackOverflowError in SLS scheduler event handling. Contributed by Szilard Nemeth. (2 years, 4 months ago) <9uapaw> +* 61e809b245c5 - HADOOP-13386. Upgrade Avro to 1.9.2 (#3990) (2 years, 4 months ago) +* da09d68056d4 - YARN-11069. Dynamic Queue ACL handling in Legacy and Flexible Auto Created Queues. Contributed by Tamas Domok (2 years, 4 months ago) +* 08a77a765ba6 - YARN-10548. Decouple AM runner logic from SLSRunner. Contributed by Szilard Nemeth. (2 years, 4 months ago) <9uapaw> +* 565e848d88c7 - HDFS-16434. Add opname to read/write lock for remaining operations (#3915) (2 years, 4 months ago) +* ffa0eab48867 - YARN-11094. Follow up changes for YARN-10547. Contributed by Szilard Nemeth (2 years, 4 months ago) +* 526142447abd - YARN-10552. Eliminate code duplication in SLSCapacityScheduler and SLSFairScheduler. Contributed by Szilard Nemeth. (2 years, 4 months ago) <9uapaw> +* 077c6c62d6c1 - YARN-10547. Decouple job parsing logic from SLSRunner. Contributed by Szilard Nemeth. (2 years, 4 months ago) <9uapaw> +* 9edfe30a60f4 - HADOOP-14661. Add S3 requester pays bucket support to S3A (#3962) (2 years, 4 months ago) +* 921267ca3103 - YARN-11084. Introduce new config to specify AM default node-label when not specified. Contributed by Junfan Zhang. (2 years, 4 months ago) <9uapaw> +* 45ce1cce50c3 - HDFS-16501. Print the exception when reporting a bad block (#4062) (2 years, 4 months ago) +* ef8bff0df9f2 - HDFS-15987. Improve oiv tool to parse fsimage file in parallel with delimited format. (#2918). Contributed by Hongbing Wang. (2 years, 4 months ago) +* 26ba3846cc84 - Revert "HDFS-14617. Improve oiv tool to parse fsimage file in parallel with delimited format. (#2918). Contributed by Hongbing Wang." (2 years, 4 months ago) +* 81879eb9cbfb - HDFS-16471. Make HDFS ls tool cross platform (#4086) (2 years, 4 months ago) +* 59d07bdcc36c - HADOOP-18160 Avoid shading wildfly.openssl runtime dependency (#4074) (2 years, 4 months ago) +* 88975496d8a0 - HDFS-14617. Improve oiv tool to parse fsimage file in parallel with delimited format. (#2918). Contributed by Hongbing Wang. (2 years, 4 months ago) +* 708a0ce21bc1 - HADOOP-13704. Optimized S3A getContentSummary() (2 years, 4 months ago) +* 2beb7296fb47 - YARN-11087. Introduce the config to control the refresh interval in RMDelegatedNodeLabelsUpdater. Contributed by Junfan Zhang. (2 years, 4 months ago) <9uapaw> +* 1d5650c4d0ac - HDFS-13248: Namenode needs to use the actual client IP when going through the RBF proxy. There is a new configuration knob dfs.namenode.ip-proxy-users that configures the list of users than can set their client ip address using the client context. (2 years, 4 months ago) +* c3124a3f6e99 - YARN-10565. Refactor CS queue initialization to simplify weight mode calculation. Contributed by Benjamin Teke. (2 years, 4 months ago) <9uapaw> +* e2701e227f82 - YARN-11086. Add space in debug log of ParentQueue. Contributed by Junfan Zhang. (2 years, 4 months ago) +* 4537b34e1c08 - YARN-11089. Fix typo in RM audit log. Contributed by Junfan Zhang. (2 years, 4 months ago) +* e5549a2a68a0 - HDFS-16503. Should verify whether the path name is valid in the WebHDFS (#4067). Contributed by tomscut. (2 years, 4 months ago) +* 62d59e516ee7 - HDFS-16504. Add parameter for NameNode to process getBloks request. (#4068). Contributed by Max Xie. (2 years, 4 months ago) +* a631f45a99c7 - HDFS-16470. Make HDFS find tool cross platform (#4076) (2 years, 4 months ago) +* da9970dd6977 - HADOOP-18129: Change URI to String in INodeLink to reduce memory footprint of ViewFileSystem (2 years, 4 months ago) +* 8294bd5a37c0 - HADOOP-18163. hadoop-azure support for the Manifest Committer of MAPREDUCE-7341 (2 years, 4 months ago) +* 7328c34ba504 - MAPREDUCE-7341. Add an intermediate manifest committer for Azure and GCS (2 years, 4 months ago) +* 9037f9a33497 - HADOOP-18162. hadoop-common support for MAPREDUCE-7341 Manifest Committer (2 years, 4 months ago) +* 7f6a891f0313 - HDFS-16499. [SPS]: Should not start indefinitely while another SPS process is running (#4058) (2 years, 4 months ago) +* a237526988b8 - HDFS-16494.Removed reuse of AvailableSpaceVolumeChoosingPolicy#initLocks(). (#4048). Contributed by JiangHua Zhu. (2 years, 4 months ago) +* 1c0bc35305ae - HDFS-16502. Reconfigure Block Invalidate limit (#4064) (2 years, 4 months ago) +* 8b8158f02df1 - HADOOP-18144: getTrashRoot in ViewFileSystem should return a path in ViewFS. (2 years, 4 months ago) +* 7b5eac27ff38 - HDFS-16495: RBF should prepend the client ip rather than append it. (2 years, 4 months ago) +* a32cfc216932 - HDFS-15382. Split one FsDatasetImpl lock to block pool grain locks. (#3941). Contributed by limingxiang. (2 years, 4 months ago) +* 672e380c4f6f - HADOOP-18112: Implement paging during multi object delete. (#4045) (2 years, 4 months ago) +* ed65aa23240b - YARN-11067. Resource overcommitment due to incorrect resource normalisation logical order. Contributed by Andras Gyori (2 years, 4 months ago) +* 481da19494fe - YARN-10049. FIFOOrderingPolicy Improvements. Contributed by Benjamin Teke (2 years, 4 months ago) +* d0fa9b577518 - HADOOP-18155. Refactor tests in TestFileUtil (#4053) (2 years, 4 months ago) +* 383b73417df8 - YARN-11036. Do not inherit from TestRMWebServicesCapacitySched. Contributed by Tamas Domok (2 years, 4 months ago) <9uapaw> +* 9539ff108aaa - YARN-11052. Improve code quality in TestRMWebServicesNodeLabels. Contributed by Szilard Nemeth (2 years, 5 months ago) <9uapaw> +* db36747e831f - HADOOP-17526 Use Slf4jRequestLog for HttpRequestLog (#4050) (2 years, 5 months ago) +* db8ae4b65448 - YARN-10918. Simplify method: CapacitySchedulerQueueManager#parseQueue. Contributed by Andras Gyori (2 years, 5 months ago) +* 2ece95064b9b - YARN-10945. Add javadoc to all methods of AbstractCSQueue. Contributed by Andras Gyori (2 years, 5 months ago) +* 56d807175d87 - YARN-11081. TestYarnConfigurationFields consistently keeps failing (#4027) (2 years, 5 months ago) +* 49e4e4d0a504 - HDFS-16496. Snapshot diff on snapshotable directory fails with not snapshottable error (#4051) (2 years, 5 months ago) +* 66b72406bd8b - HADOOP-18131. Upgrade maven enforcer plugin and relevant dependencies (#4000) (2 years, 5 months ago) +* da5a77401893 - HADOOP-17563. Upgrade BouncyCastle to 1.68 (#3980) (2 years, 5 months ago) +* 851a4dc2d903 - YARN-11049. MutableConfScheduler is referred as plain String instead of class name. Contributed by Szilard Nemeth (2 years, 5 months ago) <9uapaw> +* 8f07081789e4 - HDFS-16462. Make HDFS get tool cross platform (#4003) (2 years, 5 months ago) +* 19561846dfb0 - HADOOP-18151. Switch the baseurl for Centos 8 (#4047) (2 years, 5 months ago) +* 278568203b9c - HDFS-16481. Provide support to set Http and Rpc ports in MiniJournalCluster (#4028). Contributed by Viraj Jasani. (2 years, 5 months ago) +* 6995374b54e7 - HADOOP-18150. Fix ITestAuditManagerDisabled test in S3A. (#4044) (2 years, 5 months ago) +* 379baa5eb65a - YARN-10947. Simplify AbstractCSQueue#initializeQueueState. Contributed by Andras Gyori (2 years, 5 months ago) +* 1c27c69f44e6 - Revert "YARN-10947. Simplify AbstractCSQueue#initializeQueueState. Contributed by Andras Gyori" (2 years, 5 months ago) +* 22fe79cee3a3 - YARN-11076. Upgrade jQuery version in Yarn UI2. (#4046) (2 years, 5 months ago) +* f800b65b40e0 - Make upstream aware of 3.3.2 release (2 years, 5 months ago) +* 356d337d1e5a - YARN-11042. Fix testQueueSubmitWithACLsEnabledWithQueueMapping in TestAppManager. Contributed by Tamas Domok (2 years, 5 months ago) +* 902a7935e971 - HADOOP-18128. Fix typo issues of outputstream.md (#4025) (2 years, 5 months ago) +* 9e475aede6ad - YARN-10983. Follow-up changes for YARN-10904. Contributed by Benjamin Teke (2 years, 5 months ago) <9uapaw> +* 91997872155e - HDFS-16458. [SPS]: Fix bug for unit test of reconfiguring SPS mode (#4041) (2 years, 5 months ago) +* b56af00114c5 - HADOOP-18075. ABFS: Fix failure caused by listFiles() in ITestAbfsRestOperationException (#4040) (2 years, 5 months ago) +* d05655d2adc5 - Revert "HADOOP-18082.Add debug log when RPC#Reader gets a Call. (#3891). Contributed by JiangHua Zhu." (2 years, 5 months ago) +* 5eab9719cbf6 - HDFS-16480. Fix typo: indicies -> indices (#4020) (2 years, 5 months ago) +* b2f541a7492a - Revert "[SPS]: Fix bug for unit test of reconfiguring SPS mode (#3998)" (#4038) (2 years, 5 months ago) +* 8aa568cea505 - [SPS]: Fix bug for unit test of reconfiguring SPS mode (#3998) (2 years, 5 months ago) +* 12fa38d546e2 - HADOOP-18139: Allow configuration of zookeeper server principal. (2 years, 5 months ago) +* 6b07c851f3f3 - HDFS-16397. Reconfig slow disk parameters for datanode (#3828) (2 years, 5 months ago) +* c18b646020af - HADOOP-18071. ABFS: Set driver global timeout for ITestAzureBlobFileSystemBasics (#3866) (2 years, 5 months ago) +* 365375412fe5 - (reviewsync-trunk-YARN-8737.001.patch, reviewsync-trunk-YARN-10552.004.patch, reviewsync-trunk-YARN-10550.001.patch, reviewsync-trunk-YARN-10549.001.patch, reviewsync-trunk-YARN-10548.001.patch, reviewsync-trunk-YARN-10547.005.patch, reviewsync-trunk-YARN-10421.004.patch, reviewsync-trunk-YARN-10049.003.patch) YARN-10590. Consider legacy auto queue creation absolute resource template to avoid rounding errors. Contributed by Andras Gyori (2 years, 5 months ago) +* 0463498adcd3 - YARN-10944. AbstractCSQueue: Eliminate code duplication in overloaded versions of setMaxCapacity. Contributed by Andras Gyori (2 years, 5 months ago) +* 1f157f802d2d - HADOOP-17386. Change default fs.s3a.buffer.dir to be under Yarn container path on yarn applications (#3908) (2 years, 5 months ago) +* e363f51ffb84 - HDFS-16461. Expose JournalNode storage info in the jmx metrics (#4002) (2 years, 5 months ago) +* 697e5d463640 - HADOOP-18125. Utility to identify git commit / Jira fixVersion discrepancies for RC preparation (#3991) (2 years, 5 months ago) +* 589695c6a935 - HDFS-16316.Improve DirectoryScanner: add regular file check related block. (#3861) (2 years, 5 months ago) +* 2f448acf3908 - HDFS-16459. RBF: register RBFMetrics in MetricsSystem for promethuessink (#3999) (2 years, 5 months ago) +* cae749b076f3 - HADOOP-18136. Verify FileUtils.unTar() handling of missing .tar files. (2 years, 5 months ago) +* 007c2011efe5 - YARN-11068. Update transitive log4j2 dependency to 2.17.1 (#3963) (2 years, 5 months ago) +* a4f459097b06 - HADOOP-18117. Add an option to preserve root directory permissions (#3970) (2 years, 5 months ago) +* de526e166c34 - YARN-10947. Simplify AbstractCSQueue#initializeQueueState. Contributed by Andras Gyori (2 years, 5 months ago) +* 7dd288ce8ccc - YARN-11070. Minimum resource ratio is overridden by subsequent labels. Contributed by Andras Gyori (2 years, 5 months ago) +* ad0a1dc89723 - YARN-11075. Explicitly declare serialVersionUID in LogMutation class. Contributed by Benjamin Teke (2 years, 5 months ago) +* 4c05d257ba3f - YARN-10995. Move PendingApplicationComparator from GuaranteedOrZeroCapacityOverTimePolicy. Contributed by Benjamin Teke (2 years, 5 months ago) +* 51001fc7bf3b - YARN-11022. Fix the documentation for max-parallel-apps in CS. Contributed by Tamas Domok (2 years, 5 months ago) +* 48e02f79983b - YARN-10580. Fix some issues in TestRMWebServicesCapacitySchedDynamicConfig. Contributed by Tamas Domok (2 years, 5 months ago) +* bb1135c77c34 - YARN-10894. Follow up YARN-10237: fix the new test case in TestRMWebServicesCapacitySched. Contributed by Tamas Domok (2 years, 5 months ago) +* d58c10c3a5f0 - YARN-11071. AutoCreatedQueueTemplate incorrect wildcard level. Contributed by Tamas Domok (2 years, 5 months ago) +* 5f6a294fab46 - HADOOP-18126. update junit 5 version due to build issues (#3993) (2 years, 5 months ago) +* 2025243fbf94 - HADOOP-18082.Add debug log when RPC#Reader gets a Call. (#3891). Contributed by JiangHua Zhu. (2 years, 5 months ago) +* 19d90e62fb28 - HADOOP-18109. Ensure that default permissions of directories under internal ViewFS directories are the same as directories on target filesystems. Contributed by Chentao Yu. (3953) (2 years, 5 months ago) +* 48bef285a85e - HDFS-16440. RBF: Support router get HAServiceStatus with Lifeline RPC address (#3971) (2 years, 5 months ago) +* 0c194f2157ff - HDFS-16396. Reconfig slow peer parameters for datanode (#3827) (2 years, 5 months ago) +* 7fd90cdcbea6 - YARN-10788. TestCsiClient fails (#3989) (2 years, 5 months ago) +* b68964336d0d - HDFS-16449. Fix hadoop web site release notes and changelog not available (#3967) (2 years, 5 months ago) +* 0e74f1e467fd - Fix thread safety of EC decoding during concurrent preads (#3881) (2 years, 5 months ago) +* ca8ba24051b7 - HADOOP-18110. ViewFileSystem: Add Support for Localized Trash Root (2 years, 5 months ago) +* fe583c4b6308 - HADOOP-18096. Distcp: Sync moves filtered file to home directory rather than deleting. (#3940). Contributed by Ayush Saxena. (2 years, 5 months ago) +* c777142ed329 - RBF: Registry HDFS Router's rpcserver & rpcclient metrics for PrometheusSink. (#3965) (2 years, 5 months ago) +* efdec92cab8a - HADOOP-18091. S3A auditing leaks memory through ThreadLocal references (#3930) (2 years, 5 months ago) +* 390967f1f0f3 - RBF: Add search box in Router's tab-mounttable web page (#3968) (2 years, 5 months ago) +* a08e69d33e00 - HADOOP-18114. Documentation correction in assumed_roles.md (#3949) (2 years, 5 months ago) +* bf0cefb0d899 - HDFS-16406. ReadsFromLocalClient counts short-circuit reads (#3847) (2 years, 5 months ago) +* 3e7a7c3c4ac9 - HDFS-16411 RBF: RouterId is NULL when disable RourterRpcServer (#3878) (2 years, 5 months ago) +* b39b334873b1 - HADOOP-18098. Basic verification for the release candidate vote (#3944) (2 years, 6 months ago) +* 125e3b616040 - HDFS-16437 ReverseXML processor doesn't accept XML files without the … (#3926) (2 years, 6 months ago) +* 5e7ce26e66ef - HADOOP-18085. S3 SDK Upgrade causes AccessPoint ARN endpoint mistranslation (#3902) (2 years, 6 months ago) +* 3684c7f66a4d - HADOOP-18100: Change scope of inner classes in InodeTree to make them accessible outside package (2 years, 6 months ago) +* 41c86b646478 - HADOOP-18101. Bump aliyun-sdk-oss to 3.13.2 and jdom2 to 2.0.6.1 (#3951) (2 years, 6 months ago) +* b5b07af60559 - HDFS-16435. Remove no need TODO comment for ObserverReadProxyProvider (#3912). Contributed by tomscut. (2 years, 6 months ago) +* ed4466296862 - HDFS-16445. Make HDFS count, mkdir, rm cross platform (#3945) (2 years, 6 months ago) +* ec2fd013334b - YARN-10459. containerLaunchedOnNode method not need to hold scheduler… (#3195) (2 years, 6 months ago) +* 87abc437c776 - YARN-10822. Containers going from New to Scheduled transition for kil… (#3632) (2 years, 6 months ago) +* aeae5716cc20 - Revert "HADOOP-18024. SocketChannel is not closed when IOException happens in Server$Listener.doAccept (#3719)" (2 years, 6 months ago) +* e8f767f2f4e4 - YARN-11026. Make default AppPlacementAllocator configurable in AppSch… (#3741) (2 years, 6 months ago) +* 089e06de2135 - HDFS-16443. Fix edge case where DatanodeAdminDefaultMonitor doubly enqueues a DatanodeDescriptor on exception (#3942) (2 years, 6 months ago) +* bd50b9117e58 - HDFS-16444. Show start time of JournalNode on Web (#3943) (2 years, 6 months ago) +* 39cad5f28fec - HDFS-16169. Fix TestBlockTokenWithDFSStriped#testEnd2End failure (#3850) (2 years, 6 months ago) +* 9cb535caf234 - YARN-10561. Upgrade node.js to 12.22.1 and yarn to 1.22.5 in YARN application catalog webapp (#2591) (2 years, 6 months ago) +* 02f6bad1fff0 - Revert "YARN-11068. Exclude transitive log4j2 dependency coming from solr 8. (#3936)" (2 years, 6 months ago) +* 1c01944f35c8 - YARN-11068. Exclude transitive log4j2 dependency coming from solr 8. (#3936) (2 years, 6 months ago) +* e17c96a40a87 - HDFS-16429. Add DataSetLockManager to manage fine-grain locks for FsDataSetImpl. (#3900). Contributed by limingxiang. (2 years, 6 months ago)
  • +* 6136d630a351 - HDFS-16427. Add debug log for BlockManager#chooseExcessRedundancyStriped (#3888) (2 years, 6 months ago) +* c2ff39006f5d - HDFS-16398. Reconfig block report parameters for datanode (#3831) (2 years, 6 months ago) +* 4faac5884110 - HADOOP-18089. Test coverage for Async profiler servlets (#3913) (2 years, 6 months ago) +* 4b26635a34e3 - YARN-11034. Add enhanced headroom in AllocateResponse (#3766) (2 years, 6 months ago) +* 0d17b629ffee - HADOOP-18093. Better exception handling for testFileStatusOnMountLink() in ViewFsBaseTest.java (#3918). Contributed by Xing Lin. (2 years, 6 months ago) +* 8c7c49d87719 - HDFS-16401.Remove the worthless DatasetVolumeChecker#numAsyncDatasetChecks. (#3838) (2 years, 6 months ago) +* 94b884ae553e - HDFS-16262. Async refresh of cached locations in DFSInputStream (#3527) (2 years, 6 months ago) +* 43153e80cbfc - HDFS-16428. Source path with storagePolicy cause wrong typeConsumed while rename (#3898). Contributed by lei w. (2 years, 6 months ago) +* d69938994eec - HDFS-16403. Improve FUSE IO performance by supporting FUSE parameter max_background (#3842) (2 years, 6 months ago) +* 3ed3c74a6c29 - YARN-11015. Decouple queue capacity with ability to run OPPORTUNISTIC container (#3779) (2 years, 6 months ago) +* b795f6f9a852 - HADOOP-18094. Disable S3A auditing by default. (2 years, 6 months ago) +* 795a5efcc1f7 - HADOOP-17593. hadoop-huaweicloud and hadoop-cloud-storage to remove log4j as transitive dependency (2 years, 6 months ago) +* 5ef335da1ed4 - HDFS-16430. Add validation to maximum blocks in EC group when adding an EC policy (#3899). Contributed by daimin. (2 years, 6 months ago) +* 15b820c83c1f - HDFS-16402. Improve HeartbeatManager logic to avoid incorrect stats. (#3839). Contributed by tomscut. (2 years, 6 months ago) +* dae33cf935d6 - YARN-11065. Bump follow-redirects from 1.13.3 to 1.14.7 in hadoop-yarn-ui (#3890) (2 years, 6 months ago) +* 7c97c0f969e6 - HADOOP-18084. ABFS: Add testfilePath while verifying test contents are read correctly (#3903) (2 years, 6 months ago) +* db2c3200e63a - HDFS-16423. Balancer should not get blocks on stale storages (#3883) (2 years, 6 months ago) +* e3556463301f - HDFS-16399. Reconfig cache report parameters for datanode (#3841) (2 years, 6 months ago) +* fcb1076699bd - HDFS-16426. Fix nextBlockReportTime when trigger full block report force (#3887) (2 years, 6 months ago) +* d8ab84275e01 - HADOOP-18068. upgrade AWS SDK to 1.12.132 (#3864) (2 years, 6 months ago) +* 14ba19af06e2 - HADOOP-17409. Remove s3guard from S3A module (#3534) (2 years, 6 months ago) +* a94e9fcbde12 - YARN-11055. Add missing newline in cgroups-operations.c (#3851) (2 years, 6 months ago) +* d8862822d22d - HDFS-16420. Avoid deleting unique data blocks when deleting redundancy striped blocks. (#3880) (2 years, 6 months ago) +* f02374df9236 - HDFS-16400. Reconfig DataXceiver parameters for datanode (#3843) (2 years, 6 months ago) +* 034dc8d03cef - HDFS-16043. Add markedDeleteBlockScrubberThread to delete blocks asynchronously (#3063). Contributed by Xiangyi Zhu. (2 years, 6 months ago) +* 75426774704c - HADOOP-16223. Remove misleading fs.s3a.delegation.tokens.enabled prompt (#3879) (2 years, 6 months ago) +* 271ac0e0912e - HDFS-16419. Make HDFS data transfer tools cross platform (#3873) (2 years, 6 months ago) +* 93294f03296d - HADOOP-18077. ProfileOutputServlet unable to proceed due to NPE (#3875) (2 years, 6 months ago) +* e2d620192aa0 - HADOOP-18044. Hadoop - Upgrade to jQuery 3.6.0 (#3791) (2 years, 6 months ago) +* 21fe0e63fdfa - YARN-10632. Make auto queue creation maximum allowed depth configurable (#3859) (2 years, 6 months ago) +* b88d5ae1c67d - HDFS-16417. StaticRouterRpcFairnessPolicyController init (#3871) (2 years, 6 months ago) +* b27732c69b11 - HADOOP-14334. S3 SSEC tests to downgrade when running against a mandatory encryption object store (#3870) (2 years, 6 months ago) +* 39efbc6b6fe5 - HDFS-16404. Fix typo for CachingGetSpaceUsed (#3844). Contributed by tomscut. (2 years, 6 months ago) +* 08c803ea3032 - MAPREDUCE-7371. DistributedCache alternative APIs should not use DistributedCache APIs internally (#3855) (2 years, 6 months ago) +* f64fda0f00b2 - (trunk2) HADOOP-18055. Async Profiler endpoint for Hadoop daemons (#3824) (2 years, 7 months ago) +* da0a6ba1ce76 - HADOOP-18065. ExecutorHelper.logThrowableFromAfterExecute() is too noisy. (#3860) (2 years, 7 months ago) +* 46b02788bd7b - HDFS-16371. Exclude slow disks when choosing volume (#3753) (2 years, 7 months ago) +* 657a2882e93f - HADOOP-18056. DistCp: Filter duplicates in the source paths. (#3825). Contributed by Ayush Saxena. (2 years, 7 months ago) +* 43e5218a869c - HDFS-16410. Insecure Xml parsing in OfflineEditsXmlLoader (#3854) (2 years, 7 months ago) +* e1d0aa9ee585 - HDFS-16408. Ensure LeaseRecheckIntervalMs is greater than zero (#3856) (2 years, 7 months ago) +* c3006be516ce - (reviewsync-trunk-YARN-10632.004.patch) HDFS-16407. Make hdfs_du tool cross platform (#3848) (2 years, 7 months ago) +* 9eea0e28f2d7 - (9uapaw/YARN-1059) HDFS-16409. Fix typo: testHasExeceptionsReturnsCorrectValue -> testHasExceptionsReturnsCorrectValue (#3835) (2 years, 7 months ago) +* 7398a0f1b2ca - HADOOP-18063. Remove unused import AbstractJavaKeyStoreProvider in Shell class. (#3846) (2 years, 7 months ago) +* 61d424f38553 - HDFS-16393. RBF: Fix TestRouterRPCMultipleDestinationMountTableResolver. (#3849). Contributed by Ayush Saxena. (2 years, 7 months ago) +* 0c51dec1249b - HADOOP-18061. Update the year to 2022. (#3845). Contributed by Ayush Saxena. (2 years, 7 months ago) +* 3bf014d87176 - YARN-8859. Add audit logs for router service (#3607) (2 years, 7 months ago) +* 43afd1753a5f - HDFS-16394.RPCMetrics increases the number of handlers in processing. (#3822) (2 years, 7 months ago) +* 795054882af7 - HADOOP-13464. Upgrade Gson dependency to version 2.8.9 (#2524) (2 years, 7 months ago) +* b225287913ac - HDFS-16348. Mark slownode as badnode to recover pipeline (#3704) (2 years, 7 months ago) +* caab29ec889a - HDFS-14099. Unknown frame descriptor when decompressing multiple frames (#3836) (2 years, 7 months ago) +* dba139cd0f9b - HADOOP-18045. Disable TestDynamometerInfra (#3829) (2 years, 7 months ago) +* ebdbe7eb8246 - HADOOP-18057. Fix typo: validateEncrytionSecrets -> validateEncryptionSecrets (#3826) (2 years, 7 months ago) +* a5659fe0f784 - HDFS-16395. Remove useless NNThroughputBenchmark#dummyActionNoSynch(). (#3823) (2 years, 7 months ago) +* 4db27acf06cb - YARN-11053. AuxService should not use class name as default system classes (#3816) (2 years, 7 months ago) +* d20b598f97e7 - HDFS-16303. Improve handling of datanode lost while decommissioning (#3675) (2 years, 7 months ago) +* c8725de54708 - HADOOP-18052. Support Apple Silicon in start-build-env.sh (#3817) (2 years, 7 months ago) +* 00e2405fbd59 - YARN-8234. Improve RM system metrics publisher's performance by pushing events to timeline server in batch (#3793) (2 years, 7 months ago) +* 97ed0293ee3e - Update BUILDING.txt (#3811) (2 years, 7 months ago) +* cc07a5a18668 - HDFS-16392. Fix TestWebHdfsFileSystemContract#testResponseCode timeout (#3821) (2 years, 7 months ago) +* e2d6fd075dff - YARN-10178: Global Scheduler async thread crash caused by 'Comparison method violates its general contract. Contributed by Andras Gyori (gandras) and Qi Zhu (zhuqi). (2 years, 7 months ago) +* 8d251bd629c2 - HDFS-16391. Avoid evaluation of LOG.debug statement in NameNodeHeartbeatService (#3820) (2 years, 7 months ago) +* 9420cb6f8a33 - HDFS-16385. Fix Datanode retrieve slownode information bug. (#3803) (2 years, 7 months ago) +* 746b32855496 - HDFS-16386. Reduce DataNode load when FsDatasetAsyncDiskService is working. (#3806) (2 years, 7 months ago) +* 32a78e0b9e2a - HDFS-16168. Fix TestHDFSFileSystemContract.testAppend timeout (#3815) (2 years, 7 months ago) +* 6185056f4d6a - YARN-11047. ResourceManager and NodeManager unable to connect to Hbase when ATSv2 is enabled (#3802) (2 years, 7 months ago) +* 04b6b9a87bf0 - HADOOP-16908. Prune Jackson 1 from the codebase and restrict it's usage for future (#3789) (2 years, 7 months ago) +* 07141426e08e - YARN-11050 (#3805) (2 years, 7 months ago) +* 4483607a4edc - HADOOP-13500. Synchronizing iteration of Configuration properties object (#3775) (2 years, 7 months ago) +* d8dea6f52ada - HDFS-16352. return the real datanode numBlocks in #getDatanodeStorageReport (#3714). Contributed by liubingxing. (2 years, 7 months ago) +* a967033a9f18 - YARN-10427. Duplicate Job IDs in SLS output (#3809). Contributed by Szilard Nemeth (2 years, 7 months ago) +* 8d214cb78572 - YARN-10951. CapacityScheduler: Move all fields and initializer code that belongs to async scheduling to a new class (#3800). Contributed by Szilard Nemeth (2 years, 7 months ago) +* aec9cdb467d8 - YARN-10963. Split TestCapacityScheduler by test categories. Contributed by Tamas Domok (2 years, 7 months ago) +* a9a5830f311a - YARN-11048. Add tests that shows how to delete config values with Mutation API (#3799). Contributed by Szilard Nemeth (2 years, 7 months ago) +* bdec546671c8 - Revert "HDFS-16384. Upgrade Netty to 4.1.72.Final (#3798)" (2 years, 7 months ago) +* 22f5e1885d21 - HDFS-16377. Should CheckNotNull before access FsDatasetSpi (#3784) (2 years, 7 months ago) +* a4557f9ed9af - HDFS-16384. Upgrade Netty to 4.1.72.Final (#3798) (2 years, 7 months ago) +* 10cdde59b466 - HDFS-16375. The FBR lease ID should be exposed to the log (#3769) (2 years, 7 months ago) +* 6ea1685abd87 - YARN-11044. Fix TestApplicationLimits.testLimitsComputation() ineffective asserts. Contributed by Benjamin Teke (2 years, 7 months ago) +* f43ac31b4450 - YARN-11045. ATSv2 storage monitor fails to read from hbase cluster (#3796) (2 years, 7 months ago) +* 59c650802d26 - HDFS-16378. Add datanode address to BlockReportLeaseManager logs (#3786). Contributed by tomscut. (2 years, 7 months ago) +* 843f66f4dc01 - Clean up checkstyle warnings from YARN-11024/10907/10929. Contributed by Benjamin Teke (2 years, 7 months ago) +* 364d38f00d75 - YARN-10929. Do not use a separate config in legacy CS AQC. Contributed by Benjamin Teke (2 years, 7 months ago) +* 8e08f43e0386 - HDFS-16014: Fix an issue in checking native pmdk lib by 'hadoop checknative' command (#3762) (2 years, 7 months ago) +* d29f0e83a935 - HDFS-16373. Fix MiniDFSCluster restart in case of multiple namenodes. (#3756) (2 years, 7 months ago) +* c56a07f36b56 - HDFS-16327. Make DFS_NAMENODE_MAX_SLOWPEER_COLLECT_NODES_KEY reconfigurable (#3716) (2 years, 7 months ago) +* a5bcf4c792e4 - YARN-10907. Minimize usages of AbstractCSQueue#csContext. Contributed by Benjamin Teke (2 years, 7 months ago) +* 898055e204ac - YARN-11024. Create an AbstractLeafQueue to store the common LeafQueue + AutoCreatedLeafQueue functionality. Contributed by Benjamin Teke (2 years, 7 months ago) +* 40464a5e6c63 - HADOOP-18043. Use mina-core 2.0.22 to fix LDAP unit test failures (#3792) (2 years, 7 months ago) +* 4e326f0c970b - HADOOP-18039. Upgrade hbase2 version and fix TestTimelineWriterHBaseDown (#3768) (2 years, 7 months ago) +* a03579e9b57b - HADOOP-18042. Fix jetty version in LICENSE-binary (#3783) (2 years, 7 months ago) +* f544ef4a5100 - YARN-11033. isAbsoluteResource is not correct for dynamically created queues. Contributed by Tamas Domok (2 years, 7 months ago) +* d7c5400fbcd3 - HADOOP-17982. OpensslCipher initialization error should log a WARN message. (#3599) (2 years, 7 months ago) +* a0d8cde133a7 - YARN-10982. Replace all occurences of queuePath with the new QueuePath class. Contributed by Tibor Kovacs (2 years, 7 months ago) +* 9b9e2ef87ffe - HADOOP-18040. Use maven.test.failure.ignore instead of ignoreTestFailure (#3774) (2 years, 7 months ago) +* b85c66a035b3 - HADOOP-18001. Upgrade jetty version to 9.4.44 (#3700). Contributed by Yuan Luo. (2 years, 7 months ago) +* 6dddbd42edd5 - HDFS-16285. Make HDFS ownership tools cross platform (#3588) (2 years, 7 months ago) +* 35556ea043c0 - HDFS-16333. fix balancer bug when transfer an EC block (#3679) (2 years, 7 months ago) +* 8d9dec7e809b - HADOOP-18034. Bump mina-core from 2.0.16 to 2.1.5 in /hadoop-project. (#3706) (2 years, 7 months ago) +* ffee92bbf1a6 - YARN-11005. Implement the core QUEUE_LENGTH_THEN_RESOURCES OContainer allocation policy (#3717) (2 years, 7 months ago) +* 66a08e933ae8 - YARN-11038. Fix testQueueSubmitWithACL* tests in TestAppManager. Contributed by Tamas Domok (2 years, 7 months ago) +* 19430118c689 - YARN-11031. Improve the maintainability of RM webapp tests like TestRMWebServicesCapacitySched. Contributed by Tamas Domok (2 years, 7 months ago) +* 1364847fdd9e - HDFS-15788. Correct the statement for pmem cache to reflect cache persistence support (#3761) (2 years, 7 months ago) +* 00d483d6de2c - HDFS-16324. Fix error log in BlockManagerSafeMode (#3661) (2 years, 7 months ago) +* 7ba91c123544 - HDFS-15862. Make TestViewfsWithNfs3.testNfsRenameSingleNN() idempotent (#2724) (2 years, 7 months ago) +* bface2ac6ce2 - MAPREDUCE-7368. DBOutputFormat.DBRecordWriter#write must throw exception when it fails. (#3671). Contributed by Stamatis Zampetakis. (2 years, 7 months ago) +* 25849ff7b743 - HDFS-16345. Fix test case fail in TestBlockStoragePolicy (#3696). Contributed by guophilipse. (2 years, 7 months ago) +* 6ed01585eb19 - HADOOP-18024. SocketChannel is not closed when IOException happens in Server$Listener.doAccept (#3719) (2 years, 8 months ago) +* 53edd0de5ae6 - HADOOP-18033. Upgrade fasterxml Jackson to 2.13.0 (#3749) (2 years, 8 months ago) +* 126079612c8b - YARN-11016. Queue weight is incorrectly reset to zero. Contributed by Andras Gyori (2 years, 8 months ago) +* 7284d2347655 - YARN-11006. Allow overriding user limit factor and maxAMResourcePercent with AQCv2 templates. Contributed by Benjamin Teke (2 years, 8 months ago) +* 60440a836ab6 - YARN-11023. Extend the root QueueInfo with max-parallel-apps in CapacityScheduler. Contributed by Tamas Domok (2 years, 8 months ago) +* 79cc7b46aff8 - YARN-10757. jsonschema2pojo-maven-plugin version is not defined. Contributed by Tamas Domok (2 years, 8 months ago) +* e9526042a2ee - HDFS-16354. Add description of GETSNAPSHOTDIFFLISTING to WebHDFS doc. (#3740) (2 years, 8 months ago) +* 80cccc5376cb - HDFS-16351. Add path exception information in FSNamesystem (#3713). Contributed by guophilipse. (2 years, 8 months ago) +* 7a8c2e009761 - YARN-11020. [UI2] No container is found for an application attempt with a single AM container. Contributed by Andras Gyori (2 years, 8 months ago) +* d75f2db2f952 - YARN-11014. YARN incorrectly validates maximum capacity resources on the validation API. Contributed by Benjamin Teke (2 years, 8 months ago) +* 5a950b8900aa - YARN-9063. ATS 1.5 fails to start if RollingLevelDb files are corrupt or missing (#3728) (2 years, 8 months ago) +* 1509ea5de283 - HDFS-16338. Correct fsimage error configuration message (#3684). Contributed by guophilipse. (2 years, 8 months ago) +* e8e69de106c0 - HDFS-16293. Client sleeps and holds 'dataQueue' when DataNodes are congested. Contributed by Yuanxin Zhu. (2 years, 8 months ago) +* c2afb6a00b80 - HDFS-16370. Fix assert message for BlockInfo (#3747). Contributed by tomscut. (2 years, 8 months ago) +* 2f55a6cced7b - HDFS-16357. Fix log format in DFSUtilClient (#3729). Contributed by guophilipse. (2 years, 8 months ago) +* cab7086fbcbb - HDFS-16369. RBF: Fix the retry logic of RouterRpcServer#invokeAtAvailableNs. (#3745). Contributed by Ayush Saxena. (2 years, 8 months ago) +* c0f405a46b40 - HDFS-16314. Support to make dfs.namenode.block-placement-policy.exclude-slow-nodes.enabled reconfigurable (#3664) (2 years, 8 months ago) +* 47ea0d734fa2 - HADOOP-18021. Provide a public wrapper of Configuration#substituteVars (#3710) (2 years, 8 months ago) +* dd6b987c93e8 - HDFS-16332. Handle invalid token exception in sasl handshake (#3677) (2 years, 8 months ago) +* 0cb6c28d192e - HDFS-16364. Remove unnecessary brackets in NameNodeRpcServer#L453 (#3742) (2 years, 8 months ago) +* 52ec65fd1022 - HDFS-16331. Make dfs.blockreport.intervalMsec reconfigurable (#3676) (2 years, 8 months ago) +* 0c62a514f752 - HDFS-16358. HttpFS implementation for getSnapshotDiffReportListing (#3730) (2 years, 8 months ago) +* 196935a8d2f3 - HDFS-16359. RBF: RouterRpcServer#invokeAtAvailableNs does not take effect when retrying (#3731). Contributed by tomscut. (2 years, 8 months ago) +* b34dcb5b3a3c - HADOOP-18025. Upgrade HBase version to 1.7.1 for hbase1 profile (#3722) (2 years, 8 months ago) +* df4197592f7f - HADOOP-18029: Update CompressionCodecFactory to handle uppercase file extensions (#3739) (2 years, 8 months ago) +* 4dea4a7b672c - HADOOP-18027. Include static imports in the maven plugin rules (#3733) (2 years, 8 months ago) +* 1ebdac2cd6a0 - HDFS-16361. Fix log format for QueryCommand (#3732). Contributed by tomscut. (2 years, 8 months ago) +* 7b840f2693e9 - YARN-10975 EntityGroupFSTimelineStore#ActiveLogParser parses already processed files (#3735) (2 years, 8 months ago) +* c65c87f21155 - HADOOP-18026. Fix default value of Magic committer (#3723) (2 years, 8 months ago) +* 932a78fe38b3 - HADOOP-18023. Allow cp command to run with multi threads. (#3721) (2 years, 8 months ago) +* 829af89dc424 - HDFS-16344. Improve DirectoryScanner.Stats#toString (#3695) (2 years, 8 months ago) +* 215388beea9e - HADOOP-18022. Add restrict-imports-enforcer-rule for Guava Preconditions and remove remaining usages (#3712) (2 years, 8 months ago) +* 86705eda8220 - HDFS-16339. Show the threshold when mover threads quota is exceeded (#3689) (2 years, 8 months ago) +* c9d64bad37fb - YARN-11007. Correct words in YARN documents (#3680) (2 years, 8 months ago) +* 9c887e5b82d1 - HADOOP-18014. CallerContext should not include some characters. (#3698) (2 years, 8 months ago) +* cdc13e91b619 - HDFS-16350. Datanode start time should be set after RPC server starts successfully (#3711) (2 years, 8 months ago) +* 99b161dec729 - HADOOP-17995. Stale record should be remove when DataNodePeerMetrics#dumpSendPacketDownstreamAvgInfoAsJson (#3708) (2 years, 8 months ago) +* 98fe0d0fc31e - HADOOP-17979. Add Interface EtagSource to allow FileStatus subclasses to provide etags (#3633) (2 years, 8 months ago) +* e8566b38129b - HDFS-16336. De-flake TestRollingUpgrade#testRollback (#3686) (2 years, 8 months ago) +* ae3ba45db584 - HADOOP-17975. Fallback to simple auth does not work for a secondary DistributedFileSystem instance. (#3579) (2 years, 8 months ago) +* 08f3df3ea2af - YARN-10991. Fix to ignore the grouping "[]" for resourcesStr in parseResourcesString method (#3592) (2 years, 8 months ago) +* a35f7dec255e - HADOOP-18016. Make certain methods LimitedPrivate in S3AUtils.java (#3685) (2 years, 8 months ago) +* d3f0b7eab792 - YARN-10760. Number of allocated OPPORTUNISTIC containers can dip below 0 (#3642) (2 years, 8 months ago) +* 5b1b2c8ef651 - YARN-11003. Make RMNode aware of all (OContainer inclusive) allocated resources (#3646) (2 years, 8 months ago) +* faa4eeacb1f7 - HDFS-16343. Add some debug logs when the dfsUsed are not used during Datanode startup. (#3694) (2 years, 8 months ago) +* c0bdba8face8 - HADOOP-18017. unguava: remove Preconditions from hadoop-yarn-project modules (#3687) (2 years, 8 months ago) +* c7ec1897c408 - HADOOP-18018. unguava: remove Preconditions from hadoop-tools modules (#3688) (2 years, 8 months ago) +* 0ed817babbca - HDFS-16337. Show start time of Datanode on Web (#3682) (2 years, 8 months ago) +* 63018dc73f4d - HADOOP-17998. Allow get command to run with multi threads. (#3645) (2 years, 8 months ago) +* c88640c4ad71 - HDFS-16320. Datanode retrieve slownode information from NameNode (#3654) (2 years, 8 months ago) +* 20b78c8f978d - HDFS-16335. Fix HDFSCommands.md (#3681) (2 years, 8 months ago) +* 8e9ad2d7af31 - Revert "HADOOP-17995. Stale record should be remove when DataNodePeerMetrics#dumpSendPacketDownstreamAvgInfoAsJson (#3630)" (#3697) (2 years, 8 months ago) +* 3d1ca6f6dc17 - HDFS-16334. Correct NameNode ACL description (#3678) (2 years, 8 months ago) +* 965e3874e90f - HDFS-16326. Simplify the code for DiskBalancer (#3663) (2 years, 8 months ago) +* 0c1eb0125b1e - HDFS-16328. Correct disk balancer desc (#3669) (2 years, 8 months ago) +* 38614d05e118 - HDFS-16330. Fix incorrect placeholder for Exception logs in DiskBalancer (#3672) (2 years, 8 months ago) +* dc751df63b4a - HDFS-16329. Fix log format for BlockManager (#3670) (2 years, 8 months ago) +* 5b05068fdc07 - HDFS-16310. RBF: Add client port to CallerContext for Router (#3635) (2 years, 8 months ago) +* 91af256a5b44 - HADOOP-17995. Stale record should be remove when DataNodePeerMetrics#dumpSendPacketDownstreamAvgInfoAsJson (#3630) (2 years, 8 months ago) +* 646c470e5de9 - HDFS-16323. DatanodeHttpServer doesn't require handler state map while retrieving filter handlers (#3659) (2 years, 8 months ago) +* 54a1d78e1653 - HADOOP-17999. No-op implementation of setWriteChecksum and setVerifyChecksum in ViewFileSystem. Contributed by Abhishek Das. (#3639) (2 years, 8 months ago) +* 3391b6969241 - HADOOP-18002. ABFS rename idempotency broken -remove recovery (#3641) (2 years, 8 months ago) +* 5626734a36b9 - HDFS-16182.numOfReplicas is given the wrong value in BlockPlacementPolicyDefault$chooseTarget can cause DataStreamer to fail with Heterogeneous Storage. (#3320) (2 years, 8 months ago) +* c9f95b01ef06 - HDFS-16315. Add metrics related to Transfer and NativeCopy for DataNode (#3643) (2 years, 8 months ago) +* 89fcbd84f92b - HDFS-16313. RBF: Add metrics for each sub cluster (#3638) (2 years, 8 months ago) +* b933f5f54b7c - YARN-11001. Add docs on removing node label mapping from a node. Contributed by Manu Zhang (2 years, 8 months ago) +* e14a2dcbbacd - HADOOP-18006. maven-enforcer-plugin's execution of banned-illegal-imports gets overridden in child poms (#3648) (2 years, 8 months ago) +* 573b358fce6d - HADOOP-18003. Add a method appendIfAbsent for CallerContext (#3644) (2 years, 8 months ago) +* 60acf8434dd8 - HDFS-16319. Add metrics doc for ReadLockLongHoldCount and WriteLockLongHoldCount (#3653). Contributed by tomscut. (2 years, 8 months ago) +* 6e6f2e4baad2 - HDFS-16321. Fix invalid config in TestAvailableSpaceRackFaultTolerantBPP (#3655). Contributed by guo. (2 years, 8 months ago) +* 7cb887e6c2bf - YARN-10997. Revisit allocation and reservation logging. Contributed by Andras Gyori (2 years, 8 months ago) +* 7fb1bb8f35bf - HADOOP-18005. Correct log format for LdapGroupsMapping (#3647). Contributed by tomscut. (2 years, 8 months ago) +* e220e88eca26 - YARN-10996. Fix race condition of User object acquisitions. Contributed by Andras Gyori (2 years, 8 months ago) +* db89a9411ebe - HDFS-16287. Support to make dfs.namenode.avoid.read.slow.datanode reconfigurable (#3596) (2 years, 8 months ago) +* 3d692c093622 - HDFS-16305.Record the remote NameNode address when the rolling log is triggered. (#3629) (2 years, 8 months ago) +* 1c1cf64616f3 - HDFS-16311. Metric metadataOperationRate calculation error in DataNodeVolumeMetrics (#3636) (2 years, 8 months ago) +* 8b159d296dfb - [YARN-10998] Add YARN_ROUTER_HEAPSIZE to yarn-env for routers (#3603) (2 years, 8 months ago) +* 2a1a11c03951 - HDFS-16312. Fix typo for DataNodeVolumeMetrics and ProfilingFileIoEvents (#3637) (2 years, 8 months ago) +* ea65fc26d80d - HDFS-16298. Improve error msg for BlockMissingException (#3615) (2 years, 8 months ago) +* b307f18a584b - HDFS-16301. Improve BenchmarkThroughput#SIZE naming standardization. (#3622) (2 years, 8 months ago) +* cbc7fb6bcad8 - HDFS-16299. Fix bug for TestDataNodeVolumeMetrics#verifyDataNodeVolumeMetrics (#3616) (2 years, 8 months ago) +* 9b2fa7e47a32 - HDFS-16307. Improve HdfsBlockPlacementPolicies docs readability (2 years, 8 months ago) +* 0a952e4d1fa8 - HDFS-16304. Locate OpenSSL libs for libhdfspp (#3625) (2 years, 8 months ago) +* d2b8d6b53466 - HDFS-16302. RBF: RouterRpcFairnessPolicyController record requests accepted by each nameservice (#3621) (2 years, 9 months ago) +* e5cee76785f5 - HDFS-16273. RBF: RouterRpcFairnessPolicyController add availableHandleOnPerNs metrics (#3553) (2 years, 9 months ago) +* 45f164a85423 - Revert "HADOOP-17873. ABFS: Fix transient failures in ITestAbfsStreamStatistics and ITestAbfsRestOperationException (#3341)" (2 years, 9 months ago) +* e1ac10ceae2e - HADOOP-17863. ABFS: Fix compiler deprecation warning in TextFileBasedIdentityHandler (#3332) (2 years, 9 months ago) +* 19644c0cdc58 - HADOOP-17862. ABFS: Fix unchecked cast compiler warning for AbfsListStatusRemoteIterator (#3331) (2 years, 9 months ago) +* 6f7b965808f7 - HDFS-16296. RouterRpcFairnessPolicyController add rejected permits for each nameservice (#3613) (2 years, 9 months ago) +* 1032724aa3a1 - HDFS-16300. Use libcrypto in Windows for libhdfspp (#3617) (2 years, 9 months ago) +* 82658a22d6e4 - HADOOP-17873. ABFS: Fix transient failures in ITestAbfsStreamStatistics and ITestAbfsRestOperationException (#3341) (2 years, 9 months ago) +* 72718a8dc1d6 - HDFS-16294.Remove invalid DataNode#CONFIG_PROPERTY_SIMULATED. (#3605) (2 years, 9 months ago) +* a9c51ea57d29 - HADOOP-17374. support listObjectV2 (#3587) (2 years, 9 months ago) +* 18b2cca74ca1 - HDFS-16291.Make the comment of INode#ReclaimContext more standardized. (#3602) (2 years, 9 months ago) +* 359b03c83e97 - HDFS-16266. Add remote port information to HDFS audit log (#3538) (2 years, 9 months ago) +* a21895a5b364 - HDFS-16286. Add a debug tool to verify the correctness of erasure coding on file (#3593) (2 years, 9 months ago) +* 6c6d1b64d4a7 - HADOOP-17928. Syncable: S3A to warn and downgrade (#3585) (2 years, 9 months ago) +* 2f35cc36cdbb - HDFS-16259. Catch and re-throw sub-classes of AccessControlException thrown by any permission provider plugins (eg Ranger) (#3598) (2 years, 9 months ago) +* 618fea27d25c - HDFS-16269. [Fix] Improve NNThroughputBenchmark#blockReport operation. (#3544) (2 years, 9 months ago) +* bccf2f3ef4c8 - HADOOP-17985. Disable JIRA plugin for Yetus run (#3601) (2 years, 9 months ago) +* 0a68413a4fe8 - HDFS-16290.Make log more standardized when executing verifyAndSetNamespaceInfo(). (#3600) (2 years, 9 months ago) +* 634f8a2209d8 - HDFS-16091. WebHDFS should support getSnapshotDiffReportListing. (#3374) (2 years, 9 months ago) +* 6aa664c62443 - HDFS-16279. Print detail datanode info when process first storage report (#3564) (2 years, 9 months ago) +* 2e32cc68fc94 - YARN-10985. Add some tests to verify ACL behaviour in CapacitySchedulerConfiguration (#3570). Contributed by Szilard Nemeth (2 years, 9 months ago) +* d96ce9c23a09 - HADOOP-17968 Migrate checkstyle module illegalimport to maven enforcer banned-illegal-imports (#3584) (2 years, 9 months ago) +* d59890404611 - YARN-10904. Investigate: Remove unnecessary fields from AbstractCSQueue (#3551) contributed by Szilard Nemeth (2 years, 9 months ago) +* 66ac476b4823 - YARN-10924. Clean up CapacityScheduler#initScheduler (#3581) Contributed by Szilard Nemeth (2 years, 9 months ago) +* c1a82853635d - HDFS-16281. Fix flaky unit tests failed due to timeout (#3574) (2 years, 9 months ago) +* b923fa7a1c74 - HADOOP-17946. Upgrade commons-lang to 3.12.0 (#3575) (2 years, 9 months ago) +* 62c86eaa0e53 - HADOOP-17970. unguava: remove Preconditions from hdfs-projects modules (#3566) (2 years, 9 months ago) +* 9cfd8d0a83fa - YARN-10909. AbstractCSQueue: Annotate all methods with VisibleForTesting that are only used by test code. Contributed by JackWangCS, Szilard Nemeth (2 years, 9 months ago) +* 6e574493508d - HDFS-16282. Remove duplicate generic usage information to hdfs debug command (#3576). Contributed by daimin. (2 years, 9 months ago) +* f67e6c315b1c - Revert "Remove duplicate generic usage information to hdfs debug command (#3576). Contributed by daimin." (2 years, 9 months ago) +* 7b913bc6bc70 - Remove duplicate generic usage information to hdfs debug command (#3576). Contributed by daimin. (2 years, 9 months ago) +* 32ecaed9c3c0 - YARN-10930. Introduce universal capacity resource vector. Contributed by Andras Gyori (2 years, 9 months ago) <9uapaw> +* 23772d946bdf - YARN-10948. Rename SchedulerQueue#activeQueue to activateQueue. Contributed by Adam Antal (2 years, 9 months ago) +* 2c37bebac447 - HDFS-16280. Fix typo for ShortCircuitReplica#isStale (#3568). Contributed by tomscut. (2 years, 9 months ago) +* 1385cdfeb9ac - HDFS-16277. improve decision in AvailableSpaceBlockPlacementPolicy (#3559). Contributed by guo. (2 years, 9 months ago) +* a73ff6915ae3 - HDFS-7612: Fix default cache directory in TestOfflineEditsViewer.testStored. Contributed by Michael Kuchenbecker (#3571) (2 years, 9 months ago) +* a4a874f532c6 - HADOOP-17974. Import statements in hadoop-aws trigger clover failures. (2 years, 9 months ago) +* a2f089df4de4 - HDFS-16278. Make HDFS snapshot tools cross platform (#3563) (2 years, 9 months ago) +* 516f36c6f14c - HADOOP-17967. Keep restrict-imports-enforcer-rule for Guava VisibleForTesting in hadoop-main pom (#3555) (2 years, 9 months ago) +* d2869940094d - YARN-1115: Provide optional means for a scheduler to check real user ACLs. Contributed by Eric Payne (epayne) (2 years, 9 months ago) +* 20aeb5ecc33f - YARN-10916. Investigate and simplify GuaranteedOrZeroCapacityOverTimePolicy#computeQueueManagementChanges. Contributed by Szilard Nemeth (2 years, 9 months ago) +* 35b8441fd945 - YARN-10949. Simplify AbstractCSQueue#updateMaxAppRelatedField and find a more meaningful name for this method. Contributed by Andras Gyori (2 years, 9 months ago) +* 414d40155cea - YARN-10958. Use correct configuration for Group service init in CSMappingPlacementRule (#3560) (2 years, 9 months ago) +* 3e1135469eec - HADOOP-17971. Exclude IBM Java security classes from being shaded/relocated. (#3567) (2 years, 9 months ago) +* 46a711799512 - HADOOP-17908. Add missing RELEASENOTES and CHANGELOG to upstream. (#3433) (2 years, 9 months ago) +* 616cea2e8068 - YARN-10954. Remove commented code block from CSQueueUtils#loadCapacitiesByLabelsFromConf. Contributed by Andras Gyori (2 years, 9 months ago) <9uapaw> +* 025f97c8c2d6 - YARN-10942. Move AbstractCSQueue fields to separate objects that are tracking usage. Contributed by Szilard Nemeth (2 years, 9 months ago) +* 2194b9714eac - HADOOP-17945. JsonSerialization raises EOFException reading JSON data stored on google GCS (#3501) (2 years, 9 months ago) +* cb8c98fbb028 - HADOOP-17953. S3A: Tests to lookup global or per-bucket configuration for encryption algorithm (#3525) (2 years, 9 months ago) +* 5337bebcc53a - HDFS-16272. Fix int overflow in computing safe length during EC block recovery (#3548) (2 years, 9 months ago) +* 280ae1c0a9e1 - HADOOP-17932. Distcp file length comparison have no effect (#3519) (2 years, 9 months ago) +* ae95caa60e09 - YARN-10976. Fix resource leak due to Files.walk (#3552) (2 years, 9 months ago) +* d09b380dc2c4 - HDFS-16276. RBF: Remove the useless configuration of rpc isolation in md (#3557) (2 years, 9 months ago) +* a38fa941c4e3 - HDFS-16206. The error of Constant annotation in AzureNativeFileSystemStore.java (#3372). Contributed by guoxin. (2 years, 9 months ago) +* 263e4b595d68 - HDFS-16271. RBF: NullPointerException when setQuota through routers with quota disabled. Contributed by Chengwei Wang. (2 years, 9 months ago) +* d72e2cb7861e - HDFS-16274. Improve error msg for FSNamesystem#startFileInt (#3554) (2 years, 9 months ago) +* cb2b7970ee19 - HADOOP-17123. remove guava Preconditions from Hadoop-common-project modules (#3543) (2 years, 9 months ago) +* d336227e5c63 - HADOOP-17963. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-yarn-project modules (#3541) (2 years, 9 months ago) +* 79e5a7f3e3f7 - HADOOP-17962. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-tools modules (#3540) (2 years, 9 months ago) +* 1151edf12ed0 - HADOOP-17956. Replace all default Charset usage with UTF-8 (#3529) (2 years, 9 months ago) +* 7279fe8661d6 - HDFS-16268. Balancer stuck when moving striped blocks due to NPE (#3546) (2 years, 9 months ago) +* 97c0f968792e - HADOOP-16532. Fix TestViewFsTrash to use the correct homeDir. Contributed by Xing Lin. (#3514) (2 years, 9 months ago) +* 107fe227eb0f - (YARN-10959) HDFS-16267. Make hdfs_df tool cross platform (#3542) (2 years, 9 months ago) +* ff24fe61972f - HDFS-16244.Add the necessary write lock in Checkpointer#doCheckpoint(). (#3497) (2 years, 9 months ago) +* 8c271caa81db - YARN-6862. Nodemanager resource usage metrics sometimes are negative. Contributed by Benjamin Teke (2 years, 9 months ago) +* a05eb23a85e5 - HDFS-16260. Make hdfs_deleteSnapshot tool cross platform (#3532) (2 years, 9 months ago) +* d7c01d083cc1 - HDFS-16264.When adding block keys, the records come from the specific Block Pool. (#3533) (2 years, 9 months ago) +* 65d9523aa2ed - HADOOP-17925. BUILDING.txt should not encourage to activate docs profile on building binary artifacts. (#3509) (2 years, 9 months ago) +* 88d8c3d0c88b - HDFS-16241. Standby close reconstruction thread (#3493) (2 years, 9 months ago) +* b1ad4eab9ac4 - HADOOP-17959. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-cloud-storage-project and hadoop-mapreduce-project modules (#3537) (2 years, 9 months ago) +* 3ac0cc9e6fc3 - HADOOP-17957. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-hdfs-project modules (#3530) (2 years, 9 months ago) +* 4f3dfb7c1cce - HDFS-16265. Refactor HDFS tool tests for better reuse (#3536) (2 years, 9 months ago) +* cc95fc4cc6d0 - HDFS-16263. Add CMakeLists for hdfs_allowSnapshot (#3531) (2 years, 10 months ago) +* cf4d2d826cad - HADOOP-17955. Bump netty to the latest 4.1.68. (#3528) (2 years, 10 months ago) +* 35eff545560d - YARN-10934. Fix LeafQueue#activateApplication NPE when the user of the pending application is missing from usersManager. Contributed by Benjamin Teke (2 years, 10 months ago) +* 6bad3badf565 - HDFS-16251. Make hdfs_cat tool cross platform (#3523) (2 years, 10 months ago) +* 4b1b6b858ac6 - YARN-10953. Make CapacityScheduler#getOrCreateQueueFromPlacementConte… Contributed by Andras Gyori (2 years, 10 months ago) <9uapaw> +* 5535d66fb51e - YARN-10692. Do not extend from CapacitySchedulerTestBase when not needed. Contributed by Tamas Domok (2 years, 10 months ago) +* e103c8376589 - HADOOP-17952. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-common-project modules (#3503) (2 years, 10 months ago) +* 8071dbb9c6b4 - HADOOP-17950. Provide replacement for deprecated APIs of commons-io IOUtils (#3515) (2 years, 10 months ago) +* c36f9402dc08 - HADOOP-17930. implement non-guava Precondition checkState (#3522) (2 years, 10 months ago) +* e12cd0c63885 - HDFS-16254. Cleanup protobuf on exit of hdfs_allowSnapshot (#3518) (2 years, 10 months ago) +* a30231ff8e3f - HDFS-16252. Correct docs for dfs.http.client.retry.policy.spec. Contributed by Stephen O'Donnell (2 years, 10 months ago) +* 783e4805e7ef - HADOOP-17947. Additional element types for VisibleForTesting (ADDENDUM) (#3521) (2 years, 10 months ago) +* 84f10fd78b08 - HDFS-16250. Refactor AllowSnapshotMock using GMock (#3513) (2 years, 10 months ago) +* 5b1d59400529 - HADOOP-17947. Provide alternative to Guava VisibleForTesting (#3505) (2 years, 10 months ago) +* 33608c3bd4d7 - HADOOP-17951. Improve S3A checking of S3 Access Point existence (#3516) (2 years, 10 months ago) +* 68c2accc20e0 - HDFS-16247. RBF: Fix the ProcessingAvgTime and ProxyAvgTime code comments and document metrics describe ms unit (#3511) (2 years, 10 months ago) +* 5f0452602fe7 - HDFS-16222. Fix ViewDFS with mount points for HDFS only API. (#3422). Contributed by Ayush Saxena. (2 years, 10 months ago) +* bf9106c812c1 - HDFS-16242. JournalMetrics should add JournalId MetricTag. (#3494) (2 years, 10 months ago) +* 0c498f21dee7 - HADOOP-17929. implement non-guava Precondition checkArgument (#3473) (2 years, 10 months ago) +* 1789c7c8c0fe - HDFS-16238.Improve comments related to EncryptionZoneManager. (#3483) (2 years, 10 months ago) +* 211db3fe0804 - HADOOP-17938. Print lockWarningThreshold in InstrumentedLock#logWarni… (#3485) (2 years, 10 months ago) +* ed8e8793205a - YARN-10823. Expose all node labels for root without explicit configurations. Contributed by Andras Gyori (2 years, 10 months ago) <9uapaw> +* 3c9e3d532113 - YARN-10960. Extract test queues and related methods from TestCapacityScheduler. Contributed by Tamas Domok (2 years, 10 months ago) +* 6f2fa87fc8fe - HADOOP-17934 ABFS: Make sure the AbfsHttpOperation is non-null before using it (#3477) (2 years, 10 months ago) +* d609f44aa097 - HADOOP-17922. move to fs.s3a.encryption.algorithm - JCEKS integration (#3466) (2 years, 10 months ago) +* 7097e5b793de - HADOOP-17905. Modify Text.ensureCapacity() to efficiently max out the… (#3423) (2 years, 10 months ago) +* 2fda61fac6c9 - HADOOP-17851. S3A to support user-specified content encoding (#3498) (2 years, 10 months ago) +* b7c2864613ec - HADOOP-17198. Support S3 Access Points (#3260) (2 years, 10 months ago) +* 1db5eb43ad30 - HADOOP-17941. Update xerces to 2.12.1 (#3496) (2 years, 10 months ago) +* 4bd0c36189f6 - YARN-10970. Standby RM should expose prom endpoint (#3480) (2 years, 10 months ago) +* 51bd528bd34b - YARN-10957. Using invokeConcurrent Overload with Collection in getClusterMetrics (#3439) (2 years, 10 months ago) +* f5148ca54210 - MAPREDUCE-7363. Rename JobClientUnitTest to TestJobClients (#3487) (2 years, 10 months ago) +* 1f8f53f7d729 - HDFS-16231. Fix TestDataNodeMetrics#testReceivePacketSlowMetrics (#3471) (2 years, 10 months ago) +* 02993bc11ef3 - HDFS-16237.Record the BPServiceActor information that communicates with Standby. (#3479) (2 years, 10 months ago) +* 86e80752d1c2 - HDFS-16240. Replace unshaded guava in HttpFSServerWebServer. (#3492) (2 years, 10 months ago) +* 2068b0041c05 - HADOOP-17940. Upgrade Kafka to 2.8.1 (#3488) (2 years, 10 months ago) +* 7ed949600da1 - HADOOP-17936. Fix test failure after reverting HADOOP-16878 (#3482) (2 years, 10 months ago) +* ae6cd4cea5a7 - HADOOP-17931. Fix typos in usage message in winutils.exe (#3490) (2 years, 10 months ago) +* 1e8c25d52893 - Revert "Fix winutils typos (#3484)" (#3489) (2 years, 10 months ago) +* 0f3734a99eb0 - Fix winutils typos (#3484) (2 years, 10 months ago) +* b79cacf97b99 - HADOOP-17939. Support building on Apple Silicon (#3486) (2 years, 10 months ago) +* 9d44f503dbf2 - HADOOP-17910. [JDK 17] TestNetUtils fails (#3481) (2 years, 10 months ago) +* 1397cf24966c - Revert "HADOOP-16878. FileUtil.copy() to throw IOException if the source and destination are the same" (2 years, 10 months ago) +* 2ee294b1b13f - Revert "MAPREDUCE-7303. Fix TestJobResourceUploader failures after HADOOP-16878. Contributed by Peter Bacsko." (2 years, 10 months ago) +* 4c516536bef2 - HDFS-16236. Example command for daemonlog is not correct (#3476) (2 years, 10 months ago) +* 5f9321a5d411 - HDFS-16235. Fix Deadlock in LeaseRenewer for static remove method (#3472) (2 years, 10 months ago) +* 87632bbacf06 - HDFS-16233. Do not use exception handler to implement copy-on-write for EnumCounters. (#3468) (2 years, 10 months ago) +* 3113a119af8e - HDFS-16232. Fix java doc for BlockReaderRemote#newBlockReader (#3456) (2 years, 10 months ago) +* 98e2781dde4c - HDFS-16063. Add toString to EditLogFileInputStream. Contributed by Dionisii Iuzhakov. (2 years, 10 months ago) +* 329b95b62090 - HADOOP-17892. Add Hadoop code formatter in dev-support (#3387) (2 years, 10 months ago) +* 35a8d48872a1 - HDFS-16205. Make hdfs_allowSnapshot tool cross platform (#3388) (2 years, 10 months ago) +* 138add2cb223 - HADOOP-17868. Add more tests for BuiltInGzipCompressor (#3336) (2 years, 10 months ago) +* c7e7b2f907e8 - HDFS-16219. RBF: Set default map tasks and bandwidth in RouterFederationRename (#3452) (2 years, 10 months ago) +* 962068d2d814 - HADOOP-17926. Maven-eclipse-plugin is no longer needed since Eclipse can import Maven projects by itself. (#3465) (2 years, 10 months ago) +* b1431813d0d6 - HDFS-10648. Expose Balancer metrics through Metrics2 (#3427) (2 years, 10 months ago) +* 8f4456d4a155 - YARN-10961. TestCapacityScheduler: reuse appHelper where feasible. Contributed by Tamas Domok (2 years, 10 months ago) +* 9f6430c9ed2b - YARN-10897. Introduce QueuePath class. Contributed by Andras Gyori (2 years, 10 months ago) <9uapaw> +* acffe203b812 - HADOOP-17195. ABFS: OutOfMemory error while uploading huge files (#3446) (2 years, 10 months ago) +* ae2c5ccfcf75 - HADOOP-17893. Improve PrometheusSink for Namenode TopMetrics (#3426) (2 years, 10 months ago) +* feee41aa00c3 - HDFS-16213. Flaky test TestFsDatasetImpl#testDnRestartWithHardLink (#3386) (2 years, 10 months ago) +* 4df438932525 - YARN-10911. AbstractCSQueue: Create a separate class for usernames and weights that are travelling in a Map. Contributed by Szilard Nemeth (2 years, 10 months ago) +* f93e8fbf2d72 - HDFS-16129. Fixing the signature secret file misusage in HttpFS. Contributed by Tamas Domok (2 years, 10 months ago) +* f92c6750ec33 - HDFS-16230. Remove irrelevant trim() call in TestStorageRestore. (#3455). Contributed by Thomas Leplus. (2 years, 10 months ago) +* a9b2469a534c - YARN-10950. Code cleanup in QueueCapacities (#3454) (2 years, 10 months ago) +* 5dcb23c1f005 - YARN-10937. Fix log message arguments in LogAggregationFileController (#3450) (2 years, 10 months ago) +* aa74a303ed30 - YARN-10913. AbstractCSQueue: Group preemption methods and fields into a separate class (#3420) (2 years, 10 months ago) +* d6eb07724750 - HADOOP-17902. Fix Hadoop build on Debian 10 (#3408) (2 years, 10 months ago) +* c9763a99c1c9 - HDFS-16227. De-flake TestMover#testMoverWithStripedFile (#3429) (2 years, 10 months ago) +* cd5c6395e870 - HDFS-16229.Remove the use of obsolete BLOCK_DELETION_INCREMENT. (#3451). Contributed by JiangHua Zhu. (2 years, 10 months ago) +* 607c20c61222 - HADOOP-17919. Fix command line example in Hadoop Cluster Setup documentation. (#3453) (2 years, 10 months ago) +* 5ebcd4bb9270 - HADOOP-17126. implement non-guava Precondition checkNotNull (2 years, 10 months ago) +* 7c25a77911ec - HDFS-16217. RBF: Set default value of hdfs.fedbalance.procedure.scheduler.journal.uri by adding appropriate config resources (#3434) (2 years, 10 months ago) +* deb52cdcbbce - HDFS-16224. testBalancerWithObserverWithFailedNode times out (#3425) (2 years, 10 months ago) +* 71a601241c14 - HADOOP-17914. Print RPC response length in the exception message (#3436) (2 years, 10 months ago) +* f5c76c8e3193 - YARN-10936. Log typo corrected. (#3449) (2 years, 10 months ago) +* a424878e0e67 - HADOOP-17891. Fix compilation error under skipShade (ADDENDUM) (#3441) (2 years, 10 months ago) +* 16ca36256420 - HADOOP-17913. Filter deps with release labels (#3437) (2 years, 10 months ago) +* 4d21655d04d1 - HDFS-16218. Use HdfsConfiguration for passing in Router principal (#3444) (2 years, 10 months ago) +* 2d479309ccc1 - HDFS-16203. Discover datanodes with unbalanced block pool usage by the standard deviation (#3366) (2 years, 10 months ago) +* c54bf1997835 - HADOOP-17871. S3A CSE: minor tuning (#3412) (2 years, 10 months ago) +* 10f3abeae768 - Revert "HADOOP-17195. OutOfMemory error while performing hdfs CopyFromLocal to ABFS (#3406)" (#3443) (2 years, 10 months ago) +* 52c024cc3aac - HADOOP-17195. OutOfMemory error while performing hdfs CopyFromLocal to ABFS (#3406) (2 years, 10 months ago) +* 43f0a34dd48e - YARN-10935. AM Total Queue Limit goes below per-user AM Limit if parent is full. Contributed by Eric Payne. (2 years, 10 months ago) +* 3aa76f7e48c3 - HADOOP-17907. FileUtil#fullyDelete deletes contents of sym-linked directory when symlink cannot be deleted because of local fs fault (#3431). Contributed by Weihao Zheng. (2 years, 10 months ago) +* 3ecaa39668b3 - HDFS-16181. [SBN Read] Fix display of JournalNode metric RpcRequestCacheMissAmount (#3317) (2 years, 10 months ago) +* b8f7c7527a7c - HADOOP-17891. Exclude snappy-java and lz4-java from relocation in shaded hadoop client libraries (#3385) (2 years, 10 months ago) +* 5dc2f7b1376c - YARN-10915. AbstractCSQueue: Simplify complex logic in methods: deriveCapacityFromAbsoluteConfigurations and updateEffectiveResources (#3418) (2 years, 10 months ago) +* 783d94f5cdf2 - YARN-10917. Investigate and simplify CapacitySchedulerConfigValidator#validateQueueHierarchy (#3403) (2 years, 10 months ago) +* 63c892278fe6 - YARN-10912. AbstractCSQueue#updateConfigurableResourceRequirement: Separate validation logic from initialization logic (#3390) (2 years, 10 months ago) +* 4f563ff1ba7e - HDFS-16225. Fix typo for FederationTestUtils (#3428). Contributed by tomscut. (2 years, 10 months ago) +* 1032104b9ac4 - HDFS-15920.Solve the problem that the value of SafeModeMonitor#RECHECK_INTERVAL can be configured. (#2831). Contributed by JiangHua Zhu. (2 years, 10 months ago) +* c4c5883d8bf1 - HDFS-16198. Short circuit read leaks Slot objects when InvalidToken exception is thrown (#3359) (2 years, 10 months ago) +* d9eb5ad6d3dd - HADOOP-17900. Move ClusterStorageCapacityExceededException to Public from LimitedPrivate. (#3404). Contributed by Ayush Saxena. (2 years, 10 months ago) +* 17c58ac95901 - HDFS-16223. AvailableSpaceRackFaultTolerantBlockPlacementPolicy should use chooseRandomWithStorageTypeTwoTrial() for better performance. (#3424). Contributed by Ayush Saxena. (2 years, 10 months ago) +* 356ebbbe80ae - HDFS-16187. SnapshotDiff behaviour with Xattrs and Acls is not consistent across NN restarts with checkpointing (#3340) (2 years, 10 months ago) +* ad1d40970ac2 - YARN-10928. Support default queue config for minimum-user-limit-percent/user-limit-factor (#3389) (2 years, 10 months ago) +* d8026e387e2b - YARN-10903. Fix the headroom check in ParentQueue and RegularContainerAllocator for DRF (#3352) (2 years, 10 months ago) +* edfde6eebcf5 - HDFS-16197.Simplify getting NNStorage in FSNamesystem. (#3357) (2 years, 10 months ago) +* 7f6553af7546 - HDFS-16221. RBF: Add usage of refreshCallQueue for Router (#3421) (2 years, 10 months ago) +* 4d18a2eb9990 - HADOOP-17904. Test Result Not Working In Jenkins Result. (#3413). Contributed by Ayush Saxena. (2 years, 10 months ago) +* 90bc688c78ae - HDFS-16188. RBF: Router to support resolving monitored namenodes with DNS (#3346) Contributed by Leon Gao (2 years, 10 months ago) +* 827e19271a88 - HADOOP-17901. Performance degradation in Text.append() after HADOOP-1… (#3411) (2 years, 10 months ago) +* 971f1b8b0a37 - YARN-10872. Replace getPropsWithPrefix calls in AutoCreatedQueueTemplate (#3396) (2 years, 10 months ago) +* 811fd23f234d - YARN-10852. Optimise CSConfiguration getAllUserWeightsForQueue (#3392) (2 years, 10 months ago) <9uapaw> +* b229e5a345bf - YARN-10910. AbstractCSQueue#setupQueueConfigs: Separate validation logic from initialization logic (#3407) (2 years, 10 months ago) +* 29a6f141d4bc - YARN-10914. Simplify duplicated code for tracking ResourceUsage in AbstractCSQueue (#3402) (2 years, 10 months ago) +* dee6dc2f8960 - YARN-10893. Adding metrics for getClusterMetrics and getApplications APIs in FederationClientInterceptor (#3325) (2 years, 10 months ago) +* 99cb2b6b7fb8 - HDFS-16065. RBF: Add metrics to record Router's operations (#3100) (2 years, 10 months ago) +* 4ced012f3301 - (pbacsko/trunk) HADOOP-17804. Expose prometheus metrics only after a flush and dedupe with tag values (#3369) (2 years, 10 months ago) +* e70883664153 - HADOOP-17887. Remove the wrapper class GzipOutputStream (#3377) (2 years, 10 months ago) +* bddc9bf63c3a - HDFS-16207. Remove NN logs stack trace for non-existent xattr query (#3375) (2 years, 10 months ago) +* c0890e6d04dd - HDFS-16210. RBF: Add the option of refreshCallQueue to RouterAdmin (#3379) (2 years, 10 months ago) +* a1864600049f - YARN-10829. Follow up: Adding null checks before merging ResourceUsage Report (#3252) (2 years, 10 months ago) +* 2ff3fc50e4a9 - YARN-10870. Missing user filtering check -> yarn.webapp.filter-entity-list-by-user for RM Scheduler page. Contributed by Gergely Pollak (2 years, 10 months ago) +* 5428d36b56fa - HADOOP-17857. Check real user ACLs in addition to proxied user ACLs. Contributed by Eric Payne (2 years, 10 months ago) +* 5e166898aaa5 - YARN-10901. Permission checking error on an existing directory in LogAggregationFileController#verifyAndCreateRemoteLogDir (#3355) (2 years, 10 months ago) +* 4e209a31da6c - YARN-10919. Remove LeafQueue#scheduler field (#3382) (2 years, 10 months ago) +* 40e639ad078a - YARN-10646. TestCapacitySchedulerWeightMode test descriptor comments doesnt reflect the correct scenario (#3339) (2 years, 10 months ago) +* 3024a4702676 - Add documentation for YARN-10623 auto refresh queue conf in CS (#3279) (2 years, 10 months ago) +* d9cb69853b51 - YARN-10522. Document for Flexible Auto Queue Creation in Capacity Scheduler (2 years, 10 months ago) +* 9c8fe1e512df - YARN-10576. Update Capacity Scheduler documentation with JSON-based placement mapping. Contributed by Benjamin Teke (2 years, 10 months ago) +* ce7a5bfbd3cb - HADOOP-17899. Avoid using implicit dependency on junit-jupiter-api. (#3399) (2 years, 11 months ago) +* e183ec8998d0 - HADOOP-17897. Allow nested blocks in switch case in checkstyle settings. (#3394) (2 years, 11 months ago) +* 5a306955a41c - HDFS-16209. Add description for dfs.namenode.caching.enabled (#3378) (2 years, 11 months ago) +* 9512c774c00c - YARN-10884: Handle empty owners to parse log files (#3318) (2 years, 11 months ago) +* 6e3aeb15444b - HADOOP-17894. CredentialProviderFactory.getProviders() recursion loading JCEKS file from S3A (#3393) (2 years, 11 months ago) +* 9b8f81a17948 - HADOOP-17156. ABFS: Release the byte buffers held by input streams in close() (#3285) (2 years, 11 months ago) +* 4e4d4fcc7c96 - HDFS-16204. Improve FSDirEncryptionZoneOp related parameter comments. (#3368) (2 years, 11 months ago) +* dd6b2cebed70 - HDFS-16138. BlockReportProcessingThread exit doesn't print the actual stack (#3244). Contributed by Renukaprasad C. (2 years, 11 months ago) +* 364a1fbfb3e0 - HDFS-16194. Simplify the code with DatanodeID#getXferAddrWithHostname (#3354). Contributed by tomscut. (2 years, 11 months ago) +* cc6b545365e6 - HDFS-16199. Resolve log placeholders in NamenodeBeanMetrics (#3362). Contributed by Viraj Jasani. (2 years, 11 months ago) +* 1d808f59d791 - HADOOP-15129. Datanode caches namenode DNS lookup failure and cannot startup (#3348) Co-authored-by: Karthik Palaniappan (2 years, 11 months ago) +* a610f6d9c3d1 - HDFS-16202. Use constants "HdfsClientConfigKeys.Failover.PREFIX" instead of "dfs.client.failover." (#3367). Contributed by Weison Wei. (2 years, 11 months ago) +* 99a157fa4ad1 - HADOOP-17874. ExceptionsHandler to add terse/suppressed Exceptions in thread-safe manner (#3343) (2 years, 11 months ago) +* 051207375b30 - HADOOP-17886. Upgrade ant to 1.10.11 (#3371) (2 years, 11 months ago) +* 24af52efaba8 - HDFS-15966. Empty the statistical parameters when emptying the redundant queue (#2894) (2 years, 11 months ago) +* 6187f76f11e8 - MAPREDUCE-7311. Clear filesystem statistics after tests in TestTaskProgressReporter (#2500) (2 years, 11 months ago) +* 4ea60b5733a1 - HADOOP-17870. Http Filesystem to qualify relative paths. (#3338) (2 years, 11 months ago) +* 164608b5465e - HDFS-16192: ViewDistributedFileSystem#rename wrongly using src in the place of dst. (#3353) (2 years, 11 months ago) +* 265a48e245b4 - HADOOP-17869. `fs.s3a.connection.maximum` should be bigger than `fs.s3a.threads.max` (#3337). (2 years, 11 months ago) +* 50dda774f13a - HADOOP-17544. Mark KeyProvider as Stable. (#2776) (2 years, 11 months ago) +* 7b5be74228cb - MAPREDUCE-7342. Stop RMService in TestClientRedirect.testRedirect() (#2968) (2 years, 11 months ago) +* 73a0c313705a - HADOOP-17877. BuiltInGzipCompressor header and trailer should not be static variables (#3350) (2 years, 11 months ago) +* 16e6030e25a6 - (JackWangCS/trunk) YARN-10891. Extend QueueInfo with max-parallel-apps in CS. (#3314) (2 years, 11 months ago) +* 4c94831364e9 - HDFS-16173.Improve CopyCommands#Put#executor queue configurability. (#3302) (2 years, 11 months ago) +* aa9cdf2af6fd - HDFS-16143. Add Timer in EditLogTailer and de-flake TestEditLogTailer#testStandbyTriggersLogRollsWhenTailInProgressEdits (#3235) (2 years, 11 months ago) +* b53cae0ffb1b - HDFS-16157. Support configuring DNS record to get list of journal nodes contributed by Leon Gao. (#3284) (2 years, 11 months ago) +* ad54f5195c8c - HDFS-16175.Improve the configurable value of Server #PURGE_INTERVAL_NANOS. (#3307) (2 years, 11 months ago) +* 1b9927afe1db - HDFS-16184. De-flake TestBlockScanner#testSkipRecentAccessFile (#3329) (2 years, 11 months ago) +* c8e58648389c - HADOOP-17854. Run junit in Jenkins only if surefire reports exist (#3319) (2 years, 11 months ago) +* fc566ad9b0e1 - HADOOP-17858. Avoid possible class loading deadlock with VerifierNone initialization (#3321) (2 years, 11 months ago) +* e06a5cb19782 - YARN-10838. Implement an optimised version of Configuration getPropsWithPrefix. Contributed by Andras Gyori, Benjamin Teke (2 years, 11 months ago) +* 9084c728eb4c - HDFS-16180.FsVolumeImpl.nextBlock should consider that the block meta file has been deleted. (#3315) (2 years, 11 months ago) +* b6d19718204a - HDFS-16178. Make recursive rmdir in libhdfs++ cross platform (#3311) (2 years, 11 months ago) +* 07627ef19e2b - HDFS-16177. Bug fix for Util#receiveFile (#3310) (2 years, 11 months ago) +* 0e922aab41eb - HDFS-16160. Improve the parameter annotation in DatanodeProtocol#sendHeartbeat (#3291) (2 years, 11 months ago) +* dcddc6a59f68 - HADOOP-17682. ABFS: Support FileStatus input to OpenFileWithOptions() via OpenFileParameters (#2975) (2 years, 11 months ago) +* ee07b9028614 - HADOOP-17836. Improve logging on ABFS error reporting (#3281) (2 years, 11 months ago) +* 409878ef8097 - HDFS-16174. Refactor TempFile and TempDir in libhdfs++ (#3303) (2 years, 11 months ago) +* 4f3f26ce0997 - YARN-10873: Account for scheduled AM containers before deactivating node (#3287) (2 years, 11 months ago) +* 53a2c65694c0 - HDFS-16162.Improve DFSUtil#checkProtectedDescendants() related parameter comments. (#3295) (2 years, 11 months ago) +* 6014a089fd98 - HADOOP-17825. Add BuiltInGzipCompressor (#3250) (2 years, 11 months ago) +* 6342d5e52394 - HDFS-16171. De-flake testDecommissionStatus (#3280) (2 years, 11 months ago) +* 919a99bbb47d - HDFS-16163. Avoid locking entire blockPinningFailures map (#3296) (2 years, 11 months ago) +* 3aaac8a1f682 - HADOOP-17834. Bump aliyun-sdk-oss to 3.13.0 (#3261) (2 years, 11 months ago) +* 3ec53a33ba26 - HADOOP-17799. Improve the GitHub pull request template (#3277) (2 years, 11 months ago) +* b90389ae9840 - HADOOP-17844. Upgrade JSON smart to 2.4.7 (#3299) (2 years, 11 months ago) +* 77383a4d5525 - HDFS-15976. Make mkdtemp cross platform (#2908) (2 years, 11 months ago) +* 6a7883431fc4 - HADOOP-17841. Remove ListenerHandle from Hadoop registry (#3278) (3 years ago) +* 0c7b951e031d - HDFS-16151. Improve the parameter comments related to ProtobufRpcEngine2#Server(). (#3256) (3 years ago) +* 3565c9477dff - HADOOP-17370. Upgrade commons-compress to 1.21 (#3274) (3 years ago) +* 4972e7a246f4 - Fix potential heap buffer overflow in hdfs.c. Contributed by Igor Chervatyuk. (3 years ago) +* 23e2a0b2021e - HADOOP-17835. Use CuratorCache implementation instead of PathChildrenCache / TreeCache (#3266) (3 years ago) +* 4fd97e01e5ef - HADOOP-17787. Refactor fetching of credentials in Jenkins (#3167) (3 years ago) +* b0b867e977ab - HADOOP-17837: Add unresolved endpoint value to UnknownHostException (ADDENDUM) (#3276) (3 years ago) +* e85c44657c4d - HDFS-16154. TestMiniJournalCluster failing intermittently because of not reseting UserGroupInformation completely (#3270) (3 years ago) +* 5e54d92e6ec8 - HADOOP-17837: Add unresolved endpoint value to UnknownHostException (#3272) (3 years ago) +* a73b64f86b73 - HDFS-16153. Avoid evaluation of LOG.debug statement in QuorumJournalManager (#3269). Contributed by wangzhaohui. (3 years ago) +* 9fe1f24ec11c - HADOOP-17808. Avoid excessive logging for interruption (ADDENDUM) (#3267) (3 years ago) +* e80b5a08e28a - HADOOP-17816. Run optional CI for changes in C (#3238) (3 years ago) +* 8d6a6869531a - HADOOP-17823. S3A S3Guard tests to skip if S3-CSE are enabled (#3263) (3 years ago) +* a67a0fd37a55 - YARN-10878. move TestNMSimulator off com.google (#3268) (3 years ago) +* 3450522c2f5a - HADOOP-17618. ABFS: Partially obfuscate SAS object IDs in Logs (#2845) (3 years ago) +* 44bab51be44e - YARN-10849 Clarify testcase documentation for TestServiceAM#testContainersReleasedWhenPreLaunchFails. Contributed by Szilard Nemeth (3 years ago) +* 0ba6f35dc24a - YARN-10355. Refactor NM ContainerLaunch.java#orderEnvByDependencies (3 years ago) +* 10a2526b0b47 - HDFS-16146. All three replicas are lost due to not adding a new DataN… (#3247) Contributed by Shuyan Zhang. (3 years ago) +* a5811dda7bce - YARN-10874. Refactor NM ContainerLaunch#getEnvDependencies's unit tests (#3248) (3 years ago) +* 8616591b0c06 - HDFS-16149.Improve the parameter annotation in FairCallQueue#priorityLevels. (#3255) (3 years ago) +* ccfa072dc77d - HADOOP-17612. Upgrade Zookeeper to 3.6.3 and Curator to 5.2.0 (#3241) (3 years ago) +* 4627e9c7efc0 - HADOOP-17822. fs.s3a.acl.default not working after S3A Audit feature (#3249) (3 years ago) +* ee466d4b4002 - HADOOP-17628. Distcp contract test is really slow with ABFS and S3A; timing out. (#3240) (3 years ago) +* efb3fa2bf5e2 - YARN-10854. Support marking inactive node as untracked without configured include path. Contributed by Tao Yang. (3 years ago) +* e31169c86413 - MAPREDUCE-7258. HistoryServerRest.html#Task_Counters_API, modify the jobTaskCounters's itemName from taskcounterGroup to taskCounterGroup (#1808) (3 years ago) +* 266b1bd1bb93 - HADOOP-17812. NPE in S3AInputStream read() after failure to reconnect to store (#3222) (3 years ago) +* a218038960e9 - HADOOP-17139 Re-enable optimized copyFromLocal implementation in S3AFileSystem (#3101) (3 years ago) +* 6d77f3b6cd05 - HDFS-14529. SetTimes to throw FileNotFoundException if inode is not found (#3243) (3 years ago) +* 798a0837c1c1 - YARN-10814. Fallback to RandomSecretProvider if the secret file is empty (#3206) (3 years ago) +* 13467f452407 - HADOOP-17815. Run CI for Centos 7 (#3231) (3 years ago) +* 8f750c54aaa8 - YARN-10856. Prevent ATS v2 health check REST API call if the ATS service itself is disabled. (#3236) (3 years ago) +* ac0a4e7f589e - YARN-10869. CS considers only the default maximum-allocation-mb/vcore property as a maximum when it creates dynamic queues (#3225) (3 years ago) +* 74770c8a16ec - YARN-10663. Add runningApps stats in SLS. Contributed by Vadaga Ananyo Rao (3 years ago) +* 54f9fff218e5 - YARN-10628. Add node usage metrics in SLS. Contributed by Vadaga Ananyo Rao (3 years ago) +* d78b300ed4c0 - YARN-10841. Fix token reset synchronization for UAM response token. (#3194) (3 years ago) +* 6f730fd25c98 - HDFS-15936.Solve SocketTimeoutException#sendPacket() does not record SocketTimeout exception. (#2836) (3 years ago) +* 683feaa1d486 - HDFS-15175. Multiple CloseOp shared block instance causes the standby namenode to crash when rolling editlog. Contributed by Wan Chang. (3 years ago) +* 3c8a48e681ba - HADOOP-17819. Add extensions to ProtobufRpcEngine RequestHeaderProto. Contributed by Hector Sandoval Chaverri. (#3242) (3 years ago) +* 1d03c6996374 - HADOOP-17811: ABFS ExponentialRetryPolicy doesn't pick up configuration values (#3221) (3 years ago) +* e001f8ee39f9 - HADOOP-17814. Provide fallbacks for identity/cost providers and backoff enable (#3230) (3 years ago) +* f2b6c03fc192 - YARN-6272. TestAMRMClient#testAMRMClientWithContainerResourceChange fails intermittently. Contributed by Andras Gyory & Prabhu Joseph (3 years ago) +* 1b9efe58c90a - YARN-10790. CS Flexible AQC: Add separate parent and leaf template property. Contributed by Andras Gyori (3 years ago) +* b19dae8db336 - HADOOP-17817. S3A to raise IOE if both S3-CSE and S3Guard enabled (#3239) (3 years ago) +* 4eae284827c0 - HDFS-16144. Revert HDFS-15372 (Files in snapshots no longer see attribute provider permissions). Contributed by Stephen O'Donnell (3 years ago) +* 8d0297c2136d - YARN-10727. ParentQueue does not validate the queue on removal. Contributed by Andras Gyori (3 years ago) +* fd13970d946c - HDFS-16137.Improve the comments related to FairCallQueue#queues. (#3226) (3 years ago) +* dac10fcc202e - HDFS-16145. CopyListing fails with FNF exception with snapshot diff. (#3234) (3 years ago) +* b4a524722a24 - YARN-9551. TestTimelineClientV2Impl.testSyncCall fails intermittent (#3212) (3 years ago) <9uapaw> +* ae20516ebc07 - HDFS-16111. Add a configuration to RoundRobinVolumeChoosingPolicy to avoid failed volumes at datanodes. (#3175) (3 years ago) +* 10ba4cc892d6 - HADOOP-17765. ABFS: Use Unique File Paths in Tests. (#3153) (3 years ago) +* aecfcf165f4c - HDFS-16119. start balancer with parameters -hotBlockTimeInterval xxx is invalid. (#3185) (3 years ago) +* fa0289b0226f - YARN-6221. Entities missing from ATS when summary log file info got returned to the ATS before the domain log. Contributed by Xiaomin Zhang (3 years ago) +* f81355476960 - HADOOP-13887. Support S3 client side encryption (S3-CSE) using AWS-SDK (#2706) (3 years ago) +* b038042ece55 - HDFS-16139. Update BPServiceActor Scheduler's nextBlockReportTime atomically (#3228). Contributed by Viraj Jasani. (3 years ago) +* 97c88c97de87 - HADOOP-17807. Use separate src dir for platform builds (#3210) (3 years ago) +* d710ec8d8569 - HDFS-16140. TestBootstrapAliasmap fails by BindException. (#3229) (3 years ago) +* 5d765497c565 - HDFS-16131. Show storage type for failed volumes on namenode web (#3211). Contributed by tomscut. (3 years ago) +* b7431c3ed5e1 - [UI2] Bump http-proxy to 1.18.1 (#2891) (3 years ago) +* 2f2f822488c8 - HDFS-12920. HDFS default value change (with adding time unit) breaks old version MR tarball work with new version (3.0) of hadoop. (#3227) (3 years ago) +* dd8e54067075 - Addendum HADOOP-17770 WASB : Support disabling buffered reads in positional reads - Added the invalid SpotBugs warning to findbugs-exclude.xml (#3223) (3 years ago) +* 4c35466359de - HADOOP-17317. [JDK 11] Upgrade dnsjava to remove illegal access warnings (#2442) (3 years ago) +* 05b6a1a06aff - YARN-10833. Set the X-FRAME-OPTIONS header for the default contexts. (#3203) (3 years ago) +* 63dfd84947dc - HADOOP-17458. S3A to treat "SdkClientException: Data read has a different length than the expected" as EOFException (#3040) (3 years ago) +* aa1a5dd413d1 - YARN-10829. Support getApplications API in FederationClientInterceptor (#3135) (3 years ago) +* 3a52bfc5db1b - HADOOP-17808. ipc.Client to set interrupt flag after catching InterruptedException (#3219) (3 years ago) +* 98412ce2e145 - HADOOP-17813. Checkstyle - Allow line length: 100 (3 years ago) +* 2da9b95d4dae - YARN-10657. We should make max application per queue to support node label. Contributed by Andras Gyori. (3 years ago) +* dbd255f4a964 - HADOOP-17796. Upgrade jetty version to 9.4.43 (#3208) (3 years ago) +* 0441efe1fc68 - YARN-10860. Make max container per heartbeat configs refreshable. Contributed by Eric Badger. (3 years ago) +* e634bf33f3dd - YARN-10630. [UI2] Ambiguous queue name resolution (#3214) (3 years ago) <9uapaw> +* de41ce8a1643 - HDFS-16087. Fix stuck issue in rbfbalance tool (#3141). Contributed by Eric Yin. (3 years ago) +* e1d00addb5b6 - HADOOP-16290. Enable RpcMetrics units to be configurable (#3198) (3 years ago) +* 17bf2fcbc514 - YARN-10858. [UI2] YARN-10826 breaks Queue view. (#3213) (3 years ago) +* 0ac443b1f8c9 - YARN-10855. yarn logs cli fails to retrieve logs if any TFile is corrupt or empty. Contributed by Jim Brennan. (3 years ago) +* 6ed7670a93da - HDFS-16067. Support Append API in NNThroughputBenchmark. Contributed by Renukaprasad C. (3 years ago) +* 47002719f2aa - HDFS-16127. Improper pipeline close recovery causes a permanent write failure or data loss. Contributed by Kihwal Lee. (3 years ago) +* 997d749f8a78 - HADOOP-17801. No error message reported when bucket doesn't exist in S3AFS (#3202) (3 years ago) +* f6f105c7dee2 - HADOOP-17803. Remove WARN logging from LoggingAuditor when executing a request outside an audit span (#3207) (3 years ago) +* d0ee065cc401 - HADOOP-16272. Upgrade HikariCP to 4.0.3 (#3204) (3 years ago) +* 4bb25c810beb - HDFS-15650. Make the socket timeout for computing checksum of striped blocks configurable (#2414) (3 years ago) +* 632f64cadb1d - YARN-10456. RM PartitionQueueMetrics records are named QueueMetrics in Simon metrics registry. Contributed by Eric Payne. (3 years ago) +* df44178eb6d0 - HADOOP-17795. Provide fallbacks for callqueue.impl and scheduler.impl (#3192) (3 years ago) +* 87e00001372a - HADOOP-17672.Remove an invalid comment content in the FileContext class. (#2961) (3 years ago) +* 1dd03cc4b573 - (9uapaw/HADOOP-17800) HADOOP-17028. ViewFS should initialize mounted target filesystems lazily. Contributed by Abhishek Das (#2260) (3 years ago) +* ea90c5117dc4 - HDFS-15785. Datanode to support using DNS to resolve nameservices to IP addresses to get list of namenodes. (#2639) (3 years ago) +* e95c3259de63 - MAPREDUCE-7356. Remove some duplicate dependencies from mapreduce-client's child poms (#3193). Contributed by Viraj Jasani. (3 years ago) +* 177d906a67c1 - HADOOP-17770 WASB : Support disabling buffered reads in positional reads (#3149) (3 years ago) +* c81f82e21d13 - HADOOP-12665. Document hadoop.security.token.service.use_ip. (#3187) (3 years ago) +* fef53aacc9b5 - HDFS-16122. Fix DistCpContext#toString() (#3191). Contributed by tomscut. (3 years ago) +* ba325a8ada57 - HADOOP-17793. Better token validation (#3189) (3 years ago) +* 6ac5d8a1ed6e - HADOOP-17794. Add a sample configuration to use ZKDelegationTokenSecretManager in Hadoop KMS (#3190) (3 years ago) +* b6c06c4b76ca - HDFS-15796. ConcurrentModificationException error happens on NameNode occasionally. Contributed by Daniel Ma (3 years, 1 month ago) +* 6450c1ea9ab8 - HDFS-16121. Iterative snapshot diff report can generate duplicate records for creates, deletes and Renames. (#3188) (3 years, 1 month ago) +* 618c9218eeed - HADOOP-17788. Replace IOUtils#closeQuietly usages by Hadoop's own utility (#3171) (3 years, 1 month ago) +* b4c2647d0d75 - HDFS-16088. Standby NameNode process getLiveDatanodeStorageReport req… (#3140) (3 years, 1 month ago) +* 7581413156da - MAPREDUCE-7353: Mapreduce job fails when NM is stopped. Contributed by Bilwa S T (BilwaST) (3 years, 1 month ago) +* 9381071758d1 - HDFS-16114. the balancer parameters print error (#3179) (3 years, 1 month ago) +* 3f4221ec3436 - MAPREDUCE-7351 - CleanupJob during handle of SIGTERM signal (#3176) (3 years, 1 month ago) +* c42441a1ec43 - HADOOP-17775. Remove JavaScript package from Docker environment. (#3137) (3 years, 1 month ago) +* c85a18327d64 - HDFS-16101. Remove unuse variable and IoException in ProvidedStorageMap. Contributed by lei w. (3 years, 1 month ago) +* a447cfd78b5c - HDFS-16110. Remove unused method reportChecksumFailure in DFSClient (#3174) (3 years, 1 month ago) +* a5db6831bc67 - HADOOP-17749. Remove lock contention in SelectorPool of SocketIOWithTimeout (#3080) (3 years, 1 month ago) +* f639fbc29f73 - HADOOP-17402. Add GCS config to the core-site (#2638) (3 years, 1 month ago) +* 93ad7c32f428 - HADOOP-17250 Lot of short reads can be merged with readahead. (#3110) (3 years, 1 month ago) +* da575a53cf52 - HDFS-16108. Fix incorrect log placeholders used in JournalNodeSyncer (#3169) (3 years, 1 month ago) +* b87bac13e43c - HDFS-16109. Fix flaky some unit tests since they offen timeout (#3172) (3 years, 1 month ago) +* 35570e414a6a - HADOOP-17290. ABFS: Add Identifiers to Client Request Header (#2520) (3 years, 1 month ago) +* ea259f236c66 - HADOOP-17774. S3A bytesRead FS statistic showing twice the correct value (#3144) (3 years, 1 month ago) +* 390f8603d3a5 - HDFS-16106. Fix flaky unit test TestDFSShell (#3168) (3 years, 1 month ago) +* 9be17339eb1d - HDFS-16099. Make bpServiceToActive to be volatile. (#3159) (3 years, 1 month ago) +* 52b9319e5788 - HDFS-16104. Remove unused parameter and fix java doc for DiskBalancerCLI (#3160). Contributed by tomscut. (3 years, 1 month ago) +* 56c7ada7a524 - HDFS-16086. Add volume information to datanode log for tracing (#3136) (3 years, 1 month ago) +* 7c999e2d9a11 - HADOOP-17778. CI for Centos 8 (#3151) (3 years, 1 month ago) +* d2e70034005b - HDFS-16090. Fine grained lock for datanodeNetworkCounts (#3148) (3 years, 1 month ago) +* 20a4b1ae3648 - HADOOP-17331. [JDK 16] TestDNS fails (#2884) (3 years, 1 month ago) +* 4cac6ec40528 - HDFS-16096. Delete useless method DirectoryWithQuotaFeature#setQuota (#3156) (3 years, 1 month ago) +* c005195b7835 - HADOOP-17777. Update clover-maven-plugin version from 3.3.0 to 4.4.1 (#3152) (3 years, 1 month ago) +* 95454d821c6e - HDFS-16089. Add metric EcReconstructionValidateTimeMillis for StripedBlockReconstructor (#3146) (3 years, 1 month ago) +* 93a1685073d7 - HDFS-16092. Avoid creating LayoutFlags redundant objects (#3150) (3 years, 1 month ago) +* dc6f456e953e - YARN-10834. Intra-queue preemption: apps that don't use defined custom resource won't be preempted. Contributed by Eric Payne. (3 years, 1 month ago) +* 6b4987f09cbc - YARN-10820. Make GetClusterNodesRequestPBImpl thread safe. Contributed by Swathi Chandrashekar. (3 years, 1 month ago) +* 3788fe52daa2 - HDFS-13916. Distcp SnapshotDiff to support WebHDFS. Contributed by Xun REN. (3 years, 1 month ago) +* 7c7d02edbd6c - YARN-10824. Title not set for JHS and NM webpages. Contributed by Bilwa S T. (3 years, 1 month ago) +* ed5d10ee4826 - HADOOP-17764. S3AInputStream read does not re-open the input stream on the second read retry attempt (#3109) (3 years, 1 month ago) +* 748570b73c86 - Revert "HDFS-16044. Fix getListing call getLocatedBlocks even source is a directory. Contributed by ludun." (3 years, 1 month ago) +* 0934e783cf68 - YARN-10780. Optimise retrieval of configured node labels in CS queues. Contributed by Andras Gyori. (3 years, 1 month ago) +* 0d078377120d - HDFS-16044. Fix getListing call getLocatedBlocks even source is a directory. Contributed by ludun. (3 years, 1 month ago) +* 5b7f68ac76c0 - HADOOP-17771. S3AFS creation fails "Unable to find a region via the region provider chain." (#3133) (3 years, 1 month ago) +* 581f43dce15d - HADOOP-17769. Upgrade JUnit to 4.13.2. fixes TestBlockRecovery (#3130). Contributed by Ahmed Hussein. (3 years, 1 month ago) +* f78b6d47f9d5 - HDFS-16085. Move the getPermissionChecker out of the read lock (#3134). Contributed by tomscut. (3 years, 1 month ago) +* fdef2b4ccacb - HDFS-16076. Avoid using slow DataNodes for reading by sorting locations (#3117) (3 years, 1 month ago) +* ef5dbc7283a9 - HADOOP-17766. CI for Debian 10 (#3129) (3 years, 1 month ago) +* 11d144d2284b - YARN-10826. [UI2] Upgrade Node.js to v12.22.1. (#3128) (3 years, 1 month ago) +* d9fbb3c5082b - HDFS-16082. Atomic operations on exceptionsSinceLastBalance and failedTimesSinceLastSuccessfulBalance in Balancer (#3127) (3 years, 1 month ago) +* 10b79a26fe06 - HDFS-14575. LeaseRenewer#daemon threads leak in DFSClient. Contributed by Renukaprasad C. (3 years, 1 month ago) +* 6e11461eaa7d - MAPREDUCE-7354. Use empty array constant present in TaskCompletionEvent to avoid creating redundant objects (#3123) (3 years, 1 month ago) +* c488abbc79cc - HDFS-16075. Use empty array constants present in StorageType and DatanodeInfo to avoid creating redundant objects (#3115) (3 years, 1 month ago) +* bdc9c8809e1f - HDFS-16079. Improve the block state change log (#3120). Contributed by tomscut. (3 years, 1 month ago) +* d9eccb1eb31b - HDFS-16080. RBF: Invoking method in all locations should break the loop after successful result (#3121). Contributed by Viraj Jasani. (3 years, 1 month ago) +* c255feb5d788 - HDFS-16061. DFTestUtil.waitReplication can produce false positives (#3095). Contributed by Ahmed Hussein. (3 years, 1 month ago) +* c491f81a3016 - HDFS-16078. Remove unused parameters for DatanodeManager.handleLifeline() (#3119). Contributed by tomscut. (3 years, 1 month ago) +* 643dfd60e442 - HDFS-15842. HDFS mover to emit metrics. (#2738) (3 years, 1 month ago) +* 51991c490726 - HADOOP-17724. Add Dockerfile for Debian 10 (#3038) (3 years, 1 month ago) +* 1ad674e5489e - HDFS-16074. Remove an expensive debug string concatenation (#3107) (3 years, 1 month ago) +* 56d249759fce - HDFS-13671. Namenode deletes large dir slowly caused by FoldedTreeSet#removeAndGet (#3065) (3 years, 1 month ago) +* 9e7c7ad129fc - HADOOP-17760. Delete hadoop.ssl.enabled and dfs.https.enable from docs and core-default.xml (#3099) (3 years, 1 month ago) +* 65623917377d - YARN-10813. Set default capacity of root for node labels. Contributed by Andras Gyori (3 years, 1 month ago) +* 428478bbe284 - YARN-10801. Fix Auto Queue template to properly set all configuration properties. Contributed by Andras Gyori (3 years, 1 month ago) +* 2b304ad6457b - HDFS-16073. Remove redundant RPC requests for getFileLinkInfo in ClientNamenodeProtocolTranslatorPB. Contributed by lei w. (3 years, 1 month ago) +* 9a6a11c4522f - YARN-10767. Yarn Logs Command retrying on Standby RM for 30 times. Contributed by D M Murali Krishna Reddy. (3 years, 1 month ago) +* a77bf7cf0718 - Make upstream aware of 3.3.1 release (3 years, 1 month ago) +* 839fcf768227 - HDFS-16068. WebHdfsFileSystem has a possible connection leak in connection with HttpFS (#3104) (3 years, 1 month ago) +* c1bf3cb0daf0 - HDFS-16016. BPServiceActor to provide new thread to handle IBR (#2998) (3 years, 1 month ago) +* e31d06032bae - YARN-10802. Change Capacity Scheduler minimum-user-limit-percent to accept decimal values. Contributed by Benjamin Teke (3 years, 1 month ago) +* ebee2aed00b5 - HDFS-16055. Quota is not preserved in snapshot INode (#3078) (3 years, 1 month ago) +* ae9630f580d7 - HADOOP-17756. Increase precommit job timeout from 20 hours to 24 hours. (#3090) (3 years, 1 month ago) +* 35e4c31fff99 - HADOOP-17714 ABFS: testBlobBackCompatibility, testRandomRead & WasbAbfsCompatibility tests fail when triggered with default configs (#3035) (3 years, 1 month ago) +* 5970c632d405 - HADOOP-17645 Fix test failures in org.apache.hadoop.fs.azure.ITestOutputStreamSemantics. (#2926) (3 years, 1 month ago) +* de9ca9f15555 - HADOOP-17547 Magic committer to downgrade abort in cleanup if list uploads fails with access denied (#3051) (3 years, 1 month ago) +* f0bdc422aa70 - YARN-10816. Avoid doing delegation token ops when yarn.timeline-service.http-authentication.type=simple. Contributed by Tarun Parimi (3 years, 1 month ago) +* 7003997e3601 - YARN-10789. RM HA startup can fail due to race conditions in ZKConfigurationStore. Contributed by Tarun Parimi (3 years, 1 month ago) +* 2cf952baf4d1 - HADOOP-17643 WASB : Make metadata checks case insensitive (#2972) (3 years, 1 month ago) +* 352949d07002 - HDFS-15671. testBalancerRPCDelayQpsDefault fails intermittently (#3097) (3 years, 1 month ago) +* 51ebf7b2a0e8 - HDFS-16057. Make sure the order for location in ENTERING_MAINTENANCE state (#3084) (3 years, 1 month ago) +* 6e5692e7e221 - Revert "HDFS-16033 Fix issue of the StatisticsDataReferenceCleaner cleanUp (#3042)" (3 years, 1 month ago) +* 4ef27a596fd1 - HADOOP-17753. Keep restrict-imports-enforcer-rule for Guava Lists in top level hadoop-main pom (#3087) (3 years, 1 month ago) +* 9a17f9713376 - YARN-10803. [JDK 11] TestRMFailoverProxyProvider and TestNoHaRMFailoverProxyProvider fails by ClassCastException. (#3068) (3 years, 1 month ago) +* b3c72545633d - HADOOP-17750. Fix asf license errors in newly added files by HADOOP-17727. (#3083) (3 years, 2 months ago) +* 81d706931645 - YARN-10805. Replace Guava Lists usage by Hadoop's own Lists in hadoop-yarn-project (#3075) (3 years, 2 months ago) +* eefa664fea11 - HDFS-16054. Replace Guava Lists usage by Hadoop's own Lists in hadoop-hdfs-project (#3073) (3 years, 2 months ago) +* 4c039fafebfe - HADOOP-17715 ABFS: Append blob tests with non HNS accounts fail (#3028) (3 years, 2 months ago) +* ca2774477052 - YARN-10809. Missing dependency causing NoClassDefFoundError in TestHBaseTimelineStorageUtils (#3081) (3 years, 2 months ago) +* a1a318417105 - HDFS-15916. Addendum. DistCp: Backward compatibility: Distcp fails from Hadoop 3 to Hadoop 2 for snapshotdiff. (#3056) (3 years, 2 months ago) +* 00d372b66300 - HADOOP-17725. Improve error message for token providers in ABFS (#3041) (3 years, 2 months ago) +* 762a83e044b8 - HADOOP-17631. Configuration ${env.VAR:-FALLBACK} to eval FALLBACK when restrictSystemProps=true (#2977) (3 years, 2 months ago) +* a2a0283c7be8 - HDFS-16042. DatanodeAdminMonitor scan should be delay based (#3058) (3 years, 2 months ago) +* 9445abb50053 - YARN-10792. Set Completed AppAttempt LogsLink to Log Server URL. Contributed by Abhinaba Sarkar (3 years, 2 months ago) +* ec16b1d3b929 - YARN-10807. Parents node labels are incorrectly added to child queues in weight mode. Contributed by Benjamin Teke. (3 years, 2 months ago) +* c748fce17ace - HDFS-16048. RBF: Print network topology on the router web (#3062) (3 years, 2 months ago) +* 1c0b2edde93f - HADOOP-17727. Modularize docker images (#3043) (3 years, 2 months ago) +* 57a3613e5dab - HDFS-16050. Some dynamometer tests fail. (#3079) (3 years, 2 months ago) +* f4b24c68e76d - HADOOP-17743. Replace Guava Lists usage by Hadoop's own Lists in hadoop-common, hadoop-tools and cloud-storage projects (#3072) (3 years, 2 months ago) +* 207c92753fc4 - MAPREDUCE-7350. Replace Guava Lists usage by Hadoop's own Lists in hadoop-mapreduce-project (#3074) (3 years, 2 months ago) +* 9c7b8cf54ea8 - Fix container-executor (3 years, 2 months ago) +* 4a26a61ecd54 - HDFS-16033 Fix issue of the StatisticsDataReferenceCleaner cleanUp (#3042) (3 years, 2 months ago) +* 200eec8f2eaa - YARN-10796. Capacity Scheduler: dynamic queue cannot scale out properly if its capacity is 0%. Contributed by Peter Bacsko (3 years, 2 months ago) +* 59fc4061cb61 - HADOOP-17152. Provide Hadoop's own Lists utility to reduce dependency on Guava (#3061) (3 years, 2 months ago) +* 76d92eb2a22c - HADOOP-17596. ABFS: Change default Readahead Queue Depth from num(processors) to const (#2795) (3 years, 2 months ago) +* 2707f69251db - YARN-10787. Queue submit ACL check is wrong when CS queue is ambiguous. Contributed by Gergely Pollak (3 years, 2 months ago) +* e9339aa37612 - YARN-10797. Logging parameter issues in scheduler package. Contributed by Szilard Nemeth (3 years, 2 months ago) +* b38b00e52839 - HDFS-15998. Fix NullPointException In listOpenFiles (#3036) (3 years, 2 months ago) +* 9a0a80833855 - HADOOP-17739. Use hadoop-thirdparty 1.1.1. (#3064) (3 years, 2 months ago) +* b8ab19373d1a - Revert "HDFS-15982. Deleted data using HTTP API should be saved to the trash (#2927)" (3 years, 2 months ago) +* bce14e746b3d - HDFS-16051. Misspelt words in DataXceiver.java line 881 and line 885. Contributed by Ning Sheng. (3 years, 2 months ago) +* bd7b97ba1300 - HADOOP-17735. Upgrade AWS SDK to 1.11.1026 (#3057) (3 years, 2 months ago) +* e90c41af34ad - HDFS-15973. RBF: Add permission check before doing router federation rename. Contributed by Jinglun. (3 years, 2 months ago) +* 2b11e160e206 - Revert "HDFS-15973." because the user.name and user.email message is not correct. (3 years, 2 months ago) +* b7f69467c19f - HDFS-15973. RBF: Add permission check before doing router federation rename. Contributed by Jinglun. (3 years, 2 months ago) <李经纶> +* 9983ab8a9905 - HDFS-16046. TestBalancerProcedureScheduler and TestDistCpProcedure timeouts. (#3060) (3 years, 2 months ago) +* d5ad181684d6 - MAPREDUCE-7287. Distcp will delete exists file , If we use "-delete and -update" options and distcp file. (#2852) (3 years, 2 months ago) +* 8ce30f51f999 - HDFS-16040. RpcQueueTime metric counts requeued calls as unique events. Contributed by Simbarashe Dzinamarira. (3 years, 2 months ago) +* 53ff2dfed3b7 - Revert "HADOOP-17563. Update Bouncy Castle to 1.68. (#2740)" (#3055) (3 years, 2 months ago) +* 1abd03d68f4f - HDFS-15915. Race condition with async edits logging due to updating txId outside of the namesystem log. Contributed by Konstantin V Shvachko. (3 years, 2 months ago) +* bcaeb1ac8cd6 - Revert "Revert "HDFS-15971. Make mkstemp cross platform (#2898)"" (#3044) (3 years, 2 months ago) +* 98a74e235143 - HDFS-16041. TestErasureCodingCLI fails (#3052) (3 years, 2 months ago) +* 986d0a4f1d55 - HADOOP-17732. Keep restrict-imports-enforcer-rule for Guava Sets in hadoop-main pom (#3049) (3 years, 2 months ago) +* 8a489ce78e05 - MAPREDUCE-7348. TestFrameworkUploader#testNativeIO fails. (#3053) (3 years, 2 months ago) +* 3fdeb7435add - HDFS-16031. Possible Resource Leak in org.apache.hadoop.hdfs.server.aliasmap#InMemoryAliasMap (#3027) (3 years, 2 months ago) +* e18d80621269 - HDFS-16024: RBF: Rename data to the Trash should be based on src loca… (#3009) (3 years, 2 months ago) +* c4581827a92d - YARN-10691. DominantResourceCalculator isInvalidDivisor should consider only countable resource types. Contributed by Bilwa S T. (3 years, 2 months ago) +* b86a6eb8715e - YARN-10782. Extend /scheduler endpoint with template properties. Contributed by Andras Gyori (3 years, 2 months ago) +* 2541efa496ba - YARN-10783. Allow definition of auto queue template properties in root. Contributed by Andras Gyori (3 years, 2 months ago) +* 1cbcde04f3b0 - YARN-10770. container-executor permission is wrong in SecureContainer.md. Contributed by Siddharth Ahuja. (3 years, 2 months ago) +* 832a3c6a8918 - HADOOP-17511. Add audit/telemetry logging to S3A connector (#2807) (3 years, 2 months ago) +* 996d31f2dcec - HADOOP-17721. Replace Guava Sets usage by Hadoop's own Sets in hadoop-yarn-project (#3033) (3 years, 2 months ago) +* 028ec4704b93 - HADOOP-17720. Replace Guava Sets usage by Hadoop's own Sets in HDFS (#3031) (3 years, 2 months ago) +* 2a206c20cc23 - HADOOP-17722. Replace Guava Sets usage by Hadoop's own Sets in hadoop-mapreduce-project (#3032) (3 years, 2 months ago) +* 59172ada9014 - YARN-10771. Add cluster metric for size of SchedulerEventQueue and RMEventQueue. Contributed by chaosju. (3 years, 2 months ago) +* 5f400032b6b3 - HADOOP-17705. S3A to add Config to set AWS region (#3020) (3 years, 2 months ago) +* c665ab02ed5c - HADOOP-17670. S3AFS and ABFS to log IOStats at DEBUG mode or optionally at INFO level in close() (#2963) (3 years, 2 months ago) +* 1576f81dfe01 - HADOOP-17723. [build] fix the Dockerfile for ARM (#3037) (3 years, 2 months ago) +* 2bbeae324029 - HDFS-15790. Make ProtobufRpcEngineProtos and ProtobufRpcEngineProtos2 Co-Exist (#2767) (3 years, 2 months ago) +* 6bb0892f6edc - YARN-10753. Document the removal of FS default queue creation. Contributed by Benjamin Teke (3 years, 2 months ago) +* 1e44bdb84ca0 - YARN-7769. FS QueueManager should not create default queue at init. Contributed by Benjamin Teke (3 years, 2 months ago) +* c70ee2d548fe - HADOOP-17700. ExitUtil#halt info log should log HaltException (#3015) (3 years, 2 months ago) +* ad923ad5642b - HADOOP-17718. Explicitly set locale in the Dockerfile. (#3034) (3 years, 2 months ago) +* d146ab3af71c - YARN-10766. [UI2] Bump moment-timezone to 0.5.33. Contributed by Andras Gyori (3 years, 2 months ago) +* 43e77caa713e - YARN-10779. Add option to disable lowercase conversion in GetApplicationsRequestPBImpl and ApplicationSubmissionContextPBImpl. Contributed by Peter Bacsko (3 years, 2 months ago) +* c8073811b2a7 - YARN-9279. Remove the old hamlet package. (#2986) (3 years, 2 months ago) +* 0d59500e8cf8 - HADOOP-14922. Build of Mapreduce Native Task module fails with unknown opcode "bswap". Contributed by Anup Halarnkar. (3 years, 2 months ago) +* e4062ad027d8 - HADOOP-17115. Replace Guava Sets usage by Hadoop's own Sets in hadoop-common and hadoop-tools (#2985) (3 years, 2 months ago) +* f7247922b7fd - HDFS-16018. Optimize the display of hdfs "count -e" or "count -t" com… (#2994) (3 years, 2 months ago) +* 3f5a66c1583f - HADOOP-17663. Remove useless property hadoop.assemblies.version in pom file. (#3025) (3 years, 2 months ago) +* 43bf0091120d - HDFS-15757 RBF: Improving Router Connection Management (#2651) (3 years, 2 months ago) +* 2960d83c255a - HADOOP-17426. Upgrade to hadoop-thirdparty-1.1.0. (#3024) (3 years, 2 months ago) +* f8b006320155 - Bump node-sass (#3004) (3 years, 2 months ago) +* acd712ca929c - HDFS-15877. BlockReconstructionWork should resetTargets() before BlockManager#validateReconstructionWork return false (#2747) (3 years, 2 months ago) +* 86729e130fb5 - HADOOP-17699. Remove hardcoded SunX509 usage from SSLFactory. (#3016) (3 years, 2 months ago) +* 110cda3de63e - HADOOP-17703. checkcompatibility.py errors out when specifying annotations. (#3017) (3 years, 2 months ago) +* eb72628e151b - YARN-10258. Add metrics for 'ApplicationsRunning' in NodeManager. Contributed by ANANDA G B. (3 years, 2 months ago) +* 8891e5c02829 - YARN-10763. Add the number of containers assigned per second metrics to ClusterMetrics. Contributed by chaosju. (3 years, 2 months ago) +* d92a25b790e5 - YARN-10555. Missing access check before getAppAttempts (#2608) (3 years, 2 months ago) +* fcd4140e5f68 - HDFS-15988. Stabilise HDFS Pre-Commit. (#2860). Contributed by Ayush Saxena. (3 years, 2 months ago) +* 344cacce232d - YARN-10545. Improve the readability of diagnostics log in yarn-ui2 web page. #2540 (3 years, 2 months ago) +* e7f0e8073b0f - YARN-10761: Add more event type to RM Dispatcher event metrics. Contributed by Qi Zhu. (3 years, 2 months ago) +* d2b0675d6132 - YARN-10737: Fix typos in CapacityScheduler#schedule. (#2911) (3 years, 2 months ago) +* 5404ab4bca18 - MAPREDUCE-7343. Increase the job name max length in mapred job -list. (#2995). Contributed by Ayush Saxena. (3 years, 2 months ago) +* 2e58fb671b44 - HADOOP-17693. Dockerfile for building on Centos 8 (#3006) (3 years, 2 months ago) +* 881ab4ed39a9 - Bump underscore (#2997) (3 years, 2 months ago) +* 2f67a2646e2a - Bump acorn (#3003) (3 years, 2 months ago) +* 2c4ab72a6011 - HADOOP-16822. Provide source artifacts for hadoop-client-api. Contributed by Karel Kolman. (3 years, 2 months ago) +* 35ca1dcb9d9b - HADOOP-17685. Fix junit deprecation warnings in hadoop-common module. (#2983) (3 years, 2 months ago) +* fdd20a3cf4cd - HADOOP-17689. Avoid Potential NPE in org.apache.hadoop.fs (#3008) (3 years, 2 months ago) +* 626be24c3ee1 - YARN-10571. Refactor dynamic queue handling logic. Contributed by Andras Gyori. (3 years, 2 months ago) +* 29105ffb634c - HADOOP-17683. Update commons-io to 2.8.0 (#2974) (3 years, 2 months ago) +* c80f07422f61 - HADOOP-17686. Avoid potential NPE by using Path#getParentPath API in hadoop-huaweicloud (#2990) (3 years, 2 months ago) +* b944084b3226 - HDFS-16007. Deserialization of ReplicaState should avoid throwing ArrayIndexOutOfBoundsException (#2982) (3 years, 2 months ago) +* 91430889a54d - HADOOP-17665 Ignore missing keystore configuration in reloading mechanism (3 years, 2 months ago) +* 8d5cc98b4271 - HDFS-15997. Implement dfsadmin -provisionSnapshotTrash -all (#2958) (3 years, 2 months ago) +* 8f850b46a0c0 - HADOOP-17678. Add Dockerfile for Centos 7 (#2967) (3 years, 2 months ago) +* 359c0c1d1edb - HDFS-16003. ProcessReport print invalidatedBlocks should judge debug level at first. Contributed by lei w. (3 years, 2 months ago) +* 6d6766bc22d5 - HADOOP-17690. Improve the log for The DecayRpcScheduler. Contributed by Bhavik Patel. (3 years, 2 months ago) +* 7f93349ee74d - HADOOP-17644. Add back the exceptions removed by HADOOP-17432 for compatibility. Contributed by Quan Li. (3 years, 3 months ago) +* 1b6994287a86 - HDFS-15923. RBF: Authentication failed when rename accross sub clusters (#2819). Contributed by zhuobin zheng. (3 years, 3 months ago) +* 9aa651f0b4da - HDFS-16001. TestOfflineEditsViewer.testStored() fails reading negative value of FSEditLogOpCodes. (#2980) (3 years, 3 months ago) +* 207210263a27 - HADOOP-17375. Fix the error of TestDynamometerInfra. (#2471) (3 years, 3 months ago) +* f40e3eb0590f - HADOOP-17680. Allow ProtobufRpcEngine to be extensible (#2905) Contributed by Hector Chaverri. (3 years, 3 months ago) +* 7cb7b8adc137 - YARN-10756. Remove additional junit 4.11 dependency from javadoc. (#2960) (3 years, 3 months ago) +* b93e448f9aa6 - HADOOP-11616. Remove workaround for Curator's ChildReaper requiring Guava 15+ (#2973) (3 years, 3 months ago) +* 76c69c39d97c - HDFS-15934. Make DirectoryScanner reconcile blocks batch size and interval between batch configurable. Contributed by Qi Zhu. (#2833) (3 years, 3 months ago) +* 0d78d73973cf - HADOOP-17675. LdapGroupsMapping$LdapSslSocketFactory ClassNotFoundException (#2965) (3 years, 3 months ago) +* 68425eb46956 - HADOOP-16742. NullPointerException in S3A MultiObjectDeleteSupport (3 years, 3 months ago) +* 041488e8f533 - HDFS-15982. Deleted data using HTTP API should be saved to the trash (#2927) (3 years, 3 months ago) +* e571025f5b37 - HADOOP-17657: implement StreamCapabilities in SequenceFile.Writer and fall back to flush, if hflush is not supported (#2949) (3 years, 3 months ago) +* 62bcc79a2c5b - HADOOP-17676. Restrict imports from org.apache.curator.shaded (#2969) (3 years, 3 months ago) +* 7c561e2a0252 - HDFS-15952. TestRouterRpcMultiDestination#testProxyGetTransactionID and testProxyVersionRequest are flaky. (#2970) (3 years, 3 months ago) +* 6e525ab81cc2 - HDFS-15810. RBF: RBFMetrics's TotalCapacity out of bounds (#2910) (3 years, 3 months ago) +* f1e180902956 - HADOOP-17653. Do not use guava's Files.createTempDir(). (#2945) (3 years, 3 months ago) +* bd3da73a0ff7 - HDFS-15865. Interrupt DataStreamer thread if no ack (#2728) (3 years, 3 months ago) +* 803ac4b1a0fc - YARN-10707. Support custom resources in ResourceUtilization, and update Node GPU Utilization to use. Contributed by Qi Zhu (3 years, 3 months ago) +* 552e9dcc6c77 - HDFS-15561. RBF: Remove NPE when local namenode is not configured (#2954). Contributed by Fengnan Li. (3 years, 3 months ago) +* b2e54762a480 - HDFS-15624. fix the function of setting quota by storage type (#2377) (#2955) (3 years, 3 months ago) +* f41a368c146a - HADOOP-11245. Update NFS gateway to use Netty4 (#2832) (3 years, 3 months ago) +* 5b09ba75ecca - YARN-10747. Bump YARN CSI protobuf version to 3.7.1 (#2946) (3 years, 3 months ago) +* 633007a9b6fb - HADOOP-17674. Use spotbugs-maven-plugin in hadoop-huaweicloud. (#2962) (3 years, 3 months ago) +* a967ab06f2e8 - YARN-10739. GenericEventHandler.printEventQueueDetails causes RM recovery to take too much time. Contributed by Qi Zhu. (3 years, 3 months ago) +* f54e7646cf5f - HADOOP-17536. ABFS: Supporting customer provided encryption key (#2707) (3 years, 3 months ago) +* ef13f8ad6b26 - HDFS-15961. standby namenode failed to start ordered snapshot deletion is enabled while having snapshottable directories (#2881) (3 years, 3 months ago) +* 64264d726d81 - HADOOP-17661. mvn versions:set fails to parse pom.xml. (#2956) (3 years, 3 months ago) +* 9166bfeb74df - YARN-10637. fs2cs: add queue autorefresh policy during conversion. Contributed by Qi Zhu. (3 years, 3 months ago) +* 605ed85c291a - HDFS-15621. Datanode DirectoryScanner uses excessive memory (#2849). Contributed by Stephen O'Donnell (3 years, 3 months ago) +* b968fa0957dd - HDFS-15991. Add location into datanode info for NameNodeMXBean (#2933) (3 years, 3 months ago) +* bbf62a05623c - Revert "HADOOP-17661. mvn versions:set fails to parse pom.xml. (#2952)" (3 years, 3 months ago) +* 538ce9c35403 - HADOOP-17650. Bump solr to unblock build failure with Maven 3.8.1 (#2939) (3 years, 3 months ago) +* 66dda86fecee - HADOOP-17661. mvn versions:set fails to parse pom.xml. (#2952) (3 years, 3 months ago) +* 01bad0e92a1f - HDFS-15967. Improve the log for Short Circuit Local Reads. Contributed by Bhavik Patel. (3 years, 3 months ago) +* 2621d3f15bfa - HDFS-15566. NN restart fails after RollingUpgrade from 3.1.3/3.2.1 to 3.3.0. Contributed by Brahma Reddy Battula. (3 years, 3 months ago) +* 90c6caf6505e - Revert "HDFS-15624. fix the function of setting quota by storage type (#2377)" (3 years, 3 months ago) +* 88a550bc3a73 - HADOOP-17112. S3A committers can't handle whitespace in paths. (#2953) (3 years, 3 months ago) +* c486dc396c50 - HDFS-15978. Solve DatanodeManager#getBlockRecoveryCommand() printing IOException. (#2913) Contributed by JiangHua Zhu. (3 years, 3 months ago) +* 6857a05d6ac5 - YARN-10479. Can't remove all node labels after add node label without nodemanager port, broken by YARN-10647. Contributed by D M Murali Krishna Reddy (3 years, 3 months ago) +* 1cbe35946bd8 - YARN-10743. Add a policy for not aggregating for containers which are killed because exceeding container log size limit. Contributed by Qi Zhu. (3 years, 3 months ago) +* ebf6b14c6794 - YARN-10123. Error message around yarn app -stop/start can be improved. Contributed by Siddharth Ahuja (3 years, 3 months ago) +* 027c8fb257eb - HADOOP-17597. Optionally downgrade on S3A Syncable calls (#2801) (3 years, 3 months ago) +* 6800b21e3b07 - HADOOP-17620. DistCp: Use Iterator for listing target directory as well. (#2861). Contributed by Ayush Saxena. (3 years, 3 months ago) +* 14a84c47b0ef - YARN-10705. Misleading DEBUG log for container assignment needs to be removed when the container is actually reserved, not assigned in FairScheduler. Contributed by Siddharth Ahuja. (3 years, 3 months ago) +* 3b6b21e459c6 - YARN-10750. TestMetricsInvariantChecker.testManyRuns is broken since HADOOP-17524. Contributed by Gergely Pollak (3 years, 3 months ago) +* 919daec36b23 - YARN-10746. RmWebApp add default-node-label-expression to the queue info. Contributed by Gergely Pollak (3 years, 3 months ago) +* f76a2a760676 - YARN-10654. Dots '.' in CSMappingRule path variables should be replaced. Contributed by Peter Bacsko (3 years, 3 months ago) +* 0b04c9694da8 - HADOOP-17655. Upgrade Jetty to 9.4.40. (#2947) (3 years, 3 months ago) +* 6085f09db565 - HADOOP-17471. ABFS to collect IOStatistics (#2731) (3 years, 3 months ago) +* dff95c5eca1c - HDFS-15974. RBF: Unable to display the datanode UI of the router (#2915) (3 years, 3 months ago) +* c4c0683dff57 - HADOOP-17505. public interface GroupMappingServiceProvider needs default impl for getGroupsSet() (#2661). Contributed by Vinayakumar B. (3 years, 3 months ago) +* 5221322b962d - HADOOP-17535. ABFS: ITestAzureBlobFileSystemCheckAccess test failure if no oauth key. (#2920) (3 years, 3 months ago) +* acb49f2fc3b0 - HDFS-15989. Split TestBalancer and De-flake testMaxIterationTime() (#2923) (3 years, 3 months ago) +* 6cb90005a7d0 - YARN-10723. Change CS nodes page in UI to support custom resource. Contributed by Qi Zhu (3 years, 3 months ago) +* 2dd1e040108c - HADOOP-17641. ITestWasbUriAndConfiguration failing. (#2937) (3 years, 3 months ago) +* 85a3532849d8 - HDFS-15970. Print network topology on the web (#2896) (3 years, 3 months ago) +* e66d7d91be39 - HADOOP-17635. Update the ubuntu version in the build instruction. (#2931) (3 years, 3 months ago) +* 9a261b0a16d0 - HADOOP-17642. Remove appender EventCounter to avoid instantiation (#2922) (3 years, 3 months ago) +* af0448d37bd8 - HDFS-15975. Use LongAdder instead of AtomicLong (#2907) (3 years, 3 months ago) +* aed13f0f42fe - Revert "HDFS-15971. Make mkstemp cross platform (#2898)" (3 years, 3 months ago) +* 14816be0b1bc - HDFS-15963. Unreleased volume references cause an infinite loop. (#2889) Contributed by Shuyan Zhang. (3 years, 3 months ago) +* f1827986951a - HADOOP-17633. Bump json-smart to 2.4.2 and nimbus-jose-jwt to 9.8 due to CVEs (#2895). Contributed by Viraj Jasani. (3 years, 3 months ago) +* f0241ec2161f - HDFS-15977. Call explicit_bzero only if it is available. (#2914) (3 years, 3 months ago) +* 17be99f9f9c8 - HDFS-15423 RBF: WebHDFS create shouldn't choose DN from all sub-clusters (#2903) (3 years, 3 months ago) +* c8210088365f - HDFS-15850. Superuser actions should be reported to external enforcers (#2784) (3 years, 3 months ago) +* 2717203f858f - HADOOP-17569. Building native code fails on Fedora 33. (#2886) (3 years, 3 months ago) +* 917963801743 - HADOOP-17524. Remove EventCounter and Log counters from JVM Metrics (#2909) (3 years, 3 months ago) +* ba3bc53f4e32 - YARN-10736. Fix GetApplicationsRequest JavaDoc. Contributed by Miklos Gergely. (#2906) (3 years, 3 months ago) +* 7d6f0ca0bd2e - Revert "HDFS-15884. RBF: Remove unused method getCreateLocation in RouterRpcServer (#2754). Contributed by tomscut." (3 years, 3 months ago) +* b088f46b684c - HDFS-15971. Make mkstemp cross platform (#2898) (3 years, 3 months ago) +* 156ecc89be3a - HADOOP-17630. [JDK 15] TestPrintableString fails due to Unicode 13.0 support. (#2890) (3 years, 3 months ago) +* 82462739f82a - Revert "HDFS-15423 RBF: WebHDFS create shouldn't choose DN from all sub-clusters (#2605)" (#2900) (3 years, 3 months ago) +* c1fde4fe94f2 - HADOOP-16948. Support infinite lease dirs. (#1925) (3 years, 3 months ago) +* cb3ed32fe0d9 - HDFS-15423 RBF: WebHDFS create shouldn't choose DN from all sub-clusters (#2605) (3 years, 3 months ago) +* 2bd810a5075e - HADOOP-17608. Fix TestKMS failure (#2880) (3 years, 3 months ago) +* 6a9a5ae5fdc8 - Bump y18n (#2843) (3 years, 3 months ago) +* 3148791da42b - HDFS-15962. Make strcasecmp cross platform (#2883) (3 years, 3 months ago) +* 1448756505f9 - MAPREDUCE-7334. TestJobEndNotifier fails. (#2877) (3 years, 4 months ago) +* 6f640abbaf14 - HADOOP-17576. ABFS: Disable throttling update for auth failures (#2761) (3 years, 4 months ago) +* 663ca14a769b - MAPREDUCE-7329: HadoopPipes task may fail when linux kernel version change from 3.x to 4.x (#2775) (3 years, 4 months ago) +* 56bd968fb434 - HDFS-15940. Fix TestBlockRecovery2#testRaceBetweenReplicaRecoveryAndFinalizeBlock (ADDENDUM) (#2874) (3 years, 4 months ago) +* 213d3deb2621 - YARN-10503. Support queue capacity in terms of absolute resources with custom resourceType. Contributed by Qi Zhu. (3 years, 4 months ago) +* bf661164077c - HDFS-15955. Make explicit_bzero cross platform (#2875) (3 years, 4 months ago) +* c6539e328971 - HDFS-15916. DistCp: Backward compatibility: Distcp fails from Hadoop 3 to Hadoop 2 for snapshotdiff. (#2863). Contributed by Ayush Saxena. (3 years, 4 months ago) +* 4c567fcff7af - HDFS-15937. Reduce memory used during datanode layout upgrade. Contributed by Stephen O'Donnell (#2838) (3 years, 4 months ago) +* ca9aa91d102a - YARN-10564. Support Auto Queue Creation template configurations. Contributed by Andras Gyori. (3 years, 4 months ago) +* 46a59798055b - MAPREDUCE-7270. TestHistoryViewerPrinter could be failed when the locale isn't English. (#1942) (3 years, 4 months ago) +* 6040e86e99aa - HADOOP-17625. Update to Jetty 9.4.39. (#2870) (3 years, 4 months ago) +* ae88174c29ae - HADOOP-17617. Incorrect representation of RESPONSE for Get Key Version in KMS index.md.vm file. Contributed by Ravuri Sushma sree (3 years, 4 months ago) +* 02b9506c5a7b - HDFS-15948. Fix test4tests for libhdfspp (#2873) (3 years, 4 months ago) +* 9cd69c20c4aa - YARN-10714. Remove dangling dynamic queues on reinitialization. Contributed by Andras Gyori (3 years, 4 months ago) +* dac60b828201 - HADOOP-17621. hadoop-auth to remove jetty-server dependency. (#2865) (3 years, 4 months ago) +* f608cda72976 - HADOOP-17624. Remove any rocksdb exclusion code. (#2867) (3 years, 4 months ago) +* 3a89471c3667 - HADOOP-17613. Log not flushed fully when daemon shutdown. Contributed by Renukaprasad C. (3 years, 4 months ago) +* 42ddb5c6fedf - HDFS-15909. Make fnmatch cross platform (#2792) (3 years, 4 months ago) +* 459df4199791 - HDFS-15942. Increase Quota initialization threads. Contributed by Stephen O'Donnell. (3 years, 4 months ago) +* e86050fae528 - HADOOP-17588. CryptoInputStream#close() should be syncronized. Contributed by RenukaPrasad C (3 years, 4 months ago) +* 36014b828257 - HDFS-15949. Fix integer overflow (#2857) (3 years, 4 months ago) +* 3f2682b92b54 - HADOOP-17622. Avoid usage of deprecated IOUtils#cleanup API. (#2862) (3 years, 4 months ago) +* 26b8f678b2af - YARN-10702. Add cluster metric for amount of CPU used by RM Event Processor. Contributed by Jim Brennan. (3 years, 4 months ago) +* de05cefbae61 - HDFS-15940. Fixing and refactoring tests specific to Block recovery.(#2844). Contributed by Viraj Jasani (3 years, 4 months ago) +* 6e1df1c048a5 - HDFS-15947. Replace deprecated protobuf APIs (#2856) (3 years, 4 months ago) +* 9e2d5d6d05a2 - HDFS-15951. Remove unused parameters in NameNodeProxiesClient (#2859) (3 years, 4 months ago) +* ca5e13fd7483 - HDFS-15950. Remove unused hdfs.proto import (#2858) (3 years, 4 months ago) +* 29a6769b68f3 - HADOOP-17614. Bump netty to the latest 4.1.61. (#2850) (3 years, 4 months ago) +* 5eaa1b7230b3 - HADOOP-17619: Fix DelegationTokenRenewer#updateRenewalTime java doc error. (#2846). Contributed by Qi Zhu. (3 years, 4 months ago) +* 96e410a12752 - HDFS-15930: Fix some @param errors in DirectoryScanner. (#2829). Contributed by Qi Zhu. (3 years, 4 months ago) +* 3cb76447f501 - HDFS-15946. Fix java doc in FSPermissionChecker (#2855). Contributed by tomscut. (3 years, 4 months ago) +* 70536ba1f953 - HDFS-15944. Prevent truncation by snprintf (#2853) (3 years, 4 months ago) +* bc7689abf572 - HADOOP-17587. Kinit with keytab should not display the keytab file's full path in any logs. Contributed by Ravuri Sushma sree. (3 years, 4 months ago) +* 478402cc740f - HADOOP-17610. DelegationTokenAuthenticator prints token information. Contributed by Ravuri Sushma sree. (3 years, 4 months ago) +* ed74479ea56b - HDFS-15222. Correct the "hdfs fsck -list-corruptfileblocks" command output. Contributed by Ravuri Sushma sree. (3 years, 4 months ago) +* 7c83f140dc8f - HDFS-15938. Fix java doc in FSEditLog (#2837). Contributed by tomscut. (3 years, 4 months ago) +* 4bd04126d645 - HDFS-15892. Add metric for editPendingQ in FSEditLogAsync (#2770) (3 years, 4 months ago) +* 4f2873801073 - HDFS-15931 : Fix non-static inner classes for better memory management (#2830). Contributed by Viraj Jasani (3 years, 4 months ago) +* 158758c5bf1a - YARN-10726. Log the size of DelegationTokenRenewer event queue in case of too many pending events. Contributed by Qi Zhu. (3 years, 4 months ago) +* 9f1655baf283 - YARN-9618. NodesListManager event improvement. Contributed by Qi Zhu. (3 years, 4 months ago) +* a0deda1a777d - YARN-10720. YARN WebAppProxyServlet should support connection timeout to prevent proxy server from hanging. Contributed by Qi Zhu. (3 years, 4 months ago) +* 0665ce99308a - HDFS-15494. TestReplicaCachingGetSpaceUsed#testReplicaCachingGetSpaceUsedByRBWReplica Fails on Windows. Contributed by Ravuri Sushma sree. (3 years, 4 months ago) +* 5eca74897058 - HDFS-15921. Improve the log for the Storage Policy Operations. Contributed by Bhavik Patel. (3 years, 4 months ago) +* a94a23ab9efd - Revert "HADOOP-17608. Fix NPE in TestKMS (#2828)" (3 years, 4 months ago) +* 2c482fbacfcd - HADOOP-16524. Automatic keystore reloading for HttpServer2 (3 years, 4 months ago) +* 22961a615df5 - Revert "HADOOP-16524. Automatic keystore reloading for HttpServer2" (3 years, 4 months ago) +* a2975d215371 - HADOOP-16524. Automatic keystore reloading for HttpServer2 Reapply of issue reverted first because it caused yarn failures and then again because the commit message was incorrectly formatted. (3 years, 4 months ago) +* 5183aaeda213 - Revert "Hadoop 16524 - resubmission following some unit test fixes (#2693)" Revert to fix the summary message. (3 years, 4 months ago) +* 9509bebf7fef - Hadoop 16524 - resubmission following some unit test fixes (#2693) (3 years, 4 months ago) +* d69088a097ff - HADOOP-17608. Fix NPE in TestKMS (#2828) (3 years, 4 months ago) +* 6fd0c661b64c - YARN-10597. CSMappingPlacementRule should not create new instance of Groups. Contributed by Gergely Pollak (3 years, 4 months ago) +* ff6ec20d8456 - YARN-10718. Fix CapacityScheduler#initScheduler log error. Contributed by Qi Zhu. (3 years, 4 months ago) +* da4ceba4aa61 - HDFS-15863. RBF: Validation message to be corrected in FairnessPolicyController. Contributed by Renukaprasad C. (3 years, 4 months ago) +* 054e1c5e83a4 - HDFS-15932. Improve the balancer error message when process exits abnormally. Contributed by Renukaprasad C. (3 years, 4 months ago) +* 03e42efa30bc - YARN-10544. AMParams.java having un-necessary access identifier static final. Contributed by ANANDA G B. (3 years, 4 months ago) +* 7dfff496fafe - HDFS-15929. Replace RAND_pseudo_bytes in util.cc (#2826) (3 years, 4 months ago) +* 8668abf87e49 - HDFS-15927. Catch polymorphic type by reference (#2824) (3 years, 4 months ago) +* 50b1e1c0c4c9 - HDFS-15928. Replace RAND_pseudo_bytes in rpc_engine.cc (#2825) (3 years, 4 months ago) +* 8ad77a26c9f6 - YARN-10716. Fix typo in ContainerRuntime. Contributed by xishuhai. (3 years, 4 months ago) +* 413a4c3c05d3 - YARN-10466.Fix NullPointerException in yarn-services Component.java. Contributed by D M Murali Krishna Reddy (3 years, 4 months ago) +* 6577bf1891b1 - YARN-10439. addendum fix for shaded guva. (3 years, 4 months ago) +* b61f52ec565b - YARN-10441. Add support for hadoop.http.rmwebapp.scheduler.page.class. Contributed by D M Murali Krishna Reddy (3 years, 4 months ago) +* d0dcfc405c62 - YARN-10439. Yarn Service AM listens on all IP's on the machine. Contributed by D M Murali Krishna Reddy (3 years, 4 months ago) +* 2d62dced4b60 - YARN-10437. Destroy yarn service if any YarnException occurs during submitApp.Contributed by D M Murali Krishna Reddy (3 years, 4 months ago) +* 90fdd04f5443 - HDFS-15926 : Removed duplicate dependency of hadoop-annotations (#2823). Contributed by Viraj Jasani. (3 years, 4 months ago) +* 6a3e1353164d - HDFS-15922. Use memcpy for copying non-null terminated string. (#2827) (3 years, 4 months ago) +* ea6595d3b68a - HDFS-15900. RBF: empty blockpool id on dfsrouter caused by UNAVAILABLE NameNode. (#2787) (3 years, 4 months ago) +* cd2501e54b0a - HDFS-15764. Notify Namenode missing or new block on disk as soon as possible. Contributed by Yang Yun. (3 years, 4 months ago) +* 72037a63b176 - HDFS-15879. Exclude slow nodes when choose targets for blocks (#2748) (3 years, 4 months ago) +* f5c15572886e - HADOOP-17531.Addendum: DistCp: Reduce memory usage on copying huge directories. (#2820). Contributed by Ayush Saxena. (3 years, 4 months ago) +* 1fed18bb2d8a - HDFS-15922. Use memcpy for copying non-null terminated string in jni_helper.c (#2818) (3 years, 4 months ago) +* 19e418c10d8f - YARN-10713. ClusterMetrics should support custom resource capacity related metrics. Contributed by Qi Zhu. (3 years, 4 months ago) +* af1f9f43ea70 - HADOOP-17133. Implement HttpServer2 metrics (#2145) (3 years, 4 months ago) +* c5929c00a35a - HADOOP-17602. Upgrade JUnit to 4.13.1. Contributed by Ahmed Hussein. (3 years, 4 months ago) +* ed5814deffa7 - HDFS-15919. BlockPoolManager should log stack trace if unable to get Namenode addresses. Contributed by Stephen O'Donnell. (3 years, 4 months ago) +* 654555783db0 - HDFS-15918. Replace deprecated RAND_pseudo_bytes (#2811) (3 years, 4 months ago) +* 85d3bba555b3 - HADOOP-17476. ITestAssumeRole.testAssumeRoleBadInnerAuth failure. (#2777) (3 years, 4 months ago) +* 04880f076de1 - HADOOP-13551. AWS metrics wire-up (#2778) (3 years, 4 months ago) +* 95e68926750b - HDFS-15759. EC: Verify EC reconstruction correctness on DataNode (#2585) (3 years, 4 months ago) +* b4d97a8dc75e - HDFS-15902. Improve the log for HTTPFS server operation. Contributed by Bhavik Patel. (3 years, 4 months ago) +* ceb75e1e2a81 - YARN-10674. fs2cs should generate auto-created queue deletion properties. Contributed by Qi Zhu. (3 years, 4 months ago) +* 4b4ccce02f59 - HDFS-15911 : Provide blocks moved count in Balancer iteration result (#2794) (3 years, 4 months ago) +* 03cfc852791c - HADOOP-17531. DistCp: Reduce memory usage on copying huge directories. (#2732). Contributed by Ayush Saxena. (3 years, 4 months ago) +* 569e407f646c - HDFS-15907. Reduce Memory Overhead of AclFeature by avoiding AtomicInteger. Contributed by Stephen O'Donnell. (3 years, 4 months ago) +* 174f3a96b10a - YARN-10697. Resources are displayed in bytes in UI for schedulers other than capacity. Contributed by Bilwa S T. (3 years, 4 months ago) +* 714427c41401 - HDFS-15910. Improve security with explicit_bzero (#2793) (3 years, 4 months ago) +* 9c2a71259778 - HDFS-15913. Remove useless NULL checks before instanceof (#2805) (3 years, 4 months ago) +* d8ec8ab9653f - HADOOP-17599. Remove NULL checks before instanceof (#2804) (3 years, 4 months ago) +* d77c7ab4e060 - HDFS-15908. Possible Resource Leak in org.apache.hadoop.hdfs.qjournal.server.Journal (#2790). Contributed by Narges Shadab. (3 years, 4 months ago) +* 63eb289462e2 - HADOOP-17598. Fix java doc issue introduced by HADOOP-17578. (#2802). Contributed by Xiaoyu Yao. (3 years, 4 months ago) +* ede490d13182 - MAPREDUCE-7325. Intermediate data encryption is broken in LocalJobRunner. Contributed by Ahmed Hussein (3 years, 4 months ago) +* 61bfa4238909 - HDFS-15903. Refactor X-Platform lib (#2783) (3 years, 4 months ago) +* 343ce8a8c955 - HDFS-15906. Close FSImage and FSNamesystem after formatting is complete (#2788) (3 years, 4 months ago) +* 03a3a04c064f - HDFS-15787. Remove unnecessary Lease Renew in FSNamesystem#internalReleaseLease. Contributed by Lisheng Sun. (3 years, 4 months ago) +* 648bbbdad64a - YARN-10706. Upgrade com.github.eirslett:frontend-maven-plugin to 1.11.2 (#2791) (3 years, 4 months ago) +* c8d327a4f1a7 - HADOOP-17952. Fix the wrong CIDR range example in Proxy User documentation. (#2780) (3 years, 4 months ago) +* 261191cbc06c - HDFS-15904 : De-flake TestBalancer#testBalancerWithSortTopNodes() (#2785) (3 years, 4 months ago) +* cd44e917d0b3 - YARN-10476. Queue metrics for Unmanaged applications (#2674). Contributed by Cyrus Jackson (3 years, 4 months ago) +* 4781761dc2ef - HADOOP-17594. DistCp: Expose the JobId for applications executing through run method (#2786). Contributed by Ayush Saxena. (3 years, 4 months ago) +* f5f3fc6fe90e - HDFS-15868. Possible Resource Leak in EditLogFileOutputStream (#2736). Contributed by Narges Shadab. (3 years, 4 months ago) +* 3d4ea4b33650 - YARN-10701. The yarn.resource-types should support multi types without trimmed. Contributed by Qi Zhu. (3 years, 4 months ago) +* 181b9ddc513c - YARN-10703. Fix potential null pointer error of gpuNodeResourceUpdateHandler in NodeResourceMonitorImpl. Contributed by Qi Zhu. (3 years, 4 months ago) +* ce6bfd5718a3 - YARN-10641. Refactor the max app related update, and fix maxApllications update error when add new queues. Contributed by Qi Zhu. (3 years, 4 months ago) +* 38495af325ea - YARN-10692. Add Node GPU Utilization and apply to NodeMetrics. Contributed by Qi Zhu. (3 years, 4 months ago) +* a5745711ddd8 - YARN-10659. Improve CS MappingRule %secondary_group evaluation. Contributed by Gergely Pollak (3 years, 4 months ago) +* d7eeca4d0cd3 - YARN-10685. Fix typos in AbstractCSQueue. Contributed by Qi Zhu. (3 years, 4 months ago) +* 49f89f1d3de6 - YARN-10688. ClusterMetrics should support GPU capacity related metrics.. Contributed by Qi Zhu. (3 years, 4 months ago) +* b503de232812 - HADOOP-17578. Improve UGI debug log to help troubleshooting TokenCach… (#2762) (3 years, 4 months ago) +* 3e58d5611d24 - YARN-10497. Fix an issue in CapacityScheduler which fails to delete queues. Contributed by Wangda Tan and Qi Zhu. (3 years, 4 months ago) +* 9c43b60348be - HDFS-15895 : Remove redundant String#format in DFSAdmin#printOpenFiles (#2772) (3 years, 4 months ago) +* 9ba60c33d8e6 - HDFS-15890. Improve the Logs for File Concat Operation. Contributed by Bhavik Patel. (3 years, 4 months ago) +* 25390babc74a - HDFS-13975. TestBalancer#testMaxIterationTime fails sporadically (#2726) (3 years, 4 months ago) +* 0d4210411946 - HDFS-15898. Test case TestOfflineImageViewer fails (#2779) (3 years, 4 months ago) +* f276f1af80b4 - YARN-10652. Capacity Scheduler fails to handle user weights for a user that has a "." (dot) in it (3 years, 4 months ago) +* 47620f8821ed - HDFS-15843. Make write cross-platform (#2710) (3 years, 4 months ago) +* 73394fabc7a6 - YARN-10686. Fix TestCapacitySchedulerAutoQueueCreation#testAutoQueueCreationFailsForEmptyPathWithAQCAndWeightMode. Contributed by Qi Zhu. (3 years, 4 months ago) +* b80588b6883b - YARN-10682. The scheduler monitor policies conf should trim values separated by comma. Contributed by Qi Zhu. (3 years, 4 months ago) +* e9c98548e9e7 - YARN-10689. Fix the finding bugs in extractFloatValueFromWeightConfig. (#2760) (3 years, 4 months ago) +* 299b8062f133 - MAPREDUCE-7322. revisiting TestMRIntermediateDataEncryption. Contributed by Ahmed Hussein. (3 years, 4 months ago) +* aa4c17b9d7af - YARN-10588. Percentage of queue and cluster is zero in WebUI . Contributed by Bilwa S T (3 years, 4 months ago) +* 9b2f812996dc - HADOOP-17532. Yarn Job execution get failed when LZ4 Compression Codec is used. Contributed Bhavik Patel. (3 years, 4 months ago) +* 7025f39944e6 - HDFS-15809. DeadNodeDetector does not remove live nodes from dead node set. Contributed by Jinglun. (3 years, 4 months ago) +* b1dc6c40a069 - HADOOP-17585. Correct timestamp format in the docs for the touch command. Contributed by Stephen O'Donnell. (3 years, 4 months ago) +* 970455c917c7 - HDFS-15816. Fix shouldAvoidStaleDataNodesForWrite returns when no stale node in cluster. Contributed by Yang Yun. (3 years, 4 months ago) +* fe633d473935 - HADOOP-17548. ABFS: Toggle Store Mkdirs request overwrite parameter (#2729) (3 years, 4 months ago) +* e565b05c80c7 - HDFS-15884. RBF: Remove unused method getCreateLocation in RouterRpcServer (#2754). Contributed by tomscut. (3 years, 4 months ago) +* 167603ba0d72 - HADOOP-17586. Upgrade org.codehaus.woodstox:stax2-api to 4.2.1. (#2769). Contributed by Ayush Saxena. (3 years, 4 months ago) +* 6921ec8b40fe - HDFS-15882. Fix incorrectly initializing RandomAccessFile based on configuration options (#2751). Contributed by Xie Lei. (3 years, 4 months ago) +* 7cf5969f0b64 - HADOOP-17581. Fix reference to LOG is ambiguous after HADOOP-17482. (#2764) (3 years, 4 months ago) +* 5f067cf0f304 - [YARN-10687] Add option to disable/enable free disk space checking and percentage checking for full and not-full disks. Contributed by Qi Zhu. (3 years, 4 months ago) +* 5db4c0bf702b - YARN-10412. Move CS placement rule related changes to a separate package. Contributed by Gergely Pollak (3 years, 4 months ago) +* 2b62b12d0d77 - (YARN-10412-2) HADOOP-17582. Replace GitHub App Token with GitHub OAuth token (#2766) (3 years, 4 months ago) +* ecd3335187f3 - HDFS-15848. Snapshot Operations: Add debug logs at the entry point. Contributed by Bhavik Patel. (3 years, 4 months ago) +* 0f6ba5e031b9 - HADOOP-17514. Remove trace subcommand from hadoop CLI. (#2680) (3 years, 4 months ago) +* 54ae6bcfc380 - HADOOP-17571 : Bump up woodstox-core to 5.3.0 due to security concerns (#2757) (3 years, 4 months ago) +* 9b78de25507b - HADOOP-17570. Apply YETUS-1102 to re-enable GitHub comments (#2745) (3 years, 4 months ago) +* bcd9c67082f4 - HADOOP-16721. Improve S3A rename resilience (#2742) (3 years, 4 months ago) +* 23b343aed171 - HADOOP-16870. Use spotbugs-maven-plugin instead of findbugs-maven-plugin (#2753) (3 years, 4 months ago) +* ebfba0b6fade - [HADOOP-17567] typo in MagicCommitTracker (#2749) (3 years, 4 months ago) +* 7a851c7176dc - HADOOP-17573. Fix compilation error of OBSFileSystem in trunk. (#2758) (3 years, 4 months ago) +* 6a55baeee46f - HDFS-15875. Check whether file is being truncated before truncate (#2746) (3 years, 5 months ago) +* 176bd88890cc - HADOOP-16080. hadoop-aws does not work with hadoop-client-api. (#2522) (3 years, 5 months ago) +* b2a565629dba - YARN-10671.Fix Typo in TestSchedulingRequestContainerAllocation. Contributed by D M Murali Krishna Reddy. (3 years, 5 months ago) +* d5e035dbe1b9 - YARN-9615. Add dispatcher metrics to RM. Contributed by Jonathan Hung and Qi Zhu. (3 years, 5 months ago) +* 3851994cd695 - Revert "YARN-9615. Add dispatcher metrics to RM. Contributed by Qi Zhu." (3 years, 5 months ago) +* 369f75b7a7f6 - YARN-9615. Add dispatcher metrics to RM. Contributed by Qi Zhu. (3 years, 5 months ago) +* c3aa413ee3f8 - YARN-10679. Better logging of uncaught exceptions throughout SLS. Contributed by Szilard Nemeth. (3 years, 5 months ago) +* 099f58f8f41d - YARN-10681. Fix assertion failure message in BaseSLSRunnerTest. Contributed by Szilard Nemeth. (3 years, 5 months ago) +* 7f522c92fabc - YARN-10677. Logger of SLSFairScheduler is provided with the wrong class. Contributed by Szilard Nemeth. (3 years, 5 months ago) +* ea90cd3556f9 - YARN-10678. Try blocks without catch blocks in SLS scheduler classes can swallow other exceptions. Contributed by Szilard Nemeth. (3 years, 5 months ago) +* 20416bc62dce - YARN-10675. Consolidate YARN-10672 and YARN-10447. Contributed by Szilard Nemeth. (3 years, 5 months ago) +* e472ee2aa580 - YARN-10676. Improve code quality in TestTimelineAuthenticationFilterForV1. Contributed by Szilard Nemeth. (3 years, 5 months ago) +* 63aa142b770e - HADOOP-17557. skip-dir option is not processed by Yetus. Contributed by Ahmed Hussein. (3 years, 5 months ago) +* 6a922f98967c - HDFS-15873. Add namenode address in logs for block report (#2743) (3 years, 5 months ago) +* 04cd3115ba3f - YARN-10658. CapacityScheduler QueueInfo add queue path field to avoid ambiguous QueueName. Contributed by Qi Zhu. (3 years, 5 months ago) +* 4a0b7f7ebe10 - HDFS-15384. Document getLocatedBlocks(String src, long start) of DFSClient only return partial blocks. Contributed by Yang Yun. (3 years, 5 months ago) +* 9cb51bf10680 - HDFS-15808. Add metrics for FSNamesystem read/write lock hold long time. (#2668) Contributed by tomscut. (3 years, 5 months ago) +* ef7ab535c550 - HADOOP-17552. Change ipc.client.rpc-timeout.ms from 0 to 120000 by default to avoid potential hang. (#2727) (3 years, 5 months ago) +* c6b30a59dd20 - YARN-10672. All testcases in TestReservations are flaky. Contributed By Szilard Nemeth. (3 years, 5 months ago) +* 9d088639bfe1 - YARN-10664. Allow parameter expansion in NM_ADMIN_USER_ENV. Contributed by Jim Brennan. (3 years, 5 months ago) +* e82e7c597a13 - YARN-10640. Adjust the queue Configured capacity to Configured weight number for weight mode in UI. Contributed by Qi Zhu. (3 years, 5 months ago) +* 077411675679 - HADOOP-17563. Update Bouncy Castle to 1.68. (#2740) (3 years, 5 months ago) +* e7cad3811fd1 - YARN-10642. Race condition: AsyncDispatcher can get stuck by the changes introduced in YARN-8995. Contributed by zhengchenyu. (3 years, 5 months ago) +* e19c00925f38 - YARN-10639. Queueinfo related capacity, should adjusted to weight mode. Contributed by Qi Zhu. (3 years, 5 months ago) +* 6699198b54bf - YARN-10532. Capacity Scheduler Auto Queue Creation: Allow auto delete queue when queue is not being used. Contributed by Qi Zhu. (3 years, 5 months ago) +* a85aeee876f8 - YARN-10623. Capacity scheduler should support refresh queue automatically by a thread policy. Contributed by Qi Zhu. (3 years, 5 months ago) +* d615e2d3bd35 - YARN-10649. Fix RMNodeImpl.updateExistContainers leak (#2719). Contributed by Max Xie (3 years, 5 months ago) +* 9fd2198daa58 - HADOOP-17546. Update Description of hadoop-http-auth-signature-secret in HttpAuthentication.md. Contributed by Ravuri Sushma sree. (3 years, 5 months ago) +* 7e8040e6adcc - YARN-10655. Limit queue creation depth relative to its first static parent. Contributed by Andras Gyori. (3 years, 5 months ago) +* cdba06e380bc - HDFS-15870. Remove unused configuration dfs.namenode.stripe.min (#2739) (3 years, 5 months ago) +* 8af56de1fa75 - HADOOP-17560. Fix some spelling errors (#2730) (3 years, 5 months ago) +* a17dc4e8218b - [MAPREDUCE-7234] ClientHSSecurityInfo class is in wrong META-INF file. Contributed by Eric Badger. (3 years, 5 months ago) +* 1f1a1ef52df8 - HDFS-15856: Make write pipeline retry times configurable. (#2721). Contributed by Qi Zhu (3 years, 5 months ago) +* 9501c698f478 - HDFS-15849. ExpiredHeartbeats metric should be of Type.COUNTER. Contributed by Qi Zhu. (3 years, 5 months ago) +* 32353eb38a5b - HDFS-15854. Make some parameters configurable for SlowDiskTracker and SlowPeerTracker (#2718) (3 years, 5 months ago) +* c3b3b36dee47 - HDFS-14013. Skip any credentials stored in HDFS when starting ZKFC. Contributed by Stephen O'Donnell (3 years, 5 months ago) +* 3101c39b4912 - YARN-10656. Parsing error in CapacityScheduler.md (#2725) (3 years, 5 months ago) +* 947b50489d5c - YARN-10627. Extend logging to give more information about weight mode. Contributed by Benjamin Teke. (3 years, 5 months ago) +* e04bcb3a061f - MAPREDUCE-7320. organize test directories for ClusterMapReduceTestCase (#2722). Contributed by Ahmed Hussein (3 years, 5 months ago) +* fcdb1e7fec45 - YARN-10653. Fixed the findbugs issues introduced by YARN-10647. Contributed by Qi Zhu (3 years, 5 months ago) +* ac37ca0b67b2 - YARN-10651. CapacityScheduler crashed with NPE in AbstractYarnScheduler.updateNodeResource(). Contributed by Haibo Chen (3 years, 5 months ago) +* c373da9f883e - [YARN-10613] Config to allow Intra- and Inter-queue preemption to enable/disable conservativeDRF. Contributed by Eric Payne (3 years, 5 months ago) +* a89c624002fc - YARN-10609. Update the document for YARN-10531(Be able to disable user limit factor for CapacityScheduler Leaf Queue). Contributed by Qi Zhu. (3 years, 5 months ago) +* 9c583f36d5d0 - HDFS-15422. Reported IBR is partially replaced with stored info when queuing. Contributed by Stephen O'Donnell and Kihwal Lee (3 years, 5 months ago) +* 924fa87010ac - HADOOP-17510. Hadoop prints sensitive Cookie information. (#2673) (3 years, 5 months ago) +* 940c780feb29 - HDFS-15781. Add metrics for how blocks are moved in replaceBlock. (#2704) (3 years, 5 months ago) +* e9a3c2950e86 - HADOOP-17538. Add kms-default.xml and httpfs-default.xml to site index. (#2716) (3 years, 5 months ago) +* 7b7c0019f423 - HADOOP-17528. SFTP File System: close the connection pool when closing a FileSystem (#2701) (3 years, 5 months ago) +* 647d23b611f7 - HDFS-15847. create client protocol: add ecPolicyName & storagePolicy param to debug statement string. Contributed by Bhavik Patel. (3 years, 5 months ago) +* a57282540f27 - HDFS-15845. RBF: Router fails to start due to NoClassDefFoundError for hadoop-federation-balance. (#2714) (3 years, 5 months ago) +* 47420ae3edb9 - YARN-10647. Fix TestRMNodeLabelsManager failed after YARN-10501. Contributed by Qi Zhu. (3 years, 5 months ago) +* 8bca105655d9 - MAPREDUCE-7323. Remove job_history_summary.py. (#2712) (3 years, 5 months ago) +* b722c52f4ede - YARN-10513. CS Flexible Auto Queue Creation RM UIv2 modifications. Contributed by Andras Gyori. (3 years, 5 months ago) +* 7f64030314f1 - HADOOP-17537. ABFS: Correct assertion reversed in HADOOP-13327 (3 years, 5 months ago) +* 1e32ab7d2fa8 - HDFS-15734. [READ] DirectoryScanner#scan need not check StorageType.PROVIDED (#2559) (3 years, 5 months ago) +* f8059d0bdfbd - Revert "first commit (#2559)" (3 years, 5 months ago) +* 1b94569d893c - first commit (#2559) (3 years, 5 months ago) +* e119063a078f - HADOOP-17534. Update Jackson to 2.10.5 and Jackson databind to 2.10.5.1 (#2708) (3 years, 5 months ago) +* 98ffd65d8bf9 - HDFS-15826. Solve the problem of incorrect progress of delegation tokens when loading FsImage. (#2686) (3 years, 5 months ago) +* ff84a5748332 - HDFS-15806. DeadNodeDetector should close all the threads when it is closed. Contributed by Jinglun. (3 years, 5 months ago) +* 2ce5752fa824 - HDFS-15839. RBF: Cannot get method setBalancerBandwidth on Router Client. Contributed by Yang Yun. (3 years, 5 months ago) +* b9b49ed956e6 - HADOOP-16748. Migrate to Python 3 and upgrade Yetus to 0.13.0 (#1738) (3 years, 5 months ago) +* 4891e68c2b2b - YARN-10501. Can't remove all node labels after add node label without nodemanager port. Contributed by caozhiqiang. (3 years, 5 months ago) +* d28b6f90c8c3 - YARN-10636. CS Auto Queue creation should reject submissions with empty path parts. Contributed by Gergely Pollak. (3 years, 5 months ago) +* 4383726d194f - YARN-10635. CSMapping rule can return paths with empty parts. Contributed by Gergely Pollak. (3 years, 5 months ago) +* 25af8901a978 - HDFS-15835. Erasure coding: Add/remove logs for the better readability/debugging. Contributed by Bhavik Patel. (3 years, 5 months ago) +* 9a298d180da8 - Revert "HADOOP-16870. Use spotbugs-maven-plugin instead of findbugs-maven-plugin (#2454)" (3 years, 5 months ago) +* 2970bd93f3ed - HDFS-15830. Support to make dfs.image.parallel.load reconfigurable (#2694) (3 years, 5 months ago) +* e391844e8e41 - HDFS-15815. if required storageType are unavailable, log the failed reason during choosing Datanode. Contributed by Yang Yun. (3 years, 5 months ago) +* 0ed9e36282cd - HDFS-15834. Remove the usage of org.apache.log4j.Level (#2696) (3 years, 5 months ago) +* 4cf35315838a - HADOOP-16870. Use spotbugs-maven-plugin instead of findbugs-maven-plugin (#2454) (3 years, 5 months ago) +* eac7aefaafb1 - HADOOP-17109. add guava BaseEncoding to illegalClasses (#2703) (3 years, 5 months ago) +* 9882a223652b - YARN-10625. FairScheduler: add global flag to disable AM-preemption. Contributed by Peter Bacsko (3 years, 5 months ago) +* 1bb4101b5992 - HADOOP-17038 Support disabling buffered reads in ABFS positional reads. (#2646) (3 years, 5 months ago) +* 3fcc7a55b6ee - [YARN-10626] Log resource allocation in NM log at container start time. Contributed by Eric Badger (3 years, 5 months ago) +* 2b3c5b173381 - HDFS-15836. RBF: Fix contract tests after HADOOP-13327 (#2702) (3 years, 5 months ago) +* 07a4220cd27c - HDFS-15821. Add metrics for in-service datanodes (#2690). Contributed by Zehao Chen. (3 years, 5 months ago) +* bad6038a4879 - YARN-10622. Fix preemption policy to exclude childless ParentQueues. Contributed by Andras Gyori (3 years, 5 months ago) +* 852aac34f2c4 - Support max queues limit configuration in new auto created queue, consistent with old auto created. Contributed by Qi Zhu (3 years, 5 months ago) +* c3134ab3a99d - HDFS-15814. Make some parameters configurable for DataNodeDiskMetrics (#2676) (3 years, 5 months ago) +* f9a073c6c186 - YARN-10500. TestDelegationTokenRenewer fails intermittently. (#2619) (3 years, 5 months ago) +* 78905d7e3f36 - HADOOP-16906. Abortable (#2684) (3 years, 5 months ago) +* 98ca6afd177f - YARN-10618. RM UI2 Application page shows the AM preempted containers instead of the nonAM ones. Contributed by Benjamin Teke (3 years, 5 months ago) +* 933fbeffee1e - HADOOP-17516. Upgrade ant to 1.10.9. (#2683) (3 years, 5 months ago) +* cacc87038966 - YARN-10593. Fix incorrect string comparison in GpuDiscoverer. Contributed by Peter Bacsko (3 years, 5 months ago) +* 798df6d6991c - HADOOP-13327 Output Stream Specification. (#2587) (3 years, 5 months ago) +* a8bd516e39fa - YARN-10620. fs2cs: parentQueue for certain placement rules are not set during conversion. Contributed by Peter Bacsko (3 years, 5 months ago) +* 462561654bb3 - MAPREDUCE-7319. Log list of mappers at trace level in ShuffleHandler audit log. Contributed by Jim Brennan. (3 years, 5 months ago) +* fc5f2415350f - YARN-10619. CS Mapping Rule %specified rule catches default submissions. Contributed by Gergely Pollak (3 years, 5 months ago) +* 9434c1eccc25 - HDFS-15818. Fix TestFsDatasetImpl.testReadLockCanBeDisabledByConfig. Contributed by Leon Gao (#2679) (3 years, 5 months ago) +* 2df2dfb9ed3e - HDFS-15817. Rename snapshots while marking them deleted. (#2677) (3 years, 5 months ago) +* 0b05dd8802be - YARN-9650. Set thread names for CapacityScheduler AsyncScheduleThread (#2665) (3 years, 5 months ago) +* 0e2b3086e3ba - HDFS-15683. Allow configuring DISK/ARCHIVE capacity for individual volumes. (#2625) (3 years, 5 months ago) +* 19ae0faacc5b - HDFS-15820. Ensure snapshot root trash provisioning happens only post safe mode exit (#2682) (3 years, 6 months ago) +* c4918fb2986d - [HDFS-15813] DataStreamer: keep sending heartbeat packets during flush. Contributed by Daryn Sharp and Jim Brennan (3 years, 6 months ago) +* c22c77af4368 - [YARN-10607] User environment is unable to prepend PATH when mapreduce.admin.user.env also sets PATH. Contributed by Eric Badger. (3 years, 6 months ago) +* 5aa9866ec2bd - YARN-10615. Fix Auto Queue Creation hierarchy construction to use queue path instead of short queue name. Contributed by Andras Gyori (3 years, 6 months ago) +* c19326c05110 - YARN-10610. Add queuePath to RESTful API for CapacityScheduler consistent with FairScheduler queuePath. Contributed by Qi Zhu (3 years, 6 months ago) +* 79a46599f76e - YARN-10428. Zombie applications in the YARN queue using FAIR + sizebasedweight. Contributed by Guang Yang, Andras Gyori (3 years, 6 months ago) +* 65857ea7c079 - HADOOP-17513. Checkstyle IllegalImport does not catch guava imports (#2678) (3 years, 6 months ago) +* 52217fce3d2a - HADOOP-17432. [JDK 16] KerberosUtil#getOidInstance is broken by JEP 396 (#2546) (3 years, 6 months ago) +* 7ef2875c8932 - HDFS-15798. EC: Reconstruct task failed, and It would be XmitsInProgress of DN has negative number. Contributed by huhaiyang (3 years, 6 months ago) +* b99dba38b998 - HDFS-15819. Fix import style #2681 (3 years, 6 months ago) +* 5e719bf5886a - YARN-10611. Fix that shaded should be used for google guava imports in YARN-10352. Contributed by Qi Zhu (3 years, 6 months ago) +* 5f34271bb144 - HADOOP-17475. ABFS : add high performance listStatusIterator (#2548) (3 years, 6 months ago) +* c17414111ba1 - YARN-10612. Fix findbugs issue introduced in YARN-10585. Contributed by Gergely Pollak (3 years, 6 months ago) +* 15a1f7adfc02 - HDFS-15779. EC: fix NPE caused by StripedWriter.clearBuffers during reconstruct block. Contributed by Hongbing Wang (3 years, 6 months ago) +* 182623d2bc73 - HDFS-15799. Make DisallowedDatanodeException terse. Contributed by Richard Ross. (3 years, 6 months ago) +* 26b9d480e802 - HADOOP-17337. S3A NetworkBinding has a runtime dependency on shaded httpclient. (#2599) (3 years, 6 months ago) +* 66ecee333e0a - HDFS-15803. EC: Remove unnecessary method (getWeight) in StripedReconstructionInfo. Contributed by huhaiyang (3 years, 6 months ago) +* 394b9f7a5c42 - HDFS-15624. fix the function of setting quota by storage type (#2377) (3 years, 6 months ago) +* 6fc26ad5392a - YARN-10352 Skip schedule on not heartbeated nodes in Multi Node Placement. Contributed by Prabhu Joseph and Qi Zhu (3 years, 6 months ago) +* f37bf6519937 - HADOOP-15710. ABFS checkException to map 403 to AccessDeniedException. (#2648) (3 years, 6 months ago) +* 6c891c0dd48a - HADOOP-17509. Parallelize building of dependencies (#2669) (3 years, 6 months ago) +* 18978f2e204d - HDFS-15795. EC: Wrong checksum when reconstruction was failed by exception. Contributed by Yushi Hayasaka (#2657) (3 years, 6 months ago) +* 9bf2ac07bb84 - YARN-10605. Add queue-mappings-override.enable property in FS2CS conversions. Contributed by Andras Gyori (3 years, 6 months ago) +* 7d8895376841 - YARN-10604. Support auto queue creation without mapping rules. Contributed by Andras Gyori (3 years, 6 months ago) +* 1b893e10aed1 - HDFS-15792. Addendum: ClasscastException while loading FSImage. Contributed by Renukaprasad C. (3 years, 6 months ago) +* a163aa739482 - HADOOP-17508. Simplify deps install instructions (#2664) (3 years, 6 months ago) +* 21a3fc3d2d77 - HADOOP-17482: Remove Commons Logger from FileSystem Class (#2633) (3 years, 6 months ago) +* b54134661b5d - HDFS-15792. ClasscastException while loading FSImage. Contributed by Renukaprasad C. (3 years, 6 months ago) +* 115623a6ee4e - HDFS-15791. Possible Resource Leak in FSImageFormatProtobuf. (#2652) (3 years, 6 months ago) +* 84b154ebc054 - HADOOP-17354. Move Jenkinsfile outside of the root directory. (#2647) (3 years, 6 months ago) +* 1a205cc3adff - HADOOP-17424. Replace HTrace with No-Op tracer (#2645) (3 years, 6 months ago) +* 6fafdd76829a - HADOOP-17507. Add install notes GCC9, CMake 3.19 (#2663) (3 years, 6 months ago) +* 9801b78edf25 - HADOOP-17506. Fix typo in BUILDING.txt (#2662) (3 years, 6 months ago) +* 06e836cd57c1 - HADOOP-17501. Fix logging typo in ShutdownHookManager. Contributed by Fengnan Li. (3 years, 6 months ago) +* ad483fd66e87 - HDFS-15740. Add x-platform utilities (#2567) (3 years, 6 months ago) +* fa15594ae609 - YARN-10600. Convert root queue in fs2cs weight mode conversion. Contributed by Benjamin Teke. (3 years, 6 months ago) +* f56547693933 - [HDFS-15789] Lease renewal does not require namesystem lock. Contributed by Daryn Sharp and Jim Brennan. (3 years, 6 months ago) +* 6184ab07f670 - [HDFS-10498] Intermittent test failure TestSnapshotFileLength.testSnapshotFileLength. Contributed by Jim Brennan. (3 years, 6 months ago) +* f8769e0f4b91 - HDFS-15661. The DeadNodeDetector should not be shared by different DFSClients. Contributed by Jinglun. (3 years, 6 months ago) +* 2a38ed0e0c0b - MAPREDUCE-7317. Add latency information in FileOutputCommitter.mergePaths. (#2624) (3 years, 6 months ago) +* 0bb52a42e500 - HADOOP-17483. Magic committer is enabled by default. (#2656) (3 years, 6 months ago) +* 9628aa87bf21 - YARN-10598. CS Flexible Auto Queue Creation: Modify RM /scheduler endpoint to extend the creation type with additional information. Contributed by Benjamin Teke (3 years, 6 months ago) +* 28cc912a5c18 - HADOOP-17493. Revert name of DELEGATION_TOKENS_ISSUED constant/statistic (#2649) (3 years, 6 months ago) +* 7c4ef4283795 - YARN-10599. fs2cs should generate new 'auto-queue-creation-v2.enabled' properties for all parents. Contributed by Peter Bacsko (3 years, 6 months ago) +* 80c7404b519d - HADOOP-17414. Magic committer files don't have the count of bytes written collected by spark (#2530) (3 years, 6 months ago) +* e2a7008d50d7 - YARN-10585. Create a class which can convert from legacy mapping rule format to the new JSON format. Contributed by Gergely Pollak (3 years, 6 months ago) +* 4f008153ef5f - YARN-10587. Fix AutoCreateLeafQueueCreation cap related caculation when in absolute mode. (Qi Zhu via wangda) (3 years, 6 months ago) +* b7384a8d02ae - YARN-10531. Be able to disable user limit factor for CapacityScheduler Leaf Queue. (Qi Zhu via wangda) (3 years, 6 months ago) +* f1766e5bb4bc - YARN-10596. Allow static definition of childless ParentQueues with auto-queue-creation-v2 enabled. Contributed by Andras Gyori (3 years, 6 months ago) +* a9ff726e42b5 - HADOOP-17496. Install a supported version of pip (#2653) (3 years, 6 months ago) +* e40f99f6d55a - HDFS-15767. RBF: Router federation rename of directory. Contributed by Jinglun. (3 years, 6 months ago) +* b441ca869952 - HADOOP-17465. Upgrade to Focal (#2613) (3 years, 6 months ago) +* 06a5d3437f68 - HADOOP-17480. Document that AWS S3 is consistent and that S3Guard is not needed (#2636) (3 years, 6 months ago) +* 2fa73a23875d - HADOOP-17452. Upgrade Guice to 4.2.3 (#2582) (3 years, 6 months ago) +* d82009599a2e - (origin/HDFS-15714, 9uapaw/HDFS-15714) HADOOP-17478. Improve the description of hadoop.http.authentication.signature.secret.file (#2628) (3 years, 6 months ago) +* 9cf408d6baf2 - HDFS-15731. Reduce threadCount for unit tests to reduce the memory usage (#2556) (3 years, 6 months ago) +* 91d4ba57c5b8 - HDFS-15632. AbstractContractDeleteTest should set recursive peremeter to true for recursive test cases. Contributed by Anton Kutuzov. (3 years, 6 months ago) +* d09e3c929f28 - HADOOP-17224. Install Intel ISA-L library in Dockerfile. (#2537) (3 years, 6 months ago) +* 8620984b8df5 - YARN-10515. Fix flaky test TestCapacitySchedulerAutoQueueCreation.testDynamicAutoQueueCreationWithTags. Contributed by Peter Bacsko (3 years, 6 months ago) +* 1ccba3734d1c - YARN-10490. yarn top command not quitting completely with ctrl+c. Contributed by Agshin Kazimli (3 years, 6 months ago) +* e2f8503ebd62 - HADOOP-17484. Typo in hadop-aws index.md (#2634) (3 years, 6 months ago) +* 17fdac8de599 - YARN-10581. CS Flexible Auto Queue Creation: Modify RM /scheduler endpoint to include queue creation type for queues. Contributed by Szilard Nemeth. (3 years, 6 months ago) +* 06fef5ee43d8 - YARN-10579. CS Flexible AQC: Modify RM /scheduler endpoint to include weight values for queues. Contributed by Szilard Nemeth (3 years, 6 months ago) +* 8bc2dfbf36bd - YARN-10519. Refactor QueueMetricsForCustomResources class to move to yarn-common package. Contributed by Minni Mittal (3 years, 6 months ago) +* 45b3a8470975 - HDFS-15783. Speed up BlockPlacementPolicyRackFaultTolerant#verifyBlockPlacement (#2626) (3 years, 6 months ago) +* cfe6e1f7da95 - YARN-10578. Fix Auto Queue Creation parent handling. Contributed by Andras Gyori (3 years, 6 months ago) +* 4b5bc05a788d - YARN-10512. CS Flexible Auto Queue Creation: Modify RM /scheduler endpoint to include mode of operation for CS. Contributed by Szilard Nemeth. (3 years, 6 months ago) +* 68bc721841dd - HADOOP-17433. Skipping network I/O in S3A getFileStatus(/) breaks ITestAssumeRole. (#2600) (3 years, 6 months ago) +* a326f2260665 - YARN-10573. Enhance placement rule conversion in fs2cs in weight mode and enable it by default. Contributed by Peter Bacsko (3 years, 6 months ago) +* 6abdb148e4c9 - YARN-10535. Make queue placement in CapacityScheduler compliant with auto-queue-placement. Contributed by Gergely Pollak (3 years, 6 months ago) +* 9b4f09a6bb35 - HDFS-15758. Fix typos in MutableMetric. Contributed by Haibin Huang. (3 years, 6 months ago) +* acea862d5912 - YARN-10574. Fix the FindBugs warning introduced in YARN-10506. Contributed by Gergely Pollak (3 years, 6 months ago) +* 97f843de3a9e - HADOOP-16947. Stale record should be remove when MutableRollingAverages generating aggregate data. Contributed by Haibin Huang. (3 years, 6 months ago) +* 7743d40ac5b6 - HDFS-15549. Use Hardlink to move replica between DISK and ARCHIVE storage if on same filesystem mount (#2583). Contributed by Leon Gao. (3 years, 6 months ago) +* 3d46141583e3 - YARN-10506. Update queue creation logic to use weight mode and allow the flexible static/dynamic creation. (Contributed by Qi Zhu, Andras Gyori) (3 years, 6 months ago) +* 6cd540e96484 - YARN-7200. SLS generates a realtimetrack.json file but that file is missing the closing ']'. Contributed by Agshin Kazimli (3 years, 6 months ago) +* 630f8ddd2c72 - HDFS-15672. TestBalancerWithMultipleNameNodes#testBalancingBlockpoolsWithBlockPoolPolicy fails on trunk. (#2475) (3 years, 6 months ago) +* 768e2f42ba3f - YARN-10562. Follow up changes for YARN-9833. Contributed by Jim Brennan. (3 years, 6 months ago) +* d8fadec944f1 - YARN-4589: Diagnostics for localization timeouts is lacking. Contributed by Chang Li (lichangleo) and Jim Brennan (Jim_Brennan) (3 years, 6 months ago) +* 836c6304304b - YARN-10525. Add weight mode conversion to fs2cs. Contributed by Peter Bacsko (3 years, 6 months ago) +* 61f77b7674de - YARN-8529. Add timeout to RouterWebServiceUtil#invokeRMWebService. Contributed by Minni Mittal (3 years, 6 months ago) +* 8ec824f2ba46 - HDFS-15762. TestMultipleNNPortQOP#testMultipleNNPortOverwriteDownStream fails intermittently (#2598) (3 years, 6 months ago) +* 724edb035440 - HADOOP-17451. IOStatistics test failures in S3A code. (#2594) (3 years, 6 months ago) +* 05c9c2ed0259 - Revert "HADOOP-17451. IOStatistics test failures in S3A code. (#2594)" (3 years, 6 months ago) +* d3014e01f353 - HADOOP-17451. IOStatistics test failures in S3A code. (#2594) (3 years, 6 months ago) +* 0a6ddfa145b7 - HADOOP-17272. ABFS Streams to support IOStatistics API (#2604) (3 years, 6 months ago) +* 0d7ac54510fb - HDFS-14558. RBF: Isolation/Fairness documentation. Contributed by Fengnan Li. (3 years, 6 months ago) +* 85b1c017eedf - YARN-10563. Fix dependency exclusion problem in poms. Contributed by Peter Bacsko (3 years, 6 months ago) +* 9c6e093783b8 - YARN-10570. Remove experimental warning message from fs2cs. Contributed by Peter Bacsko (3 years, 6 months ago) +* 612330661b9c - HADOOP-17459. ADLS Gen1: Fixes for rename contract tests #2607 (3 years, 6 months ago) +* ca7dd5fad331 - MAPREDUCE-7310. Clear the fileMap in JHEventHandlerForSigtermTest (#2499) (3 years, 6 months ago) +* ae894ecfcc46 - HADOOP-17438. Increase docker memory limit in Jenkins (#2560) (3 years, 6 months ago) +* b0eec0909772 - YARN-10504. Implement weight mode in Capacity Scheduler. (Contributed by Wangda Tan, Benjamin Teke, zhuqi, Andras Gyori) (3 years, 6 months ago) +* 32abc0af495a - HDFS-15702. Fix intermittent falilure of TestDecommission#testAllocAndIBRWhileDecommission. (#2507) (3 years, 6 months ago) +* d4fd675a95c1 - Revert "HADOOP-16524. Reloading SSL keystore for both DataNode and NameNode (#2470)" (3 years, 6 months ago) +* 1ec5c67b5e99 - HADOOP-16492. Support HuaweiCloud Object Storage as a Hadoop Backend File System. Contributed by zhongjun. (3 years, 6 months ago) +* ec22850dbef8 - Make upstream aware of 3.2.2 release. (3 years, 6 months ago) +* 890f2da62446 - YARN-10553. Refactor TestDistributedShell (#2581) (3 years, 6 months ago) +* 77435a025e5b - HADOOP-17408. Optimize NetworkTopology sorting block locations. (#2601). Contributed by Ahmed Hussein and Daryn Sharp. (3 years, 6 months ago) +* e306f594218e - HADOOP-16524. Reloading SSL keystore for both DataNode and NameNode (#2470) (3 years, 6 months ago) +* 41767599093f - YARN-10507. Add the capability to fs2cs to write the converted placement rules inside capacity-scheduler.xml. Contributed by Peter Bacsko (3 years, 6 months ago) +* 580a6a75a3e3 - YARN-10528. maxAMShare should only be accepted for leaf queues, not parent queues. Contributed by Siddharth Ahuja (3 years, 6 months ago) +* 2ba7ec2b48bc - HDFS-15766. RBF: MockResolver.getMountPoints() breaks the semantic of FileSubclusterResolver. Contributed by Jinglun. (3 years, 6 months ago) +* 87bd4d2aca5b - HDFS-15754. Add DataNode packet metrics (#2578) (3 years, 7 months ago) +* 1b1791075a8a - YARN-10538: Add RECOMMISSIONING nodes to the list of updated nodes returned to the AM (#2564) (3 years, 7 months ago) +* b612c310c263 - HADOOP-17404. ABFS: Small write - Merge append and flush (3 years, 7 months ago) +* d21c1c657619 - HADOOP-17444. ADLS Gen1: Update adls SDK to 2.3.9 (#2551) (3 years, 7 months ago) +* ae4945fb2c89 - YARN-10560. Upgrade node.js to 10.23.1 and yarn to 1.22.5 in Web UI v2. (#2592) (3 years, 7 months ago) +* b1abb10ea273 - HADOOP-17430. Restore ability to set Text to empty byte array (#2545) (3 years, 7 months ago) +* 42eb9ff68e37 - HADOOP-17454. [s3a] Disable bucket existence check - set fs.s3a.bucket.probe to 0 (#2593) (3 years, 7 months ago) +* 2b4febcf576e - HDFS-15719. [Hadoop 3] Both NameNodes can crash simultaneously due to the short JN socket timeout (#2533) (3 years, 7 months ago) +* 5abeecd33f23 - YARN-10558. Fix failure of TestDistributedShell#testDSShellWithOpportunisticContainers. (#2586) (3 years, 7 months ago) +* 77299ae992b1 - HDFS-15748. RBF: Move the router related part from hadoop-federation-balance module to hadoop-hdfs-rbf. Contributed by Jinglun. (3 years, 7 months ago) +* 66ee0a6df0dc - HADOOP-17371. Bump Jetty to the latest version 9.4.34. Contributed by Wei-Chiu Chuang. (#2453) (3 years, 7 months ago) +* 2825d060cf90 - HDFS-15648. TestFileChecksum should be parameterized. (#2501) (3 years, 7 months ago) +* c98d274db17f - HDFS-15751. Add documentation for msync() API to filesystem.md. Contributed by Konstantin V Shvachko. (3 years, 7 months ago) +* 1448add08fcd - HADOOP-17347. ABFS: Read optimizations (3 years, 7 months ago) +* 5ca1ea89b3f5 - HADOOP-17407. ABFS: Fix NPE on delete idempotency flow (3 years, 7 months ago) +* 1cd96e8dd81b - HDFS-15745. Make DataNodePeerMetrics#LOW_THRESHOLD_MS and MIN_OUTLIER_DETECTION_NODES configurable. Contributed by Haibin Huang. (3 years, 7 months ago) +* 617af28e8077 - HADOOP-17271. S3A connector to support IOStatistics. (#2580) (3 years, 7 months ago) +* 9b2956e254d0 - MAPREDUCE-7315. LocatedFileStatusFetcher to collect/publish IOStatistics. (#2579) (3 years, 7 months ago) +* 99d08a19ba5d - HADOOP-17450. Add Public IOStatistics API. (#2577) (3 years, 7 months ago) +* fa4cf91b5750 - YARN-10541. capture the performance metrics of ZKRMStateStore (#2568) (3 years, 7 months ago) +* 513f1995adc9 - YARN-10334. Close clients in TestDistributedShell (#2571) (3 years, 7 months ago) +* 3b77cf444622 - HDFS-15749. Make size of editPendingQ can be configurable (#2572) (3 years, 7 months ago) +* 005b854f6bad - HADOOP-17445. Update the year to 2021. Contributed by He Xiaoqiao. (3 years, 7 months ago) +* 16a20503cacf - HDFS-15569. Speed up the Storage#doRecover during datanode rolling upgrade. Contributed by Hemanth Boyina. (3 years, 7 months ago) +* 4ae561bcb450 - HDFS-15739. Add missing Javadoc for a param in method chooseRandomWithStorageType (#2566) (3 years, 7 months ago) +* 4c5d88e230fa - YARN-10540. Node page is broken in YARN UI1 and UI2 including RMWebService api for nodes. Contributed by Jim Brennan. (3 years, 7 months ago) +* 9aefe72ed68f - HDFS-15743. Fix -Pdist build failure of hadoop-hdfs-native-client. (#2569) (3 years, 7 months ago) +* ba496f61f8ac - HDFS-15308. TestReconstructStripedFile#testNNSendsErasureCodingTasks fails intermittently. Contributed by Hemanth Boyina. (3 years, 7 months ago) +* a35fc3871b01 - HADOOP-17422: ABFS: Set default ListMaxResults to max server limit (#2535) Contributed by Sumangala Patki (3 years, 7 months ago) +* 5ab1db9e218e - HDFS-15380. RBF: Could not fetch real remote IP in RouterWebHdfsMethods. Contributed by tomscut. (3 years, 7 months ago) +* bb528e323995 - YARN-10463: For Federation, we should support getApplicationAttemptReport. (#2563) (3 years, 7 months ago) +* 2aea43bf4fcc - HDFS-15655. Add option to make balancer prefer to get cold blocks. Contributed by Yang Yun. (3 years, 7 months ago) +* 3ecd3628d459 - HDFS-15733. Add seqno in log when BlockReceiver receive packet. Contributed by Haibin Huang. (3 years, 7 months ago) +* 70789fc6b9d8 - HDFS-15116. Correct spelling of comments for NNStorage.setRestoreFailedStorage. Contributed by Xudong Cao. (3 years, 7 months ago) +* 3d2193cd6484 - HADOOP-17338. Intermittent S3AInputStream failures: Premature end of Content-Length delimited message body etc (#2497) (3 years, 7 months ago) +* 7a88f4536672 - YARN-10536. Client in distributedShell swallows interrupt exceptions (#2554) (3 years, 7 months ago) +* c2672bb23425 - HDFS-15704. Mitigate lease monitor's rapid infinite loop. (#2511). Contributed by Daryn Sharp and Ahmed Hussein (3 years, 7 months ago) +* 4c033bafa028 - HADOOP-17191. ABFS: Run the tests with various combinations of configurations and publish a consolidated results (3 years, 7 months ago) +* df7f1e5199ee - YARN-10499. TestRouterWebServiceREST fails (#2490). Contributed by Akira Ajisaka (3 years, 7 months ago) +* df35c7f51996 - YARN-10526. RMAppManager CS Placement ignores parent path. Contributed by Gergely Pollak (3 years, 7 months ago) +* 5bf977e6b162 - Hadoop-17413. Release elastic byte buffer pool at close (3 years, 7 months ago) +* 0da00fc74302 - HDFS-15170. EC: Block gets marked as CORRUPT in case of failover and pipeline recovery. Contributed by Ayush Saxena. (3 years, 7 months ago) +* 3363cc380b95 - HDFS-15728. Update description of dfs.datanode.handler.count in hdfs-default.xml. Contributed by liuyan.(#2534) (3 years, 7 months ago) +* 3234e5eaf36a - YARN-10031. Create a general purpose log request with additional query parameters. Contributed by Andras Gyori (3 years, 7 months ago) +* 9ed737001c9c - HDFS-15725. Lease Recovery never completes for a committed block which the DNs never finalize. Contributed by Stephen O'Donnell (3 years, 7 months ago) +* 6de1a8eb6784 - HADOOP-13571. ServerSocketUtil.getPort() should use loopback address, not 0.0.0.0. Contributed by Eric Badger (3 years, 7 months ago) +* be35fa186cc0 - HDFS-15717. Improve fsck logging. (#2529) Contributed by Kihwal Lee and Ahmed Hussein (3 years, 7 months ago) +* 9bd3c9bc5067 - HDFS-15720 namenode audit async logger should add some log4j config (#2532) (3 years, 7 months ago) +* 3ec01b1bb304 - HDFS-15711. Add Metrics to HttpFS Server. (#2521) Contributed by Ahmed Hussein and Kihwal Lee (3 years, 7 months ago) +* c2cecfc9b951 - HADOOP-17425. Bump up snappy-java to 1.1.8.2. (#2536) (3 years, 7 months ago) +* 0a45bd034e1c - YARN-10520. Deprecated the residual nested class for the LCEResourceHandler (#2527). Contributed by Wanqiang Ji (3 years, 7 months ago) +* d67ccd03e36b - YARN-10380: Import logic of multi-node allocation in CapacityScheduler (#2494) (3 years, 7 months ago) +* aaf9e3d320a9 - YARN-10491. Fix deprecation warnings in SLSWebApp.java (#2519) (3 years, 7 months ago) +* 01383a21722b - HDFS-15716. WaitforReplication in TestUpgradeDomainBlockPlacementPolicy (#2528) (3 years, 7 months ago) +* 4ffec79b7caf - HDFS-15712. Upgrade googletest to 1.10.0 (#2523) (3 years, 8 months ago) +* 7d3c8ef6064e - YARN-10495. make the rpath of container-executor configurable. Contributed by angerszhu. (3 years, 8 months ago) +* 40f7543a6d57 - HDFS-15709. Socket file descriptor leak in StripedBlockChecksumReconstructor. (#2518) (3 years, 8 months ago) +* 32099e36dda3 - HDFS-15707. NNTop counts don't add up as expected. (#2516) (3 years, 8 months ago) +* da1ea2530fa6 - HDFS-15660. StorageTypeProto is not compatiable between 3.x and 2.6. Contributed by Ryan Wu. (3 years, 8 months ago) +* ad40715690c7 - HDFS-15221. Add checking of effective filesystem during initializing storage locations. Contributed by Yang Yun. (3 years, 8 months ago) +* 7dda804a1a7e - HDFS-14090. RBF: Improved isolation for downstream name nodes. {Static}. Contributed by Fengnan Li and CR Hota. (3 years, 8 months ago) +* e2c1268ebd57 - HDFS-15240. Erasure Coding: dirty buffer causes reconstruction block error. Contributed by HuangTao. (3 years, 8 months ago) +* 8c234fc0d447 - HADOOP-17389. KMS should log full UGI principal. (#2476) (3 years, 8 months ago) +* 07655a704080 - HDFS-15706. HttpFS: Log more information on request failures. (#2515) (3 years, 8 months ago) +* db73e994edac - HADOOP-16881. KerberosAuthentication does not disconnect HttpURLConnection leading to CLOSE_WAIT cnxns. Contributed by Attila Magyar. (3 years, 8 months ago) +* f94e927bfbea - HADOOP-17392. Remote exception messages should not include the exception class (#2486). Contributed by Daryn Sharp and Ahmed Hussein (3 years, 8 months ago) +* 9170eb566b17 - YARN-10511. Update yarn.nodemanager.env-whitelist value in docs (#2512) (3 years, 8 months ago) +* 717b8350687e - HADOOP-17397: ABFS: SAS Test updates for version and permission update (3 years, 8 months ago) +* 996974534330 - YARN-9883. Reshape SchedulerHealth class. Contributed by D M Murali Krishna Reddy (3 years, 8 months ago) +* 42a29199c005 - HDFS-15705. Fix a typo in SecondaryNameNode.java. Contributed by Sixiang Ma. (3 years, 8 months ago) +* 6ff2409b3176 - HDFS-14904. Add Option to let Balancer prefer highly utilized nodes in each iteration (#2483). Contributed by Leon Gao. (3 years, 8 months ago) +* 60201cbf6904 - HDFS-15703. Don't generate edits for set operations that are no-op (#2508). Contributed by Daryn Sharp and Ahmed Hussein (3 years, 8 months ago) +* 2b5b556dd7f1 - HDFS-15695. NN should not let the balancer run in safemode (#2489). Contributed by Daryn Sharp and Ahmed Hussein (3 years, 8 months ago) +* fa773a832652 - YARN-10278: CapacityScheduler test framework ProportionalCapacityPreemptionPolicyMockFramework. Contributed by Szilard Nemeth (snemeth) (3 years, 8 months ago) +* 918ba9e82fb0 - HDFS-15694. Avoid calling UpdateHeartBeatState inside DataNodeDescriptor. (#2487) Contributed by Kuhu Shukla and Ahmed Hussein (3 years, 8 months ago) +* 6a1d7d9ed255 - HDFS-15677. TestRouterRpcMultiDestination#testGetCachedDatanodeReport fails on trunk. (#2503) (3 years, 8 months ago) +* 44910b53f383 - HDFS-15699 Remove lz4 references in vcxproj (#2498) (3 years, 8 months ago) +* 4d2ae5b39894 - YARN-10498. Fix typo in CapacityScheduler Markdown document (#2484) (3 years, 8 months ago) +* 68442b48c8a0 - HDFS-15698. Fix the typo of dfshealth.html after HDFS-15358 (#2495) (3 years, 8 months ago) +* 142941b96e22 - HADOOP-17296. ABFS: Force reads to be always of buffer size. (3 years, 8 months ago) +* 03b4e989712c - HADOOP-17398. Skipping network I/O in S3A getFileStatus(/) breaks some tests (#2493) (3 years, 8 months ago) +* 67dc0928c1ac - HADOOP-17385. ITestS3ADeleteCost.testDirMarkersFileCreation failure (#2473). Contributed by Steve Loughran (3 years, 8 months ago) +* cf43a7eaaefd - HADOOP-17397. ABFS: SAS Test updates for version and permission update (#2492) (3 years, 8 months ago) +* 009ce4f02a64 - HADOOP-17396. ABFS: testRenameFileOverExistingFile fails (#2491) (3 years, 8 months ago) +* 2ce2198287c9 - HADOOP-17394. [JDK 11] Fix error in mvn package -Pdocs (#2488) (3 years, 8 months ago) +* 65002c9486b8 - Revert "[JDK 11] Fix error in mvn package -Pdocs (#2488)" because JIRA ID is missing. (3 years, 8 months ago) +* ce5b3d797552 - [JDK 11] Fix error in mvn package -Pdocs (#2488) (3 years, 8 months ago) +* 235947e28226 - HDFS-15689. allow/disallowSnapshot on EZ roots shouldn't fail due to trash provisioning/emptiness check (#2472) (3 years, 8 months ago) +* ac7045b75f3d - HADOOP-17313. FileSystem.get to support slow-to-instantiate FS clients. (#2396) (3 years, 8 months ago) +* 3193d8c79387 - HADOOP-17311. ABFS: Logs should redact SAS signature (#2422) (3 years, 8 months ago) +* 08b2e285dbdb - YARN-10488. Several typos in package: org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair (#2485) (3 years, 8 months ago) +* 569b20e31c08 - YARN-10468. Fix TestNodeStatusUpdater timeouts and broken conditions (#2461) (3 years, 8 months ago) +* f813f14b5b8f - MAPREDUCE-7309. Improve performance of reading resource request for mapper/reducers from config. Contributed by Peter Bacsko & Wangda Tan (3 years, 8 months ago) +* 5fee95076b57 - HADOOP-17323. S3A getFileStatus("/") to skip IO (#2479) (3 years, 8 months ago) +* c4ba0ab7dfcf - YARN-10470. When building new web ui with root user, the bower install should support it. Contributed by zhuqi. (3 years, 8 months ago) +* 9b4faf2b51a0 - HADOOP-17332. S3A MarkerTool -min and -max are inverted. (#2425) (3 years, 8 months ago) +* 07b7d0738847 - HADOOP-17325. WASB Test Failures (3 years, 8 months ago) +* f13c7b1b0267 - MAPREDUCE-7307. Potential thread leak in LocatedFileStatusFetcher. (#2469) (3 years, 8 months ago) +* fb79be932c28 - HADOOP-17343. Upgrade AWS SDK to 1.11.901 (#2468) (3 years, 8 months ago) +* 641d8856d203 - HDFS-15684. EC: Call recoverLease on DFSStripedOutputStream close exception. Contributed by Hongbing Wang. (3 years, 8 months ago) +* d73029463c30 - HDFS-15690. Add lz4-java as test dependency (#2481) (3 years, 8 months ago) +* 740399a602d7 - HADOOP-17390. Skip license check on lz4 code files (#2478) (3 years, 8 months ago) +* 747883af4d6c - HDFS-15659. MiniDFSCluster dfs.namenode.redundancy.considerLoad default to false (#2443). Contributed by Ahmed Hussein. (3 years, 8 months ago) +* fb92aa401275 - MAPREDUCE-7304. Enhance the map-reduce Job end notifier to be able to notify the given URL via a custom class. Contributed by Zoltan Erdmann (3 years, 8 months ago) +* f3c629c27e12 - HADOOP-17388. AbstractS3ATokenIdentifier to issue date in UTC. (#2477) (3 years, 8 months ago) +* 8fa699b53fea - HDFS-15635. ViewFileSystemOverloadScheme support specifying mount table loader imp through conf (#2389). Contributed by Junfan Zhang. (3 years, 8 months ago) +* 07050339e0a4 - HADOOP-17367. Add InetAddress api to ProxyUsers.authorize (#2449). Contributed by Daryn Sharp and Ahmed Hussein (3 years, 8 months ago) +* 34aa6137bd89 - HADOOP-17292. Using lz4-java in Lz4Codec (#2350) (3 years, 8 months ago) +* 0d3155a687fb - YARN-10457. Add a configuration switch to change between legacy and JSON placement rule format. Contributed by Gergely Pollak (3 years, 8 months ago) +* 5ff70a59c40f - YARN-10486. FS-CS converter: handle case when weight=0 and allow more lenient capacity checks in Capacity Scheduler. Contributed by Peter Bacsko (3 years, 8 months ago) +* ce7827c82acf - HADOOP-17318. Support concurrent S3A commit jobs with same app attempt ID. (#2399) (3 years, 8 months ago) +* e3c08f285a6a - HADOOP-17244. S3A directory delete tombstones dir markers prematurely. (#2310) (3 years, 8 months ago) +* 425996eb4a18 - HDFS-15674. TestBPOfferService#testMissBlocksWhenReregister fails on trunk. (#2467) (3 years, 8 months ago) +* 2045a9df1341 - MAPREDUCE-7305. [JDK 11] TestMRJobsWithProfiler fails. (#2463) (3 years, 8 months ago) +* a7b923c80c6f - HADOOP-17379. AbstractS3ATokenIdentifier to set issue date == now. (#2466) (3 years, 8 months ago) +* b57f04cd5bff - HDFS-15685. [JDK 14] TestConfiguredFailoverProxyProvider#testResolveDomainNameUsingDNS fails. (#2465) (3 years, 8 months ago) +* 0b2510ee1fb2 - YARN-10485. TimelineConnector swallows InterruptedException (#2450). Contributed by Ahmed Hussein (3 years, 8 months ago) +* dd85a90da6f3 - HADOOP-17376. ITestS3AContractRename failing against stricter tests. (#2462) (3 years, 8 months ago) +* ebe1d1fbf7a7 - HADOOP-17362. reduce RPC calls doing ls on HAR file (#2444). Contributed by Daryn Sharp and Ahmed Hussein (3 years, 8 months ago) +* f56cd88d7d93 - HDFS-15538. Fix the documentation for dfs.namenode.replication.max-streams in hdfs-default.xml. Contributed by Xieming Li. (3 years, 8 months ago) +* f5e6be337b28 - HDFS-15545 - Allow WebHdfsFileSystem to read a new delegation token f… (#2255) (3 years, 8 months ago) +* 5ce18101cb76 - HADOOP-17346. Fair call queue is defeated by abusive service principals (#2431) (3 years, 8 months ago) +* fc961b63d145 - Revert "HADOOP-17269. [JDK 11] Upgrade SpotBugs to 4.1.3 to fix false-positive warnings. (#2374)" (#2460) (3 years, 8 months ago) +* 6f10a0506f89 - HADOOP-17365. Contract test for renaming over existing file is too lenient (#2447) (3 years, 8 months ago) +* 71071e5c0fca - HADOOP-17358. Improve excessive reloading of Configurations (#2436) (3 years, 8 months ago) +* 188ebb5a9bb6 - HADOOP-17373. hadoop-client-integration-tests doesn't work when building with skipShade (#2458) (3 years, 8 months ago) +* 567600fd8089 - YARN-10425. Replace the legacy placement engine in CS with the new one. Contributed by Gergely Pollak. (3 years, 8 months ago) +* cd0490e8c6dd - Revert "YARN-10425. Replace the legacy placement engine in CS with the new one. Contributed by Gergely Pollak." (3 years, 8 months ago) +* b0ab222a6c00 - YARN-10425. Replace the legacy placement engine in CS with the new one. Contributed by Gergely Pollak. (3 years, 8 months ago) +* e6d2dccbef66 - HDFS-15469. Dynamically configure the size of PacketReceiver#MAX_PACKET_SIZE. (#2138) (3 years, 8 months ago) +* 375900049cc6 - HDFS-15608.Reset the DistCp#CLEANUP variable definition. (#2351). Contributed by JiangHua Zhu. (3 years, 8 months ago) +* fbd2220167fb - HDFS-15607. Addendum: Create trash dir when allowing snapshottable dir (#2448) (3 years, 8 months ago) +* 45434c93e865 - HADOOP-17096. Fix ZStandardCompressor input buffer offset (#2104). Contributed by Stephen Jung (Stripe). (3 years, 8 months ago) +* 61f8c5767e8d - YARN-10480. replace href tags with ng-href (#2426) (3 years, 8 months ago) +* 82de07c794fe - HADOOP-17142. Fix outdated properties of JournalNode when performing rollback. Contributed by Deegue. (3 years, 8 months ago) +* 2522bf2f9b0c - HADOOP-17324. Don't relocate org.bouncycastle in shaded client jars (#2411) (3 years, 8 months ago) +* 4331c88352da - HADOOP-17344. Harmonize guava version and shade guava in yarn-csi. (#2434) (3 years, 8 months ago) +* 0946f58caecd - HADOOP-17369. Bump up snappy-java to 1.1.8.1. (#2451) (3 years, 8 months ago) +* f1d56523599b - HDFS-15668. RBF: Fix RouterRPCMetrics annocation and document misplaced error. Contributed by Hongbing Wang. (3 years, 8 months ago) +* 95c96605b30c - HDFS-15667. Audit log record the unexpected allowed result when delete (#2437) (3 years, 8 months ago) +* 34e2abd811b2 - HADOOP-17352. Update PATCH_NAMING_RULE in the personality file. (#2433) (3 years, 8 months ago) +* 9a9ab5b48e3c - HDFS-15548. Allow configuring DISK/ARCHIVE storage types on same device mount (#2288). Contributed by Leon Gao. (3 years, 8 months ago) +* 1ea3f7424629 - HADOOP-17360. Log the remote address for authentication success (#2441) (3 years, 8 months ago) +* ae7b00a9988d - HADOOP-17340. TestLdapGroupsMapping failing -string mismatch in exception validation. (#2427). Contributed by Steve Loughran. (3 years, 9 months ago) +* 6eacaffeea21 - HDFS-15623. Respect configured values of rpc.engine (#2403) Contributed by Hector Chaverri. (3 years, 9 months ago) +* 4b312810ae0e - Revert "HADOOP-17224. Install Intel ISA-L library in Dockerfile. (#2243)" (#2440) (3 years, 9 months ago) +* 55339c2bddee - YARN-10479. RMProxy should retry on SocketTimeout Exceptions. Contributed by Jim Brennan (Jim_Brennan) (3 years, 9 months ago) +* af389d989770 - HADOOP-17342. Creating a token identifier should not do kerberos name resolution. Contributed by Jim Brennan. (3 years, 9 months ago) +* 638f1fc2b617 - Revert "HADOOP-17306. RawLocalFileSystem's lastModifiedTime() looses milli seconds in JDK < 10.b09 (#2387)" (3 years, 9 months ago) +* 7e52c0975f79 - Revert "HADOOP-17255. JavaKeyStoreProvider fails to create a new key if the keystore is HDFS. (#2291)" (3 years, 9 months ago) +* 2cb9e8f66a3f - HADOOP-17341. Upgrade commons-codec to 1.15 (#2428) (3 years, 9 months ago) +* 3067a25fa12a - HDFS-15651. Client could not obtain block when DN CommandProcessingThread exit. Contributed by Aiphago. (3 years, 9 months ago) +* 7ac7840fc3a7 - HDFS-15643. EC: Fix checksum computation in case of native encoders. (#2424). Contributed by Ayush Saxena. (3 years, 9 months ago) +* d07dc7afb4aa - HDFS-15665. Balancer logging improvements. Contributed by Konstantin V Shvachko. (3 years, 9 months ago) +* 7f5caca04cb8 - HADOOP-17255. JavaKeyStoreProvider fails to create a new key if the keystore is HDFS. (#2291) (3 years, 9 months ago) +* e580280a8b00 - HADOOP-17030. Remove unused joda-time. Contributed by Wei-Chiu Chuang. (3 years, 9 months ago) +* 0461a07c0187 - YARN-10475: Scale RM-NM heartbeat interval based on node utilization. Contributed by Jim Brennan (Jim_Brennan). (3 years, 9 months ago) +* deea5d8f2ba5 - YARN-10469. YARN-UI2 The accuracy of the percentage values in the same chart on the YARN 'Cluster OverView' page are inconsistent (#2401) (3 years, 9 months ago) +* 4890b855ece2 - YARN-10420. Update CS MappingRule documentation with the new format and features. Contributed by Peter Bacsko (3 years, 9 months ago) +* 7169ec450957 - YARN-10442. RM should make sure node label file highly available. (#2390) (3 years, 9 months ago) +* c47c9fd65d83 - YARN-10458. Hive On Tez queries fails upon submission to dynamically created pools. (Peter Bacsko via wangda) (3 years, 9 months ago) +* 8ee6bc2518bf - YARN-10471. Prevent logs for any container from becoming larger than a configurable size. Contributed by Eric Payne (3 years, 9 months ago) +* f17e067d527b - HADOOP-17329. mvn site commands fails due to MetricsSystemImpl changes. Contributed by Xiaoqiao He. (3 years, 9 months ago) +* 324879127a4f - HDFS-15654. TestBPOfferService#testMissBlocksWhenReregister fails intermittently (#2419) (3 years, 9 months ago) +* bab5bf9743f5 - YARN-10467. ContainerIdPBImpl objects can be leaked in RMNodeImpl.completedContainers. Contributed by Haibo Chen (3 years, 9 months ago) +* eb84793af1e4 - HADOOP-17236. Bump up snakeyaml to 1.26 to mitigate CVE-2017-18640. Contributed by Brahma Reddy Battula. (3 years, 9 months ago) +* b3ba74d72dfe - HDFS-15657. RBF: TestRouter#testNamenodeHeartBeatEnableDefault fails by BindException (#2418) (3 years, 9 months ago) +* da93cd962c8d - MAPREDUCE-7302. Upgrading to JUnit 4.13 causes testcase TestFetcher.testCorruptedIFile() to fail. Contributed by Peter Bacsko. Reviewed by Akira Ajisaka. (3 years, 9 months ago) +* d0c786db4de9 - HDFS-15460. TestFileCreation#testServerDefaultsWithMinimalCaching fails intermittently. (#2406) (3 years, 9 months ago) +* 98097b8f1978 - HDFS-15457. TestFsDatasetImpl fails intermittently (#2407) (3 years, 9 months ago) +* 8a6d5b9151cd - HDFS-15652. Make block size from NNThroughputBenchmark configurable (#2416) (3 years, 9 months ago) +* ae74407ac43a - HDFS-9776. testMultipleAppendsDuringCatchupTailing is flaky (#2410) (3 years, 9 months ago) +* 3848b44b3782 - HDFS-15580. [JDK 12] DFSTestUtil#addDataNodeLayoutVersion fails (#2309) (3 years, 9 months ago) +* afaab3d3325e - HDFS-15461. TestDFSClientRetries testGetFileChecksum fails (#2404) (3 years, 9 months ago) +* 15a5f5367366 - HDFS-15640. Add diff threshold to FedBalance. Contributed by Jinglun. (3 years, 9 months ago) +* 872440610f06 - HADOOP-17328. LazyPersist Overwrite fails in direct write mode. (#2413) (3 years, 9 months ago) +* 12c908c827c8 - HDFS-15641. DataNode could meet deadlock if invoke refreshNameNode. Contributed by Hongbing Wang. (3 years, 9 months ago) +* 74634eb00271 - HDFS-15644. Failed volumes can cause DNs to stop block reporting. Contributed by Ahmed Hussein. (3 years, 9 months ago) +* e7aa4da0a269 - HDFS-15459. TestBlockTokenWithDFSStriped fails intermittently. Contributed by Ahmed Hussein. (3 years, 9 months ago) +* 7bdf165f6261 - HADOOP-17308. WASB PageBlobOutputStream.flush succeeds even when flush to storage fails (#2392) (3 years, 9 months ago) +* 264c948e606b - HDFS-15630. RBF: Fix wrong client IP info in CallerContext when requests mount points with multi-destinations. Contributed by Chengwei Wang (3 years, 9 months ago) +* d259928035fa - HADOOP-17306. RawLocalFileSystem's lastModifiedTime() looses milli seconds in JDK < 10.b09 (#2387) (3 years, 9 months ago) +* da1b6e3cc286 - HDFS-15622. Deleted blocks linger in the replications queue. Contributed by Ahmed Hussein. (3 years, 9 months ago) +* 7bc305db5d5a - MAPREDUCE-7303. Fix TestJobResourceUploader failures after HADOOP-16878. Contributed by Peter Bacsko. (3 years, 9 months ago) +* 6ea2731c2b58 - HADOOP-17319. Update the checkstyle config to ban some guava functions. (#2400) (3 years, 9 months ago) +* 6a9ceedfb3ee - HADOOP-17175. [JDK 11] Fix javadoc errors in hadoop-common module. (#2397) (3 years, 9 months ago) +* 7435604a91a4 - YARN-10453. Add partition resource info to get-node-labels and label-mappings api responses. Contributed Akhil PB. (3 years, 9 months ago) +* 7f8ef76c4833 - HADOOP-17305. Fix ITestCustomSigner to work with s3 compatible endpoints (#2395) (3 years, 9 months ago) +* 88a9f42f320e - HDFS-15618. Improve datanode shutdown latency. Contributed by Ahmed Hussein. (3 years, 9 months ago) +* 7b4359657f87 - HADOOP-17315. Use shaded guava in ClientCache.java (#2398) (3 years, 9 months ago) +* 30f06e0c7428 - HDFS-15639. [JDK 11] Fix Javadoc errors in hadoop-hdfs-client. (#2394) (3 years, 9 months ago) +* a2e7a073f03f - HADOOP-17298. Backslash in username causes build failure in the environment started by start-build-env.sh. (#2367) (3 years, 9 months ago) +* d60d5fe43d97 - HADOOP-17302. Upgrade to jQuery 3.5.1 in hadoop-sls. (#2379) (3 years, 9 months ago) +* 31477a224f2e - YARN-10460. Upgrading to JUnit 4.13 causes tests in TestNodeStatusUpdater to fail. Contributed by Peter Bacsko (3 years, 9 months ago) +* 4c651103f2ad - HADOOP-17310. Touch command with -c option is broken. (#2393). Contributed by Ayush Saxena. (3 years, 9 months ago) +* 2e8cafac3b07 - HDFS-14383. Compute datanode load based on StoragePolicy. Contributed by Ayush Saxena. (3 years, 9 months ago) +* 173310e2f578 - HDFS-15629. Add seqno when warning slow mirror/disk in BlockReceiver. Contributed by Haibin Huang. (3 years, 9 months ago) +* 3a0922fb4207 - HADOOP-17309. Javadoc warnings and errors are ignored in the precommit jobs. (#2391) (3 years, 9 months ago) +* 42e7e0380f92 - HADOOP-17144. Update Hadoop's lz4 to v1.9.2. Contributed by Hemanth Boyina. (3 years, 9 months ago) +* 1e3a6efcef29 - HADOOP-17288. Use shaded guava from thirdparty. (#2342). Contributed by Ayush Saxena. (3 years, 9 months ago) +* 740a2c46353f - HDFS-15627. Log delete audits before collecting blocks. (3 years, 9 months ago) +* cc57eebe455a - HDFS-15633. Avoid redundant RPC calls for getDiskStatus. (#2386). Contributed by Ayush Saxena. (3 years, 9 months ago) +* 8b8c672780c1 - YARN-10450. Add cpu and memory utilization per node and cluster-wide metrics. Contributed by Jim Brennan. (3 years, 9 months ago) +* e45407128d4e - HDFS-15628. HttpFS server throws NPE if a file is a symlink. Contributed by Ahmed Hussein. (3 years, 9 months ago) +* ddc0ee27fa86 - HADOOP-17304. KMS ACL: Allow DeleteKey Operation to Invalidate Cache. Contributed by Xiaoyu. (3 years, 9 months ago) +* a308a1ec22be - HDFS-15614. Initialize snapshot trash root during NameNode startup if enabled (#2370) (3 years, 9 months ago) +* bd8cf7fd4ce4 - YARN-10448. SLS should set default user to handle SYNTH format. Contributed by zhuqi (3 years, 9 months ago) +* c4fff74cc584 - HADOOP-17301. ABFS: read-ahead error reporting breaks buffer management (#2369) (3 years, 9 months ago) +* 59f01a548e45 - HADOOP-16878. FileUtil.copy() to throw IOException if the source and destination are the same (3 years, 9 months ago) +* 0507c4160f61 - HDFS-15626. TestWebHDFS.testLargeDirectory failing (#2380) (3 years, 9 months ago) +* d606ddc12c25 - Revert "HADOOP-17303. TestWebHDFS.testLargeDirectory failing (#2380)" (3 years, 9 months ago) +* 3e1b1dfd7744 - HADOOP-17303. TestWebHDFS.testLargeDirectory failing (#2380) (3 years, 9 months ago) +* be3edd05321a - HADOOP-17223 update org.apache.httpcomponents:httpclient to 4.5.13 and httpcore to 4.4.13 (#2242) (3 years, 9 months ago) +* 42358169f673 - YARN-10454: Add applicationName policy. Contributed by Peter Bacsko (3 years, 9 months ago) +* b3786d6c3cc1 - HDFS-15567. [SBN Read] HDFS should expose msync() API to allow downstream applications call it explicitly. Contributed by Konstantin V Shvachko. (3 years, 9 months ago) +* b76b36ebbc2f - HDFS-15625: Namenode trashEmptier should not init ViewFs on startup (#2378). Contributed by Uma Maheswara Rao G. (3 years, 9 months ago) +* 2e46ef9417e3 - MAPREDUCE-7301: Expose Mini MR Cluster attribute for testing (3 years, 9 months ago) +* b92f72758bf9 - HADOOP-17258. Magic S3Guard Committer to overwrite existing pendingSet file on task commit (#2371) (3 years, 9 months ago) +* 69ef9b1ee882 - HDFS-15620. RBF: Fix test failures after HADOOP-17281 (#2375) (3 years, 9 months ago) +* de055ec8aad1 - HDFS-15456. TestExternalStoragePolicySatisfier fails intermittently (#2299) (3 years, 9 months ago) +* 2de7240d4fff - HADOOP-17269. [JDK 11] Upgrade SpotBugs to 4.1.3 to fix false-positive warnings. (#2374) (3 years, 9 months ago) +* 518a212cfffd - HDFS-13293. RBF: The RouterRPCServer should transfer client IP via CallerContext to NamenodeRpcServer (#2363) (3 years, 10 months ago) +* deb35a32bafd - YARN-10455. TestNMProxy.testNMProxyRPCRetry is not consistent. Contributed by Ahmed Hussein (3 years, 10 months ago) +* f83e07a20f8d - HADOOP-17293. S3A to always probe S3 in S3A getFileStatus on non-auth paths (3 years, 10 months ago) +* 52db86b0bb4d - HADOOP-17021. Add concat fs command (#1993) (3 years, 10 months ago) +* 735e85a1d203 - HDFS-15610 Reduced datanode upgrade/hardlink thread from 12 to 6 (#2365) (3 years, 10 months ago) +* df4006eb8139 - HDFS-15253 Default checkpoint transfer speed, 50mb per second (#2366) (3 years, 10 months ago) +* 82522d60fb54 - HADOOP-17281 Implement FileSystem.listStatusIterator() in S3AFileSystem (#2354) (3 years, 10 months ago) +* 16aea11c945c - HDFS-15611. Add list Snapshot command in WebHDFS. (#2355) (3 years, 10 months ago) +* 074f0d46af99 - HDFS-15613. RBF: Router FSCK fails after HDFS-14442. (#2360) (3 years, 10 months ago) +* 921ca1f554e1 - HDFS-15543. RBF: Write Should allow, when a subcluster is unavailable for RANDOM mount points with fault Tolerance enabled. Contributed by Hemanth Boyina. (3 years, 10 months ago) +* 1cfe5916e206 - HADOOP-16990. Update Mockserver. Contributed by Attila Doroszlai. (3 years, 10 months ago) +* b361f29dda08 - YARN-10451. RM (v1) UI NodesPage can NPE when yarn.io/gpu resource type is defined. Contributed by Eric Payne (3 years, 10 months ago) +* c9ea344f9849 - HADOOP-17125. Use snappy-java in SnappyCodec (#2297) (3 years, 10 months ago) +* 4347a5c9556e - HADOOP-17294. Fix typos existance to existence (#2357) (3 years, 10 months ago) +* 6ece6407e183 - HDFS-15458. TestNameNodeRetryCacheMetrics fails intermittently (#2356). Contributed by Hui Fei. (3 years, 10 months ago) +* 43b0c0b0546d - HDFS-15607. Create trash dir when allowing snapshottable dir (#2352) (3 years, 10 months ago) +* 7d4bcb312bd2 - HADOOP-17297. Use Yetus before YETUS-994 to enable adding comments to GitHub (#2359) (3 years, 10 months ago) +* a1f7e760dffe - YARN-10393. MR job live lock caused by completed state container leak in heartbeat between node manager and RM. Contributed by zhenzhao wang and Jim Brennan (3 years, 10 months ago) +* d0d10f7e8f99 - HADOOP-17276. Extend CallerContext to make it include many items (#2327) (3 years, 10 months ago) +* 18fa4397e6dc - MAPREDUCE-7298. Distcp doesn't close the job after the job is completed. Contributed by Aasha Medhi. (3 years, 10 months ago) +* 51598d8b1be2 - HADOOP-17183. ABFS: Enabling checkaccess on ABFS (#2331) (3 years, 10 months ago) +* bb8446e80ced - YARN-10447. TestLeafQueue: ActivitiesManager thread might interfere with ongoing stubbing. Contributed by Peter Bacsko (3 years, 10 months ago) +* d68d2a5c1ed5 - HADOOP-17287. Support new Instance by non default constructor by ReflectionUtils (#2341) (3 years, 10 months ago) +* a490d87eb760 - HADOOP-17280. Service-user cost shouldn't be accumulated to totalDecayedCallCost and totalRawCallCost. Contributed by Jinglun. (3 years, 10 months ago) +* 4c5ad57818a7 - HADOOP-17284. Support BCFKS keystores for Hadoop Credential Provider. (#2334) (3 years, 10 months ago) +* a89ca56a1b0e - HDFS-15600 Fix TestRouterQuota#testStorageTypeQuota (#2347) (3 years, 10 months ago) +* a7a1f1541afe - YARN-10413. Change fs2cs to generate mapping rules in the new format. Contributed by Peter Bacsko (3 years, 10 months ago) +* 75d10f849981 - HADOOP-17267. Add debug-level logs in Filesystem.close() (#2321) (3 years, 10 months ago) +* 143bdd41885a - MAPREDUCE-7289. Fix wrong comment in LongLong.java (#2338) (3 years, 10 months ago) +* d686a655bc36 - HDFS-15603. RBF: Fix getLocationsForPath twice in create operation. Contributed by wangzhaohui. (3 years, 10 months ago) +* fc8a6dd8a92f - HDFS-15591. RBF: Fix webHdfs file display error. Contributed by wangzhaohui. (3 years, 10 months ago) +* 984875c624b1 - HDFS-15604. Fix Typo for HdfsDataNodeAdminGuide doc (#2345) (3 years, 10 months ago) +* eae0035a2d74 - HDFS-15530. RBF: Fix typo in DFS_ROUTER_QUOTA_CACHE_UPDATE_INTERVAL var definition. Contributed by Sha Fanghao. (3 years, 10 months ago) +* d89af7950732 - HDFS-15577. Refactor TestTracing. (#2302) (3 years, 10 months ago) +* 82b86e375422 - HDFS-15098. Add SM4 encryption method for HDFS. Contributed by liusheng (3 years, 10 months ago) +* bbbfa7d41561 - HADOOP-17286. Updated jQuery in yarn-common. (#2340) (3 years, 10 months ago) +* 899dea2a21d1 - HDFS-15598: ViewHDFS#canonicalizeUri should not be restricted to DFS only API. (#2339). Contributed by Uma Maheswara Rao G. (3 years, 10 months ago) +* 00c4de63cf5c - HDFS-15594. Lazy calculate live datanodes in safe mode tip (#2332) (3 years, 10 months ago) +* e3cd627069c7 - YARN-10438. Handle null containerId in ClientRMService#getContainerReport() (#2313) (3 years, 10 months ago) +* 3fc007a37b1d - HADOOP-17282. libzstd-dev should be used instead of libzstd1-dev on Ubuntu 18.04 or higher. (#2336) (3 years, 10 months ago) +* 3ccc962b990f - HDFS-15596: ViewHDFS#create(f, permission, cflags, bufferSize, replication, blockSize, progress, checksumOpt) should not be restricted to DFS only. (#2333). Contributed by Uma Maheswara Rao G. (3 years, 10 months ago) +* 486ddb73f999 - HADOOP-17283. Hadoop - Upgrade to jQuery 3.5.1 (#2330) (3 years, 10 months ago) +* ff59fbb8b04a - HDFS-15025. Applying NVDIMM storage media to HDFS (#2189) (3 years, 10 months ago) +* 368f2f637e8d - HDFS-15590. namenode fails to start when ordered snapshot deletion feature is disabled (#2326) (3 years, 10 months ago) +* c3a90dd9186b - HADOOP-17279: ABFS: testNegativeScenariosForCreateOverwriteDisabled fails for non-HNS account. (3 years, 10 months ago) +* 7ec16ac7f63b - YARN-10443. Document options of logs CLI. Contributed by Ankit Kumar. (3 years, 10 months ago) +* 18f9d77c46f4 - YARN-6754. Fair scheduler docs should explain meaning of weight=0 for a queue. (#2300) (3 years, 10 months ago) +* ae089f2db724 - HDFS-15557. Log the reason why a storage log file can't be deleted (#2274) (3 years, 10 months ago) +* 7fae4133e054 - HADOOP-17261. s3a rename() needs s3:deleteObjectVersion permission (#2303) (3 years, 10 months ago) +* 474fa80bfb11 - HADOOP-17277. Correct spelling errors for separator (#2322) (3 years, 10 months ago) +* dfc268221352 - HDFS-15581. Access Controlled HttpFS Server. Contributed by Richard Ross. (3 years, 10 months ago) +* 6b5d9e2334be - HADOOP-17259. Allow SSLFactory fallback to input config if ssl-*.xml … (#2301) (3 years, 10 months ago) +* c8c1cc43d35d - HADOOP-17088.Failed to load XInclude files with relative path. (#2097) (3 years, 10 months ago) +* 3e8b1e742689 - HDFS-15554. RBF: force router check file existence in destinations before adding/updating mount points (#2266). Contributed by Fengnan Li. (3 years, 10 months ago) +* 83c7c2b4c48f - HADOOP-17023. Tune S3AFileSystem.listStatus() (#2257) (3 years, 10 months ago) +* 7a6265ac425e - HDFS-14811. RBF: TestRouterRpc#testErasureCoding is flaky. Contributed by Chen Zhang. (3 years, 10 months ago) +* 95dfc875d324 - MAPREDUCE-7294. Only application master should upload resource to Yarn Shared Cache (#2223) (3 years, 10 months ago) +* 8eba922bb386 - HDFS-15579. RBF: The constructor of PathLocation may got some misunderstanding. Contributed by Janus Chow. (3 years, 10 months ago) +* 364b958085ef - HADOOP-17270. Fix testCompressorDecompressorWithExeedBufferLimit to c… (#2311) (3 years, 10 months ago) +* e31a636e922a - HADOOP-17215: Support for conditional overwrite. (3 years, 10 months ago) +* 0dc54d024773 - HADOOP-17203: Revert HADOOP-17183. ABFS: Enabling checkaccess on ABFS (3 years, 10 months ago) +* fc2435cb5cf3 - HADOOP-15136. Correct typos in filesystem.md (#2314) (3 years, 10 months ago) +* 2377df38ad23 - HDFS-15438. Setting dfs.disk.balancer.max.disk.errors = 0 will fail the block copy. Contributed by AMC-team. (3 years, 10 months ago) +* 7bba4c609c78 - HDFS-15585: ViewDFS#getDelegationToken should not throw UnsupportedOperationException. (#2312). Contributed by Uma Maheswara Rao G. (3 years, 10 months ago) +* eacbe07b565f - YARN-9333. TestFairSchedulerPreemption.testRelaxLocalityPreemptionWithNoLessAMInRemainingNodes fails intermittently. Contributed by Peter Bacsko (3 years, 10 months ago) +* 6adf8462bafc - HADOOP-17208. LoadBalanceKMSClientProvider#deleteKey should invalidateCache via all KMSClientProvider instances. (#2259) (3 years, 10 months ago) +* 20a0e6278d6c - HDFS-15415. Reduce locking in Datanode DirectoryScanner. Contributed by Stephen O'Donnell (3 years, 10 months ago) +* 425f48799c06 - HDFS-15568. namenode start failed to start when dfs.namenode.max.snapshot.limit set. (#2296) (3 years, 10 months ago) +* e4cb0d351450 - HDFS-15578: Fix the rename issues with fallback fs enabled (#2305). Contributed by Uma Maheswara Rao G. (3 years, 10 months ago) +* ce861836918c - HADOOP-17246. Fix build the hadoop-build Docker image failed (#2277) (3 years, 10 months ago) +* 5c5b2ed7c7f2 - HDFS-15576. Erasure Coding: Add rs and rs-legacy codec test for addPolicies. Contributed by Fei Hui. (3 years, 10 months ago) +* f4ed9f3f911d - HDFS-15574. Remove unnecessary sort of block list in DirectoryScanner. Contributed by Stephen O'Donnell. (3 years, 10 months ago) +* 924959088eaa - HDFS-15559. Complement initialize member variables in TestHdfsConfigFields#initializeMemberVariables. Contributed by Lisheng Sun. (3 years, 10 months ago) +* 65df30bad638 - HADOOP-17262. Switch to Yetus main branch. (#2304) (3 years, 10 months ago) +* 90894ea641f5 - YARN-10430. Log improvements in NodeStatusUpdaterImpl. Contributed by Bilwa S T. (3 years, 10 months ago) +* 6d3312de47e9 - HDFS-15539. When disallowing snapshot on a dir, throw exception if its trash root is not empty (#2258) (3 years, 10 months ago) +* c78d18023dcc - HDFS-15555. RBF: Refresh cacheNS when SocketException occurs. (#2267) (3 years, 10 months ago) +* d2779de3f525 - HDFS-15532: listFiles on root/InternalDir will fail if fallback root has file. (#2298). Contributed by Uma Maheswara Rao G. (3 years, 10 months ago) +* f59f7f21758f - HDFS-15573. Only log warning if considerLoad and considerStorageType are both true. Contributed by Stephen O'Donnell (3 years, 10 months ago) +* 958cab804ef5 - Revert "HADOOP-17244. S3A directory delete tombstones dir markers prematurely. (#2280)" (3 years, 10 months ago) +* 9afec2ed1721 - YARN-10390: LeafQueue: retain user limits cache across assignContainers() calls. Contributed by Samir Khan (samkhan). (3 years, 10 months ago) +* 2a6fdcedeb45 - HDFS-15564. Add Test annotation for TestPersistBlocks#testRestartDfsWithSync. Contributed by Fei Hui. (3 years, 10 months ago) +* 89428f142fe7 - HDFS-15551. Tiny Improve for DeadNode detector (#2265) (3 years, 10 months ago) +* 56ebabd42675 - HADOOP-17222. Create socket address leveraging URI cache (#2241) (3 years, 10 months ago) <1996fanrui> +* 12a316cdf999 - HADOOP-15891. provide Regex Based Mount Point In Inode Tree (#2185). Contributed by Zhenzhao Wang. (3 years, 10 months ago) +* 9960c01a25c6 - HADOOP-17244. S3A directory delete tombstones dir markers prematurely. (#2280) (3 years, 10 months ago) +* 43c52d64950f - HDFS-15563. Incorrect getTrashRoot return value when a non-snapshottable dir prefix matches the path of a snapshottable dir (#2295) (3 years, 10 months ago) +* e5fe32627025 - HADOOP-17165. Implement service-user feature in DecayRPCScheduler. (#2240) (3 years, 10 months ago) +* 85119267be75 - HADOOP-17166. ABFS: configure output stream thread pool (#2179) (3 years, 10 months ago) +* 773ac799c63b - YARN-10387. Implement logic which returns MappingRule objects based on mapping rules. Contributed by Peter Bacsko (3 years, 10 months ago) +* 1d6d0d820786 - HDFS-14694. Call recoverLease on DFSOutputStream close exception. Contributed by Lisheng Sun. (3 years, 10 months ago) +* 43572fc7f884 - YARN-10397. SchedulerRequest should be forwarded to scheduler if custom scheduler supports placement constraints. Contributed by Bilwa S T. (3 years, 10 months ago) +* 2029556dbb04 - HADOOP-17181. Handle transient stream read failures in FileSystem contract tests (#2286) (3 years, 10 months ago) +* aba4a506d641 - YARN-10424. Adapt existing AppName and UserGroupMapping unittests to ensure backwards compatibility. Contributed by Benjamin Teke. (3 years, 10 months ago) +* 0d855159f095 - HADOOP-17229. No updation of bytes received counter value after response failure occurs in ABFS (#2264) (3 years, 11 months ago) +* 84ed6adcccc9 - HADOOP-17158. Test timeout for ITestAbfsInputStreamStatistics#testReadAheadCounters (#2272) (3 years, 11 months ago) +* c4fb4044b2ca - YARN-10415. Create a group matcher which checks ALL groups of the user. Contributed by Gergely Pollak. (3 years, 11 months ago) +* ac7d4623aefe - HDFS-15558: ViewDistributedFileSystem#recoverLease should call super.recoverLease when there are no mounts configured (#2275) Contributed by Uma Maheswara Rao G. (3 years, 11 months ago) +* 34fe74da0e9c - YARN-10332. RESOURCE_UPDATE event was repeatedly registered in DECOMMISSIONING state. Contributed by yehuanhuan (3 years, 11 months ago) +* 360bbcd3bcb2 - YARN-10411. Create an allowCreate flag for MappingRuleAction. Contributed by Gergely Pollak. (3 years, 11 months ago) +* dd6c66556e56 - YARN-9136. getNMResourceInfo NodeManager REST API method is not documented (3 years, 11 months ago) +* 1841a5bb03f1 - YARN-10376. Create a class that covers the functionality of UserGroupMappingPlacementRule and AppNameMappingPlacementRule using the new mapping rules. Contributed by Gergely Pollak. (3 years, 11 months ago) +* 8a3952436c2c - HADOOP-17245. Add OzoneFileSystem classes to core-default.xml. (#2276) (3 years, 11 months ago) +* 5346cc326375 - HADOOP-17227. S3A Marker Tool tuning (#2254) (3 years, 11 months ago) +* 696e4fe50e42 - Typos in YarnScheduler#allocate method's doc comment. Contributed by Siddharth Ahuja (3 years, 11 months ago) +* 139a43e98e24 - HADOOP-17167 ITestS3AEncryptionWithDefaultS3Settings failing (#2187) (3 years, 11 months ago) +* b3660d014708 - HDFS-15529: getChildFilesystems should include fallback fs as well (#2234). Contributed by Uma Maheswara Rao G. (3 years, 11 months ago) +* 5c1581577393 - YARN-10375. CS Mapping rule config parser should return MappingRule objects. Contributed by Gergely Pollak. (3 years, 11 months ago) +* 288dab75633b - YARN-10372. Create MappingRule class to represent each CS mapping rule. Contributed by Gergely Pollak (3 years, 11 months ago) +* 5e12dc51f068 - YARN-10419. Javadoc error in hadoop-yarn-server-common module. (#2271) (3 years, 11 months ago) +* 0207f5cf4610 - HADOOP-17240. Fix wrong command line for setting up CentOS 8. (#2268) (3 years, 11 months ago) +* c7dab2b23e41 - YARN-10374. Create Actions for CS mapping rules. Contributed by Gergely Pollak. (3 years, 11 months ago) +* 73a0d149e238 - YARN-10386. Addendum patch: Fixing ASF Warnings. Contributed by Peter Bacsko. (3 years, 11 months ago) +* 7e671f3b657f - HADOOP-17235. Erasure Coding: Remove dead code from common side. Contributed by Fei Hui. (3 years, 11 months ago) +* 658b1a6cde68 - YARN-10407. Add phantomjsdriver.log to gitignore. (#2244) (3 years, 11 months ago) +* 4ffe26f9b811 - [UI1] Provide a way to hide Tools section in Web UIv1. Contributed by Andras Gyori (3 years, 11 months ago) +* 60de592a8833 - HDFS-15550. Remove unused imports from TestFileTruncate.java. Contributed by Ravuri Sushma sree. (3 years, 11 months ago) +* 2d03209a06df - HDFS-15542. Add identified snapshot corruption tests for ordered snapshot deletion (#2251) (3 years, 11 months ago) +* 56a5c360a101 - YARN-10373. Create Matchers for CS mapping rules. Contributed by Gergely Pollak (3 years, 11 months ago) +* f4f872b77818 - YARN-10371. Create variable context class for CS queue mapping rules. Contributed by Gergely Pollak (3 years, 11 months ago) +* a888d580d8ab - YARN-10409. Improve MockQueueHierarchyBuilder to detect queue ambiguity. Contributed by Gergely Pollak (3 years, 11 months ago) +* 44542863f417 - YARN-10408. Extract MockQueueHierarchyBuilder to a separate class. Contributed by Gergely Pollak (3 years, 11 months ago) +* 6e3d7050a9c3 - YARN-10386. Create new JSON schema for Placement Rules. Contributed by Peter Bacsko and Benjamin Teke (3 years, 11 months ago) +* c392d9022a37 - HDFS-15471. TestHDFSContractMultipartUploader failing (#2252) (3 years, 11 months ago) +* bfd99f31fd66 - HADOOP-17232. Erasure Coding: Typo in document. Contributed by Fei Hui. (3 years, 11 months ago) +* 30b1b1cc0473 - HADOOP-17234. Add .asf.yaml to allow Github to Jira integration. (#2253). Contributed by Ayush Saxena. (3 years, 11 months ago) +* 06793da10012 - HDFS-15531. Namenode UI: List snapshots in separate table for each snapshottable directory (#2230) (3 years, 11 months ago) +* d1c60a53f60a - HADOOP-17194. Adding Context class for AbfsClient in ABFS (#2216) (3 years, 11 months ago) +* 41182a9b6d81 - HDFS-15500. In-order deletion of snapshots: Diff lists must be update only in the last snapshot. (#2233) (3 years, 11 months ago) +* d8aaa8c33804 - HADOOP-17159. Make UGI support forceful relogin from keytab ignoring the last login time (#2249) (3 years, 11 months ago) +* 2ffe00fc46aa - HDFS-15540. Directories protected from delete can still be moved to the trash. Contributed by Stephen O'Donnell. (3 years, 11 months ago) +* ca8e7a772560 - HDFS-15510. RBF: Quota and Content Summary was not correct in Multiple Destinations. Contributed by Hemanth Boyina. (3 years, 11 months ago) +* 5e52955112a3 - Revert "HADOOP-17159 Ability for forceful relogin in UserGroupInformation class (#2197)" (3 years, 11 months ago) +* 931adbaa1412 - HADOOP-17224. Install Intel ISA-L library in Dockerfile. (#2243) (3 years, 11 months ago) +* 75db5526b5db - YARN-1806. Add ThreadDump Option in YARN UI2 to fetch for running containers (3 years, 11 months ago) +* 6e618b6a7e3b - HDFS-15536. RBF: Clear Quota in Router was not consistent. (3 years, 11 months ago) +* 6a49bf9bffbe - HDFS-14852. Removing from LowRedundancyBlocks does not remove the block from all queues. Contributed by Fei Hui. (3 years, 11 months ago) +* 82a750564631 - YARN-10304. Create an endpoint for remote application log directory path query. Contributed by Andras Gyori (3 years, 11 months ago) +* cc641534dcb3 - HADOOP-17074. S3A Listing to be fully asynchronous. (#2207) (3 years, 11 months ago) +* c0492962355b - YARN-10106. Yarn logs CLI filtering by application attempt. Contributed by Hudáky Márton Gyula (3 years, 11 months ago) +* a932796d0cad - HADOOP-17159 Ability for forceful relogin in UserGroupInformation class (#2197) (3 years, 11 months ago) +* 64f36b9543c0 - HADOOP-16915. ABFS: Ignoring the test ITestAzureBlobFileSystemRandomRead.testRandomReadPerformance (3 years, 11 months ago) +* 15a0fed63712 - HADOOP-17220. Upgrade slf4j to 1.7.30 ( To Address: CVE-2018-8088). Contributed by Brahma Reddy Battula. (3 years, 11 months ago) +* a7830423c578 - HDFS-15448. Remove duplicate BlockPoolManager starting when run DataNode. Contriubted by jianghua zhu. (3 years, 11 months ago) +* 960fb0aa4f5a - HADOOP-16925. MetricsConfig incorrectly loads the configuration whose value is String list in the properties file (#1896) (3 years, 11 months ago) +* 17cd8a1b1627 - HADOOP-17209. Erasure Coding: Native library memory leak. Contriubted by Sean Chow (3 years, 11 months ago) +* 5c927eb550f3 - YARN-10360. Support Multi Node Placement in SingleConstraintAppPlacementAllocator (3 years, 11 months ago) +* 83fd15b412c4 - HDFS-14504. Rename with Snapshots does not honor quota limit. (3 years, 11 months ago) +* 872c2909bdc6 - HADOOP-17122: Preserving Directory Attributes in DistCp with Atomic Copy (#2133) (3 years, 11 months ago) +* f734455e5d76 - HDFS-15290. NPE in HttpServer during NameNode startup. Contributed by Simbarashe Dzinamarira. (3 years, 11 months ago) +* 4813a37023a8 - HDFS-15535. RBF: Fix Namespace path to snapshot path resolution for snapshot API. Contributed by Ayush Saxena. (3 years, 11 months ago) +* 9b9f7ea16a29 - YARN-10399 Refactor NodeQueueLoadMonitor class to make it extendable (#2228) (3 years, 11 months ago) +* dd013f2fdf1e - HDFS-15533: Provide DFS API compatible class, but use ViewFileSystemOverloadScheme inside. (#2229). Contributed by Uma Maheswara Rao G. (3 years, 11 months ago) +* 82ec28f4421c - YARN-10396. Max applications calculation per queue disregards queue level settings in absolute mode. Contributed by Benjamin Teke. (3 years, 11 months ago) +* b65e43fe386c - HDFS-15525. Make trash root inside each snapshottable directory for WebHDFS (#2220) (3 years, 11 months ago) +* fefacf2578e5 - HADOOP-17205. Move personality file from Yetus to Hadoop repository (#2226) (3 years, 11 months ago) +* b367942fe493 - Upgrade store REST API version to 2019-12-12 (3 years, 11 months ago) +* 4a7deae47894 - YARN-10391. --module-gpu functionality is broken in container-executor. Contributed by Eric Badger (3 years, 11 months ago) +* 092bfe7c8e97 - HDFS-15483. Ordered snapshot deletion: Disallow rename between two snapshottable directories. (#2172) (3 years, 11 months ago) +* 5092ea62ecba - HADOOP-13230. S3A to optionally retain directory markers. (3 years, 11 months ago) +* e3d1966f58ad - HDFS-15439. Setting dfs.mover.retry.max.attempts to negative value will retry forever. Contributed by AMC-team. (3 years, 11 months ago) +* b93dd7c281c1 - HDFS-15519. Check inaccessible INodes in FsImageValidation. (#2224) (3 years, 11 months ago) +* 15a76e8d6569 - HDFS-15524. Add edit log entry for Snapshot deletion GC thread snapshot deletion. (#2219) (3 years, 11 months ago) +* aee3b97d093e - HADOOP-17206. Add python2 to required package on CentOS 8 for building documentation. (#2227) (3 years, 11 months ago) +* 86bbd38c8dc2 - YARN-10336. RM page should throw exception when command injected in RM REST API to get applications. Contributed by Bilwa S T. (3 years, 11 months ago) +* cb50e3fcf70f - HDFS-15496. Add UI for deleted snapshots (#2212) (3 years, 11 months ago) +* 4a400d319352 - HADOOP-17192. ITestS3AHugeFilesSSECDiskBlock failing (#2221) (3 years, 11 months ago) +* e592ec5f8bf6 - HDFS-15518. Wrong operation name in FsNamesystem for listSnapshots. (#2217) (3 years, 11 months ago) +* 10716040a859 - (review-YARN-10277-7, review-YARN-10277-4, review-YARN-10277-3, review-YARN-10277-2, review-YARN-10277) HDFS-15493. Update block map and name cache in parallel while loading fsimage. Contributed by Chengwei Wang (3 years, 11 months ago) +* 141c62584bd2 - HADOOP-17204. Fix typo in Hadoop KMS document. Contributed by Xieming Li. (3 years, 11 months ago) +* 11cec9ab9408 - HDFS-15523. Fix findbugs warnings from HDFS-15520. (#2218) (3 years, 11 months ago) +* 3fd3aeb621e9 - HDFS-15492. Make trash root inside each snapshottable directory (#2176) (3 years, 11 months ago) +* 6c2ce3d56b14 - YARN-10389. Option to override RMWebServices with custom WebService class (3 years, 11 months ago) +* 909f1e82d3e9 - HADOOP-17196. Fix C/C++ standard warnings (#2208) (3 years, 11 months ago) +* 8955a6ceb738 - HDFS-15515: mkdirs on fallback should throw IOE out instead of suppressing and returning false (#2205) (3 years, 11 months ago) +* 592127bdc20c - HDFS-15520 Use visitor pattern to visit namespace tree (#2203) (3 years, 11 months ago) +* 32895f4f7ea5 - HDFS-15507. [JDK 11] Fix javadoc errors in hadoop-hdfs-client module. Contributed by Xieming Li. (3 years, 11 months ago) +* 7938ebfb9dd1 - HDFS-15506. [JDK 11] Fix javadoc errors in hadoop-hdfs module. Contributed by Xieming Li. (3 years, 11 months ago) +* 9062814bab7d - HDFS-15508. [JDK 11] Fix javadoc errors in hadoop-hdfs-rbf module (3 years, 11 months ago) +* 5e0f8797790f - YARN-10364. Fix logic of queue capacity is absolute resource or percentage. (4 years ago) +* c2a17659d1d4 - HDFS-15443. Setting dfs.datanode.max.transfer.threads to a very small value can cause strange failure. Contributed by AMC-team. (4 years ago) +* 40542024df3b - HADOOP-17182. Remove breadcrumbs from web site (#2190) (4 years ago) +* 64753addba9e - YARN-10251. Show extended resources on legacy RM UI. Contributed by Eric Payne (4 years ago) +* 975b6024dd9c - HDFS-15514. Remove useless dfs.webhdfs.enabled. Contributed by Fei Hui. (4 years ago) +* 81da221c757b - YARN-10388. RMNode updatedCapability flag not set while RecommissionNodeTransition. Contributed by Pranjal Protim Borah (4 years ago) +* a2610e21ed52 - HADOOP-17183. ABFS: Enabling checkaccess on ABFS (4 years ago) +* 1d5ccc790bd5 - HDFS-15512. Remove smallBufferSize in DFSClient. (#2191) (4 years ago) +* c7e71a6c0beb - YARN-10361. Make custom DAO classes configurable into RMWebApp#JAXBContextResolver. (4 years ago) +* dc5470ae86b9 - MAPREDUCE-7288. Fix TestLongLong#testRightShift (#2183) (4 years ago) +* 5edd8b925ef2 - YARN-4575. ApplicationResourceUsageReport should return ALL reserved resource. Contributed by Bibin Chundatt and Eric Payne. (4 years ago) +* 3f73facd7b32 - HADOOP-17149. ABFS: Fixing the testcase ITestGetNameSpaceEnabled (4 years ago) +* c566cabd62b5 - HADOOP-17163. ABFS: Adding debug log for rename failures (4 years ago) +* ac697571a13d - HADOOP-17186. Fixing javadoc in ListingOperationCallbacks (#2196) (4 years ago) +* 58def7cecbed - HDFS-15499. Clean up httpfs/pom.xml to remove aws-java-sdk-s3 exclusion (#2188) (4 years ago) +* 49996f67f782 - HADOOP-17184. Add --mvn-custom-repos parameter to yetus calls (#2193) (4 years ago) +* ed3ab4b87d90 - HADOOP-17179. [JDK 11] Fix javadoc error while detecting Java API link (#2186) (4 years ago) +* 0277856738aa - YARN-10377. Fix filter index to show apps while clicking on queue in RM UI (4 years ago) +* aa5afa72c517 - YARN-10381. Add application attempt state in AppAttempts RM REST API (4 years ago) +* 2986058e7f6f - HADOOP-17164. UGI loginUserFromKeytab doesn't set the last login time (#2178) (4 years ago) +* 8fd4f5490f59 - HADOOP-17131. Refactor S3A Listing code for better isolation. (#2148) (4 years ago) +* e072d33327b8 - HDFS-15497. Make snapshot limit on global as well per snapshot root directory configurable (#2175) (4 years ago) +* ab2b3df2de1d - YARN-10383. YarnCommands.md is inconsistent with the source code (#2177) (4 years ago) +* 82f3ffcd64d2 - HDFS-15503. File and directory permissions are not able to be modified from WebUI. (4 years ago) +* eac558380fd7 - YARN-10229. [Federation] Client should be able to submit application to RM directly using normal client conf. Contributed by Bilwa S T. (4 years ago) +* c40cbc57fa20 - HADOOP-17091. [JDK11] Fix Javadoc errors (#2098) (4 years ago) +* d8a2df25ad2a - HDFS-15498. Show snapshots deletion status in snapList cmd. (#2181) (4 years ago) +* 528a799a784c - HDFS-15229. Truncate info should be logged at INFO level. Contributed by Ravuri Sushma sree. (4 years ago) +* 5323e83edfe6 - YARN-10359. Log container report only if list is not empty. Contributed by Bilwa S T. (4 years ago) +* a7fda2e38f2a - HADOOP-17137. ABFS: Makes the test cases in ITestAbfsNetworkStatistics agnostic (4 years ago) +* e756fe359090 - HDFS-14950. fix missing libhdfspp lib in dist-package (#1947) (4 years ago) +* 05b3337a4605 - HDFS-15481. Ordered snapshot deletion: garbage collect deleted snapshots (#2165) (4 years ago) +* e0c9653166df - YARN-1529: Add Localization overhead metrics to NM. Contributed by Jim_Brennan. (4 years ago) +* cf4eb7560852 - MAPREDUCE-7051. Fix typo in MultipleOutputFormat (#338) (4 years ago) +* 5d8600e80ad7 - YARN-10369. Make NMTokenSecretManagerInRM sending NMToken for nodeId DEBUG. Contributed by Jim Brennan. (4 years ago) +* 68287371ccc6 - HDFS-15488. Add a command to list all snapshots for a snaphottable root with snapshot Ids. (#2166) (4 years ago) +* 3eaf62726ffe - YARN-10343. Legacy RM UI should include labeled metrics for allocated, total, and reserved resources. Contributed by Eric Payne (4 years ago) +* 5dadf963d363 - YARN-10208. Add capacityScheduler metric for NODE_UPDATE interval. Contributed by Pranjal Protim Borah. (4 years ago) +* 026dce5334bc - HDFS-15465. Support WebHDFS accesses to the data stored in secure Datanode through insecure Namenode. (#2135) (4 years ago) +* 60a254621a3d - YARN-10366. Fix Yarn rmadmin help message shows two labels for one node for --replaceLabelsOnNode. (4 years ago) +* d02be17a269c - YARN-10362. Javadoc for TimelineReaderAuthenticationFilterInitializer is broken. Contributed by Xieming Li. (4 years ago) +* e277d338da26 - YARN-10367. Failed to get nodejs 10.21.0 when building docker image (#2171) (4 years ago) +* 4b1816c7d018 - HADOOP-17153. Add boost installation steps to build instruction on CentOS 8. (#2169) (4 years ago) +* ac5f21dbef0f - YARN-4771. Some containers can be skipped during log aggregation after NM restart. Contributed by Jason Lowe and Jim Brennan. (4 years ago) +* e60096c377d8 - HADOOP-17141. Add Capability To Get Text Length (#2157) (4 years ago) +* 247eb0979b6a - YARN-10319. Record Last N Scheduler Activities from ActivitiesManager (4 years ago) +* bfcd775381f1 - YARN-10315. Avoid sending RMNodeResourceupdate event if resource is same. Contributed by Sushil Ks. (4 years ago) +* 2d12496643b1 - HDFS-15480. Ordered snapshot deletion: record snapshot deletion in XAttr (#2163) (4 years ago) +* 48a7c5b6baf3 - HADOOP-17113. Adding ReadAhead Counters in ABFS (#2154) (4 years ago) +* d5b476615820 - HADOOP-17147. Dead link in hadoop-kms/index.md.vm. Contributed by Xieming Li. (4 years ago) +* ac9a07b51aef - HDFS-15478: When Empty mount points, we are assigning fallback link to self. But it should not use full URI for target fs. (#2160). Contributed by Uma Maheswara Rao G. (4 years ago) +* 1b29c9bfeee0 - HADOOP-17138. Fix spotbugs warnings surfaced after upgrade to 4.0.6. (#2155) (4 years ago) +* d23cc9d85d88 - Hadoop 17132. ABFS: Fix Rename and Delete Idempotency check trigger (4 years ago) +* b4b23ef0d1a0 - HADOOP-17092. ABFS: Making AzureADAuthenticator.getToken() throw HttpException (4 years ago) +* 8b7695bb2628 - HDFS-15246. ArrayIndexOfboundsException in BlockManager CreateLocatedBlock. Contributed by Hemanth Boyina. (4 years ago) +* d57462f2daee - HDFS-15479. Ordered snapshot deletion: make it a configurable feature (#2156) (4 years ago) +* d9441f95c362 - HDFS-15470. Added more unit tests to validate rename behaviour across snapshots. Contributed by Shashikant Banerjee. (4 years ago) +* 3833c616e087 - HDFS-15404. ShellCommandFencer should expose info about source. Contributed by Chen Liang. (4 years ago) +* 736bed6d6d20 - [YARN-10353] Log vcores used and cumulative cpu in containers monitor. Contributed by Jim Brennan (4 years ago) +* f2033de2342d - HADOOP-17119. Jetty upgrade to 9.4.x causes MR app fail with IOException. Contributed by Bilwa S T. (4 years ago) +* 6cbd8854ee5f - HDFS-15381. Fix typos corrputBlocksFiles to corruptBlocksFiles. Contributed by bianqi. (4 years ago) +* bb459d4dd607 - HADOOP-17136. ITestS3ADirectoryPerformance.testListOperations failing (#2153) (4 years ago) +* 9f407bcc88a3 - HADOOP-17107. hadoop-azure parallel tests not working on recent JDKs (#2118) (4 years ago) +* 2cec50cf1657 - HDFS-15463. Add a tool to validate FsImage. (#2140) (4 years ago) +* 4101b0c0edab - HDFS-15476 Make AsyncStream executor private (#2151) (4 years ago) +* 99655167f308 - HADOOP-16682. ABFS: Removing unnecessary toString() invocations (4 years ago) +* 8a9a674ef10a - HDFS-15198. RBF: Add test for MountTableRefresherService failed to refresh other router MountTableEntries in secure mode. Contributed by zhengchenyu. (4 years ago) +* 6bcb24d26930 - HADOOP-17100. Replace Guava Supplier with Java8+ Supplier in Hadoop. Contributed by Ahmed Hussein. (4 years ago) +* 2ba44a73bf2b - HADOOP-16866. Upgrade spotbugs to 4.0.6. (#2146) (4 years ago) +* cc71d50b219c - YARN-10339. Fix TimelineClient in NodeManager failing when Simple Http Auth used in Secure Cluster (4 years ago) +* b21cb91c7f76 - HADOOP-17130. Configuration.getValByRegex() shouldn't be updating the results while fetching. (#2142) (4 years ago) +* 4083fd57b5e0 - HADOOP-17129. Validating storage keys in ABFS correctly (#2141) (4 years ago) +* 1f71c4ae7142 - HADOOP-17099. Replace Guava Predicate with Java8+ Predicate (4 years ago) +* 98fcffe93f9e - HADOOP-17101. Replace Guava Function with Java8+ Function (4 years ago) +* 80046d1c8a48 - MAPREDUCE-7285. Junit class missing from hadoop-mapreduce-client-jobclient-*-tests jar. (#2139) (4 years ago) +* 8980c23fc2cd - YARN-10350. TestUserGroupMappingPlacementRule fails (4 years ago) +* 85d4718ed737 - HDFS-15319. Fix INode#isInLatestSnapshot() API. Contributed by Shashikant Banerjee. (4 years ago) +* 3e7b65c3e592 - MAPREDUCE-7284. TestCombineFileInputFormat#testMissingBlocks fails (#2136) (4 years ago) +* cce5a6f6094c - HDFS-15385 Upgrade boost library to 1.72 (#2051) (4 years ago) +* 317fe4584a51 - HADOOP-17127. Use RpcMetrics.TIMEUNIT to initialize rpc queueTime and processingTime. Contributed by Jim Brennan. (4 years ago) +* 4647a6043013 - HADOOP-17022. Tune S3AFileSystem.listFiles() API. (4 years ago) +* bdce75d737bc - HDFS-15371. Nonstandard characters exist in NameNode.java (#2032) (4 years ago) +* 380e0f4506a8 - HADOOP-16998. WASB : NativeAzureFsOutputStream#close() throwing IllegalArgumentException (#2073) (4 years ago) +* 48f90115b5ec - YARN-10348. Allow RM to always cancel tokens after app completes. Contributed by Jim Brennan (4 years ago) +* e62d8f841275 - HADOOP-17116. Skip Retry INFO logging on first failover from a proxy (4 years ago) +* 0427100b7543 - YARN-10297. TestContinuousScheduling#testFairSchedulerContinuousSchedulingInitTime fails intermittently. Contributed by Jim Brennan (Jim_Brennan) (4 years ago) +* 806d84b79c97 - HADOOP-17105. S3AFS - Do not attempt to resolve symlinks in globStatus (#2113) (4 years ago) +* b9fa5e0182c1 - HDFS-13934. Multipart uploaders to be created through FileSystem/FileContext. (4 years ago) +* b97fea65e70b - HDFS-14498 LeaseManager can loop forever on the file for which create has failed. Contributed by Stephen O'Donnell. (4 years ago) +* 84b74b335c02 - HDFS-15447 RBF: Add top real owners metrics for delegation tokens (#2110) (4 years ago) +* 3e700066394f - HDFS-15464: ViewFsOverloadScheme should work when -fs option pointing to remote cluster without mount links (#2132). Contributed by Uma Maheswara Rao G. (4 years ago) +* 0e694b20b9d5 - HDFS-15462. Add fs.viewfs.overload.scheme.target.ofs.impl to core-default.xml (#2131) (4 years ago) +* f91a8ad88b00 - HADOOP-17079. Optimize UGI#getGroups by adding UGI#getGroupsSet. (#2085) (4 years ago) +* 5dd270e2085c - YARN-10333. YarnClient obtain Delegation Token for Log Aggregation Path. Contributed by Prabhu Joseph. (4 years, 1 month ago) +* dfe60392c91b - YARN-10341. Yarn Service Container Completed event doesn't get processed. Contributed by Bilwa S T. (4 years, 1 month ago) +* 10d218934c9b - YARN-10344. Sync netty versions in hadoop-yarn-csi. (#2126) (4 years, 1 month ago) +* 5b1ed2113b8e - HADOOP-17117 Fix typos in hadoop-aws documentation (#2127) (4 years, 1 month ago) +* 3a4d05b85044 - YARN-8047. RMWebApp make external class pluggable. (4 years, 1 month ago) +* 4f26454a7d1b - HDFS-15425. Review Logging of DFSClient. Contributed by Hongbing Wang. (4 years, 1 month ago) +* 2bbd00dff498 - YARN-10337. Fix failing testcase TestRMHATimelineCollectors. (4 years, 1 month ago) +* f77bbc2123e3 - HDFS-15312. Apply umask when creating directory by WebHDFS (#2096) (4 years, 1 month ago) +* dc0626b5f2f2 - HDFS-15449. Optionally ignore port number in mount-table name when picking from initialized uri. Contributed by Uma Maheswara Rao G. (4 years, 1 month ago) +* e820baa6e6f7 - HDFS-15417. RBF: Get the datanode report from cache for federation WebHDFS operations (#2080) (4 years, 1 month ago) +* 834372f4040f - HDFS-15451. Do not discard non-initial block report for provided storage. (#2119). Contributed by Shanyu Zhao. (4 years, 1 month ago) +* 2f500e4635ea - HADOOP-17081. MetricsSystem doesn't start the sink adapters on restart (#2089) (4 years, 1 month ago) +* 639acb6d8921 - HADOOP-17111. Replace Guava Optional with Java8+ Optional. Contributed by Ahmed Hussein. (4 years, 1 month ago) +* 55a2ae80dc9b - HDFS-15450. Fix NN trash emptier to work if ViewFSOveroadScheme enabled. Contributed by Uma Maheswara Rao G. (4 years, 1 month ago) +* d20109c17146 - HADOOP-17058. ABFS: Support for AppendBlob in Hadoop ABFS Driver (4 years, 1 month ago) +* f86f15cf2003 - HDFS-15446. CreateSnapshotOp fails during edit log loading for /.reserved/raw/path with error java.io.FileNotFoundException: Directory does not exist: /.reserved/raw/path. Contributed by Stephen O'Donnell. (4 years, 1 month ago) +* 1f2a80b5e502 - HDFS-15430. create should work when parent dir is internalDir and fallback configured. Contributed by Uma Maheswara Rao G. (4 years, 1 month ago) +* e0cededfbd2f - HADOOP-17086. ABFS: Making the ListStatus response ignore unknown properties. (#2101) (4 years, 1 month ago) +* 3b5c9a90c07e - HADOOP-16961. ABFS: Adding metrics to AbfsInputStream (#2076) (4 years, 1 month ago) +* 04abd0eb17b5 - YARN-10330. Add missing test scenarios to TestUserGroupMappingPlacementRule and TestAppNameMappingPlacementRule. Contributed by Peter Bacsko (4 years, 1 month ago) +* 9b5557a9e811 - YARN-10325. Document max-parallel-apps for Capacity Scheduler. Contributed by Peter Bacsko (4 years, 1 month ago) +* 6c57be48973e - HADOOP-17084 Update Dockerfile_aarch64 to use Bionic (#2103). Contributed by zhaorenhai. (4 years, 1 month ago) +* 4e37ad59b865 - HADOOP-17090. Increase precommit job timeout from 5 hours to 20 hours. (#2111). Contributed by Akira Ajisaka. (4 years, 1 month ago) +* 3b8d0f803f1c - HADOOP-17032. Fix getContentSummary in ViewFileSystem to handle multiple children mountpoints pointing to different filesystems (#2060). Contributed by Abhishek Das. (4 years, 1 month ago) +* ff8bb6720009 - HDFS-15374. Add documentation for fedbalance tool. Contributed by Jinglun. (4 years, 1 month ago) +* de2cb8626016 - HDFS-15410. Add separated config file hdfs-fedbalance-default.xml for fedbalance tool. Contributed by Jinglun. (4 years, 1 month ago) +* 9ac498e30057 - HDFS-15416. Improve DataStorage#addStorageLocations() for empty locations. Contibuted by jianghua zhu. (4 years, 1 month ago) +* e8dc862d3856 - YARN-9809. Added node manager health status to resource manager registration call. Contributed by Eric Badger via eyang (4 years, 1 month ago) +* 2a67e2b1a0e3 - HDFS-15160. ReplicaMap, Disk Balancer, Directory Scanner and various FsDatasetImpl methods should use datanode readlock. Contributed by Stephen O'Donnell. (4 years, 1 month ago) +* 4249c04d454c - HADOOP-16798. S3A Committer thread pool shutdown problems. (#1963) (4 years, 1 month ago) +* cd188ea9f0e8 - YARN-10331. Upgrade node.js to 10.21.0. (#2106) (4 years, 1 month ago) +* 7e73cad97419 - MAPREDUCE-7280. MiniMRYarnCluster has hard-coded timeout waiting to start history server, with no way to disable. (#2065) (4 years, 1 month ago) +* 74fc13cf9181 - YARN-9903: Support reservations continue looking for Node Labels. Contributed by Jim Brennan (Jim_Brennan). (4 years, 1 month ago) +* 0be26811f3db - YARN-10328. Fixed ZK Curator NodeExists exception in YARN service AM logs Contributed by Bilwa S T via eyang (4 years, 1 month ago) +* c71ce7ac3370 - HDFS-15421. IBR leak causes standby NN to be stuck in safe mode. (4 years, 1 month ago) +* 8db38c98a6c6 - HDFS-15378. TestReconstructStripedFile#testErasureCodingWorkerXmitsWeight is failing on trunk. Contributed by hemanthboyina. (4 years, 1 month ago) +* bed0a3a37404 - HDFS-15436. Default mount table name used by ViewFileSystem should be configurable (#2100) (4 years, 1 month ago) +* 2c03524fa4be - YARN-6526. Refactoring SQLFederationStateStore by avoiding to recreate a connection at every call. COntributed by Bilwa S T. (4 years, 1 month ago) +* e0c1d8a96905 - YARN-10327. Remove duplication of checking for invalid application ID in TestLogsCLI. Contributed by Marton Hudaky (4 years, 1 month ago) +* 6459cc73e6c0 - YARN-10318. ApplicationHistory Web UI incorrect column indexing. Contributed by Andras Gyori (4 years, 1 month ago) +* 33d3df7ee2b3 - YARN-10277. CapacityScheduler test TestUserGroupMappingPlacementRule should build proper hierarchy. Contributed by Szilard Nemeth (4 years, 1 month ago) +* d5e1bb615549 - HDFS-15429. mkdirs should work when parent dir is an internalDir and fallback configured. Contributed by Uma Maheswara Rao G. (4 years, 1 month ago) +* 6a8fd73b2736 - YARN-10279. Avoid unnecessary QueueMappingEntity creations. Contributed by Marton Hudaky (4 years, 1 month ago) +* 4b5b54c73f2f - HADOOP-17089: WASB: Update azure-storage-java SDK Contributed by Thomas Marquardt (4 years, 1 month ago) +* 84110d850e2b - HDFS-15383. RBF: Add support for router delegation token without watch (#2047) (4 years, 1 month ago) +* 03f855e3e7a4 - YARN-10316. FS-CS converter: convert maxAppsDefault, maxRunningApps settings. Contributed by Peter Bacsko (4 years, 1 month ago) +* fa14e4bc001e - HADOOP-17068. Client fails forever when namenode ipaddr changed. Contributed by Sean Chow. (4 years, 1 month ago) +* 7c02d1889bbe - HDFS-15427. Merged ListStatus with Fallback target filesystem and InternalDirViewFS. Contributed by Uma Maheswara Rao G. (4 years, 1 month ago) +* 201d734af399 - HDFS-15428. Javadocs fails for hadoop-federation-balance. Contributed by Xieming Li. (4 years, 1 month ago) +* ce1008fe61a7 - YARN-10321. Break down TestUserGroupMappingPlacementRule#testMapping into test scenarios (4 years, 1 month ago) +* 17ffcab5f621 - HDFS-14546. Document block placement policies. Contributed by Amithsha. (4 years, 1 month ago) +* b2facc84a1b4 - YARN-9460. QueueACLsManager and ReservationsACLManager should not use instanceof checks. Contributed by Bilwa S T. (4 years, 1 month ago) +* b27810aa6015 - HDFS-15418. ViewFileSystemOverloadScheme should represent mount links as non symlinks. Contributed by Uma Maheswara Rao G. (4 years, 1 month ago) +* 8fd0fdf8890b - MAPREDUCE-7281. Fix NoClassDefFoundError on 'mapred minicluster'. (#2077) (4 years, 1 month ago) +* 100ec8e8709e - HADOOP-17009: Embrace Immutability of Java Collections (4 years, 1 month ago) +* 3472c3efc001 - HADOOP-17065. Add Network Counters to ABFS (#2056) (4 years, 1 month ago) +* 469841446f92 - YARN-9930. Support max running app logic for CapacityScheduler. Contributed by Peter Bacsko (4 years, 1 month ago) +* 9821b94c946b - HADOOP-16888. [JDK11] Support JDK11 in the precommit job (#2012) (4 years, 1 month ago) +* d50e93ce7b6a - HDFS-15372. Files in snapshots no longer see attribute provider permissions. Contributed by Stephen O'Donnell. (4 years, 1 month ago) +* edf716a5c3ed - Revert "HDFS-15372. Files in snapshots no longer see attribute provider permissions. Contributed by Stephen O'Donnell." (4 years, 1 month ago) +* 123777823edc - HDFS-15406. Improve the speed of Datanode Block Scan. Contributed by hemanthboyina (4 years, 1 month ago) +* 9cbd76cc775b - HDFS-15346. FedBalance tool implementation. Contributed by Jinglun. (4 years, 1 month ago) +* caf3995ac2bb - HADOOP-17076: ABFS: Delegation SAS Generator Updates Contributed by Thomas Marquardt. (4 years, 1 month ago) +* 89689c52c39c - YARN-10308. Update javadoc and variable names for YARN service. Contributed by Bilwa S T via eyang (4 years, 1 month ago) +* 2bfb22840acc - HADOOP-17020. Improve RawFileSystem Performance (#2063) (4 years, 1 month ago) +* 5b1a56f9f1ae - YARN-10281. Redundant QueuePath usage in UserGroupMappingPlacementRule and AppNameMappingPlacementRule. Contributed by Gergely Pollak (4 years, 1 month ago) +* c8ed33cd2a4b - HADOOP-9851. dfs -chown does not like "+" plus sign in user name. Contributed by Andras Bokor. (4 years, 1 month ago) +* fc4ebb0499fe - YARN-10314. YarnClient throws NoClassDefFoundError for WebSocketException with only shaded client jars (#2075) (4 years, 1 month ago) +* 730a39d13885 - HDFS-15372. Files in snapshots no longer see attribute provider permissions. Contributed by Stephen O'Donnell. (4 years, 1 month ago) +* 81d8a887b040 - SPNEGO TLS verification (4 years, 1 month ago) +* f41a144077fc - HDFS-15403. NPE in FileIoProvider#transferToSocketFully. Contributed by hemanthboyina. (4 years, 1 month ago) +* 719b53a79dc1 - HDFS-15351. Blocks scheduled count was wrong on truncate. Contributed by hemanthboyina. (4 years, 1 month ago) +* 785b1def959f - HDFS-15387. FSUsage#DF should consider ViewFSOverloadScheme in processPath. Contributed by Uma Maheswara Rao G. (4 years, 1 month ago) +* e15408477017 - HADOOP-17046. Support downstreams' existing Hadoop-rpc implementations using non-shaded protobuf classes (#2026) (4 years, 1 month ago) +* 7c4de59fc109 - YARN-10293. Reserved Containers not allocated from available space of other nodes in CandidateNodeSet for MultiNodePlacement. Contributed by Prabhu Joseph. (4 years, 1 month ago) +* fed6fecd3a9e - YARN-10312. Add support for yarn logs -logFile to retain backward compatibility. Contributed by Jim Brennan. (4 years, 1 month ago) +* 93b121a9717b - HADOOP-17060. Clarify listStatus and getFileStatus behaviors inconsistent in the case of ViewFs implementation for isDirectory. Contributed by Uma Maheswara Rao G. (4 years, 1 month ago) +* b735a777178a - HDFS-15398. EC: hdfs client hangs due to exception during addBlock. Contributed by Hongbing Wang. (4 years, 1 month ago) +* 635e6a16d0f4 - HDFS-15376. Update the error about command line POST in httpfs documentation. Contributed by bianqi. (4 years, 1 month ago) +* 56247db30227 - YARN-10300: appMasterHost not set in RM ApplicationSummary when AM fails before first heartbeat. Contributed by Eric Badger (ebadger). (4 years, 1 month ago) +* ac5d899d40d7 - HADOOP-17050 S3A to support additional token issuers (4 years, 1 month ago) +* 852587456173 - HDFS-15211. EC: File write hangs during close in case of Exception during updatePipeline. Contributed by Ayush Saxena. *Added missed test file. (4 years, 1 month ago) +* fbb877543066 - Revert "MAPREDUCE-7277. IndexCache totalMemoryUsed differs from cache contents. Contributed by Jon Eagles (jeagles)." (4 years, 2 months ago) +* 0c25131ca430 - HADOOP-17047. TODO comment exist in trunk while related issue HADOOP-6223 is already fixed. Contributed by Rungroj Maipradit (4 years, 2 months ago) +* 9f242c215e19 - HADOOP-17059. ArrayIndexOfboundsException in ViewFileSystem#listStatus. Contributed by hemanthboyina (4 years, 2 months ago) +* a8610c15c498 - HDFS-15396. Fix TestViewFileSystemOverloadSchemeHdfsFileSystemContract#testListStatusRootDir. Contributed by Ayush Saxena. (4 years, 2 months ago) +* 3ca15292c558 - HDFS-15394. Add all available fs.viewfs.overload.scheme.target..impl classes in core-default.xml bydefault. Contributed by Uma Maheswara Rao G. (4 years, 2 months ago) +* cc671b16f7b0 - HDFS-15389. DFSAdmin should close filesystem and dfsadmin -setBalancerBandwidth should work with ViewFSOverloadScheme. Contributed by Ayush Saxena (4 years, 2 months ago) +* e7dd02768b65 - HADOOP-17029. Return correct permission and owner for listing on internal directories in ViewFs. Contributed by Abhishek Das. (4 years, 2 months ago) +* 76fa0222f0d2 - HDFS-15330. Document the ViewFSOverloadScheme details in ViewFS guide. Contributed by Uma Maheswara Rao G. (4 years, 2 months ago) +* 232612370544 - HDFS-15359. EC: Allow closing a file with committed blocks. Contributed by Ayush Saxena. (4 years, 2 months ago) +* 8abff5151a7c - YARN-10292. FS-CS converter: add an option to enable asynchronous scheduling in CapacityScheduler. Contributed by Benjamin Teke (4 years, 2 months ago) +* 545a0a147c52 - HDFS-15386 ReplicaNotFoundException keeps happening in DN after removing multiple DN's data directories (#2052) (4 years, 2 months ago) +* 8b146c17b355 - YARN-10274. Merge QueueMapping and QueueMappingEntity. Contributed by Gergely Pollak (4 years, 2 months ago) +* a4835db95a2c - YARN-10296. Make ContainerPBImpl#getId/setId synchronized. Contributed by Benjamin Teke (4 years, 2 months ago) +* 5157118bd7f3 - HADOOP-17056. Addendum patch: Fix typo (4 years, 2 months ago) +* 704409d53bf7 - HADOOP-17062. Fix shelldocs path in Jenkinsfile (#2049) (4 years, 2 months ago) +* 40d63e02f04f - HADOOP-16568. S3A FullCredentialsTokenBinding fails if local credentials are unset. (#1441) (4 years, 2 months ago) +* 97c98ce531cc - HADOOP-14566. Add seek support for SFTP FileSystem. (#1999) (4 years, 2 months ago) +* 9c290c08db43 - HADOOP-17056. shelldoc fails in hadoop-common. (#2045) (4 years, 2 months ago) +* e8cb2ae409bc - HDFS-11041. Unable to unregister FsDatasetState MBean if DataNode is shutdown twice. Contributed by Wei-Chiu Chuang. (4 years, 2 months ago) +* f6453244ab8a - HDFS-14960. TestBalancerWithNodeGroup should not succeed with DFSNetworkTopology. Contributed by Jim Brennan. (4 years, 2 months ago) +* 6288e15118fa - HADOOP-16828. Zookeeper Delegation Token Manager fetch sequence number by batch. Contributed by Fengnan Li. (4 years, 2 months ago) +* ed83c865dd0b - HDFS-15321. Make DFSAdmin tool to work with ViewFileSystemOverloadScheme. Contributed by Uma Maheswara Rao G. (4 years, 2 months ago) +* 7f486f025894 - HADOOP-17016. Adding Common Counters in ABFS (#1991). (4 years, 2 months ago) +* b5efdea4fd38 - YARN-10254. CapacityScheduler incorrect User Group Mapping after leaf queue change. Contributed by Gergely Pollak (4 years, 2 months ago) +* aa6d13455b94 - YARN-10284. Add lazy initialization of LogAggregationFileControllerFactory in LogServlet. Contributed by Adam Antal (4 years, 2 months ago) +* e0a0741ac86d - YARN-10286. PendingContainers bugs in the scheduler outputs. Contributed by Andras Gyori (4 years, 2 months ago) +* 9fe4c37c25b2 - HADOOP-17052. NetUtils.connect() throws unchecked exception (UnresolvedAddressException) causing clients to abort (#2036) (4 years, 2 months ago) +* ae13a5ccbea1 - HDFS-10792. RedundantEditLogInputStream should log caught exceptions. Contributed by Wei-Chiu Chuang. (4 years, 2 months ago) +* 19f26a020e2e - HADOOP-7002. Wrong description of copyFromLocal and copyToLocal in documentation. Contributed by Andras Bokor. (4 years, 2 months ago) +* d9e8046a1a15 - HADOOP-14698. Make copyFromLocals -t option available for put as well. Contributed by Andras Bokor. (4 years, 2 months ago) +* d9838f2d42ea - HADOOP-17055. Remove residual code of Ozone (#2039) (4 years, 2 months ago) +* b2200a33a6cb - HDFS-15168: ABFS enhancement to translate AAD to Linux identities. (#1978) (4 years, 2 months ago) +* a838d871a767 - HDFS-15368. TestBalancerWithHANameNodes#testBalancerWithObserver failed occasionally. Contributed by Xiaoqiao He. (4 years, 2 months ago) +* 9b38be43c632 - HDFS-13183. Addendum: Standby NameNode process getBlocks request to reduce Active load. Contributed by Xiaoqiao He. (4 years, 2 months ago) +* 10db97df1c85 - MAPREDUCE-7278. Speculative execution behavior is observed even when mapreduce.map.speculative and mapreduce.reduce.speculative are false (4 years, 2 months ago) +* 4c5cd751e391 - HADOOP-17053. ABFS: Fix Account-specific OAuth config setting parsing (4 years, 2 months ago) +* 53b993e6048f - HADOOP-16852: Report read-ahead error back (4 years, 2 months ago) +* 2148a8fe6453 - HDFS-15362. FileWithSnapshotFeature#updateQuotaAndCollectBlocks should collect all distinct blocks. Contributed by hemanthboyina. (4 years, 2 months ago) +* 593af878c006 - YARN-10108. FS-CS converter: nestedUserQueue with default rule results in invalid queue mapping. Contributed by Gergely Pollak (4 years, 2 months ago) +* fb030f3239ec - Revert "FS-CS converter: nestedUserQueue with default rule results in invalid queue mapping. Contributed by Gergely Pollak" (4 years, 2 months ago) +* c30c23cb6657 - YARN-6492. Generate queue metrics for each partition. Contributed by Manikandan R (4 years, 2 months ago) +* 37b1b4799db6 - HADOOP-17054. ABFS: Fix test AbfsClient authentication instance (4 years, 2 months ago) +* 6c9f75cf16b4 - HDFS-15373. Fix number of threads in IPCLoggerChannel#createParallelExecutor. Contributed by Ayush Saxena. (4 years, 2 months ago) +* f43a152b9729 - HDFS-15369. Refactor method VolumeScanner#runLoop(). Contributed by Yang Yun. (4 years, 2 months ago) +* f4901d07781f - HDFS-15355. Make the default block storage policy ID configurable. Contributed by Yang Yun. (4 years, 2 months ago) +* 6e04b00df1bf - HDFS-12288. Fix DataNode's xceiver count calculation. Contributed by Lisheng Sun. (4 years, 2 months ago) +* e0ae232f669b - HDFS-15093. RENAME.TO_TRASH is ignored When RENAME.OVERWRITE is specified. Contributed by Ayush Saxena. (4 years, 2 months ago) +* f99fcb26ab91 - HDFS-15288. Add Available Space Rack Fault Tolerant BPP. Contributed by Ayush Saxena. (4 years, 2 months ago) +* 4d22d1c58f0e - HDFS-15363. BlockPlacementPolicyWithNodeGroup should validate if it is initialized by NetworkTopologyWithNodeGroup. Contributed by hemanthboyina. (4 years, 2 months ago) +* 968531463375 - HADOOP-17040. Fix intermittent failure of ITestBlockingThreadPoolExecutorService. (#2020) (4 years, 2 months ago) +* 4734c77b4b64 - HDFS-15322. Make NflyFS to work when ViewFsOverloadScheme's scheme and target uris schemes are same. Contributed by Uma Maheswara Rao G. (4 years, 2 months ago) +* 52b21de1d885 - HADOOP-17049. javax.activation-api and jakarta.activation-api define overlapping classes (#2027) (4 years, 2 months ago) +* be374faf429d - HDFS-13639. SlotReleaser is not fast enough (#1885) (4 years, 2 months ago) +* ac4540dd8e28 - FS-CS converter: nestedUserQueue with default rule results in invalid queue mapping. Contributed by Gergely Pollak (4 years, 2 months ago) +* 1a3c6bb33b61 - HDFS-15353. Use sudo instead of su to allow nologin user for secure DataNode (#2018) (4 years, 2 months ago) +* d2f7133c6220 - HADOOP-17004. Fixing a formatting issue (4 years, 2 months ago) +* 726b8e324b6f - YARN-10228. Relax restriction of file path character in yarn.service.am.java.opts. Contributed by Bilwa S T via eyang (4 years, 2 months ago) +* 29b19cd59245 - HADOOP-16900. Very large files can be truncated when written through the S3A FileSystem. (4 years, 2 months ago) +* cef075692945 - YARN-9606. Set sslfactory for AuthenticatedURL() while creating LogsCLI#webServiceClient. (4 years, 2 months ago) +* 1983eea62def - HDFS-15340. RBF: Implement BalanceProcedureScheduler basic framework. Contributed by Jinglun. (4 years, 2 months ago) +* 0b7799bf6ed8 - HADOOP-16586. ITestS3GuardFsck, others fails when run using a local metastore. (#1950) (4 years, 2 months ago) +* 8f78aeb25000 - Hadoop-17015. ABFS: Handling Rename and Delete idempotency (4 years, 2 months ago) +* d4e36409d40d - MAPREDUCE-6826. Job fails with InvalidStateTransitonException: Invalid event: JOB_TASK_COMPLETED at SUCCEEDED/COMMITTING. Contributed by Bilwa S T. (4 years, 2 months ago) +* ce4ec7445345 - HADOOP-17024. ListStatus on ViewFS root (ls "/") should list the linkFallBack root (configured target root). Contributed by Abhishek Das. (4 years, 2 months ago) +* bdbd59cfa090 - HADOOP-17004. ABFS: Improve the ABFS driver documentation (4 years, 2 months ago) +* 7bb902bc0d0c - HDFS-15293. Relax the condition for accepting a fsimage when receiving a checkpoint. Contributed by Chen Liang (4 years, 2 months ago) +* c84e6beada4e - HDFS-14999. Avoid Potential Infinite Loop in DFSNetworkTopology. Contributed by Ayush Saxena. (4 years, 2 months ago) +* 2abcf7762ae7 - HDFS-15202 Boost short circuit cache (rebase PR-1884) (#2016) (4 years, 2 months ago) +* 4525292d4148 - Revert "HDFS-15202 Boost short circuit cache (rebase PR-1884) (#2016)" (4 years, 2 months ago) +* 50caba1a92cb - HDFS-15207. VolumeScanner skip to scan blocks accessed during recent scan peroid. Contributed by Yang Yun. (4 years, 2 months ago) +* a3f44dacc1fa - HDFS-13183. Standby NameNode process getBlocks request to reduce Active load. Contributed by Xiaoqiao He. (4 years, 2 months ago) +* 86e6aa8eec53 - HDFS-15202 Boost short circuit cache (rebase PR-1884) (#2016) (4 years, 2 months ago) +* b65815d69149 - Revert "YARN-9606. Set sslfactory for AuthenticatedURL() while creating LogsCLI#webServiceClient." (4 years, 2 months ago) +* 27601fc79ed0 - HADOOP-17042. Hadoop distcp throws 'ERROR: Tools helper ///usr/lib/hadoop/libexec/tools/hadoop-distcp.sh was not found'. Contributed by Aki Tanaka. (4 years, 2 months ago) +* a3809d202300 - HDFS-15082. RBF: Check each component length of destination path when add/update mount entry. Contributed by Xiaoqiao He. (4 years, 2 months ago) +* 6e416a83d1e6 - HDFS-15358. RBF: Unify router datanode UI with namenode datanode UI. Contributed by Ayush Saxena. (4 years, 2 months ago) +* 178336f8a8bb - HDFS-15356. Unify configuration `dfs.ha.allow.stale.reads` to DFSConfigKeys. Contributed by Xiaoqiao He. (4 years, 2 months ago) +* ac4a2e11d988 - HDFS-15306. Make mount-table to read from central place ( Let's say from HDFS). Contributed by Uma Maheswara Rao G. (4 years, 2 months ago) +* d08b9e94e36e - Revert "HADOOP-14557. Document HADOOP-8143 (Change distcp to have -pb on by default)." (4 years, 2 months ago) +* 4486220bb2f6 - Revert "HADOOP-8143. Change distcp to have -pb on by default." (4 years, 2 months ago) +* 017d24e9703e - HADOOP-17036. TestFTPFileSystem failing as ftp server dir already exists. (4 years, 2 months ago) +* 7836bc4c3533 - YARN-9606. Set sslfactory for AuthenticatedURL() while creating LogsCLI#webServiceClient. (4 years, 2 months ago) +* 6ce295b78737 - YARN-10259. Fix reservation logic in Multi Node Placement. (4 years, 2 months ago) +* 1958cb7c2bed - YARN-10265. Upgrade Netty-all dependency to latest version 4.1.50 to fix ARM support issue. Contributed by liusheng (4 years, 2 months ago) +* 0918433b4da1 - YARN-9898. Dependency netty-all-4.1.27.Final doesn't support ARM platform. Contributed by liusheng. (4 years, 2 months ago) +* c757cb61ebc9 - HADOOP-14254. Add a Distcp option to preserve Erasure Coding attributes. Contributed by Ayush Saxena. (4 years, 2 months ago) +* 3cacf1ce565c - HDFS-15344. DataNode#checkSuperuserPrivilege should use UGI#getGroups after HADOOP-13442. (#2004) (4 years, 2 months ago) +* 108ecf992f00 - YARN-8942. PriorityBasedRouterPolicy throws exception if all sub-cluster weights have negative value. Contributed by Bilwa S T. (4 years, 2 months ago) +* 743c2e9071f4 - HDFS-15316. Deletion failure should not remove directory from snapshottables. Contributed by hemanthboyina (4 years, 2 months ago) +* 450e5aa9dd49 - YARN-10154. Addendum Patch which fixes below bugs (4 years, 2 months ago) +* 8ffc356b1e88 - Revert "SPNEGO TLS verification" (4 years, 2 months ago) +* d60496e6c667 - BytesWritable causes OOME when array size reaches Integer.MAX_VALUE. (#393) (4 years, 2 months ago) +* b214bbd2d92a - HADOOP-16916: ABFS: Delegation SAS generator for integration with Ranger (4 years, 2 months ago) +* fff1d2c1226e - YARN-10260. Allow transitioning queue from DRAINING to RUNNING state. Contributed by Bilwa S T (4 years, 2 months ago) +* 936bf09c3745 - HDFS-15300. RBF: updateActiveNamenode() is invalid when RPC address is IP. Contributed by xuzq. (4 years, 2 months ago) +* a3f945fb8466 - HADOOP-17035. fixed typos (timeout, interruped) (#2007) (4 years, 2 months ago) +* 047d8879e7a1 - HDFS-15345. RouterPermissionChecker#checkSuperuserPrivilege should use UGI#getGroups after HADOOP-13442. (4 years, 2 months ago) +* 96bbc3bc9726 - YARN-9301. Too many InvalidStateTransitionException with SLS. Contributed by Bilwa S T. (4 years, 2 months ago) +* 9cbd0cd2a926 - YARN-9301. Too many InvalidStateTransitionException with SLS. Contributed by Bilwa S T. (4 years, 2 months ago) +* 29dddb8a14e5 - HDFS-15255. Consider StorageType when DatanodeManager#sortLocatedBlock(). Contributed by Lisheng Sun. (4 years, 2 months ago) +* 928b81a5339a - HDFS-15350. Set dfs.client.failover.random.order to true as default. (#2008) (4 years, 2 months ago) +* 8dad38c0bed4 - HDFS-14367. EC: Parameter maxPoolSize in striped reconstruct thread pool isn't affecting number of threads. Contributed by Guo Lei. (4 years, 2 months ago) +* 0fe49036e557 - HDFS-15243. Add an option to prevent sub-directories of protected directories from deletion. Contributed by liuyanyu. (4 years, 2 months ago) +* bd342bef64e5 - HADOOP-17033. Update commons-codec from 1.11 to 1.14. (#2000) (4 years, 2 months ago) +* 4c53fb9ce102 - HDFS-15338. listOpenFiles() should throw InvalidPathException in case of invalid paths. Contributed by Jinglun. (4 years, 2 months ago) +* 328eae9a146b - HADOOP-16768. SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data. (#2003) (4 years, 2 months ago) +* aab9e0b16ecc - HDFS-15250. Setting `dfs.client.use.datanode.hostname` to true can crash the system because of unhandled UnresolvedAddressException. Contributed by Ctest. (4 years, 2 months ago) +* cb64e993c270 - HDFS-15347. Replace the deprecated method shaHex. Contributed by bianqi. (4 years, 2 months ago) +* c784ba370eeb - HDFS-15343. TestConfiguredFailoverProxyProvider is failing. (#2001) (4 years, 3 months ago) +* e9e1ead089c0 - HADOOP-17027. Add tests for reading fair call queue capacity weight configs. Contributed by Fengnan Li (4 years, 3 months ago) +* d59de27c01d7 - HDFS-15339. TestHDFSCLI fails for user names with the dot/dash character. Contributed by Yan Xiaole. (4 years, 3 months ago) +* 192cad9ee247 - HADOOP-17018. Intermittent failing of ITestAbfsStreamStatistics in ABFS (#1990) (4 years, 3 months ago) +* 99840aaba662 - HADOOP-17025. Fix invalid metastore configuration in S3GuardTool tests. (#1994) (4 years, 3 months ago) +* 35010120fbbc - YARN-9017. PlacementRule order is not maintained in CS. Contributed by Bilwa S T. (4 years, 3 months ago) +* 130f89e068ca - HDFS-15332. Quota Space consumed was wrong in truncate with Snapshots. Contributed by hemanthboyina. (4 years, 3 months ago) +* 92e3ebb40199 - YARN-8959. TestContainerResizing fails randomly (Ahmed Hussein via jeagles) (4 years, 3 months ago) +* 7fddf4855e92 - HDFS-14283. DFSInputStream to prefer cached replica. Contributed by Lisheng Sun. (4 years, 3 months ago) +* adecdb8b534c - HDFS-15334. INodeAttributeProvider's new API checkPermissionWithContext not getting called in for authorization. (#1998) (4 years, 3 months ago) +* e877118454b9 - HDFS-15331. Remove invalid exclusions that minicluster dependency on HDFS (#1996). Contributed by Wanqiang Ji (4 years, 3 months ago) +* cb6399c1095a - YARN-10257. FS-CS converter: skip increment properties for mem/vcores and fix DRF check. Contributed by Peter Bacsko (4 years, 3 months ago) +* 0debe55d6cf3 - YARN-10160. Add auto queue creation related configs to RMWebService#CapacitySchedulerQueueInfo. Contributed by Prabhu Joseph (4 years, 3 months ago) +* 9c8236d04dfc - HDFS-15305. Extend ViewFS and provide ViewFileSystemOverloadScheme implementation with scheme configurable. Contributed by Uma Maheswara Rao G. (4 years, 3 months ago) +* 1996351b0b7b - HDFS-15270. Account for *env == NULL in hdfsThreadDestructor (#1951) (4 years, 3 months ago) +* ebb878bab991 - HDFS-15323. StandbyNode fails transition to active due to insufficient transaction tailing. Contributed by Konstantin V Shvachko. (4 years, 3 months ago) +* f5081a9a5d51 - YARN-10256. Refactor TestContainerSchedulerQueuing.testContainerUpdateExecTypeGuaranteedToOpportunistic (Ahmed Hussein via jeagles) (4 years, 3 months ago) +* 8dace8ff3a92 - HDFS-15328. Use DFSConfigKeys MONITOR_CLASS_DEFAULT constant. Contributed by bianqi. (4 years, 3 months ago) +* d6fc482a5413 - Erasure Coding: metrics xmitsInProgress become to negative. Contributed by maobaolong and Toshihiko Uchida. (4 years, 3 months ago) +* 44de193bec3e - HDFS-15325. TestRefreshCallQueue is failing due to changed CallQueue constructor. Contributed by Fengnan Li (4 years, 3 months ago) +* f40dacdc2e42 - HDFS-15320. StringIndexOutOfBoundsException in HostRestrictingAuthorizationFilter (#1992) (4 years, 3 months ago) +* ba66f3b454a5 - SPNEGO TLS verification (4 years, 3 months ago) +* 257b04ce4e15 - YARN-6553. Replace MockResourceManagerFacade with MockRM for AMRMProxy/Router tests. Contributed by Bilwa S T. (4 years, 3 months ago) +* 82343790eebc - HDFS-15313. Ensure inodes in active filesytem are not deleted during snapshot delete. Contributed by Shashikant Banerjee. (4 years, 3 months ago) +* 263c76b67827 - HADOOP-17011. Tolerate leading and trailing spaces in fs.defaultFS. Contributed by Ctest (4 years, 3 months ago) +* 6bdab3723eff - HADOOP-16957. NodeBase.normalize doesn't removing all trailing slashes. Contributed by Ayush Saxena. (4 years, 3 months ago) +* b5b45c53a4ed - HDFS-15309. Remove redundant String.valueOf method on ExtendedBlockId.java. Contributed by bianqi. (4 years, 3 months ago) +* 31b2f687eff5 - HDFS-15265. HttpFS: validate content-type in HttpFSUtils. Contributed by hemanthboyina. (4 years, 3 months ago) +* d125d3910843 - YARN-6973. Adding RM Cluster Id in ApplicationReport. Contributed by Bilwa S T. (4 years, 3 months ago) +* 9ca6298a9ac1 - HDFS-15285. The same distance and load nodes don't shuffle when consider DataNode load. Contributed by Lisheng Sun. (4 years, 3 months ago) +* 410c605aec30 - YARN-10247. Application priority queue ACLs are not respected. Contributed by Sunil G (4 years, 3 months ago) +* db6252b6c395 - HDFS-15210. EC : File write hanged when DN is shutdown by admin command. Contributed by Surendra Singh Lilhore. (4 years, 3 months ago) +* 816042e62bf4 - HDFS-15301. statfs function in hdfs-fuse not working. Contributed by Aryan Gupta.(#1980) (4 years, 3 months ago) +* 4202750040f9 - HADOOP-17010. Add queue capacity support for FairCallQueue (#1977) (4 years, 3 months ago) +* ab3642955971 - YARN-10215. Endpoint for obtaining direct URL for the logs. Contributed by Andras Gyori (4 years, 3 months ago) +* 5e0eda5d5f69 - HDFS-15286. Concat on a same file deleting the file. Contributed by hemanthboyina. (4 years, 3 months ago) +* 6ef01646ba95 - YARN-9848. Revert YARN-4946. Contributed by Steven Rand. (4 years, 3 months ago) +* e2322e1117a2 - MAPREDUCE-7277. IndexCache totalMemoryUsed differs from cache contents. Contributed by Jon Eagles (jeagles). (4 years, 3 months ago) +* 18d7dfbf3556 - HDFS-1820. FTPFileSystem attempts to close the outputstream even when it is not initialised. (#1952) (4 years, 3 months ago) +* 9224568b0ea9 - YARN-10156. Destroy Jersey Client in TimelineConnector. (4 years, 3 months ago) +* 62c26b91fd06 - HDFS-15298 Fix the findbugs warnings introduced in HDFS-15217 (#1979) (4 years, 3 months ago) +* f91e21ac109e - YARN-10194. YARN RMWebServices /scheduler-conf/validate leaks ZK Connections. Contributed by Prabhu Joseph (4 years, 3 months ago) +* 85516a8af7ee - HADOOP-17007. hadoop-cos fails to build. Contributed by Yang Yu. (4 years, 3 months ago) +* 74d4a18735d2 - HDFS-15297. TestNNHandlesBlockReportPerStorage::blockReport_02 fails intermittently. Contributed by Ayush Saxena (4 years, 3 months ago) +* 453c9c9a671a - HDFS-15281. Make sure ZKFC uses dfs.namenode.rpc-address to bind to host address (#1964) (4 years, 3 months ago) +* 81d8b7153464 - HADOOP-16054. Update Dockerfile to use Bionic (#1966) (4 years, 3 months ago) +* ef9a6e775c13 - HADOOP-16886. Add hadoop.http.idle_timeout.ms to core-default.xml. Contributed by Lisheng Sun. (4 years, 3 months ago) +* 453771f170a0 - HDFS-15295. AvailableSpaceBlockPlacementPolicy should use chooseRandomWithStorageTypeTwoTrial() for better performance. Contributed by Jinglun. (4 years, 3 months ago) +* d4874585f4eb - YARN-10237. Add isAbsoluteResource config for queue in scheduler response. Contributed by Prabhu Joseph (4 years, 3 months ago) +* 30ef8d0f1a14 - HADOOP-17002. ABFS: Adding config to determine if the account is HNS enabled or not (4 years, 3 months ago) +* 9827ff2961e2 - YARN-10223. Remove jersey-test-framework-core dependency from yarn-server-common. (#1939) (4 years, 3 months ago) +* 459eb2ad6d5b - HADOOP-16914 Adding Output Stream Counters in ABFS (#1899) (4 years, 3 months ago) +* 5958af4dbc33 - HDFS-15276. Concat on INodeRefernce fails with illegal state exception. Contributed by hemanthboyina (4 years, 3 months ago) +* af85971a5842 - HADOOP-17001. The suffix name of the unified compression class. Contributed by bianqi (4 years, 3 months ago) +* 3d69383c2664 - Hadoop 16857. ABFS: Stop CustomTokenProvider retry logic to depend on AbfsRestOp retry policy (4 years, 3 months ago) +* 264e49c8f2cf - HADOOP-16922. ABFS: Change User-Agent header (#1938) (4 years, 3 months ago) +* 8031c66295b5 - HADOOP-16965. Refactor abfs stream configuration. (#1956) (4 years, 3 months ago) +* 60fa15366e8f - YARN-10240. Prevent Fatal CancelledException in TimelineV2Client when stopping (4 years, 3 months ago) +* e069a0613710 - HDFS-14742. RBF: TestRouterFaultTolerant tests are flaky (4 years, 3 months ago) +* 1fdfaebd98d9 - HDFS-15275. HttpFS: Response of Create was not correct with noredirect and data are true. Contributed by hemanthboyina. (4 years, 3 months ago) +* 93b662db47aa - HADOOP-16953. tuning s3guard disabled warnings (#1962) (4 years, 3 months ago) +* 42711081e3cb - HADOOP-16986. S3A to not need wildfly on the classpath. (#1948) (4 years, 3 months ago) +* 82ff7bc9abc8 - HADOOP-16959. Resolve hadoop-cos dependency conflict. Contributed by Yang Yu. (4 years, 3 months ago) +* 79e03fb622f8 - HADOOP-16971. TestFileContextResolveAfs#testFileContextResolveAfs creates dangling link and fails for subsequent runs. Contributed by Ctest. (4 years, 3 months ago) +* 1824aee9da40 - HDFS-15217 Add more information to longest write/read lock held log (4 years, 3 months ago) +* 5576915236ab - HADOOP-16944. Use Yetus 0.12.0 in GitHub PR (#1917) (4 years, 3 months ago) +* 8e6227441ab3 - HDFS-15218. RBF: MountTableRefresherService failed to refresh other router MountTableEntries in secure mode. Contributed by Surendra Singh Lilhore. (4 years, 3 months ago) +* a1b0697d379d - MAPREDUCE-7199. HsJobsBlock reuse JobACLsManager for checkAccess. Contributed by Bilwa S T (4 years, 3 months ago) +* 92b28e38b7bc - YARN-9996. Code cleanup in QueueAdminConfigurationMutationACLPolicy. Contributed by Siddharth Ahuja (4 years, 3 months ago) +* 76900b4f5b7a - YARN-10189. Code cleanup in LeveldbRMStateStore. Contributed by Benjamin Teke (4 years, 3 months ago) +* ac40daece17e - HADOOP-16972. Ignore AuthenticationFilterInitializer for KMSWebServer. (#1961) (4 years, 3 months ago) +* 360105482258 - YARN-9954. Configurable max application tags and max tag length. Contributed by Bilwa S T (4 years, 3 months ago) +* eca05917d60f - HADOOP-16951: Tidy Up Text and ByteWritables Classes. (4 years, 3 months ago) +* 2fe122e322af - YARN-10154. CS Dynamic Queues cannot be configured with absolute resources. Contributed by Manikandan R. (4 years, 3 months ago) +* 56350664a76b - HADOOP-13873. log DNS addresses on s3a initialization. (4 years, 3 months ago) +* 37d65822235f - HDFS-15266. Add missing DFSOps Statistics in WebHDFS. Contributed by Ayush Saxena. (4 years, 3 months ago) +* 3481895f8a9e - HDFS-15283. Cache pool MAXTTL is not persisted and restored on cluster restart. Contributed by Stephen O'Donnell. (4 years, 3 months ago) +* 053e39e1e458 - MAPREDUCE-7273. Fixed Job History server token renewal. Contributed by Peter Bacsko via eyang (4 years, 3 months ago) +* 8505840c2679 - HADOOP-16979. S3Guard auth mode should be set to false by default in integration tests. (#1958) Contributed by Mukund Thakur. (4 years, 3 months ago) +* cc5c1da7c1c2 - HDFS-15277. Parent directory in the explorer does not support all path formats. Contributed by Jianfei Jiang. (4 years, 3 months ago) +* 4d24d99e854e - HADOOP-16985. Handle release package related issues (#1957) (4 years, 3 months ago) +* 4db598e0e61b - YARN-9999. TestFSSchedulerConfigurationStore: Extend from ConfigurationStoreBaseTest, general code cleanup. Contributed by Benjamin Teke (4 years, 3 months ago) +* 94f7470c7110 - YARN-10233. Fix YARN UI2 Daemon Logs (4 years, 3 months ago) +* 55fcbcb5c2a0 - YARN-10234. FS-CS converter: don't enable auto-create queue property for root. Contributed by Peter Bacsko (4 years, 3 months ago) +* ae474e1ae587 - HADOOP-16982. Update Netty to 4.1.48.Final. Contributed by Lisheng Sun. (4 years, 3 months ago) +* 0ad010267821 - HADOOP-16855. Changing wildfly dependency scope in hadoop-azure to compile (4 years, 3 months ago) +* 7b2d84d19ce2 - HADOOP-16465 listLocatedStatus() optimisation (#1943) (4 years, 3 months ago) +* aeeebc5e796d - HADOOP-16941. ITestS3GuardOutOfBandOperations.testListingDelete failing on versioned bucket (#1919) (4 years, 3 months ago) +* c791b0e90e0d - YARN-10219. Fix YARN Native Service Placement Constraints with Node Attributes. (4 years, 3 months ago) +* 3edbe8708a80 - HADOOP-16958. NPE when hadoop.security.authorization is enabled but the input PolicyProvider for ZKFCRpcServer is NULL. Contributed by Ctest. (4 years, 3 months ago) +* 11d17417ceba - MAPREDUCE-7272. TaskAttemptListenerImpl excessive log messages. Contributed by Ahmed Hussein (ahussein) (4 years, 3 months ago) +* 8d49229c3764 - HDFS-15247. RBF: Provide Non DFS Used per DataNode in DataNode UI. Contributed by Lisheng Sun. (4 years, 3 months ago) +* 2ea5adf2de31 - HADOOP-16967. TestSequenceFile#testRecursiveSeqFileCreate fails in subsequent run. Contributed by Ctest. (4 years, 3 months ago) +* 275c478330d5 - HDFS-15261. RBF: Add Block Related Metrics. Contributed by Ayush Saxena. (4 years, 3 months ago) +* 23481ad378de - YARN-10212. Create separate configuration for max global AM attempts. Contributed by Bilwa S T (4 years, 3 months ago) +* 5746533cde00 - HADOOP-16962. Making `getBoolean` log warning message for unrecognized value. Contributed by Ctest. (4 years, 3 months ago) +* 061afcdf30ce - HDFS-15269. NameNode should check the authorization API version only … (#1945) (4 years, 3 months ago) +* c04a484aedb0 - YARN-9995. Code cleanup in TestSchedConfCLI. Contributed by Bilwa S T. (4 years, 3 months ago) +* 6fb29d0f1710 - YARN-10226. NPE in Capacity Scheduler while using %primary_group queue mapping. Contributed by Peter Bacsko. (4 years, 3 months ago) +* e2c87b79170f - MAPREDUCE-7266. historyContext doesn't need to be a class attribute inside JobHistoryServer. Contributed by Siddharth Ahuja (4 years, 3 months ago) +* 8e4517f251e9 - YARN-5277. When localizers fail due to resource timestamps being out, provide more diagnostics. Contributed by Siddharth Ahuja (4 years, 3 months ago) +* e53d472bb07f - HADOOP-14836. Upgrade maven-clean-plugin to 3.1.0 (#1933) (4 years, 4 months ago) +* 1189af474691 - HDFS-15263. Fix the logic of scope and excluded scope in Network Topology. Contributed by Ayush Saxena. (4 years, 4 months ago) +* 2214005c0f11 - YARN-10063. Add container-executor arguments --http/--https to usage. Contributed by Siddharth Ahuja (4 years, 4 months ago) +* 20eec958674a - HADOOP-16932. distcp copy calls getFileStatus() needlessly and can fail against S3 (#1936) (4 years, 4 months ago) +* bffb43b00e14 - YARN-10207. CLOSE_WAIT socket connection leaks during rendering of (corrupted) aggregated logs on the JobHistoryServer Web UI. Contributed by Siddharth Ahuja (4 years, 4 months ago) +* 45362a9f4cbe - YARN-10001. Add explanation of unimplemented methods in InMemoryConfigurationStore. Contributed by Siddharth Ahuja (4 years, 4 months ago) +* c12ddbd1de40 - HDFS-15249 ThrottledAsyncChecker is not thread-safe. (#1922) (4 years, 4 months ago) +* 0b855b9f3570 - HDFS-15256. Fix typo in DataXceiverServer#run(). Contributed by Lisheng Sun. (4 years, 4 months ago) +* ab7495dc7de0 - MAPREDUCE-7269. TestNetworkedJob fails (#1940) (4 years, 4 months ago) +* b89d875f7b1d - HADOOP-16954. Add -S option in "Count" command to show only Snapshot Counts. Contributed by hemanthboyina. (4 years, 4 months ago) +* e6455cc864d9 - HADOOP-16949. pylint fails in the build environment (#1926) (4 years, 4 months ago) +* 8f8be6b92a32 - HADOOP-16647. Support OpenSSL 1.1.1 LTS. Contributed by Rakesh Radhakrishnan. (4 years, 4 months ago) +* 1695d8d59c4b - HDFS-15258. RBF: Mark Router FSCK unstable. (#1934) (4 years, 4 months ago) +* ff50ecdc1007 - HADOOP-16952. Add .diff to gitignore. Contributed by Ayush Saxena. (4 years, 4 months ago) +* 7a39da3537f0 - YARN-10120. Amendment fix for Java Doc. (4 years, 4 months ago) +* f8e598f27850 - MAPREDUCE-7268. Fix TestMapreduceConfigFields (#1935) (4 years, 4 months ago) +* 25361b077bd3 - YARN-10120. Https Support in Router WebServiceClient. (4 years, 4 months ago) +* 736659e0e1ab - HDFS-15252. HttpFS: setWorkingDirectory should not accept invalid paths. Contributed by hemanthboyina. (4 years, 4 months ago) +* 4a3eb1097273 - HDFS-15051. RBF: Impose directory level permissions for Mount entries. Contributed by Xiaoqiao He. (4 years, 4 months ago) +* d3b595157256 - HDFS-15242. Add metrics for operations hold lock times of FsDatasetImpl. Contributed by Xiaoqiao He. (4 years, 4 months ago) +* c613296dc85a - MAPREDUCE-7241. FileInputFormat listStatus with less memory footprint. Contributed by Zhihua Deng (4 years, 4 months ago) +* c162648aff68 - YARN-10202. Fix documentation about NodeAttributes. Contributed by Sen Zhao. (4 years, 4 months ago) +* c734d247b1ea - HADOOP-16910 : ABFS Streams to update FileSystem.Statistics counters on IO. (#1918). Contributed by Mehakmeet Singh. (4 years, 4 months ago) +* 80b877a72f52 - HDFS-15196. RBF: RouterRpcServer getListing cannot list large dirs correctly. Contributed by Fengnan Li. (4 years, 4 months ago) +* 960c9ebaea31 - HDFS-15245. Improve JournalNode web UI. Contributed by Jianfei Jiang. (4 years, 4 months ago) +* 3eeb2466e963 - upate the hadoop.version property in the root pom.xml and hadoop.assemblies.version in hadoop-project/pom.xml (see HADOOP-15369) (4 years, 4 months ago) +* 8914cf91675c - Preparing for 3.4.0 development (4 years, 4 months ago) +* f7a94ec0a443 - HDFS-15239. Add button to go to the parent directory in the explorer. Contributed by hemanthboyina. (4 years, 4 months ago) +* 696a663cd0a1 - HDFS-15193. Improving the error message for missing `dfs.namenode.rpc-address.$NAMESERVICE`. Contributed by Ctest. (4 years, 4 months ago) +* f531a4a487c9 - HDFS-15191. EOF when reading legacy buffer in BlockTokenIdentifier. Contributed by Steven Rand. (4 years, 4 months ago) +* cbe71eaddf21 - HDFS-15238. RBF: NamenodeHeartbeatService caused memory to grow rapidly. Contributed by xuzq. (4 years, 4 months ago) +* eaaaba12b142 - HADOOP-16939 fs.s3a.authoritative.path should support multiple FS URIs (#1914) (4 years, 4 months ago) +* 745a6c1e69b3 - Revert "HADOOP-16818. ABFS: Combine append+flush calls for blockblob & appendblob" (4 years, 4 months ago) +* 679631b1885c - HDFS-13470. RBF: Add Browse the Filesystem button to the UI. (4 years, 4 months ago) +* 50f7f6dfd100 - YARN-10210. Add a RMFailoverProxyProvider that does DNS resolution on failover. (4 years, 4 months ago) +* 3d5ade183920 - YARN-10043. FairOrderingPolicy Improvements. Contributed by Manikandan R (4 years, 4 months ago) +* 9a297ff31d3e - YARN-10197. FS-CS converter: fix emitted ordering policy string and max-am-resource percent value. Contributed by Peter Bacsko (4 years, 4 months ago) +* 348685dcb9c1 - YARN-9998. Code cleanup in LeveldbConfigurationStore. Contributed by Benjamin Teke (4 years, 4 months ago) +* 0fa7bf47dfe6 - HDFS-15234. Add a default method body for the INodeAttributeProvider#checkPermissionWithContext API. (#1909) (4 years, 4 months ago) +* cdcb77a2c5ca - HDFS-15075. Remove process command timing from BPServiceActor. Contributed by Xiaoqiao He. (4 years, 4 months ago) +* 6ce189c62132 - YARN-10200. Add number of containers to RMAppManager summary (4 years, 4 months ago) +* a700803a18fb - HDFS-15154. Allow only hdfs superusers the ability to assign HDFS storage policies. Contributed by Siddharth Wagle. (4 years, 4 months ago) +* e3fbdcbc141b - HADOOP-16912. Emit per priority RPC queue time and processing time from DecayRpcScheduler. Contributed by Fengnan Li. (4 years, 4 months ago) +* 2d294bd575f8 - HADOOP-16938. Make non-HA proxy providers pluggable (4 years, 4 months ago) +* cdb2107066a2 - YARN-9879. Allow multiple leaf queues with the same name in CapacityScheduler. Contributed by Gergely Pollak. (4 years, 4 months ago) +* 25a03bfeced3 - (YARN-11114-before-YARN-9879) HADOOP-16930. Add hadoop-aws documentation for ProfileCredentialsProvider (4 years, 4 months ago) +* d353b30baf6d - HDFS-15215. The Timestamp for longest write/read lock held log is wrong (4 years, 4 months ago) +* d9c4f1129c08 - HDFS-15219. DFS Client will stuck when ResponseProcessor.run throw Error (#1902). Contributed by zhengchenyu. (4 years, 4 months ago) +* ea87d6049340 - HDFS-13377. The owner of folder can set quota for his sub folder. Contributed by Yang Yun. (4 years, 4 months ago) +* 4454c6d14b73 - Revert "HADOOP-16054. Update Dockerfile to use Bionic." (#1911) (4 years, 4 months ago) +* 28afdce00955 - Revert ""HADOOP-16910. ABFS Streams to update FileSystem.Statistics counters on IO." (4 years, 4 months ago) +* 5250cd6db3a6 - HDFS-15201 SnapshotCounter hits MaxSnapshotID limit (#1870) (4 years, 4 months ago) +* 5eddc82fb85d - HDFS-15088. RBF: Correct annotation typo of RouterPermissionChecker#checkPermission. Contributed by Xiaoqiao He. (4 years, 4 months ago) +* f59f6891c8bf - HDFS-15232. Fix libhdfspp test failures with GCC 7. (#1906) (4 years, 4 months ago) +* af64ce2f4a72 - HDFS-15113. Addendum: Missing IBR when NameNode restart if open processCommand async feature. Contributed by Xiaoqiao He. (4 years, 4 months ago) +* e2c7ac71b5ee - ABFS Streams to update FileSystem.Statistics counters on IO. (4 years, 4 months ago) +* d312991ead37 - YARN-10198. Remove Validation of Queue Exist under Managed Parent Queue (4 years, 4 months ago) +* 62c801568331 - HDFS-15227. NPE if the last block changes from COMMITTED to COMPLETE during FSCK. Contributed by Ayush Saxena. (4 years, 4 months ago) +* b74e47e31abd - HDFS-15214. WebHDFS: Add snapshot counts to Content Summary. Contributed by hemanthboyina. (4 years, 4 months ago) +* 361231703819 - HADOOP-16818. ABFS: Combine append+flush calls for blockblob & appendblob (4 years, 4 months ago) +* f02d5abacd84 - HADOOP-16927. Update hadoop-thirdparty dependency version to 1.0.0 (#1900). Contributed by Vinayakumar B. (4 years, 4 months ago) +* f9bb2a8cc580 - HDFS-15200. Delete Corrupt Replica Immediately Irrespective of Replicas On Stale Storage. Contributed by Ayush Saxena. (4 years, 4 months ago) +* bb41ddaf1e0c - HDFS-15223. FSCK fails if one namenode is not available. Contributed by Ayush Saxena. (4 years, 4 months ago) +* f2d3ac2a3f27 - YARN-10034. Remove Allocation Tags from released container from Decommission node (4 years, 4 months ago) +* 654db35fa2a2 - HDFS-14919. Provide Non DFS Used per DataNode in DataNode UI. Contributed by Lisheng Sun. (4 years, 4 months ago) +* 6ce5f8734f18 - HADOOP-16920 ABFS: Make list page size configurable. (4 years, 4 months ago) +* 367833cf4175 - HADOOP-16054. Update Dockerfile to use Bionic. (4 years, 4 months ago) +* 096533c2dc0a - HDFS-15208. Suppress bogus AbstractWadlGeneratorGrammarGenerator in KMS stderr in hdfs. (4 years, 4 months ago) +* c91ff8c18ffc - HADOOP-16858. S3Guard fsck: Add option to remove orphaned entries (#1851). Contributed by Gabor Bota. (4 years, 4 months ago) +* 8d6373483ed7 - HADOOP-16319. S3A Etag tests fail with default encryption enabled on bucket. (4 years, 4 months ago) +* 1975479285c2 - YARN-2710. RM HA tests failed intermittently on trunk. Contributed by Ahmed Hussein. (4 years, 4 months ago) +* f197f05cff17 - HADOOP-16661. Support TLS 1.3 (#1880) (4 years, 4 months ago) +* ea688631b02b - MAPREDUCE-7237. Supports config the shuffle's path cache related parameters (#1397) (4 years, 4 months ago) +* 1d772dc5429b - HDFS-15211. EC: File write hangs during close in case of Exception during updatePipeline. Contributed by Ayush Saxena. (4 years, 4 months ago) +* 74780c22eb0a - HDFS-15197. [SBN read] Change ObserverRetryOnActiveException log to debug. Contributed by Chen Liang. (4 years, 4 months ago) +* 8a7c54995a86 - HDFS-15159. Prevent adding same DN multiple times in PendingReconstructionBlocks. Contributed by hemanthboyina. (4 years, 4 months ago) +* 7b637a3341f2 - HDFS-14820. The default 8KB buffer of BlockReaderRemote#newBlockReader#BufferedOutputStream is too big. Contributed by Lisheng Sun. (4 years, 4 months ago) +* e9955bb8ff44 - HDFS-15113. Missing IBR when NameNode restart if open processCommand async feature. Contributed by Xiaoqiao He. (4 years, 4 months ago) +* b9d825f17880 - YARN-9567. Add diagnostics for outstanding resource requests on app attempts page. Contributed by Tao Yang. (4 years, 4 months ago) +* d273f6a2b4f8 - YARN-9538. Document scheduler/app activities and REST APIs. Contributed by Tao Yang. (4 years, 4 months ago) +* 4b95c242eca5 - HDFS-14743. Enhance INodeAttributeProvider/ AccessControlEnforcer Interface in HDFS to support Authorization of mkdir, rm, rmdir, copy, move etc... (#1829) (4 years, 4 months ago) +* cd91ef649e20 - YARN-10195. Dependency divergence building Timeline Service on HBase 2.2.0 and above. (#1895) (4 years, 4 months ago) +* fb1d7635ae02 - HDFS-15155. writeIoRate of DataNodeVolumeMetrics is never used. Contributed by Haibin Huang. (4 years, 4 months ago) +* 25497799cb60 - HDFS-15216. Wrong Use Case of -showprogress in fsck. Contributed by Ravuri Sushma sree. (4 years, 4 months ago) +* c83644deacc5 - YARN-10110. Adding RouterPolicyProvider for RM Federation. (4 years, 4 months ago) +* 20903f72b405 - HDFS-15039. Cache meta file length of FinalizedReplica to reduce call File.length(). Contributed by Yang Yun. (4 years, 4 months ago) +* 0695f7a538fb - HDFS-14612. SlowDiskReport won't update when SlowDisks is always empty in heartbeat. Contributed by Haibin Huang. (4 years, 4 months ago) +* 0a9b3c98b160 - HADOOP-15430. hadoop fs -mkdir -p path-ending-with-slash/ fails with s3guard (#1646) (4 years, 4 months ago) +* f736408a8396 - HDFS-14442. Disagreement between HAUtil.getAddressOfActive and RpcInvocationHandler.getConnectionId. Contributed by Ravuri Sushma sree. (4 years, 4 months ago) +* 5ead9c15ca67 - YARN-9997. Code cleanup in ZKConfigurationStore. Contributed by Andras Gyori (4 years, 4 months ago) +* 38d87883b6d4 - YARN-10193. FS-CS converter: fix incorrect capacity conversion. Contributed by Peter Bacsko (4 years, 4 months ago) +* 0fd8bf5f6b2c - YARN-10191. FS-CS converter: call System.exit function call for every code path in main method. Contributed by Peter Bacsko. (4 years, 4 months ago) +* 0b931f36ec83 - Hadoop 16890. Change in expiry calculation for MSI token provider. (4 years, 4 months ago) +* cf9cf83a43be - (origin/HADOOP-15566-OpenTracing, 9uapaw/HADOOP-15566-OpenTracing) YARN-9354. Resources should be created with ResourceTypesTestHelper instead of TestUtils. Contributed by Andras Gyori (4 years, 4 months ago) +* 61f4cf3055e6 - YARN-10002. Code cleanup and improvements in ConfigurationStoreBaseTest. Contributed by Benjamin Teke (4 years, 4 months ago) +* 9314ef947f4f - YARN-10168. FS-CS Converter: tool doesn't handle min/max resource conversion correctly. Contributed by Peter Bacsko (4 years, 4 months ago) +* ede05b19d172 - YARN-942. TestContainerSchedulerQueuing.testKillOnlyRequiredOpportunisticContainers fails sporadically Contributed by Ahmed Hussein (ahussein) (4 years, 4 months ago) +* 44afe1154dd8 - YARN-9419. Log a warning if GPU isolation is enabled but LinuxContainerExecutor is disabled. Contribued by Andras Gyori (4 years, 5 months ago) +* c734d69a5569 - HADOOP-16898. Batch listing of multiple directories via an (unstable) interface (4 years, 5 months ago) +* d4d4c37810d9 - HADOOP-14630 Contract Tests to verify create, mkdirs and rename under a file is forbidden (4 years, 5 months ago) +* 18050bc58393 - HADOOP-16909 Typo in distcp counters. (4 years, 5 months ago) +* c6b8a3038646 - HADOOP-16871. Upgrade Netty version to 4.1.45.Final to handle CVE-2019-20444,CVE-2019-16869 (4 years, 5 months ago) +* 6dfe00c71eb3 - HADOOP-16840. AliyunOSS: getFileStatus throws FileNotFoundException in versioning bucket. Contributed by wujinhu. (4 years, 5 months ago) +* 999096d82e6c - HADOOP-14206. TestSFTPFileSystem#testFileExists failure: Invalid encoding for signature. Contributed by Jim Brennan. (4 years, 5 months ago) +* 3859fa76d0b5 - YARN-6924. Metrics for Federation AMRMProxy. Contributed by Young Chen (4 years, 5 months ago) +* 69faaa1d58ad - HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches. (#1876) (4 years, 5 months ago) +* 406221718962 - HDFS-15212. TestEncryptionZones.testVersionAndSuiteNegotiation fails in trunk. Contributed by Ayush Saxena. (4 years, 5 months ago) +* ea0444851d85 - YARN.10003. YarnConfigurationStore#checkVersion throws exception that belongs to RMStateStore. Contributed by Benjamin Teke (4 years, 5 months ago) +* 004e95534817 - YARN-10167. FS-CS Converter: Need to validate c-s.xml after converting. Contributed by Peter Bacsko (4 years, 5 months ago) +* 2649f8b3273b - YARN-10173. Make pid file generation timeout configurable in case of reacquired container. Contributed by Adam Antal. (4 years, 5 months ago) +* 3afd4cbe89eb - HDFS-14977. Quota Usage and Content summary are not same in Truncate with Snapshot. Contributed by hemanthboyina. (4 years, 5 months ago) +* 1d4d0fcbe1e3 - HDFS-15204. TestRetryCacheWithHA testRemoveCacheDescriptor fails intermittently. Contributed by Ahmed Hussein. (4 years, 5 months ago) +* bbd704bb8285 - HADOOP-16899. Update HdfsDesign.md to reduce ambiguity. (#1871) (4 years, 5 months ago) +* d0a7c790c62d - HADOOP-16885. Fix hadoop-commons TestCopy failure (4 years, 5 months ago) +* c0d084247c0d - YARN-10175. FS-CS converter: only convert placement rules if a cmd line switch is defined. Contributed by Peter Bacsko (4 years, 5 months ago) +* edc2e9d2f138 - HADOOP-14936. S3Guard: remove experimental from documentation. (4 years, 5 months ago) +* 5678b19b0169 - HADOOP-16897. Sort fields in ReflectionUtils.java. (4 years, 5 months ago) +* f864ef742960 - HADOOP-16794. S3A reverts KMS encryption to the bucket's default KMS key in rename/copy. (4 years, 5 months ago) +* e553eda9cd49 - HADOOP-16767 Handle non-IO exceptions in reopen() (4 years, 5 months ago) +* e9eecedf6903 - YARN-10148. addendum: Fix method call parameter order of setAdminAndSubmitACL in TestCapacitySchedulerQueueACLs. Contributed by Kinga Marton (4 years, 5 months ago) +* 0dd8956f2e4b - HADOOP-16885. Encryption zone file copy failure leaks a temp file (4 years, 5 months ago) +* 1a636da041f2 - HDFS-15033. Support to save replica cached files to other place and make expired time configurable. Contributed by Yang Yun. (4 years, 5 months ago) +* 97b797c314fc - HDFS-15149. TestDeadNodeDetection test cases time-out. Contributed by Lisheng Sun. (4 years, 5 months ago) +* 9a3a28018af7 - HDFS-15190. HttpFS: Add Support for Storage Policy Satisfier. Contributed by hemanthboyina. (4 years, 5 months ago) +* e36b27260845 - HADOOP-16891. Upgrade jackson-databind to 2.9.10.3 (#1865) (4 years, 5 months ago) +* fccfb0267217 - HDFS-15199. NPE in BlockSender. Contributed by Ayush Saxena. (4 years, 5 months ago) +* a43510e21d01 - YARN-10161. TestRouterWebServicesREST is corrupting STDOUT. Contributed by Jim Brennan. (4 years, 5 months ago) +* b420ddeada53 - YARN-10155. TestDelegationTokenRenewer.testTokenThreadTimeout fails in trunk. Contributed by Manikandan R. (4 years, 5 months ago) +* 10461e01932b - YARN-10148. Add Unit test for queue ACL for both FS and CS. Contributed by Kinga Marton (4 years, 5 months ago) +* 429da635ec70 - HDFS-15186. Erasure Coding: Decommission may generate the parity block's content with all 0 in some case. Contributed by Yao Guangdong. (4 years, 5 months ago) +* 791270a2e5e3 - HADOOP-16730: ABFS: Support for Shared Access Signatures (SAS). Contributed by Sneha Vijayarajan. (4 years, 5 months ago) +* cd2c6b1aac47 - HDFS-15124. Crashing bugs in NameNode when using a valid configuration for . Contributed by Ctest. (4 years, 5 months ago) +* 57aa048516f5 - HDFS-14668 Support Fuse with Users from multiple Security Realms (#1739) (4 years, 5 months ago) +* 2059f255d395 - HDFS-15167. Block Report Interval shouldn't be reset apart from first Block Report. Contributed by Ayush Saxena. (4 years, 5 months ago) +* 7dfa37e8f083 - YARN-10152. Fix findbugs warnings in hadoop-yarn-applications-mawo-core module (#1852) (4 years, 5 months ago) +* 033a3d7ff943 - HDFS-15111. stopStandbyServices() should log which service state it is transitioning from. Contributed by Xieming Li. (4 years, 5 months ago) +* 209630472a32 - HDFS-15120. Refresh BlockPlacementPolicy at runtime. Contributed by Jinglun. (4 years, 5 months ago) +* 3a9ccf7f6d91 - YARN-10141.Interceptor in FederationInterceptorREST doesnt update on RM switchover. Contributed by D M Murali Krishna Reddy. (4 years, 5 months ago) +* 352a4ec16de7 - HDFS-15147. LazyPersistTestCase wait logic is flawed. Contributed by Ahmed Hussein. (4 years, 5 months ago) +* b5df1da3a12d - YARN-9593. Support Comma in the value of Scheduler Configuration Mutation API. (4 years, 5 months ago) +* d608e94f9208 - YARN-10156. Fix typo 'complaint' which means quite different in Federation.md (#1856) (4 years, 5 months ago) +* 900430b9907b - HDFS-14861. Reset LowRedundancyBlocks Iterator periodically. Contributed by Stephen O'Donnell. (4 years, 5 months ago) +* 8dc079455e38 - YARN-8767. TestStreamingStatus fails. Contributed by Andras Bokor (4 years, 5 months ago) +* d68616b04538 - YARN-10130. FS-CS converter: Do not allow output dir to be the same as input dir. Contributed by Adam Antal (4 years, 5 months ago) +* dda00d3ff5ca - YARN-10074. Update netty to 4.1.42Final in yarn-csi. Contributed by Wei-Chiu Chuang. (#1807) (4 years, 5 months ago) +* 5cbc4c54611f - HADOOP-16841. The description of hadoop.http.authentication.signature.secret.file contains outdated information. Contributed by Xieming Li. (4 years, 5 months ago) +* 1c5d2f1fdc40 - HDFS-15174. Optimize ReplicaCachingGetSpaceUsed by reducing unnecessary io operations. Contributed by Lisheng Sun. (4 years, 5 months ago) +* 72fa9c7f1b26 - YARN-10135. FS-CS converter tool: issue warning on dynamic auto-create mapping rules. Contributed by Peter Bacsko (4 years, 5 months ago) +* 34cf63c7d0d5 - YARN-10157. FS-CS converter: initPropertyActions() is not called without rules file. Contributed by Peter Bacsko (4 years, 5 months ago) +* 929004074fe9 - HADOOP-16853. ITestS3GuardOutOfBandOperations failing on versioned S3 buckets (#1840) (4 years, 5 months ago) +* 42dfd270a114 - HADOOP-16859: ABFS: Add unbuffer support to ABFS connector. (4 years, 5 months ago) +* 7f8685f4760f - HDFS-15187. CORRUPT replica mismatch between namenodes after failover. Contributed by Ayush Saxena. (4 years, 5 months ago) +* 93b8f453b964 - HDFS-15166. Remove redundant field fStream in ByteStringLog. Contributed by Xieming Li. (4 years, 5 months ago) +* b5698e0c33ef - HDFS-15176. Enable GcTimePercentage Metric in NameNode's JvmMetrics. Contributed by Jinglun. (4 years, 5 months ago) +* 9eb7a8bdf8f3 - HDFS-15041. Make MAX_LOCK_HOLD_MS and full queue size configurable. Contributed by zhuqi. (4 years, 5 months ago) +* ba9025c7cd83 - HDFS-15182. TestBlockManager#testOneOfTwoRacksDecommissioned() fail in trunk. Contributed by Lisheng Sun. (4 years, 5 months ago) +* ecbcb058b8bc - HDFS-14731. [FGL] Remove redundant locking on NameNode. Contributed by Konstantin V Shvachko. (4 years, 5 months ago) +* ed70c115a8f5 - HDFS-15172. Remove unnecessary deadNodeDetectInterval in DeadNodeDetector#checkDeadNodes(). Contributed by Lisheng Sun. (4 years, 5 months ago) +* 6f84269bcd5c - HDFS-15185. StartupProgress reports edits segments until the entire startup completes. Contributed by Konstantin V Shvachko. (4 years, 5 months ago) +* e77767bb1e8d - HADOOP-16711. (4 years, 5 months ago) +* e3bba5fa220d - HADOOP-16706. ITestClientUrlScheme fails for accounts which don't support HTTP (4 years, 5 months ago) +* 7f35676f90f0 - HADOOP-16869. Upgrade findbugs-maven-plugin to 3.0.5 to fix mvn findbugs:findbugs failure (#1855) (4 years, 5 months ago) +* 2338d25dc715 - HDFS-15052. WebHDFS getTrashRoot leads to OOM due to FileSystem object creation. (#1758) (4 years, 5 months ago) +* 181e6d033ea7 - YARN-10119. Option to reset AM failure count for YARN Service (4 years, 5 months ago) +* 4af2556b48e0 - YARN-10143. YARN-10101 broke Yarn logs CLI. Contributed by Adam Antal (4 years, 5 months ago) +* ec7507162c7e - HDFS-15165. In Du missed calling getAttributesProvider. Contributed by Bharat Viswanadham. (4 years, 5 months ago) +* 3f1aad05f051 - YARN-10147. FPGA plugin can't find the localized aocx file. Contributed by Peter Bacsko (4 years, 5 months ago) +* cb3f3cca01d6 - HADOOP-16868. ipc.Server readAndProcess threw NullPointerException. Contributed by Tsz-wo Sze. (4 years, 5 months ago) +* 6526f95bd281 - YARN-10139. ValidateAndGetSchedulerConfiguration API fails when cluster max allocation > default 8GB. Contributed by Prabhu Joseph. (4 years, 5 months ago) +* ac4b556e2d44 - HDFS-13739. Add option to disable rack local write preference. Contributed by Ayush Saxena. (4 years, 5 months ago) +* d6d7f8d8c5b6 - YARN-8374. Upgrade objenesis to 2.6 (#1798) (4 years, 5 months ago) +* 0cfff16ac040 - HADOOP-16833. InstrumentedLock should log lock queue time. Contributed by Stephen O'Donnell. (4 years, 5 months ago) +* a562942b05a2 - HADOOP-16759. FileSystem Javadocs to list what breaks on API changes (4 years, 5 months ago) +* c77fc6971b51 - HADOOP-15961. S3A committers: make sure there's regular progress() calls. (4 years, 5 months ago) +* 84f763884021 - HADOOP-13666. Supporting rack exclusion in countNumOfAvailableNodes in NetworkTopology. Contributed by Inigo Goiri. (4 years, 5 months ago) +* 439d935e1df6 - HDFS-15173. RBF: Delete repeated configuration 'dfs.federation.router.metrics.enable' (#1849) (4 years, 5 months ago) +* 810783d443cc - HDFS-15135. EC : ArrayIndexOutOfBoundsException in BlockRecoveryWorker#RecoveryTaskStriped. Contributed by Ravuri Sushma sree. (4 years, 5 months ago) +* c75756fe130a - HDFS-15164. Fix TestDelegationTokensWithHA. Contributed by Ayush Saxena. (4 years, 5 months ago) +* 20add897187a - YARN-10136. [Router] : Application metrics are hardcode as N/A in UI. Contributed by Bilwa S T. (4 years, 5 months ago) +* 954930e9d97b - HADOOP-16850. Support getting thread info from thread group for JvmMetrics to improve the performance. Contributed by Tao Yang. (4 years, 5 months ago) +* 56dee6677079 - HADOOP-16823. Large DeleteObject requests are their own Thundering Herd. (4 years, 5 months ago) +* da99ac7e9372 - YARN-10137. UIv2 build is broken in trunk. Contributed by Adam Antal (4 years, 5 months ago) +* a98352ced18e - HDFS-15086. Block scheduled counter never get decremet if the block got deleted before replication. Contributed by hemanthboyina. (4 years, 5 months ago) +* f1b1b332f5d5 - YARN-10029. Add option to UIv2 to get container logs from the new JHS API. Contributed by Adam Antal (4 years, 5 months ago) +* fe7d67a8a27b - YARN-9521. Handle FileSystem close in ApiServiceClient (4 years, 5 months ago) +* 0ddb5f0881de - HDFS-13989. RBF: Add FSCK to the Router (#1832) (4 years, 5 months ago) +* f09710bbb8e5 - HDFS-15161. When evictableMmapped or evictable size is zero, do not throw NoSuchElementException in ShortCircuitCache#close(). Contributed by Lisheng Sun (4 years, 5 months ago) +* 8d6ff87c1870 - MAPREDUCE-7263. Remove obsolete validateTargetPath() from FrameworkUploader. Contributed by Marton Hudaky (4 years, 5 months ago) +* 3df0adaaea48 - HDFS-15127. RBF: Do not allow writes when a subcluster is unavailable for HASH_ALL mount points. Contributed by Inigo Goiri (4 years, 5 months ago) +* 749e45dfdb7d - HADOOP-16856. cmake is missing in the CentOS 8 section of BUILDING.txt. (#1841) (4 years, 5 months ago) +* 9709afe67d8e - HADOOP-16849. start-build-env.sh behaves incorrectly when username is numeric only. Contributed by Jihyun Cho. (4 years, 5 months ago) +* 9b8a78d97bfd - HDFS-14758. Make lease hard limit configurable and reduce the default. Contributed by hemanthboyina. (4 years, 5 months ago) +* e6377972113d - YARN-10127. Remove setting App Ordering Policy to ParentQueue in FSQueueConverter (4 years, 5 months ago) +* d7c136b9ed6d - HDFS-15150. Introduce read write lock to Datanode. Contributed Stephen O'Donnell. (4 years, 5 months ago) +* cc8ae591049a - HADOOP-16851. Removed unused import in Configuration (4 years, 5 months ago) +* d36cd37e606e - HADOOP-16847. Test can fail if HashSet iterates in a different order. (4 years, 5 months ago) +* d5467d299db3 - HADOOP-16739. Fix native build failure of hadoop-pipes on CentOS 8. (4 years, 5 months ago) +* 6191d4b4a091 - HDFS-15158. The number of failed volumes mismatch with volumeFailures of Datanode metrics. Contributed by Yang Yun. (4 years, 5 months ago) +* 28f730b317b2 - YARN-10109. Allow stop and convert from leaf to parent queue in a single Mutation API call. Contributed by Prabhu Joseph (4 years, 5 months ago) +* 3f0a7cd17a1a - YARN-9624. Use switch case for ProtoUtils#convertFromProtoFormat containerState. Contributed by Bilwa S T (4 years, 5 months ago) +* d23317b1024c - HDFS-15115. Namenode crash caused by NPE in BlockPlacementPolicyDefault when dynamically change logger to debug. Contributed by wangzhixiang (4 years, 6 months ago) +* 23787e4bddc8 - HDFS-15136. LOG flooding in secure mode when Cookies are not set in request header. Contributed by Renukaprasad C (4 years, 6 months ago) +* fafe78fea7a6 - Bump checkstyle from 8.26 to 8.29 (#1828) (4 years, 6 months ago) +* 3ebf50596516 - HADOOP-16834. Replace com.sun.istack.Nullable with javax.annotation.Nullable in DNS.java. Contributed by Xieming Li. (4 years, 6 months ago) +* 7dac7e1d13ea - HADOOP-16596. [pb-upgrade] Use shaded protobuf classes from hadoop-thirdparty dependency (#1635). Contributed by Vinayakumar B. (4 years, 6 months ago) +* 5944d2813092 - HADOOP-16825: ITestAzureBlobFileSystemCheckAccess failing. Contributed by Bilahari T H. (4 years, 6 months ago) +* 55f242158067 - HADOOP-16845: Disable ITestAbfsClient.testContinuationTokenHavingEqualSign due to ADLS Gen2 service bug. Contributed by Sneha Vijayarajan. (4 years, 6 months ago) +* 146ca0f545c7 - HADOOP-16832. S3Guard testing doc: Add required parameters for S3Guard testing in IDE. (#1822). Contributed by Mukund Thakur. (4 years, 6 months ago) +* 71b2c2ffe962 - YARN-10101. Support listing of aggregated logs for containers belonging to an application attempt. Contributed by Adam Antal (4 years, 6 months ago) +* 314e2f9d2e88 - YARN-10116. Expose diagnostics in RMAppManager summary (4 years, 6 months ago) +* ce7b8b5634ef - HDFS-15148. dfs.namenode.send.qop.enabled should not apply to primary NN port. Contributed by Chen Liang. (4 years, 6 months ago) +* 10a60fbe20bb - HDFS-12491. Support wildcard in CLASSPATH for libhdfs. Contributed by Muhammad Samir Khan. (4 years, 6 months ago) +* 1e3a0b0d9316 - HDFS-7175. Client-side SocketTimeoutException during Fsck. Contributed by Stephen O'Donnell, Akira Ajisaka. (4 years, 6 months ago) +* bf8686f43f01 - YARN-8982. [Router] Add locality policy. Contributed by Young Chen. (4 years, 6 months ago) +* a7d72c523ae9 - YARN-10099. FS-CS converter: handle allow-undeclared-pools and user-as-default-queue properly and fix misc issues. Contributed by Peter Bacsko (4 years, 6 months ago) +* 5977360878e6 - HADOOP-16801. S3Guard listFiles will not query S3 if all listings are authoritative (#1815). Contributed by Mustafa İman. (4 years, 6 months ago) +* a5ef08b619ff - YARN-9743. [JDK11] TestTimelineWebServices.testContextFactory fails. (#1824) Contributed by Akira Ajisaka and Kinga Marton. (4 years, 6 months ago) +* 799d4c1cf4e8 - HDFS-15146. TestBalancerRPCDelay.testBalancerRPCDelay fails intermittently. Contributed by Ahmed Hussein. (4 years, 6 months ago) +* b897f6834ba6 - MAPREDUCE-7079: JobHistory#ServiceStop implementation is incorrect. Contributed by Ahmed Hussein (ahussein) (4 years, 6 months ago) +* 7f3e1e0c07c3 - MAPREDUCE-7260. Cross origin request support for Job history server web UI. Contributed by Adam Antal (4 years, 6 months ago) +* 825db8fe2ab3 - YARN-10107. Fix GpuResourcePlugin#getNMResourceInfo to honor Auto Discovery Enabled (4 years, 6 months ago) +* e578e52aae01 - YARN-10084. Allow inheritance of max app lifetime / default app lifetime. Contributed by Eric Payne. (4 years, 6 months ago) +* 1643cfdfbb5d - YARN-10015. Correct the sample command in SLS README file. Contributed by Aihua Xu. (4 years, 6 months ago) +* 483397c7f7e8 - [SBN Read] Slow clients when Observer reads are enabled but there are no Observers on the cluster. Conntributed by Chen Liang (4 years, 6 months ago) +* 3e8680780207 - Revert "[SBN Read] Slow clients when Observer reads are enabled but there are no Observers on the cluster. Contributed by Chen Liang." (4 years, 6 months ago) +* ff8ff0f7e50c - [SBN Read] Slow clients when Observer reads are enabled but there are no Observers on the cluster. Contributed by Chen Liang. (4 years, 6 months ago) +* 1839c467f60c - HDFS-13179. TestLazyPersistReplicaRecovery#testDnRestartWithSavedReplicas fails intermittently. Contributed by Ahmed Hussein. (4 years, 6 months ago) +* 5abd0148eb94 - YARN-9768. RM Renew Delegation token thread should timeout and retry. Contributed by Manikandan R. (4 years, 6 months ago) +* 061421fc6d66 - HDFS-15145. HttpFS: getAclStatus() returns permission as null. Contributed by hemanthboyina. (4 years, 6 months ago) +* 1ab9c692fa91 - YARN-10022. RM Rest API to validate the CapacityScheduler Configuration change (4 years, 6 months ago) +* 87c198468bb6 - HDFS-14993. checkDiskError doesn't work during datanode startup. Contributed by Yang Yun. (4 years, 6 months ago) +* 08251538fe25 - MAPREDUCE-7259. testSpeculateSuccessfulWithUpdateEvents fails Intermittently (4 years, 6 months ago) +* 94f060242ec8 - YARN-10104. FS-CS converter: dry run should work without output defined. Contributed by Peter Bacsko (4 years, 6 months ago) +* ca297680352b - YARN-10085. FS-CS converter: remove mixed ordering policy check. Contributed by Peter Bacsko (4 years, 6 months ago) +* f876dc228b26 - HDFS-15143. LocatedStripedBlock returns wrong block type. Contributed by Ayush Saxena. (4 years, 6 months ago) +* 3f01c4810605 - MAPREDUCE-7262. MRApp helpers block for long intervals (500ms) (4 years, 6 months ago) +* 7f40e6688a57 - HADOOP-16746. mkdirs and s3guard Authoritative mode. (4 years, 6 months ago) +* 1afd54fbbb85 - HADOOP-16811: Use JUnit TemporaryFolder Rule in TestFileUtils (#1811). Contributed by David Mollitor. (4 years, 6 months ago) +* 6d008c0d3918 - HDFS-15128. Unit test failing to clean testing data and crashed future Maven test run due to failure in TestDataNodeVolumeFailureToleration. Contributed by Ctest (4 years, 6 months ago) +* 839e6076c1db - HADOOP-16827. TestHarFileSystem.testInheritedMethodsImplemented broken. (#1817) (4 years, 6 months ago) +* d10f77e3c912 - HDFS-15119. Allow expiration of cached locations in DFSInputStream. Contributed by Ahmed Hussein. (4 years, 6 months ago) +* 839054754b84 - HADOOP-16792: Make S3 client request timeout configurable. (4 years, 6 months ago) +* 978c487672ed - HADOOP-16826. ABFS: update abfs.md to include config keys for identity transformation (4 years, 6 months ago) +* 6c1fa24ac02b - HADOOP-16732. S3Guard to support encrypted DynamoDB table (#1752). Contributed by Mingliang Liu. (4 years, 6 months ago) +* 92c58901d767 - HDFS-15117. EC: Add getECTopologyResultForPolicies to DistributedFileSystem. Contributed by Ayush Saxena (4 years, 6 months ago) +* 9520b2ad790b - YARN-10083. Provide utility to ask whether an application is in final status. Contributed by Adam Antal (4 years, 6 months ago) +* bd03053ea2f3 - HDFS-14968. Add ability to log stale datanodes. Contributed by Ahmed Hussein. (4 years, 6 months ago) +* d40d7cc4f90e - HADOOP-16670. Stripping Submarine code from Hadoop codebase. Contributed by Zhankun Tang. (4 years, 6 months ago) +* b4870bce3a83 - Revert "YARN-9768. RM Renew Delegation token thread should timeout and retry. Contributed by Manikandan R." (4 years, 6 months ago) +* 5e2ce370a322 - HADOOP-16759. Filesystem openFile() builder to take a FileStatus param (#1761). Contributed by Steve Loughran (4 years, 6 months ago) +* 0696828a090b - YARN-9768. RM Renew Delegation token thread should timeout and retry. Contributed by Manikandan R. (4 years, 6 months ago) +* 8cfc3673dcbf - HDFS-15092. TestRedudantBlocks#testProcessOverReplicatedAndRedudantBlock sometimes fails. Contributed by Fei Hui. (4 years, 6 months ago) +* b657822b9878 - HDFS-15126. TestDatanodeRegistration#testForcedRegistration fails intermittently. Contributed by Ahmed Hussein. (4 years, 6 months ago) +* f206b736f0b3 - HADOOP-16346. Stabilize S3A OpenSSL support. (4 years, 6 months ago) +* d887e49dd4ed - Remove WARN log when ipc connection interrupted in Client#handleSaslConnectionFailure() (4 years, 6 months ago) +* f6d20daf404f - HADOOP-16808. Use forkCount and reuseForks parameters instead of forkMode in the config of maven surefire plugin. Contributed by Xieming Li. (4 years, 6 months ago) +* 1defe3a65af5 - HADOOP-16753. Refactor HAAdmin. Contributed by Xieming Li. (4 years, 6 months ago) +* 6a859d33aa77 - HADOOP-16785. followup to abfs close() fix. (4 years, 6 months ago) +* 581072a8f04f - YARN-7913. Improve error handling when application recovery fails with exception. Contributed by Wilfred Spiegelenburg (4 years, 6 months ago) +* 6d52bbbfcfd7 - YARN-9525. IFile format is not working against s3a remote folder. Contributed by Adam Antal (4 years, 6 months ago) +* 8b3ee2f7e9f1 - YARN-9462. TestResourceTrackerService.testNodeRemovalGracefully fails sporadically. Contributed by Prabhu Joseph (4 years, 6 months ago) +* 57aad0f43aa3 - YARN-10081. Exception message from ClientRMProxy#getRMAddress is misleading. Contributed by Ravuri Sushma Sree (4 years, 6 months ago) +* 14d0f9a77508 - YARN-8148. Update decimal values for queue capacities shown on queue status CLI. Contributed by Prabhu Joseph (4 years, 6 months ago) +* 263413e83840 - HDFS-15112. RBF: Do not return FileNotFoundException when a subcluster is unavailable. (4 years, 6 months ago) +* edbbc03ce7d4 - HADOOP-16621. [pb-upgrade] Remove Protobuf classes from signatures of Public APIs. Contributed by Vinayakumar B. (#1803) (4 years, 6 months ago) +* a0ff42d7612e - YARN-10070. Fix NPE if no queue mapping defined for proxy user when using application tag based placement. (4 years, 6 months ago) +* b8518e6dabc1 - MAPREDUCE-7247. Modify HistoryServerRest.html content,change The job attempt id‘s datatype from string to int (#1684) (4 years, 6 months ago) +* 14c2c3d69d18 - YARN-9512. [JDK11] TestAuxServices#testCustomizedAuxServiceClassPath fails because of ClassCastException. (#1806) (4 years, 6 months ago) +* d7c4f8ab21c5 - HDFS-13616. Batch listing of multiple directories (#1725) (4 years, 6 months ago) +* 5d180463dcb6 - HADOOP-16790. Add Write Convenience Methods. (4 years, 6 months ago) +* 2aa065d98f36 - YARN-10082. FS-CS converter: disable terminal placement rule checking. Contributed by Peter Bacsko (4 years, 6 months ago) +* 7f3510048dd3 - HADOOP-16803. Upgrade jackson-databind to 2.9.10.2. (#1805) (4 years, 6 months ago) +* 7c5cecc3b3c0 - YARN-9970. Refactor TestUserGroupMappingPlacementRule#verifyQueueMapping. Contributed by Manikandan R (4 years, 6 months ago) +* a2fdd7c2b594 - MAPREDUCE-7256. Fix javadoc error in SimpleExponentialSmoothing. (#1804) (4 years, 6 months ago) +* c36f09deb914 - HADOOP-16005. NativeAzureFileSystem does not support setXAttr. (4 years, 6 months ago) +* 1c51f36be799 - YARN-9788. Queue Management API does not support parallel updates. Contributed by Prabhu Joseph (4 years, 6 months ago) +* 13cea0412c11 - YARN-10028. Integrate the new abstract log servlet to the JobHistory server. Contributed by Adam Antal (4 years, 6 months ago) +* 6b86a5110e4b - HDFS-15097. Purge log in KMS and HttpFS. Contributed by Doris Gu. (4 years, 6 months ago) +* 621c5eac3869 - YARN-9912. Capacity scheduler: support u:user2:%secondary_group queue mapping. Contributed by Manikandan R (4 years, 6 months ago) +* b7ef8a333f67 - YARN-9868. Validate %primary_group queue in CS queue manager. Contributed by Manikandan R (4 years, 6 months ago) +* 2576c31644ba - YARN-9989. Typo in CapacityScheduler documentation: Runtime Configuration. Contributed by Kevin Su (4 years, 6 months ago) +* 52b360a92865 - HADOOP-16797. Add Dockerfile for ARM builds. Contributed by Vinayakumar B. (#1801) (4 years, 6 months ago) +* d842dfffa53c - YARN-9866. u:user2:%primary_group is not working as expected. Contributed by Manikandan R (4 years, 6 months ago) +* 24e6a9e43a21 - YARN-10067. Add dry-run feature to FS-CS converter tool. Contributed by Peter Bacsko (4 years, 6 months ago) +* cebce0a348d6 - HDFS-14578. AvailableSpaceBlockPlacementPolicy always prefers local node. Contributed by Ayush Saxena. (4 years, 6 months ago) +* 7b62409ace16 - HDFS-15108. RBF: MembershipNamenodeResolver should invalidate cache incase of active namenode update. Contributed by Ayush Saxena. (4 years, 6 months ago) +* 26a969ec734d - HDFS-15099. [SBN Read] checkOperation(WRITE) should throw ObserverRetryOnActiveException for ObserverNode. Contributed by Chen Liang. (4 years, 6 months ago) +* 2301b25899b5 - YARN-10019. Improved container-executor exec() calls. Contributed by Peter Bacsko (4 years, 6 months ago) +* e589f6199c56 - HADOOP-16590. Update OS login modules for IBM JDK. Contributed by Nicholas Marion (4 years, 6 months ago) +* 5fb901ac4017 - (review-YARN-9970) HDFS-15095. Fix TestDecommissioningStatus. Contributed by Ahmed Hussein. (4 years, 6 months ago) +* c4fb43c94259 - HADOOP-16749. Configuration parsing of CDATA values are blank (4 years, 6 months ago) +* 49df83899543 - HADOOP-16697. Tune/audit S3A authoritative mode. (4 years, 6 months ago) +* 9da294a140a9 - HDFS-15110. HttpFS: post requests are not supported for path "/". Contributed by hemanthboyina. (4 years, 6 months ago) +* 20a90c0b5b7e - YARN-10071. Sync Mockito version with other modules (4 years, 6 months ago) +* 0315ef844862 - HDFS-15100. RBF: Print stacktrace when DFSRouter fails to fetch/parse JMX output from NameNode. (#1800) (4 years, 6 months ago) +* b32757c616cc - HDFS-15107. dfs.client.server-defaults.validity.period.ms to support time units. Contributed by Ayush Saxena. (4 years, 6 months ago) +* 782c0556fb41 - HDFS-15102. HttpFS: put requests are not supported for path "/". Contributed by hemanthboyina. (4 years, 6 months ago) +* 93233a7d6e4d - YARN-9018. Add functionality to AuxiliaryLocalPathHandler to return all locations to read for a given path. Contributed by Kuhu Shukla (kshukla) (4 years, 6 months ago) +* a40dc9ee3152 - HADOOP-15993. Upgrade Kafka to 2.4.0 in hadoop-kafka module. (#1796) (4 years, 7 months ago) +* bf45f3b80a88 - HDFS-14957. INodeReference Space Consumed was not same in QuotaUsage and ContentSummary. Contributed by hemanthboyina. (4 years, 7 months ago) +* 8fe01db34afd - HDFS-15094. RBF: Reuse ugi string in ConnectionPoolID. Contributed by Ayush Saxena. (4 years, 7 months ago) +* fd30f4c52b73 - HDFS-15096. RBF: GetServerDefaults Should be Cached At Router. Contributed by Ayush Saxena. (4 years, 7 months ago) +* b1e07d27cc1a - YARN-7387: org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestIncreaseAllocationExpirer fails intermittently. Contributed by Jim Brennan (Jim_Brennan) (4 years, 7 months ago) +* 6899be5a1729 - YARN-10072: TestCSAllocateCustomResource failures. Contributed by Jim Brennan (Jim_Brennan) (4 years, 7 months ago) +* cdd6efd3ab69 - MAPREDUCE-7252. Handling 0 progress in SimpleExponential task runtime estimator (4 years, 7 months ago) +* 52cc20e9ea03 - HADOOP-16642. ITestDynamoDBMetadataStoreScale fails when throttled. (4 years, 7 months ago) +* 17aa8f676426 - HADOOP-16785. Improve wasb and abfs resilience on double close() calls. (4 years, 7 months ago) +* bb1aed475b1d - HADOOP-16751. Followup: move java import. (#1799) (4 years, 7 months ago) +* f1f3f23c3c74 - HADOOP-16772. Extract version numbers to head of pom.xml (addendum) (#1773) (4 years, 7 months ago) +* 7030722e5d9f - HDFS-15080. Fix the issue in reading persistent memory cached data with an offset. Contributed by Feilong He. (4 years, 7 months ago) +* aba3f6c3e1fb - HDFS-15077. Fix intermittent failure of TestDFSClientRetries#testLeaseRenewSocketTimeout. (#1797) (4 years, 7 months ago) +* 571795cd180d - YARN-10068. Fix TimelineV2Client leaking File Descriptors. (4 years, 7 months ago) +* a43c177f1d4c - HDFS-15072. HDFS MiniCluster fails to start when run in directory path with a %. (#1775) (4 years, 7 months ago) +* a7fccc112236 - HADOOP-16727. KMS Jetty server does not startup if trust store password is null. (4 years, 7 months ago) +* d1f5976c0042 - HADOOP-16699. Add verbose TRACE logging to ABFS. (4 years, 7 months ago) +* bc366d4ea723 - HADOOP-16773. Fix duplicate assertj-core dependency in hadoop-common module. Contributed by Xieming Li. (4 years, 7 months ago) +* 2bbf73f1df96 - HADOOP-16645. S3A Delegation Token extension point to use StoreContext. (4 years, 7 months ago) +* 59aac002834a - HDFS-15066. HttpFS: Implement setErasureCodingPolicy , unsetErasureCodingPolicy , getErasureCodingPolicy. Contributed by hemanthboyina. (4 years, 7 months ago) +* 819159fa0608 - HDFS-14788. Use dynamic regex filter to ignore copy of source files in Distcp. (4 years, 7 months ago) +* d81d45ff2fc9 - YARN-9956. Improved connection error message for YARN ApiServerClient. Contributed by Prabhu Joseph (4 years, 7 months ago) +* dd2607e3ec3c - YARN-10026. Pull out common code pieces from ATS v1.5 and v2. Contributed by Adam Antal (4 years, 7 months ago) +* 768ee22e9e73 - YARN-10035. Add ability to filter the Cluster Applications API request by name. Contributed by Adam Antal (4 years, 7 months ago) +* 4a76ab777fdd - HDFS-15090. RBF: MountPoint Listing Should Return Flag Values Of Destination. Contributed by Ayush Saxena. (4 years, 7 months ago) +* b343e1533b1f - MAPREDUCE-7255. Fix typo in MapReduce documentaion example (#1793) (4 years, 7 months ago) +* 77ae7b9ce20a - HDFS-15089. RBF: SmallFix for RBFMetrics in doc (#1786) (4 years, 7 months ago) +* f8644fbe9f76 - HDFS-15091. Cache Admin and Quota Commands Should Check SuperUser Before Taking Lock. Contributed by Ayush Saxena. (4 years, 7 months ago) +* 037ec8cfb140 - HDFS-15068. DataNode could meet deadlock if invoke refreshVolumes when register. Contributed by Aiphago. (4 years, 7 months ago) +* b19d87c2b76e - HADOOP-16751. DurationInfo text parsing/formatting should be moved out of hotpath. (4 years, 7 months ago) +* 1b04bcc0d90b - HADOOP-16784. Update the year to 2020. Contributed by Ayush Saxena. (4 years, 7 months ago) +* 958764479d80 - HADOOP-16777. Add Tez to LimitedPrivate of ClusterStorageCapacityExceededException (4 years, 7 months ago) +* b6dc00f48118 - HADOOP-16775. DistCp reuses the same temp file within the task for different files. (4 years, 7 months ago) +* eca7e14c2fa9 - YARN-10053. Use Shared Group Mapping Service in Placement Rules. (4 years, 7 months ago) +* 21ada4d1b029 - Revert "YARN-10053. Use Shared Group Mapping Service in Placement Rules." (4 years, 7 months ago) +* 217b56ffdd5f - YARN-10053. Use Shared Group Mapping Service in Placement Rules. (4 years, 7 months ago) +* d79cce20abbb - HDFS-14740. Recover data blocks from persistent memory read cache during datanode restarts. Contributed by Feilong He. (4 years, 7 months ago) +* 074050ca595a - HDFS-15063. HttpFS: getFileStatus doesn't return ecPolicy. Contributed by hemanthboyina. (4 years, 7 months ago) +* 62423910a402 - HDFS-14937. [SBN read] ObserverReadProxyProvider should throw InterruptException. Contributed by xuzq. (4 years, 7 months ago) +* ee51eadda01e - HDFS-15074. DataNode.DataTransfer thread should catch all the expception and log it. Contributed by hemanthboyina. (4 years, 7 months ago) +* dc32f583afff - HDFS-14934. [SBN Read] Standby NN throws many InterruptedExceptions when dfs.ha.tail-edits.period is 0. Contributed by Ayush Saxena. (4 years, 7 months ago) +* 926d0b48f0d8 - HDFS-15081. Typo in RetryCache#waitForCompletion annotation. Contributed by Fei Hui. (4 years, 7 months ago) +* 0fed874adf4c - YARN-10041. Should not use AbstractPath to create unix domain socket (#1771) (4 years, 7 months ago) +* d80d86264d8e - HADOOP-16042. Update the link to HadoopJavaVersion (#1784) (4 years, 7 months ago) +* 8730a7bf6025 - HDFS-15003. RBF: Make Router support storage type quota. Contributed by Jinglun. (4 years, 7 months ago) +* 80f91d14ab0f - HDFS-14997. Addendum: BPServiceActor processes commands from NameNode asynchronously. Contributed by Xiaoqiao He. (4 years, 7 months ago) +* 300505c56277 - HDFS-15054. Delete Snapshot not updating new modification time. Contributed by hemanthboyina. (4 years, 7 months ago) +* df622cf4a32e - HDFS-12999. When reach the end of the block group, it may not need to flush all the data packets(flushAllInternals) twice. Contributed by lufei and Fei Hui. (4 years, 7 months ago) +* 40887c9b12a4 - YARN-10057. Upgrade the dependencies managed by yarnpkg. (#1780) (4 years, 7 months ago) +* d8cd7098b4bc - HDFS-15073. Replace curator-shaded guava import with the standard one (#1782) (4 years, 7 months ago) +* b98ac2a3af50 - HDFS-15076. Fix tests that hold FSDirectory lock, without holding FSNamesystem lock. Contributed by Konstantin V Shvachko. (4 years, 7 months ago) +* 34ff7dbaf53c - YARN-10055. bower install fails. (#1778) (4 years, 7 months ago) +* c44943d1fc3b - YARN-10054. Upgrade yarn to 1.21.1 in Dockerfile. (#1777) (4 years, 7 months ago) +* bc825b9628f2 - YARN-10036. Install yarnpkg and upgrade nodejs in Dockerfile (#1772) (4 years, 7 months ago) +* e2a5448d2b02 - HADOOP-16774. TestDiskChecker and TestReadWriteDiskValidator fails when run with -Pparallel-tests (#1776). Contributed by Vinayakumar B. (4 years, 7 months ago) +* 412035b47a1b - YARN-10009. In Capacity Scheduler, DRC can treat minimum user limit percent as a max when custom resource is defined. Contributed by Eric Payne. (4 years, 7 months ago) +* f777cd398f1d - HADOOP-16771. Update checkstyle to 8.26 and maven-checkstyle-plugin to 3.1.0. Contributed by Andras Bokor. (4 years, 7 months ago) +* 12722ab0c78b - YARN-10042. Upgrade grpc-xxx depdencies to 1.26.0. Contributed by Sheng Liu. (4 years, 7 months ago) +* ef59ffd362b9 - YARN-10038. [UI] Finish Time is not correctly parsed in the RM Apps page. Contributed by Inigo Goiri. (4 years, 7 months ago) +* 52d7b745c6d9 - HDFS-15062. Add LOG when sendIBRs failed. Contributed by Fei Hui. (4 years, 7 months ago) +* b86895485d95 - HDFS-14997. BPServiceActor processes commands from NameNode asynchronously. Contributed by Xiaoqiao He. (4 years, 7 months ago) +* 7868da894ae1 - YARN-10037. Upgrade build tools for YARN Web UI v2. (4 years, 7 months ago) +* 7b93575b92e8 - YARN-9894. CapacitySchedulerPerf test for measuring hundreds of apps in a large number of queues. Contributed by Eric Payne (4 years, 7 months ago) +* fddc3d55c3e3 - YARN-10039. Allow disabling app submission from REST endpoints (4 years, 7 months ago) +* fdd96e46d1f8 - HDFS-15012. NN fails to parse Edit logs after applying HDFS-13101. Contributed by Shashikant Banerjee. (4 years, 7 months ago) +* 92c8962f9885 - YARN-10020. Fix build instruction of hadoop-yarn-ui. (#1750) (4 years, 7 months ago) +* f47dcf2d4cf4 - YARN-10033. TestProportionalCapacityPreemptionPolicy not initializing vcores for effective max resources. Contributed by Eric Payne. (4 years, 7 months ago) +* 24080666e5e2 - HDFS-14908. LeaseManager should check parent-child relationship when filter open files. Contributed by Jinglun. (4 years, 7 months ago) +* 578bd101a62c - HADOOP-16765. Fix curator dependencies for gradle projects using hadoop-minicluster. (#1763) (4 years, 7 months ago) +* 382151670bbb - HADOOP-16450. ITestS3ACommitterFactory to not use useInconsistentClient. (#1145) (4 years, 7 months ago) +* dc6cf17b3405 - HDFS-15048. Fix findbug in DirectoryScanner. (4 years, 7 months ago) +* ab32762f4381 - HADOOP-16755. Fix broken link in single node cluster setup documentation. Contributed by Denes Gerencser. (4 years, 7 months ago) +* fd7de2b82a6b - HADOOP-16764. Rewrite Python example codes using Python3 (#1762) (4 years, 7 months ago) +* 631dbbc6f2f7 - YARN-9923. Introduce HealthReporter interface to support multiple health checker files. Contributed by Adam Antal (4 years, 7 months ago) +* 7a8700754537 - HDFS-15038. TestFsck testFsckListCorruptSnapshotFiles is failing in trunk. Contributed by hemanthboyina. (4 years, 7 months ago) +* 72aee114f8b1 - HDFS-15053. RBF: Add permission check for safemode operation. Contributed by Xiaoqiao He. (4 years, 7 months ago) +* 7fe924b1c03a - HDFS-15016. RBF: getDatanodeReport() should return the latest update. Contributed by Inigo Goiri. (4 years, 7 months ago) +* d12ad9e8adbc - HADOOP-16757. Increase timeout unit test rule for MetadataStoreTestBase (#1757) (4 years, 7 months ago) +* 65c4660bcd89 - HDFS-15036. Active NameNode should not silently fail the image transfer. Contributed by Chen Liang. (4 years, 7 months ago) +* c210cede5ce1 - HDFS-15044. [Dynamometer] Show the line of audit log when parsing it unsuccessfully. (#1749) (4 years, 7 months ago) +* bdd00f10b46c - HDFS-15047. Document the new decommission monitor (HDFS-14854). (#1755) (4 years, 7 months ago) +* 0e28cd8f6361 - HDFS-15050. Optimize log information when DFSInputStream meet CannotObtainBlockLengthException. Contributed by Xiaoqiao He. (4 years, 7 months ago) +* 93bb368094e4 - HDFS-14983. RBF: Add dfsrouteradmin -refreshSuperUserGroupsConfiguration command option. Contributed by Xieming Li (4 years, 7 months ago) +* b56c08b2b7ae - HADOOP-16758. Refine testing.md to tell user better how to use auth-keys.xml (#1753) (4 years, 7 months ago) +* c174d50b30ab - HDFS-15032. Properly handle InvocationTargetExceptions in the proxy created by ProxyCombiner. This fixes a bug encountered by the HDFS balancer when used with Observer Nodes. Contributed by Erik Krogen. (4 years, 7 months ago) +* e573ea49085d - HADOOP-16754. Fix docker failed to build yetus/hadoop. (4 years, 7 months ago) +* c2e9783d5f23 - HDFS-15045. DataStreamer#createBlockOutputStream() should log exception in warn. Contributed by Ravuri Sushma Sree. (4 years, 7 months ago) +* c93cb6790e0f - HDFS-14854. Create improved decommission monitor implementation. Contributed by Stephen O'Donnell. (4 years, 7 months ago) +* 875a3e97dd4a - HADOOP-16424. S3Guard fsck: Check internal consistency of the MetadataStore (#1691). Contributed by Gabor Bota. (4 years, 7 months ago) +* d4bde134e37a - YARN-7721. Fix TestContinuousScheduling fails sporadically with NPE. (4 years, 7 months ago) +* c4733377d0fa - HDFS-15040. RBF: Secured Router should not run when SecretManager is not running. (#1745) (4 years, 7 months ago) +* 9f098520517e - HDFS-15043. RBF: The detail of the Exception is not shown in ZKDelegationTokenSecretManagerImpl (#1748) (4 years, 7 months ago) +* 4dffd81bb75e - HDFS-14522. Allow compact property description in xml in httpfs. (#1737) (4 years, 7 months ago) +* dc66de744826 - YARN-9985. Unsupported transitionToObserver option displaying for rmadmin command. Contributed by Ayush Saxena. (4 years, 8 months ago) +* e9c5bb807883 - Bump bower from 1.7.7 to 1.8.8 (#1683) (4 years, 8 months ago) +* 8dffd8dc8938 - YARN-9561. Add C changes for the new RuncContainerRuntime. Contributed by Eric Badger (4 years, 8 months ago) +* ab2cc5ac92df - Revert "YARN-9561. Add C changes for the new RuncContainerRuntime. Contributed by Eric Badger" (4 years, 8 months ago) +* c1d393a1567c - Bump nimbus-jose-jwt from 4.41.1 to 7.9 (#1682) (4 years, 8 months ago) +* 6d970d810000 - YARN-10012. Guaranteed and max capacity queue metrics for custom resources. Contributed by Manikandan R (4 years, 8 months ago) +* cd4779f31702 - Revert "YARN-10012. Guaranteed and max capacity queue metrics for custom resources" (4 years, 8 months ago) +* 92bce918dc5d - YARN-10012. Guaranteed and max capacity queue metrics for custom resources (4 years, 8 months ago) +* 11cd5b6e39ad - HDFS-15028. Keep the capacity of volume and reduce a system call. Contributed by Yang Yun. (4 years, 8 months ago) +* ecd461f940ef - HDFS-14751. Synchronize on diffs in DirectoryScanner. Contributed by Lisheng Sun. (4 years, 8 months ago) +* 313b76f8e926 - HDFS-14476. lock too long when fix inconsistent blocks between disk and in-memory. Contributed by Sean Chow. (4 years, 8 months ago) +* 76bb297db954 - YARN-9561. Add C changes for the new RuncContainerRuntime. Contributed by Eric Badger (4 years, 8 months ago) +* 705b172b95db - HDFS-14998. [SBN read] Update Observer Namenode doc for ZKFC after HDFS-14130. Contributed by Fei Hui. (4 years, 8 months ago) +* fccccc97034b - HDFS-14869 Copy renamed files which are not excluded anymore by filter (#1530) (4 years, 8 months ago) +* e575df5ca6f9 - YARN-10006. IOException used in place of YARNException in CapaitySheduler (4 years, 8 months ago) +* 18059acb6ae1 - HADOOP-16744. Fix building instruction to enable zstd. (#1736) (4 years, 8 months ago) +* 19512b21e36f - HADOOP-16735. Make it clearer in config default that EnvironmentVariableCredentialsProvider supports AWS_SESSION_TOKEN. Contributed by Mingliang Liu (4 years, 8 months ago) +* 4f758dd4c682 - YARN-9607. Auto-configuring rollover-size of IFile format for non-appendable filesystems. Contributed by Adam Antal (4 years, 8 months ago) +* cf68857631fe - YARN-9938. Validate Parent Queue for QueueMapping contains dynamic group as parent queue. Contributed by Manikandan R (4 years, 8 months ago) +* 0ab9c0398d82 - YARN-9969. Improve yarn.scheduler.capacity.queue-mappings documentation. Contributed by Manikandan R (4 years, 8 months ago) +* 5cc6f945da64 - YARN-9789. Disable Option for Write Ahead Logs of LogMutation. Contributed by Prabhu Joseph (4 years, 8 months ago) +* 4627dd670800 - YARN-9780. SchedulerConf Mutation API does not Allow Stop and Remove Queue in a single call. Contributed by Prabhu Joseph (4 years, 8 months ago) +* c71befaf8fec - YARN-9781. SchedConfCli to get current stored scheduler configuration. Contributed by Prabhu Joseph (4 years, 8 months ago) +* 520fe2c99b32 - YARN-5106. Provide a builder interface for FairScheduler allocations for use in tests. Contributed by Adam Antal (4 years, 8 months ago) +* 83a14559e594 - HDFS-15023. [SBN read] ZKFC should check the state before joining the election. Contributed by Fei Hui. (4 years, 8 months ago) +* 682e6fdeda68 - YARN-9052. Replace all MockRM submit method definitions with a builder. Contributed by Szilard Nemeth. (4 years, 8 months ago) +* da9aa9c90964 - MAPREDUCE-7250. FrameworkUploader skip replication check if timeout is 0. (4 years, 8 months ago) +* 304e75a48b72 - Revert "MAPREDUCE-7250. FrameworkUploader skip replication check if timeout is 0." (4 years, 8 months ago) +* 8d82c4410295 - MAPREDUCE-7250. FrameworkUploader skip replication check if timeout is 0. (4 years, 8 months ago) +* 47fdae79041b - HDFS-13811. RBF: Race condition between router admin quota update and periodic quota update service. Contributed by Jinglun. (4 years, 8 months ago) +* 7c869b4df250 - HADOOP-16729. Extract version numbers to head of pom.xml (#1730). Contributed by Tamas Penzes. (4 years, 8 months ago) +* c48de9aa2ddf - YARN-9958. Remove the invalid lock in ContainerExecutor (#1704) (4 years, 8 months ago) +* ccca5f4a404c - HADOOP-16441. if use -Dbundle.openssl=true, bundled with unnecessary libk5crypto.*. Contributed by KWON BYUNGCHANG. (4 years, 8 months ago) +* 54e760511a2e - HDFS-14825. [Dynamometer] Workload doesn't start unless an absolute path of Mapper class given. (#1693) (4 years, 8 months ago) +* f1ab7f18c423 - HADOOP-16718. Allow disabling Server Name Indication (SNI) for Jetty. Contributed by Aravindan Vijayan. (4 years, 8 months ago) +* 0c217feed8ac - HDFS-15026. TestPendingReconstruction#testPendingReconstruction() fail in trunk. Contributed by Lisheng Sun. (4 years, 8 months ago) +* 4ede8bce28aa - HDFS-9695. HTTPFS - CHECKACCESS operation missing. Contributed by hemanthboyina (4 years, 8 months ago) +* 6b2d6d4aafb1 - HDFS-15009. FSCK -list-corruptfileblocks return Invalid Entries. Contributed by hemanthboyina. (4 years, 8 months ago) +* a2dadac790ae - YARN-9990. Testcase fails with Insufficient configured threads: required=16 < max=10. Contributed by Prabhu Joseph. (4 years, 8 months ago) +* 44f7b9159d8e - HDFS-15013. Reduce NameNode overview tab response time. Contributed by HuangTao. (4 years, 8 months ago) +* 038468781144 - HDFS-15010. BlockPoolSlice#addReplicaThreadPool static pool should be initialized by static method. Contributed by Surendra Singh Lilhore. (4 years, 8 months ago) +* 46166bd8d1be - HDFS-14961. [SBN read] Prevent ZKFC changing Observer Namenode state. Contributed by Ayush Saxena. (4 years, 8 months ago) +* c3659f8f94be - HDFS-15019. Refactor the unit test of TestDeadNodeDetection. Contributed by Lisheng Sun. (4 years, 8 months ago) +* 013c6e51b605 - MAPREDUCE-7249. Fix Invalid event TA_TOO_MANY_FETCH_FAILURE at SUCCESS_CONTAINER_CLEANUP causes job failure. (4 years, 8 months ago) +* 2b452b4e6063 - HDFS-14986. ReplicaCachingGetSpaceUsed throws ConcurrentModificationException. Contributed by Aiphago. (4 years, 8 months ago) +* 82ad9b549f9a - HADOOP-16660. ABFS: Make RetryCount in ExponentialRetryPolicy Configurable. (4 years, 8 months ago) +* 9e69628f55be - HADOOP-16455. ABFS: Implement FileSystem.access() method. (4 years, 8 months ago) +* 7f2ea2ac4659 - MAPREDUCE-7240. Fix Invalid event: TA_TOO_MANY_FETCH_FAILURE at SUCCESS_FINISHING_CONTAINER. (4 years, 8 months ago) +* c8bef4d6a6d7 - HDFS-14649. Add suspect probe for DeadNodeDetector. Contributed by Lisheng Sun. (4 years, 8 months ago) +* ef950b086354 - YARN-9290. Invalid SchedulingRequest not rejected in Scheduler PlacementConstraintsHandler. Contributed by Prabhu Joseph (4 years, 8 months ago) +* 828ab400eea6 - YARN-9362. Code cleanup in TestNMLeveldbStateStoreService. Contributed by Denes Gerencser (4 years, 8 months ago) +* aa7ab2719f74 - YARN-9991. Fix Application Tag prefix to userid. Contributed by Szilard Nemeth. (4 years, 8 months ago) +* 8c9018d5c783 - YARN-9899. Migration tool that help to generate CS config based on FS config [Phase 2]. Contributed by Peter Bacsko (4 years, 8 months ago) +* 316181348286 - HADOOP-16685: FileSystem#listStatusIterator does not check if given path exists (#1695) (4 years, 8 months ago) +* 52e9ee39a12c - YARN-9444. YARN API ResourceUtils's getRequestedResourcesFromConfig doesn't recognize yarn.io/gpu as a valid resource. Contributed by Gergely Pollak (4 years, 8 months ago) +* ea25f4de2366 - HADOOP-16709. S3Guard: Make authoritative mode exclusive for metadata - don't check for expiry for authoritative paths (#1721). Contributed by Gabor Bota. (4 years, 8 months ago) +* 448ffb12ecaf - YARN-9937. addendum: Add missing queue configs in RMWebService#CapacitySchedulerQueueInfo. Contributed by Prabhu Joseph (4 years, 8 months ago) +* 6c20512b6897 - Revert "YARN-9561. Add C changes for the new RuncContainerRuntime. Contributed by Eric Badger" (4 years, 8 months ago) +* f8e36e03b4e6 - YARN-9966. Code duplication in UserGroupMappingPlacementRule (#1709) (4 years, 8 months ago) +* da9435182a8f - HADOOP-16717. Remove GenericsUtil isLog4jLogger dependency on Log4jLoggerAdapter. Contributed by Xieming Li. (4 years, 8 months ago) +* 049940e77b05 - HDFS-14519. NameQuota is not update after concat operation, so namequota is wrong. Contributed by Ranith Sardar. (4 years, 8 months ago) +* 4c1a1287bc58 - YARN-9968. Public Localizer is exiting in NodeManager due to NullPointerException. Contributed by Tarun Parimi (4 years, 8 months ago) +* 8afabe41e417 - YARN-9838. Fix resource inconsistency for queues when moving app with reserved container to another queue. Contributed by jiulongzhu. (4 years, 8 months ago) +* c422e3639792 - HDFS-13842. RBF: Exceptions are conflicting when creating the same mount entry twice. Contributed by Ranith Sardar. (4 years, 8 months ago) +* b25e94ce29b3 - HDFS-14924. RenameSnapshot not updating new modification time. Contributed by hemanthboyina (4 years, 8 months ago) +* 9b6906fe9148 - HDFS-14651. DeadNodeDetector checks dead node periodically. Contributed by Lisheng Sun. (4 years, 8 months ago) +* b89fd4dfe95a - HDFS-15002. RBF: Fix annotation in RouterAdmin. Contributed by Jinglun. (4 years, 8 months ago) +* 26270196a2d2 - HDFS-14940. HDFS Balancer : Do not allow to set balancer maximum network bandwidth more than 1TB. Contributed by hemanthboyina. (4 years, 8 months ago) +* 98d249dcdabb - HDFS-14996. RBF: GetFileStatus fails for directory with EC policy set in case of multiple destinations. Contributed by Ayush Saxena. (4 years, 8 months ago) +* de3804502187 - HADOOP-16687. ABFS: Fix testcase added for HADOOP-16138 for namespace enabled account. (#1701) (4 years, 8 months ago) +* 1a0c0e42e765 - HADOOP-16276. Fix jsvc startup command in hadoop-functions.sh due to jsvc >= 1.0.11 changed default current working directory (#1272) (4 years, 8 months ago) +* 6f899e90300c - HADOOP-15852. Refactor QuotaUsage. Contributed by David Mollitor. (4 years, 8 months ago) +* 9664b9c7a65d - HADOOP-15686. Supress bogus AbstractWadlGeneratorGrammarGenerator in KMS stderr. Contributed by Wei-Chiu Chuang. (4 years, 8 months ago) +* 3037762b2ca2 - HDFS-14949. Add getServerDefaults() support to HttpFS. Contributed by hemanthboyina. (4 years, 8 months ago) +* fd264b826576 - HDFS-14995. Use log variable directly instead of passing as argument in InvalidateBlocks#printBlockDeletionTime(). Contributed by Lisheng Sun. (4 years, 8 months ago) +* be77231452ba - HADOOP-16700. Track response time separately in Server.Call to avoid negative RpcQueueTime values. Contributed by xuzq. (4 years, 8 months ago) +* 1415ad3800d1 - HADOOP-16707. NPE in UGI.getCurrentUser in ITestAbfsIdentityTransformer setup. (4 years, 8 months ago) +* dfc61d8ea597 - HADOOP-16719. Remove the disallowed element config within maven-checkstyle-plugin (#1724) (4 years, 8 months ago) +* 0b50aa29fd5d - HDFS-14952. Skip safemode if blockTotal is 0 in new NN. Contributed by Xiaoqiao He. (4 years, 8 months ago) +* dfdc6d6dd95e - YARN-9886. Queue mapping based on userid passed through application tag. Contributed by Julia Kinga Marton (4 years, 8 months ago) +* ea8ffac121f6 - YARN-9983. Fixed typo in YARN Service overview. Contributed by Denes Gerencser (4 years, 8 months ago) +* c8705147408c - HDFS-14992. TestOfflineEditsViewer is failing in Trunk. Contributed by hemanthboyina. (4 years, 8 months ago) +* b033c681e4fc - HADOOP-16612. Track Azure Blob File System client-perceived latency (4 years, 8 months ago) +* 9fbfe6c8f938 - HADOOP-16632 Speculating & Partitioned S3A magic committers can leave pending files under __magic (#1599) (4 years, 8 months ago) +* 30b209693361 - YARN-9986. Allow app owner to signal container via RMWebServices. Contributed by kyungwan nam. (4 years, 8 months ago) +* 3cecb2a46974 - HADOOP-16110 Upgrade to yetus 0.11.1 and use emoji vote on github pre commit (#1527). Contributed by Duo Zhang. (4 years, 8 months ago) +* ea68756c0cd3 - YARN-8373. RM Received RMFatalEvent of type CRITICAL_THREAD_CRASH. Contributed by Wilfred Spiegelenburg. (4 years, 8 months ago) +* 215f2052fc3b - YARN-9984. FSPreemptionThread can cause NullPointerException while app is unregistered with containers running on a node. Contributed by Wilfred Spiegelenburg. (4 years, 8 months ago) +* dc3f4fc2f44c - YARN-9965. Fix NodeManager failing to start on subsequent times when Hdfs Auxillary Jar is set (addendum). Contributed by Prabhu Joseph. (4 years, 8 months ago) +* 4050471b45da - HADOOP-16657. Move remaining log4j APIs over to slf4j in hadoop-common. Contributed by Minni Mittal. (4 years, 8 months ago) +* 0e22e9ab8343 - YARN-9562. Add Java changes for the new RuncContainerRuntime. Contributed by Eric Badger (4 years, 8 months ago) +* 289bbca8709e - YARN-9561. Add C changes for the new RuncContainerRuntime. Contributed by Eric Badger (4 years, 8 months ago) +* 27642367ef34 - YARN-9011. Race condition during decommissioning. Contributed by Peter Bacsko (4 years, 8 months ago) +* 7f811722b7ce - HADOOP-16712. Config ha.failover-controller.active-standby-elector.zk.op.retries is not in core-default.xml. Contributed by Xieming Li. (4 years, 8 months ago) +* 34cb595d2ebb - HDFS-14967. TestWebHDFS fails in Windows. Contributed by Renukaprasad C. (4 years, 8 months ago) +* cad540819fb2 - HADOOP-16484. S3A to warn or fail if S3Guard is disabled - addendum: silent for S3GuardTool (#1714). Contributed by Gabor Bota. (4 years, 8 months ago) +* 12617fad2eb3 - HDFS-14955. RBF: getQuotaUsage() on mount point should return global quota. Contributed by Jinglun. (4 years, 8 months ago) +* 3b5a0e86c100 - HDFS-14974. RBF: Make tests use free ports. Contributed by Inigo Goiri. (4 years, 8 months ago) +* bd454348b055 - YARN-9982. Fix Container API example link in NodeManager REST API doc. Contributed by Charan Hebri. (4 years, 8 months ago) +* 96c4520f89c5 - HADOOP-16710. Testing_azure.md documentation is misleading. (4 years, 8 months ago) +* b3119b9ab60a - HDFS-14648. Implement DeadNodeDetector basic model. Contributed by Lisheng Sun. (4 years, 8 months ago) +* 67f2c491fe3c - HDFS-14802. The feature of protect directories should be used in RenameOp (#1669) (4 years, 8 months ago) +* c892a879ddce - HDFS-14882. Consider DataNode load when #getBlockLocation. Contributed by Xiaoqiao He. (4 years, 8 months ago) +* 9f0610fb83ae - (tag: remove-ozone) HADOOP-16654:Delete hadoop-ozone and hadoop-hdds subprojects from apache trunk (4 years, 8 months ago) +* b2cc8b6b4a78 - HDFS-14973. More strictly enforce Balancer/Mover/SPS throttling of getBlocks RPCs to NameNodes. Contributed by Erik Krogen. (4 years, 8 months ago) +* 92c28c100ee1 - HADOOP-15097. AbstractContractDeleteTest::testDeleteNonEmptyDirRecursive with misleading path. Contributed by Xieming Li. (4 years, 8 months ago) +* d0302d3849cc - HADOOP-16691. Unify Logging in UserGroupInformation. (4 years, 8 months ago) +* c73334a924d2 - HADOOP-16705. MBeanInfoBuilder puts unnecessary memory pressure on the system with a debug log. (4 years, 8 months ago) +* a139a8761054 - HADOOP-16708. HadoopExecutors cleanup to only log at debug. (4 years, 8 months ago) +* 73a386ab7619 - HADOOP-16585. [Tool:NNloadGeneratorMR] Multiple threads are using same id for creating file LoadGenerator#write. Contributed by Ranith Sardar. (4 years, 8 months ago) +* 586defe7113e - HDFS-14979 Allow Balancer to submit getBlocks calls to Observer Nodes when possible. Contributed by Erik Krogen. (4 years, 8 months ago) +* df6b3162c119 - HADOOP-16677. Recalculate the remaining timeout millis correctly while throwing an InterupptedException in SocketIOWithTimeout. (#1687) (4 years, 8 months ago) +* 97ec34e117af - HDFS-14959: [SBNN read] access time should be turned off (#1706) Contributed by Chao Sun. (4 years, 8 months ago) +* 3ab98eefa545 - HADOOP-16656. Document FairCallQueue configs in core-default.xml. Contributed by Siyao Meng. (4 years, 8 months ago) +* 40150da1e12a - HDFS-14922. Prevent snapshot modification time got change on startup. Contributed by hemanthboyina. (4 years, 8 months ago) +* 990063d2af0a - HADOOP-16665. Filesystems to be closed if they failed during initialize(). (4 years, 8 months ago) +* b83b9ab41874 - YARN-9537. Add configuration to disable AM preemption. Contributed by ZhouKang (4 years, 8 months ago) +* f6697aa82b69 - HADOOP-16477. S3A delegation token tests fail if fs.s3a.encryption.key set. (4 years, 8 months ago) +* fb512f508774 - YARN-9697. Efficient allocation of Opportunistic containers. Contributed by Abhishek Modi. (4 years, 8 months ago) +* a98c4dfc47e0 - HADOOP-16702. Move documentation of hadoop-cos to under src directory. (4 years, 8 months ago) +* b988487cae91 - HADOOP-16701. Fix broken links in site index. (4 years, 8 months ago) +* 30b93f914b70 - YARN-9865. Capacity scheduler: add support for combined %user + %secondary_group mapping. Contributed by Manikandan R (4 years, 8 months ago) +* 516377bfa6fa - YARN-9965. Fix NodeManager failing to start when Hdfs Auxillary Jar is set. Contributed by Prabhu Joseph. (4 years, 8 months ago) +* 77934bc07b9b - HDFS-14975. Add CR for SetECPolicyCommand usage. Contributed by Fei Hui. (4 years, 8 months ago) +* b25a37c3229e - HDFS-14962. RBF: ConnectionPool#newConnection() error log wrong protocol class (#1699). Contributed by Yuxuan Wang. (4 years, 8 months ago) +* 6663d6a5c2d0 - HDFS-14928. UI: unifying the WebUI across different components. Contributed by Xieming Li (4 years, 8 months ago) +* 320008bb7cc5 - HDFS-14720. DataNode shouldn't report block as bad block if the block length is Long.MAX_VALUE. Contributed by hemanthboyina. (4 years, 8 months ago) +* 3d249301f421 - HADOOP-16683. Disable retry of FailoverOnNetworkExceptionRetry in case of wrapped AccessControlException. Contributed by Adam Antal (4 years, 8 months ago) +* ceb9c6175e9a - YARN-9890. [UI2] Add Application tag to the app table and app detail page. Contributed by Julia Kinga Marton (4 years, 8 months ago) +* 31f172fd96e1 - YARN-9677. Make FpgaDevice and GpuDevice classes more similar to each other. Contributed by kevin su (4 years, 8 months ago) +* 42fc8884ab97 - HDFS-14815. RBF: Update the quota in MountTable when calling setQuota on a MountTable src. Contributed by Jinglun. (4 years, 9 months ago) +* 247584eb63db - HDFS-14958. TestBalancerWithNodeGroup is not using NetworkTopologyWithNodeGroup. Contributed by Jim Brennan. (4 years, 9 months ago) +* dd900259c421 - HDFS-14941. Potential editlog race condition can cause corrupted file. Contributed by Chen Liang and Konstantin Shvachko. (4 years, 9 months ago) +* 9d0d58003100 - HDFS-14806. Bootstrap standby may fail if with in-progress tailing. Contributed by Chen Liang and Erik Krogen. (4 years, 9 months ago) +* 9e287054a8aa - HDFS-14942. Change Log Level to debug in JournalNodeSyncer#syncWithJournalAtIndex. Contributed by Lisheng Sun. (4 years, 9 months ago) +* dcf55838ae41 - HDFS-14880. Correct the sequence of statistics & exit message in balencer. Contributed by Renukaprasad C. (4 years, 9 months ago) +* c36014165c21 - HDFS-14384. When lastLocatedBlock token expire, it will take 1~3s second to refetch it. Contributed by Surendra Singh Lilhore. (4 years, 9 months ago) +* ee8addbec45c - Revert "HADOOP-16656. Document FairCallQueue configs in core-default.xml. Contributed by Siyao Meng." (4 years, 9 months ago) +* ed302f1fed6d - MAPREDUCE-7208. Tuning TaskRuntimeEstimator. (Ahmed Hussein via jeagles) (4 years, 9 months ago) +* bfb8f28cc995 - HDFS-14775. Add Timestamp for longest FSN write/read lock held log. Contributed by Chen Zhang. (4 years, 9 months ago) +* d17ba854823c - HADOOP-16681. mvn javadoc:javadoc fails in hadoop-aws. Contributed by Xieming Li (4 years, 9 months ago) +* 79010627074c - HDFS-14891. RBF: namenode links in NameFederation Health page (federationhealth.html) cannot use https scheme. Contributed by Xieming Li (4 years, 9 months ago) +* b643a1cbe8a8 - HDFS-14938. Add check if excludedNodes contain scope in DFSNetworkTopology#chooseRandomWithStorageType(). Contributed by Lisheng Sun. (4 years, 9 months ago) +* 7d0adddf0959 - YARN-9689: Support proxy user for Router to support kerberos (#1654) (4 years, 9 months ago) +* 6f0190d8e49c - HADOOP-16678: Review of ArrayWritable (#1692) (4 years, 9 months ago) +* 2ffec347eb43 - HDFS-14946. Erasure Coding: Block recovery failed during decommissioning. Contributed by Fei Hui. (4 years, 9 months ago) +* 51e7d1b37eb0 - YARN-9950. Unset Ordering Policy of Leaf/Parent queue converted from Parent/Leaf queue respectively. Contributed by Prabhu Joseph. (4 years, 9 months ago) +* eb73ba6ed5f7 - HDFS-14945. Revise PacketResponder's log. Contributed by Xudong Cao. (4 years, 9 months ago) +* dca19fc3aa50 - HADOOP-16484. S3A to warn or fail if S3Guard is disabled (#1661). Contributed by Gabor Bota. (4 years, 9 months ago) +* d462308e0476 - YARN-9949. Add missing queue configs for root queue in RMWebService#CapacitySchedulerInfo. Contributed by Prabhu Joseph. (4 years, 9 months ago) +* de6b8b0c0b19 - HDFS-14925. Rename operation should check nest snapshot (#1670) (4 years, 9 months ago) +* 7d7acb004af5 - HDFS-13736. BlockPlacementPolicyDefault can not choose favored nodes when 'dfs.namenode.block-placement-policy.default.prefer-local-node' set to false. Contributed by hu xiaodong. (4 years, 9 months ago) +* f18bbdd9d84c - HDFS-14927. RBF: Add metrics for async callers thread pool. Contributed by Leon Gao. (4 years, 9 months ago) +* 02009c3bb762 - HDFS-14768. EC : Busy DN replica should be consider in live replica check. Contributed by guojh. (4 years, 9 months ago) +* 477505ccfc48 - HDFS-14824. [Dynamometer] Dynamometer in org.apache.hadoop.tools does not output the benchmark results. (#1685) (4 years, 9 months ago) +* ef9d12df24c0 - Add 2.10.0 release notes for HDFS-12943 (4 years, 9 months ago) +* f9b99d2f24db - HADOOP-16656. Document FairCallQueue configs in core-default.xml. Contributed by Siyao Meng. (4 years, 9 months ago) +* 9d25ae7669ee - HDFS-14920. Erasure Coding: Decommission may hang If one or more datanodes are out of service during decommission. Contributed by Fei Hui. (4 years, 9 months ago) +* d9fbedc4ae41 - HDFS-14936. Add getNumOfChildren() for interface InnerNode. Contributed by Lisheng Sun. (4 years, 9 months ago) +* 8c9173c87ce0 - HADOOP-16510. [hadoop-common] Fix order of actual and expected expression in assert statements. Contributed by Adam Antal (4 years, 9 months ago) +* e6137d0e5028 - Make upstream aware of 2.10.0 release (4 years, 9 months ago) +* 9a2e43e29e14 - YARN-9937. Add missing queue configs in RMWebService#CapacitySchedulerQueueInfo. Contributed by Prabhu Joseph. (4 years, 9 months ago) +* e3e7daa4f586 - YARN-9889. [UI] Add Application Tag column to RM All Applications table. Contributed by Kinga Marton (4 years, 9 months ago) +* 012756a0d9ed - HADOOP-16675. Upgrade jackson-databind to 2.9.10.1. Contributed by Lisheng Sun. (4 years, 9 months ago) +* bd498bac86f1 - HADOOP-16669. TestRawLocalFileSystemContract.testPermission fails if no native library. (4 years, 9 months ago) +* e32ab5e179bd - HDFS-14907. [Dynamometer] Add JUnit JAR to classpath for SimulatedDataNodes (#1680) (4 years, 9 months ago) +* ed45c13f67da - YARN-2442. ResourceManager JMX UI does not give HA State. Contributed by Rohith Sharma and Cyrus Jackson. (4 years, 9 months ago) +* fa4904cdcaaa - HDFS-14935. Refactor DFSNetworkTopology#isNodeInScope. Contributed by Lisheng Sun. (4 years, 9 months ago) +* 30ed24a42112 - HDFS-14730. Removed unused configuration dfs.web.authentication.filter. Contributed by Chen Zhang (4 years, 9 months ago) +* 9ef6ed9c1c83 - HDFS-14931. hdfs crypto commands limit column width. Contributed by Eric Badger (4 years, 9 months ago) +* d5e9971e6d98 - HADOOP-16653. S3Guard DDB overreacts to no tag access (#1660). Contributed by Gabor Bota. (4 years, 9 months ago) +* 7be5508d9b35 - HDFS-14923. Remove dead code from HealthMonitor. Contributed by Fei Hui. (4 years, 9 months ago) +* 30db895b59d2 - HDFS-14308. DFSStripedInputStream curStripeBuf is not freed by unbuffer() (#1667) (4 years, 9 months ago) +* eef34f2d87a7 - YARN-9914. Use separate configs for free disk space checking for full and not-full disks. Contributed by Jim Brennan (4 years, 9 months ago) +* 862526530a37 - HDFS-14933. Fixing a typo in documentation of Observer NameNode. Contributed by Xieming Li (4 years, 9 months ago) +* 0db0f1e3990c - HDFS-14917. Change the ICON of "Decommissioned & dead" datanode on "dfshealth.html". Contributed by Xieming Li (4 years, 9 months ago) +* b41394eec855 - HDFS-14638. [Dynamometer] Fix scripts to refer to current build structure. (#1673) (4 years, 9 months ago) +* a1b4eebcc929 - HDFS-14910. Rename Snapshot with Pre Descendants Fail With IllegalArgumentException. Contributed by Wei-Chiu Chuang. (#1672) (4 years, 9 months ago) +* 2eba2624723e - HADOOP-16615. Add password check for credential provider, (4 years, 9 months ago) +* ac6b6a6a85c1 - HADOOP-16614. Add aarch64 support for dependent leveldbjni. Contributed by liusheng close #1546 (4 years, 9 months ago) +* ee699dc26c7b - HDFS-14921. Remove SuperUser Check in Setting Storage Policy in FileStatus During Listing. Contributed by Ayush Saxena. (4 years, 9 months ago) +* fd84ca5161d1 - YARN-9921. Issue in PlacementConstraint when YARN Service AM retries allocation on component failure. Contributed by Tarun Parimi (4 years, 9 months ago) +* 1d5d7d0989e9 - HADOOP-16658. S3A connector does not support including the token renewer in the token identifier. (4 years, 9 months ago) +* a901405ad80b - HDFS-14884. Add sanity check that zone key equals feinfo key while setting Xattrs. Contributed by Mukul Kumar Singh. (4 years, 9 months ago) +* 6020505943fb - HDFS-14915. Move Superuser Check Before Taking Lock For Encryption API. Contributed by Ayush Saxena. (4 years, 9 months ago) +* 19f35cfd5707 - HDFS-14918. Remove useless getRedundancyThread from BlockManagerTestUtil. Contributed by Fei Hui. (4 years, 9 months ago) +* 72003b19bf4c - HDFS-13901. INode access time is ignored because of race between open and rename. Contributed by Jinglun. (4 years, 9 months ago) +* c4e27ef7735a - HDFS-12749. DN may not send block report to NN after NN restart. Contributed by Xiaoqiao He. (4 years, 9 months ago) +* 83d148074f92 - YARN-9915: Fix FindBug issue in QueueMetrics. Contributed by Prabhu Joseph. (4 years, 9 months ago) +* 3f7756dc6cd5 - YARN-9922. Fixed YARN javadoc errors from YARN-9699. Contributed by Peter Bacsko (4 years, 9 months ago) +* 74c2329fc36e - HDFS-14913. Correct the value of available count in DFSNetworkTopology#chooseRandomWithStorageType(). Contributed by Ayush Saxena. (4 years, 9 months ago) +* ff6a492d6666 - HDFS-14916. RBF: line breaks are missing from the output of 'hdfs dfsrouteradmin -ls'. Contributed by Xieming Li. (4 years, 9 months ago) +* 447f46d9628d - HDFS-14847. Erasure Coding: Blocks are over-replicated while EC decommissioning. Contributed by Fei Hui. (4 years, 9 months ago) +* e6f95eb0f7ce - HDFS-14887. RBF: In Router Web UI, Observer Namenode Information displaying as Unavailable. Contributed by hemanthboyina. (4 years, 9 months ago) +* 2ae4b33d48db - HADOOP-16662. Remove unnecessary InnerNode check in NetworkTopology#add(). Contributed by Lisheng Sun. (4 years, 9 months ago) +* 155864da0063 - YARN-9875. Improve fair scheduler configuration store on HDFS. Contributed by Prabhu Joseph (4 years, 9 months ago) +* 72b1bed9982a - YARN-9884. Make container-executor mount logic modular Contributed by Eric Badger (4 years, 9 months ago) +* 6d92aa7c3043 - HADOOP-16579. Upgrade to Curator 4.2.0 and ZooKeeper 3.5.5 (#1656). Contributed by Norbert Kalmár, Mate Szalay-Beko (4 years, 9 months ago) +* 3d41f330186f - HADOOP-16152. Upgrade Eclipse Jetty version to 9.4.x. Contributed by Yuming Wang, Siyao Meng. (4 years, 9 months ago) +* f0699a740666 - YARN-9841. Capacity scheduler: add support for combined %user + %primary_group mapping. Contributed by Manikandan R (4 years, 9 months ago) +* 54dc6b7d7208 - HDFS-14909. DFSNetworkTopology#chooseRandomWithStorageType() should not decrease storage count for excluded node which is already part of excluded scope. Contributed by Surendra Singh Lilhore. (4 years, 9 months ago) +* 5527d79adb9b - HDFS-14810. Review FSNameSystem editlog sync. Contributed by Xiaoqiao He. (4 years, 9 months ago) +* 3990ffa0834e - YARN-9909. Offline format of YarnConfigurationStore. Contributed by Prabhu Joseph. (4 years, 9 months ago) +* a5034c7988b6 - YARN-9773: Add QueueMetrics for Custom Resources. Contributed by Manikandan R. (4 years, 9 months ago) +* 9a8edb0aeddd - HADOOP-16640. WASB: Override getCanonicalServiceName() to return URI (4 years, 9 months ago) +* 375224edebb1 - HDFS-14739. RBF: LS command for mount point shows wrong owner and permission information. Contributed by Jinglun. (4 years, 9 months ago) +* 090f73a9aaeb - YARN-9900. Revert to previous state when Invalid Config is applied and Refresh Support in SchedulerConfig Format. Contributed by Prabhu Joseph. (4 years, 9 months ago) +* c79a5f2d9930 - HADOOP-16580. Disable retry of FailoverOnNetworkExceptionRetry in case of AccessControlException. Contributed by Adam Antal (4 years, 9 months ago) +* bbcf0b91d6f5 - HADOOP-16478. S3Guard bucket-info fails if the caller lacks s3:GetBucketLocation. (4 years, 9 months ago) +* c39e9fc9a3ce - HADOOP-15169. "hadoop.ssl.enabled.protocols" should be considered in httpserver2. Contributed by Brahma Reddy Battula, Wei-Chiu Chuang. (4 years, 9 months ago) +* 85af77c75768 - HADOOP-16643. Update netty4 to the latest 4.1.42. Contributed by Lisheng Sun. (4 years, 9 months ago) +* a8ef03e96183 - YARN-9840. Capacity scheduler: add support for Secondary Group rule mapping. Contributed by Manikandan R (4 years, 9 months ago) +* 336abbd8737f - HDFS-14886. In NameNode Web UI's Startup Progress page, Loading edits always shows 0 sec. Contributed by hemanthboyina. (4 years, 9 months ago) +* fabd41fa4803 - HDFS-14856. Fetch file ACLs while mounting external store. (#1478) (4 years, 9 months ago) +* 74e5018d871b - HADOOP-16635. S3A "directories only" scan still does a HEAD. (4 years, 9 months ago) +* dee9e97075e6 - Revert "HADOOP-15870. S3AInputStream.remainingInFile should use nextReadPos." (4 years, 9 months ago) +* 5cc7873a4723 - YARN-9699. Migration tool that help to generate CS config based on FS config [Phase 1]. Contributed by Peter Bacsko (4 years, 9 months ago) +* 5f4641a12033 - HDFS-14238. A log in NNThroughputBenchmark should change log level to INFO instead of ERROR. Contributed by Shen Yinjie. (4 years, 9 months ago) +* 6e5cd5273f11 - HDFS-14899. Use Relative URLS in Hadoop HDFS RBF. Contributed by David Mollitor. (4 years, 9 months ago) +* 44bc095998c7 - HADOOP-13907. Fix TestWebDelegationToken#testKerberosDelegationTokenAuthenticator on Windows. Contributed by Kitti Nanasi. (4 years, 9 months ago) +* c561a70c49dd - HDDS-2213.Reduce key provider loading log level in OzoneFileSystem#getAdditionalTokenIssuers (#1556) (4 years, 9 months ago) +* ec86f42e40ec - YARN-8453. Additional Unit tests to verify queue limit and max-limit with multiple resource types. Contributed by Adam Antal (4 years, 9 months ago) +* 62b5cefaeaa9 - YARN-9836. General usability improvements in showSimulationTrace.html. Contributed by Adam Antal (4 years, 9 months ago) +* 4a700c20d553 - HADOOP-16520. Race condition in DDB table init and waiting threads. (#1576). Contributed by Gabor Bota. (4 years, 9 months ago) +* f267917ce3cf - HDDS-2282. scmcli pipeline list command throws NullPointerException. Contributed by Xiaoyu Yao. (#1642) (4 years, 9 months ago) +* 9c72bf462196 - HDDS-1986. Fix listkeys API. (#1588) (4 years, 9 months ago) +* 31e0122f4d4d - YARN-9860. Enable service mode for Docker containers on YARN Contributed by Prabhu Joseph and Shane Kumpf (4 years, 9 months ago) +* 7a4b3d42c4e3 - HADOOP-15870. S3AInputStream.remainingInFile should use nextReadPos. (4 years, 9 months ago) +* 957253fea682 - HDDS-1984. Fix listBucket API. (#1555) (4 years, 9 months ago) +* 4850b3aa8697 - HDDS-2269. Provide config for fair/non-fair for OM RW Lock. (#1623) (4 years, 9 months ago) +* effe6087a576 - HADOOP-16650. ITestS3AClosedFS failing. (4 years, 9 months ago) +* 104ccca91699 - HDFS-14900. Fix build failure of hadoop-hdfs-native-client. Contributed by Masatake Iwasaki. (4 years, 9 months ago) +* a031388a2e8b - HDDS-2266. Avoid evaluation of LOG.trace and LOG.debug statement in the read/write path. (#1633) (4 years, 9 months ago) +* eeb58a07e24e - HDFS-14898. Use Relative URLS in Hadoop HDFS HTTP FS. Contributed by David Mollitor. (4 years, 10 months ago) +* d76e2655ace5 - HDFS-14754. Erasure Coding : The number of Under-Replicated Blocks never reduced(addendum). Contributed by Surendra Singh Lilhore. (4 years, 10 months ago) +* 2d81abce5ecf - HDDS-2265. integration.sh may report false negative (4 years, 10 months ago) +* b034350f3d3a - Squashed commit of the following: (4 years, 10 months ago) +* 4b0a5bca465c - HDDS-2217. Remove log4j and audit configuration from the docker-config files (4 years, 10 months ago) +* 1f954e679895 - HDDS-2217. Remove log4j and audit configuration from the docker-config files (4 years, 10 months ago) +* 6f1ab9516869 - YARN-9128. Use SerializationUtils from apache commons to serialize / deserialize ResourceMappings. Contributed by Zoltan Siegl (4 years, 10 months ago) +* 35f093f5b3f3 - YARN-9356. Add more tests to ratio method in TestResourceCalculator. Contributed by Zoltan Siegl (4 years, 10 months ago) +* be901f49628a - YARN-9873. Mutation API Config Change need to update Version Number. Contributed by Prabhu Joseph (4 years, 10 months ago) +* 1d279304079c - HDDS-2233 - Remove ByteStringHelper and refactor the code to the place where it used (#1596) (4 years, 10 months ago) +* 87d9f3668ce0 - HDDS-2244. Use new ReadWrite lock in OzoneManager. (#1589) (4 years, 10 months ago) +* 72ae371e7a66 - HDFS-14509. DN throws InvalidToken due to inequality of password when upgrade NN 2.x to 3.x. Contributed by Yuxuan Wang and Konstantin Shvachko. (4 years, 10 months ago) +* 5462d2176f7a - YARN-9760. Support configuring application priorities on a workflow level. Contributed by Varun Saxena (4 years, 10 months ago) +* 15a9beed1b0a - HDDS-2260. Avoid evaluation of LOG.trace and LOG.debug statement in the read/write path (HDDS). (#1612) (4 years, 10 months ago) +* 91320b446171 - HDFS-14859. Prevent unnecessary evaluation of costly operation getNumLiveDataNodes when dfs.namenode.safemode.min.datanodes is not zero. Contributed by Srinivasu Majeti. (4 years, 10 months ago) +* 761594549ec0 - HDFS-14814. RBF: RouterQuotaUpdateService supports inherited rule. Contributed by Jinglun. (4 years, 10 months ago) +* 4fdf01635835 - HDDS-2245. Use dynamic ports for SCM in TestSecureOzoneCluster Contributed by kevin su. (4 years, 10 months ago) +* 012d897e5b13 - HDDS-2262. SLEEP_SECONDS: command not found (4 years, 10 months ago) +* aaa94c3da6e7 - HDDS-2259. Container Data Scrubber computes wrong checksum (4 years, 10 months ago) +* cfba6ac9512b - HDDS-2264. Improve output of TestOzoneContainer (4 years, 10 months ago) +* 187731244067 - HDDS-2238. Container Data Scrubber spams log in empty cluster (4 years, 10 months ago) +* 382967be5105 - HDFS-14373. EC : Decoding is failing when block group last incomplete cell fall in to AlignedStripe. Contributed by Surendra Singh Lilhore. (4 years, 10 months ago) +* 9685a6c0e56a - HDDS-2239. Fix TestOzoneFsHAUrls (#1600) (4 years, 10 months ago) +* 1a77a15fe44d - HADOOP-16587. Make ABFS AAD endpoints configurable. (4 years, 10 months ago) +* 7f332ebf8b67 - HDDS-2252. Enable gdpr robot test in daily build (4 years, 10 months ago) +* 14cd969b6ea1 - HADOOP-16512. [hadoop-tools] Fix order of actual and expected expression in assert statements (4 years, 10 months ago) +* 022fe5f5b226 - HDDS-2169. Avoid buffer copies while submitting client requests in Ratis. Contributed by Tsz-wo Sze(#1517). (4 years, 10 months ago) +* 55c5436f3912 - Revert "HADOOP-16579. Upgrade to Apache Curator 4.2.0 excluding ZK (#1531). Contributed by Norbert Kalmár." (4 years, 10 months ago) +* b8086bf54d97 - HADOOP-16626. S3A ITestRestrictedReadAccess fails without S3Guard. (4 years, 10 months ago) +* 579dc8701508 - HDDS-2251. Add an option to customize unit.sh and integration.sh parameters (4 years, 10 months ago) +* fb1ecff6a268 - Revert "YARN-9873. Mutation API Config Change updates Version Number. Contributed by Prabhu Joseph" (4 years, 10 months ago) +* f209722a19c5 - HDDS-2257. Fix checkstyle issues in ChecksumByteBuffer (#1603) (4 years, 10 months ago) +* a3cf54ccdc3e - HDDS-2250. Generated configs missing from ozone-filesystem-lib jars (4 years, 10 months ago) +* 8de4374427e7 - HDDS-2158. Fixing Json Injection Issue in JsonUtils. (#1486) (4 years, 10 months ago) +* f3eaa84f9d2d - HDDS-2164 : om.db.checkpoints is getting filling up fast. (#1536) (4 years, 10 months ago) +* 10bdc592d615 - HADOOP-16579. Upgrade to Apache Curator 4.2.0 excluding ZK (#1531). Contributed by Norbert Kalmár. (4 years, 10 months ago) +* 6574f27fa348 - HADOOP-16570. S3A committers encounter scale issues. (4 years, 10 months ago) +* aa24add8f0e9 - HDFS-14890. Fixed namenode and journalnode startup on Windows. Contributed by Siddharth Wagle (4 years, 10 months ago) +* 3f166512afa2 - HDDS-2237. KeyDeletingService throws NPE if it's started too early (#1584) (4 years, 10 months ago) +* 4510970e2f77 - YARN-9873. Mutation API Config Change updates Version Number. Contributed by Prabhu Joseph (4 years, 10 months ago) +* f826420d2bb1 - HDDS-2230. Invalid entries in ozonesecure-mr config. (Addendum) (4 years, 10 months ago) +* 531cc938fe84 - HDDS-2222. Add a method to update ByteBuffer in PureJavaCrc32/PureJavaCrc32C. (#1595) (4 years, 10 months ago) +* f44abc3e1167 - HADOOP-16207 Improved S3A MR tests. (4 years, 10 months ago) +* bca014b0e03f - HDDS-2216. Rename HADOOP_RUNNER_VERSION to OZONE_RUNNER_VERSION in compose .env files. (4 years, 10 months ago) +* 6171a41b4c29 - HDDS-2199. In SCMNodeManager dnsToUuidMap cannot track multiple DNs on the same host (4 years, 10 months ago) +* d061c8469f6a - HDDS-2140. Add robot test for GDPR feature (4 years, 10 months ago) +* bffcd3308590 - HDDS-2230. Invalid entries in ozonesecure-mr config (4 years, 10 months ago) +* a9849f65ba79 - Revert "HDDS-2222 (#1578)" (#1594) (4 years, 10 months ago) +* 4cf0b3660f62 - HDDS-2222 (#1578) (4 years, 10 months ago) +* 2478cbafe6de - YARN-9782. Avoid DNS resolution while running SLS. Contributed by Abhishek Modi. (4 years, 10 months ago) +* b23bdaf085db - HDFS-14879. Header was wrong in Snapshot web UI. Contributed by hemanthboyina (4 years, 10 months ago) +* ec8f691201a3 - HDDS-2225. SCM fails to start in most unsecure environments due to leftover secure config (4 years, 10 months ago) +* c99a12167ff9 - HDFS-14637. Namenode may not replicate blocks to meet the policy after enabling upgradeDomain. Contributed by Stephen O'Donnell. (4 years, 10 months ago) +* 844b766da535 - HDFS-14889. Ability to check if a block has a replica on provided storage. Contributed by Ashvin Agrawal. (#1573)" (4 years, 10 months ago) +* 9700e2003aa1 - HDDS-2223. Support ReadWrite lock in LockManager. (#1564) (4 years, 10 months ago) +* cdaa480dbfd8 - HDDS-2198. SCM should not consider containers in CLOSING state to come out of safemode. (#1540) (4 years, 10 months ago) +* 1dde3efb91e8 - HADOOP-16624. Upgrade hugo to the latest version in Dockerfile (4 years, 10 months ago) +* b7cb8fe07c25 - HDDS-2200 : Recon does not handle the NULL snapshot from OM DB cleanly. (4 years, 10 months ago) +* 76605f17dd15 - HDDS-1720 : Add ability to configure RocksDB logs for Ozone Manager. (4 years, 10 months ago) +* 944668674b57 - HDDS-2231. test-single.sh cannot copy results (#1575) (4 years, 10 months ago) +* 47d721d7dd9b - HDDS-2234. rat.sh fails due to ozone-recon-web/build files (#1580) (4 years, 10 months ago) +* 51eaecab20cd - HDDS-2211. Collect docker logs if env fails to start (#1553) (4 years, 10 months ago) +* a3fe4042448e - HDFS-14881. Safemode 'forceExit' option, doesn’t shown in help message. Contributed by Renukaprasad C. (4 years, 10 months ago) +* d59bcbfa0f30 - HDDS-2226. S3 Secrets should use a strong RNG. (#1572) (4 years, 10 months ago) +* 5a7483ca5ced - HDFS-14888. RBF: Enable Parallel Test Profile for builds. Contributed by Ayush Saxena. (4 years, 10 months ago) +* c19fa3d4fe66 - HADOOP-16605. Fix testcase testSSLChannelModeConfig (4 years, 10 months ago) +* 0e026cb0cefc - HADOOP-16620. [pb-upgrade] Remove protocol buffers 3.7.1 from requirements in BUILDING.txt (#1558) (4 years, 10 months ago) +* c5665b23ca92 - HDDS-2228. Fix NPE in OzoneDelegationTokenManager#addPersistedDelegat… (#1571) (4 years, 10 months ago) +* 4c24f2434dd8 - HDDS-2072. Make StorageContainerLocationProtocolService message based Contributed by Elek, Marton. (4 years, 10 months ago) +* 1303255aee75 - HDFS-14858. [SBN read] Allow configurably enable/disable AlignmentContext on NameNode. Contributed by Chen Liang. (4 years, 10 months ago) +* 559ee277f507 - HADOOP-16599. Allow a SignerInitializer to be specified along with a Custom Signer (4 years, 10 months ago) +* b09d389001d9 - HDDS-2019. Handle Set DtService of token in S3Gateway for OM HA. (#1489) (4 years, 10 months ago) +* 53ed78bcdb71 - HDDS-2224. Fix loadup cache for cache cleanup policy NEVER. (#1567) (4 years, 10 months ago) +* 169cef758dcb - HDDS-2162. Make OM Generic related configuration support HA style config. (#1511) (4 years, 10 months ago) +* 685918ef41a9 - HDDS-2227. GDPR key generation could benefit from secureRandom. (#1574) (4 years, 10 months ago) +* ffd4e5272563 - HDDS-2073. Make SCMSecurityProtocol message based. Contributed by Elek, Marton. (4 years, 10 months ago) +* e8ae632d4c4f - HDDS-2068. Make StorageContainerDatanodeProtocolService message based (4 years, 10 months ago) +* 0d2d6f92679a - YARN-9792. Document examples of SchedulerConf with Node Labels. Contributed by Prabhu Joseph (4 years, 10 months ago) +* 2e1fd4459628 - HDDS-2201. Rename VolumeList to UserVolumeInfo. (#1566) (4 years, 10 months ago) +* 61a843600429 - YARN-9870. Remove unused function from OpportunisticContainerAllocatorAMService. Contributed by Abhishek Modi. (4 years, 10 months ago) +* f1ba9bfad75a - HDDS-2187. ozone-mr test fails with No FileSystem for scheme "o3fs" (4 years, 10 months ago) +* 41440ec89034 - HDDS-2210. ContainerStateMachine should not be marked unhealthy if applyTransaction fails with closed container exception(#1552). (4 years, 10 months ago) +* 3df733c25010 - HDFS-14885. UI: Fix a typo on WebUI of DataNode. Contributed by Xieming Li. (4 years, 10 months ago) +* d1ddba60e5dd - YARN-9862. Increase yarn-services-core test timeout value. Contributed by Prabhu Joseph (4 years, 10 months ago) +* 770adc5d4abd - HADOOP-16578 : Avoid FileSystem API calls when FileSystem already exists (4 years, 10 months ago) +* d947ded05388 - HADOOP-16619. Upgrade jackson and jackson-databind to 2.9.10 (#1554). Contributed by Siyao Meng. (4 years, 10 months ago) +* 1921e94292f0 - HADOOP-16458. LocatedFileStatusFetcher.getFileStatuses failing intermittently with S3 (4 years, 10 months ago) +* 918b470deb35 - HDDS-2166. Some RPC metrics are missing from SCM prometheus endpoint (4 years, 10 months ago) +* 6ef6594c7ee0 - HDFS-14492. Snapshot memory leak. Contributed by Wei-Chiu Chuang. (#1370) (4 years, 10 months ago) +* 99cd7572f113 - YARN-9801. SchedConfCli does not work wiwith https mode. Contributed by Prabhu Joseph (4 years, 10 months ago) +* 425a6c89aedb - YARN-9858. Optimize RMContext getExclusiveEnforcedPartitions. Contributed by Jonathan Hung. (4 years, 10 months ago) +* 8efd25b33a21 - HDDS-1615. ManagedChannel references are being leaked in ReplicationSupervisor.java. Contributed by Mukul Kumar Singh. (#1547) (4 years, 10 months ago) +* 137546a78a45 - YARN-9864. Format CS Configuration present in Configuration Store. Contributeed by Prabhu Joseph (4 years, 10 months ago) +* b3275ab1f2f4 - HDFS-14305. Fix serial number calculation in BlockTokenSecretManager to avoid token key ID overlap between NameNodes. Contributed by Konstantin V Shvachko. (4 years, 10 months ago) +* e5bba592a84a - HDDS-2205. checkstyle.sh reports wrong failure count (4 years, 10 months ago) +* 4d3c580b0347 - YARN-9859. Refactoring of OpportunisticContainerAllocator. Contributed by Abhishek Modi. (4 years, 10 months ago) +* 98ca07ebed2a - HDDS-2207. Update Ratis to latest snapshot. Contributed by Shashikant Bannerjee. (#1550) (4 years, 10 months ago) +* b46d82339f73 - HDDS-2202. Remove unused import in OmUtils (4 years, 10 months ago) +* a530ac3f50d7 - HDDS-2153. Add a config to tune max pending requests in Ratis leader (4 years, 10 months ago) +* d6b0a8da7791 - HDDS-2183. Container and pipline subcommands of scmcli should be grouped (4 years, 10 months ago) +* 760b523e58fd - Revert "HDFS-14305. Fix serial number calculation in BlockTokenSecretManager to avoid token key ID overlap between NameNodes. Contributed by He Xiaoqiao." (4 years, 10 months ago) +* c0edc848a8e7 - HADOOP-16548 : Disable Flush() over config (4 years, 10 months ago) +* d8313b227495 - HDFS-14850. Optimize FileSystemAccessService#getFileSystemConfiguration. Contributed by Lisheng Sun. (4 years, 10 months ago) +* 22008716075b - HDFS-14876. Remove unused imports from TestBlockMissingException.java and TestClose.java. Contributed by Lisheng Sun. (4 years, 10 months ago) +* c4c8d5fd0e3c - HDFS-14849. Erasure Coding: the internal block is replicated many times when datanode is decommissioning. Contributed by HuangTao. (4 years, 10 months ago) +* 0d5d0b914ac9 - Revert "HDFS-14849. Erasure Coding: the internal block is replicated many times when datanode is decommissioning. Contributed by HuangTao." (4 years, 10 months ago) +* 14b4fbc019c9 - HDDS-1146. Adding container related metrics in SCM. (#1541) (4 years, 10 months ago) +* 13b427fc05da - HDFS-14564: Add libhdfs APIs for readFully; add readFully to ByteBufferPositionedReadable (#963) Contributed by Sahil Takiar. (4 years, 10 months ago) +* ce58c05f1d89 - HDFS-14849. Erasure Coding: the internal block is replicated many times when datanode is decommissioning. Contributed by HuangTao. (4 years, 10 months ago) +* a93a139b5df3 - HDDS-2185. createmrenv failure not reflected in acceptance test result (4 years, 10 months ago) +* 8a9ede5cff81 - HADOOP-15616. Incorporate Tencent Cloud COS File System Implementation. Contributed by Yang Yu. (4 years, 10 months ago) +* 2870668cfa81 - Make upstream aware of 3.1.3 release. (4 years, 10 months ago) +* 9bf7a6e5b26a - HDDS-2149. Replace findbugs with spotbugs (4 years, 10 months ago) +* 0371e953ac51 - HDDS-2179. ConfigFileGenerator fails with Java 10 or newer (4 years, 10 months ago) +* b6ef8cc1205d - HDD-2193. Adding container related metrics in SCM. (4 years, 10 months ago) +* c55ac6a1c7d1 - HDDS-2174. Delete GDPR Encryption Key from metadata when a Key is deleted (4 years, 10 months ago) +* 2adcc3c932fd - HDFS-14785. [SBN read] Change client logging to be less aggressive. Contributed by Chen Liang. (4 years, 10 months ago) +* b1e55cfb5570 - HDFS-14461. RBF: Fix intermittently failing kerberos related unit test. Contributed by Xiaoqiao He. (4 years, 10 months ago) +* 06998a11266c - HDDS-2180. Add Object ID and update ID on VolumeList Object. (#1526) (4 years, 10 months ago) +* 18a8c2404e10 - YARN-9857. TestDelegationTokenRenewer throws NPE but tests pass. Contributed by Ahmed Hussein (4 years, 10 months ago) +* 1a2a352ecd4c - HDFS-11934. Add assertion to TestDefaultNameNodePort#testGetAddressFromConf. Contributed by Nikhil Navadiya. (4 years, 10 months ago) +* a3f68933d720 - HDFS-14873. Fix dfsadmin doc for triggerBlockReport. Contributed by Fei Hui. (4 years, 10 months ago) +* 7b6219a8d12d - HDDS-2182. Fix checkstyle violations introduced by HDDS-1738 (4 years, 10 months ago) +* 587a8eeec814 - HDFS-14874. Fix TestHDFSCLI and TestDFSShell test break because of logging change in mkdir (#1522). Contributed by Gabor Bota. (4 years, 10 months ago) +* 606e341c1a33 - Addendum to YARN-9730. Support forcing configured partitions to be exclusive based on app node label (4 years, 10 months ago) +* f647185905f6 - HDDS-2067. Create generic service facade with tracing/metrics/logging support (4 years, 10 months ago) +* bdaaa3bbf2de - HDFS-14832. RBF: Add Icon for ReadOnly False. Contributed by hemanthboyina (4 years, 10 months ago) +* c89d22d13a73 - HADOOP-16602. mvn package fails in hadoop-aws. (4 years, 10 months ago) +* 16f626f7f059 - HDDS-2165. Freon fails if bucket does not exists (4 years, 10 months ago) +* e346e3638c59 - HADOOP-15691 Add PathCapabilities to FileSystem and FileContext. (4 years, 10 months ago) +* e6fb6ee94d8a - HDDS-1738. Add nullable annotation for OMResponse classes (4 years, 10 months ago) +* 8baebb54e13b - HDDS-2171. Dangling links in test report due to incompatible realpath (4 years, 10 months ago) +* c72457787df3 - YARN-6715. Fix documentation about NodeHealthScriptRunner. Contributed by Peter Bacsko (4 years, 10 months ago) +* bec0864394fb - YARN-9808. Zero length files in container log output haven't got a header. Contributed by Adam Antal (4 years, 10 months ago) +* 3f89084ac756 - HDFS-14845. Ignore AuthenticationFilterInitializer for HttpFSServerWebServer and honor hadoop.http.authentication configs. (4 years, 10 months ago) +* a3463812ef9a - HDDS-2168. TestOzoneManagerDoubleBufferWithOMResponse sometimes fails with out of memory error (#1509) (4 years, 10 months ago) +* 6917754ba78a - HDDS-2172.Ozone shell should remove description about REST protocol support. Contributed by Siddharth Wagle. (4 years, 10 months ago) +* c2731d4b6399 - YARN-9730. Support forcing configured partitions to be exclusive based on app node label (4 years, 10 months ago) +* 66400c1cbb2b - HDFS-14808. EC: Improper size values for corrupt ec block in LOG. Contributed by Ayush Saxena. (4 years, 10 months ago) +* eb96a3093ea3 - HDFS-14655. [SBN Read] Namenode crashes if one of The JN is down. Contributed by Ayush Saxena. (4 years, 10 months ago) +* f16cf877e565 - HDDS-2170. Add Object IDs and Update ID to Volume Object (#1510) (4 years, 10 months ago) +* afa1006a537e - HDFS-14843. Double Synchronization in BlockReportLeaseManager. Contributed by David Mollitor. (4 years, 10 months ago) +* 816d3cb9087c - HDFS-14837. Review of Block.java. Contributed by David Mollitor. (4 years, 10 months ago) +* 43203b466ddf - HDFS-14868. RBF: Fix typo in TestRouterQuota. Contributed by Jinglun. (4 years, 10 months ago) +* 91f50b98cad8 - HDDS-2167. Hadoop31-mr acceptance test is failing due to the shading (4 years, 10 months ago) +* 51c64b357d4b - HDFS-13660. DistCp job fails when new data is appended in the file while the DistCp copy job is running (4 years, 10 months ago) +* 8f1a135118bd - HDDS-2081. Fix TestRatisPipelineProvider#testCreatePipelinesDnExclude. Contributed by Aravindan Vijayan. (#1506) (4 years, 10 months ago) +* e8e7d7b4cd0d - HADOOP-16561. [MAPREDUCE] use protobuf-maven-plugin to generate protobuf classes (#1500) (4 years, 10 months ago) +* bfe1dac29d07 - HADOOP-16560. [YARN] use protobuf-maven-plugin to generate protobuf classes (#1496) (4 years, 10 months ago) +* 0a716bd3a5b3 - HDDS-2159. Fix Race condition in ProfileServlet#pid. (4 years, 10 months ago) +* 6cbe5d38098f - HDDS-2160. Add acceptance test for ozonesecure-mr compose. Contributed by Xiaoyu Yao. (#1490) (4 years, 10 months ago) +* 3fd3d746fc40 - HDDS-2161. Create RepeatedKeyInfo structure to be saved in deletedTable (4 years, 10 months ago) +* 3d78b1223d3f - YARN-9762. Add submission context label to audit logs. Contributed by Manoj Kumar (4 years, 10 months ago) +* c30e49555735 - HDFS-14853. NPE in DFSNetworkTopology#chooseRandomWithStorageType() when the excludedNode is not present. Contributed by Ranith Sardar. (4 years, 10 months ago) +* 2b5fc9585155 - HADOOP-16591 Fix S3A ITest*MRjob failures. (4 years, 10 months ago) +* aa664d72595d - HADOOP-16138. hadoop fs mkdir / of nonexistent abfs container raises NPE (#1302). Contributed by Gabor Bota. (4 years, 10 months ago) +* 07c81e9bfcab - HADOOP-16558. [COMMON+HDFS] use protobuf-maven-plugin to generate protobuf classes (#1494). Contributed by Vinayakumar B. (4 years, 10 months ago) +* 4c0a7a9e13c6 - Make upstream aware of 3.2.1 release. (4 years, 10 months ago) +* 659c88801d00 - HDFS-14818. Check native pmdk lib by 'hadoop checknative' command. Contributed by Feilong He. (4 years, 10 months ago) +* a94aa1ff46ba - HDDS-2150. Update dependency versions to avoid security vulnerabilities. (#1472) (4 years, 10 months ago) +* e02b1023c2f4 - HADOOP-16445. Allow separate custom signing algorithms for S3 and DDB (#1332) (4 years, 10 months ago) +* dbdc612b3b67 - HDDS-2163. Add 'Replication factor' to the output of list keys (#1493) (4 years, 10 months ago) +* efed4450bf1c - HADOOP-16589. [pb-upgrade] Update docker image to make 3.7.1 protoc as default (#1482). Contributed by Vinayakumar B. (4 years, 10 months ago) +* aa938662f9cc - HDFS-14833. RBF: Router Update Doesn't Sync Quota. Contributed by Ayush Saxena. (4 years, 10 months ago) +* d7d6ec8fae6d - HDDS-2128. Make ozone sh command work with OM HA service ids (#1445) (4 years, 10 months ago) +* 53637301d101 - HDDS-2157. checkstyle: print filenames relative to project root (#1485) (4 years, 10 months ago) +* 3f223bebfa6b - HDFS-14844. Make buffer of BlockReaderRemote#newBlockReader#BufferedOutputStream configurable. Contributed by Lisheng Sun. (4 years, 10 months ago) +* b3173e1f5807 - HDDS-2001. Update Ratis version to 0.4.0. (4 years, 10 months ago) +* 5553887d9592 - HDDS-1949. Missing or error-prone test cleanup. Contributed by Doroszlai, Attila. (4 years, 10 months ago) +* dd0834696a69 - HADOOP-16581. Revise ValueQueue to correctly replenish queues that go below the watermark (#1463) (4 years, 10 months ago) +* 1654497f98fb - HADOOP-16557. [pb-upgrade] Upgrade protobuf.version to 3.7.1 (#1432) (4 years, 10 months ago) +* d072d3304ce3 - HDDS-2020. Remove mTLS from Ozone GRPC. Contributed by Xiaoyu Yao. (4 years, 10 months ago) +* 9be448b33680 - HDDS-2156. Fix alignment issues in HDDS doc pages (4 years, 10 months ago) +* 298f07abceb4 - HADOOP-16069. Support configure ZK_DTSM_ZK_KERBEROS_PRINCIPAL in ZKDelegationTokenSecretManager using principal with Schema /_HOST. Contributed by luhuachao. (4 years, 10 months ago) +* b7ae8a96cde5 - HDDS-2101. Ozone filesystem provider doesn't exist (#1473) (4 years, 10 months ago) +* 126ef77a8101 - HDDS-2154. Fix Checkstyle issues (#1475) (4 years, 10 months ago) +* da1c67e0c2f2 - HDDS-1054. List Multipart uploads in a bucket (#1277) (4 years, 10 months ago) +* a79f286c6ff9 - HDFS-14609. RBF: Security should use common AuthenticationFilter. Contributed by Chen Zhang. (4 years, 10 months ago) +* 1ada99b0bd11 - HDDS-2151. Ozone client logs the entire request payload at DEBUG level (#1477) (4 years, 10 months ago) +* f260b5aa5b26 - HDDS-2127. Detailed Tools doc not reachable (4 years, 10 months ago) +* f6d884cd118f - HDDS-2110. Arbitrary file can be downloaded with the help of ProfilerServlet (4 years, 10 months ago) +* 56248f9d87fd - HADOOP-16556. Fix some alerts raised by LGTM. (4 years, 10 months ago) +* d4205dce1762 - HADOOP-16582. LocalFileSystem's mkdirs() does not work as expected under viewfs. Contributed by Kihwal Lee (4 years, 10 months ago) +* c9900a01d12f - HDDS-2141. Missing total number of operations (4 years, 10 months ago) +* 28913f733e53 - HDDS-2148. Remove redundant code in CreateBucketHandler.java (4 years, 10 months ago) +* e78848fc3cb1 - HDDS-2119. Use checkstyle.xml and suppressions.xml in hdds/ozone projects for checkstyle validation (4 years, 10 months ago) +* 5c963a75d648 - HDDS-2016. Add option to enforce GDPR in Bucket Create command (4 years, 10 months ago) +* 1029060e6163 - HDDS-2147. Include dumpstream in test report (4 years, 10 months ago) +* ef478fe73e72 - HDDS-730. ozone fs cli prints hadoop fs in usage (4 years, 10 months ago) +* 4ed0aefe9fd3 - HDFS-14822. [SBN read] Revisit GlobalStateIdContext locking when getting server state id. Contributed by Chen Liang. (4 years, 10 months ago) +* f16eb093f72f - HDDS-2144. MR job failing on secure Ozone cluster. (#1466) (4 years, 10 months ago) +* 53b57fdfa45d - HDDS-2121. Create a shaded ozone filesystem (client) jar (#1452) (4 years, 10 months ago) +* 5db32b8ced8d - HADOOP-16547. make sure that s3guard prune sets up the FS (#1402). Contributed by Steve Loughran. (4 years, 10 months ago) +* 2c52d00a27f6 - HDDS-2032. Ozone client should retry writes in case of any ratis/stateMachine exceptions. Contributed by Shashikant Banerjee (#1420). (4 years, 10 months ago) +* 5dd859a8a0d0 - HDFS-14836. FileIoProvider should not increase FileIoErrors metric in datanode volume metric. Contributed by Aiphago. (4 years, 10 months ago) +* 8d9e9ec3e578 - HDDS-2065. Implement OMNodeDetails#toString (4 years, 10 months ago) +* c28e731156b1 - Wrong commit message: Revert second "HDDS-2143. Rename classes under package org.apache.hadoop.utils" (4 years, 10 months ago) +* 111b08a330cd - HDDS-2143. Rename classes under package org.apache.hadoop.utils (4 years, 10 months ago) +* 6d4b20c0470f - HDDS-2143. Rename classes under package org.apache.hadoop.utils (4 years, 10 months ago) +* 285ed0a8491c - HDDS-2137. HddsClientUtils and OzoneUtils have duplicate verifyResourceName() (4 years, 10 months ago) +* 087ed86bcc10 - HDDS-2138. OM bucket operations do not add up (4 years, 10 months ago) +* 419dd0faf6b4 - HDDS-2134. OM Metrics graphs include empty request type (4 years, 10 months ago) +* 15fded278810 - HDDS-2022. Add additional freon tests (4 years, 10 months ago) +* e97f0f1ed9d5 - HADOOP-16565. Region must be provided when requesting session credentials or SdkClientException will be thrown (#1454). Contributed by Gabor Bota. (4 years, 10 months ago) +* 01d79244732c - YARN-9814. JobHistoryServer can't delete aggregated files, if remote app root directory is created by NodeManager. Contributed by Adam Antal. (4 years, 10 months ago) +* f8c14326ee00 - YARN-2255. YARN Audit logging not added to log4j.properties. Contributed by Aihua Xu. (4 years, 10 months ago) +* 0dbfc4d9f29d - HDDS-2139. Update BeanUtils and Jackson Databind dependency versions (#1456) (4 years, 10 months ago) +* b88b6826c9a3 - HDDS-2136. OM block allocation metric not paired with its failures (#1460) (4 years, 10 months ago) +* a9ba2b6710e8 - HDDS-2142. OM metrics mismatch (abort multipart request) (#1461) (4 years, 10 months ago) +* 3cf6e4272f19 - HDFS-14846: libhdfs tests are failing on trunk due to jni usage bugs (4 years, 10 months ago) +* f580a87079bb - HDFS-14795. Add Throttler for writing block. Contributed by Lisheng Sun. (4 years, 10 months ago) +* eefe9bc85ccd - YARN-9837. Fixed reading YARN Service JSON spec file larger than 128k. Contributed by Tarun Parimi (4 years, 10 months ago) +* c474e24c0b73 - YARN-9833. Race condition when DirectoryCollection.checkDirs() runs during container launch. Contributed by Peter Bacsko. (4 years, 10 months ago) +* 7f9073132dcc - HDDS-2117. ContainerStateMachine#writeStateMachineData times out. (#1430) (4 years, 10 months ago) +* f3de1417873f - HDDS-2135. OM Metric mismatch (MultipartUpload failures) (4 years, 10 months ago) +* 55ce454ce4f1 - HADOOP-16371: Option to disable GCM for SSL connections when running on Java 8. (4 years, 10 months ago) +* 3a549cea193f - HDDS-2120. Remove hadoop classes from ozonefs-current jar (4 years, 10 months ago) +* e54977f888e1 - HDDS-2132. TestKeyValueContainer is failing (#1457). (4 years, 10 months ago) +* 4f6708103859 - HDDS-2098 : Ozone shell command prints out ERROR when the log4j file … (#1411) (4 years, 10 months ago) +* 292bce7908bf - HDDS-2114. Rename does not preserve non-explicitly created interim directories. Contributed by Lokesh Jain & Istvan Fajth. (4 years, 10 months ago) +* 2358e53e9c9f - HDDS-2111. XSS fragments can be injected to the S3g landing page (4 years, 10 months ago) +* 66bd1681f8ee - HDDS-2107. Datanodes should retry forever to connect to SCM in an unsecure environment (#1424) (4 years, 10 months ago) +* 4222b62f2b25 - HDDS-1879. Support multiple excluded scopes when choosing datanodes in NetworkTopology (#1194) (4 years, 10 months ago) +* c8d61ffef66e - HDDS-2030. Generate simplifed reports by the dev-support/checks/*.sh scripts (4 years, 10 months ago) +* 56f042c48f15 - HDDS-2078. Get/Renew DelegationToken NPE after HDDS-1909 (4 years, 10 months ago) +* 363373e0ef96 - HDDS-2124. Random next links (4 years, 10 months ago) +* e952ecf80752 - HDDS-2109. Refactor scm.container.client config (4 years, 10 months ago) +* b6334381dfcb - HDDS-2096. Ozone ACL document missing AddAcl API (4 years, 10 months ago) +* 1e13fe63105c - HDDS-2044.Remove 'ozone' from the recon module names. (4 years, 10 months ago) +* 85b1c728e4ed - HDDS-2129. Using dist profile fails with pom.ozone.xml as parent pom (#1449) (4 years, 10 months ago) +* da2b4fe204e5 - YARN-9794. RM crashes due to runtime errors in TimelineServiceV2Publisher. Contributed by Tarun Parimi. (4 years, 10 months ago) +* e04b8a46c308 - HDFS-14799. Do Not Call Map containsKey In Conjunction with get. Contributed by hemanthboyina. (4 years, 10 months ago) +* 9a931b823ed9 - HDDS-2125. maven-javadoc-plugin.version is missing in pom.ozone.xml (4 years, 10 months ago) +* 6a9f7caef47c - Revert "HDDS-2057. Incorrect Default OM Port in Ozone FS URI Error Message." (4 years, 10 months ago) +* e22a324f87a3 - HDDS-2007. Make ozone fs shell command work with OM HA service ids (#1360) (4 years, 10 months ago) +* 1843c4688a30 - HADOOP-16555. Update commons-compress to 1.19. (#1425) Contributed by YiSheng Lien. (4 years, 10 months ago) +* 8024818d336a - HDDS-1786 : Datanodes takeSnapshot should delete previously created snapshots (#1163) (4 years, 10 months ago) +* 06ad6540b3cd - HDFS-14821. Make HDFS-14617 (fsimage sub-sections) off by default. Contributed by Stephen O'Donnell. (4 years, 10 months ago) +* 42390073499d - YARN-9787. Typo in analysesErrorMsg. Contributed by kevin su. (4 years, 10 months ago) +* 95010a41fcea - HDDS-2057. Incorrect Default OM Port in Ozone FS URI Error Message. (4 years, 10 months ago) +* 39e82acc485d - HADOOP-16562. [pb-upgrade] Update docker image to have 3.7.1 protoc executable (#1429). (4 years, 10 months ago) +* 4a9a6a21b8eb - HDDS-2122. Broken logo image on category sub-pages (#1437) (4 years, 10 months ago) +* 4852a90e4b07 - HDFS-14754. Erasure Coding : The number of Under-Replicated Blocks never reduced. Contributed by hemanthboyina. (4 years, 10 months ago) +* 1505d3f5ff72 - HADOOP-16566. S3Guard fsck: Use org.apache.hadoop.util.StopWatch instead of com.google.common.base.Stopwatch (#1433). Contributed by Gabor Bota. (4 years, 10 months ago) +* fe8cdf0ab846 - HDDS-2076. Read fails because the block cannot be located in the container (#1410) (4 years, 10 months ago) +* 2ff2a7f61200 - HDFS-14798. Synchronize invalidateBlocks in DatanodeDescriptor. Contributed by hemanthboyina. (4 years, 10 months ago) +* d1c303a49763 - HDFS-14699. Erasure Coding: Storage not considered in live replica when replication streams hard limit reached to threshold. Contributed by Zhao Yi Ming. (4 years, 10 months ago) +* f4f9f0fe4f21 - HADOOP-16562. [pb-upgrade] Update docker image to have 3.7.1 protoc executable (#1429). Contributed by Vinayakumar B. (4 years, 10 months ago) +* 4e273a31f660 - HADOOP-16423. S3Guard fsck: Check metadata consistency between S3 and metadatastore (log) (#1208). Contributed by Gabor Bota. (4 years, 10 months ago) +* 44850f67848b - YARN-9816. EntityGroupFSTimelineStore#scanActiveLogs fails when undesired files are present under /ats/active. Contribued by Prabhu Joseph. (4 years, 10 months ago) +* 68612a041006 - HDFS-14840. Use Java Conccurent Instead of Synchronization in BlockPoolTokenSecretManager. Contributed by David Mollitor. (4 years, 10 months ago) +* 3b06f0bf9e4c - YARN-9819. Make TestOpportunisticContainerAllocatorAMService more resilient. Contribued by Abhishek Modi (4 years, 10 months ago) +* f537410563e3 - HDDS-2106. Avoid usage of hadoop projects as parent of hdds/ozone (4 years, 10 months ago) +* 56b7571131b0 - YARN-9815 ReservationACLsTestBase fails with NPE. Contributed by Ahmed Hussein (4 years, 10 months ago) +* 64ed6b177d6b - HDDS-2075. Tracing in OzoneManager call is propagated with wrong parent (#1415) (4 years, 10 months ago) +* 9221704f857e - HADOOP-16490. Avoid/handle cached 404s during S3A file creation. (4 years, 10 months ago) +* 5a381f73e987 - HDDS-2103. TestContainerReplication fails due to unhealthy container (#1421) (4 years, 10 months ago) +* c255333e20c9 - HDFS-14838. RBF: Display RPC (instead of HTTP) Port Number in RBF web UI. Contributed by Xieming Li (4 years, 10 months ago) +* dacc44821d1f - HADOOP-15184. Add GitHub pull request template. (#1419) (4 years, 10 months ago) +* 524b553a5f1c - HDFS-14835. RBF: Secured Router should not run when it can't initialize DelegationTokenSecretManager. (#1414) (4 years, 10 months ago) +* f8f8598ea5e8 - YARN-9824. Fall back to configured queue ordering policy class name (4 years, 10 months ago) +* 10144a580e46 - YARN-9728. Bugfix for escaping illegal xml characters for Resource Manager REST API. Contributed by Prabhu Joseph (4 years, 10 months ago) +* dc9abd27d9cb - HADOOP-16554. mvn javadoc:javadoc fails in hadoop-aws. (4 years, 10 months ago) +* 38c1a1002447 - HADOOP-16542. Update commons-beanutils version to 1.9.4. Contributed by kevin su. (4 years, 10 months ago) +* c3beeb7761a0 - HDDS-2048: State check during container state transition in datanode should be lock protected (#1375) (4 years, 10 months ago) +* bc2d3a71d6e0 - HADOOP-16549. Remove Unsupported SSL/TLS Versions from Docs/Properties. Contributed by Daisuke Kobayashi. (4 years, 10 months ago) +* 650c4cead5d5 - HDDS-2053. Fix TestOzoneManagerRatisServer failure. Contributed by Xiaoyu Yao. (#1373) (4 years, 10 months ago) +* d69b811ddd8b - HDDS-2102. HddsVolumeChecker should use java optional in place of Guava optional. Contributed by Mukul Kumar Singh. (#1416) (4 years, 10 months ago) +* 469165e6f29a - HDDS-1843. Undetectable corruption after restart of a datanode. Contributed by Shashikant Banerjee(#1364). (4 years, 10 months ago) +* 147f98629cfa - HADOOP-16438. ADLS Gen1 OpenSSL config control. (4 years, 10 months ago) +* 60af8793b45b - YARN-9821. NM hangs at serviceStop when ATSV2 Backend Hbase is Down. Contributed by Prabhu Joseph. (4 years, 11 months ago) +* 387c332b64e4 - YARN-9820. RM logs InvalidStateTransitionException when app is submitted. Contributed by Prabhu Joseph (4 years, 11 months ago) +* 3b9584d12b06 - HDDS-2087. Remove the hard coded config key in ChunkManager (#1409) (4 years, 11 months ago) +* 43e389b9801e - YARN-9764. Print application submission context label in application summary. Contributed by Manoj Kumar (4 years, 11 months ago) +* ca32917e0fd1 - HDDS-2100. Ozone TokenRenewer provider is incorrectly configured. Contributed by Jitendra Nath Pandey. (4 years, 11 months ago) +* 162af6f5542b - YARN-9784. org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestLeafQueue is flaky. Contributed by Julia Kinga Marton. (4 years, 11 months ago) +* e8ca4fac5305 - YARN-9812. mvn javadoc:javadoc fails in hadoop-sls. Contributed by Abhishek Modi. (4 years, 11 months ago) +* 34b82e6da0a4 - YARN-9813. RM does not start on JDK11 when UIv2 is enabled. (Adam Antal/Eric Yang via wangda) (4 years, 11 months ago) +* c46d43ab1387 - HDDS-1553. Add metrics in rack aware container placement policy. (#1361) (4 years, 11 months ago) +* 73575701ab8b - YARN-9795. ClusterMetrics to include AM allocation delay. Contributed by Fengnan Li. (4 years, 11 months ago) +* 5d497abe21bc - YARN-9817. Fix failing testcases due to not initialized AsyncDispatcher - ArithmeticException: / by zero. Contributed by Prabhu Joseph. (4 years, 11 months ago) +* bb0b922a71cb - HADOOP-16255. Add ChecksumFs.rename(path, path, boolean) (4 years, 11 months ago) +* b15c116c1eda - HDDS-2015. Encrypt/decrypt key using symmetric key while writing/reading (4 years, 11 months ago) +* b71a7f195cd8 - YARN-9763. Print application tags in application summary. Contributed by Manoj Kumar (4 years, 11 months ago) +* a23417533e1e - HADOOP-16531. Log more timing information for slow RPCs. Contributed by Chen Zhang. (4 years, 11 months ago) +* 9637097ef9b2 - HDFS-14817. [Dynamometer] Fix start script options parsing which incorrectly interpret options starting with h as a help argument. Contributed by Soya Miyoshi. (4 years, 11 months ago) +* c92a3e94d80c - HADOOP-15565. Add an inner FS cache to ViewFileSystem, separate from the global cache, to avoid file system leaks. Contributed by Jinglun. (4 years, 11 months ago) +* e7d44e48f708 - YARN-9761. Allow overriding application submissions based on server side configs. Contributed by Pralabh Kumar (4 years, 11 months ago) +* ae42c8cb61ed - HDFS-4819. [Dynamometer] Fix parsing of audit logs which contain = in path names. Contributed by Soya Miyoshi. (4 years, 11 months ago) +* d98c54816d21 - HDFS-13913. LazyPersistFileScrubber.run() should log meaningful warn message. Contributed by Daniel Green. (4 years, 11 months ago) +* fa7f03fc560e - HDFS-14826. dfs.ha.zkfc.port property duplicated in hdfs-default.xml. Contributed by Renukaprasad C. (4 years, 11 months ago) +* 6e4cdf89effb - HDDS-1561: Mark OPEN containers as QUASI_CLOSED as part of Ratis groupRemove (#1401) (4 years, 11 months ago) +* 494d75eb2b69 - HDFS-14784. Add more methods to WebHdfsTestUtil to support tests outside of package. Contributed by Chen Zhang. (4 years, 11 months ago) +* acbea8d97606 - HDDS-1708. Add container scrubber metrics. Contributed by Hrishikesh Gadre. (4 years, 11 months ago) +* 0ccf4b0fe16a - YARN-9810. Add queue capacity/maxcapacity percentage metrics. Contributed by Shubham Gupta (4 years, 11 months ago) +* 2e2e5401f297 - YARN-9718. Fixed yarn.service.am.java.opts shell injection. Contributed by Eric Yang (4 years, 11 months ago) +* 72d8b92ba5bd - HDFS-12904. Add DataTransferThrottler to the Datanode transfers. Contributed by Lisheng Sun. (4 years, 11 months ago) +* 511df1e837b1 - HADOOP-16430. S3AFilesystem.delete to incrementally update s3guard with deletions (4 years, 11 months ago) +* 2b16d5377c39 - HDDS-1898. GrpcReplicationService#download cannot replicate the container. (#1326) (4 years, 11 months ago) +* 172bcd8e01bd - YARN-8995. Log events info in AsyncDispatcher when event queue size cumulatively reaches a certain number every time. Contributed by zhuqi. (4 years, 11 months ago) +* f347c348d8dd - Add support for checksum verification in data scrubber (4 years, 11 months ago) +* 3db71840824c - YARN-9804. Update ATSv2 document for latest feature supports. (4 years, 11 months ago) +* 2f70b52a5bc6 - HDFS-14812. RBF: MountTableRefresherService should load cache when refresh. Contributed by xuzq. (4 years, 11 months ago) +* ae287474c023 - HDDS-2079. Fix TestSecureOzoneManager. Contributed by Xiaoyu Yao. (#1400) (4 years, 11 months ago) +* 337e9b794d34 - HADOOP-16268. Allow StandbyException to be thrown as CallQueueOverflowException when RPC call queue is filled. Contributed by CR Hota. (4 years, 11 months ago) +* 1ae775975bc4 - HDDS-2077. Add maven-gpg-plugin.version to pom.ozone.xml. (#1396) (4 years, 11 months ago) +* 05704754a0a3 - HDFS-14777. RBF: Set ReadOnly is failing for mount Table but actually readonly succeed to set. Contributed by Ranith Sardar. (4 years, 11 months ago) +* cfa41a49af3f - HDDS-2018. Handle Set DtService of token for OM HA. (#1371) (4 years, 11 months ago) +* f25fe9274323 - HDDS-1909. Use new HA code for Non-HA in OM. (#1225) (4 years, 11 months ago) +* 3c117163a343 - HDFS-14633. The StorageType quota and consume in QuotaFeature is not handled for rename. Contributed by Jinglun. (4 years, 11 months ago) +* 91b01a1db794 - HDFS-14807. SetTimes updates all negative values apart from -1. Contributed by Ayush Saxena. (4 years, 11 months ago) +* 0f549ec02a2c - HDDS-2069. Default values of properties hdds.datanode.storage.utilization.{critical | warning}.threshold are not reasonable. (#1393) (4 years, 11 months ago) +* ac5a0ae6d0de - HADOOP-16534. Exclude submarine from hadoop source build. (#1356) (4 years, 11 months ago) +* 0b9704f61065 - HDDS-1810. SCM command to Activate and Deactivate pipelines. (#1224) (4 years, 11 months ago) +* b53d19a343e1 - HDDS-1783 : Latency metric for applyTransaction in ContainerStateMachine (#1363). (4 years, 11 months ago) +* 5ff76cb8bc69 - HDFS-14630. Configuration.getTimeDurationHelper() should not log time unit warning in info log. Contributed by hemanthboyina. (4 years, 11 months ago) +* bb26514ba9e8 - YARN-9785. Fix DominantResourceCalculator when one resource is zero. Contributed by Bibin A Chundatt, Sunil Govindan, Bilwa S T. (4 years, 11 months ago) +* 03489124ea1b - YARN-9797. LeafQueue#activateApplications should use resourceCalculator#fitsIn. Contributed by Bilwa S T. (4 years, 11 months ago) +* 915cbc91c0a1 - HDFS-14706. Checksums are not checked if block meta file is less than 7 bytes. Contributed by Stephen O'Donnell. (4 years, 11 months ago) +* d207aba0265e - Revert "HDFS-14706. Checksums are not checked if block meta file is less than 7 bytes. Contributed by Stephen O'Donnell." (4 years, 11 months ago) +* 040f6e93bb80 - HDFS-14654. RBF: TestRouterRpc#testNamenodeMetrics is flaky. Contributed by Chen Zhang. (4 years, 11 months ago) +* f4d6e82075b0 - YARN-9400. Remove unnecessary if at EntityGroupFSTimelineStore#parseApplicationId. Contributed by Prabhu Joseph. (4 years, 11 months ago) +* b939ae98e6fc - YARN-8174. Add containerId to ResourceLocalizationService fetch failure log statement. Contributed by Prabhu Joseph. (4 years, 11 months ago) +* bc27f7fb6da7 - YARN-7982. Do ACLs check while retrieving entity-types per application. Contribued by Prabhu Joseph. (4 years, 11 months ago) +* c3abfcefdd25 - HDFS-13843. RBF: Add optional parameter -d for detailed listing of mount points. Contributed by Ayush Saxena. (4 years, 11 months ago) +* 751b5a1ac871 - YARN-9791. Queue Mutation API does not allow to remove a config. Contributed by Prabhu Joseph. (4 years, 11 months ago) +* 18d74fe41c09 - HDFS-14711. RBF: RBFMetrics throws NullPointerException if stateStore disabled. Contributed by Chen Zhang. (4 years, 11 months ago) +* fef65b4c2bcd - YARN-9793. Remove duplicate sentence from TimelineServiceV2.md. Contributed by Julia Kinga Marton. (4 years, 11 months ago) +* c7ef4fb74aca - YARN-8678. Queue Management API - rephrase error messages. Contributed by Prabhu Joseph. (4 years, 11 months ago) +* d2d963f3d481 - YARN-9790. Failed to set default-application-lifetime if maximum-application-lifetime is less than or equal to zero. Contributed by kyungwan nam. (4 years, 11 months ago) +* c187d2cb9f34 - HDDS-2060. Create Ozone specific LICENSE file for the Ozone source package (4 years, 11 months ago) +* 7d998cb6278a - YARN-9800. TestRMDelegationTokens can fail in testRemoveExpiredMasterKeyInRMStateStore. Contributed by Adam Antal. (4 years, 11 months ago) +* eeccd2f6f67f - YARN-9798. ApplicationMasterServiceTestBase#testRepeatedFinishApplicationMaster fails intermittently. Contributed by Tao Yang. (4 years, 11 months ago) +* a2d083f2c546 - HDDS-1413. Attempt to fix TestCloseContainerCommandHandler by adjusting timeouts (4 years, 11 months ago) +* c4411f7fdf74 - HDDS-2042. Avoid log on console with Ozone shell (4 years, 11 months ago) +* 70855126d16c - HDDS-2061. Add hdds.container.chunk.persistdata as exception to TestOzoneConfigurationFields (#1382) (4 years, 11 months ago) +* 472a26d2b8a5 - HDDS-2063. Integration tests create untracked file audit.log (#1384) (4 years, 11 months ago) +* 46696bd9b011 - HDDS-2014. Create Symmetric Key for GDPR (#1362) (4 years, 11 months ago) +* ec34cee5e37c - HDDS-2047. Datanodes fail to come up after 10 retries in a secure env… (#1379) (4 years, 11 months ago) +* c929b383f876 - YARN-9540. TestRMAppTransitions fails intermittently. Contributed by Tao Yang. (4 years, 11 months ago) +* 96f7dc199224 - HDFS-14796. Define LOG instead of BlockManager.LOG in ErasureCodingWork/ReplicationWork. Contributed by Fei Hui. (4 years, 11 months ago) +* 22a58615a26a - HDDS-2058. Remove hadoop dependencies in ozone build (4 years, 11 months ago) +* 5b557de721fa - YARN-9714. ZooKeeper connection in ZKRMStateStore leaks after RM transitioned to standby. Contributed by Tao Yang. (4 years, 11 months ago) +* d59fc59c9ffc - HADOOP-15998. Ensure jar validation works on Windows. (4 years, 11 months ago) +* e220dac15cc9 - HDFS-12212. Options.Rename.To_TRASH is considered even when Options.Rename.NONE is specified. Contributed by Vinayakumar B. (4 years, 11 months ago) +* 915271245b9a - Make DataNodePeerMetrics#minOutlierDetectionSamples configurable (#1314). Contributed by Lisheng Sun. (4 years, 11 months ago) +* dc0acceabb6a - YARN-9783. Remove low-level zookeeper test to be able to build Hadoop against zookeeper 3.5.5. Contributed by Mate Szalay-Beko. (4 years, 11 months ago) +* 7bebad61d9c3 - HDFS-14706. Checksums are not checked if block meta file is less than 7 bytes. Contributed by Stephen O'Donnell. (4 years, 11 months ago) +* 4f5f46eb4af7 - HDDS-1935. Improve the visibility with Ozone Insight tool (#1255) (4 years, 11 months ago) +* 7b3fa4fcaa29 - HDDS-2050. Error while compiling ozone-recon-web (#1374) (4 years, 11 months ago) +* fcb7884bfc01 - HDFS-8178. QJM doesn't move aside stale inprogress edits files. Contributed by Istvan Fajth. (4 years, 11 months ago) +* 3b22fcd377ee - HDFS-14256. Review Logging of NameNode Class. Contributed by David Mollitor. (4 years, 11 months ago) +* ffca734c62fb - HDFS-14104. Review getImageTxIdToRetain. Contributed by David Mollitor. (4 years, 11 months ago) +* f600fbb6c498 - HDFS-11246. FSNameSystem#logAuditEvent should be called outside the read or write locks. Contributed by He Xiaoqiao, Kuhu Shukla. (4 years, 11 months ago) +* 8e779a151e20 - HDFS-14721. RBF: ProxyOpComplete is not accurate in FederationRPCPerformanceMonitor. Contributed by xuzq. (4 years, 11 months ago) +* 8c0759d02a9a - YARN-9664. Improve response of scheduler/app activities for better understanding. Contributed by Tao Yang. (4 years, 11 months ago) +* c749f6247075 - HDDS-2045. Partially started compose cluster left running (4 years, 11 months ago) +* 371c9eb6a69d - Revert "HDDS-1596. Create service endpoint to download configuration from SCM." (4 years, 11 months ago) +* 16576fde8e36 - YARN-9754. Add support for arbitrary DAG AM Simulator. Contributed by Abhishek Modi. (4 years, 11 months ago) +* 872cdf48a638 - HDDS-1941. Unused executor in SimpleContainerDownloader (#1367) (4 years, 11 months ago) +* 6f2226a013da - YARN-9756: Create metric that sums total memory/vcores preempted per round. Contributed by Manikandan R (manirajv06). (4 years, 11 months ago) +* 3e6a0166f470 - HDDS-2051. Rat check failure in decommissioning.md (#1372) (4 years, 11 months ago) +* aef6a4fe0d04 - HDDS-1950. S3 MPU part-list call fails if there are no parts (4 years, 11 months ago) +* 2fcd0da7dcbc - HDDS-1942. Support copy during S3 multipart upload part creation (4 years, 11 months ago) +* addfb7ff7d41 - HDDS-1937. Acceptance tests fail if scm webui shows invalid json (4 years, 11 months ago) +* 29bd6f3fc3bd - HDFS-8631. WebHDFS : Support setQuota. Contributed by Chao Sun. (4 years, 11 months ago) +* 48cb58390655 - HDFS-14710. RBF: Improve some RPC performance by using previous block. Contributed by xuzq. (4 years, 11 months ago) +* c7d426daf0ae - HDDS-1881. Design doc: decommissioning in Ozone (#1196) (4 years, 11 months ago) +* 1407414a5212 - HDDS-1094. Performance test infrastructure : skip writing user data on Datanode. Contributed by Supratim Deka (#1323) (4 years, 11 months ago) +* dc72782008b2 - HDDS-738. Removing REST protocol support from OzoneClient. Contributed by Elek, Marton. (4 years, 11 months ago) +* c0499bd70455 - HDDS-1596. Create service endpoint to download configuration from SCM. (4 years, 11 months ago) +* 55cc115878d0 - HADOOP-16527. Add a whitelist of endpoints to skip Kerberos authentication (#1336) Contributed by Akira Ajisaka. (4 years, 11 months ago) +* 5d31a4eff785 - HDDS-1753. Datanode unable to find chunk while replication data using ratis. (#1318) (4 years, 11 months ago) +* b1eee8b52eec - HDDS-1946. CertificateClient should not persist keys/certs to ozone.m… (#1311) (4 years, 11 months ago) +* 6e37d65b03ff - HDFS-14760. Log INFO mode if snapshot usage and actual usage differ. Contributed by CR Hota. (4 years, 11 months ago) +* 6f068cf53fae - HADOOP-16416. mark DynamoDBMetadataStore.deleteTrackingValueMap as final. Contributed by kevin su. (4 years, 11 months ago) +* 2b9cc7eb95a4 - HDDS-2037. Fix hadoop version in pom.ozone.xml. (4 years, 11 months ago) +* d85d68f6ffb0 - HADOOP-16533. Upgrade jackson-databind to 2.9.9.3. (#1354). Contributed by Akira Ajisaka. (4 years, 11 months ago) +* 8ef46595da6a - YARN-9438. launchTime not written to state store for running applications (4 years, 11 months ago) +* 0883ce102113 - HDDS-2026. Overlapping chunk region cannot be read concurrently (4 years, 11 months ago) +* dde9399b37bf - HDFS-14497. Addendum: Write lock held by metasave impact following RPC processing. (4 years, 11 months ago) +* 66cfa482c450 - HDDS-1610. applyTransaction failure should not be lost on restart. Contributed by Shashikant Banerjee(#1226). (4 years, 11 months ago) +* ce8eb1283acb - Revert "HDDS-1610. applyTransaction failure should not be lost on restart. Contributed by Shashikant Banerjee." (4 years, 11 months ago) +* 8ab7020e641e - HDFS-14779. Fix logging error in TestEditLog#testMultiStreamsLoadEditWithConfMaxTxns (4 years, 11 months ago) +* 717c853873dd - YARN-9755. Fixed RM failing to start when FileSystemBasedConfigurationProvider is configured. Contributed by Prabhu Joseph (4 years, 11 months ago) +* 3329257d99d2 - HDDS-1998. TestSecureContainerServer#testClientServerRatisGrpc is failing (#1328) (4 years, 11 months ago) +* b69ac575a1a0 - HDFS-14772. RBF: hdfs-rbf-site.xml can't be loaded automatically. Contributed by Yuxuan Wang (4 years, 11 months ago) +* 4379370fb110 - HDDS-1981: Datanode should sync db when container is moved to CLOSED or QUASI_CLOSED state (#1319) (4 years, 11 months ago) +* 567091aa9b3f - HADOOP-15958. Revisiting LICENSE and NOTICE files. (4 years, 11 months ago) +* d70f5231a794 - YARN-9640. Slow event processing could cause too many attempt unregister events. Contributed by Bibin A Chundatt. (4 years, 11 months ago) +* 07e3cf952eac - HDFS-2470. NN should automatically set permissions on dfs.namenode.*.dir. Contributed by Siddharth Wagle. (4 years, 11 months ago) +* 8660e48ca150 - YARN-9775. RMWebServices /scheduler-conf GET returns all hadoop configurations for ZKConfigurationStore. Contributed by Prabhu Joseph (4 years, 11 months ago) +* d1aa8596e0e5 - HDDS-1975. Implement default acls for bucket/volume/key for OM HA code. (#1315) (4 years, 11 months ago) +* d3ce53e5073e - YARN-9642. Fix Memory Leak in AbstractYarnScheduler caused by timer. Contributed by Bibin A Chundatt. (4 years, 11 months ago) +* 6d7f01c92dcb - YARN-9771. Add GPU in the container-executor.cfg example. Contributed by Julia Kinga Marton (4 years, 11 months ago) +* 689d2e61058b - YARN-8917. Absolute (maximum) capacity of level3+ queues is wrongly calculated for absolute resource. Contributed by Tao Yang. (4 years, 11 months ago) +* 23e532d73983 - Revert "HADOOP-16193. Add extra S3A MPU test to see what happens if a file is created during the MPU. Contributed by Steve Loughran" (4 years, 11 months ago) +* d2225c8ca8f9 - HDFS-14722. RBF: GetMountPointStatus should return mountTable information when getFileInfoAll throw IOException. Contributed by xuzq. (4 years, 11 months ago) +* b661dcf563c0 - HDDS-2002. Update documentation for 0.4.1 release. (4 years, 11 months ago) +* 0b796754b9d7 - HDFS-14766. RBF: MountTableStoreImpl#getMountTableEntries returns extra entry. Contributed by Chen Zhang. (4 years, 11 months ago) +* 3f887f3b925c - HDDS-1827. Load Snapshot info when OM Ratis server starts. (#1130) (4 years, 11 months ago) +* ebef99dcf41a - HDFS-14674. [SBN read] Got an unexpected txid when tail editlog. Contributed by wangzhaohui. (4 years, 11 months ago) +* d699022fce75 - HDFS-13977. Override shouldForceSync in QuorumOutputStream to allow for proper auto-sync behavior. Contributed by Erik Krogen. (4 years, 11 months ago) +* 894e2300d60f - HDFS-14761. RBF: MountTableResolver cannot invalidate cache correctly (#1334) (4 years, 11 months ago) +* 20064b69a8a7 - HDDS-1978. Create helper script to run blockade tests. (#1310) (4 years, 11 months ago) +* c92de8209d1c - HDFS-14747. RBF: IsFileClosed should be return false when the file is open in multiple destination. Contributed by xuzq. (4 years, 11 months ago) +* 75bf090990d5 - HDDS-2024. rat.sh: grep: warning: recursive search of stdin (4 years, 11 months ago) +* d3fe993e60c2 - HDDS-2023. Fix rat check failures in trunk (addendum) (4 years, 11 months ago) +* e2a55482ee59 - HDDS-2023. Fix rat check failures in trunk (4 years, 11 months ago) +* b4a95a2b00f2 - HDDS-2000. Don't depend on bootstrap/jquery versions from hadoop-trunk snapshot (4 years, 11 months ago) +* bd7baea5a5d4 - HDFS-14396. Failed to load image from FSImageFile when downgrade from 3.x to 2.x. Contributed by Fei Hui. (4 years, 11 months ago) +* edd708527d34 - HDDS-1948. S3 MPU can't be created with octet-stream content-type (#1266) (4 years, 11 months ago) +* abc8fde4caea - HDFS-13596. NN restart fails after RollingUpgrade from 2.x to 3.x. Contributed by Fei Hui. (4 years, 11 months ago) +* 84b198206042 - YARN-9774. Fix order of arguments for assertEquals in TestSLSUtils. Contributed by Nikhil Navadiya. (4 years, 11 months ago) +* f6af7d0fd7ad - HDDS-1808. TestRatisPipelineCreateAndDestory times out (#1338) (4 years, 11 months ago) +* b67812ea2111 - HDFS-14617. Improve fsimage load time by writing sub-sections to the fsimage index (#1028). Contributed by Stephen O'Donnell. (4 years, 11 months ago) +* 93daf69f90df - HDFS-14675. Increase Balancer Defaults Further. Contributed by Stephen O'Donnell. (4 years, 11 months ago) +* 4028cac56d46 - HDDS-1347. In OM HA getS3Secret call Should happen only leader OM. (#670) (4 years, 11 months ago) +* 28fb4b527afe - HDDS-2008 : Wrong package for RatisHelper class in hadoop-hdds/common module. (#1333) (4 years, 11 months ago) +* e04dcfdc5743 - HDFS-14583. FileStatus#toString() will throw IllegalArgumentException. Contributed by xuzq. (4 years, 11 months ago) +* 63c295e29840 - HDFS-14755. [Dynamometer] Enhance compatibility of Dynamometer with branch-2 builds. Contributed by Takanobu Asanuma. (4 years, 11 months ago) +* 61b2df233177 - HADOOP-16470. Make last AWS credential provider in default auth chain EC2ContainerCredentialsProviderWrapper. (4 years, 11 months ago) +* 69ddb36876c0 - HADOOP-16193. Add extra S3A MPU test to see what happens if a file is created during the MPU. Contributed by Steve Loughran (4 years, 11 months ago) +* ee7c261e1e81 - HDFS-14763. Fix package name of audit log class in Dynamometer document (#1335) (4 years, 11 months ago) +* 76790a1e671c - HDFS-14358. Provide LiveNode and DeadNode filter in DataNode UI. Contributed by hemanthboyina. (4 years, 11 months ago) +* 5e156b9ddec4 - HADOOP-16061. Upgrade Yetus to 0.10.0 (4 years, 11 months ago) +* 52c77bc16074 - HDFS-14741. RBF: RecoverLease should be return false when the file is open in multiple destination. Contributed by xuzq (4 years, 11 months ago) +* 34dd9ee36674 - HADOOP-16494. Add SHA-512 checksum to release artifact to comply with the release distribution policy. (4 years, 11 months ago) +* d58eba867234 - HDDS-1927. Consolidate add/remove Acl into OzoneAclUtil class. Contributed by Xiaoyu Yao. (4 years, 11 months ago) +* f9029c4070e8 - HDFS-14744. RBF: Non secured routers should not log in error mode when UGI is default. Contributed by CR Hota. (4 years, 11 months ago) +* 0f598aed13d0 - HDFS-14276. [SBN read] Reduce tailing overhead. Contributed by Wei-Chiu Chuang. (4 years, 11 months ago) +* 8fc6567b946f - HDDS-1871. Remove anti-affinity rules from k8s minkube example (4 years, 11 months ago) +* 2ae7f444bdef - HDDS-1999. Basic acceptance test and SCM/OM web UI broken by Bootstrap upgrade (#1327) (4 years, 11 months ago) +* 217e74816c40 - HDDS-1973. Implement OM RenewDelegationToken request to use Cache and DoubleBuffer. (#1316) (4 years, 11 months ago) +* 93595febaa66 - HDFS-14756. RBF: getQuotaUsage may ignore some folders. Contributed by Chen Zhang. (4 years, 11 months ago) +* 5eeb6da2d443 - HDFS-14714. RBF: implement getReplicatedBlockStats interface. Contributed by Chen Zhang. (4 years, 11 months ago) +* 57f737017465 - Revert "HDFS-14476. lock too long when fix inconsistent blocks between disk and in-memory. Contributed by Sean Chow." (4 years, 11 months ago) +* 3ad1fcfc8bd4 - YARN-9752. Add support for allocation id in SLS. Contributed by Abhishek Modi (4 years, 11 months ago) +* 7ab88dbfa6fc - YARN-7291. Better input parsing for resource in allocation file. Contributed by Zoltan Siegl (4 years, 11 months ago) +* e8fa192f07b6 - YARN-9217. Nodemanager will fail to start if GPU is misconfigured on the node or GPU drivers missing. Contributed by Peter Bacsko (4 years, 11 months ago) +* e684b17e6ff7 - YARN-5857. TestLogAggregationService.testFixedSizeThreadPool fails intermittently on trunk. Contributed by Bilwa S T. (4 years, 11 months ago) +* 10ec31d20ee1 - YARN-9765. SLS runner crashes when run with metrics turned off. Contributed by Abhishek Modi. (4 years, 11 months ago) +* 8aaf5e1a14e5 - HDFS-14759. HDFS cat logs an info message. Contributed by Eric Badger. (4 years, 11 months ago) +* 30ce8546f132 - HADOOP-16496. Apply HDDS-1870 (ConcurrentModification at PrometheusMetricsSink) to Hadoop common. (4 years, 11 months ago) +* 10b4997b42e6 - HDDS-1965. Compile error due to leftover ScmBlockLocationTestIngClient file. (fix build) (4 years, 11 months ago) +* 7653ebdbb21e - Revert "HDDS-1965. Compile error due to leftover ScmBlockLocationTestIngClient file (#1293)" (4 years, 11 months ago) +* 3a145e2918b6 - HDFS-14582. Failed to start DN with ArithmeticException when NULL checksum used. Contributed by Surendra Singh Lilhore. (4 years, 11 months ago) +* 269b54336727 - HADOOP-16523. Minor spell mistake in comment : Line number 101 (#388) (4 years, 11 months ago) +* 4cb22cd867a9 - HDFS-14311. Multi-threading conflict at layoutVersion when loading block pool storage. Contributed by Yicong Cai. (4 years, 11 months ago) +* aa6995fde289 - HDFS-13201. Fix prompt message in testPolicyAndStateCantBeNull. Contributed by chencan. (4 years, 11 months ago) +* 094d73608fdd - YARN-9758. Upgrade JQuery to latest version for YARN UI. Contributed by Akhil PB. (4 years, 11 months ago) +* bd9246232123 - HDFS-14729. Upgrade Bootstrap and jQuery versions used in HDFS UIs. Contributed by Vivek Ratnavel Subramanian. This closes #1297 (4 years, 11 months ago) +* 62445021d5d5 - HDDS-1610. applyTransaction failure should not be lost on restart. Contributed by Shashikant Banerjee. (4 years, 11 months ago) +* 4f925afa820b - HDDS-1972. Provide example ha proxy with multiple s3 servers back end. (#1304) (4 years, 11 months ago) +* 360a96f342f3 - HDFS-13709. Report bad block to NN when transfer block encounter EIO exception. Contributed by Chen Zhang. (4 years, 11 months ago) +* abae6ff2a276 - HDFS-14746. Trivial test code update after HDFS-14687. Contributed by kevin su. (4 years, 11 months ago) +* 51b65370b945 - HADOOP-14784. [KMS] Improve KeyAuthorizationKeyProvider#toString(). Contributed by Yeliang Cang. (4 years, 11 months ago) +* d69a1a0aa496 - HDDS-1105 : Add mechanism in Recon to obtain DB snapshot 'delta' updates from Ozone Manager (#1259) (4 years, 11 months ago) +* c765584eb231 - HADOOP-16158. DistCp to support checksum validation when copy blocks in parallel (#919) (4 years, 11 months ago) +* a707bb7c1b1f - HADOOP-15246. SpanReceiverInfo - Prefer ArrayList over LinkedList. Contributed by David Mollitor. (4 years, 11 months ago) +* 12c7084be3b0 - HDDS-1971. Update document for HDDS-1891: Ozone fs shell command should work with default port when port number is not specified (#1306) (4 years, 11 months ago) +* b8db5b9a9812 - HDFS-14687. Standby Namenode never come out of safemode when EC files are being written. Contributed by Surendra Singh Lilhore. (4 years, 11 months ago) +* b58a35f374a9 - HDFS-14476. lock too long when fix inconsistent blocks between disk and in-memory. Contributed by Sean Chow. (4 years, 11 months ago) +* e32f52c75ff2 - HDDS-1903 : Use dynamic ports for SCM in TestSCMClientProtocolServer … (#1303) (4 years, 11 months ago) +* b83eae7bdb9e - HDDS-1974. Implement OM CancelDelegationToken request to use Cache and DoubleBuffer. (#1308) (4 years, 11 months ago) +* 3bba8086e0e9 - HDDS-1938. Change omPort parameter type from String to int in BasicOzoneFileSystem#createAdapter (#1305) (4 years, 11 months ago) +* e61825682a1f - HDDS-1979. Fix checkstyle errors (#1312) (4 years, 11 months ago) +* d873ddd65664 - HDFS-14127. Add a description about the observer read configuration. Contributed by xiangheng. (4 years, 11 months ago) +* 528378784fe1 - HDFS-12012. Fix spelling mistakes in BPServiceActor.java. Contributed by chencan. (4 years, 11 months ago) +* 02015e3ed810 - HDDS-1959. Decrement purge interval for Ratis logs in datanode (#1301) (4 years, 11 months ago) +* 0e0ddfaf242c - YARN-2599. Standby RM should expose jmx endpoint. Contributed by Rohith Sharma K S. (4 years, 11 months ago) +* 8d754c2c397f - HADOOP-16351. Change ":" to ApplicationConstants.CLASS_PATH_SEPARATOR. Contributed by kevin su. (4 years, 11 months ago) +* 971a4c8e8328 - HDFS-14523. Remove excess read lock for NetworkToplogy. Contributed by Wu Weiwei. (4 years, 11 months ago) +* a46ba03d150f - HDDS-1913. Fix OzoneBucket and RpcClient APIS for acl. (#1257) (4 years, 11 months ago) +* c8675ec42ea6 - HDDS-1911. Support Prefix ACL operations for OM HA. (#1275) (4 years, 11 months ago) +* a38b9e137e67 - HDFS-14456:HAState#prepareToEnterState neednt a lock (#770) Contributed by hunshenshi. (4 years, 11 months ago) +* 8943e1340da4 - HDDS-1969. Implement OM GetDelegationToken request to use Cache and DoubleBuffer. (#1296) (4 years, 11 months ago) +* e356e4f4b70b - HADOOP-16391 Add a prefix to the metric names for MutableRatesWithAggregation used for deferred RPC metrics to avoid collision with non-deferred metrics. Contributed by Bilwa S T. (4 years, 11 months ago) +* 9a1d8cfaf50e - HDFS-14678. Allow triggerBlockReport to a specific namenode. (#1252). Contributed by Leon Gao. (4 years, 11 months ago) +* 9b8359bb085b - YARN-9461. TestRMWebServicesDelegationTokenAuthentication.testCancelledDelegationToken fails with HTTP 400. Contributed by Peter Bacsko (4 years, 11 months ago) +* 4456ea67b949 - YARN-8586. Extract log aggregation related fields and methods from RMAppImpl. Contributed by Peter Bacsko (4 years, 11 months ago) +* 2216ec54e58e - YARN-9100. Add tests for GpuResourceAllocator and do minor code cleanup. Contributed by Peter Bacsko (4 years, 11 months ago) +* 2a05e0ff3b5a - YARN-9749. TestAppLogAggregatorImpl#testDFSQuotaExceeded fails on trunk. Contributed by Adam Antal (4 years, 11 months ago) +* bf3751521b51 - HDDS-1894. Add filter to scmcli listPipelines. (#1286) (4 years, 11 months ago)
  • +* 5882cf94ea50 - HADOOP-16504. Increase ipc.server.listen.queue.size default from 128 to 256. Contributed by Lisheng Sun. (4 years, 11 months ago) +* 77d102ceba1a - HDDS-1910. Cannot build hadoop-hdds-config from scratch in IDEA (4 years, 11 months ago) +* 46d61913ff2a - HDDS-1954. StackOverflowError in OzoneClientInvocationHandler (4 years, 11 months ago) +* c801f7a26c08 - HDDS-1768. Audit xxxAcl methods in OzoneManager (#1204) (4 years, 11 months ago) +* 22c4f38c4b00 - YARN-9679. Regular code cleanup in TestResourcePluginManager (#1122) (4 years, 11 months ago) +* 1845a83cec65 - YARN-9488. Skip YARNFeatureNotEnabledException from ClientRMService. Contributed by Prabhu Joseph (4 years, 11 months ago) +* 3f4f097f1f29 - MAPREDUCE-7230. TestHSWebApp.testLogsViewSingle fails. Contributed by Prabhu Joseph (4 years, 11 months ago) +* 34681643e927 - HDFS-14719. Correct the safemode threshold value in BlockManagerSafeMode. Contributed by hemanthboyina. (4 years, 11 months ago) +* 85a00fd2bbb8 - SUBMARINE-45. Can't specify queue by using the parameter --queue. Contributed by Ayush Saxena, Zac Zhou. (4 years, 11 months ago) +* 0a85af959ce5 - HDFS-13101. Yet another fsimage corruption related to snapshot. Contributed by Shashikant Banerjee. (4 years, 11 months ago) +* 167acd87daf6 - YARN-9683. Remove reapDockerContainerNoPid left behind by YARN-9074 (#1212) Contributed by Kevin Su. (4 years, 11 months ago) +* c7204417d7f7 - SUBMARINE-107. Reduce the scope of mockito-core in submarine to test. Contributed by kevin su. (4 years, 11 months ago) +* 82420851645f - HDDS-1964. TestOzoneClientProducer fails with ConnectException (4 years, 11 months ago) +* 06d8ac95226e - HDDS-1966. Wrong expected key ACL in acceptance test (4 years, 11 months ago) +* c89bdfacc871 - YARN-9676. Add DEBUG and TRACE level messages to AppLogAggregatorImpl… (#1261) (4 years, 11 months ago) +* b06c2345efff - HDFS-14713. RBF: RouterAdmin supports refreshRouterArgs command but not on display. Contributed by wangzhaohui. (4 years, 11 months ago) +* 3e0410449fb3 - YARN-9133. Make tests more easy to comprehend in TestGpuResourceHandler. Contributed by Peter Bacsko (4 years, 11 months ago) +* 243235657014 - HDDS-1955. TestBlockOutputStreamWithFailures#test2DatanodesFailure failing because of assertion error. (4 years, 11 months ago) +* e5e609384f68 - YARN-9140. Code cleanup in ResourcePluginManager.initialize and in TestResourcePluginManager. Contributed by Peter Bacsko (4 years, 11 months ago) +* 3c0382f1b933 - HDFS-14595. HDFS-11848 breaks API compatibility. Contributed by Siyao Meng. (4 years, 11 months ago) +* 83e452eceac6 - HDDS-1965. Compile error due to leftover ScmBlockLocationTestIngClient file (#1293) (4 years, 11 months ago) +* 0e4b757955ae - HADOOP-16500 S3ADelegationTokens to only log at debug on startup (#1269). Contributed by Steve Loughran. (4 years, 11 months ago) +* 89a53c7eb410 - YARN-9747. Reduce additional namenode call by EntityGroupFSTimelineStore#cleanLogs. Contributed by Prabhu Joseph. (4 years, 11 months ago) +* 846848ac4c18 - HDDS-1914. Ozonescript example docker-compose cluster can't be started (4 years, 11 months ago) +* 48dc44186446 - HDDS-1929. OM started on recon host in ozonesecure compose (4 years, 11 months ago) +* 5a248de51158 - HDDS-1947. fix naming issue for ScmBlockLocationTestingClient. Contributed by star. (4 years, 11 months ago) +* fc229b6490a1 - HDDS-1832 : Improve logging for PipelineActions handling in SCM and datanode. (Change to Error logging) (4 years, 11 months ago) +* 15545c8bf131 - HDDS-1915. Remove hadoop script from ozone distribution (4 years, 11 months ago) +* 78b714af9c0e - HDDS-1956. Aged IO Thread exits on first read (4 years, 11 months ago) +* bf457797f607 - HDDS-1920. Place ozone.om.address config key default value in ozone-site.xml (4 years, 11 months ago) +* 0f8add8a60d1 - HADOOP-16495. Fix invalid metric types in PrometheusMetricsSink (#1244) (4 years, 11 months ago) +* e6d240dc9100 - HDDS-1928. Cannot run ozone-recon compose due to syntax error (4 years, 11 months ago) +* c13ec7ab666f - HDFS-14491. More Clarity on Namenode UI Around Blocks and Replicas. Contributed by Siyao Meng. (4 years, 11 months ago) +* 50a22b66c029 - HDDS-1659. Define the process to add proposal/design docs to the Ozone subproject (#950) (4 years, 11 months ago) +* 9691117099d7 - HDDS-1916. Only contract tests are run in ozonefs module (4 years, 11 months ago) +* 633b7c1cfecd - HDFS-14625. Make DefaultAuditLogger class in FSnamesystem to Abstract. Contributed by hemanthboyina. (4 years, 11 months ago) +* da0006fe0473 - HDFS-14423. Percent (%) and plus (+) characters no longer work in WebHDFS. (4 years, 11 months ago) +* 6ae8bc3a4a07 - HDFS-14665. HttpFS: LISTSTATUS response is missing HDFS-specific fields (#1267) Contributed by Siyao Meng. (4 years, 11 months ago) +* 3cff73aff476 - HDDS-1917. TestOzoneRpcClientAbstract is failing. (4 years, 11 months ago) +* cb390dff87a8 - HDDS-1961. TestStorageContainerManager#testScmProcessDatanodeHeartbeat is flaky. (4 years, 11 months ago) +* 68c818415aed - HDDS-1891. Ozone fs shell command should work with default port when port number is not specified (4 years, 11 months ago) +* 69b74e901670 - HDDS-1488. Scm cli command to start/stop replication manager. (4 years, 11 months ago) +* 689a80d3ce31 - HDDS-1886. Use ArrayList#clear to address audit failure scenario (4 years, 11 months ago) +* 2ac029b949f0 - YARN-9442. container working directory has group read permissions. Contributed by Jim Brennan. (4 years, 11 months ago) +* 274966e675d0 - HDFS-14717. [Dynamometer] Remove explicit search for JUnit dependency JAR from Dynamometer Client as it is packaged in the primary JAR. Contributed by Kevin Su. (4 years, 11 months ago) +* e9b6b81de44f - HDFS-13505. Turn on HDFS ACLs by default. Contributed by Siyao Meng. (4 years, 11 months ago) +* 3dc22d6ef121 - HDDS-1952. Disable TestMiniChaosOzoneCluster in integration.sh. (#1284) (4 years, 11 months ago) +* b4097b96a39b - YARN-9744. RollingLevelDBTimelineStore.getEntityByTime fails with NPE. Contributed by Prabhu Joseph. (4 years, 11 months ago) +* 0b507d2ddf13 - HDDS-1908. TestMultiBlockWritesWithDnFailures is failing (#1282) (4 years, 11 months ago) +* 454420e4f25c - HDFS-14708. TestLargeBlockReport#testBlockReportSucceedsWithLargerLengthLimit fails in trunk. Contributed by Lisheng Sun. (4 years, 11 months ago) +* c92b49876a07 - HDFS-14148. HDFS OIV ReverseXML SnapshotSection parser throws exception when there are more than one snapshottable directory (#1274) Contributed by Siyao Meng. (4 years, 11 months ago) +* 201dc667e9e2 - YARN-9719. Fixed YARN service restart bug when application ID no longer exist in RM. Contributed by kyungwan nam (4 years, 11 months ago) +* e4b538bbda6d - YARN-9723. ApplicationPlacementContext is not required for terminated jobs during recovery. Contributed by Prabhu Joseph (4 years, 11 months ago) +* b91099efd6e1 - YARN-9451. AggregatedLogsBlock shows wrong NM http port. Contributed by Prabhu Joseph (4 years, 11 months ago) +* e0517fea3399 - YARN-9134. No test coverage for redefining FPGA / GPU resource types in TestResourceUtils. Contributed by Peter Bacsko (4 years, 11 months ago) +* ac6c4f0b2904 - MAPREDUCE-7197. Fix order of actual and expected expression in assert statements. Contributed by Adam Antal (4 years, 11 months ago) +* dfe772d234c5 - HDDS-1912. start-ozone.sh fail due to ozone-config.sh not found. Contributed by kevin su. (4 years, 11 months ago) +* 13a5803ccf9c - YARN-9464. Support pending resource metrics in RM's RESTful API. Contributed by Prabhu Joseph. (4 years, 11 months ago) +* 8fbf8b2eb094 - YARN-9722. PlacementRule logs object ID in place of queue name. Contributed by Prabhu Joseph. (4 years, 11 months ago) +* 6b4564f1d59a - HADOOP-16453. Update how exceptions are handled in NetUtils. Contributed by Lisheng Sun. (4 years, 11 months ago) +* cf5d8957ee61 - YARN-9657. AbstractLivelinessMonitor add serviceName to PingChecker thread. Contributed by Bilwa S T. (4 years, 11 months ago) +* 1c5b28659fe1 - YARN-9729. [UI2] Fix error message for logs when ATSv2 is offline. Contributed by Zoltan Siegl. (4 years, 11 months ago) +* d29007fb35d6 - HDDS-1366. Add ability in Recon to track the number of small files in an Ozone Cluster (#1146) (4 years, 11 months ago) +* e69db45e500f - Revert "YARN-9729. [UI2] Fix error message for logs without ATSv2. Contributed by Zoltan Siegl." (4 years, 11 months ago) +* 50cec5a704d1 - YARN-9729. [UI2] Fix error message for logs without ATSv2. Contributed by Zoltan Siegl. (4 years, 11 months ago) +* fba222a85603 - HDDS-1943. TestKeyManagerImpl.testLookupKeyWithLocation is failing. Contributed by Xiaoyu Yao. (#1262) (5 years ago) +* bd4be6e1682a - HDDS-1895. Support Key ACL operations for OM HA. (#1230) (5 years ago) +* 8a77a224c734 - HDFS-13359. DataXceiver hung due to the lock in FsDatasetImpl#getBlockInputStream. Contributed by Yiqun Lin. (5 years ago) +* e02ffed1b12f - HDFS-12125. Document the missing EC removePolicy command (#1258) Contributed by Wenxin He, Siyao Meng. (5 years ago) +* ce3c5a3e3bf6 - HDFS-14623. In NameNode Web UI, for Head the file (first 32K) old data is showing. Contributed by hemanthboyina. (5 years ago) +* 865021b8c96a - HDFS-14195. OIV: print out storage policy id in oiv Delimited output. Contributed by Wang, Xinglong. (5 years ago) +* 98dd7c48ff53 - HDDS-1906. TestScmSafeMode#testSCMSafeModeRestrictedOp is failing. (#1260) (5 years ago) +* 6ff0453edeeb - YARN-9527. Prevent rogue Localizer Runner from downloading same file repeatly. Contributed by Jim Brennan (5 years ago) +* a79564fed0b6 - YARN-9732. yarn.system-metrics-publisher.enabled=false is not honored by RM. Contributed by KWON BYUNGCHANG. (5 years ago) +* 189dc108841a - HADOOP-16481. ITestS3GuardDDBRootOperations.test_300_MetastorePrune needs to set region. (#1209). Contributed by Steve Loughran. (5 years ago) +* e25a5c2eab2a - HADOOP-16499. S3A retry policy to be exponential (#1246). Contributed by Steve Loughran. (5 years ago) +* 43a91f820a5f - HADOOP-16315. ABFS: transform full UPN for named user in AclStatus (5 years ago) +* acffec7a92be - YARN-9715. [UI2] yarn-container-log URI need to be encoded to avoid potential misuses. Contributed by Akhil PB. (5 years ago) +* e5f4cd0fdae7 - SUBMARINE-57. Add more elaborate message if submarine command is not recognized. Contributed by Adam Antal (5 years ago) +* f6fa865d6fcb - HDFS-14700. Clean up pmem cache before setting pmem cache capacity. Contributed by Feilong He. (5 years ago) +* e0c21c6da917 - YARN-9092. Create an object for cgroups mount enable and cgroups mount path as they belong together. Contributed by Gergely Pollak (5 years ago) +* 742e30b47381 - YARN-9096: Some GpuResourcePlugin and ResourcePluginManager methods are synchronized unnecessarily. Contributed by Gergely Pollak (5 years ago) +* 72d7e570a739 - YARN-9094: Remove unused interface method: NodeResourceUpdaterPlugin#handleUpdatedResourceFromRM. Contributed by Gergely Pollak (5 years ago) +* df30d8ea092c - YARN-9727: Allowed Origin pattern is discouraged if regex contains *. Contributed by Zoltan Siegl (5 years ago) +* a92b7a5491ea - YARN-9694. UI always show default-rack for all the nodes while running SLS. (5 years ago) +* 88ed1e0bfd66 - HDDS-1934. TestSecureOzoneCluster may fail due to port conflict (#1254) (5 years ago) +* 91f41b7d885d - HDDS-1884. Support Bucket ACL operations for OM HA. (#1202) (5 years ago) +* aa5f445fb9d0 - HDDS-1863. Freon RandomKeyGenerator even if keySize is set to 0, it returns some random data to key. (#1167) (5 years ago) +* 6ad9a11494c3 - HDFS-14693. NameNode should log a warning when EditLog IPC logger's pending size exceeds limit. Contributed by Xudong Cao. (5 years ago) +* 2265872c2db9 - HDFS-14705. Remove unused configuration dfs.min.replication. Contributed by CR Hota. (5 years ago) +* 28a848412c82 - HDFS-14701. Change Log Level to warn in SlotReleaser. Contributed by Lisheng Sun. (5 years ago) +* 23f91f68b817 - HDFS-14662. Document the usage of the new Balancer "asService" parameter. Contributed by Chen Zhang. (5 years ago) +* 14a4ce3cee7a - HDDS-1829 On OM reload/restart OmMetrics#numKeys should be updated. Contributed by Siyao Meng. (5 years ago) +* b0799148cf6e - HDFS-14459. ClosedChannelException silently ignored in FsVolumeList.addBlockPool(). Contributed by Stephen O'Donnell. (5 years ago) +* 5840df86d7a9 - HADOOP-16479. ABFS FileStatus.getModificationTime returns localized time instead of UTC. (5 years ago) +* 3ac0f3a0c1d9 - HDDS-1619. Support volume acl operations for OM HA. Contributed by… (#1147) (5 years ago) +* 63161cf590d4 - HDDS-1926. The new caching layer is used for old OM requests but not updated (5 years ago) +* 9e6519a11a16 - YARN-9711. Missing spaces in NMClientImpl (#1177) Contributed by Charles Xu. (5 years ago) +* 3b38f2019e4f - YARN-9685: NPE when rendering the info table of leaf queue in non-accessible partitions. Contributed by Tao Yang. (5 years ago) +* 397a5633af76 - HDDS-1888. Add containers to node2container map in SCM as part of ICR processing. (5 years ago) +* 00b5a27864e0 - SUBMARINE-72. Kill and destroy the job through the submarine client (#1090) Contributed by kevin su. (5 years ago) +* 22d7d1f8bfe6 - YARN-9601.Potential NPE in ZookeeperFederationStateStore#getPoliciesConfigurations (#908) Contributed by hunshenshi. (5 years ago) +* b0131bc26545 - HADOOP-15014. Addendum: KMS should log the IP address of the clients. Contributed by Zsombor Gegesy. (5 years ago) +* 70b4617cfe69 - HDDS-1900. Remove UpdateBucket handler which supports add/remove Acl. (#1219) (5 years ago) +* ab6a5c9d07a5 - HDDS-1925. ozonesecure acceptance test broken by HTTP auth requirement (#1248) (5 years ago) +* 8f9245bc2d27 - HDDS-1865. Use "ozone.network.topology.aware.read" to control both RPC client and server side logic (#1184) (5 years ago) +* 3cc0ace2037e - HADOOP-16491. Upgrade jetty version to 9.3.27. Contributed by Hrishikesh Gadre. (5 years ago) +* 11f750e6a77b - HDFS-14616. Add the warn log when the volume available space isn't enough. Contributed by liying. (5 years ago) +* de64253892a2 - HDFS-14608. DataNode#DataTransfer should be named. Contributed by Inigo Goiri. (5 years ago) +* 827dbb11e24b - HDFS-14370. Add exponential backoff to the edit log tailer to avoid spinning on empty edit tail requests. Contributed by Erik Krogen. (5 years ago) +* 0520f5cedee0 - HDDS-1924. ozone sh bucket path command does not exist (5 years ago) +* 70f46746b17c - HDDS-1907. TestOzoneRpcClientWithRatis is failing with ACL errors. (5 years ago) +* 9cd211ac86bb - HDDS-1921. TestOzoneManagerDoubleBufferWithOMResponse is flaky (#1238) (5 years ago) +* a5bb1e8ee871 - HDFS-14313. Get hdfs used space from FsDatasetImpl#volumeMap#ReplicaInfo in memory instead of df/du. Contributed by Lisheng Sun. (5 years ago) +* 38e6968647fd - HDDS-1919. Fix Javadoc in TestAuditParser (#1240) (5 years ago) +* 0b0ba70b35d1 - HADOOP-15908. hadoop-build-tools jar is downloaded from remote repository instead of using from local. Contributed by Oleksandr Shevchenko. (5 years ago) +* c4d97ae50060 - HDDS-1918. hadoop-ozone-tools has integration tests run as unit (#1236) (5 years ago) +* 954ff36360e0 - HDFS-14692. Upload button should not encode complete url. Contributed by Lokesh Jain. (5 years ago) +* 8cef9f89f421 - HDFS-14652. Addendum: HealthMonitor connection retry times should be configurable. Contributed by Chen Zhang. (5 years ago) +* 22430c10e2c4 - HADOOP-16457. Fixed Kerberos activation in ServiceAuthorizationManager. Contributed by Prabhu Joseph (5 years ago) +* f51702d53985 - YARN-9559. Create AbstractContainersLauncher for pluggable ContainersLauncher logic. (Contributed by Jonathan Hung) (5 years ago) +* b77761b0e377 - HADOOP-16275. Upgrade Mockito to the latest version. Contributed by kevin su. (5 years ago) +* a63023f26104 - HDDS-1901. Fix Ozone HTTP WebConsole Authentication. Contributed by Xiaoyu Yao. (#1228) (5 years ago) +* 7c2042a44d1c - YARN-9678. Addendum: TestGpuResourceHandler / TestFpgaResourceHandler should be renamed. Contributed by kevin su. (5 years ago) +* b8bf09ba3d25 - YARN-9678. TestGpuResourceHandler / TestFpgaResourceHandler should be renamed. Contributed by kevin su. (5 years ago) +* 35e0a01d7bc3 - HDFS-14557. JournalNode error: Can't scan a pre-transactional edit log. Contributed by Stephen O'Donnell. (5 years ago) +* 1c53ce0cda9b - YARN-9410. Typo in documentation: Using FPGA On YARN (#1220) Contributed by kevin su. (5 years ago) +* 2662e2058017 - HDDS-1905. PipelineActionHandler is not closing the pipeline when close action is received. (#1227) (5 years ago) +* 11272159bb73 - HDFS-14679. Failed to add erasure code policies with example template. Contributed by Yuan Zhou. (5 years ago) +* d6697da5e854 - YARN-9667. Use setbuf with line buffer to reduce fflush complexity in container-executor. Contributed by Peter Bacsko (5 years ago) +* c589983e9ceb - HDDS-1893. Fix bug in removeAcl in Bucket. (#1216) (5 years ago) +* 71aad60e519d - HDFS-14691. Wrong usage hint for hadoop fs command "test". (5 years ago) +* f8ea6e1ce132 - HDDS-1798. Propagate failure in writeStateMachineData to Ratis. Contributed by Supratim Deka (#1113) (5 years ago) +* 9680a8b2371c - HADOOP-16487. Update jackson-databind to 2.9.9.2. Contributed by Siyao Meng. (5 years ago) +* 065cbc6b5460 - HDDS-1896. Suppress WARN log from NetworkTopology#getDistanceCost. Contributed by Xiaoyu Yao. (#1214) (5 years ago) +* f4df97fd899e - HDDS-1870. ConcurrentModification at PrometheusMetricsSink (#1179) (5 years ago) +* ec1d453846ca - HDDS-1788. Fix kerberos principal error in Ozone Recon. (#1201) (5 years ago) +* 8f40856f762b - HDFS-14669. TestDirectoryScanner#testDirectoryScannerInFederatedCluster fails intermittently in trunk. Contributed by qiang Liu. (5 years ago) +* e503db5f4494 - HDFS-12826. Document Saying the RPC port, But it's required IPC port in HDFS Federation Document. Contributed by usharani. (5 years ago) +* 61180f4656dd - HADOOP-15942. Change the logging level form DEBUG to ERROR for RuntimeErrorException in JMXJsonServlet. Contributed by Anuhan Torgonshar. (5 years ago) +* b01efe5cf6e7 - HADOOP-16472. findbugs warning on LocalMetadataStore.ttlTimeProvider sync (5 years ago) +* e7a0b8aa83c1 - HDFS-14462 Ensure WebHDFS client throws the correct exception during writes. Contributed by Simbarashe Dzinamarira. (5 years ago) +* b964b81f8509 - HDFS-14685. DefaultAuditLogger doesn't print CallerContext. Contributed by xuzq. (5 years ago) +* eaf350c414e3 - HDDS-1887. Enable all the blockade test-cases. Contibuted by NandaKumar(#1206). (5 years ago) +* 6e8c8413ee8d - HDDS-1832 : Improve logging for PipelineActions handling in SCM and datanode. (#1200) (5 years ago) +* 946e30173142 - HDDS-1878. checkstyle error in ContainerStateMachine (#1195) (5 years ago) +* b5c74d4ab88e - HDDS-1782. Add an option to MiniOzoneChaosCluster to read files multiple times. Contributed by Mukul Kumar Singh. (#1076) (5 years ago) +* 797d14e81684 - Revert "HADOOP-16336. finish variable is unused in ZStandardCompressor. Contributed by cxorm." (5 years ago) +* 54ac80176e84 - Logging fileSize of log files under NM Local Dir. Contributed by Prabhu Joseph (5 years ago) +* 1930a7bf608f - YARN-9093. Remove commented code block from the beginning of Tes… (#444) (5 years ago) +* cbcada804d11 - YARN-9124. Resolve contradiction in ResourceUtils: addMandatoryResources / checkMandatoryResources work differently (#1121) (5 years ago) +* 95fc38f2e901 - YARN-9375. Use Configured in GpuDiscoverer and FpgaDiscoverer (#1131) (5 years ago) +* e872ceb810a3 - HADOOP-15865. ConcurrentModificationException in Configuration.overlay() method. Contributed by Oleksandr Shevchenko. (5 years ago) +* c2d00c84508a - HDFS-13131. Modifying testcase testEnableAndDisableErasureCodingPolicy. Contributed by chencan. (5 years ago) +* e20b19543ba1 - HADOOP-15681. AuthenticationFilter should generate valid date format for Set-Cookie header regardless of default Locale. Contributed by Cao Manh Dat. (5 years ago) +* 17e8cf501b38 - HDFS-14686. HttpFS: HttpFSFileSystem#getErasureCodingPolicy always returns null (#1192) Contributed by Siyao Meng. (5 years ago) +* 99bf1dc9eb18 - HDFS-14683. WebHDFS: Add erasureCodingPolicy field to GETCONTENTSUMMARY response (#1189) Contributed by Siyao Meng. (5 years ago) +* d086d058d87e - HDFS-14652. HealthMonitor connection retry times should be configurable. Contributed by Chen Zhang. (5 years ago) +* b94eba9f11af - HADOOP-12282. Connection thread's name should be updated after address changing is detected. Contributed by Lisheng Sun. (5 years ago) +* 32607dbd98a7 - HDFS-14631.The DirectoryScanner doesn't fix the wrongly placed replica. Contributed by Jinglun. (5 years ago) +* f86de6f76a30 - HDFS-13529. Fix default trash policy emptier trigger time correctly. Contributed by He Xiaoqiao. (5 years ago) +* e111789aeb00 - HDDS-1882. TestReplicationManager failed with NPE. (#1197) (5 years ago) +* a7371a779c59 - MAPREDUCE-7225: Fix broken current folder expansion during MR job start. Contributed by Peter Bacsko. (5 years ago) +* 89b102f916cf - HDFS-14661. RBF: updateMountTableEntry shouldn't update mountTableEntry if targetPath not exist. Contributed by xuzq. (5 years ago) +* c1f74405d79b - HDDS-1885. Fix bug in checkAcls in OzoneManager. (#1199) (5 years ago) +* b008072044fa - HDFS-14681. RBF: TestDisableRouterQuota failed because port 8888 was occupied. (5 years ago) +* 8bda91d20ab2 - HADOOP-16398. Exports Hadoop metrics to Prometheus (#1170) (5 years ago) +* a6f47b5876e5 - HDDS-1875. Fix failures in TestS3MultipartUploadAbortResponse. (#1188) (5 years ago) +* 90e5eb0a4808 - HDDS-1849. Implement S3 Complete MPU request to use Cache and DoubleBuffer. (#1181) (5 years ago) +* ac8ed7b5db01 - HDDS-1877. hadoop31-mapreduce fails due to wrong HADOOP_VERSION (5 years ago) +* d4ab9aea6f9c - HDDS-1816: ContainerStateMachine should limit number of pending apply transactions. Adds a config, uses snapshot threshold default value. (#1150) (5 years ago) +* e5c413148591 - HDDS-1856. Make required changes for Non-HA to use new HA code in OM. (#1174) (5 years ago) +* 0f2dad6679b7 - HDFS-14569. Result of crypto -listZones is not formatted properly. Contributed by hemanthboyina. (5 years ago) +* 99f88c30cb57 - HDFS-14419. Avoid repeated calls to the listOpenFiles function. Contributed by HuangTao. (5 years ago) +* 3ae775d74029 - HDFS-14034. Support getQuotaUsage API in WebHDFS. Contributed by Chao Sun. (5 years ago) +* 1f26cc8705b5 - HDFS-13783. Add an option to the Balancer to make it run as a long-running service. Contributed by Chen Zhang. (5 years ago) +* 7849bdcf70b8 - HDFS-14449. Expose total number of DT in JMX for Namenode. Contributed by Fengnan Li. (5 years ago) +* e68d8446c42a - HDDS-1834. parent directories not found in secure setup due to ACL check. Contributed by Doroszlai, Attila. (5 years ago) +* 42683aef1a69 - YARN-9596: QueueMetrics has incorrect metrics when labelled partitions are involved. Contributed by Muhammad Samir Khan. (5 years ago) +* c75f16db7997 - HADOOP-16452. Increase ipc.maximum.data.length default from 64MB to 128MB. Contributed by Siyao Meng. (5 years ago) +* 12a526c080ea - HADOOP-16460: ABFS: fix for Sever Name Indication (SNI) (5 years ago) +* 8deced0073ae - HDFS-14677. TestDataNodeHotSwapVolumes#testAddVolumesConcurrently fails intermittently in trunk. Contributed by Chen Zhang. (5 years ago) +* 88daa730a3a9 - HDDS-1872. Fix entry clean up from openKeyTable during complete MPU. (#1182) (5 years ago) +* bca86bd28913 - HADOOP-16469. Update committers.md (5 years ago) +* 204a977f556a - HADOOP-15910. Fix Javadoc for LdapAuthenticationHandler#ENABLE_START_TLS (5 years ago) +* cbfa3f3e988b - HADOOP-16435. RpcMetrics should not retained forever. Contributed by Zoltan Haindrich. (5 years ago) +* 68f9f2d8335c - Revert HDDS-1829 On OM reload/restart OmMetrics#numKeys should be updated. (#1183) (5 years ago) +* 4d07134b139e - HDDS-1829 On OM reload/restart OmMetrics#numKeys should be updated (#1164) (5 years ago) +* 8053085388fe - HDFS-14429. Block remain in COMMITTED but not COMPLETE caused by Decommission. Contributed by Yicong Cai. (5 years ago) +* 72900de5f456 - HDFS-14639. [Dynamometer] Remove unnecessary duplicate directory from the distribution. Contributed by Erik Krogen. (5 years ago) +* 611718f59fd2 - HDFS-14670: RBF: Create secret manager instance using FederationUtil#newInstance. (5 years ago) +* 60325c961133 - HDDS-1391 : Add ability in OM to serve delta updates through an API. (#1033) (5 years ago) +* d023663e3e20 - HDDS-1833. Moved RefCountedDB stacktrace to log level trace. Contributed by Siddharth Wagle (5 years ago) +* 8a59cd1b8a25 - HDFS-12967. NNBench should support multi-cluster access. Contributed by Chen Zhang. (5 years ago) +* 90afb7bf8cef - HDDS-1725. pv-test example to test csi is not working (5 years ago) +* b039f7591f7a - HDDS-1682. TestEventWatcher.testMetrics is flaky (5 years ago) +* 61ec03c966d2 - HDDS-1852. Fix typo in TestOmAcls (5 years ago) +* 902ff4a2f60c - HDDS-1867. Invalid Prometheus metric name from JvmMetrics (5 years ago) +* 02bd02b5af76 - HDFS-14660. [SBN Read] ObserverNameNode should throw StandbyException for requests not from ObserverProxyProvider. Contributed by Chao Sun. (5 years ago) +* 2fe450cb5e29 - HDFS-14425. Native build fails on macos due to jlong in hdfs.c (#741) (5 years ago) +* 62efb6300619 - HADOOP-16245. Restrict the effect of LdapGroupsMapping SSL configurations to avoid interfering with other SSL connections. Contributed by Erik Krogen. (5 years ago) +* ecc8acfd242a - HDFS-14673. The console log is noisy when using DNSDomainNameResolver to resolve NameNode. (5 years ago) +* c01e137273fe - HDDS-1864. Turn on topology aware read in TestFailureHandlingByClient. (#1168) (5 years ago) +* c7c7a889a88d - HDDS-1839: Change topology sorting related logs in Pipeline from INFO to DEBUG. Contributed by Junjie Chen. (5 years ago) +* c0a0c353e86f - MAPREDUCE-6973. Fix comments on creating _SUCCESS file. (5 years ago) +* aebac6d2d2e6 - HADOOP-16461. Regression: FileSystem cache lock parses XML within the lock. (5 years ago) +* 07530314c213 - HADOOP-9844. NPE when trying to create an error message response of SASL RPC (5 years ago) +* 98653ecccb80 - HADOOP-16447 Upgrade JUnit5 from 5.3.1 to 5.5.1 to support global timeout (5 years ago) +* 3426777140d6 - HDDS-1861. Fix TableCacheImpl cleanup logic. (#1165) (5 years ago) +* ce99cc31e9c3 - HDFS-14303. Addendum: check block directory logic not correct when there is only meta file, print no meaning warn log. Contributed by qiang Liu. (5 years ago) +* a2cc96108692 - HDDS-1855. TestStorageContainerManager#testScmProcessDatanodeHeartbeat is failing. (#1153) (5 years ago) +* 6b8107ad9725 - HDFS-14135. TestWebHdfsTimeouts Fails intermittently in trunk. Contributed by Ayush Saxena. (5 years ago) +* b7fba78fb63a - HDDS-1830 OzoneManagerDoubleBuffer#stop should wait for daemon thread to die (#1156) (5 years ago) +* 2b1d8aedbb66 - HDDS-1850. ReplicationManager should consider inflight replication and deletion while picking datanode for re-replication. (5 years ago) +* b41ef61ebcc8 - HDDS-1858. mTLS support for Ozone is not correct. Contributed by Siddharth Wagle. (5 years ago) +* 3c4159ff3def - HDDS-1842. Implement S3 Abort MPU request to use Cache and DoubleBuffer. (#1155) (5 years ago) +* ba4323345112 - HDDS-1749 : Ozone Client should randomize the list of nodes in pipeline for reads. (#1124) (5 years ago) +* 62deab17a33c - HDFS-14647. NPE during secure namenode startup. Contributed by Fengnan Li. (5 years ago) +* 9b8b3acb0a2b - HADOOP-16451. Update jackson-databind to 2.9.9.1. Contributed by Siyao Meng. (5 years ago) +* 2546e6ece240 - HDDS-1817. GetKey fails with IllegalArgumentException. (5 years ago) +* 1d98a212cb72 - HDDS-1819. Implement S3 Commit MPU request to use Cache and DoubleBuffer. (#1140) (5 years ago) +* cb69700ac6b5 - HDDS-1853. Fix failing blockade test-cases. (#1151) (5 years ago) +* 7b219778e05a - HADOOP-16433. S3Guard: Filter expired entries and tombstones when listing with MetadataStore.listChildren(). (5 years ago) +* cf9ff08f4b9f - HDDS-1848. Fix TestOzoneManagerHA and TestOzoneManagerSnapShotProvider. (#1148) (5 years ago) +* a1251addff8c - HADOOP-16431. Remove useless log in IOUtils.java and ExceptionDiags.java. (5 years ago) +* ecb9f817ac41 - HDDS-1845. Fix OMVolumeSetQuota|OwnerRequest#validateAndUpdateCache return response. (#1141) (5 years ago) +* fbe2fc65805d - HDDS-1846. Default value for checksum bytes is different in ozone-site.xml and code. (5 years ago) +* 278390f5bf92 - HDDS-1710. Fix checkstyle errors (5 years ago) +* 4317d3323217 - HADOOP-16380. S3Guard to determine empty directory status for all non-root directories. (5 years ago) +* eb36b09cb7e4 - HADOOP-16443. Improve help text for setfacl --set option. (5 years ago) +* 377f95bbe8d2 - HDFS-13693. Remove unnecessary search in INodeDirectory.addChild during image loading. Contributed by Lisheng Sun. (5 years ago) +* ee87e9a42e4f - MAPREDUCE-7076. TestNNBench#testNNBenchCreateReadAndDelete failing in our internal build (5 years ago) +* c533b79c328a - HDDS-1710. Publish JVM metrics via Hadoop metrics Signed-off-by: Anu Engineer (5 years ago) +* d59f2711e0f4 - HDDS-1803. shellcheck.sh does not work on Mac (5 years ago) +* d70ec4b5fa56 - HDDS-1799. Add goofyfs to the ozone-runner docker image (5 years ago) +* f3f2f3419db2 - HDDS-1585. Add LICENSE.txt and NOTICE.txt to Ozone Recon Web (5 years ago) +* 2ea71d953b46 - HDDS-1686. Remove check to get from openKeyTable in acl implementatio… (#966) (5 years ago) +* c958eddcf4b1 - HDDS-1811. Prometheus metrics are broken. (5 years ago) +* cdc36fe28670 - HDDS-1649. On installSnapshot notification from OM leader, download checkpoint and reload OM state (#948) (5 years ago) +* 340bbaf8bfba - HDDS-1840. Fix TestSecureOzoneContainer. (#1135) (5 years ago) +* acdb0a127670 - HDDS-1841. Fix TestSecureContainerServer. (#1136) (5 years ago) +* 4aa76e327dcb - HDDS-1805. Implement S3 Initiate MPU request to use Cache and DoubleBuffer. (#1108) (5 years ago) +* e60f5e257253 - HADOOP-16440. Distcp can not preserve timestamp with -delete option. Contributed by ludun. (5 years ago) +* 0b45293abb3a - HADOOP-16404. ABFS default blocksize change(256MB from 512MB) (5 years ago) +* f5b2f7538c92 - HDDS-1795. Implement S3 Delete Bucket request to use Cache and DoubleBuffer. (#1097) (5 years ago) +* 69a46a95bb6a - HDDS-1713. ReplicationManager fail to find proper node topology based… (#1112) (5 years ago) +* 7f1b76ca3598 - HADOOP-13868. [s3a] New default for S3A multi-part configuration (#1125) (5 years ago) +* cd967c75a76b - HADOOP-15847. S3Guard testConcurrentTableCreations to set R/W capacity == 0 (5 years ago) +* 6282c02d7d37 - HDFS-14577. RBF: FederationUtil#newInstance should allow constructor without context. Contributed by CR Hota. (5 years ago) +* 4e66cb9333bc - HDDS-1653. Add option to "ozone scmcli printTopology" to order the output acccording to topology layer. Contributed by Xiaoyu Yao. (#1067) (5 years ago) +* d545f9c2903f - HADOOP-16437 documentation typo fix: fs.s3a.experimental.input.fadvise (5 years ago) +* d5ef38b0935d - HDDS-1822. NPE in SCMCommonPolicy.chooseDatanodes (#1120) (5 years ago) +* 9838a47d44c3 - YARN-6046. Fixed documentation error in YarnApplicationSecurity. Contributed by Yousef Abu-Salah (5 years ago) +* f22818d0d614 - HDDS-1820. Fix numKeys metrics in OM HA. (#1116) (5 years ago) +* c34ceb5fde9f - YARN-9568. Fixed NPE in MiniYarnCluster during FileSystemNodeAttributeStore.recover. Contributed by Steve Loughran (5 years ago) +* 8ef2365ffd8f - HDDS-1779. TestWatchForCommit tests are flaky.Contributed by Shashikant Banerjee. (#1071) (5 years ago) +* 79f6118dccf8 - MAPREDUCE-6521. MiniMRYarnCluster should not create /tmp/hadoop-yarn/staging on local filesystem in unit test. (5 years ago) +* 20cf50c6d054 - HDDS-1654. Ensure container state on datanode gets synced to disk whennever state change happens. Cotributed by Shashikant Banerjee. (#923) (5 years ago) +* ccceedb432bc - HDDS-1780. TestFailureHandlingByClient tests are flaky. Contributed by Shashikant Banerjee. (#1073) (5 years ago) +* 23e9bebe13bd - HDDS-1767: ContainerStateMachine should have its own executors for executing applyTransaction calls (#1087) (5 years ago) +* 53a4c22b403d - HDDS-1481: Cleanup BasicOzoneFileSystem#mkdir (#1114) (5 years ago) +* 3dc256ef8101 - HDDS-1689. Implement S3 Create Bucket request to use Cache and DoubleBuffer. (#1088) (5 years ago) +* 73e6ffce695f - HDDS-1802. Add Eviction policy for table cache. (#1100) (5 years ago) +* 9792f58662a2 - HDFS-14653. RBF: Correct the default value for dfs.federation.router.namenode.heartbeat.enable. Contributed by Ayush Saxena. (5 years ago) +* 5e6cc6fe8a11 - HDFS-12979. [SBN read] StandbyNode should upload FsImage to ObserverNode after checkpointing. Contributed by Chen Liang. (5 years ago) +* 0541322c9acc - HDDS-1675. Cleanup Volume Request 2 phase old code. (#964) (5 years ago) +* 303a7f8a3934 - HDDS-1721 : Client Metrics are not being pushed to the configured sink while running a hadoop command to write to Ozone. (#1034) (5 years ago) +* af0665c7f5b1 - HDFS-13647. Fix the description of storageType option for space quota. Contributed by Takanobu Asanuma. (5 years ago) +* eb0849b547bb - HDDS-1801. Make Topology Aware Replication/Read non-default for ozone 0.4.1. Contributed by Xiaoyu Yao. (5 years ago) +* c58e11bf521d - HADOOP-16383. Pass ITtlTimeProvider instance in initialize method in MetadataStore interface. Contributed by Gabor Bota. (#1009) (5 years ago) +* 256fcc160edc - HDDS-1785. OOM error in Freon due to the concurrency handling (5 years ago) +* b4466a3b0a77 - HADOOP-16341. ShutDownHookManager: Regressed performance on Hook removals after HADOOP-15679 (5 years ago) +* 19a001826f6a - Revert "HDFS-9913. DistCp to add -useTrash to move deleted files to Trash." (5 years ago) +* ee3115f488ce - HDFS-9913. DistCp to add -useTrash to move deleted files to Trash. (5 years ago) +* 85d9111a88f9 - YARN-9682. Wrong log message when finalizing the upgrade. Contributed by kyungwan nam. (5 years ago) +* 5915c902aa7a - YARN-9646. DistributedShell tests failed to bind to a local host name. (Contributed by Ray Yang) (5 years ago) +* 5672efa5c718 - HADOOP-15729. [s3a] Allow core threads to time out. (#1075) (5 years ago) +* 7adc4a327ace - HDDS-1775. Make OM KeyDeletingService compatible with HA model (#1063) (5 years ago) +* 71c21f0a9ba3 - HDDS-1813. Fix false warning from ozones3 acceptance test. Contributed by Xiaoyu Yao. (#1107) (5 years ago) +* d429d742f08d - HDDS-1544. Support default Acls for volume, bucket, keys and prefix. Contributed by Ajay Kumar, Xiaoyu Yao. (5 years ago) +* 493b0b57601a - HDDS-1787. NPE thrown while trying to find DN closest to client. Contributed by Sammi Chen. (#1094) (5 years ago) +* c5e3ab5a4d80 - HDDS-1793. Acceptance test of ozone-topology cluster is failing (5 years ago) +* d21eccf8bae6 - HDDS-1492. Generated chunk size name too long. Contributed by Shashikannt Banerjee. (#1084) (5 years ago) +* 1502e6a22f1b - HDDS-1756. DeleteContainerCommandHandler fails with NPE. Contributed by Nanda kumar(#1095). (5 years ago) +* 7a93be0f6002 - YARN-9645. Fix Invalid event FINISHED_CONTAINERS_PULLED_BY_AM at NEW on NM restart. Contributed by Bilwa S T. (5 years ago) +* 395cb3cfd703 - HDDS-1736. Cleanup 2phase old HA code for Key requests. (#1038) (5 years ago) +* f77d54c24343 - HDFS-14642. processMisReplicatedBlocks does not return correct processed count. Contributed by Stephen O'Donnell. (5 years ago) +* ef66e4999f3c - HDDS-1666. Issue in openKey when allocating block. (#943) (5 years ago) +* 585f4d5c6405 - HDDS-1761. Fix class hierarchy for KeyRequest and FileRequest classes. (#1052) (5 years ago) +* 141151325b3b - Merge pull request #944 from elek/HDDS-1668 (5 years ago) +|\ +| * d3a5abec71f2 - HDDS-1668. Add liveness probe to the example k8s resources files (5 years ago) +* | 47345e598eed - Merge pull request #1058 from elek/HDDS-1763 (5 years ago) +|\ \ +| * | 68f53f95add1 - HDDS-1763. Use vendor neutral s3 logo in ozone doc. Contributed by Elek, Marton. (5 years ago) +* | | 64d4abf489a0 - HDFS-14593. RBF: Implement deletion feature for expired records in State Store. Contributed by Takanobu Asanuma. (5 years ago) +* | | 61bbdeee193d - HDDS-1800. Result of author check is inverted (5 years ago) +* | | 5446308360f5 - YARN-9326. Fair Scheduler configuration defaults are not documented in case of min and maxResources. Contributed by Adam Antal (5 years ago) +* | | 18ee1092b471 - YARN-9127. Create more tests to verify GpuDeviceInformationParser. Contributed by Peter Bacsko (5 years ago) +* | | be784de2d4c8 - SUBMARINE-62. PS_LAUNCH_CMD CLI description is wrong in RunJobCli. Contributed by Adam Antal (5 years ago) +* | | 91ce09e7065b - YARN-9360. Do not expose innards of QueueMetrics object into FSLeafQueue#computeMaxAMResource. Contributed by Peter Bacsko (5 years ago) +* | | 30a8f840f157 - HDFS-14357. Update documentation for HDFS cache on SCM support. Contributed by Feilong He. (5 years ago) +* | | e98adb00b7da - HDFS-14458. Report pmem stats to namenode. Contributed by Feilong He. (5 years ago) +* | | 0976f6fc30ed - HDDS-1766. ContainerStateMachine is unable to increment lastAppliedTermIndex. Contributed by Mukul Kumar Singh. (#1072) (5 years ago) +* | | 4a70a0d81601 - HDDS-1735. Create separate unit and integration test executor dev-support script. Contributed by Elek, Marton. (5 years ago) +|\ \ \ +| * | | 51e7dc32215f - make author check yetus safe (5 years ago) +| * | | ca7b3e8310d3 - reenable unit test execution (5 years ago) +| * | | 317f2c896ffb - fix rat problem (5 years ago) +| * | | 987bf3f696d4 - fix print0 consequences (5 years ago) +| * | | 6f25420f57c7 - fixing ALL the checkstule issues under hadoop-ozone/dev-support/checks (5 years ago) +| * | | 0bae9e8ec8b5 - HDDS-1735. Create separate unit and integration test executor dev-support script (5 years ago) +* | | | 557056e18ea3 - YARN-9626. UI2 - Fair scheduler queue apps page issues. Contributed by Zoltan Siegl (5 years ago) +* | | | 61b0c2bb7c0f - YARN-9337. GPU auto-discovery script runs even when the resource is given by hand. Contributed by Adam Antal (5 years ago) +* | | | 8b3c6791b13f - YARN-9135. NM State store ResourceMappings serialization are tested with Strings instead of real Device objects. Contributed by Peter Bacsko (5 years ago) +* | | | c416284bb758 - YARN-9235. If linux container executor is not set for a GPU cluster GpuResourceHandlerImpl is not initialized and NPE is thrown. Contributed by Antal Balint Steinbach, Adam Antal (5 years ago) +* | | | 190e4349d77e - HDDS-1790. Fix checkstyle issues in TestDataScrubber (5 years ago) +* | | | 7b8177ba0fe1 - HDDS-1791. Update network-tests/src/test/blockade/README.md file (5 years ago) +* | | | b15ef7dc3d91 - HADOOP-16384: S3A: Avoid inconsistencies between DDB and S3. (5 years ago) +* | | | f9fab9f22a53 - HDFS-14499. Misleading REM_QUOTA value with snapshot and trash feature enabled for a directory. Contributed by Shashikant Banerjee. (5 years ago) +|/ / / +* | | 9119ed07ff32 - HDDS-1384. TestBlockOutputStreamWithFailures is failing (5 years ago) +* | | 14c43f85de86 - HDDS-1752. ConcurrentModificationException while handling DeadNodeHandler event. (#1080) (5 years ago) +* | | 738fab3bff04 - HDDS-1754. getContainerWithPipeline fails with PipelineNotFoundException. Contributed by Supratim Deka (#1081) (5 years ago) +* | | 00dd843a1a6c - HDFS-14466. Add a regression test for HDFS-14323. (5 years ago) +* | | cdcc2054907d - HDDS-1784. Missing HostName and IpAddress in the response of register command. (#1078) (5 years ago) +|\ \ \ +| * | | 0f399b0d5787 - HDDS-1784. Missing HostName and IpAddress in the response of register command. (5 years ago) +* | | | 9b54dd71863a - YARN-9668. UGI conf doesn't read user overridden configurations on RM and NM startup. (Contributed by Jonathan Hung) (5 years ago) +* | | | 8fb5ca3f4055 - HDFS-14611. Move handshake secret field from Token to BlockAccessToken. Contributed by Chen Liang. (5 years ago) +* | | | 6a3433bffdbd - HADOOP-16357. TeraSort Job failing on S3 DirectoryStagingCommitter: destination path exists. (5 years ago) +* | | | 5747f6cff54f - HDFS-14624. When decommissioning a node, log remaining blocks to replicate periodically. Contributed by Stephen O'Donnell. (5 years ago) +* | | | 5043840b1dae - HDFS-14410. Make Dynamometer documentation properly compile onto the Hadoop site. Contributed by Erik Krogen. (5 years ago) +* | | | 32925d04d965 - HDFS-14640. [Dynamometer] Fix TestDynamometerInfra failure. Contributed by Erik Krogen. (5 years ago) +* | | | fc0656dd300f - HADOOP-16418. [Dynamometer] Fix checkstyle and findbugs warnings. Contributed by Erik Krogen. (5 years ago) +* | | | 9cec02318644 - YARN-9625. UI2 - No link to a queue on the Queues page for Fair Scheduler. Contributed by Zoltan Siegl (5 years ago) +|/ / / +* | | acef5e0cec94 - HDDS-1201. Reporting corrupted containers info to SCM (#1032) (5 years ago) +* | | ccaa99c9235e - HADOOP-16381. The JSON License is included in binary tarball via azure-documentdb:1.16.2. Contributed by Sushil Ks. (5 years ago) +* | | 555dabf4f849 - YARN-9660. Update support documentation for Docker on YARN. Contributed by Peter Bacsko (5 years ago) +* | | c7b5f858a00e - HADOOP-16393. S3Guard init command uses global settings, not those of target bucket. (5 years ago) +* | | 6872efcabfd8 - HDDS-1611.[Addendum] Evaluate ACL on volume bucket key and prefix to authorize access. Contributed by Ajay Kumar. (#973) (5 years ago) +* | | eccc9a40deda - HDFS-12703. Exceptions are fatal to decommissioning monitor. Contributed by He Xiaoqiao. (5 years ago) +* | | cdb20adfcce2 - HDDS-1611. Evaluate ACL on volume bucket key and prefix to authorize access. Contributed by Ajay Kumar. (#973) (5 years ago) +* | | 90b10a0d54c9 - HDFS-14622. [Dynamometer] Update XML FsImage parsing logic to ignore non-INodeSection entries to fix an issue caused by the presence of Centralized Cache Management functionality. Contributed by Erik Krogen. (5 years ago) +* | | efb916457fc5 - HDDS-1778. Fix existing blockade tests. (#1068) (5 years ago) +* | | bbf5844968b3 - HDDS-1525. Mapreduce failure when using Hadoop 2.7.5 (5 years ago) +* | | 93824886e9c3 - HDDS-1764. Fix hidden errors in acceptance tests (5 years ago) +* | | e0fa1040afc4 - HDDS-1748. Error message for 3 way commit failure is not verbose. Contributed by Supratim Deka (#1051) (5 years ago) +* | | 993dc8726b7d - HDFS-14632. Reduce useless #getNumLiveDataNodes call in SafeModeMonitor. Contributed by He Xiaoqiao. (5 years ago) +* | | ac7a8accdf6a - HDDS-1603. Handle Ratis Append Failure in Container State Machine. Contributed by Supratim Deka (#1019) (5 years ago) +* | | 030307226a50 - HDDS-1586. Allow Ozone RPC client to read with topology awareness. Contributed by Sammi Chen. (5 years ago) +* | | 96d055591326 - HDDS-1718. Increase Ratis Leader election timeout default. Contributed by Aravindan Vijayan & Siddharth Wagle. (#1062) (5 years ago) +* | | 1dc58c5b043f - HDDS-1742. Merge ozone-perf and ozonetrace example clusters (5 years ago) +* | | 8861573e8c97 - HDDS-1717. MR Job fails as OMFailoverProxyProvider has dependency hadoop-3.2 (5 years ago) +* | | 82d88a8d3079 - HDDS-1705. Recon: Add estimatedTotalCount to the response of containers and containers/{id} endpoints. Contributed by Vivek Ratnavel Subramanian. (5 years ago) +* | | e5ffb8825747 - HDDS-1550. MiniOzoneCluster is not shutting down all the threads during shutdown. Contributed by Mukul Kumar Singh. (#1050) (5 years ago) +* | | b5d30e491453 - HDDS-1750. Add block allocation metrics for pipelines in SCM. Contributed by Lokesh Jain. (#1047) (5 years ago) +* | | 738c09349eb6 - HADOOP-16411. Fix javadoc warnings in hadoop-dynamometer. (5 years ago) +* | | 4632708148ed - HDFS-14547. Improve memory efficiency of quotas when storage type quotas are not set. Contributed by Jinglun. (5 years ago) +* | | de6b7bc67ace - HADOOP-16409. Allow authoritative mode on non-qualified paths. Contributed by Sean Mackrory (5 years ago) +* | | ec851e4db24f - HDFS-12862. CacheDirective becomes invalid when NN restart or failover. Contributed by Wang XL. (5 years ago) +* | | ce91d35b299a - HDDS-1728. Add metrics for leader's latency in ContainerStateMachine. Contributed by Mukul Kumar Singh. (#1022) (5 years ago) +* | | 9c907294860a - HDFS-13694. Making md5 computing being in parallel with image loading. (5 years ago) +* | | c9c3429a16d3 - HDDS-1758. Add replication and key deletion tests to MiniOzoneChaosCluster. Contributed by Mukul Kumar Singh. (#1049) (5 years ago) +* | | 928edb2c47e2 - SUBMARINE-94. Support different docker images for (5 years ago) +* | | c3ca348b81bd - HDFS-14620. RBF: Fix 'not a super user' error when disabling a namespace in kerberos with superuser principal. Contributed by luhuachao. (5 years ago) +* | | 1c254a8ec78c - HDFS-14629. Property value Hard Coded in DNConf.java. Contributed by hemanthboyina. (5 years ago) +* | | 729cb3aefe71 - HDFS-12748. NameNode memory leak when accessing webhdfs GETHOMEDIRECTORY. Contributed by Weiwei Yang. (5 years ago) +|/ / +* | acd2d524e85c - HDDS-1741. Fix prometheus configuration in ozoneperf example cluster (5 years ago) +* | 8965ddcf59ee - HDDS-1731. Implement File CreateFile Request to use Cache and DoubleBuffer. (#1044) (5 years ago) +* | 34747c373f40 - HADOOP-16396. Allow authoritative mode on a subdirectory. (#1043) (5 years ago) +* | a2a8be18cb5e - YARN-9629. Support configurable MIN_LOG_ROLLING_INTERVAL. Contributed by Adam Antal. (5 years ago) +* | 15d82fcb7504 - YARN-9658. Fix UT failures in TestLeafQueue. Contributed by Tao Yang. (5 years ago) +* | 91cc19722796 - HDDS-1757. Use ExecutorService in OzoneManagerStateMachine. (#1048) (5 years ago) +* | 8b0d1adf31ca - HDDS-1616. ManagedChannel references are being leaked in while removing RaftGroup. Contributed by Mukul Kumar Singh. (#1039) (5 years ago) +* | 75b1e458b1a9 - HDDS-1716. Smoketest results are generated with an internal user (5 years ago) +* | aa9f0850e852 - HADOOP-16385. Namenode crashes with 'RedundancyMonitor thread received Runtime exception'. Contributed by Ayush Saxena. (5 years ago) +* | 564758ae8def - HDDS-1698. Switch to use apache/ozone-runner in the compose/Dockerfile (#979) (5 years ago) +* | e966edd02533 - YARN-9644. First RMContext object is always leaked during switch over. Contributed by Bibin A Chundatt. (5 years ago) +* | 0c8813f135f8 - YARN-9327. Improve synchronisation in ProtoUtils#convertToProtoFormat block. Contributed by Bibin A Chundatt. (5 years ago) +* | 570eee30e5ab - YARN-9655. AllocateResponse in FederationInterceptor lost applicationPriority. Contributed by hunshenshi. (5 years ago) +|/ +* 2f4b37b53c9c - HDDS-1667. Docker compose file may referring to incorrect docker image name. Contributed by Eric Yang. (5 years ago) +* d8bac50e12d2 - HDFS-14610. HashMap is not thread safe. Field storageMap is typically synchronized by storageMap. However, in one place, field storageMap is not protected with synchronized. (#1015) (5 years ago) +* db674a0b143b - HDDS-1685. Recon: Add support for "start" query param to containers and containers/{id} endpoints. (5 years ago) +* f8d62a9c4c03 - HDDS-1258. Fix error propagation for SCM protocol (5 years ago) +* b1dafc3506de - YARN-9661:Fix typo in LocalityMulticastAMRMProxyPolicy.java and AbstractConfigurableFederationPolicy.java (#1042) (5 years ago) +* 1f75660350b8 - HDDS-373. Genconf tool must generate ozone-site.xml with sample values (#1025) (5 years ago) +* 9df627595484 - HDDS-1555. Disable install snapshot for ContainerStateMachine. Contributed by Siddharth Wagle. (#846) (5 years ago) +* 1e727cf2a17d - HDDS-1730. Implement File CreateDirectory Request to use Cache and Do… (#1026) (5 years ago) +* d203045c3024 - HDFS-14618. Incorrect synchronization of ArrayList field (ArrayList is thread-unsafe). Contributed by Paul Ward. (5 years ago) +* da568996afde - HDDS-1733. Fix Ozone documentation (#1031) (5 years ago) +* 29465bf169a7 - YARN-9560. Restructure DockerLinuxContainerRuntime to extend OCIContainerRuntime. Contributed by Eric Badger, Jim Brennan, Craig Condit (5 years ago) +* 49c5e8ac2499 - HDDS-1672. Improve locking in OzoneManager. (#1016) (5 years ago) +* f02b0e19940d - YARN-9581. Add support for get multiple RM webapp URLs. Contributed by Prabhu Joseph (5 years ago) +* 9fd3c702fc8b - HDDS-1639. Restructure documentation pages for better understanding (5 years ago) +* f09c31a97e16 - Revert "YARN-9655. AllocateResponse in FederationInterceptor lost applicationPriority. (hunshenshi via wwei) closes apache/hadoop#1023" (5 years ago) +* 5e7caf128719 - YARN-9655. AllocateResponse in FederationInterceptor lost applicationPriority. (hunshenshi via wwei) closes apache/hadoop#1023 (5 years ago) +* cbae2413201b - YARN-9623. Auto adjust max queue length of app activities to make sure activities on all nodes can be covered. Contributed by Tao Yang. (5 years ago) +* 4a212242d990 - HDFS-14599. HDFS-12487 breaks test TestDiskBalancer.testDiskBalancerWithFedClusterWithOneNameServiceEmpty. Contributed by He Xiaoqiao. (5 years ago) +* 041e0c056453 - HDFS-14036. RBF: Add hdfs-rbf-default.xml to HdfsConfiguration by default. Contributed by Takanobu Asanuma. (5 years ago) +* be80334cdf25 - YARN-9639. DecommissioningNodesWatcher cause memory leak. Contributed by Bilwa S T. (5 years ago) +* 484828043700 - HDDS-1638. Implement Key Write Requests to use Cache and DoubleBuffer. (#956) (5 years ago) +* 1ac967a6b77c - YARN-6055. ContainersMonitorImpl need be adjusted when NM resource changed. Contributed by Inigo Goiri. (5 years ago) +* 0a37ccf379a7 - HDDS-1691 : RDBTable#isExist should use Rocksdb#keyMayExist (#1013) (5 years ago) +* 062eb605ac9d - YARN-9477. Implement VE discovery using libudev. Contributed by Peter Bacsko. (5 years ago) +* a79bdf760e31 - HDDS-1727. Use generation of resourceName for locks in OzoneManagerLock. (#1014) (5 years ago) +* 4b50981cfa7a - HDDS-1709. TestScmSafeNode is flaky. Contributed by Elek, Marton. (5 years ago) +* 049bb4276067 - HDDS-1723. Create new OzoneManagerLock class. (#1006) (5 years ago) +* ab0b180ddb5d - HDFS-12345 Add Dynamometer to hadoop-tools, a tool for scale testing the HDFS NameNode with real metadata and workloads. Contributed by Erik Krogen. (5 years ago) +* 48d7f00da8aa - HDFS-14590. [SBN Read] Add the document link to the top page. Contributed by Takanobu Asanuma. (5 years ago) +* 366f3deec5ff - HADOOP-16390. escape javadoc in S3AUtils public methods (5 years ago) +* 041e7a7dee4a - HDFS-14598. Findbugs warning caused by HDFS-12487. Contributed by He Xiaoqiao. (5 years ago) +* b76b843c8bd3 - HDFS-13371. NPE for FsServerDefaults.getKeyProviderUri() for clientProtocol communication between 2.7 and 3.X. Contributed by Sherwood Zheng. (5 years ago) +* 38a560c6f165 - Merge pull request #977 from leosunli/trunk (5 years ago) +|\ +| * daa1e147454c - when evictableMmapped or evictable size is zero, do not throw NoSuchElementException (5 years ago) +* | 129576f628d3 - HDFS-14403. Cost-based extension to the RPC Fair Call Queue. Contributed by Christopher Gregorian. (5 years ago) +* | d023f1f86409 - HDDS-1646. Support real persistence in the k8s example files (#945) (5 years ago) +* | 95c94dcca71a - HADOOP-16350. Ability to tell HDFS client not to request KMS Information from NameNode. Ccontributed by Greg Senia, Ajay Kumar. (5 years ago) +* | 004207996c66 - HDDS-1597. Remove hdds-server-scm dependency from ozone-common (#969) (5 years ago) +* | 719d57bf4676 - HDFS-14545. RBF: Router should support GetUserMappingsProtocol. Contributed by Ayush Saxena. (5 years ago) +* | 8627f6532baa - HDFS-14550. RBF: Failed to get statistics from NameNodes before 2.9.0. Contributed by He Xiaoqiao. (5 years ago) +* | b52fd05d42d9 - HDFS-13404. Addendum: RBF: TestRouterWebHDFSContractAppend.testRenameFileBeingAppended fail. Contributed by Takanobu Asanuma. (5 years ago) +* | ba221dc50e79 - HDFS-14526. RBF: Update the document of RBF related metrics. Contributed by Takanobu Asanuma. (5 years ago) +* | ade8d3b60ecd - HDFS-14508. RBF: Clean-up and refactor UI components. Contributed by Takanobu Asanuma. (5 years ago) +* | 6915d7e13c2a - HDFS-13480. RBF: Separate namenodeHeartbeat and routerHeartbeat to different config key. Contributed by Ayush Saxena. (5 years ago) +* | ddbe08db3323 - HDFS-13955. RBF: Support secure Namenode in NamenodeHeartbeatService. Contributed by CR Hota. (5 years ago) +* | b062dd462d11 - HDFS-14475. RBF: Expose router security enabled status on the UI. Contributed by CR Hota. (5 years ago) +* | b6fff8c81e3d - HDFS-13787. RBF: Add Snapshot related ClientProtocol APIs. Contributed by Inigo Goiri. (5 years ago) +* | d240eec1364f - HDFS-14516. RBF: Create hdfs-rbf-site.xml for RBF specific properties. Contributed by Takanobu Asanuma. (5 years ago) +* | 9b197c289384 - HDFS-13909. RBF: Add Cache pools and directives related ClientProtocol APIs. Contributed by Ayush Saxena. (5 years ago) +* | ffbb6b6557f4 - HDFS-13255. RBF: Fail when try to remove mount point paths. Contributed by Akira Ajisaka. (5 years ago) +* | 8e4267650fe5 - HDFS-14440. RBF: Optimize the file write process in case of multiple destinations. Contributed by Ayush Saxena. (5 years ago) +* | 2636a54ffd12 - HDFS-13995. RBF: Security documentation. Contributed by CR Hota. (5 years ago) +* | 393f15176dfd - HDFS-14447. RBF: Router should support RefreshUserMappingsProtocol. Contributed by Shen Yinjie. (5 years ago) +* | 3deb5d345f43 - HDFS-14490. RBF: Remove unnecessary quota checks. Contributed by Ayush Saxena. (5 years ago) +* | 62fa53a01dc7 - HDFS-14210. RBF: ACL commands should work over all the destinations. Contributed by Ayush Saxena. (5 years ago) +* | 32841178ba62 - HDFS-14426. RBF: Add delegation token total count as one of the federation metrics. Contributed by Fengnan Li. (5 years ago) +* | 203664e6b258 - HDFS-14454. RBF: getContentSummary() should allow non-existing folders. Contributed by Inigo Goiri. (5 years ago) +* | b522b52bb1da - HDFS-14457. RBF: Add order text SPACE in CLI command 'hdfs dfsrouteradmin'. Contributed by luhuachao. (5 years ago) +* | 021a43b1a4bb - HDFS-13972. RBF: Support for Delegation Token (WebHDFS). Contributed by CR Hota. (5 years ago) +* | de7da9b69ed0 - HDFS-14422. RBF: Router shouldn't allow READ operations in safe mode. Contributed by Inigo Goiri. (5 years ago) +* | 0f9b8d7a753a - HDFS-14369. RBF: Fix trailing / for webhdfs. Contributed by Akira Ajisaka. (5 years ago) +* | dd8c2b92df2d - HDFS-13853. RBF: RouterAdmin update cmd is overwriting the entry not updating the existing. Contributed by Ayush Saxena. (5 years ago) +* | 6c42d4050461 - HDFS-14316. RBF: Support unavailable subclusters for mount points with multiple destinations. Contributed by Inigo Goiri. (5 years ago) +* | 0dbd87874a16 - HDFS-14388. RBF: Prevent loading metric system when disabled. Contributed by Inigo Goiri. (5 years ago) +* | 9a9fbbe14543 - HDFS-14351. RBF: Optimize configuration item resolving for monitor namenode. Contributed by He Xiaoqiao and Inigo Goiri. (5 years ago) +* | f539e2a4ee93 - HDFS-14343. RBF: Fix renaming folders spread across multiple subclusters. Contributed by Ayush Saxena. (5 years ago) +* | 2a2d5eb4418a - HDFS-14334. RBF: Use human readable format for long numbers in the Router UI. Contributed by Inigo Goiri. (5 years ago) +* | fcabc8f0e409 - HDFS-14335. RBF: Fix heartbeat typos in the Router. Contributed by CR Hota. (5 years ago) +* | 6cdf8db55ca4 - HDFS-14331. RBF: IOE While Removing Mount Entry. Contributed by Ayush Saxena. (5 years ago) +* | 1ce25e702b50 - HDFS-14329. RBF: Add maintenance nodes to federation metrics. Contributed by Ayush Saxena. (5 years ago) +* | 7bbe01a1960f - HDFS-14259. RBF: Fix safemode message for Router. Contributed by Ranith Sadar. (5 years ago) +* | 1c7ab59be35f - HDFS-14322. RBF: Security manager should not load if security is disabled. Contributed by CR Hota. (5 years ago) +* | c4b1fa91faf5 - HDFS-14052. RBF: Use Router keytab for WebHDFS. Contributed by CR Hota. (5 years ago) +* | de719b08b555 - HDFS-14307. RBF: Update tests to use internal Whitebox instead of Mockito. Contributed by CR Hota. (5 years ago) +* | 8b8ff5ccbc67 - HDFS-14249. RBF: Tooling to identify the subcluster location of a file. Contributed by Inigo Goiri. (5 years ago) +* | 50aee18a84fc - HDFS-14268. RBF: Fix the location of the DNs in getDatanodeReport(). Contributed by Inigo Goiri. (5 years ago) +* | e2a3c4494ba2 - HDFS-14226. RBF: Setting attributes should set on all subclusters' directories. Contributed by Ayush Saxena. (5 years ago) +* | 75f8b6ccfa61 - HDFS-13358. RBF: Support for Delegation Token (RPC). Contributed by CR Hota. (5 years ago) +* | 7e63e37dc5cb - HDFS-14230. RBF: Throw RetriableException instead of IOException when no namenodes available. Contributed by Fei Hui. (5 years ago) +* | 912b90f91e11 - HDFS-14252. RBF : Exceptions are exposing the actual sub cluster path. Contributed by Ayush Saxena. (5 years ago) +* | 9c4e55685be4 - HDFS-14225. RBF : MiniRouterDFSCluster should configure the failover proxy provider for namespace. Contributed by Ranith Sardar. (5 years ago) +* | 559cb11551d7 - HDFS-13404. RBF: TestRouterWebHDFSContractAppend.testRenameFileBeingAppended fails. (5 years ago) +* | 9eed3a49dfab - HDFS-14215. RBF: Remove dependency on availability of default namespace. Contributed by Ayush Saxena. (5 years ago) +* | acdf911c014e - HDFS-14224. RBF: NPE in getContentSummary() for getEcPolicy() in case of multiple destinations. Contributed by Ayush Saxena. (5 years ago) +* | 8b9b58b58ac9 - HDFS-14223. RBF: Add configuration documents for using multiple sub-clusters. Contributed by Takanobu Asanuma. (5 years ago) +* | 020f83f51fa7 - HDFS-14209. RBF: setQuota() through router is working for only the mount Points under the Source column in MountTable. Contributed by Shubham Dewan. (5 years ago) +* | 235406d9047a - HDFS-14156. RBF: rollEdit() command fails with Router. Contributed by Shubham Dewan. (5 years ago) +* | c012b09fb678 - HDFS-14193. RBF: Inconsistency with the Default Namespace. Contributed by Ayush Saxena. (5 years ago) +* | 7b61cbf6729a - HDFS-14129. addendum to HDFS-14129. Contributed by Ranith Sardar. (5 years ago) +* | f40e10b349ea - HDFS-14129. RBF: Create new policy provider for router. Contributed by Ranith Sardar. (5 years ago) +* | 221f24cbdc7e - HDFS-14206. RBF: Cleanup quota modules. Contributed by Inigo Goiri. (5 years ago) +* | f4e2bfce585d - HDFS-13856. RBF: RouterAdmin should support dfsrouteradmin -refreshRouterArgs command. Contributed by yanghuafeng. (5 years ago) +* | b8bcbd0ed2d9 - HDFS-14191. RBF: Remove hard coded router status from FederationMetrics. Contributed by Ranith Sardar. (5 years ago) +* | 4244653e4303 - HDFS-14150. RBF: Quotas of the sub-cluster should be removed when removing the mount point. Contributed by Takanobu Asanuma. (5 years ago) +* | f3cbf0eb9ace - HDFS-14161. RBF: Throw StandbyException instead of IOException so that client can retry when can not get connection. Contributed by Fei Hui. (5 years ago) +* | 1dc01e59af9a - HDFS-14167. RBF: Add stale nodes to federation metrics. Contributed by Inigo Goiri. (5 years ago) +* | 8f6f9d9c8398 - HDFS-13443. RBF: Update mount table cache immediately after changing (add/update/remove) mount table entries. Contributed by Mohammad Arshad. (5 years ago) +* | 3d97142dff33 - HDFS-14151. RBF: Make the read-only column of Mount Table clearly understandable. (5 years ago) +* | bbe859177d67 - HDFS-13869. RBF: Handle NPE for NamenodeBeanMetrics#getFederationMetrics. Contributed by Ranith Sardar. (5 years ago) +* | 01b4126b4e81 - HDFS-14152. RBF: Fix a typo in RouterAdmin usage. Contributed by Ayush Saxena. (5 years ago) +* | 94a8dec16884 - HDFS-14114. RBF: MIN_ACTIVE_RATIO should be configurable. Contributed by Fei Hui. (5 years ago) +* | 0ca7142c112c - Revert "HDFS-14114. RBF: MIN_ACTIVE_RATIO should be configurable. Contributed by Fei Hui." (5 years ago) +* | 6aa7aabff801 - HDFS-14114. RBF: MIN_ACTIVE_RATIO should be configurable. Contributed by Fei Hui. (5 years ago) +* | b320caecb32e - HDFS-14085. RBF: LS command for root shows wrong owner and permission information. Contributed by Ayush Saxena. (5 years ago) +* | 19088e1b496e - HDFS-14089. RBF: Failed to specify server's Kerberos pricipal name in NamenodeHeartbeatService. Contributed by Ranith Sardar. (5 years ago) +* | f2355c706361 - HDFS-13776. RBF: Add Storage policies related ClientProtocol APIs. Contributed by Dibyendu Karmakar. (5 years ago) +* | f4bd1114ff52 - HDFS-14082. RBF: Add option to fail operations when a subcluster is unavailable. Contributed by Inigo Goiri. (5 years ago) +* | fa55eacd357f - HDFS-13834. RBF: Connection creator thread should catch Throwable. Contributed by CR Hota. (5 years ago) +* | 04caaba4884c - HDFS-13852. RBF: The DN_REPORT_TIME_OUT and DN_REPORT_CACHE_EXPIRE should be configured in RBFConfigKeys. Contributed by yanghuafeng. (5 years ago) +* | ebfd2d8a4e02 - HDFS-12284. addendum to HDFS-12284. Contributed by Inigo Goiri. (5 years ago) +* | 6f2c871b05b9 - HDFS-12284. RBF: Support for Kerberos authentication. Contributed by Sherwood Zheng and Inigo Goiri. (5 years ago) +* | 7b0bc492edbb - HDFS-14024. RBF: ProvidedCapacityTotal json exception in NamenodeHeartbeatService. Contributed by CR Hota. (5 years ago) +* | c5065bf20b41 - HDFS-13845. RBF: The default MountTableResolver should fail resolving multi-destination paths. Contributed by yanghuafeng. (5 years ago) +* | b3fee1d2bfe5 - HDFS-14011. RBF: Add more information to HdfsFileStatus for a mount point. Contributed by Akira Ajisaka. (5 years ago) +* | 41c94a636b1a - HDFS-13906. RBF: Add multiple paths for dfsrouteradmin 'rm' and 'clrquota' commands. Contributed by Ayush Saxena. (5 years ago) +* | b220ec6f613d - YARN-9374. Improve Timeline service resilience when HBase is unavailable. Contributed by Prabhu Joseph and Szilard Nemeth (5 years ago) +* | 81d2f1b724c0 - HDDS-1719 : Increase ratis log segment size to 1MB. (#1005) (5 years ago) +* | 05145404d54c - HDFS-14339. Inconsistent log level practices in RpcProgramNfs3.java. Contributed by Anuhan Torgonshar. (5 years ago) +* | b28ddb22a5f4 - HDDS-1706. Replication Manager thread running too frequently. Contributed by Nilotpal Nandi. (5 years ago) +* | 645d67bc4f4e - HDFS-14074. DataNode runs async disk checks maybe throws NullPointerException, and DataNode failed to register to NameSpace. Contributed by guangyi lu. (5 years ago) +* | 1524e2e6c52a - HDFS-12487. FsDatasetSpi.isValidBlock() lacks null pointer check inside and neither do the callers. Contributed by liumi. (5 years ago) +* | 371452e26005 - HADOOP-15989. Synchronized at CompositeService#removeService is not required. Contributed by Prabhu Joseph. (5 years ago) +* | 8194a1196ee7 - HDDS-1690. ContainerController should provide a way to retrieve containers per volume (#986) (5 years ago) +* | cba13c7f83da - HDDS-1715. Update the Intellij runner definitition of SCM to use the new class name (5 years ago) +* | 256bdd6982b0 - HDDS-1678. Default image name for kubernetes examples should be ozone and not hadoop (5 years ago) +* | 83dcb9d87ec7 - YARN-9209. When nodePartition is not set in Placement Constraints, containers are allocated only in default partition. Contributed by Tarun Parimi. (5 years ago) +* | b95a58e231cb - HDDS-1674. Make ScmBlockLocationProtocol message type based. (5 years ago) +* | 272b96d24338 - HDFS-13893. DiskBalancer: no validations for Disk balancer commands. Contributed by Lokesh Jain. (5 years ago) +* | 98d20656433c - HDFS-12564. Add the documents of swebhdfs configurations on the client side. Contributed by Takanobu Asanuma. (5 years ago) +* | 840d02ca5ba0 - HADOOP-14385. HttpExceptionUtils#validateResponse swallows exceptions. Contributed by Wei-Chiu Chuang. (5 years ago) +* | d9a9e9913ef4 - HDDS-1579. Create OMDoubleBuffer metrics. (#871) (5 years ago) +* | 5962a518bd14 - HDFS-14581. Appending to EC files crashes NameNode. Contributed by Surendra Singh Lilhore. (5 years ago) +* | 9c4b15d2f4ef - HDDS-1508. Provide example k8s deployment files for the new CSI server (5 years ago) +* | e02eb24e0a91 - HADOOP-15183. S3Guard store becomes inconsistent after partial failure of rename. (5 years ago) +* | 28291a9e8ade - HADOOP-16379: S3AInputStream.unbuffer should merge input stream stats into fs-wide stats (5 years ago) +* | 5bfdf6261473 - YARN-9631. Added ability to select JavaScript test or skip JavaScript tests for YARN application catalog. Contributed by Eric Yang (5 years ago) +* | 71ecd2e41129 - HDFS-14303. check block directory logic not correct when there is only meta file, print no meaning warn log. Contributed by qiang Liu. (5 years ago) +* | f5ecc0bc080c - HDFS-14103. Review Logging of BlockPlacementPolicyDefault. Contributed by David Mollitor. (5 years ago) +* | 450c070a8fb6 - HADOOP-16340. ABFS driver continues to retry on IOException responses from REST operations. (5 years ago) +* | 9d6842501c88 - HDDS-1454. GC other system pause events can trigger pipeline destroy for all the nodes in the cluster. Contributed by Supratim Deka (#852) (5 years ago) +* | d3ac516665b5 - Revert "HDFS-13287. TestINodeFile#testGetBlockType results in NPE when run alone. Contributed by Virajith Jalaparti." (5 years ago) +* | 48e564f7e2f9 - HDFS-14537. Journaled Edits Cache is not cleared when formatting the JN. Contributed by Ranith Sardar. (5 years ago) +* | a1c3868c4f02 - HDFS-13287. TestINodeFile#testGetBlockType results in NPE when run alone. Contributed by Virajith Jalaparti. (5 years ago) +* | f9ee97de98e1 - HDFS-14398. Update HAState.java to fix typos. Contributed by Nikhil Navadiya. (5 years ago) +* | 2dfa932818bc - HDDS-1684. OM should create Ratis related dirs only if ratis is enabled (#965) (5 years ago) +* | 37bd5bb34225 - HDDS-1702. Optimize Ozone Recon build time (#982) (5 years ago) +* | 81ec90941160 - HDFS-14078. Admin helper fails to prettify NullPointerExceptions. Contributed by Elek, Marton. (5 years ago) +* | 71edfce187e7 - HDDS-1699. Update RocksDB version to 6.0.1 (#980) (5 years ago) +* | b14f0569bb8f - YARN-9574. Update hadoop-yarn-applications-mawo artifactId to match directory name. Contributed by Wanqiang Ji (5 years ago) +* | 3c1a1ceea9e3 - HDFS-14487. Missing Space in Client Error Message (Contributed by Shweta Yakkali via Daniel Templeton) (5 years ago) +* | 3ab77d9bc9ea - HDFS-14201. Ability to disallow safemode NN to become active. Contributed by Xiao Liang and He Xiaoqiao. (5 years ago) +* | fb1ce0d50a4a - HDDS-1670. Add limit support to /api/containers and /api/containers/{id} endpoints (#954) (5 years ago) +* | 335c1c993814 - HDFS-14010. Pass correct DF usage to ReservedSpaceCalculator builder. Contributed by Virajith Jalaparti. (5 years ago) +* | e188bb12b0e7 - HDDS-1694. TestNodeReportHandler is failing with NPE (5 years ago) +* | dd4a7633ece1 - HADOOP-16156. [Clean-up] Remove NULL check before instanceof and fix checkstyle in InnerNodeImpl. Contributed by Shweta Yakkali. (5 years ago) +* | 54cdde38c7f3 - HDFS-12314. Typo in the TestDataNodeHotSwapVolumes.testAddOneNewVolume(). Contributed by Oleg Danilov. (5 years ago) +* | d41310a15dfd - HDFS-12315. Use Path instead of String to check closedFiles set. Contributed by Oleg Danilov. (5 years ago) +* | 56c621c68f5b - HADOOP-15914. hadoop jar command has no help argument. Contributed by Adam Antal. (5 years ago) +* | eb6be4643f77 - YARN-9630. [UI2] Add a link in docs's top page (5 years ago) +* | 098c325a78dc - HDFS-14340. Lower the log level when can't get postOpAttr. Contributed by Anuhan Torgonshar. (5 years ago) +* | f1c239c6a4c2 - HADOOP-9157. Better option for curl in hadoop-auth-examples. Contributed by Andras Bokor. (5 years ago) +* | e3172221eaa6 - HDFS-12770. Add doc about how to disable client socket cache. Contributed by Weiwei Yang. (5 years ago) +* | 67414a1a8003 - YARN-9584. Should put initializeProcessTrees method call before get pid. Contributed by Wanqiang Ji. (5 years ago) +* | 62ad9885ea8c - HDFS-13730. BlockReaderRemote.sendReadResult throws NPE. Contributed by Yuanbo Liu. (5 years ago) +* | 10311c30b02d - HADOOP-14807. should prevent the possibility of NPE about ReconfigurableBase.java. Contributed by hu xiaodong. (5 years ago) +* | 1e92db5a1e29 - HDFS-11949. Add testcase for ensuring that FsShell cann't move file to the target directory that file exists. Contributed by legend. (5 years ago) +* | a95e87d82738 - HDFS-11950. Disable libhdfs zerocopy test on Mac. Contributed by Akira Ajisaka. (5 years ago) +* | 6822193ee6d6 - HDFS-12914. Block report leases cause missing blocks until next report. Contributed by Santosh Marella, He Xiaoqiao. (5 years ago) +* | 7314185c4a31 - Revert "HDFS-12914. Block report leases cause missing blocks until next report. Contributed by Santosh Marella, He Xiaoqiao." (5 years ago) +* | a50c35bb8110 - Revert "HDFS-12914. Addendum patch. Block report leases cause missing blocks until next report. Contributed by Santosh Marella, He Xiaoqiao." (5 years ago) +* | f9a7b442fdd7 - HDFS-14465. When the Block expected replications is larger than the number of DataNodes, entering maintenance will never exit. Contributed by Yicong Cai. (5 years ago) +* | 3d020e914fa6 - HDDS-1532. Improve the concurrent testing framework of Freon. (#957) (5 years ago) +* | 22b36dd31139 - HDDS-1660. Use Picocli for Ozone Manager (5 years ago) +* | 304a47e22cb8 - YARN-9608. DecommissioningNodesWatcher should get lists of running applications on node from RMNode. Contributed by Abhishek Modi. (5 years ago) +* | ba681bb80ef2 - HDDS-1692. RDBTable#iterator should disabled caching of the keys during iterator. (#975) (5 years ago) +* | cc1630288e43 - HDFS-14556: Spelling Mistake "gloablly" (#938) (5 years ago) +* | 1da09bd9d5fc - HADOOP-16376. ABFS: Override access() to no-op. (5 years ago) +* | f9cc9e162175 - HADOOP-16279. S3Guard: Implement time-based (TTL) expiry for entries (and tombstones). (5 years ago) +* | e70aeb4d7e46 - HDDS-1601. Implement updating lastAppliedIndex after buffer flush to OM DB. (#972) (5 years ago) +* | 8370a0ae1681 - HDFS-14203. Refactor OIV Delimited output entry building mechanism. Contributed by Adam Antal. (5 years ago) +* | 076618677d35 - HADOOP-16336. finish variable is unused in ZStandardCompressor. Contributed by cxorm. (5 years ago) +* | cda9f3374573 - YARN-8499 ATSv2 Generalize TimelineStorageMonitor. Contributed by Prabhu Joseph (5 years ago) +* | c7554ffd5c5e - HADOOP-16373. Fix typo in FileSystemShell#test documentation (#968) (5 years ago) +* | b24efa11ea2b - HDFS-14549. EditLogTailer shouldn't output full stack trace when interrupted. Contributed by Inigo Goiri. (5 years ago) +* | cdc5de6448e4 - HDFS-12914. Addendum patch. Block report leases cause missing blocks until next report. Contributed by Santosh Marella, He Xiaoqiao. (5 years ago) +* | ae4143a529d7 - HDFS-12914. Block report leases cause missing blocks until next report. Contributed by Santosh Marella, He Xiaoqiao. (5 years ago) +* | 3ba090f4360c - HADOOP-16366. Fixed ProxyUserAuthenticationFilterInitializer for timeline server. Contributed by Prabhu Joseph (5 years ago) +* | 9ebbda342f2a - HADOOP-16372. Fix typo in DFSUtil getHttpPolicy method (5 years ago) +* | 4f455290b159 - HDFS-14560. Allow block replication parameters to be refreshable. Contributed by Stephen O'Donnell. (5 years ago) +* | 54f9f75a443d - HADOOP-16369. Fix zstandard shortname misspelled as zts. Contributed by Jonathan Eagles. (5 years ago) +* | e094b3b4cd15 - HDDS-1680. Create missing parent directories during the creation of HddsVolume dirs (#961) (5 years ago) +* | 89acbbc0b993 - HDDS-1677. Auditparser robot test shold use a world writable working directory (#958) (5 years ago) +* | bcfd22833633 - YARN-9599. TestContainerSchedulerQueuing#testQueueShedding fails intermittently. Contributed by Abhishek Modi. (5 years ago) +* | 940bcf01cd8a - HDDS-1587. Support dynamically adding delegated classes from to isolated class loader. Contributed by Junjie Chen. (#942) (5 years ago) +* | 970b0b0c02bb - YARN-9578. Add limit/actions/summarize options for app activities REST API. Contributed by Tao Yang. (5 years ago) +* | 88c53d516c0c - HDDS-1620. Implement Volume Write Requests to use Cache and DoubleBuffer. (#884) (5 years ago) +* | a43f4440f77a - HDDS-1543. Implement addAcl,removeAcl,setAcl,getAcl for Prefix. Contr… (#927) (5 years ago) +* | 205dd2d8e1db - HADOOP-16367. Fixed MiniYarnCluster AuthenticationFilter initialization. Contributed by Prabhu Joseph (5 years ago) +* | 1732312f4577 - HDDS-1663. Add datanode to network topology cluster during node regis… (#937) (5 years ago) +* | cf84881dea11 - HADOOP-16365. Upgrade jackson-databind to 2.9.9. Contributed by Shweta Yakkali. (5 years ago) +* | 50de0874d0f1 - HDFS-13231. Extend visualization for Decommissioning, Maintenance Mode under Datanode tab in the NameNode UI. Contributed by Stephen O'Donnell. (5 years ago) +* | 3b31694c3535 - HDDS-1545. Cli to add,remove,get and delete acls for Ozone objects. Contributed by Ajay Kumar. (#920) (5 years ago) +* | 23c037906f7a - Revert "HDDS-1659. Define the process to add proposal/design docs to the Ozone subproject (#922)" (5 years ago) +* | 4ea6c2f45749 - HADOOP-16354. Enable AuthFilter as default for WebHDFS. Contributed by Prabhu Joseph (5 years ago) +* | 4fecc2a95e2b - HADOOP-16263. Update BUILDING.txt with macOS native build instructions. Contributed by Siyao Meng. (5 years ago) +* | 5740eea0818f - HDFS-14513. FSImage which is saving should be clean while NameNode shutdown. Contributed by He Xiaoqiao. (5 years ago) +* | e997f2a34a17 - HDDS-1659. Define the process to add proposal/design docs to the Ozone subproject (#922) (5 years ago) +* | 96e1e4174631 - HDDS-1627. Make the version of the used hadoop-runner configurable (#886) (5 years ago) +* | 3c9a5e7b16cb - HDDS-1635. Maintain docker entrypoint and envtoconf inside ozone project (#894) (5 years ago) +* | 2263ead3657f - YARN-9557. Application fails in diskchecker when ReadWriteDiskValidator is configured. Contributed by Bilwa S T. (5 years ago) +* | 60c95e9b6a89 - YARN-9565. RMAppImpl#ranNodes not cleared on FinalTransition. Contributed by Bilwa S T. (5 years ago) +* | f918e3fe6245 - HDDS-1669. SCM startup is failing if network-topology-default.xml is part of a jar (5 years ago) +* | 6d80b9bc3ff3 - YARN-9594. Fix missing break statement in ContainerScheduler#handle. Contributed by lujie. (5 years ago) +* | f7df55f4a89e - YARN-9602. Use logger format in Container Executor. Contributed by Abhishek Modi. (5 years ago) +* | b05747901fee - HDDS-1662. Missing test resources of integrataion-test project in target directory after compile (5 years ago) +* | b417a4c854e8 - MAPREDUCE-7214. Remove unused pieces related to `mapreduce.job.userlog.retain.hours` (5 years ago) +* | 101d5b5f865f - HDFS-14234. Limit WebHDFS to specifc user, host, directory triples. Contributed by Clay B. (5 years ago) +* | bd46bdf9f924 - HDFS-14553. Make queue size of BlockReportProcessingThread configurable. Contributed by He Xiaoqiao. (5 years ago) +* | 9191e08f0ad4 - YARN-9569. Auto-created leaf queues do not honor cluster-wide min/max memory/vcores. Contributed by Craig Condit. (5 years ago) +* | 0d160a0ba829 - HDFS-10210. Remove the defunct startKdc profile from hdfs. Contributed by Wei-Chiu Chuang, Akira Ajisaka. (5 years ago) +* | 7217494f40dd - HDFS-10659. Namenode crashes after Journalnode re-installation in an HA cluster due to missing paxos directory. Contributed by star, Hanisha Koneru. (5 years ago) +* | e94e6435842c - YARN-9471. Cleanup in TestLogAggregationIndexFileController. Contributed by Adam Antal. (5 years ago) +* | d6d95d2686bf - HDFS-14494. Move Server logging of StatedId inside receiveRequestState(). Contributed by Shweta Yakkali. (5 years ago) +* | fcfe7a3cc056 - HDDS-1655. Redundant toString() call for metaDataPath in KeyValueContainerCheck (#932) (5 years ago) +* | 9deac3b6bf46 - HDDS-1657. Fix parallelStream usage in volume and key native acl. Contributed by Ajay Kumar. (#926) (5 years ago) +* | 46b23c11b033 - HDDS-1636. Tracing id is not propagated via async datanode grpc call (#895) (5 years ago) +* | 76b94c274fe9 - HADOOP-16345. Fix a potential NPE when instantiating FairCallQueue metrics. Contributed by Erik Krogen. (5 years ago) +* | 4e38dafde4dc - HADOOP-15563. S3Guard to support creating on-demand DDB tables. (5 years ago) +* | 85479577da1b - HDDS-1622. Use picocli for StorageContainerManager (5 years ago) +* | 14552d19e3d2 - HADOOP-16344. Make DurationInfo public unstable. (5 years ago) +* | a91d24fea45c - HDDS-1496. Support partial chunk reads and checksum verification (#804) (5 years ago) +* | 0b115b60b0fb - HDDS-1371. OMSnapshotProvider to download DB checkpoint from leader OM. (#703) (5 years ago) +* | 3ea4f41d9f94 - MAPREDUCE-6794. Remove unused properties from TTConfig.java (5 years ago) +* | cb9bc6e64c59 - YARN-9581. Fixed yarn logs cli to access RM2. Contributed by Prabhu Joseph (5 years ago) +* | 8ca58efeece7 - HDDS-1490. Support configurable container placement policy through 'o… (#903) (5 years ago) +* | e1dfc060f8f0 - HDFS-14486. The exception classes in some throw statements do not accurately describe why they are thrown. Contributed by Ayush Saxena. (5 years ago) +* | c7e6f076df5b - HDDS-1650. Fix Ozone tests leaking volume checker thread. Contributed by Xiaoyu Yao. (#915) (5 years ago) +* | 76c0183ae3f7 - HDDS-1652. HddsDispatcher should not shutdown volumeSet. Contributed by Xiaoyu Yao. (#916) (5 years ago) +* | fe069570d896 - HDDS-1647 : Recon config tag does not show up on Ozone UI. (#914) (5 years ago) +* | c8276f3e7669 - HDDS-1201. Reporting Corruptions in Containers to SCM (#912) (5 years ago) +* | 944adc61b183 - HDFS-14527. Stop all DataNodes may result in NN terminate. Contributed by He Xiaoqiao. (5 years ago) +* | 0b8a2608e011 - HDDS-1605. Implement AuditLogging for OM HA Bucket write requests. (#867) (5 years ago) +* | 1f244b422793 - Revert "HADOOP-16344. Make DurationInfo public unstable." (5 years ago) +* | 36757ad6a91b - HDDS-1645. Change the version of Pico CLI to the latest 3.x release - 3.9.6 (5 years ago) +* | 09763925025a - YARN-9590. Correct incompatible, incomplete and redundant activities. Contributed by Tao Yang. (5 years ago) +* | 9fded678ffcd - HDDS-1621. writeData in ChunkUtils should not use AsynchronousFileChannel. Contributed by Supratim Deka (#917) (5 years ago) +* | 829848ba2e3e - HADOOP-16344. Make DurationInfo public unstable. (5 years ago) +* | f7c77b395f6f - HDDS-1458. Create a maven profile to run fault injection tests. Contributed by Eric Yang. (5 years ago) +* | 649666e118a7 - YARN-9573. DistributedShell cannot specify LogAggregationContext. Contributed by Adam Antal. (5 years ago) +* | ec26c431f977 - HADOOP-16117. Update AWS SDK to 1.11.563. (5 years ago) +* | 73954c1dd98d - HDDS-1612. Add 'scmcli printTopology' shell command to print datanode topology. Contributed by Sammi Chen.(#910) (5 years ago) +* | 294695dd57cb - HADOOP-16314. Make sure all web end points are covered by the same authentication filter. Contributed by Prabhu Joseph (5 years ago) +* | 3b1c2577d773 - HDDS-1541. Implement addAcl,removeAcl,setAcl,getAcl for Key. Contributed by Ajay Kumat. (#885) (5 years ago) +* | 0b1e288deb2c - HDDS-1637. Fix random test failure TestSCMContainerPlacementRackAware. Contributed by Sammi Chen. (#904) (5 years ago) +* | d1aad444907e - HDFS-14356. Implement HDFS cache on SCM with native PMDK libs. Contributed by Feilong He. (5 years ago) +* | 309501c6fa10 - Revert "HADOOP-16050: s3a SSL connections should use OpenSSL" (5 years ago) +* | 7724d8031b3b - Revert "HADOOP-16321: ITestS3ASSL+TestOpenSSLSocketFactory failing with java.lang.UnsatisfiedLinkErrors" (5 years ago) +* | 42cd861be087 - HDDS-1628. Fix the execution and return code of smoketest executor shell script (5 years ago) +* | 433e97cd34f0 - YARN-9600. Support self-adaption width for columns of containers table on app attempt page. Contributed by Tao Yang. (5 years ago) +* | ef2da40a703b - HDDS-1640. Reduce the size of recon jar file (5 years ago) +* | cd17cc286860 - SUBMARINE-89. Add submarine-src profile to generate source package. Contributed by Sunil Govindan. (5 years ago) +* | 96d818a2f7a0 - SUBMARINE-88. rat.sh regex pattern not working issue while using lower version of grep in ubuntu16.04. Contributed by Zhankun Tang. (5 years ago) +* | e7e30a5f8b3f - MAPREDUCE-7210. Replace `mapreduce.job.counters.limit` with `mapreduce.job.counters.max` in mapred-default.xml (5 years ago) +* | d45669cd3c65 - YARN-7537. Add ability to load hbase config from distributed file system. Contributed by Prabhu Joseph (5 years ago) +* | 1a7879422716 - HDDS-1624 : Refactor operations inside the bucket lock in OM key write. (#882) (5 years ago) +* | 580b63990825 - HDDS-1600. Add userName and IPAddress as part of OMRequest. (#857) (5 years ago) +* | 97607f3dcef7 - HDDS-1510. Classpath files are deployed to the maven repository as pom/jar files. Contributed by Elek, Marton. (#900) (5 years ago) +* | e4b4fec66fa4 - HDDS-1224. Restructure code to validate the response from server in the Read path (#806) (5 years ago) +* | ea3b0a184405 - HDFS-14535. The default 8KB buffer in requestFileDescriptors#BufferedOutputStream is causing lots of heap allocation in HBase when using short-circut read (5 years ago) +* | 827a84778a4e - HADOOP-16266. Add more fine-grained processing time metrics to the RPC layer -follow-on patch. (5 years ago) +* | 50909a7aa0ac - HDDS-1641. Csi server fails because transitive Netty dependencies (#906) (5 years ago) +* | 799115967d6e - SUBMARINE-82. Fix english grammar mistakes in documentation. Contributed by Szilard Nemeth. (5 years ago) +* | 5d5081eff8e8 - HDDS-1631. Fix auditparser smoketests (#892) (5 years ago) +* | e140a450465c - HDDS-1629. Tar file creation can be optional for non-dist builds. Contributed by Elek, Marton. (#887) (5 years ago) +* | 1fc359fc101b - HDDS-1607. Create smoketest for non-secure mapreduce example (#869) (5 years ago) +* | 606061aa147d - YARN-9595. FPGA plugin: NullPointerException in FpgaNodeResourceUpdateHandler.updateConfiguredResource(). Contributed by Peter Bacsko. (5 years ago) +* | 277e9a835b5b - Opening of rocksDB in datanode fails with "No locks available" (5 years ago) +* | 21de9af90389 - HDDS-1625 : ConcurrentModificationException when SCM has containers of different owners. (#883) (5 years ago) +* | f3271126fc9a - HDDS-1558. IllegalArgumentException while processing container Reports. (5 years ago) +* | bd2590d71ba1 - YARN-9580. Fulfilled reservation information in assignment is lost when transferring in ParentQueue#assignContainers. Contributed by Tao Yang. (5 years ago) +* | 59719dc560cf - YARN-8906. [UI2] NM hostnames not displayed correctly in Node Heatmap Chart. Contributed by Akhil PB. (5 years ago) +* | 7f46dda513fb - YARN-8947. [UI2] Active User info missing from UI2. Contributed by Akhil PB. (5 years ago) +* | 2a97a37d9e31 - Revert "HDDS-1597. Remove hdds-server-scm dependency from ozone-common. (#860)" (5 years ago) +* | 4530f4500d30 - YARN-9507. Fix NPE in NodeManager#serviceStop on startup failure. Contributed by Bilwa S T. (5 years ago) +* | 21852494815e - Preparing for submarine-0.3.0 development (5 years ago) +* | 08363db09326 - SUBMARINE-87. Add an apache rat check script for submarine. Contributed by Zhankun Tang. (5 years ago) +* | 221089760910 - YARN-9592. Use Logger format in ContainersMonitorImpl. Contributed by Inigo Goiri. (5 years ago) +* | c1d2d92187de - HDDS-1540. Implement addAcl,removeAcl,setAcl,getAcl for Bucket. Contributed by Ajay Kumar. (#874) (5 years ago) +* | 4cb559ea7bcf - YARN-9027. Fixed LevelDBCacheTimelineStore initialization. Contributed by Prabhu Joseph (5 years ago) +* | 1ae062c81884 - HDDS-1382. Create customized CSI server for Ozone (5 years ago) +* | 52128e352a30 - YARN-9543. [UI2] Handle ATSv2 server down or failures cases gracefully in YARN UI v2. Contributed by Zoltan Siegl and Akhil P B. (5 years ago) +* | e49162f4b379 - YARN-9545. Create healthcheck REST endpoint for ATSv2. Contributed by Zoltan Siegl. (5 years ago) +* | 7861a5eb1afd - YARN-9033. ResourceHandlerChain#bootstrap is invoked twice during NM start if LinuxContainerExecutor enabled. Contributed by Zhankun Tang. (5 years ago) +* | 35f1014b3e10 - HDFS-13654. Use a random secret when a secret file doesn't exist in HttpFS. This should be default. (5 years ago) +* | 219e2867220f - HDDS-1608. Support Ozone Prefix ACLs in OM metadata table. Contributed by Xiaoyu Yao. (#875) (5 years ago) +* | 9122b9b6493d - HDFS-14521. Suppress setReplication logging. Contributed by Kihwal Lee (5 years ago) +* | c965f7f49901 - HDDS-1551. Implement Bucket Write Requests to use Cache and DoubleBuffer. (#850) (5 years ago) +* | 33c62f8f4e94 - HDFS-14497. Write lock held by metasave impact following RPC processing. Contributed by He Xiaoqiao. (5 years ago) +* | 6f5a36c13c4d - HADOOP-13656. fs -expunge to take a filesystem. Contributed by Shweta. (5 years ago) +* | f1552f6edb8f - YARN-9553. Fix NPE in EntityGroupFSTimelineStore#getEntityTimelines. Contributed by Prabhu Joseph. (5 years ago) +* | 30c6dd92e1d4 - YARN-9452. Fix TestDistributedShell and TestTimelineAuthFilterForV2 failures. Contributed by Prabhu Joseph. (5 years ago) +* | baee71551d5a - HDDS-1597. Remove hdds-server-scm dependency from ozone-common. (#860) (5 years ago) +* | 33419a980a8f - HDDS-1568 : Add RocksDB metrics to OM. Contributed by Aravindan Vijayan (5 years ago) +* | 0b907bc0e85d - HDDS-1581. Atleast one of the metadata dir config property must be tagged as REQUIRED. (5 years ago) +* | 1b041d4fd4ec - HDDS-1497. Refactor blockade Tests. Contributed by Nilotpal Nandi. (5 years ago) +* | 8c8cb2d6aabb - HDDS-1502. Fix the compilation issue with commit 18c1eebc08f93055ffdef1812247b439c8404163. (5 years ago) +* | 18c1eebc08f9 - HDDS-1502. Add metrics for Ozone Ratis performance.Contributed by Shashikant Banerjee(#833). (5 years ago) +* | 2b303e9d5f21 - SUBMARINE-86. Bump TonY version to pick up a docker related fix & Update documentation. Contributed by Keqiu Hu. (5 years ago) +* | 12be6ff2ff05 - HDDS-1539. Implement addAcl,removeAcl,setAcl,getAcl for Volume. Contributed Ajay Kumar. (#847) (5 years ago) +* | d23e8e9232f0 - HADOOP-16334. Fix yetus-wrapper not working when HADOOP_YETUS_VERSION >= 0.9.0 (5 years ago) +* | c1caab40f27e - HDFS-14512. ONE_SSD policy will be violated while write data with DistributedFileSystem.create(....favoredNodes). Contributed by Ayush Saxena. (5 years ago) +* | 9ad7cad20548 - HDDS-1530. Freon support big files larger than 2GB and add --bufferSize and --validateWrites options. Contributed by Xudong Cao. (#830) (5 years ago) +* | 0ead2090a658 - HDDS-1542. Create Radix tree to support ozone prefix ACLs. Contributed by Xiaoyu Yao. (5 years ago) +* | 751f0df71045 - HDDS-1231. Add ChillMode metrics. Contributed by Bharat Viswanadham. (5 years ago) +* | abf76ac371e4 - YARN-9563. Resource report REST API could return NaN or Inf (Ahmed Hussein via jeagles) (5 years ago) +* | 3c63551101dc - YARN-8625. Aggregate Resource Allocation for each job is not present in ATS. Contributed by Prabhu Joseph. (5 years ago) +* | 544876fe1277 - YARN-8693. Add signalToContainer REST API for RMWebServices. Contributed by Tao Yang. (5 years ago) +* | afd844059c7f - HADOOP-16331. Fix ASF License check in pom.xml (5 years ago) +* | 346c2b798080 - HDDS-1559. Include committedBytes to determine Out of Space in VolumeChoosingPolicy. Contributed by Supratim Deka (#841) (5 years ago) +* | 7f2e87a419cf - HDDS-1604. ContainerReader#initializeUsedBytes leaks DB reference. Co… (#866) (5 years ago) +* | 0c73dba3a6f2 - HADOOP-16332. Remove S3A dependency on http core. (5 years ago) +* | 79d14d0d421d - HDDS-1341. TestContainerReplication#testContainerReplication fails intermittently. Contributed by Elek, Marton. (#862) (5 years ago) +* | d78854b928bb - HDFS-14434. Ignore user.name query parameter in secure WebHDFS. Contributed by KWON BYUNGCHANG (5 years ago) +* | fb0b39f4bfa6 - HDDS-1536. testSCMSafeModeRestrictedOp is failing consistently. Contributed by Xiaoyu Yao. (#865) (5 years ago) +* | d8b18e82f05a - HDDS-1602. Fix TestContainerPersistence#testDeleteBlockTwice. (#858) (5 years ago) +* | d1ec1c52e5a8 - HDDS-1580. Obtain Handler reference in ContainerScrubber (#842) (5 years ago) +* | 06fa4d276442 - HDDS-1565. Rename k8s-dev and k8s-dev-push profiles to docker and docker-push. (5 years ago) +* | 9f0d3412f88c - HDDS-1533. JVM exit on TestHddsDatanodeService (5 years ago) +* | 4a692bc3be08 - YARN-9500. Fix typos in ResourceModel.md. Contributed by leiqiang. (5 years ago) +* | 9078e28a2482 - YARN-9503. Fix JavaDoc error in TestSchedulerOvercommit. Contributed by Wanqiang Ji. (5 years ago) +* | 72dd79015a00 - HDDS-1534. freon should return non-zero exit code on failure. Contributed by Nilotpal Nandi. (5 years ago) +* | b70d1be685c5 - HDDS-1559. Fix TestReplicationManager. Contributed by Bharat Viswanadham. (#856) (5 years ago) +* | ec92ca6575e0 - HDDS-1598. Fix Ozone checkstyle issues on trunk. Contributed by Elek, Marton. (#854) (5 years ago) +* | 83549dbbea4f - HDDS-1509. TestBlockOutputStreamWithFailures#test2DatanodesFailure fails intermittently. Contributed by Shashikant Banerjee (#805). (5 years ago) +* | f0e44b3a3fa2 - HDDS-1584. Fix TestFailureHandlingByClient tests. Contributed by Shashikant Banerjee (#845). (5 years ago) +* | a3745c59a380 - HDDS-1588. Update Ozone dist image to use jdk11. Contributed by Eric Yang. (5 years ago) +* | 9f933e6446c0 - HADOOP-16323. https everywhere in Maven settings. (5 years ago) +* | 9f056d905f3d - YARN-9497. Support grouping by diagnostics for query results of scheduler and app activities. Contributed by Tao Yang. (5 years ago) +* | 37900c5639f8 - HDFS-14402. Use FileChannel.transferTo() method for transferring block to SCM cache. Contributed by Feilong He. (5 years ago) +* | 55e0c134f002 - HDFS-14500. NameNode StartupProgress should not allow new steps in an already-completed phase. Contributed by Erik Krogen. (5 years ago) +* | c31b7b8d525b - HDFS-14502. keepResults option in NNThroughputBenchmark should call saveNamespace(). Contributed by Konstantin V Shvachko. (5 years ago) +* | 6d0e79c1216f - HDDS-1512. Implement DoubleBuffer in OzoneManager. (#810) (5 years ago) +* | c9393dd17f25 - Revert "HDFS-14353. Erasure Coding: metrics xmitsInProgress become to negative. Contributed by maobaolong." (5 years ago) +* | 93d763006224 - HDFS-14451. Incorrect header or version mismatch log message. Contributed by Shweta. (5 years ago) +* | 460ba7fb1411 - YARN-9558. Fixed LogAggregation test cases. Contributed by Prabhu Joseph (5 years ago) +* | 4b099b8b890c - HDDS-1501 : Create a Recon task interface to update internal DB on updates from OM. (#819) (5 years ago) +* | 6a0e7dd454d5 - YARN-9482. DistributedShell job with localization fails in unsecure cluster. Contributed by Prabhu Joseph. (5 years ago) +* | b4b9120e281a - HDDS-1535. Space tracking for Open Containers : Handle Node Startup. Contributed by Supratim Deka (#832) (5 years ago) +|\ \ +| * | ca9376050448 - fixed checkstyle issue post merge (5 years ago) +| * | 72bef0f6cb58 - fixed merge error. adapted to new signature of BlockUtils getDB (5 years ago) +| * | 9da62f33beb1 - Merge branch 'trunk' into HDDS-1535 (5 years ago) +| |\ \ +| * | | 456bb8a3e01b - verifyContainerData also does fixup, renamed. Added a Javadoc comment, both as per review discussion (5 years ago) +| * | | 64c39856d2d3 - Fixed checkstyle issues. (5 years ago) +| * | | 869a1ab41a7c - HDDS-1535. Space tracking for Open Containers : Handle Node Startup. Contributed by Supratim Deka (5 years ago) +* | | | 20a4ec351c51 - HDDS-700. Support rack awared node placement policy based on network topology. Contributed by Sammi Chen. (5 years ago) +* | | | f96a2df38d88 - HADOOP-16266. Add more fine-grained processing time metrics to the RPC layer. Contributed by Christopher Gregorian. (5 years ago) +* | | | e2b79912c38b - YARN-9469. Fix typo in YarnConfiguration. (5 years ago) +* | | | 7b03072fd466 - YARN-9080. Added clean up of bucket directories. Contributed by Prabhu Joseph, Peter Bacsko, Szilard Nemeth (5 years ago) +* | | | ea0b1d8fba57 - HADOOP-16287. Implement ProxyUserAuthenticationFilter for web protocol impersonation. Contributed by Prabhu Joseph (5 years ago) +* | | | a771e2a638aa - HADOOP-12948. Remove the defunct startKdc profile from hadoop-common. Contributed by Wei-Chiu Chuang. (5 years ago) +| |/ / +|/| | +* | | 03aa70fe19e0 - SUBMARINE-83. Refine the documents of submarine targeting 0.2.0 release. Contributed by Zhankun Tang. (5 years ago) +* | | 5565f2c532f5 - MAPREDUCE-7198. mapreduce.task.timeout=0 configuration used to disable timeout doesn't work. (5 years ago) +* | | 9c61494c02ee - HDDS-1065. OM and DN should persist SCM certificate as the trust root. Contributed by Ajay Kumar. (#834) (5 years ago) +* | | a315913c48f4 - HDDS-1517. AllocateBlock call fails with ContainerNotFoundException (#826). Contributed by Shashikant Banerjee. (5 years ago) +* | | 2fc6f8599a64 - HDDS-1449. JVM Exit in datanode while committing a key. Contributed by Mukul Kumar Singh. (#825) (5 years ago) +* | | 67f9a7b165ed - MAPREDUCE-7205. Treat container scheduler kill exit code as a task attempt killing event. (5 years ago) +* | | 9dff6eff819a - HDFS-14507. Document -blockingDecommission option for hdfs dfsadmin -listOpenFiles (5 years ago) +* | | 77c49f29632c - HDDS-1406. Avoid usage of commonPool in RatisPipelineUtils. (#714) (5 years ago) +* | | ef1cc725b8c1 - HDDS-1538. Update ozone protobuf message for ACLs. Contributed by Ajay Kumar. (#828) (5 years ago) +* | | a85451c8d22b - YARN-9575. Fix TestYarnConfigurationFields testcase failing. Contributed by Prabhu Joseph. (5 years ago) +* | | 5906268f0dd6 - HADOOP-16321: ITestS3ASSL+TestOpenSSLSocketFactory failing with java.lang.UnsatisfiedLinkErrors (5 years ago) +* | | ff5691ca062c - HDDS-1442. add spark container to ozonesecure-mr compose files (5 years ago) +* | | c1d7d68c78ae - HDDS-1461. Optimize listStatus api in OzoneFileSystem (#782) (5 years ago) +* | | 1cb2eb0df30d - HDFS-14353. Erasure Coding: metrics xmitsInProgress become to negative. Contributed by maobaolong. (5 years ago) +* | | 05db2a598e7c - HDDS-1487. Bootstrap React framework for Recon UI (#831) (5 years ago) +* | | f63300228e27 - HDDS-1451 : SCMBlockManager findPipeline and createPipeline are not lock protected. (#799) (5 years ago) +* | | 24c53e057a23 - YARN-9546. Add configuration option for YARN Native services AM classpath. Contributed by Gergely Pollak. (5 years ago) +* | | 0d1d7c86ec34 - HDDS-1499. OzoneManager Cache. (#798) (5 years ago) +* | | a36274d69947 - HADOOP-16085. S3Guard: use object version or etags to protect against inconsistent read after replace/overwrite. (5 years ago) +* | | 729ccb2cabde - SUBMARINE-58. Submarine client needs to generate fat jar. Contributed by Zac Zhou. (5 years ago) +* | | 732133cb2a8f - HDDS-1422. Exception during DataNode shutdown. Contributed by Arpit A… (#725) (5 years ago) +* | | 12c81610e0dc - YARN-9505. Add container allocation latency for Opportunistic Scheduler. Contributed by Abhishek Modi. (5 years ago) +* | | 3e5e5b028ad7 - HDFS-14323. Distcp fails in Hadoop 3.x when 2.x source webhdfs url has special characters in hdfs file path. Contributed by Srinivasu Majeti. (5 years ago) +* | | 4cb3da6ac703 - HADOOP-16248. MutableQuantiles leak memory under heavy load. (5 years ago) +* | | c183bd8e2009 - HDDS-1527. HDDS Datanode start fails due to datanode.id file read error. Contributed by Siddharth Wagle. (5 years ago) +* | | fab5b80a36ba - YARN-9554. Fixed TimelineEntity DAO serialization handling. Contributed by Prabhu Joseph (5 years ago) +* | | 03ea8ea92e64 - HDDS-1297. Fix IllegalArgumentException thrown with MiniOzoneCluster Initialization. Contributed by Yiqun Lin. (5 years ago) +* | | 9248b7d58b4c - HDDS-1284. Adjust default values of pipline recovery for more resilient service restart. (5 years ago) +* | | b067f8acaa79 - HADOOP-16050: s3a SSL connections should use OpenSSL (5 years ago) +* | | b7de7351590c - HDDS-1522. Provide intellij runConfiguration for Ozone components. Contributed by Elek, Marton. (5 years ago) +* | | c15b3bca86a0 - HADOOP-16294: Enable access to input options by DistCp subclasses. (5 years ago) +* | | 2713dcf6e9ef - HADOOP-16307. Intern User Name and Group Name in FileStatus. (5 years ago) +* | | e66ecc564a74 - HDDS-1531. Disable the sync flag by default during chunk writes in Datanode (#820). Contributed by Shashikant Banerjee. (5 years ago) +|/ / +* | de01422c2e13 - SUBMARINE-56. Update documentation to describe single-node PyTorch integration. Contributed by Szilard Nemeth. (5 years ago) +* | d4c8858586ee - HADOOP-16247. NPE in FsUrlConnection. Contributed by Karthik Palanisamy. (5 years ago) +* | 77170e70d16e - HDFS-14390. Provide kerberos support for AliasMap service used by Provided storage. Contributed by Ashvin Agrawal (5 years ago) +* | 55bd35921c2b - YARN-9552. FairScheduler: NODE_UPDATE can cause NoSuchElementException. Contributed by Peter Bacsko. (5 years ago) +* | 9569015802e6 - HDDS-1511. Space tracking for Open Containers in HDDS Volumes. Contributed by Supratim Deka (#812) (5 years ago) +* | 570fa2da2070 - YARN-9508. YarnConfiguration areNodeLabel enabled is costly in allocation flow. Contributed by Bilwa S T. (5 years ago) +* | 2de1e3065843 - YARN-9547. ContainerStatusPBImpl default execution type is not returned. Contributed by Bilwa S T. (5 years ago) +* | 2d8282bb8248 - HADOOP-16306. AliyunOSS: Remove temporary files when upload small files to OSS. Contributed by wujinhu. (5 years ago) +* | e2dfdaee7c23 - HDFS-14482: Crash when using libhdfs with bad classpath (5 years ago) +* | 7d831eca645f - YARN-9519. TFile log aggregation file format is not working for yarn.log-aggregation.TFile.remote-app-log-dir config. Contributed by Adam Antal. (5 years ago) +* | 6bcc1dce52b6 - HDDS-1503. Reduce garbage generated by non-netty threads in datanode ratis server (#813) (5 years ago) +* | 02c9efcb8174 - HDDS-1491. Ozone KeyInputStream seek() should not read the chunk file. (#795) (5 years ago) +* | 389e640f0cc7 - HADOOP-16161. NetworkTopology#getWeightUsingNetworkLocation return unexpected result. Contributed by He Xiaoqiao. (5 years ago) +* | 206e6339469c - YARN-9453. Clean up code long if-else chain in ApplicationCLI#run. Contributed by Wanqiang Ji. (5 years ago) +* | 29ff7fb1400e - YARN-9493. Scheduler Page does not display the right page by query string. Contributed by Wanqiang Ji. (5 years ago) +* | 5847e0014343 - HDFS-14245. [SBN read] Enable ObserverReadProxyProvider to work with non-ClientProtocol proxy types. Contributed by Erik Krogen. (5 years ago) +* | 1a47c2b7aed1 - YARN-9539.Improve cleanup process of app activities and make some conditions configurable. Contributed by Tao Yang. (5 years ago) +* | ff27e8eabded - HADOOP-16251. ABFS: add FSMainOperationsBaseTest. Re-commit to fix git metadata. (5 years ago) +* | 5f1a34649f10 - Revert "HADOOP-16251. ABFS: add FSMainOperationsBaseTest" (5 years ago) +* | 7c2d7c05a9a9 - HADOOP-16251. ABFS: add FSMainOperationsBaseTest (5 years ago) +* | 36267b6f7c89 - SUBMARINE-52. [SUBMARINE-14] Generate Service spec + launch script for single-node PyTorch learning job. Contributed by Szilard Nemeth. (5 years ago) +* | 64c7f36ab12f - YARN-9504. [UI2] Fair scheduler queue view page does not show actual capacity. Contributed by Zoltan Siegl. (5 years ago) +* | b832e174b0ef - HDDS-1474. "ozone.scm.datanode.id" config should take path for a dir and not a file (#809) (5 years ago) +* | 1b48100a5e5c - YARN-9522. AppBlock ignores full qualified class name of PseudoAuthenticationHandler. Contributed by Prabhu Joseph. (5 years ago) +* | 591ca698230f - HADOOP-16278. With S3A Filesystem, Long Running services End up Doing lot of GC and eventually die. (5 years ago) +* | 2d31ccc1b3dc - Revert "HDDS-1474. ozone.scm.datanode.id config should take path for a dir (#792)" (#808) (5 years ago) +* | ec361263464a - YARN-9483. DistributedShell does not release container when failed to localize at launch. Contributed by Prabhu Joseph. (5 years ago) +* | 18cca583ac74 - HDDS-1474. ozone.scm.datanode.id config should take path for a dir (#792) (5 years ago) +* | 90add05caa6c - YARN-9489. Support filtering by request-priorities and allocation-request-ids for query results of app activities. Contributed by Tao Yang. (5 years ago) +* | 25951255ce9a - HDDS-1500. Allocate block failures in client should print exception trace. Contributed by Aravindan Vijayan (#801). (5 years ago) +* | f257497b0f96 - HADOOP-16299. [JDK 11] Build fails without specifying -Djavac.version=11 (5 years ago) +* | 0c5fa2e7d9de - YARN-9535. Fixed spell check for container-executor in Docker documentation. Contributed by Charan Hebri (5 years ago) +* | 3418bbbb597d - HADOOP-16269. ABFS: add listFileStatus with StartFrom. (5 years ago) +* | 9b0aace1e6c5 - HDFS-14401. Refine the implementation for HDFS cache on SCM. Contributed by Feilong He. (5 years ago) +* | 96dc5cedfed7 - HADOOP-16293. AuthenticationFilterInitializer doc has speudo instead of pseudo. (5 years ago) +* | 3172f6cbf987 - YARN-9513. Addendum patch: Fix ASF License warnings. Contributed by Giovanni Matteo Fumarola. (5 years ago) +* | c336af3847ad - YARN-9432. Reserved containers leak after its request has been cancelled or satisfied when multi-nodes enabled. Contributed by Tao Yang. (5 years ago) +* | 66c2a4ef8959 - HADOOP-16270. [JDK 11] Remove unintentional override of the version of Maven Dependency Plugin. Contributed by Xieming Li. (5 years ago) +* | 713e8a27aea0 - HADOOP-16238. Add the possbility to set SO_REUSEADDR in IPC Server Listener. Contributed by Peter Bacsko. (5 years ago) +* | c4be3ea27635 - HDDS-1489. Unnecessary log messages on console with Ozone shell. (#797) (5 years ago) +* | eb9c8900bc9d - HDDS-1475 : Fix OzoneContainer start method. (#788) (5 years ago) +* | 7f0e2c67e0b0 - HDDS-1395. Key write fails with BlockOutputStream has been closed exception (#749). Contributed by Shashikant Banerjee (5 years ago) +* | 01451a57de3e - Revert "HDDS-1395. Key write fails with BlockOutputStream has been closed exception (#749)" (5 years ago) +* | d525633619f8 - HDDS-1395. Key write fails with BlockOutputStream has been closed exception (#749) (5 years ago) +* | 8ecbf61cca25 - YARN-9513. [JDK11] Fix TestMetricsInvariantChecker#testManyRuns in case of JDK greater than 8. Contributed by Adam Antal. (5 years ago) +* | 1a696cc7619c - HDDS-1424. Support multi-container robot test execution (5 years ago) +* | 49e1292ea3e4 - YARN-9524. Fixed TestAHSWebService and TestLogsCLI unit tests. Contributed by Prabhu Joseph (5 years ago) +* | 93f2283a69ea - HADOOP-16289. Allow extra jsvc startup option in hadoop_start_secure_daemon in hadoop-functions.sh. Contributed by Siyao Meng. (5 years ago) +* | 597fa47ad125 - YARN-9529. Log correct cpu controller path on error while initializing CGroups. (Contributed by Jonathan Hung) (5 years ago) +* | fb7c1cad0ea9 - Revert "HDDS-1384. TestBlockOutputStreamWithFailures is failing" (5 years ago) +* | 12b7059ddc8d - YARN-9440. Improve diagnostics for scheduler and app activities. Contributed by Tao Yang. (5 years ago) +* | 1d70c8ca0fb0 - HDDS-1464. Client should have different retry policies for different exceptions. (#785) (5 years ago) +* | 69b903bbd8e2 - HDFS-14372. NPE while DN is shutting down. Contributed by lujie. (5 years ago) +* | e424392a6241 - HDFS-14438. Fix typo in OfflineEditsVisitorFactory. Contributed by bianqi. (5 years ago) +* | d331a2a0c2e4 - YARN-9528. Federation RMs starting up at the same time can give duplicate application IDs. Contributed by Young Chen. (5 years ago) +* | f194540520de - HDDS-1448 : RatisPipelineProvider should only consider open pipeline while excluding dn for pipeline allocation. (#786) (5 years ago) +* | 1d59cc490cb4 - HADOOP-16292. Refactor checkTrustAndSend in SaslDataTransferClient to make it cleaner. Contributed by Sherwood Zheng. (5 years ago) +* | f1875b205e49 - HADOOP-16059. Use SASL Factories Cache to Improve Performance. Contributed by Ayush Saxena. (5 years ago) +* | d6b7609c9674 - HDFS-14453. Improve Bad Sequence Number Error Message. Contributed by Shweta. (5 years ago) +* | 1df679985be1 - HDDS-1473. DataNode ID file should be human readable. (#781) (5 years ago) +* | 7a3188d05448 - HADOOP-16282. Avoid FileStream to improve performance. Contributed by Ayush Saxena. (5 years ago) +* | b094b94d43a4 - YARN-9285: RM UI progress column is of wrong type. Contributed by Ahmed Hussein. (5 years ago) +* | 865c32893083 - HDFS-14460. DFSUtil#getNamenodeWebAddr should return HTTPS address based on policy configured. Contributed by CR Hota. (5 years ago) +* | 6a427456eb5a - HADOOP-16183. Use latest Yetus to support ozone specific build process (5 years ago) +* | 4605db369e43 - HDDS-1482. Use strongly typed codec implementations for the S3Table (5 years ago) +* | e2f0f7267791 - HDDS-1469. Generate default configuration fragments based on annotations (5 years ago) +* | 3cb1d09b2eb5 - HDDS-1479. Update S3.md documentation (5 years ago) +* | a2887f5c23a6 - HDDS-1468. Inject configuration values to Java objects (5 years ago) +* | f1673b0db136 - HDDS-1478. Provide k8s resources files for prometheus and performance tests (5 years ago) +* | 2ab318b6036d - HDDS-1412. Provide example k8s deployment files as part of the release package (5 years ago) +* | f682a171f59e - HDDS-1483. Fix getMultipartKey javadoc. (#790) (5 years ago) +* | 7cb46f035a92 - HDFS-14463. Add Log Level link under NameNode and DataNode Web UI Utilities dropdown. Contributed by Siyao Meng. (5 years ago) +* | 4877f0aa5188 - HDFS-3246: pRead equivalent for direct read path (#597) (5 years ago) +* | accb811e5727 - YARN-6929. Improved partition algorithm for yarn remote-app-log-dir. Contributed by Prabhu Joseph (5 years ago) +* | dead9b404948 - HDDS-1384. TestBlockOutputStreamWithFailures is failing (5 years ago) +* | 0af401158087 - HADOOP-16221. S3Guard: add option to fail operation on metadata write failure. (5 years ago) +* | 7fbaa7d66f3f - YARN-9476. [YARN-9473] Create unit tests for VE plugin. Contributed by Peter Bacsko. (5 years ago) +* | 24f218aef8e2 - SUBMARINE-64. Improve TonY runtime's document. Contributed by Keqiu Hu. (5 years ago) +* | 382a962d8de1 - Revert "HDDS-973. HDDS/Ozone fail to build on Windows." (5 years ago) +* | 4b4200f1f87a - HDFS-13677. Dynamic refresh Disk configuration results in overwriting VolumeMap. Contributed by xuzq. (5 years ago) +* | 95790bb7e5f5 - HDDS-1430. NPE if secure ozone if KMS uri is not defined. Contributed by Ajay Kumar. (#752) (5 years ago) +* | 59816dff9443 - HDDS-1462. Fix content and format of Ozone documentation. Contributed by Elek, Marton. (#767) (5 years ago) +* | 5bca062d0e8a - HDDS-1476. Fix logIfNeeded logic in EndPointStateMachine. (#779) (5 years ago) +* | a96d16a843c8 - HDDS-1455. Inconsistent naming convention with Ozone Kerberos configuration. Contributed by Xiaoyu Yao. (#762) (5 years ago) +* | dbce729b24bb - HDDS-1472. Add retry to kinit command in smoketests. Contributed by Ajay Kumar. (#778) (5 years ago) +* | 1cef194a2808 - HADOOP-16242. ABFS: add bufferpool to AbfsOutputStream. (5 years ago) +* | b434f558ca03 - HDDS-1471. Update ratis dependency to 0.3.0. Contributed by Ajay Kumar. (#777) (5 years ago) +* | 43b2a4b77bfd - HDDS-1456. Stop the datanode, when any datanode statemachine state is… (#769) (5 years ago) +* | 37582705fa66 - HDDS-1403. KeyOutputStream writes fails after max retries while writing to a closed container (#753) (5 years ago) +* | 556eafd01a76 - HDDS-1460: Add the optmizations of HDDS-1300 to BasicOzoneFileSystem (#765) (5 years ago) +* | c35abcd831c5 - HDDS-999. Make the DNS resolution in OzoneManager more resilient (5 years ago) +* | 79d3d35398cb - YARN-9486. Docker container exited with failure does not get clean up correctly. Contributed by Eric Yang (5 years ago) +* | b5dcf64f979f - SUBMARINE-44. Upgrade Docker image's tensorflow version to 1.13.1. Contributed by Zac Zhou. (5 years ago) +* | 0b3d41bdeef6 - SUBMARINE-54. Add test coverage for YarnServiceJobSubmitter and make it ready for extension for PyTorch. Contributed by Szilard Nemeth. (5 years ago) +* | afe6613ee6fc - MAPREDUCE-7200. Remove stale eclipse templates. Contributed by Wanqiang Ji. (5 years ago) +* | a703dae25e3c - HADOOP-16222. Fix new deprecations after guava 27.0 update in trunk. Contributed by Gabor Bota. (5 years ago) +* | e1c5ddf2aa85 - HADOOP-16252. Add prefix to dynamo tables in tests. (5 years ago) +* | e95c055d910c - HDDS-1457. Sequence of configuring Ozone File System instruction needs some work. Contributed by Eric Yang. (5 years ago) +* | 3f787cd50655 - HDDS-1192. Support -conf command line argument in GenericCli (5 years ago) +* | 64f30da42813 - HDDS-1450. Fix nightly run failures after HDDS-976. Contributed by Xiaoyu Yao. (#757) (5 years ago) +* | 3f2f4186f654 - YARN-9424. Change getDeclaredMethods to getMethods in FederationClientInterceptor#invokeConcurrent. Contributed by Shen Yinjie. (5 years ago) +* | 9d400627c28b - YARN-9081. Update jackson from 1.9.13 to 2.x in hadoop-yarn-services-core. (5 years ago) +* | fec9bf4b0ba8 - YARN-9501. TestCapacitySchedulerOvercommit#testReducePreemptAndCancel fails intermittent. Contributed by Prabhu Joseph. (5 years ago) +* | 4a0ba249595a - YARN-9491. TestApplicationMasterServiceFair#ApplicationMasterServiceTestBase.testUpdateTrackingUrl fails intermittent. Contributed by Prabhu Joseph. (5 years ago) +* | c504eee0c292 - YARN-9339. Apps pending metric incorrect after moving app to a new queue. Contributed by Abhishek Modi. (5 years ago) +* | 59ded7641f5d - HDDS-1411. Add unit test to check if SCM correctly sends close commands for containers in closing state after a restart. (#755) (5 years ago) +* | 7e1f8d3a1b7b - HDDS-1368. Cleanup old ReplicationManager code from SCM. (5 years ago) +* | 8a95ea61e123 - YARN-9475. [YARN-9473] Create basic VE plugin. Contributed by Peter Bacsko. (5 years ago) +* | e79a9c12c14d - SUBMARINE-40. Add TonY runtime to Submarine. Contributed by Keqiu Hu. (5 years ago) +* | 1c8046d67ec1 - YARN-9325. TestQueueManagementDynamicEditPolicy fails intermittent. Contributed by Prabhu Joseph. (5 years ago) +* | f4ab9370f5e8 - HADOOP-16026:Replace incorrect use of system property user.name. Contributed by Dinesh Chitlangia. (5 years ago) +* | a54c1e3ace5a - YARN-8551. Project setup for MaWo application. Contributed by Yesha Vora (5 years ago) +* | fb1c5491398b - HDFS-14374. Expose total number of delegation tokens in AbstractDelegationTokenSecretManager. Contributed by CR Hota. (5 years ago) +* | 174b7d3126e2 - HDFS-14435. [SBN Read] Enable ObserverReadProxyProvider to gracefully handle StandbyException when fetching HAServiceState. Contributed by Erik Krogen. (5 years ago) +* | 5321235fe8d8 - HDFS-14445. TestTrySendErrorReportWhenNNThrowsIOException fails in trunk. Contributed by Ayush Saxena. (5 years ago) +* | 96e3027e46a9 - YARN-2889. Limit the number of opportunistic container allocated per AM heartbeat. Contributed by Abhishek Modi. (5 years ago) +* | 1ddb48872f6a - HADOOP-16265. Fix bug causing Configuration#getTimeDuration to use incorrect units when the default value is used. Contributed by starphin. (5 years ago) +* | adefd37105c0 - YARN-9495. Fix findbugs warnings in hadoop-yarn-server-resourcemanager module. Contributed by Tao Yang. (5 years ago) +* | 317fcbabe30c - YARN-9254. Add support for storing application catalog data to HDFS. Contributed by Eric Yang (5 years ago) +* | aeadb9432f84 - YARN-9448. Fix Opportunistic Scheduling for node local allocations. Contributed by Abhishek Modi. (5 years ago) +* | 518f47bf9bf7 - HDDS-976: Parse network topology from yaml file. Contributed by Junjie Chen. (#661) (5 years ago) +* | ef97a2083167 - YARN-8622. Fixed container-executor compilation on MacOSX. Contributed by Siyao Meng (5 years ago) +* | df76cdc8959c - YARN-6695. Fixed NPE in publishing appFinished events to ATSv2. Contributed by Prabhu Joseph (5 years ago) +* | b979fdde9907 - HDDS-1447. Fix CheckStyle warnings. Contributed by Wanqiang Ji. (5 years ago) +* | 8aea5e4cb6cf - HDDS-1433. Rename GetScmInfoRespsonseProto to GetScmInfoResponseProto due to typos. Contributed by Wanqiang Ji. (5 years ago) +* | aa4c744aef7f - YARN-9470. Fix order of actual and expected expression in assert statements (5 years ago) +* | 6e4399ea61eb - YARN-9487. NodeManager native build shouldn't link against librt on macOS. Contributed by Siyao Meng. (5 years ago) +* | 685cb83e4c3f - HDFS-14433. Remove the extra empty space in the DataStreamer logging. Contributed by Yishuang Lu. (#747) (5 years ago) +* | 13907d847986 - HDFS-14432. dfs.datanode.shared.file.descriptor.paths duplicated in hdfs-default.xml (5 years ago) +* | 75e94b58c9bd - HADOOP-15881. Remove JUnit from LICENSE.txt (5 years ago) +* | d608be660f1c - HDDS-1373. KeyOutputStream, close after write request fails after retries, runs into IllegalArgumentException.(#729) (5 years ago) +* | 082f1e04376f - Revert "HDDS-1373. KeyOutputStream, close after write request fails after retries, runs into IllegalArgumentException..(#729)" (5 years ago) +* | df2ae27f3e40 - HDDS-1373. KeyOutputStream, close after write request fails after retries, runs into IllegalArgumentException..(#729) (5 years ago) +* | e5a918cda3e2 - Revert "Merge pull request #729 from bshashikant/HDDS-1373" (5 years ago) +* | 4ff4314e40a4 - Merge pull request #729 from bshashikant/HDDS-1373 (5 years ago) +|\ \ +| * | 22d0468b39b1 - HDDS-1373. KeyOutputStream, close after write request fails after retries, runs into IllegalArgumentException. Contributed by Shashikant Banerjee (5 years ago) +* | | 04c0437d13cb - HDDS-1402. Remove unused ScmBlockLocationProtocol from ObjectStoreHandler (#707) (5 years ago) +* | | 0a87fd1464e3 - HDDS-1434. TestDatanodeStateMachine is flaky (#740) (5 years ago) +* | | 9cf7401794de - YARN-9349. Improved log level practices for InvalidStateTransitionException. Contributed by Anuhan Torgonshar (5 years ago) +* | | e543c3b31aa6 - HDDS-1376. Datanode exits while executing client command when scmId is null (#724) (5 years ago) +* | | 3ac3e50b207e - HDDS-1374. ContainerStateMap cannot find container while allocating blocks. (#735) (5 years ago) +* | | f2ab2795db0d - HDDS-1432. Ozone client list command truncates response without any indication. Contributed by Siddharth Wagle. (5 years ago) +* | | b8086aed86dd - YARN-9123. Clean up and split testcases in TestNMWebServices for GPU support. Contributed by Szilard Nemeth. (5 years ago) +* | | be6c8014e66b - HDFS-14418. Remove redundant super user priveledge checks from namenode. Contributed by Ayush Saxena. (5 years ago) +* | | 2364c7d0bf22 - YARN-9466. Fixed application catalog navigation bar height in Safari. Contributed by Eric Yang (5 years ago) +* | | ad865888a698 - YARN-8530. Add SPNEGO filter to application catalog. Contributed by Eric Yang (5 years ago) +* | | bfcb6534cd59 - HDDS-1380. Add functonality to write from multiple clients in MiniOzoneChaosCluster. Contributed by Shashikant Banerjee. (5 years ago) +* | | 008766c119d9 - HADOOP-15014. KMS should log the IP address of the clients. Contributed by Zsombor Gegesy. (5 years ago) +* | | a5ceed26f30c - HADOOP-16253. Update AssertJ to 3.12.2. (5 years ago) +* | | c65218ee8e3f - YARN-8943. Upgrade JUnit from 4 to 5 in hadoop-yarn-api. (5 years ago) +* | | b1120d27ab9d - HADOOP-16249. Make CallerContext LimitedPrivate scope to Public. (5 years ago) +* | | 5583e1b6fcfd - YARN-7848 Force removal of docker containers that do not get removed on first try. Contributed by Eric Yang (5 years ago) +* | | 62e38ea911da - HDDS-1396 : Recon start fails due to changes in Aggregate Schema definition. (#700) (5 years ago) +* | | 254efc93588b - YARN-9379. Can't specify docker runtime through environment. Contributed by caozhiqiang (5 years ago) +* | | 7fa73fac2676 - YARN-9439. Support asynchronized scheduling mode and multi-node lookup mechanism for app activities. Contributed by Tao Yang. (5 years ago) +* | | c4c16cae7d81 - YARN-9481. [JDK 11] Build fails due to hard-coded target version in hadoop-yarn-applications-catalog-webapp. Contributed by Kei Kori. (5 years ago) +* | | 7a68e7abd51b - YARN-9474. Remove hard coded sleep from Opportunistic Scheduler tests. Contributed by Abhishek Modi. (5 years ago) +* | | 4b4fef2f0e0e - HADOOP-16227. Upgrade checkstyle to 8.19 (5 years ago) +* | | b2cdf809bce1 - YARN-9281. Add express upgrade button to Appcatalog UI. Contributed by Eric Yang (5 years ago) +* | | ebbda181e4b7 - HDDS-1198. Rename chill mode to safe mode. Contributed by Siddharth Wagle. (#737) (5 years ago) +* | | 1943db557124 - HADOOP-16237. Fix new findbugs issues after updating guava to 27.0-jre. (5 years ago) +* | | 2382f63fc0bb - HADOOP-14747. S3AInputStream to implement CanUnbuffer. (5 years ago) +* | | 626fec652b9f - HDFS-13699. Add DFSClient sending handshake token to DataNode, and allow DataNode overwrite downstream QOP. Contributed by Chen Liang. (5 years ago) +* | | 5379d85d8ed0 - HDDS-1387. ConcurrentModificationException in TestMiniChaosOzoneCluster. Contributed by Marton Elek. (#732) (5 years ago) +* | | 62f4808617a3 - HDDS-1428. Remove benign warning in handleCreateContainer. Contributed by Siddharth Wagle. (5 years ago) +* | | 0c1fec34f4b0 - HDDS-1425. Ozone compose files are not compatible with the latest docker-compose. (#727) (5 years ago) +* | | a458c5bd965d - HDDS-1285. Implement actions need to be taken after chill mode exit wait time. (#612) (5 years ago) +* | | abace709cc0a - HDDS-1420. Tracing exception in DataNode HddsDispatcher (5 years ago) +* | | 75ba719ddd36 - HDDS-1419. Fix shellcheck errors in start-chaos.sh (5 years ago) +* | | a9b46c58fe10 - HDDS-1421. Avoid unnecessary object allocations in TracingUtil (5 years ago) +* | | fd676e190a4b - HDDS-1426. Minor logging improvements for MiniOzoneChaosCluster (5 years ago) +* | | 3b08ac46591e - HDDS-1363. ozone.metadata.dirs doesn't pick multiple dirs (#691) (5 years ago) +* | | 4003849fa48f - HDDS-1416. MiniOzoneCluster should set custom value for hdds.datanode.replication.work.dir. Contributed by chencan. (5 years ago) +* | | c298415eb5c1 - HDDS-1404. Fix typos in HDDS. Contributed by bianqi. (5 years ago) +* | | bbdbc7a9a158 - HADOOP-14544. DistCp documentation for command line options is misaligned. Contributed by Masatake Iwasaki. (5 years ago) +* | | cf4efcab3b66 - HADOOP-16118. S3Guard to support on-demand DDB tables. (5 years ago) +* | | fcc7f9b32ff5 - HDDS-1410. TestSCMNodeMetrics is flaky. Contributed by Siddharth Wagle. (5 years ago) +* | | ed3747c1ccc3 - YARN-9435. Add Opportunistic Scheduler metrics in ResourceManager. Contributed by Abhishek Modi. (5 years ago) +* | | a0468c575605 - HDDS-1348. Refactor BlockOutpuStream Class. Contributed by Shashikant Banerjee. (5 years ago) +* | | bdbca0e53b4e - HADOOP-16052. Remove Subversion and Forrest from Dockerfile (5 years ago) +* | | 586826fe9903 - HDFS-12245. Fix INodeId javadoc (5 years ago) +* | | e9c4109004ca - HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory. (#721) (5 years ago) +* | | 87407553ef92 - HADOOP-16243. Change Log Level to trace in NetUtils.java. Contributed by chencan. (5 years ago) +* | | feaab241e530 - HDDS-1418. Move bang line to the start of the start-chaos.sh script. Contributed by Arpit Agarwal. (#720) (5 years ago) +* | | 813cee1a18b2 - HDFS-14420. Fix typo in KeyShell console. Contributed by Hu Xiaodong. (5 years ago) +* | | 0e770a65394a - HDDS-1370. Command Execution in Datanode fails because of NPE (#715) (5 years ago) +* | | dfb518bbf5e6 - HDDS-1397. Avoid the usage of signal handlers in datanodes of the MiniOzoneClusters. (5 years ago) +* | | 65deb1ac42a9 - HADOOP-16179. hadoop-common pom should not depend on kerb-simplekdc (5 years ago) +* | | d8239f3bc7d9 - HADOOP-16240. start-build-env.sh can consume all disk space during image creation. Contributed by Craig Condit. (5 years ago) +* | | 8c1bba375b14 - YARN-9463. Add queueName info when failing with queue capacity sanity check. Contributed by Aihua Xu. (5 years ago) +* | | df01469141e3 - HDDS-1401. Static ContainerCache in Datanodes can result in overwrite of container db. Contributed by Mukul Kumar Singh. (#708) (5 years ago) +* | | 32722d266101 - YARN-9433. Remove unused constants in YARN resource manager (5 years ago) +* | | 25c421bcc04c - HDDS-1393. Convert all OM Bucket related operations to HA model. (#704) (5 years ago) +* | | 358e92862230 - YARN-999. In case of long running tasks, reduce node resource should balloon out resource quickly by calling preemption API and suspending running task. Addendum. Contributed by Inigo Goiri. (5 years ago) +* | | 312d4d4cc5d6 - HDDS-1388. Add a shell script to run MiniOzoneChaosCluster using mvn exec. Contributed by Mukul Kumar Singh. (#709) (5 years ago) +* | | cfec455c452d - YARN-999. In case of long running tasks, reduce node resource should balloon out resource quickly by calling preemption API and suspending running task. Contributed by Inigo Goiri. (5 years ago) +* | | a78bdd15fcb2 - HDDS-1405. ITestOzoneContractCreate is failing. (#712) (5 years ago) +* | | 8ef3bc8113d2 - HDDS-1383. Create project skeleton with CLI interface for In-place upgrade. (5 years ago) +* | | 73f43ac2dc53 - HDDS-1372. getContainerWithPipeline for a standalone pipeline fails with ConcurrentModificationException. (#682) (5 years ago) +|/ / +* | 2d4f6b6daa31 - HDDS-372. There are three buffer copies in BlockOutputStream. Contributed by Shashikant Banerjee. (5 years ago) +* | 69e3745b86aa - HDDS-1340. Add List Containers API for Recon (#648) (5 years ago) +* | bb8dda2bf95d - HADOOP-12890. Fix typo in AbstractService. Contributed by Gabor Liptak. (5 years ago) +* | ab645b3caa03 - HADOOP-14635. Javadoc correction for AccessControlList#buildACL. Contributed by Yeliang Cang. (5 years ago) +* | fc05b0e70e9b - YARN-9313. Support asynchronized scheduling mode and multi-node lookup mechanism for scheduler activities. Contributed by Tao Yang. (5 years ago) +* | 72f4b9cd68fb - HADOOP-15242. Fix typos in hadoop-functions.sh. Contributed by Ray Chiang. (5 years ago) +* | 0d47d283a611 - HADOOP-10848. Cleanup calling of sun.security.krb5.Config. (5 years ago) +* | ec143cbf678b - YARN-9413. Queue resource leak after app fail for CapacityScheduler. Contributed by Tao Yang. (5 years ago) +* | 1b9ba0ebb209 - SUBMARINE-47. Provide an implementation to parse configuration values from a YAML file for submarine run CLI. Contributed by Szilard Nemeth. (5 years ago) +* | e9b859f74910 - HDFS-14371. Improve Logging in FSNamesystem by adding parameterized logging. Contributed by Shweta. (5 years ago) +* | dc013f7a354b - HDDS-1329. Update documentation for Ozone-0.4.0 release. Contributed By Ajay Kumar. (5 years ago) +* | 274ab4e86c16 - HDDS-1332. Attempt to fix flaky test testStartStopDatanodeStateMachine (#697) (5 years ago) +* | 26dc9408139c - HDDS-1390. Fix OzoneS3 Gateway server due to exclusion of hk2-api. (#698) (5 years ago) +* | 22362c876d28 - YARN-9335 [atsv2] Restrict the number of elements held in timeline collector when backend is unreachable for async calls. Contributed by Abhishesk Modi. (5 years ago) +* | 27039a29ae40 - YARN-9382 Publish container killed, paused and resumed events to ATSv2. Contributed by Abhishesk Modi. (5 years ago) +* | 5750bb94edc9 - HDDS-1389. Fix testSCMChillModeRestrictedOp. (#696) (5 years ago) +* | 89f9c8604b2a - HDDS-1385. Make the ozonesecure-mr environment definition version independent. Contributed by Elek, Marton. (#695) (5 years ago) +* | 0356b3699dec - HDDS-1333. OzoneFileSystem can't work with spark/hadoop2.7 because incompatible security classes. Contributed by Elek, Marton. (#653) (5 years ago) +* | 260d843b258b - HDFS-14416. Fix TestHdfsConfigFields for field dfs.client.failover.resolver.useFQDN. Contributed by Fengnan Li. (5 years ago) +* | 77fe51e13666 - HDDS-1379. Convert all OM Volume related operations to HA model. (#689) (5 years ago) +* | 67020f09502a - HDFS-14407. Fix misuse of SLF4j logging API in DatasetVolumeChecker#checkAllVolumes. Contributed by Wanqiang Ji. (5 years ago) +* | d2141ef88663 - HDDS-1189. Build failing due to rat check failure introduced by HDDS-1189. Contributed by Siddharth Wagle. (5 years ago) +* | 215ffc792ef4 - HADOOP-16197 S3AUtils.translateException to map CredentialInitializationException to AccessDeniedException (5 years ago) +* | 2bf82aee821a - YARN-9441. Updated YARN app catalog name for consistency. Contributed by Weiwei Yang (5 years ago) +* | 8d150067e2e4 - YARN-9396. Fixed duplicated RM Container created event to ATS. Contributed by Prabhu Joseph (5 years ago) +* | c90736350ba1 - HADOOP-16208. Do Not Log InterruptedException in Client. (5 years ago) +* | 993f36ee3341 - HDDS-1353 : Metrics scm_pipeline_metrics_num_pipeline_creation_failed keeps increasing because of BackgroundPipelineCreator. (#681) (5 years ago) +* | d2637cb17666 - HDFS-14389. getAclStatus returns incorrect permissions and owner when an iNodeAttributeProvider is configured. Contributed by Stephen O'Donnell. (5 years ago) +* | 33e159bf8de8 - HDDS-1349. Remove watchClient from XceiverClientRatis. Contributed by Shashikant Banerjee. (5 years ago) +* | 48a58bce37df - HDDS-1207. Refactor Container Report Processing logic and plugin new Replication Manager. (#662) (5 years ago) +* | 945e8c60640c - YARN-9394. Use new API of RackResolver to get better performance. Contributed by Lantao Jin. (5 years ago) +* | a92806d05a2e - HDDS-1189. Recon Aggregate DB schema and ORM. Contributed by Siddharth Wagle. (5 years ago) +* | eb03f7c4192d - YARN-9303 Username splits won't help timelineservice.app_flow table. Contributed by Prabhu Joseph. (5 years ago) +* | f09a78f73fbb - HDDS-1339. Implement ratis snapshots on OM (#651) (5 years ago) +* | 7b5b783f66f3 - HDFS-14327. Using FQDN instead of IP to access servers with DNS resolving. Contributed by Fengnan Li. (5 years ago) +* | 4e64f8d763fd - HDDS-1324. TestOzoneManagerHA tests are flaky (#676) (5 years ago) +* | 358f7f9b992c - HDDS-1211. Test SCMChillMode failing randomly in Jenkins run (#543) (5 years ago) +* | 8ff41d624342 - HDDS-1358 : Recon Server REST API not working as expected. (#668) (5 years ago) +* | e62cbcbc8302 - HADOOP-16011. OsSecureRandom very slow compared to other SecureRandom implementations. Contributed by Siyao Meng. (5 years ago) +* | 366186d9990e - HADOOP-16233. S3AFileStatus to declare that isEncrypted() is always true (#685) (5 years ago) +* | 59022b28b7cc - HDDS-1330 : Add a docker compose for Ozone deployment with Recon. (#669) (5 years ago) +* | d7979079ea8c - HADOOP-16210. Update guava to 27.0-jre in hadoop-project trunk. Contributed by Gabor Bota. (5 years ago) +* | d6c233fce671 - HDDS-1377. OM failed to start with incorrect hostname set as ip address in CSR. (#683) (5 years ago) +* | be488b6070a1 - HDFS-10477. Stop decommission a rack of DataNodes caused NameNode fail over to standby. Contributed by yunjiong zhao and Wei-Chiu Chuang. (5 years ago) +* | 3b0c5016b293 - HDFS-14394: Add -std=c99 / -std=gnu99 to libhdfs compile flags (5 years ago) +* | 7cd7045eea24 - HDDS-1164. Add New blockade Tests to test Replica Manager. Contributed by Nilotpal Nandi. (5 years ago) +* | 002dcc4ebf79 - YARN-4901. QueueMetrics needs to be cleared before MockRM is initialized. Contributed by Peter Bacsko. (5 years ago) +* | 8b6deebb1dda - HADOOP-16232. Fix errors in the checkstyle configration xmls. Contributed by Wanqiang Ji. (5 years ago) +* | f96fb05a2b88 - HDDS-1365. Fix error handling in KeyValueContainerCheck. Contributed by Supratim Deka. (5 years ago) +* | aaaf856f4b7b - HADOOP-16226. new Path(String str) does not remove all the trailing slashes of str (5 years ago) +* | cf268114c9af - HDFS-13960. hdfs dfs -checksum command should optionally show block size in output. Contributed by Lokesh Jain. (5 years ago) +* | bfc90bdc642b - HDDS-1355. Only FQDN is accepted for OM rpc address in secure environment. Contributed by Ajay Kumar. (5 years ago) +* | aeb43dfba35c - HDDS-1153. Make tracing instrumentation configurable (5 years ago) +* | d31c86892e0c - HDDS-1337. Handle GroupMismatchException in OzoneClient. Contributed by Shashikant Banerjee. (5 years ago) +* | 61d19110d4df - HADOOP-16218. Findbugs warning of null param to non-nullable method in Configuration with Guava update. (#655) (5 years ago) +* | 2f752830ba74 - YARN-9214. Add AbstractYarnScheduler#getValidQueues method to remove duplication. Contributed by Wanqiang Ji. (5 years ago) +* | ebd0d2153884 - HADOOP-16225. Fix links to the developer mailing lists in DownstreamDev.md. Contributed by Wanqiang Ji. (5 years ago) +* | ab2bda57bd9a - YARN-9428. Add metrics for paused containers in NodeManager. Contributed by Abhishek Modi. (5 years ago) +* | da7f8c244d9f - YARN-9431. Fix flaky junit test fair.TestAppRunnability after YARN-8967. Contributed by Wilfred Spiegelenburg. (5 years ago) +* | 332cab5518ba - YARN-9418. ATSV2 /apps//entities/YARN_CONTAINER rest api does not show metrics. Contributed by Prabhu Joseph. (5 years ago) +* | b0d24ef39cbe - YARN-9227. DistributedShell RelativePath is not removed at end. Contributed by Prabhu Joseph. (5 years ago) +* | 856cbf62d3fd - MAPREDUCE-7190. Add SleepJob additional parameter to make parallel runs distinguishable. Contributed by Adam Antal. (5 years ago) +* | 04f1db89366c - HDDS-1260. Create Recon Server lifecyle integration with Ozone. (#643) (5 years ago) +* | 35b0a381e7bc - YARN-9255. Improve recommend applications order and fix findbugs warnings. Contributed by Eric Yang (5 years ago) +* | 36756703f062 - HDDS-1322. Hugo errors when building Ozone (#671) (5 years ago) +* | 5f951ea2e39a - HDDS-1255. Refactor ozone acceptance test to allow run in secure mode (5 years ago) +* | 0df949202a9c - HDDS-1067 . freon run on client gets hung when two of the datanodes are down in 3 datanode cluster. Contributed by Nilotpal Nandi. (5 years ago) +* | 8bfef21efaa8 - HDDS-1360. Invalid metric type due to fully qualified class name. Contributed by Doroszlai, Attila. (5 years ago) +* | ef5de292436d - HDDS-1312. Add more unit tests to verify BlockOutputStream functionalities. Contributed by Shashikant Banerjee. (5 years ago) +* | 509f31b10990 - HDDS-1295. Add MiniOzoneChaosCluster to mimic long running workload in a unit test environment. Contributed by Mukul Kumar Singh. (5 years ago) +* | 53a86e2b8ecb - HADOOP-16220. Add findbugs ignores for unjustified issues during update to guava to 27.0-jre in hadoop-project (5 years ago) +* | 35ff31dd9462 - HDFS-14355 : Implement HDFS cache on SCM by using pure java mapped byte buffer. Contributed by Feilong He. (5 years ago) +* | bf3b7fd732d6 - HDDS-1288. SCM - Failing test on trunk that waits for HB report processing. Contributed by Siddharth Wagle. (5 years ago) +* | ec82e4cab25f - HDDS-1357. ozone s3 shell command has confusing subcommands (#663) (5 years ago) +* | d9e9e5657d58 - YARN-9348. Application catalog build system bug fixes. Contributed by Eric Yang (5 years ago) +* | 7ee32a2eb187 - YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang (5 years ago) +* | 56f1e131ecb9 - YARN-9270. Minor cleanup in TestFpgaDiscoverer. Contributed by Peter Bacsko. (5 years ago) +* | 7dc0ecc446e3 - [HDDS-1351] NoClassDefFoundError when running ozone genconf (). Contributed by Doroszlai Attila. (5 years ago) +* | 6186ed94b9c6 - HDDS-1300. Optimize non-recursive ozone filesystem apis. Contributed by Lokesh Jain. (5 years ago) +* | 82769ba1b86b - HDDS-1352. Remove unused call in TestStorageContainerManagerHttpServer. (5 years ago) +* | f41f938b2e49 - HADOOP-16199. KMSLoadBlanceClientProvider does not select token correctly. Contributed by Xiaoyu Yao. (5 years ago) +* | d7a2f9456bb4 - HDDS-1350. Fix checkstyle issue in TestDatanodeStateMachine. Contributed by Xiaoyu Yao. (#656) (5 years ago) +* | 4cceeb268214 - HDDS-1309 . change logging from warn to debug in XceiverClient. Contributed by Nilotpal Nandi. (#638) (5 years ago) +* | ac4010bb22bd - HDDS-1293. ExcludeList#getProtoBuf throws ArrayIndexOutOfBoundsException. Contributed by Shashikant Banerjee. (5 years ago) +* | ca5e4ce03672 - HDDS-1318. Fix MalformedTracerStateStringException on DN logs. Contributed by Xiaoyu Yao. (5 years ago) +* | f3f51284d57e - HDFS-14393. Refactor FsDatasetCache for SCM cache implementation. Contributed by Rakesh R (5 years ago) +* | 49b02d4a9bf9 - HDFS-14395. Remove WARN Logging From Interrupts. Contributed by David Mollitor. (5 years ago) +* | df578c07ecf3 - HADOOP-16195 MarshalledCredentials toString (5 years ago) +* | b5db23838328 - HADOOP-15999. S3Guard: Better support for out-of-band operations. (5 years ago) +* | cfb018690380 - HADOOP-16186. S3Guard: NPE in DynamoDBMetadataStore.lambda$listChildren. (5 years ago) +* | 15d38b1bf9fb - HDFS-14295. Add Threadpool for DataTransfers. Contributed by David Mollitor. (5 years ago) +* | 8a59efee3410 - HDDS-1346. Remove hard-coded version ozone-0.5.0 from ReadMe of ozonesecure-mr docker-compose. Contributed by Xiaoyu Yao. (5 years ago) +* | 9cd66198ee8c - YARN-9411. TestYarnNativeServices fails sporadically with bind address in use. Contributed by Prabhu Joseph. (5 years ago) +* | a4cd75e09c93 - YARN-9269. Minor cleanup in FpgaResourceAllocator. Contributed by Peter Bacsko. (5 years ago) +* | b4ed81c4e62e - HDDS-1332. Add some logging for flaky test testStartStopDatanodeStateMachine. Contributed by Arpit Agarwal. (#649) (5 years ago) +* | b2269581f74d - HDDS-1264. Remove Parametrized in TestOzoneShell. (#614) (5 years ago) +* | eef8cae7cf42 - HDDS-1262. In OM HA OpenKey call Should happen only leader OM. (#626) (5 years ago) +* | 18c57cf0464f - HDFS-14304: High lock contention on hdfsHashMutex in libhdfs (5 years ago) +* | f426b7ce8fb3 - HDDS-139. Output of createVolume can be improved. Contributed by Shweta. (5 years ago) +* | fe29b3901be1 - HDFS-14348: Fix JNI exception handling issues in libhdfs (5 years ago) +* | ce4bafdf442c - HADOOP-16037. DistCp: Document usage of Sync (-diff option) in detail. (5 years ago) +* | 55fb3c32fb48 - HDFS-14037. Fix SSLFactory truststore reloader thread leak in URLConnectionFactory. (5 years ago) +* | 82d477293c87 - HDDS-939. Add S3 access check to Ozone manager. Contributed by Ajay Kumar. (#634) (5 years ago) +* | 5c0a81ad3c3d - HDDS-1310. In datanode once a container becomes unhealthy, datanode restart fails. (5 years ago) +* | 5257f50abb71 - YARN-8967. Change FairScheduler to use PlacementRule interface. Contributed by Wilfred Spiegelenburg. (5 years ago) +* | c99b107772f4 - HDDS-1334. Fix asf license errors in newly added files by HDDS-1234. Contributed by Aravindan Vijayan. (5 years ago) +* | 3f6d6d281190 - HDFS-14359. Inherited ACL permissions masked when parent directory does not exist (mkdir -p) (Contributed by Stephen O'Donnell via Daniel Templeton) (5 years ago) +* | 710cbc9bd649 - YARN-9405. Fixed flaky tests in TestYarnNativeServices. Contributed by Prabhu Joseph (5 years ago) +* | eeda6891e49b - YARN-9268. General improvements in FpgaDevice. Contributed by Peter Bacsko. (5 years ago) +* | 8739693514ac - HDDS-1217. Refactor ChillMode rules and chillmode manager. (#558) (5 years ago) +* | 3c45762a0bfb - YARN-9391. Fixed node manager environment leaks into Docker containers. Contributed by Jim Brennan (5 years ago) +* | e5d72f504e2c - HDDS-1234. Iterate the OM DB snapshot and populate the recon container DB. Contributed by Aravindan Vijayan. (5 years ago) +* | 67dd45fc25c1 - HDDS-1185. Optimize GetFileStatus in OzoneFileSystem by reducing the number of rpc call to OM. Contributed by Mukul Kumar Singh. (5 years ago) +* | d4e4a7d4561b - HDDS-1317. KeyOutputStream#write throws ArrayIndexOutOfBoundsException when running RandomWrite MR examples. Contributed by Shashikant Banerjee. (5 years ago) +* | 128dd91e1008 - HDDS-1331. In DatanodeStateMachine join check for not null. (5 years ago) +* | 6a34c9bb29dc - HDDS-1299. Support TokenIssuer interface for running jobs with OzoneFileSystem. Contributed by Xiaoyu Yao. (5 years ago) +* | 43e421afef48 - HDDS-918. Expose SCMMXBean as a MetricsSource. Contributed by Siddharth Wagle. (5 years ago) +* | 771ea6b5e788 - Revert "HDDS-1310. In datanode once a container becomes unhealthy, datanode restart fails. Contributed by Sandeep Nemuri." (5 years ago) +* | efad5717ec1f - HDDS-1310. In datanode once a container becomes unhealthy, datanode restart fails. Contributed by Sandeep Nemuri. (5 years ago) +* | 73f7b04e2b8f - HDDS-1302. Fix SCM CLI does not list container with id 1. (5 years ago) +* | dea6f2a06527 - HDDS-1291. Set OmKeyArgs#refreshPipeline flag properly to avoid reading from stale pipeline. Contributed by Xiaoyu Yao. (#639) (5 years ago) +* | f854a89190bd - HDDS-1205. Refactor ReplicationManager to handle QUASI_CLOSED containers. Contributed by Nanda kumar. (#620) (5 years ago) +* | 509b20b29246 - YARN-9404. TestApplicationLifetimeMonitor#testApplicationLifetimeMonitor fails intermittent. Contributed by Prabhu Joseph. (5 years ago) +* | 1d389ecb2448 - HDDS-1323. Ignore unit test TestFailureHandlingByClient. Contributed by Supratim Deka. (5 years ago) +* | ae2eb2dd4261 - HADOOP-16201: S3AFileSystem#innerMkdirs builds needless lists (#636) (5 years ago) +* | ce5eb9cb2e04 - YARN-9358. Add javadoc to new methods introduced in FSQueueMetrics with YARN-9322 (Contributed by Zoltan Siegl via Daniel Templeton) (5 years ago) +* | faba3591d32f - HADOOP-16147. Allow CopyListing sequence file keys and values to be more easily customized. (5 years ago) +* | d18d0859ebfc - HADOOP-16181. HadoopExecutors shutdown Cleanup. (5 years ago) +* | 246ab77f2816 - HADOOP-16196. Path Parameterize Comparable. (5 years ago) +* | 90afc9ab0382 - HDDS-1320. Update ozone to latest ratis snapshot build (0.4.0-1fc5ace-SNAPSHOT). Contributed by Mukul Kumar Singh. (5 years ago) +* | 2828f8c339d7 - HDDS-1321. TestOzoneManagerHttpServer depends on hard-coded port numbers. Contributed by Arpit Agarwal. (#633) (5 years ago) +* | 548997d6c9c5 - YARN-9402. Opportunistic containers should not be scheduled on Decommissioning nodes. Contributed by Abhishek Modi. (5 years ago) +* | a99eb8065983 - YARN-9267. General improvements in FpgaResourceHandlerImpl. Contributed by Peter Bacsko. (5 years ago) +* | 9f1c017f444d - HADOOP-16058. S3A tests to include Terasort. (5 years ago) +* | 60cdd4cac17e - HDDS-1233. Create an Ozone Manager Service provider for Recon. Contributed by Aravindan Vijayan. (5 years ago) +* | 506502bb8301 - YARN-9370. Added logging for recovering assigned GPU devices. Contributed by Yesha Vora (5 years ago) +* | f2b862cac666 - YARN-9398. Fixed javadoc errors for FPGA related java files. Contributed by Peter Bacsko (5 years ago) +* | 399563fec607 - HDFS-14176. Replace incorrect use of system property user.name. Contributed by Dinesh Chitlangia. (5 years ago) +* | b3b0e332e6d0 - YARN-9299. TestTimelineReaderWhitelistAuthorizationFilter ignores Http Errors. Contributed by Prabhu Joseph. (5 years ago) +* | 0d24684eee77 - YARN-9357. Modify HBase Liveness monitor log to debug. Contributed by Prabhu Joseph. (5 years ago) +* | f6e60e966e3c - YARN-9387. Update document for ATS HBase Custom tablenames (-entityTableName). Contributed by Prabhu Joseph. (5 years ago) +* | c1a4eeb7c877 - YARN-9389. FlowActivity and FlowRun table prefix is wrong. Contributed by Prabhu Joseph. (5 years ago) +* | 072750c00a7d - HDDS-1306. TestContainerStateManagerIntegration fails in Ratis shutdown. Contributed by Lokesh Jain. (5 years ago) +* | 310ebf5dc83b - HDDS-1308. Fix asf license errors. (#623) (5 years ago) +* | 1639071b054d - HDDS-1307. Test ScmChillMode testChillModeOperations failed. (#622) (5 years ago) +* | 5d8bd0e5cbf1 - YARN-9392. Handle missing scheduler events in Opportunistic Scheduler. Contributed by Abhishek Modi. (5 years ago) +* | 992489c11ca6 - HDDS-1215. Change hadoop-runner and apache/hadoop base image to use Java8. Contributed by Xiaoyu Yao. (5 years ago) +* | 55b3a718e95e - HDFS-14211. [SBN Read]. Add a configurable flag to enable always-msync mode to ObserverReadProxyProvider. Contributed by Erik Krogen. (5 years ago) +* | c9e50c48de4f - YARN-9365. Fix table creation command in TimelineServiceV2.md (5 years ago) +* | f10d49332522 - HDDS-1119. DN get OM certificate from SCM CA for block token validation. Contributed by Ajay Kumar. (#601) (5 years ago) +* | 568d3ab8b65d - HADOOP-16191. AliyunOSS: improvements for copyFile/copyDirectory and logging. Contributed by wujinhu. (5 years ago) +* | 09eabda314fb - YARN-9364. Remove commons-logging dependency from YARN. Contributed by Prabhu Joseph (5 years ago) +* | ae3a2c3851cb - Revert "HDDS-1284. Adjust default values of pipline recovery for more resilient service restart. Contributed by Elek, Marton. (#608)" (5 years ago) +* | 93db5da4d95b - HDDS-1250. In OM HA AllocateBlock call where connecting to SCM from OM should not happen on Ratis. (5 years ago) +* | c0427c84dddf - HADOOP-16124. Extend documentation in testing.md about S3 endpoint constants. (5 years ago) +* | 5f6e22516668 - YARN-9363. Replaced debug logging with SLF4J parameterized log message. Contributed by Prabhu Joseph (5 years ago) +* | 19b22c4385a8 - YARN-9385. Fixed ApiServiceClient to use current UGI. Contributed by Eric Yang (5 years ago) +* | 5446e3cb8a4d - HADOOP-16167. Fixed Hadoop shell script for Ubuntu 18. Contributed by Daniel Templeton (5 years ago) +* | 66a104bc5724 - HDDS-1296. Fix checkstyle issue from Nightly run. Contributed by Xiaoyu Yao. (#616) (5 years ago) +* | 8c95cb9d6bef - HADOOP-16192. Fix CallQueue backoff bugs: perform backoff when add() is used and update backoff when refreshed. (5 years ago) +* | 2db38abffcd8 - HDFS-14328. [Clean-up] Remove NULL check before instanceof in TestGSet (Contributed by Shweta Yakkali via Daniel Templeton) (5 years ago) +* | 0e7e9013d4a0 - YARN-9340. [Clean-up] Remove NULL check before instanceof in ResourceRequestSetKey (Contributed by Shweta Yakkali via Daniel Templeton) (5 years ago) +* | 1edf1914acb7 - HADOOP-16182. Update abfs storage back-end with "close" flag when application is done writing to a file. (5 years ago) +* | cb4d911a82c0 - MAPREDUCE-7188. [Clean-up] Remove NULL check before instanceof and fix checkstyle issue in TaskResult (Contributed by Shweta Yakkali via Daniel Templeton) (5 years ago) +* | 4d2a116d6ef8 - HDDS-699. Detect Ozone Network topology. Contributed by Sammi Chen. (5 years ago) +* | 926d548caabd - HDDS-1281. Fix the findbug issue caused by HDDS-1163. Contributed by Aravindan Vijayan. (5 years ago) +* | 2064ca015d15 - YARN-9349. Changed logging to use slf4j api. Contributed by Prabhu Joseph (5 years ago) +* | 5cfb88a22515 - HDDS-1246. Add ozone delegation token utility subcmd for Ozone CLI. Contributed by Xiaoyu Yao. (#594) (5 years ago) +* | af2dfc9f3d36 - HDDS-1263. SCM CLI does not list container with id 1. (5 years ago) +* | 03f3c8aed27f - YARN-4404. Corrected typo in javadoc. Contributed by Yesha Vora (5 years ago) +* | 44b8451821c3 - HDDS-1284. Adjust default values of pipline recovery for more resilient service restart. Contributed by Elek, Marton. (#608) (5 years ago) +* | 16b78622ccf6 - HDDS-1283. Fix the dynamic documentation of basic s3 client usage. Contributed by Elek, Marton. (#605) (5 years ago) +* | ff06ef0631cb - HDFS-14366. Improve HDFS append performance. Contributed by Chao Sun. (5 years ago) +* | d1afa038044f - HDDS-1138. Ozone Client should avoid talking to SCM directly. Contributed by Xiaoyu Yao and Mukul Kumar Singh. (5 years ago) +* | dc21655f2a47 - HDDS-1259. OzoneFS classpath separation is broken by the token validation. Contributed by Elek Marton. (5 years ago) +* | a7f5e742a6e2 - HDDS-1088. Add blockade Tests to test Replica Manager. Contributed by Nilotpal Nandi. (5 years ago) +* | 155ab6d5d8ab - HDDS-1098. Introduce Retry Policy in Ozone Client. Contributed by Shashikant Banerjee. (5 years ago) +* | ba50a36a3ead - HDFS-14354: Refactor MappableBlock to align with the implementation of SCM cache. Contributed by Feilong He. (5 years ago) +* | 900150848502 - HDDS-761. Create S3 subcommand to run S3 related operations. (5 years ago) +* | 2627dad333eb - HDDS-1265. ozone sh s3 getsecret throws Null Pointer Exception for unsecured clusters. (5 years ago) +* | 091a664977a3 - HDDS-917. Expose NodeManagerMXBean as a MetricsSource. Contributed by Siddharth Wagle. (5 years ago) +* | 688b177fc640 - YARN-8376. Separate white list for docker.trusted.registries and docker.privileged-container.registries. Contributed by Eric Yang (5 years ago) +* | d60673c47077 - HDDS-1257. Incorrect object because of mismatch in block lengths. Contributed by Shashikant Banerjee. (5 years ago) +* | 983b78afdc89 - HDDS-1237. Fix test TestSecureContainerServer.testClientServerRatisGrpc. Contributed by Mukul Kumar Singh. (5 years ago) +* | 3d140a537a46 - HDDS-1247. Bump trunk ozone version to 0.5.0. Contributed by Elek, Marton. (5 years ago) +* | ea9fb07fd224 - HDDS-1241. Update ozone to latest ratis snapshot build (0.4.0-5680cf5-SNAPSHOT). Contributed by Mukul Kumar Singh. (5 years ago) +* | f235a942d5b7 - YARN-9016 DocumentStore as a backend for ATSv2. Contributed by Sushil Ks. (5 years ago) +* | 6fa229891e06 - HADOOP-15625. S3A input stream to use etags/version number to detect changed source files. (5 years ago) +* | 66357574ae1d - HDFS-14346. Add better time precision to Configuration#getTimeDuration, allowing return unit and default unit to be specified independently. Contributed by Chao Sun. (5 years ago) +* | 4fa009989bd6 - HDDS-1254. Fix failure in TestOzoneManagerHttpServer & TestStorageContainerManagerHttpServer. Contributed by Ajay Kumar. (#598) (5 years ago) +* | 86d508c7c724 - HDDS-1087. Fix TestDefaultCertificateClient#testSignDataStream. Contributed by Xiaoyu Yao. (#596) (5 years ago) +* | f74159c8fc5e - HADOOP-16166. TestRawLocalFileSystemContract fails with build Docker container running on Mac. Also provided similar fix for Windows. (5 years ago) +* | 1f47fb7a2fa9 - HDDS-1209. Fix the block allocation logic in SCM when client wants to exclude all available open containers in a chosen pipeline. (5 years ago) +* | c1649bf1e192 - HDDS-1226. Addendum. ozone-filesystem jar missing in hadoop classpath (5 years ago) +* | 0d62753da965 - HDDS-1128. Create stateful manager class for the pipeline creation scheduling. (5 years ago) +* | d602d462a643 - HDDS-1256. Fix failure in TestKeyValueContainerCheck. Contributed by Supratim Deka. (5 years ago) +* | 159a715eef23 - MAPREDUCE-7192. JobHistoryServer attempts page support jump to containers log page in NM when logAggregation is disable. Contributed by Jiandan Yang. (5 years ago) +* | 17a3e14d2587 - YARN-9338 Timeline related testcases are failing. Contributed by Abhishek Modi. (5 years ago) +* | 67cc24a7a429 - YARN-9381. The yarn-default.xml has two identical property named yarn.timeline-service.http-cross-origin.enabled. Contributed by Abhishek Modi. (5 years ago) +* | 8e1539eca817 - YARN-9266. General improvements in IntelFpgaOpenclPlugin. Contributed by Peter Bacsko. (5 years ago) +* | 24793d2d9717 - HDDS-1163. Basic framework for Ozone Data Scrubber. Contributed by Supratim Deka. (5 years ago) +* | ab574ffd72c8 - Revert "YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang" (5 years ago) +* | 55069bfb0974 - Revert "YARN-9348. Application catalog build system bug fixes." (5 years ago) +* | 024b3bae8aa6 - Revert "YARN-9255. Improve recommend applications order and fix findbugs warnings. Contributed by Eric Yang" (5 years ago) +* | c449cdebe68f - HDDS-807. Period should be an invalid character in bucket names. Contributed by Siddharth Wagle. (5 years ago) +* | dcb0de848d83 - HDDS-1043. Enable token based authentication for S3 api (5 years ago) +* | 34b14061b38d - HDFS-14333. Datanode fails to start if any disk has errors during Namenode registration. Contributed by Stephen O'Donnell. (5 years ago) +* | aab7b77536ef - YARN-9255. Improve recommend applications order and fix findbugs warnings. Contributed by Eric Yang (5 years ago) +* | 2778259b8824 - HDDS-1253. Fix checkstyle issue from Nightly run. Contributed by Xiaoyu Yao. (#593) (5 years ago) +* | c24af4b0d6fc - YARN-9336. JobHistoryServer leaks CLOSE_WAIT tcp connections when using LogAggregationIndexedFileController. Contributed by Tarun Parimi. (5 years ago) +* | daf4660eebfa - HDDS-1095. OzoneManager#openKey should do multiple block allocations in a single SCM rpc call. Contributed by Mukul Kumar Singh. (5 years ago) +* | d17e31e06256 - HDDS-1214. Enable tracing for the datanode read/write path. Contributed by Elek, Marton. (5 years ago) +* | c7307867f0d2 - HDDS-1245. OM delegation expiration time should use Time.now instead … (#587) (5 years ago) +* | 2a54feabb2d1 - HDFS-14347. [SBN Read] Restore a comment line mistakenly removed in ProtobufRpcEngine. Contributed by Fengnan Li. (5 years ago) +* | 599e926d4621 - HDDS-596. Add robot test for OM Block Token. Contributed by Ajay Kumar. (5 years ago) +* | 4ad295a4f1c2 - HDFS-14270.[SBN Read] Add trace level logging for stateId in RPC Server. Contributed by Shweta Yakkali. (5 years ago) +* | fa7a0b269a86 - YARN-8805. Automatically convert the launch command to the exec form when using entrypoint support (5 years ago) +* | b4aa24d3c5ad - HDDS-1173. Fix a data corruption bug in BlockOutputStream. Contributed by Shashikant Banerjee. (5 years ago) +* | 4fc493e511da - HDDS-1236. Fix incorrect Ozone ClientProtocol KerberosInfo annotation. Contributed by Xiaoyu Yao. (#573) (5 years ago) +* | ebb5fa115b84 - HDDS-1220. KeyManager#openKey should release the bucket lock before doing an allocateBlock. Contributed by Lokesh Jain. (5 years ago) +* | f0605146b34d - MAPREDUCE-7191. JobHistoryServer should log exception when loading/parsing history file failed. Contributed by Jiandan Yang. (5 years ago) +* | 68aa2ccd8925 - HDDS-1240. Fix check style issues caused by HDDS-1196. (5 years ago) +* | 73e1801b2db9 - HDDS-1242. In S3 when bucket already exists, it should just return location. (5 years ago) +* | ddede7ae6fbb - HADOOP-16174. Disable wildfly logs to the console. (5 years ago) +* | bb8ad096e785 - HADOOP-16157. [Clean-up] Remove NULL check before instanceof in AzureNativeFileSystemStore (Contributed by Shweta Yakkali via Daniel Templeton) (5 years ago) +* | 11db46956c60 - HDDS-1235. BaseHttpServer NPE is HTTP policy is HTTPS_ONLY. Contributed by Xiaoyu Yao. (5 years ago) +* | 8458ced11e5b - HDDS-1238. Fix Ratis Snapshot creation error if the snapshot file already exists in ContainerStateMachine. Contributed by Shashikant Banerjee. (5 years ago) +* | 0cbe9ad8c23d - HADOOP-16109. Parquet reading S3AFileSystem causes EOF (5 years ago) +* | c072458e5d1e - HDDS-1213. Support plain text S3 MPU initialization request. (5 years ago) +* | 341c076f0501 - HDDS-1196. Add a ReplicationStartTimer class. (#567) (5 years ago) +* | e0260417ade5 - HADOOP-16169. ABFS: Bug fix for getPathProperties. (5 years ago) +* | de15a66d7820 - YARN-9265. FPGA plugin fails to recognize Intel Processing Accelerator Card. Contributed by Peter Bacsko. (5 years ago) +* | fb851c94817e - HDDS-1232. Recon Container DB service definition. Contributed by Aravindan Vijayan. (5 years ago) +* | 373705fceae4 - YARN-9239. Document docker registry deployment with Ozone CSI driver. Contributed by Eric Yang. (5 years ago) +* | 064f38b3a51b - HDDS-594. SCM CA: DN sends CSR and uses certificate issued by SCM. Contributed by Ajay Kumar. (#547) (5 years ago) +* | 39b4a37e02e9 - YARN-9341. Fixed enentrant lock usage in YARN project. Contributed by Prabhu Joseph (5 years ago) +* | 1bc282e0b3f7 - HDFS-14317. Ensure checkpoints are created when in-progress edit log tailing is enabled with a period shorter than the log roll period. Contributed by Ekanth Sethuramalingam. (5 years ago) +* | 475011bbf8b5 - HDDS-1226. ozone-filesystem jar missing in hadoop classpath (5 years ago) +* | 2b94e51a8f17 - HADOOP-16114. NetUtils#canonicalizeHost gives different value for same host. (5 years ago) +* | 0eba4079bc90 - HDDS-1225. Provide docker-compose for OM HA. (5 years ago) +* | 491313ab84cc - YARN-8218 Add application launch time to ATSV1. Contributed by Abhishek Modi (5 years ago) +* | 09a9938db77e - SUBMARINE-41. Fix ASF warnings related to submarine target files. Contributed by Dinesh Chitlangia. This closes #559. (5 years ago) +* | bb12e81ec84e - HDDS-1175. Serve read requests directly from RocksDB. (#557) (5 years ago) +* | a55fc362999f - HDDS-1093. Configuration tab in OM/SCM ui is not displaying the correct values. (5 years ago) +* | 618e009ac0ab - HDFS-14111. hdfsOpenFile on HDFS causes unnecessary IO from file offset 0. Contributed by Sahil Takiar. (5 years ago) +* | 6192c1fe3b40 - Revert "HDFS-14111. hdfsOpenFile on HDFS causes unnecessary IO from file offset 0. Contributed by Sahil Takiar." (5 years ago) +* | f5a4b43a4944 - HDFS-14111. hdfsOpenFile on HDFS causes unnecessary IO from file offset 0. Contributed by Sahil Takiar. (5 years ago) +* | 01ada40ea47d - YARN-9348. Application catalog build system bug fixes. Contributed by Eric Yang (5 years ago) +* | 45f976fdcf1d - HDDS-1113. Remove default dependencies from hadoop-ozone project. Contributed by Elek, Marton. (5 years ago) +* | 2c3ec3773854 - HDDS-1210. Ratis pipeline creation doesn't check raft client reply status during initialization. Contributed by Mukul Kumar Singh. (5 years ago) +* | 9d87247af307 - HDDS-1216. Change name of ozoneManager service in docker compose files to om. (5 years ago) +* | 129fd5dd18dc - HDDS-1208. ContainerStateMachine should set chunk data as state machine data for ratis. Contributed by Lokesh Jain. (5 years ago) +* | c79f139519e9 - YARN-8803. [UI2] Show flow runs in the order of recently created time in graph widgets. Contributed by Akhil PB. (5 years ago) +* | 46045c5cb3ab - YARN-9138. Improve test coverage for nvidia-smi binary execution of GpuDiscoverer. Contributed by Szilard Nemeth. (5 years ago) +* | 62e89dc275f1 - HDDS-1184. Parallelization of write chunks in datanodes is broken. Contributed by Shashikant Banerjee. (5 years ago) +* | 945b504c256d - HDFS-14326. Add CorruptFilesCount to JMX. Contributed by Danny Becker. (5 years ago) +* | 1ad5bfc53fb4 - HDDS-1188. Implement a skeleton patch for Recon server with initial set of interfaces. Contributed by Siddharth Wagle. (5 years ago) +* | 7f636b47b5e4 - HDDS-919. Enable prometheus endpoints for Ozone datanodes (#502) (5 years ago) +* | 313e8b9f1344 - HDDS-1193. Refactor ContainerChillModeRule and DatanodeChillMode rule. (#534) (5 years ago) +* | 7fd890116ab9 - HDDS-1171. Add benchmark for OM and OM client in Genesis. Contributed by Lokesh Jain. (5 years ago) +* | 3c5b7136e25d - HADOOP-16150. Added concat method to ChecksumFS as unsupported operation. Contributed by Steve Loughran (5 years ago) +* | 3ef1235215c6 - HDDS-1218. Do the dist-layout-stitching for Ozone after the test-compile phase. Contributed by Marton Elek. (5 years ago) +* | df99137310ca - Merge pull request #555 from elek/HDDS-1219 (5 years ago) +|\ \ +| * | 296259e9b3bb - HDDS-1219. TestContainerActionsHandler.testCloseContainerAction has an intermittent failure. Contributed by Elek, Marton. (5 years ago) +* | | 549d54f9a3ee - Merge pull request #556 from elek/HDDS-1222 (5 years ago) +|\ \ \ +| * | | 02da06dd9f2d - HDDS-1222. Remove TestContainerSQLCli unit test stub. Contributed by Elek, Marton. (5 years ago) +| |/ / +* | | 12402b7a74a9 - HDDS-1072. Implement RetryProxy and FailoverProxy for OM client. (5 years ago) +* | | 7b42e0e32ac7 - YARN-7266. Fixed deadlock in Timeline Server thread initialization. Contributed by Prabhu Joseph (5 years ago) +* | | 5fcea54a5075 - HDDS-935. Avoid creating an already created container on a datanode in case of disk removal followed by datanode restart. Contributed by Shashikant Banerjee. (5 years ago) +* | | 353b90d59e35 - HDDS-1156. testDelegationToken is failing in TestSecureOzoneCluster. Contributed by Ajay Kumar. (5 years ago) +* | | 257640192890 - YARN-7129. Application Catalog for YARN applications. Contributed by Eric Yang (5 years ago) +* | | 686c0141eff0 - HADOOP-16140. hadoop fs expunge to add -immediate option to purge trash immediately. (5 years ago) +* | | 05df151d09b8 - HADOOP-16163. NPE in setup/teardown of ITestAbfsDelegationTokens. (5 years ago) +* | | f940ab242da8 - HDFS-7663. Erasure Coding: Append on striped file. Contributed by Ayush Saxena. (5 years ago) +|/ / +* | 0aefe2846fbd - YARN-9298. Implement FS placement rules using PlacementRule interface. Contributed by Wilfred Spiegelenburg. (5 years ago) +* | 4b7313e640c8 - HDFS-14336. Fix checkstyle for NameNodeMXBean. Contributed by Danny Becker. (5 years ago) +* | e40e2d6ad5cb - YARN-7243. Moving logging APIs over to slf4j in hadoop-yarn-server-resourcemanager. (5 years ago) +* | fe7551f21bf3 - HADOOP-16162. Remove unused Job Summary Appender configurations from log4j.properties (5 years ago) +* | 9fcd89ab9345 - HADOOP-16148. Cleanup LineReader Unit Test. (5 years ago) +* | 90c37ac40de5 - HDDS-623. On SCM UI, Node Manager info is empty (#523) (5 years ago) +* | cb0fa0ce3f1d - HDFS-14321. Fix -Xcheck:jni issues in libhdfs, run ctest with -Xcheck:jni enabled. Contributed by Sahil Takiar. (5 years ago) +* | 10b802b84b56 - HDDS-1136 : Add metric counters to capture the RocksDB checkpointing statistics. Contributed by Aravindan Vijayan. (5 years ago) +* | 387dbe587aa6 - HDFS-14314. fullBlockReportLeaseId should be reset after registering to NN. Contributed by star. (5 years ago) +* | eed8b794d8af - HDDS-1183. Override getDelegationToken API for OzoneFileSystem. Contributed by Xiaoyu Yao. (#545) (5 years ago) +* | 15098df744de - Revert "YARN-8132. Final Status of applications shown as UNDEFINED in ATS app queries. Contributed by Prabhu Joseph." (5 years ago) +* | 18ea0c14933c - HDFS-14182. Datanode usage histogram is clicked to show ip list. Contributed by fengchuang. (5 years ago) +* | bd8d299ded74 - YARN-7477. Moving logging APIs over to slf4j in hadoop-yarn-common. Contributed by Prabhu Joseph. (5 years ago) +* | 6c4d56695508 - Revert "HDFS-14261. Kerberize JournalNodeSyncer unit test. Contributed by Siyao Meng." (5 years ago) +* | e20b5ef52cbc - YARN-9332. RackResolver tool should accept multiple hosts. Contributed by Lantao Jin. (5 years ago) +* | b18c1c22ea23 - Revert "HDDS-1072. Implement RetryProxy and FailoverProxy for OM client." (5 years ago) +* | fc17ba172bde - HDFS-14272. [SBN read] Make ObserverReadProxyProvider initialize its state ID against the active NN on startup. Contributed by Erik Krogen. (5 years ago) +* | 9e5308849316 - Revert "HDDS-1183. Override getDelegationToken API for OzoneFileSystem. Contr…" (#544) (5 years ago) +* | 78c8a3323ea3 - Fix checkstyle issue (5 years ago) +* | 6fef6fc5ee5d - HDDS-1183. Override getDelegationToken API for OzoneFileSystem. Contributed by Xiaoyu Yao. (5 years ago) +* | 4a3cddea7050 - HDDS-134. SCM CA: OM sends CSR and uses certificate issued by SCM. Contributed by Ajay Kumar. (5 years ago) +* | 8b72aea5c719 - Merge pull request #542 from xiaoyuyao/HDDS-1204 (5 years ago) +|\ \ +| * | eea40cb88a3d - HDDS-1204. Fix ClassNotFound issue with javax.xml.bind.DatatypeConverter used by DefaultProfile. Contributed by Xiaoyu Yao. (5 years ago) +* | | cab8529ecb2d - YARN-7904. Privileged, trusted containers should be supported only in ENTRYPOINT mode. Contributed by Eric Yang. (5 years ago) +|/ / +* | de1dae64f245 - HDDS-726. Ozone Client should update SCM to move the container out of allocation path in case a write transaction fails. Contributed by Shashikant Banerjee. (5 years ago) +* | 80b77deb42a3 - HDFS-14247. Repeat adding node description into network topology. Contributed by HuangTao. (5 years ago) +* | dcaca19871a7 - YARN-9139. Simplify initializer code of GpuDiscoverer. Contributed by Szilard Nemeth. (5 years ago) +* | 8e1225991d8d - HDDS-1072. Implement RetryProxy and FailoverProxy for OM client. (5 years ago) +* | 7a0db2f92b0a - HDFS-13997. Secondary NN Web UI displays nothing, and the console log shows moment is not defined. Contributed by Ayush Saxena (5 years ago) +* | 77b23c816e5a - HDDS-1182. Pipeline Rule where at least one datanode is reported in the pipeline. (5 years ago) +* | eae3db96496b - HDDS-1191. Replace Ozone Rest client with S3 client in smoketests and docs. Contributed Elek, Marton. (5 years ago) +* | eae8819fd2ac - HDDS-1187. Healthy pipeline Chill Mode rule to consider only pipelines with replication factor three. (5 years ago) +* | 0d61facd3777 - HADOOP-15889. Add hadoop.token configuration parameter to load tokens. Contributed by Íñigo Goiri (5 years ago) +* | 05e4ddeee67d - HDFS-14324. Fix TestDataNodeVolumeFailure. Contributed by Ayush Saxena. (5 years ago) +* | 0feba4396f6e - HDFS-14305. Fix serial number calculation in BlockTokenSecretManager to avoid token key ID overlap between NameNodes. Contributed by He Xiaoqiao. (5 years ago) +* | 3a8118b480e5 - HDDS-1190. Fix jdk 11 issue for ozonesecure base image and docker-compose . Contributed by Xiaoyu Yao. (5 years ago) +* | 65f60e56b082 - HADOOP-16068. ABFS Authentication and Delegation Token plugins to optionally be bound to specific URI of the store. (5 years ago) +* | 84c4966a5a7a - HADOOP-16067. Incorrect Format Debug Statement KMSACLs. Contributed by Charan Hebri. (5 years ago) +* | 538bb4880da4 - YARN-9323. FSLeafQueue#computeMaxAMResource does not override zero values for custom resources (Contributed by Szilard Nemeth via Daniel Templeton) (5 years ago) +* | 7b928f19a452 - YARN-9322. Store metrics for custom resource types into FSQueueMetrics and query them in FairSchedulerQueueInfo (Contributed by Szilard Nemeth via Daniel Templeton) (5 years ago) +* | 1779fc57a118 - YARN-9324. TestSchedulingRequestContainerAllocation(Async) fails with junit-4.11. Contributed by Prabhu Joseph. (5 years ago) +* | cbf82fabf0b7 - HDDS-1061. DelegationToken: Add certificate serial id to Ozone Delegation Token Identifier. Contributed by Ajay Kumar. (5 years ago) +* | 04b228e43b72 - YARN-9334. Allow YARN Service client to send SPNEGO challenge header when authentication type is not simple. Contributed by Billie Rinaldi (5 years ago) +* | ea3cdc60b39d - YARN-3841 [atsv2 Storage implementation] Adding retry semantics to HDFS backing storage. Contributed by Abhishek Modi. (5 years ago) +* | 0ec962ac8f0f - YARN-5336 Limit the flow name size & consider cleanup for hex chars. Contributed by Sushil Ks (5 years ago) +* | feccd282febb - HADOOP-16107. Update ChecksumFileSystem createFile/openFile API to generate checksum. Contributed by Steve Loughran (5 years ago) +* | 5b43e42d0c63 - HADOOP-16149 hadoop-mapreduce-client-app build not converging due to transient dependencies (5 years ago) +* | fbc7bb315fd0 - YARN-9245. Added query docker image command ability to node manager. Contributed by Chandni Singh (5 years ago) +* | fef2e2fc88c3 - HDDS-1176. Allow persisting X509CertImpl to SCM certificate table. Contributed by Xiaoyu Yao. (5 years ago) +* | 29e27faf96b6 - YARN-9318. Resources#multiplyAndRoundUp does not consider Resource Types (Contributed by Szilard Nemeth via Daniel Templeton) (5 years ago) +* | 6c8c422beb1e - HDDS-1178. Healthy pipeline Chill Mode Rule. (5 years ago) +* | 0e450202a619 - HDDS-1019. Use apache/hadoop-runner image to test ozone secure cluster. Contributed by Xiaoyu Yao. (5 years ago) +* | 8c30114b0055 - YARN-9248. RMContainerImpl:Invalid event: ACQUIRED at KILLED. Contributed by lujie. (5 years ago) +* | 6c96f5e4b6ae - YARN-8378. ApplicationHistoryManagerImpl#getApplications doesn't honor filters. Contributed by Lantao Jin. (5 years ago) +* | 8eae260af506 - YARN-9311. Fix TestRMRestart hangs. Contributed by Prabhu Joseph. (5 years ago) +* | 625e93713b5f - HDDS-1177. Add validation to AuthorizationHeaderV4. Contributed by Ajay Kumar (5 years ago) +* | 9192f71e2184 - HADOOP-16127. In ipc.Client, put a new connection could happen after stop. (5 years ago) +* | a5a751b4187c - HDDS-1174. Freon tests are failing with null pointer exception. Contributed by Shashikant Banerjee. (5 years ago) +* | a106d2dc9d9a - YARN-8783. Improve the documentation for the docker.trusted.registries configuration. Contributed by Eric Yang. (5 years ago) +* | 52b2eab575d0 - HADOOP-16093. Move DurationInfo from hadoop-aws to hadoop-common org.apache.hadoop.util. (5 years ago) +* | 3988e75ca385 - HADOOP-16136. ABFS: Should only transform username to short name (5 years ago) +* | 585cebf26bab - HDDS-1104. Use picocli with Ozone genesis tool. Contributed by Lokesh Jain. (5 years ago) +* | 9e0f3d1c5250 - HDDS-1038. Support Service Level Authorization for Ozone. Contributed by Xiaoyu Yao and Ajay Kumar. (5 years ago) +* | 59ba3552d35f - HDFS-14299. ViewFs: Correct error message for read only operations. Contributed by hu xiaodong. (5 years ago) +* | c6ea28c48094 - YARN-9331. [YARN-8851] Fix a bug that lacking cgroup initialization when bootstrap DeviceResourceHandlerImpl. Contributed by Zhankun Tang. (5 years ago) +* | a6ab37192a90 - HDFS-14130. [SBN read] Make ZKFC ObserverNode aware. Contributed by xiangheng and Konstantin Shvachko. (5 years ago) +* | 9de34d299002 - HDDS-1151. Propagate the tracing id in ScmBlockLocationProtocol. Contributed by Elek, Marton. (5 years ago) +* | ba4e7bd1928a - HADOOP-16125. Support multiple bind users in LdapGroupsMapping. Contributed by Lukas Majercak. (5 years ago) +* | 0edb0c51dc2c - HADOOP-16126. ipc.Client.stop() may sleep too long to wait for all connections. (5 years ago) +* | 95372657fc25 - YARN-9287. Consecutive StringBuilder append should be reuse. Contributed by Ayush Saxena. (5 years ago) +* | f4ae00c5301c - HDFS-7133. Support clearing namespace quota on '/'. Contributed by Ayush Saxena." (5 years ago) +* | 3e1739d5890b - YARN-9329. updatePriority is blocked when using FairScheduler. Contributed by Jiandan Yang. (5 years ago) +* | 6cec90653dc2 - YARN-9168. DistributedShell client timeout should be -1 by default. Contributed by Zhankun Tang. (5 years ago) +* | a5eb7ce65139 - HDDS-1170. Fix the FindBugs issue in OzoneClientAdapterFactory. Contributed by Anu Engineer. (5 years ago) +* | 5e91ebd91a40 - YARN-9121. Replace GpuDiscoverer.getInstance() to a readable object for easy access control. Contributed by Szilard Nemeth. (5 years ago) +* | 92b1fdceced4 - HDDS-1070. Adding Node and Pipeline related metrics in SCM. Contributed by Nandakumar. (5 years ago) +* | 3aa0a57ea023 - HDDS-1152. Add trace information for the client side of the datanode writes Contributed by Elek, Marton. (5 years ago) +* | 5c1f9460715d - HDDS-1145. Add optional web server to the Ozone freon test tool. Contributed by Elek, Marton. (5 years ago) +* | 416b730f3472 - HDDS-1115. Provide ozone specific top-level pom.xml. Contributed by Elek, Marton. (5 years ago) +* | fc5c83b2cae5 - HDDS-1090. Add a recipe to the ozone docs about using Spark, OzoneFS, and K8s. Contributed by Elek, Marton. (5 years ago) +* | 236b105e415e - HDDS-1089. Disable OzoneFSStorageStatistics for hadoop versions older than 2.8. Contributed by Elek, Marton. (5 years ago) +* | d82014b70a0f - HDDS-1149. Change the default ozone.client.checksum.type. Contributed by Bharat Viswanadham. (5 years ago) +* | 8387bbdfb540 - HDDS-1154. Add tracing to the client side of StorageContainerLocationProtocol and OzoneManagerProtocol. Contributed by Elek, Marton. (5 years ago) +* | 021f8deef0df - HDDS-1168.Use random ports in TestBlockManager and TestDeletedBlockLog. Contributed by Nandakumar. (5 years ago) +* | 9cd5c5447f00 - YARN-9316. TestPlacementConstraintsUtil#testInterAppConstraintsByAppID fails intermittently. Contributed by Prabhu Joseph. (5 years ago) +* | 50094d7fefaf - YARN-9300. Lazy preemption should trigger an update on queue preemption metrics for CapacityScheduler. Contributed by Tao Yang. (5 years ago) +* | dddcfa4d9f07 - YARN-8821. [YARN-8851] GPU hierarchy/topology scheduling support based on pluggable device framework. Contributed by Zhankun Tang. (5 years ago) +* | 106bdc6c0474 - HDDS-1120. Add a config to disable checksum verification during read. (5 years ago) +* | 490206e4b4fb - HDDS-1155.Fix failing unit test methods of TestDeadNodeHandler. Contributed by Nandakumar. (5 years ago) +* | c1e5b1921235 - HDDS-1147. Fix failing unit tests in TestOzoneManager. Contributed by Nandakumar. (5 years ago) +* | fb546d18073a - HDDS-1167. Error in hadoop-ozone/dev-support/checks/checkstyle.sh. Contributed by Nandakumar. (5 years ago) +* | 014e17af7838 - HDDS-1166. Fix checkstyle line length issues. Contributed by Nandakumar. (5 years ago) +* | 1b87668a3b3a - HDDS-1165. Document generation in maven should be configured on execution level. Contributed by Anu Engineer. (5 years ago) +* | d0e21ac16bdf - HDDS-1158. TestOzoneManagerHA.testTwoOMNodesDown is failing with ratis error. (5 years ago) +* | f7a27cdee4e6 - HDFS-14118. Support using DNS to resolve nameservices to IP addresses. Contributed by Fengnan Li. (5 years ago) +* | f19c844e7515 - HDFS-14285. libhdfs hdfsRead copies entire array even if its only partially filled. Contributed by Sahil Takiar. (5 years ago) +* | 9daf43c6fa58 - HADOOP-16129. Misc. bug fixes for KMS Benchmark. Contributed by George Huang. (5 years ago) +* | 05bce33d6e8b - YARN-9244. Document docker registry deployment with direct S3 driver. Contributed by Suma Shivaprasad (5 years ago) +* | bad3ffd2907d - HDFS-14279. [SBN read] Fix race condition in ObserverReadProxyProvider. Contributed by Erik Krogen. (5 years ago) +* | 70579805c97c - HDDS-1148. After allocating container, we are not adding to container DB. (5 years ago) +* | 7d3b567194f5 - HDFS-14298. Improve log messages of ECTopologyVerifier. Contributed by Kitti Nanasi. (5 years ago) +* | ed13cf84068a - YARN-9317. Avoid repeated YarnConfiguration#timelineServiceV2Enabled check. Contributed by Prabhu Joseph (5 years ago) +* | 95fbbfed75dd - YARN-9118. Handle exceptions with parsing user defined GPU devices in GpuDiscoverer. Contributed by Szilard Nemeth. (5 years ago) +* | 9636fe4114ee - YARN-8891. Documentation of the pluggable device framework. Contributed by Zhankun Tang. (5 years ago) +* | 9c88695bcda0 - YARN-9238. Avoid allocating opportunistic containers to previous/removed/non-exist application attempt. Contributed by lujie. (5 years ago) +* | 632d5e8a98ba - YARN-9156. Improve debug message in device plugin method compatibility check of ResourcePluginManager. Contributed by Zhankun Tang. (5 years ago) +* | 28d0bf9f67e8 - HDDS-1161. Disable failing test which are tracked by a separated jira. Contributed by Elek, Marton. (5 years ago) +* | d33f0666f66e - HDDS-1141. Update DBCheckpointSnapshot to DBCheckpoint. (5 years ago) +* | b17a2602d1fc - YARN-9319. Fix compilation issue of handling typedef an existing name by gcc compiler. (Zhankun Tang via wangda) (5 years ago) +* | 6c4ab0312b98 - YARN-9258. Support to specify allocation tags without constraint in distributed shell CLI. Contributed by Prabhu Joseph. (5 years ago) +* | 2bc3cfe28fe6 - HDDS-1126. Datanode is trying to qausi-close a container which is already closed. (5 years ago) +* | b9b182eff4c9 - HADOOP-16035. Jenkinsfile for Hadoop (5 years ago) +* | 92b53c40f070 - HDFS-14216. NullPointerException happens in NamenodeWebHdfs. Contributed by lujie. (5 years ago) +* | a868f59d523e - HADOOP-16105. WASB in secure mode does not set connectingUsingSAS. (5 years ago) +* | 7c802c42dc6e - HDDS-1129. Fix findbug/checkstyle errors hdds projects. Contributed by Elek, Marton. (5 years ago) +* | eedcc8e26e9b - YARN-9315. TestCapacitySchedulerMetrics fails intermittently. Contributed by Prabhu Joseph. (5 years ago) +* | a63c358b78ad - YARN-8132. Final Status of applications shown as UNDEFINED in ATS app queries. Contributed by Prabhu Joseph. (5 years ago) +* | a87e45843260 - HADOOP-15813. Enable more reliable SSL connection reuse. Contributed by Daryn Sharp. (5 years ago) +* | 371a6db59ad8 - HDFS-14273. Fix checkstyle issues in BlockLocation's method javadoc (Contributed by Shweta Yakkali via Daniel Templeton) (5 years ago) +* | b1397ff9e471 - HDDS-1109. Setup Failover Proxy Provider for OM client. (5 years ago) +* | 1bea785020a5 - HDFS-14081. hdfs dfsadmin -metasave metasave_test results NPE. Contributed by Shweta Yakkali. (5 years ago) +* | f5b4e0f971b1 - HDFS-14302. Refactor NameNodeWebHdfsMethods#generateDelegationToken() to allow better extensibility. Contributed by CR Hota. (5 years ago) +* | 676a9cb8888b - HDDS-1053. Generate RaftGroupId from OMServiceID. Contributed by Aravindan Vijayan. (5 years ago) +* | a30059bb61ba - HDFS-14267. Add test_libhdfs_ops to libhdfs tests, mark libhdfs_read/write.c as examples. Contributed by Sahil Takiar. (5 years ago) +* | 1374f8f548a6 - HDDS-1060. Add API to get OM certificate from SCM CA. Contributed by Ajay Kumar. (5 years ago) +* | aa3ad3660506 - HADOOP-16104. Wasb tests to downgrade to skip when test a/c is namespace enabled. Contributed by Masatake Iwasaki. (5 years ago) +* | 41e18feda3f5 - HDFS-14235. Handle ArrayIndexOutOfBoundsException in DataNodeDiskMetrics#slowDiskDetectionDaemon. Contributed by Ranith Sardar. (5 years ago) +* | 642fe6a2604c - HDDS-1135. Ozone jars are missing in the Ozone Snapshot tar. Contributed by Dinesh Chitlangia. (5 years ago) +* | 1d30fd94c643 - HDDS-1130. Make BenchMarkBlockManager multi-threaded. Contributed by Lokesh Jain. (5 years ago) +* | 51950f149ecc - Logging stale datanode information. Contributed by Karthik Palanisamy. (5 years ago) +* | e8d7e3b4e67e - HDDS-1139 : Fix findbugs issues caused by HDDS-1085. Contributed by Aravindan Vijayan. (5 years ago) +* | 0525d85d5776 - HADOOP-15967. KMS Benchmark Tool. Contributed by George Huang. (5 years ago) +* | 14282e311be6 - HDFS-14188. Make hdfs ec -verifyClusterSetup command accept an erasure coding policy as a parameter. Contributed by Kitti Nanasi. (5 years ago) +* | b8de78c570ba - YARN-9286. [Timeline Server] Sorting based on FinalStatus shows pop-up message. Contributed by Bilwa S T. (5 years ago) +* | 02d04bd1073c - HDDS-1121. Key read failure when data is written parallel in to Ozone. Contributed by Bharat Viswanadham. (5 years ago) +* | 779dae4de7e5 - YARN-9309. Improve graph text in SLS to avoid overlapping. Contributed by Bilwa S T. (5 years ago) +* | cf1a66d0da32 - HDDS-1101. SCM CA: Write Certificate information to SCM Metadata. Contributed by Anu Engineer. (5 years ago) +* | 1e0ae6ed15f5 - HADOOP-15843. s3guard bucket-info command to not print a stack trace on bucket-not-found. (5 years ago) +* | 588b4c4d78d3 - HDDS-1085. Create an OM API to serve snapshots to Recon server. Contributed by Aravindan Vijayan. (5 years ago) +* | 67af509097d8 - HDDS-1122. Fix TestOzoneManagerRatisServer#testSubmitRatisRequest unit test failure. Contributed by Yiqun Lin. (5 years ago) +* | 7587f97127d0 - HDFS-14296. Prefer ArrayList over LinkedList in VolumeScanner. Contributed by BELUGA BEHR. (5 years ago) +* | 1de25d134f64 - HDFS-9596. Remove Shuffle Method From DFSUtil. Contributed by BELUGA BEHR. (5 years ago) +* | 235e3da90a42 - HDFS-14287. DataXceiverServer May Double-Close PeerServer. Contributed by BELUGA BEHR. (5 years ago) +* | 920a89627dd1 - Revert "HADOOP-15843. s3guard bucket-info command to not print a stack trace on bucket-not-found." (5 years ago) +* | f2fb6536dcbe - HDDS-1106. Introduce queryMap in PipelineManager. Contributed by Lokesh Jain. (5 years ago) +* | db4d1a1e2fd5 - YARN-9060. [YARN-8851] Phase 1 - Support device isolation and use the Nvidia GPU plugin as an example. Contributed by Zhankun Tang. (5 years ago) +* | 0f2b65c3da44 - HADOOP-16116. Fix Spelling Mistakes - DECOMISSIONED. Contributed by BELUGA BEHR. (5 years ago) +* | ba56bc24f5ed - YARN-9213. RM Web UI v1 does not show custom resource allocations for containers page. Contributed by Szilard Nemeth. (5 years ago) +* | 9057aa9fc53c - SUBMARINE-1. Move code base of submarine from yarn-applications to top directory. Contributed by Wangda Tan. (5 years ago) +* | 7ea91494ceb5 - HDDS-1041. Support TDE(Transparent Data Encryption) for Ozone. Contributed by Xiaoyu Yao. (5 years ago) +* | dde0ab55aadc - HDFS-14258. Introduce Java Concurrent Package To DataXceiverServer Class. Contributed by BELUGA BEHR. (5 years ago) +* | afe126d71f3f - HDDS-1114. Fix findbugs/checkstyle/accepteance errors in Ozone. Contributed by Marton Elek. (5 years ago) +* | 217bdbd940a9 - HDDS-1116.Add java profiler servlet to the Ozone web servers. Contributed by Elek, Marton. (5 years ago) +* | d10444e79ccc - HDDS-1092. Use Java 11 JRE to run Ozone in containers. (5 years ago) +* | 7c1b561e334f - YARN-8927. Added support for top level Dockerhub images to trusted registry using library keyword. Contributed by Zhankun Tang (5 years ago) +* | de934ba2dc3d - HDDS-1076. TestSCMNodeManager crashed the jvm. Contributed by Lokesh Jain. (5 years ago) +* | e0fe3d1ecaf8 - HDDS-1110. OzoneManager need to login during init when security is enabled. Contributed by Xiaoyu Yao. (5 years ago) +* | 9584b47e038b - HDDS-1082. OutOfMemoryError because of memory leak in KeyInputStream. Contributed by Supratim Deka. (5 years ago) +* | 9385ec45d751 - YARN-9283. Javadoc of LinuxContainerExecutor#addSchedPriorityCommand has a wrong property name as reference (5 years ago) +* | 8a426dc848d3 - HDDS-1028. Improve logging in SCMPipelineManager. Contributed by Lokesh Jain. (5 years ago) +* | 75e15cc0c4c2 - HDDS-1103.Fix rat/findbug/checkstyle errors in ozone/hdds projects. Contributed by Elek, Marton. (5 years ago) +* | 5cb67cf044e9 - HDDS-1097. Add genesis benchmark for BlockManager#allocateBlock. Contributed by Lokesh Jain. (5 years ago) +* | 506bd02c638d - HDDS-905. Create informative landing page for Ozone S3 gateway. Contributed by Elek, Marton. (5 years ago) +* | 5b55f3538cb2 - (tmp-9123) YARN-8295. [UI2] Improve Resource Usage tab error message when there are no data available. Contributed by Charan Hebri. (5 years ago) +* | 0395f22145d9 - HDDS-1068. Improve the error propagation for ozone sh. Contributed by Elek, Marton. (5 years ago) +* | 3a39d9a2d289 - YARN-9284. Fix the unit of yarn.service.am-resource.memory in the document. Contributed by Masahiro Tanaka. (5 years ago) +* | 084b6a6751dd - HDDS-1099. Genesis benchmark for ozone key creation in OM. Contributed by Bharat Viswanadham. (5 years ago) +* | 492e49e7caff - Revert "HDDS-1099. Genesis benchmark for ozone key creation in OM. Contributed by Bharat Viswanadham." (5 years ago) +* | 5656409327db - HDDS-1099. Genesis benchmark for ozone key creation in OM. Contributed by Bharat Viswanadham. (5 years ago) +* | dabfeab7854a - YARN-9308. fairscheduler-statedump.log gets generated regardless of service again after the merge of HDFS-7240. Contributed by Wilfred Spiegelenburg. (5 years ago) +* | 2d83b249941c - HDDS-1108. Check s3bucket exists or not before MPU operations. Contributed by Bharat Viswanadham. (5 years ago) +* | 6c8ffdb958ff - HDDS-1100. fix asf license errors in newly added files by HDDS-936. Contributed by Dinesh Chitlangia. (5 years ago) +* | 64f28f9efa2e - HDFS-14162. [SBN read] Allow Balancer to work with Observer node. Add a new ProxyCombiner allowing for multiple related protocols to be combined. Allow AlignmentContext to be passed in NameNodeProxyFactory. Contributed by Erik Krogen. (5 years ago) +* | b66d5ae9e264 - YARN-9295. [UI2] Fix label typo in Cluster Overview page. Contributed by Charan Hebri. (5 years ago) +* | 134ae8fc8045 - YARN-9293. Optimize MockAMLauncher event handling. Contributed by Bibin A Chundatt. (5 years ago) +* | 0d7a5ac5f526 - HDFS-13209. DistributedFileSystem.create should allow an option to provide StoragePolicy. Contributed by Ayush Saxena. (5 years ago) +* | 080a421911ed - HDFS-14262. [SBN read] Make Log.WARN message in GlobalStateIdContext more informative. Contributed by Shweta Yakkali. (5 years ago) +* | 7a57974f1f88 - HDDS-1096. OzoneManager#loadOMHAConfigs should use default ports in case port is not defined. Contributed by Hanisha Koneru. (5 years ago) +* | dfe0f42835b1 - YARN-7824. [UI2] Yarn Component Instance page should include link to container logs. Contributed by Akhil PB. (5 years ago) +* | fd026863b1b5 - HDFS-14241. Provide feedback on successful renameSnapshot and deleteSnapshot. Contributed by Siyao Meng. (5 years ago) +* | fa067aa157d4 - HDDS-936. Need a tool to map containers to ozone objects. Contributed by Sarun Singla (5 years ago) +* | 024c87291cb4 - HDFS-13617. Allow wrapping NN QOP into token in encrypted message. Contributed by Chen Liang (5 years ago) +* | 29b411d5f065 - HDFS-14263. Remove unnecessary block file exists check from FsDatasetImpl#getBlockInputStream(). Contributed by Surendra Singh Lilhore (5 years ago) +* | 35d4f32b32a3 - HDFS-14274. EC: NPE While Listing EC Policy For A Directory Following Replication Policy. Contributed by Ayush Saxena. (5 years ago) +* | 00c5ffaee2fb - HADOOP-16108. Tail Follow Interval Should Allow To Specify The Sleep Interval To Save Unnecessary RPC's. Contributed by Ayush Saxena. (5 years ago) +* | cf4aeccfa09e - HDDS-1034. TestOzoneRpcClient and TestOzoneRpcClientWithRatis failure. Contributed by Mukul Kumar Singh. (5 years ago) +* | 917ac9f108fa - HDDS-972. Add support for configuring multiple OMs. Contributed by Hanisha Koneru. (5 years ago) +* | 7b11b404a35f - HADOOP-16097. Provide proper documentation for FairCallQueue. Contributed by Erik Krogen. (5 years ago) +* | 06d7890bdd3e - HDDS-1047. Fix TestRatisPipelineProvider#testCreatePipelineWithFactor. Contributed by Nilotpal Nandi. (5 years ago) +* | 3dc252326693 - YARN-9184. Add a system flag to allow update to latest docker images. Contributed by Zhaohui Xin (5 years ago) +* | 7806403842dd - HDFS-14266. EC : Fsck -blockId shows null for EC Blocks if One Block Is Not Available. Contributed by Ayush Saxena. (5 years ago) +* | 20b92cdefed4 - HDDS-1050. TestSCMRestart#testPipelineWithScmRestart is failing. Contributed by Supratim Deka. (5 years ago) +* | 63a9b0d8aa87 - HDDS-1080. Ozonefs Isolated class loader should support FsStorageStatistics. Contributed by Elek, Marton. (5 years ago) +* | 4f7d32edf8c0 - HDDS-1081. CLOSING state containers should not be added to pipeline on SCM start. Contributed by Lokesh Jain. (5 years ago) +* | a536eb5c419c - HDDS-360. Use RocksDBStore and TableStore for SCM Metadata. Contributed by Anu Engineer. (5 years ago) +* | 26e60135f578 - HDDS-1074. Remove dead variable from KeyOutputStream#addKeyLocationInfo. Contributed by Siddharth Wagle. (5 years ago) +* | d48e61dd3603 - HDDS-1012. Add Default CertificateClient implementation. Contributed by Ajay Kumar (5 years ago) +* | 7536488bbd91 - YARN-996. REST API support for node resource configuration. Contributed by Inigo Goiri. (5 years ago) +* | 1ce2e91c4b3c - YARN-9229. Document docker registry deployment with NFS Gateway. Contributed by Eric Yang. (5 years ago) +* | 6c999fe4b018 - HADOOP-16098. Fix javadoc warnings in hadoop-aws. Contributed by Masatake Iwasaki. (5 years ago) +* | ca4e46a05eb2 - HDDS-1075. Fix CertificateUtil#parseRSAPublicKey charsetName. Contributed by Siddharth Wagle. (5 years ago) +* | 5c10630ad8c9 - HDFS-14261. Kerberize JournalNodeSyncer unit test. Contributed by Siyao Meng. (5 years ago) +* | 0ceb1b70f320 - HDFS-14260. Replace synchronized method in BlockReceiver with atomic value. Contributed by BELUGA BEHR. (5 years ago) +* | 73b67b2df565 - HDDS-1040. Add blockade Tests for client failures. Contributed by Nilotpal Nandi. (5 years ago) +* | e7d1ae52d24e - HDDS-1017. Use distributed tracing to indentify performance problems in Ozone. Contributed by Elek, Marton. (5 years ago) +* | 0a1637c750a5 - YARN-8555. Parameterize TestSchedulingRequestContainerAllocation(Async) to cover both PC handler options. Contributed by Prabhu Joseph. (5 years ago) +* | 2b7f828d4646 - YARN-9252. Allocation Tag Namespace support in Distributed Shell. Contributed by Prabhu Joseph. (5 years ago) +* | a1414582a8a6 - HDDS-1077. TestSecureOzoneCluster does not config OM HTTP keytab. Contributed by Xiaoyu Yao. (5 years ago) +* | ed99da850e72 - HDDS-1078. TestRatisPipelineProvider failing because of node count mismatch. Contributed by Mukul Kumar Singh. (5 years ago) +* | 965d26c9c758 - HDDS-1026. Reads should fail over to alternate replica. Contributed by Shashikant Banerjee. (5 years ago) +* | e50dc7ee599a - HDDS-1018. Update the base image of krb5 container for the secure ozone cluster. Contributed by Xiaoyu Yao. (5 years ago) +* | fb8c997a6884 - HDDS-1048. Remove SCMNodeStat from SCMNodeManager and use storage information from DatanodeInfo#StorageReportProto. Contributed by Nanda kumar. (5 years ago) +* | e0ab1bdecec3 - YARN-9282. Typo in javadoc of class LinuxContainerExecutor: hadoop.security.authetication should be 'authentication'. Contributed by Charan Hebri. (5 years ago) +* | 177131793a88 - HDFS-14172. Avoid NPE when SectionName#fromString returns null. Contributed by Xiang Li. (5 years ago) +* | 394a9f7d5c9c - HDDS-1033. Add FSStatistics for OzoneFileSystem. Contributed by Mukul Kumar Singh. (5 years ago) +* | df7b7dadf94d - HDDS-1073. Fix FindBugs issues on OzoneBucketStub#createMultipartKey. Contributed by Aravindan Vijayan. (5 years ago) +* | 0c1bc4dceeba - HDDS-981. Block allocation should involve pipeline selection and then container selection. Contributed by Lokesh Jain. (5 years ago) +* | a140a890c6a5 - HDDS-1069. Temporarily disable the security acceptance tests by default in Ozone. Contributed by Marton Elek. (5 years ago) +* | 4be87353e35a - HDFS-14140. JournalNodeSyncer authentication is failing in secure cluster. Contributed by Surendra Singh Lilhore. (5 years ago) +* | 1f1655028eed - HADOOP-15954. ABFS: Enable owner and group conversion for MSI and login user using OAuth. (5 years ago) +* | 668817a6cefa - Revert "HADOOP-15954. ABFS: Enable owner and group conversion for MSI and login user using OAuth." (5 years ago) +* | 546c5d70efeb - HADOOP-16032. Distcp It should clear sub directory ACL before applying new ACL on. (5 years ago) +* | 75e8441c616d - HDDS-1071. Make Ozone s3 acceptance test suite centos compatible. Contributed by Elek Marton. (5 years ago) +* | d1ca9432dd0b - YARN-7171: RM UI should sort memory / cores numerically. Contributed by Ahmed Hussein (5 years ago) +* | a65aca2feff9 - HDDS-922. Create isolated classloder to use ozonefs with any older hadoop versions. Contributed by Elek, Marton. (5 years ago) +* | 214112b2d706 - HDDS-1010. ContainerSet#getContainerMap should be renamed. Contributed by Supratim Deka. (5 years ago) +* | de804e53b9d2 - HADOOP-15281. Distcp to add no-rename copy option. (5 years ago) +* | 3c96a03deadc - YARN-8498. Yarn NodeManager OOM Listener Fails Compilation on Ubuntu 18.04. Contributed by Ayush Saxena. (5 years ago) +* | 7fa62e150ce8 - YARN-8219. Add application launch time to ATSV2. Contributed by Abhishek Modi. (5 years ago) +* | 1e5e08d83b8d - YARN-7627. [ATSv2] When passing a non-number as metricslimit, the error message is wrong. Contributed by Charan Hebri. (5 years ago) +* | 912d9f790d79 - HDDS-1044. Client doesn't propogate correct error code to client on out of disk space. Contributed by Yiqun Lin. (5 years ago) +* | 6aa63452b358 - HDFS-14242. OIV WebImageViewer: NPE when param op is not specified. Contributed by Siyao Meng. (5 years ago) +* | d3de8e162be7 - HDFS-14250. [SBN read]. msync should always direct to active NameNode to get latest stateID. Contributed by Chao Sun. (5 years ago) +* | 711d22f166b4 - YARN-9253. Add UT to verify Placement Constraint in Distributed Shell. Contributed by Prabhu Joseph. (5 years ago) +* | 911790cc2636 - HDDS-1027. Add blockade Tests for datanode isolation and scm failures. Contributed by Nilotpal Nandi. (5 years ago) +* | 49ddd8a6ed5b - HDFS-14231. DataXceiver#run() should not log exceptions caused by InvalidToken exception as an error. Contributed by Kitti Nanasi. (5 years ago) +* | 308f3168fa22 - Make upstream aware of 3.1.2 release (5 years ago) +* | fa8cd1bf28f5 - HADOOP-15954. ABFS: Enable owner and group conversion for MSI and login user using OAuth. (5 years ago) +* | 2044967e7581 - YARN-9246 NPE when executing a command yarn node -status or -states without additional arguments. Contributed by Masahiro Tanaka (5 years ago) +* | 194f0b49fb8a - HDDS-631. Ozone classpath shell command is not working. Contributed by Elek, Marton. (5 years ago) +* | 9f2da0159169 - HDDS-776. Make OM initialization resilient to dns failures. Contributed by Doroszlai, Attila. (5 years ago) +* | ba9efe06fadb - HADOOP-16074. WASB: Update container not found error code. (5 years ago) +* | 9ace37b11920 - HDDS-987. MultipartUpload: S3API for list parts of a object. Contributed by Bharat Viswanadham. (5 years ago) +* | f365957c6326 - HADOOP-15229. Add FileSystem builder-based openFile() API to match createFile(); S3A to implement S3 Select through this API. (5 years ago) +* | e3ec18b0c4fb - YARN-6735. Have a way to turn off container metrics from NMs. Contributed by Abhishek Modi. (5 years ago) +* | ba38db4f5b7d - YARN-9257. Distributed Shell client throws a NPE for a non-existent queue. Contributed by Charan Hebri. (5 years ago) +* | aa7ce50e557b - YARN-9275. Add link to NodeAttributes doc in PlacementConstraints document. Contributed by Masatake Iwasaki. (5 years ago) +* | 571838920d2f - YARN-9149. yarn container -status misses logUrl when integrated with ATSv2. Contributed by Abhishek Modi. (5 years ago) +* | 3efa168e1f7b - HDDS-1029. Allow option for force in DeleteContainerCommand. Contributed by Bharat Viswanadham. (5 years ago) +* | 529791cb18c4 - HADOOP-15938. [JDK 11] Remove animal-sniffer-maven-plugin to fix build. Contributed by Dinesh Chitlangia. (5 years ago) +* | 9a19d6d48b46 - HDDS-1039. OzoneManager fails to connect with secure SCM. Contributed by Ajay Kumar (5 years ago) +* | 5f15a60e329b - HDFS-14125. Use parameterized log format in ECTopologyVerifier. Contributed by Kitti Nanasi. (5 years ago) +* | 0e79a865822e - HDFS-14202. dfs.disk.balancer.max.disk.throughputInMBperSec property is not working as per set value. Contributed by Ranith Sardar. (5 years ago) +* | 758e9ce781cf - HADOOP-16076. SPNEGO+SSL Client Connections with HttpClient Broken. (5 years ago) +* | 604b2489a9e1 - YARN-9206. RMServerUtils does not count SHUTDOWN as an accepted state. Contributed by Kuhu Shukla. (5 years ago) +* | 0f9aa5b4d58e - HADOOP-16089. AliyunOSS: update oss-sdk version to 3.4.1. Contributed by wujinhu. (5 years ago) +* | c991e2ca5a65 - MAPREDUCE-7177. Disable speculative execution in TestDFSIO. Contributed by Zhaohui Xin. (5 years ago) +* | 9aa3dc872ca9 - HDFS-14158. Checkpointer ignores configured time period > 5 minutes (5 years ago) +* | ec77e95bbd60 - HDFS-14232. libhdfs is not included in binary tarball. Contributed by Akira Ajisaka. (5 years ago) +* | b6f90d3957bf - HDDS-1021. Allow ozone datanode to participate in a 1 node as well as 3 node Ratis Pipeline. Contributed by Shashikant Banerjee. (5 years ago) +* | 69bcff380fbe - YARN-9231. TestDistributedShell fix timeout. Contributed by Prabhu Joseph. (5 years ago) +* | f20b043a02bd - YARN-9263. TestConfigurationNodeAttributesProvider fails after Mockito updated. Contributed by Weiwei Yang. (5 years ago) +* | 28ad20a71173 - YARN-9262. TestRMAppAttemptTransitions is failing with an NPE. Contributed by lujie. (5 years ago) +* | 2c1351304022 - YARN-8549 Adding a NoOp timeline writer and reader plugin classes for ATSv2. Contributed by Prabha Manepalli. (5 years ago) +* | 4123353151c2 - HDDS-1037. Fix the block discard logic in Ozone client. Contributed by Shashikant Banerjee. (5 years ago) +* | 7f46d13dac8c - HADOOP-16079. Token.toString faulting if any token listed can't load. (5 years ago) +* | 13aa93922458 - HDDS-997. Add blockade Tests for scm isolation and mixed node isolation. Contributed by Nilotpal Nandi. (5 years ago) +* | 16195eaee1b4 - HDDS-1025. Handle replication of closed containers in DeadNodeHanlder. Contributed by Bharat Viswanadham. (5 years ago) +* | 0ab7fc92009f - HDFS-14187. Make warning message more clear when there are not enough data nodes for EC write. Contributed by Kitti Nanasi. (5 years ago) +* | f738b397ae02 - YARN-9191. Add cli option in DS to support enforceExecutionType in resource requests. Contributed by Abhishek Modi. (5 years ago) +* | bcc3a79f589c - HADOOP-16084. Fix the comment for getClass in Configuration. Contributed by Fengnan Li. (5 years ago) +* | 033d97abac08 - HDDS-956. MultipartUpload: List Parts for a Multipart upload key. Contributed by Bharat Viswanadham. (5 years ago) +* | 71c49fa60faa - YARN-9099. GpuResourceAllocator#getReleasingGpus calculates number of GPUs in a wrong way. Contributed by Szilard Nemeth. (5 years ago) +* | 53729279c7ee - HDDS-1035. Intermittent TestRootList failure. Contributed by Doroszlai Attila. (5 years ago) +* | 945a61c1649a - HDDS-549. Add support for key rename in Ozone Shell. Contributed by Doroszlai Attila. (5 years ago) +* | c35419579b5c - HDDS-1016. Allow marking containers as unhealthy. Contributed by Arpit Agarwal. (5 years ago) +* | 7456fc99ee01 - HDDS-1031. Update ratis version to fix a DN restart Bug. Contributed by Bharat Viswanadham. (5 years ago) +* | 0e95ae402ce1 - HDDS-1030. Move auditparser robot tests under ozone basic. Contributed by Dinesh Chitlangia. (5 years ago) +* | a3a9ae3cea07 - YARN-9251. Build failure for -Dhbase.profile=2.0. Contributed by Rohith Sharma K S. (5 years ago) +* | 14441ccbc67f - HDDS-1032. Package builds are failing with missing org.mockito:mockito-core dependency version. Contributed by Doroszlai, Attila. (5 years ago) +* | d583cc45c69d - HDDS-1024. Handle DeleteContainerCommand in the SCMDatanodeProtocolServer. Contributed by Bharat Viswanadham. (5 years ago) +* | 1129288cf504 - HADOOP-14178. Move Mockito up to version 2.23.4. Contributed by Akira Ajisaka and Masatake Iwasaki. (5 years ago) +* | 02eb91856e7e - HADOOP-16041. Include Hadoop version in User-Agent string for ABFS. Contributed by Shweta Yakkali. (5 years ago) +* | b3bc94ebfd7c - HDFS-14236. Lazy persist copy/ put fails with ViewFs. (5 years ago) +* | d1714c20e930 - Revert "HDFS-14084. Need for more stats in DFSClient. Contributed by Pranay Singh." (5 years ago) +* | 04105bbfdb04 - YARN-6616: YARN AHS shows submitTime for jobs same as startTime. Contributed by Prabhu Joseph (5 years ago) +* | 5d578d0c4a0d - HDDS-1004. SCMContainerManager#updateContainerStateInternal fails for QUASI_CLOSE and FORCE_CLOSE events. Contributed by Lokesh Jain. (5 years ago) +* | 085f0e8ae7f4 - YARN-9086. [CSI] Run csi-driver-adaptor as aux service. Contributed by Weiwei Yang. (5 years ago) +* | 2d06112b74c1 - HDDS-1022. Add cmd type in getCommandResponse in SCMDatanodeProtocolServer. Contributed by Bharat Viswanadham. (5 years ago) +* | 4f63ffe44428 - YARN-9237. NM should ignore sending finished apps to RM during RM fail-over. Contributed by Jiandan Yang. (5 years ago) +* | f5a95f7998e1 - YARN-8901. Fixed restart policy NEVER/ON_FAILURE with component dependency. Contributed by Suma Shivaprasad (5 years ago) +* | 2e636dd3c497 - YARN-9074. Consolidate docker removal logic in ContainerCleanup. Contributed by Zhaohui Xin (5 years ago) +* | 8326450bca1b - HDDS-974. Add getServiceAddress method to ServiceInfo and use it in TestOzoneShell. Contributed by Doroszlai, Attila. (5 years ago) +* | 3b49d7aeae88 - HDDS-989. Check Hdds Volumes for errors. Contributed by Arpit Agarwal. (5 years ago) +* | 47d6b9bb7f6c - HADOOP-16075. Upgrade checkstyle version to 8.16. (5 years ago) +* | 91649c34aa27 - HDDS-1013. NPE while listing directories. (5 years ago) +* | 1ab69a9543df - YARN-9221. Added flag to disable dynamic auxiliary service feature. Contributed by Billie Rinaldi (5 years ago) +* | fb69519e68c5 - HDDS-1011. Fix NPE BucketManagerImpl.setBucketProperty. Contributed by Xiaoyu Yao. (5 years ago) +* | 6cace58e212d - YARN-9222. Print launchTime in ApplicationSummary (5 years ago) +* | dc5af4c6b7bd - HDFS-12729. Document special paths in HDFS. Contributed by Masatake Iwasaki. (5 years ago) +* | 2ec296e65930 - HDDS-991. Fix failures in TestSecureOzoneCluster. Contributed by Ajay Kumar. (5 years ago) +* | 1d523279da94 - HDFS-14084. Need for more stats in DFSClient. Contributed by Pranay Singh. (5 years ago) +* | 45caeee6cfcf - HDFS-14228. Incorrect getSnapshottableDirListing() javadoc. Contributed by Dinesh Chitlangia. (5 years ago) +* | 84bb9808a2f5 - YARN-7761. [UI2] Clicking 'master container log' or 'Link' next to 'log' under application's appAttempt goes to Old UI's Log link. Contributed by Akhil PB. (6 years ago) +* | 9fc7df8afbc5 - HDDS-793. Support custom key/value annotations on volume/bucket/key. Contributed by Elek, Marton. (6 years ago) +* | a448b0528745 - HDDS-1009. TestAbortMultipartUpload is missing the apache license text. Contributed by Dinesh Chitlangia. (6 years ago) +* | 5dae1a0c663c - HDDS-973. HDDS/Ozone fail to build on Windows. Contributed by Xiaoyu Yao. (6 years ago) +* | 2181b188500e - HDDS-990. Typos in Ozone doc. Contributed by Doroszlai, Attila. (6 years ago) +* | 45c4cfe790bd - HDDS-906. Display the ozone version on SCM/OM web ui instead of Hadoop version. Contributed by Doroszlai, Attila. (6 years ago) +* | 8ff9578126cb - HDDS-1007. Add robot test for AuditParser. Contributed by Dinesh Chitlangia. (6 years ago) +* | c6d901af77ef - HDDS-1006. AuditParser assumes incorrect log format. Contributed by Dinesh Chitlangia. (6 years ago) +* | 3c60303ac59d - HADOOP-16065. -Ddynamodb should be -Ddynamo in AWS SDK testing document. (6 years ago) +* | a33ef4fd3117 - YARN-8867. Added resource localization status to YARN service status call. Contributed by Chandni Singh (6 years ago) +* | 4e0aa2ceac89 - HDDS-948. MultipartUpload: S3 API for Abort Multipart Upload. Contributed by Bharat Viswanadham. (6 years ago) +* | 3c7d700b656d - HDDS-1002. ozonesecure compose incompatible with smoke test. Contributed by Doroszlai, Attila. (6 years ago) +* | f3d8265582df - HDDS-996. Incorrect data length gets updated in OM by client in case it hits exception in multiple successive block writes. Contributed by Shashikant Banerjee. (6 years ago) +* | 09a5859f5824 - HDDS-993. Update hadoop version to 3.2.0. Contributed by Supratim Deka. (6 years ago) +* | a4bd64e724cb - YARN-9116. Capacity Scheduler: implements queue level maximum-allocation inheritance. Contributed by Aihua Xu. (6 years ago) +* | c7264459901e - YARN-8961. [UI2] Flow Run End Time shows 'Invalid date'. Contributed by Akhil PB (6 years ago) +* | e321b91cb5b2 - HDDS-980. Adding getOMCertificate in SCMSecurityProtocol. Contributed by Ajay Kumar. (6 years ago) +* | f3e642d92bcc - HDFS-14185. Cleanup method calls to static Assert methods in TestAddStripedBlocks (Contributed by Shweta Yakkali via Daniel Templeton) (6 years ago) +* | dcbc8b86ed23 - HDDS-975. Manage ozone security tokens with ozone shell cli. Contributed by Ajay Kumar. (6 years ago) +* | 951cdd7e4cbe - HDFS-14061. Check if the cluster topology supports the EC policy before setting, enabling or adding it. Contributed by Kitti Nanasi. (6 years ago) +* | 0b91329ed67d - HDDS-764. Run S3 smoke tests with replication STANDARD. (#462) (6 years ago) +* | 221e308cb5ea - HDFS-14153. [SPS] : Add Support for Storage Policy Satisfier in WEBHDFS. Contributed by Ayush Saxena. (6 years ago) +* | 2d69a3561400 - HDDS-982. Fix TestContainerDataYaml#testIncorrectContainerFile. Contributed by Doroszlai, Attila. (6 years ago) +* | 721d5c2a5f43 - YARN-8101. Add UT to verify node-attributes in RM nodes rest API. Contributed by Prabhu Joseph. (6 years ago) +* | e72e27edd8c1 - HDDS-932. Add blockade Tests for Network partition. Contributed by Nilotpal Nandi. (6 years ago) +* | e3e076dc7854 - YARN-9205. When using custom resource type, application will fail to run due to the CapacityScheduler throws InvalidResourceRequestException(GREATER_THEN_MAX_ALLOCATION). Contributed by Zhankun Tang. (6 years ago) +* | 7d6792e5d200 - HDFS-14218. EC: Ls -e throw NPE when directory ec policy is disabled. Contributed by Ayush Saxena. (6 years ago) +* | 0dd35e218fd4 - HADOOP-15922. Fixed DelegationTokenAuthenticator URL decoding for doAs user. Contributed by He Xiaoqiao (6 years ago) +* | 2fa9389c2e1c - YARN-9146. Added REST API to configure auxiliary service. Contributed by Billie Rinaldi (6 years ago) +* | 0ef54f72a667 - HDDS-992. ozone-default.xml has invalid text from a stale merge. Contributed by Dinesh Chitlangia. (6 years ago) +* | 9390a0beef55 - HDDS-913. Ozonefs defaultFs example is wrong in the documentation. Contributed by Supratim Deka. (6 years ago) +* | 00ad9e23e88d - HADOOP-16048. ABFS: Fix Date format parser. (6 years ago) +* | 6f0756fc0e43 - HDFS-14222. Make ThrottledAsyncChecker constructor public. Contributed by Arpit Agarwal. (6 years ago) +* | 1ff658b2ef3f - HDFS-14221. Replace Guava Optional with Java Optional. Contributed by Arpit Agarwal. (6 years ago) +* | de34fc148ca4 - HDFS-14207. ZKFC should catch exception when ha configuration missing. Contributed by Fei Hui. (6 years ago) +* | d43df31751bc - YARN-9210. RM nodes web page can not display node info. Contributed by Jiandan Yang. (6 years ago) +* | a463cf75a0ab - HADOOP-15787. [JDK11] TestIPC.testRTEDuringConnectionSetup fails. Contributed by Zsolt Venczel. (6 years ago) +* | e9962240f09c - Make 3.2.0 aware to other branches - jdiff (6 years ago) +* | 2e2508b8e30a - Make 3.2.0 aware to other branches (6 years ago) +* | abde1e1f58d5 - YARN-9204. RM fails to start if absolute resource is specified for partition capacity in CS queues. Contributed by Jiandan Yang. (6 years ago) +* | 27aa6e889978 - HADOOP-16046. [JDK 11] Correct the compiler exclusion of org/apache/hadoop/yarn/webapp/hamlet/** classes for >= Java 9. Contributed by Devaraj K. (6 years ago) +* | 824dfa3b099a - YARN-8489. Support "dominant" component concept in YARN service. Contributed by Zac Zhou (6 years ago) +* | 751bc62df7bb - Merge branch 'HDDS-4' into trunk (6 years ago) +|\ \ +| * | c26d354e7d84 - HDDS-983. Rename S3Utils to avoid conflict with HDFS classes. Contributed by Bharat Viswanadham. (6 years ago) +| * | 4ac0404fe01c - HDDS-959. KeyOutputStream should handle retry failures. Contributed by Lokesh Jain. (6 years ago) +| * | 8c7f6b2d4df2 - YARN-9197. Add safe guard against NPE for component instance failure. Contributed by kyungwan nam (6 years ago) +| * | dacc1a759e3b - HDFS-14175. EC: Native XOR decoder should reset the output buffer before using it. Contributed by Ayush Saxena. (6 years ago) +| * | 96a84b61fb69 - HDFS-14213. Remove Jansson from BUILDING.txt. Contributed by Dinesh Chitlangia. (6 years ago) +| * | 6d7eedfd28cc - YARN-9194. Invalid event: REGISTERED and LAUNCH_FAILED at FAILED, and NullPointerException happens in RM while shutdown a NM. (lujie via wangda) (6 years ago) +| * | 0a46baecd31c - YARN-9203. Fix typos in yarn-default.xml. (6 years ago) +| * | 96ea464aaade - HDDS-971. ContainerDataConstructor throws exception on QUASI_CLOSED and UNHEALTHY container state. Contributed by Lokesh Jain. (6 years ago) +| * | 54b11de2c025 - HDDS-898. Continue token should contain the previous dir in Ozone s3g object list. Contributed by Elek Marton. (6 years ago) +| * | f048512bb89f - HDFS-14192. Track missing DFS operations in Statistics and StorageStatistics. Contributed by Ayush Saxena. (6 years ago) +| * | 104ef5df36fd - YARN-8747. [UI2] YARN UI2 page loading failed due to js error under some time zone configuration. Contributed by collinma. (6 years ago) +| * | 713ded6b15dc - YARN-9150 Making TimelineSchemaCreator support different backends for Timeline Schema Creation in ATSv2. Contributed by Sushil Ks (6 years ago) +| * | 6be39230a670 - YARN-9150 Making TimelineSchemaCreator support different backends for Timeline Schema Creation in ATSv2. Contributed by Sushil Ks (6 years ago) +* | | 2aaaf12f9e22 - HDDS-943. Add block token validation in HddsDispatcher/XceiverServer. Contributed by Ajay Kumar. (6 years ago) +* | | 06c83d3b8adf - HDDS-984. Fix TestOzoneManagerRatisServer.testIsReadOnlyCapturesAllCmdTypeEnums. Contributed by Xiaoyu Yao. (6 years ago) +* | | c0683ed253db - HDDS-960. Add cli command option for getS3Secret. Contributed by Dinesh Chitlangia. (6 years ago) +* | | 01a7f9ed3579 - HDDS-597. Ratis: Support secure gRPC endpoint with mTLS for Ratis. Contributed by Ajay Kumar. (6 years ago) +* | | 140565f4db0f - HDDS-967. Fix failures in TestOzoneConfigurationFields. Contributed by Ajay Kumar. (6 years ago) +* | | 0e16cf1973c8 - HDDS-970. Fix classnotfound error for bouncy castle classes in OM,SCM init. Contributed by Ajay Kumar. (6 years ago) +* | | 0faa5701d92d - HDDS-964. Fix test failure in TestOmMetrics. Contributed by Ajay Kumar. (6 years ago) +* | | 8978466fca92 - HDDS-945. Fix generics warnings in delegation token. Contributed by Ajay Kumar. (6 years ago) +* | | a5d0fcf704ce - HDDS-963. Fix failure in TestOzoneShell due to null check in SecurityConfig. Contributed by Ajay Kumar. (6 years ago) +* | | 1d5734e3414e - HDDS-938. Add Client APIs for using S3 Auth interface. Contributed by Dinesh Chitlangia. (6 years ago) +* | | 30bfc9cbd02d - HDDS-955. SCM CA: Add CA to SCM. Contributed by Anu Engineer. (6 years ago) +* | | 924bea97306f - HDDS-102. SCM CA: SCM CA server signs certificate for approved CSR. Contributed by Anu Engineer. (6 years ago) +* | | ddaef6718199 - HDDS-937. Create an S3 Auth Table. Contributed by Dinesh Chitlangia. (6 years ago) +* | | 50c4045fde06 - HDDS-805. Block token: Client api changes for block token. Contributed by Ajay Kumar. (6 years ago) +* | | 2b115222cda9 - HDDS-929. Remove ozone.max.key.len property. Contributed by Ajay Kumar. (6 years ago) +* | | f894d86b2f2d - HDDS-115. GRPC: Support secure gRPC endpoint with mTLS. Contributed by Xiaoyu Yao. (6 years ago) +* | | 417951ab587e - HDDS-884. Fix merge issue that causes NPE OzoneManager#httpServer. Contributed by Xiaoyu Yao. (6 years ago) +* | | 6d522dc05d47 - HDDS-804. Block token: Add secret token manager. Contributed by Ajay Kumar. (6 years ago) +* | | 0c8829a9a1bc - HDDS-696. Bootstrap genesis SCM(CA) with self-signed certificate. Contributed by Anu Engineer. (6 years ago) +* | | 825310608bc9 - HDDS-873. Fix TestSecureOzoneContainer NPE after HDDS-837. Contributed by Xiaoyu Yao. (6 years ago) +* | | 7e2770699ce9 - HDDS-9. Add GRPC protocol interceptors for Ozone Block Token. Contributed by Xiaoyu Yao. (6 years ago) +* | | bb4a26ca3239 - HDDS-8. Add OzoneManager Delegation Token support. Contributed by Ajay Kumar. (6 years ago) +* | | 6d6b1a00c2ae - HDDS-836. Add TokenIdentifier Ozone for delegation token and block token. Contributed by Ajay Kumar. (6 years ago) +* | | 6ad794b1b628 - HDDS-778. Add an interface for CA and Clients for Certificate operations Contributed by Anu Engineer. (6 years ago) +* | | 53120e2e6cac - HDDS-592. Fix ozone-secure.robot test. Contributed by Ajay Kumar. (6 years ago) +* | | a28ad7ad81c8 - HDDS-753. SCM security protocol server is not starting. Contributed by Ajay Kumar. (6 years ago) +* | | 8b8a3f543597 - HDDS-760. Add asf license to TestCertificateSignRequest. Contributed by Ajay Kumar. (6 years ago) +* | | 33c274ea2ed0 - HDDS-103. SCM CA: Add new security protocol for SCM to expose security related functions. Contributed by Ajay Kumar. (6 years ago) +* | | c260c19d1800 - HDDS-101. SCM CA: generate CSR for SCM CA clients. Contributed by Xiaoyu Yao. (6 years ago) +* | | 61e85d7cd1a6 - HDDS-684. Fix HDDS-4 branch after HDDS-490 and HADOOP-15832. Contributed by Xiaoyu Yao. (6 years ago) +* | | e89c35a50be4 - HDDS-704. Fix the Dependency convergence issue on HDDS-4. Contributed by Xiaoyu Yao. (6 years ago) +* | | 16e0bb874d85 - HDDS-591. Adding ASF license header to kadm5.acl. Contributed by Ajay Kumar. (6 years ago) +* | | 8d7c5f4ee798 - HDDS-588. SelfSignedCertificate#generateCertificate should sign the certificate the configured security provider. Contributed by Xiaoyu Yao. (6 years ago) +* | | 0aab74026e0b - HDDS-10. Add kdc docker image for secure ozone cluster. Contributed by Ajay Kumar. (6 years ago) +* | | d4511889fd62 - HDDS-566. Move OzoneSecure docker-compose after HDDS-447. Contributed by Xiaoyu Yao. (6 years ago) +* | | 9920506b3d55 - HDDS-547. Fix secure docker and configs. Contributed by Xiaoyu Yao. (6 years ago) +* | | 2d269440b0ac - HDDS-548. Create a Self-Signed Certificate. Contributed by Anu Engineer. (6 years ago) +* | | 0b034b7005d8 - HDDS-546. Resolve bouncy castle dependency for hadoop-hdds-common. Contributed by Ajay Kumar. (6 years ago) +* | | 570b503e3e7e - Fix merge conflicts (6 years ago) +* | | faf53f8262c1 - HDDS-100. SCM CA: generate public/private key pair for SCM/OM/DNs. Contributed by Ajay Kumar. (6 years ago) +* | | e47135d9d975 - HDDS-70. Fix config names for secure ksm and scm. Contributed by Ajay Kumar. (6 years ago) +* | | 914e93beebc9 - HDDS-7. Enable kerberos auth for Ozone client in hadoop rpc. Contributed by Ajay Kumar. (6 years ago) +* | | bfa4929fdb36 - Revert "Bad merge with 996a627b289947af3894bf83e7b63ec702a665cd" (6 years ago) +* | | 8e6743eb90f8 - HDDS-6. Enable SCM kerberos auth. Contributed by Ajay Kumar. (6 years ago) +* | | d3920ecbb77a - HDDS-5. Enable OzoneManager kerberos auth. Contributed by Ajay Kumar. (6 years ago) +* | | ff61931f91ef - HDDS-6. Enable SCM kerberos auth. Contributed by Ajay Kumar. (6 years ago) +|/ / +* | 01405df87f58 - HADOOP-15941. Addendum patch. Contributed by Takanobu Asanuma. (6 years ago) +* | f280f52b2097 - HDDS-978. Fix typo in doc : Client > S3 section. Contributed by Dinesh Chitlangia. (6 years ago) +* | ccc43621aba4 - HADOOP-16019. ZKDelegationTokenSecretManager won't log exception message occured in function setJaasConfiguration. (6 years ago) +* | 614af50625a8 - YARN-9179. Fix NPE in AbstractYarnScheduler#updateNewContainerInfo. (6 years ago) +* | 05c84ab01c08 - HDDS-977. Exclude dependency-reduced-pom.xml from ozone rat check. Contributed by Elek, Marton. (6 years ago) +* | 30863c5ae3a7 - HADOOP-16044. ABFS: Better exception handling of DNS errors followup (6 years ago) +* | 6d0bffe17ead - HADOOP-14556. S3A to support Delegation Tokens. (6 years ago) +* | c4a00d1ad3d3 - HADOOP-15843. s3guard bucket-info command to not print a stack trace on bucket-not-found. (6 years ago) +* | 04fcbef9c96d - HADOOP-16043. NPE in ITestDynamoDBMetadataStore when fs.s3a.s3guard.ddb.table is not set. (6 years ago) +* | 3bb745df1866 - HADOOP-15994. Upgrade Jackson2 to 2.9.8. Contributed by lqjacklee. (6 years ago) +* | 35fa3bd68560 - HADOOP-16045. Don't run TestDU on Windows. Contributed by Lukas Majercak. (6 years ago) +* | bf08f4abae43 - HADOOP-15481. Emit FairCallQueue stats as metrics. Contributed by Christopher Gregorian. (6 years ago) +* | 01cb958af44b - HADOOP-16013. DecayRpcScheduler decay thread should run as a daemon. Contributed by Erik Krogen. (6 years ago) +* | fb8932a727f7 - HADOOP-16029. Consecutive StringBuilder.append can be reused. Contributed by Ayush Saxena. (6 years ago) +* | a4eefe5765d1 - HDDS-947. Implement OzoneManager State Machine. (6 years ago) +* | dddad985d7ff - HADOOP-15975. ABFS: remove timeout check for DELETE and RENAME. (6 years ago) +* | 9aeaaa0479ea - HDFS-14198. Upload and Create button doesn't get enabled after getting reset. Contributed by Ayush Saxena. (6 years ago) +* | d4ca907da636 - HADOOP-16016. TestSSLFactory#testServerWeakCiphers fails on Java 1.8.0_191 or upper (6 years ago) +* | 33c009a45d95 - HADOOP-15909. KeyProvider class should implement Closeable. Contributed by Kuhu Shukla. (6 years ago) +* | 852701f7935e - HADOOP-16036. WASB: Disable jetty logging configuration announcement. (6 years ago) +* | 72112691421b - HADOOP-15662. Better exception handling of DNS errors. (6 years ago) +* | e8d19003695e - HADOOP-16040. ABFS: Bug fix for tolerateOobAppends configuration. (6 years ago) +* | 2091d1a4af6e - HDDS-941. Rename ChunkGroupInputStream to keyInputStream and ChunkInputStream to BlockInputStream. Contributed by Shashikant Banerjee. (6 years ago) +* | c634589ab2d6 - Revert "HDFS-14084. Need for more stats in DFSClient. Contributed by Pranay Singh." (6 years ago) +* | f4617c62395e - Revert "HDDS-947. Implement OzoneManager State Machine." (6 years ago) +* | 8dd11a15777e - HDDS-947. Implement OzoneManager State Machine. (6 years ago) +* | 3420e26ae57f - HADOOP-16027. [DOC] Effective use of FS instances during S3A integration tests. Contributed by Gabor Bota. (6 years ago) +* | 709ddb10e5d9 - HADOOP-15941. [JDK 11] Compilation failure: package com.sun.jndi.ldap is not visible. (6 years ago) +* | 4ab5260b7e8d - HDFS-14132. Add BlockLocation.isStriped() to determine if block is replicated or Striped (Contributed by Shweta Yakkali via Daniel Templeton) (6 years ago) +* | 6a923464afa6 - YARN-6523. Optimize system credentials sent in node heartbeat responses. Contributed by Manikandan R (6 years ago) +* | 32cf0412ce4c - HDDS-965. Ozone: checkstyle improvements and code quality scripts. Contributed by Elek, Marton. (6 years ago) +* | 1a08302897ba - HDFS-14189. Fix intermittent failure of TestNameNodeMetrics. Contributed by Ayush Saxena. (6 years ago) +* | 999f31fd2096 - HDDS-924. MultipartUpload: S3 APi for complete Multipart Upload. Contributed by Bharat Viswanadham. (6 years ago) +* | 695e93c2bbbc - HDDS-969. Fix TestOzoneManagerRatisServer test failure. Contributed by Bharat Viswanadham. (6 years ago) +* | 396ffba1aa10 - HDDS-968. Fix TestObjectPut failures. Contributed by Bharat Viswanadham. (6 years ago) +* | 188bebbe7eae - HADOOP-16018. DistCp won't reassemble chunks when blocks per chunk > 0. (6 years ago) +* | 0921b706f7f8 - YARN-9037. [CSI] Ignore volume resource in resource calculators based on tags. Contributed by Sunil Govindan. (6 years ago) +* | 4297e20c8baa - HDDS-926. Use Timeout rule for the the test methods in TestOzoneManager. Contributed by Dinesh Chitlangia. (6 years ago) +* | 7f7839703649 - Revert "HADOOP-14556. S3A to support Delegation Tokens." (6 years ago) +* | 489411579c5e - YARN-9169. Add metrics for queued opportunistic and guaranteed containers. Contributed by Abhishek Modi. (6 years ago) +* | 0f26b5efaa3d - HDDS-931. Add documentation for ozone shell command providing ozone mapping for a S3Bucket. Contributed by Bharat Viswanadham. (6 years ago) +* | 0a01d4991755 - YARN-8822. Nvidia-docker v2 support for YARN GPU feature. (Charo Zhang via wangda) (6 years ago) +* | 06279ecc554f - HDDS-946. AuditParser - insert audit to database in batches. contributed by Dinesh Chitlangia. (6 years ago) +* | cdfbec47ce05 - HDDS-930. Multipart Upload: Abort multiupload request. Contributed by Bharat Viswanadham. (6 years ago) +* | 802932ca0b10 - HADOOP-16031. Fixed TestSecureLogins unit test. Contributed by Akira Ajisaka (6 years ago) +* | d7152332b32a - HADOOP-14556. S3A to support Delegation Tokens. (6 years ago) +* | d66925a31564 - HDDS-902. MultipartUpload: S3 API for uploading a part file. Contributed by Bharat Viswanadham. (6 years ago) +* | 992dd9d189b0 - (pbacsko/HDDS-901) HDDS-901. MultipartUpload: S3 API for Initiate multipart upload. Contributed by Bharat Viswanadham. (6 years ago) +* | d14c56d1509d - HDDS-916. MultipartUpload: Complete Multipart upload request. Contributed by Bharat Viswanadham. (6 years ago) +* | 32d5caa0a850 - HADOOP-15937. [JDK 11] Update maven-shade-plugin.version to 3.2.1. Contributed by Dinesh Chitlangia. (6 years ago) +* | 5db7c4906235 - YARN-9162. Fix TestRMAdminCLI#testHelp. Contributed by Ayush Saxena. (6 years ago) +* | 944cf872232d - YARN-9173. FairShare calculation broken for large values after YARN-8833. Contributed by Wilfred Spiegelenburg. (6 years ago) +* | f87b3b11c467 - HADOOP-16030. AliyunOSS: bring fixes back from HADOOP-15671. Contributed by wujinhu. (6 years ago) +* | d3321fbed03f - Revert "YARN-9178. TestRMAdminCli#testHelp is failing in trunk. Contributed by Abhishek Modi." (6 years ago) +* | 2c02aa6ec259 - YARN-9160. [Submarine] Document 'PYTHONPATH' environment variable setting when using -localization options. (Zhankun Tang via wangda) (6 years ago) +* | 8f004fe4e0d4 - YARN-9141. [Submarine] JobStatus outputs with system UTC clock, not local clock. (Zac Zhou via wangda) (6 years ago) +* | 650b9cbe168d - YARN-9178. TestRMAdminCli#testHelp is failing in trunk. Contributed by Abhishek Modi. (6 years ago) +* | 1f425271a73f - Revert "HADOOP-15759. AliyunOSS: Update oss-sdk version to 3.0.0. Contributed by Jinhu Wu." (6 years ago) +* | 999da98d67c0 - HDDS-915. Submit client request to OM Ratis server. Contributed by Hanisha Koneru. (6 years ago) +* | d43af8b3db47 - HADOOP-15996. Improved Kerberos username mapping strategy in Hadoop. Contributed by Bolke de Bruin (6 years ago) +* | 6e35f7130fb3 - YARN-9166. Fix logging for preemption of Opportunistic containers for Guaranteed containers. Contributed by Abhishek Modi. (6 years ago) +* | f4e18242bd81 - HADOOP-16028. Fix NetworkTopology chooseRandom function to support excluded nodes. Contributed by Sihai Ke. (6 years ago) +* | ddc0a405074c - HDDS-896. Handle over replicated containers in SCM. Contributed by Nandakumar. (6 years ago) +* | 51427cbdfb39 - HADOOP-15997. KMS client uses wrong UGI after HADOOP-14445. Contributed by Wei-Chiu Chuang. (6 years ago) +* | 8c6978c3baef - YARN-6149. Allow port range to be specified while starting NM Timeline collector manager. Contributed by Abhishek Modi. (6 years ago) +* | 573b1587918c - YARN-8567. Fetching yarn logs fails for long running application if it is not present in timeline store. Contributed by Tarun Parimi. (6 years ago) +* | f4906ac01960 - YARN-9038. [CSI] Add ability to publish/unpublish volumes on node managers. Contributed by Weiwei Yang. (6 years ago) +* | dfceffa70d54 - YARN-9147. Rmove auxiliary services when manifest file is removed. Contributed by Billie Rinaldi (6 years ago) +* | ecdeaa7e6ad4 - HDFS-14084. Need for more stats in DFSClient. Contributed by Pranay Singh. (6 years ago) +* | 14d232c0fe3c - HDDS-957. Replace incorrect use of system property user.name. Contributed by Dinesh Chitlangia. (6 years ago) +* | cfe89e6f963b - YARN-9164. Shutdown NM may cause NPE when opportunistic container scheduling is enabled. Contributed by lujie. (6 years ago) +* | 040a202b202a - HADOOP-15323. AliyunOSS: Improve copy file performance for AliyunOSSFileSystemStore. Contributed wujinhu. (6 years ago) +* | f660e5eaa385 - HDFS-14163. Debug Admin Command Should Support Generic Options. Contributed by Ayush Saxena. (6 years ago) +* | 21fe77e3ab0d - HDFS-14184. [SPS] Add support for URI based path in satisfystoragepolicy command. Contributed by Ayush Saxena. (6 years ago) +* | cb26f154289e - HADOOP-16025. Update the year to 2019. (6 years ago) +* | 996ab4874ac1 - HDDS-393. Audit Parser tool for processing ozone audit logs. Contributed by Dinesh Chitlangia. (6 years ago) +* | 0cb3316cec1d - HDDS-482. NullPointer exception thrown on console when cli operation failed. Contributed by Nandakumar. (6 years ago) +* | 13f0ee21f2c1 - HADOOP-15860. ABFS: Throw exception when directory / file name ends with a period (.). Contributed by Shweta Yakkali. (6 years ago) +* | 4d50ad030c08 - HDDS-949. Update Ratis to 0.4.0-a8c4ca0-SNAPSHOT. Contributed by Xiaoyu Yao. (6 years ago) +* | 9e7196749ee0 - MAPREDUCE-7174. Mapreduce example wordmedian should handle generic options. Contributed by Fei Hui. (6 years ago) +* | eee29ed7066e - HADOOP-16009. Replace the url of the repository in Apache Hadoop source code. (6 years ago) +* | f30473f2ef10 - HDFS-14183. [SPS] Remove the -w parameter from the -satisfystoragepolicy usage. Contributed by Ayush Saxena. (6 years ago) +* | e9a005dfcf4d - HDFS-14171. Performance improvement in Tailing EditLog. Contributed by Kenneth Yang. (6 years ago) +* | 128f340f4fd3 - YARN-8894. Improve InMemoryPlan#toString. Contributed by BELUGA BEHR. (6 years ago) +* | 15fe1b34ddd1 - YARN-8878. Remove StringBuffer from ManagedParentQueue.java. Contributed by BELUGA BEHR. (6 years ago) +* | 57198bc51122 - HADOOP-15962. The buffer size is small when unpacking tar archives. Contributed by BELUGA BEHR. (6 years ago) +* | d8f670ff28c1 - HADOOP-15819. FileSystem cache misused in S3A integration tests. Contributed by Adam Antal. (6 years ago) +* | dea2c1b485c4 - HDDS-951. Replace the source url of Ozone logo. Contributed by Takanobu Asanuma. (6 years ago) +* | 742fd978b5b5 - YARN-9090. [Submarine] Update submarine installation script document. Contributed by Xun Liu. (6 years ago) +* | 47dd00a82e85 - Merge branch 'HDFS-12943' into trunk (6 years ago) +|\ \ +| * | bd2a59e50895 - (weichiu/HDFS-12943, pbacsko/HDFS-12943, origin/HDFS-12943, 9uapaw/HDFS-12943) HDFS-14170. [SBN read] Fix checkstyle warnings related to SBN reads. Contributed by Konstantin V Shvachko. (6 years ago) +| * | c546b12e457f - HDFS-14154. [SBN read] Document dfs.ha.tail-edits.period in user guide. Contributed by Chao Sun. (6 years ago) +| * | c9d773743186 - HDFS-14160. [SBN read] ObserverReadInvocationHandler should implement RpcInvocationHandler. Contributed by Konstantin V Shvachko. (6 years ago) +| * | fa8550337d08 - HDFS-14149. [SBN read] Fix annotations on new interfaces/classes for SBN reads. Contributed by Chao Sun. (6 years ago) +| * | c3efc299fe8a - HDFS-14116. [SBN read] Fix class cast error in NNThroughputBenchmark with ObserverReadProxyProvider. Contributed by Chao Sun. (6 years ago) +| * | ef3e1929dd64 - HDFS-14146. [SBN read] Handle exceptions from and prevent handler threads from blocking within internalQueueCall. Contributed by Chao Sun. (6 years ago) +| * | cae279610b15 - HDFS-14138. [SBN read] Description errors in the comparison logic of transaction ID. Contributed by xiangheng. (6 years ago) +| * | b73fb70f9798 - HDFS-13873. [SBN read] ObserverNode should reject read requests when it is too far behind. Contributed by Konstantin Shvachko. (6 years ago) +| * | b8ad6c85a549 - HDFS-14142. Move ipfailover config key out of HdfsClientConfigKeys. Contributed by Chen Liang. (6 years ago) +| * | 2904aa3808c5 - HDFS-14131. [SBN read] Create user guide for Consistent Reads from Observer feature. Contributed by Chao Sun. (6 years ago) +| * | 71cf66e29b5e - HDFS-14120. [SBN read] ORFPP should also clone DT for the virtual IP. Contributed by Chen Liang. (6 years ago) +| * | 3bb92a1d9a7a - HDFS-14094. [SBN read] Fix the order of logging arguments in ObserverReadProxyProvider. Contributed by Ayush Saxena. (6 years ago) +| * | cbc2f932eb3c - HDFS-14067. [SBN read] Allow manual failover between standby and observer. Contributed by Chao Sun. (6 years ago) +| * | a3aab48df0b9 - HDFS-14017. [SBN read] ObserverReadProxyProviderWithIPFailover should work with HA configuration. Contributed by Chen Liang. (6 years ago) +| * | 652b257478f7 - HDFS-14035. NN status discovery does not leverage delegation token. Contributed by Chen Liang. (6 years ago) +| * | 1a9ba9616a7e - HDFS-14016. [SBN read] ObserverReadProxyProvider should enable observer read by default. Contributed by Chen Liang. (6 years ago) +| * | 8c491350789a - HDFS-13924. [SBN read] Handle BlockMissingException when reading from observer. Contributed by Chao Sun. (6 years ago) +| * | b6f20c36c2f2 - HDFS-13925. Unit Test for transitioning between different states. Contributed by Sherwood Zheng. (6 years ago) +| * | 1c4265d7bcda - HDFS-13523. Support observer nodes in MiniDFSCluster. Contributed by Konstantin Shvachko. (6 years ago) +| * | b5b9b7770793 - HDFS-13961. [SBN read] TestObserverNode refactoring. Contributed by Konstantin Shvachko. (6 years ago) +| * | a65bb97f5d8b - HDFS-13791. Limit logging frequency of edit tail related statements. Contributed by Erik Krogen. (6 years ago) +| * | b74a7dbf88fe - HDFS-13898. [SBN read] Throw retriable exception for getBlockLocations when ObserverNameNode is in safemode. Contributed by Chao Sun. (6 years ago) +| * | 25b63e8da8e8 - HDFS-13749. [SBN read] Use getServiceStatus to discover observer namenodes. Contributed by Chao Sun. (6 years ago) +| * | 28820fb6b16a - HDFS-13778. [SBN read] TestStateAlignmentContextWithHA should use real ObserverReadProxyProvider instead of AlignmentContextProxyProvider. Contributed by Konstantin Shvachko and Plamen Jeliazkov. (6 years ago) +| * | d2e85b0b6d82 - HDFS-13880. Add mechanism to allow certain RPC calls to bypass sync. Contributed by Chen Liang. (6 years ago) +| * | aa42fb0db784 - HDFS-13779. [SBN read] Implement proper failover and observer failure handling logic for for ObserverReadProxyProvider. Contributed by Erik Krogen. (6 years ago) +| * | f9fc01cd7fef - HDFS-13782. ObserverReadProxyProvider should work with IPFailoverProxyProvider. Contributed by Konstantin Shvachko. (6 years ago) +| * | 25d8e39b5c74 - HDFS-13851. Remove AlignmentContext from AbstractNNFailoverProxyProvider. Contributed by Konstantin Shvachko. (6 years ago) +| * | 66ec3a67e856 - HDFS-13767. Add msync server implementation. Contributed by Chen Liang. (6 years ago) +| * | 4c9baba06629 - HDFS-13789. Reduce logging frequency of QuorumJournalManager#selectInputStreams. Contributed by Erik Krogen. (6 years ago) +| * | eae0a5d54a2b - HDFS-13688. [SBN read] Introduce msync API call. Contributed by Chen Liang. (6 years ago) +| * | 1e22f2bfbb1d - HDFS-13610. [SBN read] Edit Tail Fast Path Part 4: Cleanup. Integration test, documentation, remove unnecessary dummy sync, minors fixups. Contributed by Erik Krogen. (6 years ago) +| * | e27708c2daf6 - HDFS-13665. [SBN read] Move RPC response serialization into Server.doResponse(). Contributed by Plamen Jeliazkov. (6 years ago) +| * | 64b7cf59bde6 - HDFS-12976. [SBN read] Introduce ObserverReadProxyProvider. Contributed by Chao Sun. (6 years ago) +| * | 0105d7f597f6 - HDFS-13706. [SBN read] Rename client context to ClientGSIContext. Contributed by Konstantin Shvachko. (6 years ago) +| * | 00e99c65943e - HDFS-13609. [SBN read] Edit Tail Fast Path Part 3: NameNode-side changes to support tailing edits via RPC. Contributed by Erik Krogen. (6 years ago) +| * | 151c8ddbe4c0 - HDFS-13608. [SBN read] Edit Tail Fast Path Part 2: Add ability for JournalNode to serve edits via RPC. Contributed by Erik Krogen. (6 years ago) +| * | c81ac2ff0220 - HDFS-13607. [SBN read] Edit Tail Fast Path Part 1: Enhance JournalNode with an in-memory cache of recent edit transactions. Contributed by Erik Krogen. (6 years ago) +| * | e880660a204b - HDFS-13399. [SBN read] Make Client field AlignmentContext non-static. Contributed by Plamen Jeliazkov. (6 years ago) +| * | a109f2b32f01 - HDFS-13578. [SBN read] Add ReadOnly annotation to methods in ClientProtocol. Contributed by Chao Sun. (6 years ago) +| * | 091ad974cd29 - HDFS-13286. [SBN read] Add haadmin commands to transition between standby and observer. Contributed by Chao Sun. (6 years ago) +| * | 9bf0696c7348 - HDFS-13331. [SBN read] Add lastSeenStateId to RpcRequestHeader. Contributed by Plamen Jeliazkov. (6 years ago) +| * | c9d73437e881 - HDFS-12977. [SBN read] Add stateId to RPC headers. Contributed by Plamen Jeliazkov. (6 years ago) +| * | 3a78e5ffd83d - HDFS-12975. [SBN read] Changes to the NameNode to support reads from standby. Contributed by Chao Sun. (6 years ago) +|/ / +* | 686fcd4db34d - HDFS-14046. In-Maintenance ICON is missing in datanode info page. Contributed by Ranith Sardar. (6 years ago) +* | 26e4be702262 - HDDS-921. Add JVM pause monitor to Ozone Daemons (OM, SCM and Datanodes). Contributed by Bharat Viswanadham. (6 years ago) +* | d944d5ec460a - HDFS-14165. In NameNode UI under DataNode tab ,the Capacity column is Non-Aligned. Contributed by Shubham Dewan. (6 years ago) +* | 657aa433e209 - YARN 9108. Fix FederationIntercepter merge home and secondary allocate response typo. Contributed by Abhishek Modi. (6 years ago) +* | feb2664ac4b2 - HDFS-13946. Log longest FSN write/read lock held stack trace. (6 years ago) +* | 763e96ea2b18 - HDFS-14166. Ls with -e option not giving the result in proper format. Contributed by Shubham Dewan. (6 years ago) +* | e98e963e5143 - YARN-9154. Fix itemization in YARN service quickstart document. Contributed by Ayush Saxena. (6 years ago) +* | f82922dcfae0 - YARN-5168. Added exposed port information for Docker container. Contributed by Xun Liu (6 years ago) +* | 2499435d9d8e - HADOOP-16014. Fix test, checkstyle and javadoc issues in TestKerberosAuthenticationHandler. Contributed by Dinesh Chitlangia. (6 years ago) +* | ea724181d66e - YARN-9132. Added file permission check for auxiliary services manifest file. Contributed by Billie Rinaldi (6 years ago) +* | f659485ee83f - YARN-8925. Updating distributed node attributes only when necessary. Contributed by Tao Yang. (6 years ago) +* | a80d32107498 - YARN-9152. Improved AuxServices REST API output. Contributed by Billie Rinaldi (6 years ago) +* | 7affa3053c96 - YARN-9131. Updated document usage for dynamic auxiliary service. Contributed by Billie Rinaldi (6 years ago) +* | a668f8e6c65b - HADOOP-16015. Add bouncycastle jars to hadoop-aws as test dependencies. (6 years ago) +* | 784ea3aff651 - HADOOP-15965. Upgrade to ADLS SDK which has major performance improvement for ingress/egress. (6 years ago) +* | 13d3f99b37c5 - HDDS-881.009. Encapsulate all client to OM requests into one request message. Contributed by Hanisha Koneru. (6 years ago) +* | 3961690037fa - HADOOP-15973. Configuration: Included properties are not cached if resource is a stream. Contributed by Eric Payne (6 years ago) +* | ea621fa08774 - HDDS-934. Freon run hung on non-functional pipeline. Contributed by Nanda kumar. (6 years ago) +* | 2af90ccbc313 - HADOOP-15935. [JDK 11] Update maven.plugin-tools.version to 3.6.0. Contributed by Dinesh Chitlangia. (6 years ago) +* | 5df9fb16b987 - YARN-9130. Add Bind_HOST configuration for Yarn Web Proxy. Contributed by Rong Tang. (6 years ago) +* | 499c70eda5f6 - MAPREDUCE-7166. map-only job should ignore node lost event when task is already succeeded. Contributed by Lei Li. (6 years ago) +* | d9635759182b - HDFS-13661. Ls command with e option fails when the filesystem is not HDFS. (6 years ago) +* | 2e544dc921af - YARN-9129. Ensure flush after printing to log plus additional cleanup. Contributed by Eric Yang (6 years ago) +* | e815fd9c49e8 - YARN-9126. Fix container clean up for reinitialization. Contributed by Chandni Singh (6 years ago) +* | cf571133b896 - HDDS-893. pipeline status is ALLOCATED in scmcli listPipelines command. Contributed by Lokesh Jain. (6 years ago) +* | b1ce9aa3b364 - HDDS-940. Remove dead store to local variable in OmMetadataManagerImpl. Contributed by Dinesh Chitlangia. (6 years ago) +* | ccdd982e51f4 - YARN-9084. Reset container state and defer readiness check for upgrade. Contributed by Chandni Singh (6 years ago) +* | c7a5a4435ec3 - YARN-9075. Add ability to register/remove auxiliary service without restart node manager. Contributed by Billie Rinaldi (6 years ago) +* | a6e9d27c2957 - YARN-9117. Add a check for insecure setup for container terminal. Contributed by Eric Yang (6 years ago) +* | 12c139d7de95 - HDDS-933. Add documentation for genconf tool under Tools section. Contributed by Dinesh Chitlangia. (6 years ago) +* | 2f6bc250443c - HDDS-911. Make TestOzoneManager unit tests independent. Contributed by Elek Marton. (6 years ago) +* | c5c73182e5ad - YARN-9072. Send exit command to terminate docker exec on connection close. Contributed by Eric Yang (6 years ago) +* | 99b506126523 - HDDS-914. Add Grafana support to ozoneperf docker container. Contributed by Dinesh Chitlangia. (6 years ago) +* | b51e9e431728 - HDDS-912. Update ozone to latest ratis snapshot build (0.4.0-3b0be02-SNAPSHOT). Contributed by Lokesh Jain. (6 years ago) +* | 4ff1c46d95c2 - HDDS-925. Rename ChunkGroupOutputStream to KeyOutputStream and ChunkOutputStream to BlockOutputStream. Contributed by Shashikant Banerjee. (6 years ago) +* | ee10ba26dd1e - HDDS-539. Ozone datanode command ignores the invalid options. Contributed by Vinicius Higa Murakami. (6 years ago) +* | 94b368f29fb5 - HDDS-99. Adding SCM Audit log. Contributed by Dinesh Chitlangia. (6 years ago) +* | 54266538192a - HDDS-908: NPE in TestOzoneRpcClient. Contributed by Ajay Kumar. (6 years ago) +* | 71e0b0d8005e - YARN-9040. Fixed memory leak in LevelDBCacheTimelineStore and DBIterator. Contributed by Tarun Parimi (6 years ago) +* | 346c0c8aff0b - HADOOP-16004. ABFS: Convert 404 error response in AbfsInputStream and AbfsOutPutStream to FileNotFoundException. (6 years ago) +* | 62df60737c82 - HADOOP-15972 ABFS: reduce list page size to to 500. (6 years ago) +* | b2523d810084 - HADOOP-15969. ABFS: getNamespaceEnabled can fail blocking user access thru ACLs. (6 years ago) +* | 788e7473a404 - HDFS-14096. [SPS] : Add Support for Storage Policy Satisfier in ViewFs. Contributed by Ayush Saxena. (6 years ago) +* | 04c03476c972 - YARN-9095. Removed Unused field from Resource: NUM_MANDATORY_RESOURCES (6 years ago) +* | 4f622337eed5 - YARN-9091. Improve terminal message when connection is refused. Contributed by Eric Yang (6 years ago) +* | 42297f7d99df - YARN-8963. Add flag to disable interactive shell. Contributed by Eric Yang (6 years ago) +* | aab310978f64 - YARN-9089. Add Terminal Link to Service component instance page for UI2. Contributed by Eric Yang (6 years ago) +* | 1ea29b7385bc - HADOOP-16000. Remove TLSv1 and SSLv2Hello from the default value of hadoop.ssl.enabled.protocols (6 years ago) +* | 26e55d4ceb69 - YARN-9122. Add table of contents to YARN Service API document. Contributed by Zhankun Tang. (6 years ago) +* | b2d7204ed0b6 - YARN-9125. Fixed Carriage Return detection in Docker container launch command. Contributed by Billie Rinaldi (6 years ago) +* | ca90b2480ecb - YARN-9032. Support sh shell for interactive container shell at command line. Contributed by Eric Yang (6 years ago) +* | 00d5e631b596 - HDFS-14006. Refactor name node to allow different token verification implementations. Contributed by CR Hota. (6 years ago) +* | f858f1855455 - HDFS-14088. RequestHedgingProxyProvider can throw NullPointerException when failover due to no lock on currentUsedProxy. Contributed by Yuxuan Wang. (6 years ago) +* | cb3382f667a7 - HDFS-14145. TestBlockStorageMovementAttemptedItems#testNoBlockMovementAttemptFinishedReportAdded fails sporadically in Trunk. Contributed by Ayush Saxena. (6 years ago) +* | aa1285989092 - HDFS-14121. Log message about the old hosts file format is misleading (Contributed by Zsolt Venczel via Daniel Templeton) (6 years ago) +* | ca379e1c43fd - (tmp-xml) HDFS-13970. Use MultiMap for CacheManager Directives to simplify the code. Contributed by BELUGA BEHR. (6 years ago) +* | 4aa0609fb0c3 - HDFS-13985. Clearer error message for ReplicaNotFoundException (Contributed by Adam Antal via Daniel Templeton) (6 years ago) +* | 92d44b2ad0d9 - HDDS-876. Add blockade tests for flaky network. Contributed by Nilotpal Nandi. (6 years ago) +* | e0d75088f242 - MAPREDUCE-7170. Doc typo in PluggableShuffleAndPluggableSort.md. Contributed by Zhaohui Xin. (6 years ago) +* | 72e7c6a48985 - YARN-8962. Add ability to use interactive shell with normal yarn container. Contributed by Eric Yang (6 years ago) +* | 37eb919c59d1 - YARN-8885. [DevicePlugin] Support NM APIs to query device resource allocation. (Zhankun Tang via wangda) (6 years ago) +* | 9fba6cc2471d - YARN-9112. [Submarine] Support polling applicationId when it's not ready in cluster. (Zhankun Tang via wangda) (6 years ago) +* | 61bdcb7b2bc3 - YARN-9015. [DevicePlugin] Add an interface for device plugin to provide customized scheduler. (Zhankun Tang via wangda) (6 years ago) +* | c771fe6e10bd - YARN-8714. [Submarine] Support files/tarballs to be localized for a training job. (Zhankun Tang via wangda) (6 years ago) +* | 8a5361116e61 - YARN-9078. [Submarine] Clean up the code of CliUtils#parseResourcesString. (Zhankun Tang via wangda) (6 years ago) +* | 561b61cfb1bf - HDFS-14144. TestPred fails in Trunk. Contributed by Ayush Saxena. (6 years ago) +* | 76efeacd5f85 - HADOOP-15995. Add ldap.bind.password.alias in LdapGroupsMapping to distinguish aliases when using multiple providers through CompositeGroupsMapping. Contributed by Lukas Majercak. (6 years ago) +* | 82b798581d12 - HADOOP-15988. DynamoDBMetadataStore#innerGet should support empty directory flag when using authoritative listings. Contributed by Gabor Bota. (6 years ago) +* | d44b37d7acc1 - HDDS-889. MultipartUpload: Support uploading a part file in ozone. Contributed by Bharat Viswanadham. (6 years ago) +* | 5a03c8b9baea - YARN-9114. [UI2] log service redirect url need to support user name. Contributed by Akhil PB (6 years ago) +* | fb55e5201e5b - YARN-9008. Extend YARN distributed shell with file localization feature. (Contributed by Peter Bacsko) (6 years ago) +* | 881230da21cc - YARN-9051. Integrate multiple CustomResourceTypesConfigurationProvider implementations into one. (Contributed by Szilard Nemeth) (6 years ago) +* | 60af851e59bf - HDFS-14137. TestMaintenanceState fails with ArrayIndexOutOfBound Exception. Contributed by Ayush Saxena. (6 years ago) +* | 202926ac3301 - HADOOP-15808. Harden Token service loader use. (6 years ago) +* | 1a25bbe9ec71 - HADOOP-15845. Require explicit URI on CLI for s3guard init and destroy. Contributed by Gabor Bota. (6 years ago) +* | 21c9080121db - HDDS-872. Add Dockerfile and skaffold config to deploy ozone dev build to k8s. Contributed by Elek, Marton. (6 years ago) +* | c35de95a22e9 - HADOOP-15987. ITestDynamoDBMetadataStore should check if table configured properly. Contributed by Gabor Bota. (6 years ago) +* | 39dc7345b80e - HDFS-14124. EC : Support EC Commands (set/get/unset EcPolicy) via WebHdfs. Contributed by Ayush Saxena. (6 years ago) +* | 3ff8580f2289 - HADOOP-15428. s3guard bucket-info will create s3guard table if FS is set to do this automatically. (Contributed by Gabor Bota) (6 years ago) +* | 80e59e7876fe - HDFS-14101. Fixing underflow error in test. Contributed by Zsolt Venczel. (6 years ago) +* | ac578c0e82a5 - YARN-9087. Improve logging for initialization of Resource plugins. (Contributed by Szilard Nemeth) (6 years ago) +* | 64411a6ff74e - YARN-8738. FairScheduler should not parse negative maxResources or minResources values as positive. (Contributed by Szilard Nemeth) (6 years ago) +* | 17a87080399e - HDDS-879. MultipartUpload: Add InitiateMultipartUpload in ozone. Contributed by Bharat Viswanadham. (6 years ago) +* | 1c09a10e9601 - YARN-9009. Fix flaky test TestEntityGroupFSTimelineStore.testCleanLogs. Contributed by OrDTesters. (6 years ago) +* | 1afba83f2cd7 - HDDS-870. Avoid creating block sized buffer in ChunkGroupOutputStream. Contributed by Shashikant Banerjee. (6 years ago) +* | 5e773efd7839 - HDDS-909 : Default implementation for Ozone acls. Contributed by Ajay Kumar. (6 years ago) +* | 8fc0d0451791 - HDFS-14001. [PROVIDED Storage] bootstrapStandby should manage the InMemoryAliasMap. Contributed by Virajith Jalaparti. (6 years ago) +* | 154449fbd80d - YARN-8914. Add xtermjs to YARN UI2. Contributed by Eric Yang and Akhil PB (6 years ago) +* | cc51607ccdf6 - YARN-9085. Add Guaranteed and MaxCapacity to CSQueueMetrics (6 years ago) +* | 6c852f2a3757 - HDDS-892. Parse aws v2 headers without spaces in Ozone s3 gateway. Contributed by Elek Marton. (6 years ago) +* | 019836b11357 - HDDS-858. Start a Standalone Ratis Server on OM (6 years ago) +* | 8d882c3786f4 - HDDS-880. Create api for ACL handling in Ozone. (Contributed by Ajay Kumar) (6 years ago) +* | 9886c27c7114 - MAPREDUCE-7159. FrameworkUploader: ensure proper permissions of generated framework tar.gz if restrictive umask is used. Contributed by Peter Bacsko (6 years ago) +* | 343aaea2d12d - HDDS-864. Use strongly typed codec implementations for the tables of the OmMetadataManager. Contributed by Elek Marton. (6 years ago) +* | c03024a5305b - HDFS-14113. EC : Add Configuration to restrict UserDefined Policies. Contributed by Ayush Saxena. (6 years ago) +* | 5d4a432660ab - YARN-9025. TestFairScheduler#testChildMaxResources is flaky. (Contributed by Szilard Nemeth) (6 years ago) +* | 912b1f9d64a6 - YARN-9019. Ratio calculation of ResourceCalculator implementations could return NaN. (Contributed by Szilard Nemeth) (6 years ago) +* | b3c75c1f1d34 - YARN-8985. Improve debug log in FSParentQueue when assigning container. (Contributed by Wilfred Spiegelenburg) (6 years ago) +* | 2bba329c141d - YARN-8994. Fix race condition between move app and queue cleanup in Fair Scheduler. (Contributed by Wilfred Spiegelenburg) (6 years ago) +* | 1b790f4dd1f6 - YARN-9071. Improved status update for reinitialized containers. Contributed by Chandni Singh (6 years ago) +* | 1dabb31cdf90 - YARN-9057. Removed third party class bundle from CSI jar file. Contributed by Weiwei Yang (6 years ago) +* | 228156cfd1b4 - Revert "YARN-8870. [Submarine] Add submarine installation scripts. (Xun Liu via wangda)" (6 years ago) +* | 9287ab364292 - HADOOP-15974. Upgrade Curator version to 2.13.0 to fix ZK tests. Contributed by Akira Ajisaka (6 years ago) +* | aa89492f29fa - Revert "HADOOP-15852. Refactor QuotaUsage. Contributed by Beluga Behr." (6 years ago) +* | e89941fdbb3b - YARN-9041. Performance Optimization of method FSPreemptionThread#identifyContainersToPreempt. Contributed by Wanqiang Ji. (6 years ago) +* | db2d8b01c65f - HADOOP-15966. Hadoop Kerberos broken on macos as java.security.krb5.realm is reset. (6 years ago) +* | 7274115d57fd - HDDS-890. Handle OverlappingFileLockException during writeStateMachineData in ContainerStateMachine. Contributed by Shashikant Banerjee. (6 years ago) +* | ff31313d83ae - HADOOP-15970. Upgrade plexus-utils from 2.0.5 to 3.1.0. (6 years ago) +* | a8bbd818d5bc - HADOOP-15968. ABFS: add try catch for UGI failure when initializing ABFS. (6 years ago) +* | de4255509adb - HDDS-894. Content-length should be set for ozone s3 ranged download. Contributed by Elek Marton. (6 years ago) +* | fb9deed41d6b - HADOOP-15852. Refactor QuotaUsage. Contributed by Beluga Behr. (6 years ago) +* | 69489ff2d18a - HDFS-14119. Improve GreedyPlanner Parameter Logging. Contributed by Beluga Behr. (6 years ago) +* | c9a3aa64dc95 - HADOOP-15950. Failover for LdapGroupsMapping. Contributed by Lukas Majercak. (6 years ago) +* | ef3b03b75abd - HDDS-885. Fix test failures due to ChecksumData. Contributed by Hanisha Koneru. (6 years ago) +* | fb10803dfa67 - HDFS-13818. Extend OIV to detect FSImage corruption. Contributed by Adam Antal. (6 years ago) +* | dd5e7c6b7239 - HDFS-12946. Add a tool to check rack configuration against EC policies. Contributed by Kitti Nanasi. (6 years ago) +* | 3044b78bd019 - HDDS-848. Create SCM metrics related to container state. Contributed by Bharat Viswanadham. (6 years ago) +* | 042c8ef593ce - HDFS-14075. Terminate the namenode when failed to start log segment. Contributed by Ayush Saxena. (6 years ago) +* | 8f3e12ff07f5 - HDDS-882. Provide a config to optionally turn on/off the sync flag during chunk writes. Contributed by Shashikant Banerjee. (6 years ago) +* | 5a3c7714c4d7 - HDDS-887. Add DispatcherContext info to Dispatcher from containerStateMachine. Contributed by Shashikant Banerjee. (6 years ago) +* | d15dc436598d - HDDS-748. Use strongly typed metadata Table implementation. Contributed by Elek Marton. (6 years ago) +* | 99e201dfe229 - HDFS-14105. Replace TreeSet in NamenodeFsck with HashSet. Contributed by Beluga Behr. (6 years ago) +* | b09cfad43268 - HDFS-14106. Refactor NamenodeFsck#copyBlock. Contributed by Beluga Behr. (6 years ago) +* | 6d7b44c48923 - YARN-9036. Escape newlines in health report in YARN UI. Contributed by Keqiu Hu (6 years ago) +* | 38ea3814bd06 - HADOOP-15922. Revert patch 004. (6 years ago) +* | 62f821115be3 - HDDS-886. Unnecessary buffer copy in HddsDispatcher#dispatch. Contributed by Lokesh Jain. (6 years ago) +* | 7ccb640a66bb - HADOOP-15957. WASB: Add asterisk wildcard support for PageBlobDirSet. (6 years ago) +* | c9bfca217f4b - MAPREDUCE-7165. mapred-site.xml is misformatted in single node setup document. Contributed by Zhaohui Xin. (6 years ago) +* | 0e36e935d909 - HDFS-13870. WebHDFS: Document ALLOWSNAPSHOT and DISALLOWSNAPSHOT API doc. Contributed by Siyao Meng. (6 years ago) +* | bad12031f603 - YARN-9010. Fix the incorrect trailing slash deletion in constructor method of CGroupsHandlerImpl. (Zhankun Tang via wangda) (6 years ago) +* | 0081b02e3530 - HDFS-14112. Avoid recursive call to external authorizer for getContentSummary. (6 years ago) +* | ae5fbdd9ed6e - HDDS-877. Ensure correct surefire version for Ozone test. Contributed by Xiaoyu Yao. (6 years ago) +* | f534736867ee - HDFS-14095. EC: Track Erasure Coding commands in DFS statistics. Contributed by Ayush Saxena. (6 years ago) +* | d0edd37269bb - HADOOP-15959. Revert "HADOOP-12751. While using kerberos Hadoop incorrectly assumes names with '@' to be non-simple" (6 years ago) +* | 5e102f9aa54d - HDDS-850. ReadStateMachineData hits OverlappingFileLockException in ContainerStateMachine. Contributed by Shashikant Banerjee. (6 years ago) +* | 7eb0d3a32435 - HADOOP-14927. ITestS3GuardTool failures in testDestroyNoBucket(). Contributed by Gabor Bota. (6 years ago) +* | 184cced513c5 - HDDS-808. Simplify OMAction and DNAction classes used for AuditLogging. Contributed by Dinesh Chitlangia. (6 years ago) +* | 07142f54a8c7 - YARN-9069. Fix SchedulerInfo#getSchedulerType for custom schedulers. Contributed by Bilwa S T. (6 years ago) +* | a68d766e8766 - YARN-8948. PlacementRule interface should be for all YarnSchedulers. Contributed by Bibin A Chundatt. (6 years ago) +* | c1d24f848345 - HDFS-13713. Add specification of Multipart Upload API to FS specification, with contract tests. (6 years ago) +* | b71cc7f33edb - HDDS-642. Add chill mode exit condition for pipeline availability. Contributed by Yiqun Lin. (6 years ago) +* | efc4d91cbeab - YARN-9067. YARN Resource Manager is running OOM because of leak of Configuration Object. Contributed by Eric Yang. (6 years ago) +* | fe7dab8ef55f - YARN-8989. [YARN-8851] Move DockerCommandPlugin volume related APIs' invocation from DockerLinuxContainerRuntime#prepareContainer to #launchContainer. (Zhankun Tang via wangda) (6 years ago) +* | 897643928c53 - YARN-8975. [Submarine] Use predefined Charset object StandardCharsets.UTF_8 instead of String UTF-8. (Zhankun Tang via wangda) (6 years ago) +* | 8ebeda98a9d3 - YARN-8974. Improve the assertion message in TestGPUResourceHandler. (Zhankun Tang via wangda) (6 years ago) +* | 9ed87567ad0f - YARN-9061. Improve the GPU/FPGA module log message of container-executor. (Zhankun Tang via wangda) (6 years ago) +* | 579ef4be0637 - YARN-8882. [YARN-8851] Add a shared device mapping manager (scheduler) for device plugins. (Zhankun Tang via wangda) (6 years ago) +* | 9de8e8d0496a - YARN-9030. Log aggregation changes to handle filesystems which do not support setting permissions. (Suma Shivaprasad via wangda) (6 years ago) +* | 4d8de7ab690e - MAPREDUCE-7164. FileOutputCommitter does not report progress while merging paths. Contributed by Kuhu Shukla (6 years ago) +* | 300f560fcca8 - HDFS-14102. Performance improvement in BlockPlacementPolicyDefault. Contributed by Beluga Behr. (6 years ago) +* | 4ca3a6b21a3a - HDFS-14108. Performance improvement in BlockManager Data Structures. Contributed by Beluga Behr. (6 years ago) +* | 64a4b6b08baf - HDDS-284. Checksum for ChunksData. (6 years ago) +* | 085f10e75dea - HADOOP-15947. Fix ITestDynamoDBMetadataStore test error issues. Contributed by Gabor Bota. (6 years ago) +* | e148c3ff094e - HADOOP-15798. LocalMetadataStore put() does not retain isDeleted in parent listing. Contributed by Gabor Bota. (6 years ago) +* | 5d96b74f33ca - HADOOP-15370. S3A log message on rm s3a://bucket/ not intuitive. Contributed by Gabor Bota. (6 years ago) +* | 3ce99e32f7d7 - YARN-8812. Containers fail during creating a symlink which started with hyphen for a resource file. Contributed by Oleksandr Shevchenko (6 years ago) +* | 13a21f66078c - MAPREDUCE-6190. If a task stucks before its first heartbeat, it never timeouts and the MR job becomes stuck. Contributed by Zhaohui Xin. (6 years ago) +* | b3a052d199ff - YARN-9044. LogsCLI should contact ATSv2 for -am option. Contributed by Rohith Sharma K S (6 years ago) +* | 7dc272199ffe - YARN-9034. ApplicationCLI should have option to take clusterId. Contributed by Rohith Sharma K S. (6 years ago) +* | 34a914be03b5 - HDDS-846. Exports ozone metrics to prometheus. Contributed by Elek, Marton. (6 years ago) +* | f657a2a661ed - YARN-9056. Improved YARN service upgrade state logic for readiness check. Contributed by Chandni Singh (6 years ago) +* | 4c106fca0ca9 - HADOOP-15932. Oozie unable to create sharelib in s3a filesystem. (6 years ago) +* | 300f772c36da - HADOOP-15940. ABFS: For HNS account, avoid unnecessary get call when doing Rename. (6 years ago) +* | 96c104d365be - HDDS-766. Ozone shell create volume fails if volume name does not have a leading slash. Contributed by chencan. (6 years ago) +* | 1aad99a71813 - MAPREDUCE-7162. TestEvents#testEvents fails. Contributed by Zhaohui Xin. (6 years ago) +* | 2730ead6b1e1 - YARN-9058. [CSI] YARN service fail to launch due to CSI changes. Contributed by Weiwei Yang. (6 years ago) +* | 099e72340688 - HDDS-868. Handle quasi closed container replicas in SCM. Contributed by Nanda kumar. (6 years ago) +* | 33e0df4b3558 - YARN-8986. Added port publish for Docker container running with bridge network. Contributed by Charo Zhang (6 years ago) +* | 0d8406135f8b - YARN-9054. Fix FederationStateStoreFacade#buildGetSubClustersCacheRequest. Contributed by Bibin A Chundatt. (6 years ago) +* | a9d96948ede1 - HADOOP-15922. Fixed doAsUser decoding for DelegationTokenAuthenticationFilter. Contributed by He Xiaoqiao (6 years ago) +* | b09828145432 - HDFS-13816. dfs.getQuotaUsage() throws NPE on non-existent dir instead of FileNotFoundException. Contributed by Vinayakumar B. (6 years ago) +* | 23b441c2253b - HADOOP-15948. Inconsistency in get and put syntax if filename/dirname contains space. Contributed by Ayush Saxena. (6 years ago) +* | a8302e398c2c - HADOOP-15872. ABFS: Update to target 2018-11-09 REST version for ADLS Gen 2. (6 years ago) +* | 753f421350aa - HDDS-820. Use more strict data format for the Last-Modified headers of s3 gateway. Contributed by Elek, Marton. (6 years ago) +* | 6934a654024b - HADOOP-15358. SFTPConnectionPool connections leakage. Contributed by Mikhail Pryakhin. (6 years ago) +* | 5ff0cf86a940 - HADOOP-15943. AliyunOSS: add missing owner & group attributes for oss FileStatus. Contributed by wujinhu. (6 years ago) +* | e223a790a760 - YARN-9042. Fix javadoc error in deviceplugin package. Contributed by Zhankun Tang. (6 years ago) +* | 95d526a27003 - HDDS-869. Fix log message in XceiverClientRatis#sendCommandAsync. Contributed by Lokesh Jain. (6 years ago) +* | ff2484906c44 - HDDS-841. [JDK11] Fix Javadoc errors in hadoop-hdds-container-service module. Contributed by Dinesh Chitlangia. (6 years ago) +* | ee44b069c667 - HDDS-866. Handle RaftRetryFailureException in OzoneClient. Contributed by Shashikant Banerjee. (6 years ago) +* | 176bb3f812e4 - YARN-8984. AMRMClient#OutstandingSchedRequests leaks when AllocationTags is null or empty. Contributed by Yang Wang. (6 years ago) +* | f207e301423a - HDDS-814. dfs.ratis.leader.election.minimum.timeout.duration should not be read by client. Contributed by chencan. (6 years ago) +* | 5fe1dbf19599 - YARN-8964. [UI2] YARN ui2 should use clusters/{cluster name} for all ATSv2 REST APIs. Contributed by Akhil PB. (6 years ago) +* | 8d2789c5ebca - HDDS-795. RocksDb specific classes leak from DBStore/Table interfaces. Contributed by Márton Elek. (6 years ago) +* | 919a6e431044 - HDDS-861. SCMNodeManager unit tests are broken. Contributed by Xiaoyu Yao. (6 years ago) +* | ebb9245366d2 - HDDS-853. Option to force close a container in Datanode. Contributed by Nanda kumar. (6 years ago) +* | 892b33e054ef - HDFS-14064. WEBHDFS: Support Enable/Disable EC Policy. Contributed by Ayush Saxena. (6 years ago) +* | c4d0ef694622 - HDDS-816. Create OM metrics for bucket, volume, keys. Contributed by Bharat Viswanadham. (6 years ago) +* | f42b2dfdf12c - HDDS-865. GrpcXceiverService is added twice to GRPC netty server. Contributed by Xiaoyu Yao. (6 years ago) +* | 34b6fa7d6b22 - HDDS-732. Add read method which takes offset and length in SignedChunkInputStream. Contributed by chencan. (6 years ago) +* | 22867deffa13 - HDDS-791. Support Range header for ozone s3 object download. Contributed by Bharat Viswanadham. (6 years ago) +* | f63e4e4f2eee - YARN-8936. Bump up Atsv2 hbase versions. Contributed by Vrushali C. (6 years ago) +* | c8b3dfa6250c - HDDS-860. Fix TestDataValidate unit tests. Contributed by Shashikant Banerjee. (6 years ago) +* | 14e1a0a3d6cf - HDDS-835. Use storageSize instead of Long for buffer size configs in Ozone Client. Contributed by Shashikant Banerjee. (6 years ago) +* | f994b526a037 - HDDS-855. Move OMMetadataManager from hadoop-ozone/ozone-manager to hadoop-ozone/common. Contributed by Ajay Kumar. (6 years ago) +* | a41b648e98b6 - YARN-8992. Fair scheduler can delete a dynamic queue while an application attempt is being added to the queue. (Contributed by Wilfred Spiegelenburg) (6 years ago) +* | 1734ace35f1c - Revert "HDDS-835. Use storageSize instead of Long for buffer size configs in Ozone Client. Contributed by Shashikant Banerjee." (6 years ago) +* | 49824ed260d3 - YARN-8838. Check that container user is same as websocket user for interactive shell. Contributed by Eric Yang (6 years ago) +* | c74783036d8a - HDDS-835. Use storageSize instead of Long for buffer size configs in Ozone Client. Contributed by Shashikant Banerjee. (6 years ago) +* | 10b5da85fab4 - HADOOP-14739. Update start-build-env.sh and build instruction for docker for Mac instead of docker toolbox. Contributed by Dinesh Chitlangia. (6 years ago) +* | 0123e5197b4e - HDDS-164. Add unit test for HddsDatanodeService. Contributed by Yiqun Lin. (6 years ago) +* | 4ecdcc9620bd - HDDS-692. Use the ProgressBar class in the RandomKeyGenerator freon test. Contributed by Zsolt Horvath. (6 years ago) +* | c946f1b1211c - Revert "HDDS-692. Use the ProgressBar class in the RandomKeyGenerator freon test. Contributed by Zsolt Horvath." (6 years ago) +* | 2a7f4859912e - HDDS-692. Use the ProgressBar class in the RandomKeyGenerator freon test. Contributed by Zsolt Horvath. (6 years ago) +* | d0cc679441da - HDDS-817. Create SCM metrics for disk from node report. Contributed by Bharat Viswanadham. (6 years ago) +* | 1a00b4e32514 - Add 2.9.2 release notes and changes documents. (6 years ago) +* | 5fb14e0635f8 - YARN-8953. [CSI] CSI driver adaptor module support in NodeManager. Contributed by Weiwei Yang. (6 years ago) +* | 27ffec7ba77b - YARN-8778. Add command line interface to invoke interactive docker shell. Contributed by Eric Yang (6 years ago) +* | 397f523e22a4 - HADOOP-15939. Filter overlapping objenesis class in hadoop-client-minicluster. Contributed by Xiaoyu Yao. (6 years ago) +* | b5d7b292c988 - HDDS-718. Introduce new SCM Commands to list and close Pipelines. Contributed by Lokesh Jain. (6 years ago) +* | e7438a1b38ff - HDDS-849. Fix NPE in TestKeyValueHandler because of audit log write. Contributed by Dinesh Chitlangia. (6 years ago) +* | 8b2381441558 - YARN-8960. [Submarine] Can't get submarine service status using the command of "yarn app -status" under security environment. (Zac Zhou via wangda) (6 years ago) +* | 63578036450f - YARN-8881. [YARN-8851] Add basic pluggable device plugin framework. (Zhankun Tang via wangda) (6 years ago) +* | 93666087bc58 - HDDS-847. TestBlockDeletion is failing. Contributed by Lokesh Jain. (6 years ago) +* | 5a7ca6ac3e99 - HDDS-837. Persist originNodeId as part of .container file in datanode. Contributed by Nanda kumar. (6 years ago) +* | 10cf5773ba32 - HDDS-845. Create a new raftClient instance for every watch request for Ratis. Contributed by Shashikant Banerjee. (6 years ago) +* | cfb915f3df43 - HDDS-844. Add logic for pipeline teardown after timeout. Contributed by Lokesh Jain. (6 years ago) +* | be0708c6eb3c - HADOOP-15919. AliyunOSS: Enable Yarn to use OSS. Contributed by wujinhu. (6 years ago) +* | d027a24f0349 - YARN-8833. Avoid potential integer overflow when computing fair shares. Contributed by liyakun. (6 years ago) +* | e56d9f261866 - HDFS-14015. Improve error handling in hdfsThreadDestructor in native thread local storage (6 years ago) +* | 29374999b63f - HDDS-120. Adding HDDS datanode Audit Log. Contributed by Dinesh Chitlangia. (6 years ago) +* | abd6d48c4634 - YARN-8860. Federation client intercepter class contains unwanted character. Contributed by Abhishek Modi. (6 years ago) +* | 3420ddd0f827 - HDDS-840. [JDK11] Fix Javadoc errors in hadoop-hdds-client module. Contributed by Dinesh Chitlangia. (6 years ago) +* | c4d96400280d - HDDS-801. Quasi close the container when close is not executed via Ratis. Contributed by Nanda kumar. (6 years ago) +* | ad5256e44dff - HDFS-14063. Support noredirect param for CREATE/APPEND/OPEN/GETFILECHECKSUM in HttpFS. Contributed by Íñigo Goiri. (6 years ago) +* | 68d5dfdc78d1 - HDFS-14056. Fix error messages in HDFS-12716. Contributed by Ayush Saxena. (6 years ago) +* | ee3355be3cd1 - YARN-8303. YarnClient should contact TimelineReader for application/attempt/container report. (6 years ago) +* | 8571507efa3a - HDFS-13963. NN UI is broken with IE11. Contributed by Ayush Saxena. (6 years ago) +* | af5958f7b6a2 - HADOOP-15925. The config and log of gpg-agent are removed in create-release script. Contributed by Dinesh Chitlangia. (6 years ago) +* | a16aa2f60b27 - HDDS-825. Code cleanup based on messages from ErrorProne. Contributed by Anu Engineer. (6 years ago) +* | fcd94eeab8a7 - HDDS-842. [JDK11] Fix Javadoc errors in hadoop-hdds-common module. Contributed by Dinesh Chitlangia. (6 years ago) +* | d8ec017a8dda - HDDS-843. [JDK11] Fix Javadoc errors in hadoop-hdds-server-scm module. Contributed by Dinesh Chitlangia. (6 years ago) +* | 57866b366f46 - HDDS-821. Handle empty x-amz-storage-class header in Ozone S3 gateway. Contributed by Elek Marton. (6 years ago) +* | 914b0cf15f14 - HADOOP-12558. distcp documentation is woefully out of date. Contributed by Dinesh Chitlangia. (6 years ago) +* | 1e15c7e855f9 - HADOOP-15936. [JDK 11] MiniDFSClusterManager & MiniHadoopClusterManager compilation fails due to the usage of '_' as identifier. Contributed by Zsolt Venczel. (6 years ago) +* | 460a94a10f9c - HDFS-14045. Use different metrics in DataNode to better measure latency of heartbeat/blockReports/incrementalBlockReports of Active/Standby NN. Contributed by Jiandan Yang. (6 years ago) +* | 993c2140ccfb - HDFS-14054. TestLeaseRecovery2: testHardLeaseRecoveryAfterNameNodeRestart2 and testHardLeaseRecoveryWithRenameAfterNameNodeRestart are flaky. Contributed by Zsolt Venczel. (6 years ago) +* | eeaf8edaa7d3 - YARN-8856. TestTimelineReaderWebServicesHBaseStorage tests failing with NoClassDefFoundError. Contributed by Sushil Ks. (6 years ago) +* | d40912b1bd8e - HDDS-223. Create acceptance test for using datanode plugin. Contributed by Sandeep Nemuri. (6 years ago) +* | 0a8b1efbfb4f - HDDS-827. TestStorageContainerManagerHttpServer should use dynamic port. Contributed by Sandeep Nemuri. (6 years ago) +* | 2718f7534dc6 - HDDS-828. Fix deprecation log generated by getting value of the setting ozone.scm.heartbeat.rpc-timeout. Contributed by Yiqun Lin. (6 years ago) +* | fb1e8bb0ccde - HDDS-528. add cli command to checkChill mode status and exit chill mode. Contributed by chencan. (6 years ago) +* | b12e69475bff - HDDS-658. Implement s3 bucket list backend call and use it from rest endpoint. Contributed by Bharat Viswanadham. (6 years ago) +* | 9b01f039eb9a - HDDS-832. Docs folder is missing from the Ozone distribution package. Contributed by Elek, Marton. (6 years ago) +* | 66b1335bb3a9 - HADOOP-15926. Document upgrading the section in NOTICE.txt when upgrading the version of AWS SDK. Contributed by Dinesh Chitlangia. (6 years ago) +* | df5e863fee54 - HADOOP-15930. Exclude MD5 checksum files from release artifact. (6 years ago) +* | bac8807c8b7a - HDDS-819. Match OzoneFileSystem behavior with S3AFileSystem. Contributed by Hanisha Koneru. (6 years ago) +* | 21ec4bdaef4b - YARN-8672. Improve token filename management for localization. Contributed by Chandni Singh (6 years ago) +* | b57cc73f837e - HDDS-774. Remove OpenContainerBlockMap from datanode. Contributed by Shashikant Banerjee. (6 years ago) +* | a94828170684 - HDDS-834. Datanode goes OOM based because of segment size. Contributed by Mukul Kumar Singh. (6 years ago) +* | 3fade865ce84 - HADOOP-15917. AliyunOSS: fix incorrect ReadOps and WriteOps in statistics. Contributed by Jinhu Wu. (6 years ago) +* | a13be203b787 - HADOOP-15876. Use keySet().removeAll() to remove multiple keys from Map in AzureBlobFileSystemStore (6 years ago) +* | fcbd205cc35e - YARN-9001. [Submarine] Use AppAdminClient instead of ServiceClient to sumbit jobs. (Zac Zhou via wangda) (6 years ago) +* | 9da6054ca4ff - Revert "HDFS-13732. ECAdmin should print the policy name when an EC policy is set. Contributed by Zsolt Venczel." (6 years ago) +* | 762a56cc64bc - (YARN-8059-divisionbyzero) MAPREDUCE-7158. Inefficient Flush Logic in JobHistory EventWriter. (Zichen Sun via wangda) (6 years ago) +* | 076b795b2e82 - YARN-8918. [Submarine] Correct method usage of str.subString in CliUtils. (Zhankun Tang via wangda) (6 years ago) +* | 671fd6524b26 - HDDS-675. Add blocking buffer and use watchApi for flush/close in OzoneClient. Contributed by Shashikant Banerjee. (6 years ago) +* | 75291e6d53c1 - HADOOP-15869. BlockDecompressorStream#decompress should not return -1 in case of IOException. Contributed by Surendra Singh Lilhore (6 years ago) +* | e7b63baca1e1 - HDFS-14070. Refactor NameNodeWebHdfsMethods to allow better extensibility. Contributed by CR Hota (6 years ago) +* | a67642c37761 - HADOOP-15912. start-build-env.sh still creates an invalid /etc/sudoers.d/hadoop-build-${USER_ID} file entry after HADOOP-15802. Contributed by Akira Ajisaka. (6 years ago) +* | 703b2860a495 - HADOOP-15923. create-release script should set max-cache-ttl as well as default-cache-ttl for gpg-agent. (6 years ago) +* | f8713f8adea9 - HDDS-831. TestOzoneShell in integration-test is flaky. Contributed by Nanda kumar. (6 years ago) +* | 4c465f553505 - YARN-8761. Service AM support for decommissioning component instances. Contributed by Billie Rinaldi (6 years ago) +* | b6d4e19f34f4 - HDFS-14065. Failed Storage Locations shows nothing in the Datanode Volume Failures. Contributed by Ayush Saxena. (6 years ago) +* | e269c3fb5a93 - YARN-8997. [Submarine] Small refactors of modifier, condition check and redundant local variables. Contributed by Zhankun Tang. (6 years ago) +* | f944f3383246 - HDDS-709. Modify Close Container handling sequence on datanodes. Contributed by Shashikant Banerjee. (6 years ago) +* | 1f9c4f32e842 - YARN-8776. Implement Container Exec feature in LinuxContainerExecutor. Contributed by Eric Yang (6 years ago) +* | 18fe65d7560b - HDDS-576. Move ContainerWithPipeline creation to RPC endpoint. Contributed by Nanda kumar. (6 years ago) +* | 42f3a7082a90 - YARN-8877. [CSI] Extend service spec to allow setting resource attributes. Contributed by Weiwei Yang. (6 years ago) +* | 3c9d97b8f7d6 - HADOOP-15110. Gauges are getting logged in exceptions from AutoRenewalThreadForUserCreds. (6 years ago) +* | c741109522d2 - YARN-8987. Usability improvements node-attributes CLI. Contributed by Bibin A Chundatt. (6 years ago) +* | 9c32b50d6104 - HDDS-767. OM should not search for STDOUT root logger for audit logging. Contributed by Dinesh Chitlangia. (6 years ago) +* | 4e7284443e6c - YARN-8902. [CSI] Add volume manager that manages CSI volume lifecycle. Contributed by Weiwei Yang. (6 years ago) +* | b5ec85d96615 - YARN-8933. [AMRMProxy] Fix potential empty fields in allocation response, move SubClusterTimeout to FederationInterceptor. Contributed by Botong Huang. (6 years ago) +* | 266424879736 - YARN-9002. Improve keytab loading for YARN Service. Contributed by Gour Saha (6 years ago) +* | 298d2502b025 - HDDS-826. Update Ratis to 0.3.0-6f3419a-SNAPSHOT. (6 years ago) +* | 9fe50b4991a3 - HDDS-733. Create container if not exist, as part of chunk write. Contributed by Lokesh Jain. (6 years ago) +* | a736b5da1508 - HADOOP-15916. Upgrade Maven Surefire plugin to 3.0.0-M1. (6 years ago) +* | 9dbb2b67c6fa - HADOOP-15812. ABFS: Improve AbfsRestOperationException format to ensure full msg can be displayed on console. (6 years ago) +* | 47194fefdd7a - HDDS-823. OzoneRestClient is failing with NPE on getKeyDetails call. Contributed by Bharat Viswanadham. (6 years ago) +* | 66bf62404a03 - HDDS-812. TestEndPoint#testCheckVersionResponse is failing. Contributed by Hanisha Koneru. (6 years ago) +* | 524a7523c427 - YARN-8990. Fix fair scheduler race condition in app submit and queue cleanup. (Contributed by Wilfred Spiegelenburg) (6 years ago) +* | 89b49167a5a7 - HADOOP-15903. Allow HttpServer2 to discover resources in /static when symlinks are used. Contributed by Inigo Goiri. (6 years ago) +* | 31614bcc7cda - HDDS-806. Update Ratis to latest snapshot version in ozone. Contributed by Tsz Wo Nicholas Sze and Mukul Kumar Singh. (6 years ago) +* | 8d99648c2030 - HDFS-14039. ec -listPolicies doesn't show correct state for the default policy when the default is not RS(6,3). Contributed by Kitti Nanasi. (6 years ago) +* | 724c15007beb - HADOOP-15846. ABFS: fix mask related bugs in setAcl, modifyAclEntries and removeAclEntries. (6 years ago) +* | 9317a61f3cdc - HDDS-802. Container State Manager should get open pipelines for allocating container. Contributed by Lokesh Jain. (6 years ago) +* | c80f753b0e95 - HDDS-737. Introduce Incremental Container Report. Contributed by Nanda kumar. (6 years ago) +* | e1bbf7dcdfc3 - YARN-8988. Reduce the verbose log on RM heartbeat path when distributed node-attributes is enabled. Contributed by Tao Yang. (6 years ago) +* | f8c72d7b3acc - YARN-8880. Add configurations for pluggable plugin framework. Contributed by Zhankun Tang. (6 years ago) +* | c96cbe865958 - YARN-8977. Remove unnecessary type casting when calling AbstractYarnScheduler#getSchedulerNode. Contributed by Wanqiang Ji. (6 years ago) +* | 0b6625a9735f - MAPREDUCE-7148. Fast fail jobs when exceeds dfs quota limitation. Contributed by Wang Yan (6 years ago) +* | 8dc1f6dbf712 - YARN-8866. Fix a parsing error for crossdomain.xml. (6 years ago) +* | e6444f1c640c - HADOOP-15907. Add missing maven modules in BUILDING.txt. Contributed Wanqiang Ji. (6 years ago) +* | addec29297e6 - HDDS-809. Refactor SCMChillModeManager. (6 years ago) +* | 482716e5a4d1 - YARN-8976. Remove redundant modifiers in interface ApplicationConstants. Contributed by Zhankun Tang. (6 years ago) +* | 951c98f89059 - YARN-8233. NPE in CapacityScheduler#tryCommit when handling allocate/reserve proposal whose allocatedOrReservedContainer is null. Contributed by Tao Yang. (6 years ago) +* | ba1f9d66d94e - MAPREDUCE-7156. NullPointerException when reaching max shuffle connections. Contributed by Peter Bacsko (6 years ago) +* | 08d69d91f2f0 - YARN-8957. Add Serializable interface to ComponentContainers. Contributed by Zhankun Tang (6 years ago) +* | 887244de4ade - HDFS-14048. DFSOutputStream close() throws exception on subsequent call after DataNode restart. Contributed by Erik Krogen. (6 years ago) +* | 00a67f770e86 - HDDS-810. Move the "\r\n" at the chunk end in TestSignedChunksInputStream#singlechunkwithoutend. Contributed by Chencan. (6 years ago) +* | f0ce07293451 - HDFS-14051. Refactor NameNodeHttpServer#initWebHdfs to specify local keytab. Contributed by CR Hota. (6 years ago) +* | 3d5cc1138a07 - HDDS-798. Storage-class is showing incorrectly. Contributed by Bharat Viswanadham. (6 years ago) +* | 349168c4b342 - HDFS-14047. [libhdfs++] Fix hdfsGetLastExceptionRootCause bug in test_libhdfs_threaded.c (Contributed by Antoli Shein via Daniel Templeton) (6 years ago) +* | ab6aa4c7265d - YARN-8865. RMStateStore contains large number of expired RMDelegationToken. Contributed by Wilfred Spiegelenburg (6 years ago) +* | 49412a12898e - HDDS-811. [JDK 11] Fix compilation failures with jdk 11. Contributed by Lokesh Jain. (6 years ago) +* | 78e43bccf655 - HADOOP-15902. [JDK 11] Specify the HTML version of Javadoc to 4.01. Contributed by Takanobu Asanuma. (6 years ago) +* | 6430c9890aae - HADOOP-15904. [JDK 11] Javadoc build failed due to bad use of '>' in hadoop-hdfs. (6 years ago) +* | 5d6554c722f0 - YARN-8970. Improve the debug message in CS#allocateContainerOnSingleNode. Contributed by Zhankun Tang. (6 years ago) +* | ffc9c50e074a - HDFS-14053. Provide ability for NN to re-replicate based on topology changes. Contributed by Hrishikesh Gadre. (6 years ago) +* | c7fcca0d7ec9 - YARN-8969. AbstractYarnScheduler#getNodeTracker should return generic type to avoid type casting. Contributed by Wanqiang Ji. (6 years ago) +* | f3296501e09f - HDFS-14043. Tolerate corrupted seen_txid file. Contributed by Lukas Majercak. (6 years ago) +* | f3f5e7ad005a - HDFS-14042. Fix NPE when PROVIDED storage is missing. Contributed by Virajith Jalaparti. (6 years ago) +* | 50f40e0536f3 - HDDS-794. addendum patch to fix compilation failure. Contributed by Shashikant Banerjee. (6 years ago) +* | 5ddefdd50751 - HDDS-794. Add configs to set StateMachineData write timeout in ContainerStateMachine. Contributed by Shashikant Banerjee. (6 years ago) +* | 942693bddd5f - HDDS-799. Avoid ByteString to byte array conversion cost by using ByteBuffer in Datanode. Contributed by Mukul Kumar Singh. (6 years ago) +* | c8ca1747c08d - HDDS-797. If DN is started before SCM, it does not register. Contributed by Hanisha Koneru. (6 years ago) +* | 15df2e7a7547 - HDDS-796. Fix failed test TestStorageContainerManagerHttpServer#testHttpPolicy. (6 years ago) +* | d43cc5db0ff8 - HADOOP-15900. Update JSch versions in LICENSE.txt. (6 years ago) +* | a5e21cd6a450 - HADOOP-15899. Update AWS Java SDK versions in NOTICE.txt. (6 years ago) +* | 4e3df75eb72a - HDFS-14049. TestHttpFSServerWebServer fails on Windows because of missing winutils.exe. Contributed by Inigo Goiri. (6 years ago) +* | cb8d679c9564 - HADOOP-15687. Credentials class should allow access to aliases. (6 years ago) +* | f84a278baad6 - YARN-8905. [Router] Add JvmMetricsInfo and pause monitor. Contributed by Bilwa S T. (6 years ago) +* | 989715ec5066 - YARN-8893. [AMRMProxy] Fix thread leak in AMRMClientRelayer and UAM client. Contributed by Botong Huang. (6 years ago) +* | aed836efbff7 - YARN-8897. LoadBasedRouterPolicy throws NPE in case of sub cluster unavailability. Contributed by Bilwa S T. (6 years ago) +* | babc946d4017 - YARN-8954. Reservations list field in ReservationListInfo is not accessible. Contributed by Oleksandr Shevchenko. (6 years ago) +* | 44e37b4fd9f4 - HADOOP-15885. Add base64 (urlString) support to DTUtil. Contributed by Inigo Goiri. (6 years ago) +* | 6d9c18cfa9a4 - HDDS-788. Change title page of bucket browser in S3gateway. Contributed by Bharat Viswanadham. (6 years ago) +* | d16d5f730e9d - HDDS-751. Replace usage of Guava Optional with Java Optional. (6 years ago) +* | 8fe85af63b37 - HDFS-13996. Make HttpFS' ACLs RegEx configurable. Contributed by Siyao Meng. (6 years ago) +* | d98b881e9ab8 - HDFS-14008. NN should log snapshotdiff report. Contributed by Pranay Singh. (6 years ago) +* | 2ab611d48b76 - YARN-7225. Add queue and partition info to RM audit log. Contributed by Eric Payne (6 years ago) +* | d174b916352f - HADOOP-15895. [JDK9+] Add missing javax.annotation-api dependency to hadoop-yarn-csi. (6 years ago) +* | e0ac3081e95b - HDDS-771. ChunkGroupOutputStream stream entries need to be properly updated on closed container exception. Contributed by Lokesh Jain. (6 years ago) +* | 2e8ac14dcb57 - HDDS-786. Fix the findbugs for SCMClientProtocolServer#getContainerWithPipeline. (6 years ago) +* | b13c56742a6f - HDDS-697. update and validate the BCSID for PutSmallFile/GetSmallFile command. Contributed by Shashikant Banerjee. (6 years ago) +* | c5eb237e3e95 - HDDS-777. Fix missing jenkins issue in s3gateway module. Contributed by Bharat Viswanadham. (6 years ago) +* | 6668c19dafde - HDDS-677. Create documentation for s3 gateway to the docs. Contributed by Elek Marton. (6 years ago) +* | 08bb0362e0c5 - HDDS-759. Create config settings for SCM and OM DB directories. Contributed by Arpit Agarwal. (6 years ago) +* | 478b2cba0de5 - HDDS-773. Loading ozone s3 bucket browser could be failed. Contributed by Elek Marton. (6 years ago) +* | b519f3f2a0ae - HDDS-659. Implement pagination in GET bucket (object list) endpoint. Contributed by Bharat Viswanadham. (6 years ago) +* | ecac351aac17 - HDDS-712. Use x-amz-storage-class to specify replication type and replication factor. Contributed by Bharat Viswanadham. (6 years ago) +* | 9c438abe52d4 - HDFS-14033. [libhdfs++] Disable libhdfs++ build on systems that do not support thread_local. Contributed by Anatoli Shein. (6 years ago) +* | fac9f91b2944 - HDFS-13942. [JDK10] Fix javadoc errors in hadoop-hdfs module. Contributed by Dinesh Chitlangia. (6 years ago) +* | e4f22b08e0d1 - HDDS-755. ContainerInfo and ContainerReplica protobuf changes. Contributed by Nanda kumar. (6 years ago) +* | 773f0d151971 - HDDS-754. VolumeInfo#getScmUsed throws NPE. Contributed by Hanisha Koneru. (6 years ago) +* | e33b61f3351c - HDDS-762. Fix unit test failure for TestContainerSQLCli & TestSCMMetrics. Contributed by Mukul Kumar Singh. (6 years ago) +* | f747f5b06cb0 - HADOOP-15886. Fix findbugs warnings in RegistryDNS.java. (6 years ago) +* | 277a3d8d9fe1 - (JackWangCS/HDFS-13532) YARN-6729. Clarify documentation on how to enable cgroup support. Contributed by Zhankun Tang (6 years ago) +* | d36012b69f01 - YARN-8854. Upgrade jquery datatable version references to v1.10.19. Contributed by Akhil PB. (6 years ago) +* | 62d98ca92aee - HADOOP-15855. Review hadoop credential doc, including object store details. Contributed by Steve Loughran. (6 years ago) +* | 7757331dbc04 - HDDS-749. Restructure BlockId class in Ozone. Contributed by Shashikant Banerjee. (6 years ago) +* | 486b9a4a75f4 - YARN-7754. [Atsv2] Update document for running v1 and v2 TS. Contributed by Suma Shivaprasad. (6 years ago) +* | a283da21670c - YARN-8871. Document ATSv2 integrated LogWebService. Contributed by Suma Shivaprasad. (6 years ago) +* | 4ec4ec697111 - YARN-8950. Fix compilation issue due to dependency convergence error for hbase.profile=2.0. (6 years ago) +* | db7e636824a3 - HDFS-14027. DFSStripedOutputStream should implement both hsync methods. (6 years ago) +* | 496f0ffe9017 - HDDS-620. ozone.scm.client.address should be an optional setting. Contributed by chencan and Arpit Agarwal. (6 years ago) +* | 3655e573e28e - HDDS-743. S3 multi delete request should return XML header in quiet mode. Contributed by Elek Marton. (6 years ago) +* | a58048e8d545 - HDDS-727. ozone.log is not getting created in logs directory. Contributed by Nilotpal Nandi. (6 years ago) +* | 902345de66b7 - HDDS-728. Datanodes should use different ContainerStateMachine for each pipeline. Contributed by Mukul Kumar Singh. (6 years ago) +* | bfb720ebc84c - HDDS-573. Make VirtualHostStyleFilter port agnostic. Contributed by Danilo Perez. (6 years ago) +* | 78ea897b6701 - YARN-8915. Update the doc about the default value of maximum-container-assignments for capacity scheduler. Contributed by Zhankun Tang. (6 years ago) +* | 1d90a0dd23c5 - YARN-8944. TestContainerAllocation.testUserLimitAllocationMultipleContainers failure after YARN-8896. Contributed by Wilfred Spiegelenburg. (6 years ago) +* | 63e7134df6c4 - Revert "HADOOP-15864. Job submitter / executor fail when SBN domain name can not resolved. Contributed by He Xiaoqiao." (6 years ago) +* | 199703f9853b - HDDS-739. Support MultiDeleteRequest without XML namespace. Contributed by Elek Marton. (6 years ago) +* | bfb9adc2b9e6 - HADOOP-9567. Provide auto-renewal for keytab based logins. Contributed by Hrishikesh Gadre, Gary Helmling and Harsh J. (6 years ago) +* | 2fa01f823c63 - HDDS-744. Fix ASF license warning in PipelineNotFoundException class. Contributed by Lokesh Jain. (6 years ago) +* | d07e873b7db6 - YARN-8569. Create an interface to provide cluster information to application. Contributed by Eric Yang (6 years ago) +* | 4f10d7e23fc0 - HDFS-14028. HDFS OIV temporary dir deletes folder. Contributed by Adam Antal. (6 years ago) +* | 1851d06eb3b7 - HDFS-13959. TestUpgradeDomainBlockPlacementPolicy is flaky. Contributed by Ayush Saxena. (6 years ago) +* | dce4ebe81471 - HDDS-694. Plugin new Pipeline management code in SCM. Contributed by Lokesh Jain. (6 years ago) +* | e28c00c290a0 - HADOOP-15815. Upgrade Eclipse Jetty version to 9.3.24. Cotributed by Boris Vulikh. (6 years ago) +* | 7574d18538e8 - HADOOP-15868. AliyunOSS: update document for properties of multiple part download, multiple part upload and directory copy. Contributed by Jinhu Wu. (6 years ago) +* | 38a65e3b7c2f - HDDS-682. Unified o3 address parsing for ozonen sh. Contributed by Elek, Marton. (6 years ago) +* | a4b9b7c1302b - HDDS-702:Used fixed/external version from hadoop jars in hdds/ozone projects. Contributed by Elek Marton. (6 years ago) +* | 9b899f1ebd51 - HDFS-14029. Sleep in TestLazyPersistFiles should be put into a loop. Contributed by Adam Antal. (6 years ago) +* | 34b2521f5e73 - HADOOP-15882. Upgrade maven-shade-plugin from 2.4.3 to 3.2.0. Contributed by Takanobu Asanuma. (6 years ago) +* | f76e3c3db789 - YARN-8930. CGroup-based strict container memory enforcement does not work with CGroupElasticMemoryController (haibochen via rkanter) (6 years ago) +* | fb2b72e6fce0 - HADOOP-15864. Job submitter / executor fail when SBN domain name can not resolved. Contributed by He Xiaoqiao. (6 years ago) +* | c7f349bc3f96 - HDDS-703. Ozone docs does not render correctly on a Mobile Device. Contributed by Elek, Marton. (6 years ago) +* | 23887129cd6b - HDDS-643. Parse Authorization header in a separate filter. Contributed by Bharat Viswanadham. (6 years ago) +* | 97bd49fc36fa - HDFS-14026. Overload BlockPoolTokenSecretManager.checkAccess to make storageId and storageType optional. Contributed by Arpit Agarwal. (6 years ago) +* | ace06a93baa0 - HDDS-714. Bump protobuf version to 3.5.1. Contributed by Mukul Kumar Singh. (6 years ago) +* | ddc1e0b72734 - YARN-8941. Fix findbugs warnings in hadoop-yarn-csi. Contributed by Weiwei Yang. (6 years ago) +* | 936fc3f3c260 - HDFS-14025. TestPendingReconstruction.testPendingAndInvalidate fails. Contributed by Ayush Saxena. (6 years ago) +* | 244afaba4a2d - HDDS-719. Remove Ozone dependencies on Apache Hadoop 3.2.0. Contributed by Arpit Agarwal. (6 years ago) +* | 021caaa55e3f - HDDS-516. Implement CopyObject REST endpoint. Contributed by Bharat Viswanadham. (6 years ago) +* | c16c49b8c3b8 - YARN-8587. Added retries for fetching docker exit code. Contributed by Charo Zhang (6 years ago) +* | e374584479b6 - HADOOP-15823. ABFS: Stop requiring client ID and tenant ID for MSI (Contributed by Da Zhou via Daniel Templeton) (6 years ago) +* | 69b328943edf - YARN-8929. DefaultOOMHandler should only pick running containers to kill upon oom events (haibochen via rkanter) (6 years ago) +* | ebf8e1731d8f - HDDS-693. Support multi-chunk signatures in s3g PUT object endpoint. Contributed by Elek Marton. (6 years ago) +* | 74a5e683fe65 - MAPREDUCE-7151. RMContainerAllocator#handleJobPriorityChange expects application_priority always. Contributed by Bilwa S T. (6 years ago) +* | c1874046e2f9 - HDFS-14021. TestReconstructStripedBlocksWithRackAwareness#testReconstructForNotEnoughRacks fails intermittently. Contributed by Xiao Chen. (6 years ago) +* | bbc6dcd3d097 - YARN-8938. Updated YARN service upgrade document. Contributed by Chandni Singh (6 years ago) +* | 766b78ee074d - YARN-8911. ContainerScheduler incorrectly uses percentage number as the cpu resource utlization. (6 years ago) +* | 0891cdda7961 - HDDS-716. Update ozone to latest ratis snapshot build(0.3.0-aa38160-SNAPSHOT). Contributed by Mukul Kumar Singh. (6 years ago) +* | 553044818d4b - YARN-8939. Javadoc build fails in hadoop-yarn-csi. Contributed by Weiwei Yang. (6 years ago) +* | 1c0aae63a7eb - HADOOP-14775. Change junit dependency in parent pom file to junit 5 while maintaining backward compatibility to junit4. Contributed by Akira Ajisaka. (6 years ago) +* | 0ca50648c2b1 - HADOOP-15856. Trunk build fails to compile native on Windows. Contributed by Vinayakumar B. (6 years ago) +* | 8f97d6f2cdfc - HADOOP-15822. zstd compressor can fail with a small output buffer. Contributed by Jason Lowe. (6 years ago) +* | a0c0b793c302 - YARN-8814. Yarn Service Upgrade: Update the swagger definition. Contributed by Chandni Singh (6 years ago) +* | 823bb5dda88b - MAPREDUCE-4669. MRAM web UI does not work with HTTPS. (Contributed by Robert Kanter) (6 years ago) +* | 635786a51134 - HDFS-13566. Add configurable additional RPC listener to NameNode. Contributed by Chen Liang. (6 years ago) +* | efdfe679d64c - HDFS-14004. TestLeaseRecovery2#testCloseWhileRecoverLease fails intermittently in trunk. Contributed by Ayush Saxena. (6 years ago) +* | 5e294e950b9d - YARN-8919. Some tests fail due to NoClassDefFoundError for OperatorCreationException (tasanuma0829 via rkanter) (6 years ago) +* | 93fb3b4b9cbc - YARN-8904. TestRMDelegationTokens can fail in testRMDTMasterKeyStateOnRollingMasterKey. Contributed by Wilfred Spiegelenburg (6 years ago) +* | dd268a64d36d - Revert "HADOOP-15836. Review of AccessControlList. Contributed by BELUGA BEHR." (6 years ago) +* | 296818a2c857 - HADOOP-15873. Add JavaBeans Activation Framework API to LICENSE.txt. Contributed by Akira Ajisaka. (6 years ago) +* | b61846392ee5 - HDDS-708. Validate BCSID while reading blocks from containers in datanodes. Contributed by Shashikant Banerjee. (6 years ago) +* | 0b62983c5a93 - YARN-8826. Fix lingering timeline collector after serviceStop in TimelineCollectorManager. Contributed by Prabha Manepalli. (6 years ago) +* | 0efddd85f02e - YARN-8873. [YARN-8811] Add CSI java-based client library. Contributed by Weiwei Yang. (6 years ago) +* | e3cca1204874 - HDDS-676. Enable Read from open Containers via Standalone Protocol. Contributed by Shashikant Banerjee. (6 years ago) +* | e98a506227d6 - YARN-8923. Cleanup references to ENV file type in YARN service code. Contributed by Suma Shivaprasad (6 years ago) +* | c58811c77d5c - HDFS-13941. make storageId in BlockPoolTokenSecretManager.checkAccess optional. Contributed by Ajay Kumar. (6 years ago) +* | 292c9e017fb3 - YARN-8542. Added YARN service REST API to list containers. Contributed by Chandni Singh (6 years ago) +* | 66e7a2c78767 - YARN-8922. Fixed test-container-executor test setup and clean up. Contributed by Robert Kanter (6 years ago) +* | f6498af0d761 - HDDS-705. addendum patch to fix find bug issue. Contributed by Bharat Viswanadham. (6 years ago) +* | 82919a1e7af2 - HDDS-638. Enable ratis snapshots for HDDS datanodes. Contributed by Mukul Kumar Singh. (6 years ago) +* | 52cb766ad0bb - HADOOP-15866. Renamed HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT keys break compatibility. Contributed by Wei-Chiu Chuang. (6 years ago) +* | 97a41b3dbeb4 - HDDS-705. OS3Exception resource name should be the actual resource name. Contributed by Bharat Viswanadham. (6 years ago) +* | c696419f3e44 - Revert "HDDS-705. OS3Exception resource name should be the actual resource name." (6 years ago) +* | e50334513c78 - YARN-7502. Nodemanager restart docs should describe nodemanager supervised property. Contributed by Suma Shivaprasad. (6 years ago) +* | 7db3bb3ac185 - HDDS-544. Unconditional wait findbug warning from ReplicationSupervisor. Contributed by Arpit Agarwal. (6 years ago) +* | c9077a9f5a69 - HDDS-707. Allow registering MBeans without additional jmx properties. Contributed by Arpit Agarwal. (6 years ago) +* | 977c6f64704a - HDDS-705. OS3Exception resource name should be the actual resource name. Contributed by Bharat Viswanadham. (6 years ago) +* | a043dfa2163b - HADOOP-15821. Addendum patch to fix Hadoop Registry parent project. Contributed by Íñigo Goiri (6 years ago) +* | f069d38c8d3c - HDFS-13983. TestOfflineImageViewer crashes in windows. Contributed by Vinayakumar B. (6 years ago) +* | e2a9fa8448e2 - HADOOP-15821. Move YARN Registry to Hadoop Registry. Contributed by Íñigo Goiri (6 years ago) +* | 00254d7b8c71 - HADOOP-15836. Review of AccessControlList. Contributed by BELUGA BEHR. (6 years ago) +* | e2cecb681e2a - HADOOP-15850. CopyCommitter#concatFileChunks should check that the blocks per chunk is not 0. Contributed by Ted Yu. (6 years ago) +* | d7b012e5600f - HDDS-679. Add query parameter to the constructed query in VirtualHostStyleFilter. Contributed by Bharat Viswanadham. (6 years ago) +* | c456d6b3a506 - HDDS-621. ozone genconf improvements. Contributed by Dinesh Chitlangia. (6 years ago) +* | dc2740804330 - HDDS-612. Even after setting hdds.scm.chillmode.enabled to false, SCM allocateblock fails with ChillModePrecheck exception. Contributed by Hanisha Koneru. (6 years ago) +* | 47ad98b2e1b4 - YARN-8910. Fixed misleading log statement when container max retries is infinite. Contributed by Chandni Singh (6 years ago) +* | 88cce32551e6 - HDFS-9872. HDFS bytes-default configurations should accept multiple size units. Contributed by Yiqun Lin. (6 years ago) +* | 8b64fbab1a4c - HDFS-13994. Improve DataNode BlockSender waitForMinLength. Contributed by BELUGA BEHR. (6 years ago) +* | 9aebafd2da44 - HDDS-701. Support key multi-delete. Contributed by Elek, Marton. (6 years ago) +* | 5e02b4915b87 - YARN-8916. Define a constant docker string in ContainerRuntimeConstants.java for better maintainability. (Zhankun Tang via wangda) (6 years ago) +* | 071b9e19aa2c - YARN-8908. Fix errors in yarn-default.xml related to GPU/FPGA. (Zhankun Tang via wangda) (6 years ago) +* | cd057918d6b7 - HDDS-672. Spark shell throws OzoneFileSystem not found. Contributed by Anu Engineer. (6 years ago) +* | b22651e94939 - HDDS-680. Provide web based bucket browser. Contributed by Elek, Marton. (6 years ago) +* | 9bd18324c780 - HADOOP-15804. upgrade to commons-compress 1.18. Contributed by Akira Ajisaka. (6 years ago) +* | 285d2c07531a - YARN-8449. RM HA for AM web server HTTPS Support. (Contributed by Robert Kanter) (6 years ago) +* | 13cc0f50ea1c - YARN-8907. Fix incorrect logging message in TestCapacityScheduler. Contributed by Zhankun Tang. (6 years ago) +* | cd2158456db8 - HADOOP-15418. Hadoop KMSAuthenticationFilter needs to use getPropsByPrefix instead of iterator to avoid ConcurrentModificationException. Contributed by lqjack and Suma Shivaprasad (6 years ago) +* | cc09b2b0c7e9 - HDFS-14007. Incompatible layout when generating FSImage. Contributed by Inigo Goiri. (6 years ago) +* | 66f059ed1db9 - YARN-8618. Added detection for non-upgradable service. Contributed by Chandni Singh (6 years ago) +* | be1cffb0854c - HDFS-14002. TestLayoutVersion#testNameNodeFeatureMinimumCompatibleLayoutVersions fails. Contributed by Takanobu Asanuma. (6 years ago) +* | 098d0b86fea0 - HDFS-14005. RBF: Web UI update to bootstrap-3.3.7. Contributed by Inigo Goiri. (6 years ago) +* | beb850d8f7f1 - YARN-8899. Fixed minicluster dependency on yarn-server-web-proxy. Contributed by Robert Kanter (6 years ago) +* | f8d61b9fc225 - HDDS-690. Javadoc build fails in hadoop-ozone. Contributed by Takanobu Asanuma. (6 years ago) +* | c64018026e66 - HDDS-673. Suppress "Key not found" exception log with stack trace in OM. Contributed by Arpit Agarwal. (6 years ago) +* | 780be14f07df - YARN-8896. Limit the maximum number of container assignments per heartbeat. (Zhankun Tang via wangda) (6 years ago) +* | a457a8951a1b - YARN-8456. Fix a configuration handling bug when user leave FPGA discover executable path configuration default but set OpenCL SDK path environment variable. (Zhankun Tang via wangda) (6 years ago) +* | bfb88b10f46a - YARN-6098. Add documentation for Delete Queue. (Suma Shivaprasad via wangda) (6 years ago) +* | 0e56c883cd23 - HDFS-14003. Fix findbugs warning in trunk for FSImageFormatPBINode. Contributed by Yiqun Lin. (6 years ago) +* | 1e78dfca40ed - HDFS-13990. Synchronization Issue With HashResolver. Contributed by BELUGA BEHR. (6 years ago) +* | ba7e81667ce1 - YARN-8687. Update YARN service file type in documentation. Contributed by Suma Shivaprasad (6 years ago) +* | 32fe351bb654 - YARN-8864. NM incorrectly logs container user as the user who sent a start/stop container request in its audit log. (Contributed by Wilfred Spiegelenburg) (6 years ago) +* | 2202e00ba8a4 - YARN-8868. Set HTTPOnly attribute to Cookie. Contributed by Chandni Singh. (6 years ago) +* | 3ed71633029e - HDDS-678. Format of Last-Modified header is invalid in HEAD Object call. Contributed by Elek Marton. (6 years ago) +* | 9146d33e1843 - HDDS-670. Fix OzoneFS directory rename. (6 years ago) +* | 4c4364ddd069 - HDDS-683. Add a shell command to provide ozone mapping for a S3Bucket. Contributed by Bharat Viswanadham. (6 years ago) +* | 7347fa2df3cf - HDFS-14000. RBF: Documentation should reflect right scripts for v3.0 and above. Contributed by CR Hota. (6 years ago) +* | d93d515af500 - HDDS-651. Rename o3 to o3fs for Filesystem. (6 years ago) +* | 9abda83947a5 - HADOOP-15859. ZStandardDecompressor.c mistakes a class for an instance. Contributed by Jason Lowe (6 years ago) +* | 24dc068a3616 - HADOOP-11100. Support to configure ftpClient.setControlKeepAliveTimeout. Contributed by Adam Antal. (6 years ago) +* | d54f5598f4cc - HDDS-661. When a volume fails in datanode, VersionEndpointTask#call ends up in dead lock. Contributed by Hanisha Koneru. (6 years ago) +* | 50715c0699b2 - HDDS-662. Introduce ContainerReplicaState in StorageContainerManager. Contributed by Nanda kumar. (6 years ago) +* | a9a63ae4a836 - HDDS-527. Show SCM chill mode status in SCM UI. Contributed by Yiqun Lin. (6 years ago) +* | 9df1c84be0f8 - HDDS-563. Support hybrid VirtualHost style URL. Contributed by Bharat Viswanadham. (6 years ago) +* | 5085e5fa9e8c - YARN-8759. Copy of resource-types.xml is not deleted if test fails, causes other test failures. Contributed by Antal Bálint Steinbach. (6 years ago) +* | 41b3603b5bcb - HADOOP-15861. Move DelegationTokenIssuer to the right path. Contributed by Wei-Chiu Chuang. (6 years ago) +* | b738cb148cb2 - HADOOP-15854. AuthToken Use StringBuilder instead of StringBuffer. Contributed by Beluga Behr. (6 years ago) +* | 64a43c92c213 - HDDS-656. Add logic for pipeline report and action processing in new pipeline code. Contributed by Lokesh Jain. (6 years ago) +* | 533138718cc0 - HDFS-13662. TestBlockReaderLocal#testStatisticsForErasureCodingRead is flaky (6 years ago) +* | e3342a1abaff - HADOOP-15802. start-build-env.sh creates an invalid /etc/sudoers.d/hadoop-build-${USER_ID} file entry. Contributed by Jon Boone. (6 years ago) +* | 22f85f292771 - YARN-8582. Document YARN support for HTTPS in AM Web server. (Contributed by Robert Kanter) (6 years ago) +* | 3bfd214a59a6 - YARN-8810. Fixed a YARN service bug in comparing ConfigFile object. Contributed by Chandni Singh (6 years ago) +* | 657032f5ddd2 - HDDS-665. Add hdds.datanode.dir to docker-config. Contributed by Bharat Viswanadham. (6 years ago) +* | 84e22a6af46d - YARN-8842. Expose metrics for custom resource types in QueueMetrics. (Contributed by Szilard Nemeth) (6 years ago) +* | 538250db26ce - YARN-8892. YARN UI2 doc changes to update security status (verified under security environment). (Sunil G via wangda) (6 years ago) +* | 143d74775b2b - YARN-8798. [Submarine] Job should not be submitted if --input_path option is missing. (Zhankun Tang via wangda) (6 years ago) +* | 46d6e0016610 - YARN-8870. [Submarine] Add submarine installation scripts. (Xun Liu via wangda) (6 years ago) +* | ed08dd3b0c9c - YARN-8875. [Submarine] Add documentation for submarine installation script details. (Xun Liu via wangda) (6 years ago) +* | babd1449bf88 - MAPREDUCE-7150. Optimize collections used by MR JHS to reduce its memory. (Contributed by Misha Dmitriev) (6 years ago) +* | c2288ac45b74 - YARN-8448. AM HTTPS Support for AM communication with RMWeb proxy. (Contributed by Robert Kanter) (6 years ago) +* | d59ca43bff8a - HADOOP-15826. @Retries annotation of putObject() call & uses wrong. Contributed by Steve Loughran and Ewan Higgs. (6 years ago) +* | f90c64e6242f - HDFS-13993. TestDataNodeVolumeFailure#testTolerateVolumeFailuresAfterAddingMoreVolumes is flaky. Contributed by Ayush Saxena. (6 years ago) +* | 5f0b43fa93d0 - HDDS-378. Remove dependencies between hdds/ozone and hdfs proto files. Contributed by Elek, Marton. (6 years ago) +* | 53e5173bd1d9 - HDDS-667. Fix TestOzoneFileInterfaces. Contributed by Mukul Kumar Singh. (6 years ago) +* | 25f8fcb06476 - MAPREDUCE-7132. JobSplitWriter prints unnecessary warnings if EC(RS10,4) is used. Contributed by Peter Bacsko. (6 years ago) +* | 753f149fd3f5 - YARN-8879. Kerberos principal is needed when submitting a submarine job. Contributed by Zac Zhou. (6 years ago) +* | 0c2914e58258 - HDDS-657. Remove {volume} path segments from all the remaining rest endpoints. Contributed by Elek, Marton. (6 years ago) +* | 0bf8a110a565 - HDDS-439. 'ozone oz volume create' should default to current logged in user. Contributed by Dinesh Chitlangia. (6 years ago) +* | 2614078b213e - HDDS-490. Improve om and scm start up options . Contributed by Namit Maheshwari. (6 years ago) +* | 7fe1a40a6ba6 - HADOOP-15853. TestConfigurationDeprecation leaves behind a temp file, resulting in a license issue (ayushtkn via rkanter) (6 years ago) +* | ef9dc6c44c68 - HADOOP-15851. Disable wildfly logs to the console. Contributed by Vishwajeet Dusane. (6 years ago) +* | e13a38f4bc35 - HDDS-629. Make ApplyTransaction calls in ContainerStateMachine idempotent. Contributed by Shashikant Banerjee. (6 years ago) +* | b6fc72a0250a - HADOOP-14445. Addendum: Use DelegationTokenIssuer to create KMS delegation tokens that can authenticate to all KMS instances. (6 years ago) +* | ee1c80ea3244 - HDFS-13987. RBF: Review of RandomResolver Class. Contributed by BELUGA BEHR. (6 years ago) +* | f880ff418c07 - YARN-8775. TestDiskFailures.testLocalDirsFailures sometimes can fail on concurrent File modifications. (Contributed by Antal Bálint Steinbach) (6 years ago) +* | fa94d370b6e3 - YARN-8869. YARN Service Client might not work correctly with RM REST API for Kerberos authentication. Contributed by Eric Yang. (6 years ago) +* | b4a38e7b3e53 - YARN-8830. SLS tool fix node addition. Contributed by Bibin A Chundatt. (6 years ago) +* | b60ca37914b2 - Fix potential FSImage corruption. Contributed by Daryn Sharp. (6 years ago) +* | 8e5365e277a1 - YARN-8836. Add tags and attributes in resource definition. Contributed by Weiwei Yang. (6 years ago) +* | 5033deb13b7f - HDDS-519. Implement ListBucket REST endpoint. Contributed by LiXin Ge. (6 years ago) +* | 8853fc8a55b0 - HADOOP-15849. Upgrade netty version to 3.10.6. (6 years ago) +* | 603649d3a9ff - HDDS-579. ContainerStateMachine should fail subsequent transactions per container in case one fails. Contributed by Shashikant Banerjee. (6 years ago) +* | 5209c7503bee - HDDS-603. Add BlockCommitSequenceId field per Container and expose it in Container Reports. Contributed by Shashikant Banerjee. (6 years ago) +* | 22f37af93583 - Revert "HDDS-629. Make ApplyTransaction calls in ContainerStateMachine idempotent. Contributed by Shashikant Banerjee." (6 years ago) +* | 0473b6800001 - HDDS-629. Make ApplyTransaction calls in ContainerStateMachine idempotent. Contributed by Shashikant Banerjee. (6 years ago) +* | 9227f3d22412 - HDDS-653. TestMetadataStore#testIterator fails on Windows. Contributed by Yiqun Lin. (6 years ago) +* | addb84600fa2 - HDDS-654. Add ServiceLoader resource for OzoneFileSystem. Contributed by Jitendra Nath Pandey. (6 years ago) +* | ae268b48943d - HDDS-518. Implement PutObject Rest endpoint. Contributed by chencan. (6 years ago) +* | cdad91c03985 - HDDS-616. Collect all the robot test outputs and return with the right exit code. Contributed by Elek, Marton. (6 years ago) +* | 28ca5c9d1647 - HDDS-613. Update HeadBucket, DeleteBucket to not to have volume in path. Contributed by Bharat Viswanadham. (6 years ago) +* | 3c1fe073d2fe - HDDS-445. Create a logger to print out all of the incoming requests. Contributed by Bharat Viswanadham. (6 years ago) +* | ddc964932817 - HDDS-646. TestChunkStreams.testErrorReadGroupInputStream fails. Contributed by Nanda kumar. (6 years ago) +* | 5c8e023ba32d - HDDS-587. Add new classes for pipeline management. Contributed by Lokesh Jain. (6 years ago) +* | c07b95bdfcd4 - HDDS-645. Enable OzoneFS contract tests by default. Contributed by Arpit Agarwal. (6 years ago) +* | 3a684a2b2351 - HDDS-644. Rename dfs.container.ratis.num.container.op.threads. Contributed by Bharat Viswanadham. (6 years ago) +* | 02e1ef5e0779 - HDDS-624.PutBlock fails with Unexpected Storage Container Exception. Contributed by Arpit Agarwal. (6 years ago) +* | 8ae8a5004f8f - HDDS-606. Create delete s3Bucket. Contributed by Bharat Viswanadham. (6 years ago) +* | 56b18b9df14b - HDDS-639. ChunkGroupInputStream gets into infinite loop after reading a block. Contributed by Mukul Kumar Singh. (6 years ago) +* | 85ccab7d3f87 - HDDS-641. Fix ozone filesystem robot test. Contributed by Mukul Kumar Singh. (6 years ago) +* | 07d55292dc15 - HDDS-555. RandomKeyGenerator runs not closing the XceiverClient properly(addendum). Contributed by Mukul Kumar Singh. (6 years ago) +* | e12edb3d8f05 - HDDS-555. RandomKeyGenerator runs not closing the XceiverClient properly. Contributed by Mukul Kumar Singh. (6 years ago) +* | f63ee083db7c - HDFS-13802. RBF: Remove FSCK from Router Web UI. Contributed by Fei Hui. (6 years ago) +* | 38fe447d9362 - HDDS-524. Implement PutBucket REST endpoint. Contributed by Bharat Viswanadham. (6 years ago) +* | f1342cdf415b - HADOOP-15832. Addendum: Upgrade BouncyCastle to 1.60. Contributed by Robert Kanter (6 years ago) +* | 5ec86b445cc4 - HADOOP-14445. Use DelegationTokenIssuer to create KMS delegation tokens that can authenticate to all KMS instances. Contributed by Daryn Sharp, Xiao Chen, Rushabh S Shah. (6 years ago) +* | 6e0e6daaf321 - HDFS-13945. TestDataNodeVolumeFailure is Flaky. Contributed by Ayush Saxena. (6 years ago) +* | de44e1064f05 - HDFS-13156. HDFS Block Placement Policy - Client Local Rack. Contributed by Ayush Saxena. (6 years ago) +* | e36ae9639fa7 - HADOOP-15831. Include modificationTime in the toString method of CopyListingFileStatus. Contributed by Ted Yu. (6 years ago) +* | 5da042227cfc - HDDS-628. Fix outdated names used in HDDS documentations. (6 years ago) +* | bca928d3c7b8 - YARN-3879 [Storage implementation] Create HDFS backing storage implementation for ATS reads. Contributed by Abhishek Modi. (6 years ago) +* | 74db993a61e2 - HDDS-609. On restart, SCM does not exit chill mode as it expects DNs to report containers in ALLOCATED state. Contributed by Hanisha Koneru. (6 years ago) +* | c0118105b748 - HDFS-13973. getErasureCodingPolicy should log path in audit event. Contributed by Shweta. (6 years ago) +* | a3edfddcf782 - YARN-8834 Provide Java client for fetching Yarn specific entities from TimelineReader. Contributed by Abhishek Modi (6 years ago) +* | fb18cc5eaa63 - HDDS-625. putKey hangs for a long time after completion, sometimes forever. Contributed by Arpit Agarwal (6 years ago) +* | 604c27c33a3b - HDDS-634. OzoneFS: support basic user group and permission for file/dir. Contributed by Xiaoyu Yao. (6 years ago) +* | 50552479c42d - HDDS-636. Turn off ozone.metastore.rocksdb.statistics for now. Contributed by Arpit Agarwal. (6 years ago) +* | 0bc6d0484a1c - HDDS-550. Serialize ApplyTransaction calls per Container in ContainerStateMachine. Contributed by Shashikant Banerjee. (6 years ago) +* | 8d1981806feb - YARN-5742 Serve aggregated logs of historical apps from timeline service. Contributed by Rohith Sharma KS (6 years ago) +* | d91d47bc739f - HADOOP-15717. TGT renewal thread does not log IOException (snemeth via rkanter) (6 years ago) +* | 64f2b32d57f3 - HADOOP-15676. Cleanup TestSSLHttpServer. Contributed by Szilard Nemeth. (6 years ago) +* | c05b26006951 - HDDS-627. OzoneFS read from an MR Job throws java.lang.ArrayIndexOutOfBoundsException. Contributed by Mukul Kumar Singh. (6 years ago) +* | 6dcfef79afe9 - HDFS-13878. HttpFS: Implement GETSNAPSHOTTABLEDIRECTORYLIST. Contributed by Siyao Meng. (6 years ago) +* | 3532aa38867d - HDFS-13968. BlockReceiver Array-Based Queue. Contributed by BELUGA BEHR. (6 years ago) +* | eb34b5f8aff5 - HDDS-601. On restart, SCM throws 'No such datanode' exception. (6 years ago) +* | 2addebb94f59 - HDFS-13951. HDFS DelegationTokenFetcher can't print non-HDFS tokens in a tokenfile. Contributed by Steve Loughran. (6 years ago) +* | 735a36afd528 - MAPREDUCE-7149. Javadocs for FileInputFormat and OutputFormat to mention DT collection. Contributed by Steve Loughran. (6 years ago) +* | 96d28b4750f1 - YARN-8777. Container Executor C binary change to execute interactive docker command. Contributed by Eric Yang (6 years ago) +* | 47eeb3eb7bff - HDDS-630. Rename KSM to OM in Hdds.md. Contributed by Takanobu Asanuma. (6 years ago) +* | aeeb0389a58b - YARN-8710. Service AM should set a finite limit on NM container max retries. Contributed by Suma Shivaprasad (6 years ago) +* | e787d65a08f5 - YARN-8861. executorLock is misleading in ContainerLaunch. Contributed by Chandni Singh (6 years ago) +* | ee816f1fd78b - HADOOP-15837. DynamoDB table Update can fail S3A FS init. Contributed by Steve Loughran. (6 years ago) +* | 8a3798399091 - YARN-8753. [UI2] Lost nodes representation missing from Nodemanagers Chart. Contributed by Yesha Vora. (6 years ago) +* | d3da741fa27c - YARN-8666. [UI2] Remove application tab from YARN Queue Page. Contributed by Yesha Vora. (6 years ago) +* | 7b57f2f71fba - HADOOP-15785. [JDK10] Javadoc build fails on JDK 10 in hadoop-common. Contributed by Dinesh Chitlangia. (6 years ago) +* | f261c319375c - HADOOP-15708. Reading values from Configuration before adding deprecations make it impossible to read value with deprecated key (zsiegl via rkanter) (6 years ago) +* | 2bd000c85195 - HDDS-619. hdds.db.profile should not be tagged as a required setting & should default to DISK. Contributed by Dinesh Chitlangia. (6 years ago) +* | 045069efeca0 - YARN-6989 Ensure timeline service v2 codebase gets UGI from HttpServletRequest in a consistent way. Contributed by Abhishek Modi (6 years ago) +* | bf3d591f0cb0 - HDFS-13956. iNotify should include information to identify a file as either replicated or erasure coded. Contributed by Hrishikesh Gadre. (6 years ago) +* | 3ead525c71cb - HDFS-12459. Fix revert: Add new op GETFILEBLOCKLOCATIONS to WebHDFS REST API. Contributed by Weiwei Yang. (6 years ago) +* | cdc435071805 - HADOOP-15839. Review + update cloud store sensitive keys in hadoop.security.sensitive-config-keys. Contributed by Steve Loughran. (6 years ago) +* | 10185d9a77ce - HDFS-13882. Set a maximum delay for retrying locateFollowingBlock. Contributed by Kitti Nanasi. (6 years ago) +* | 90552b1ea838 - HDDS-608. Access denied exception for user hdfs while making getContainerWithPipeline call. Contributed by Mukul Kumar Singh. (6 years ago) +* | 5ce70e1211e6 - YARN-7644. NM gets backed up deleting docker containers. Contributed by Chandni Singh (6 years ago) +* | cd280514b84e - HDDS-517. Implement HeadObject REST endpoint. Contributed by LiXin Ge. (6 years ago) +* | b39b802422b4 - HDFS-13949. Correct the description of dfs.datanode.disk.check.timeout in hdfs-default.xml. Contributed by Toshihiro Suzuki. (6 years ago) +* | edce866489d8 - YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan. (6 years ago) +* | f068296f8a88 - HDDS-443. Create reusable ProgressBar utility for freon tests. Contributed by Zsolt Horvath. (6 years ago) +* | 6fa3feb577d0 - HADOOP-15832. Upgrade BouncyCastle to 1.60. Contributed by Robert Kanter. (6 years ago) +* | 794c0451cffb - HDDS-604. Correct Ozone getOzoneConf description. Contributed by Dinesh Chitlangia. (6 years ago) +* | 4de2dc2699fc - HDDS-568. ozone sh volume info, update, delete operations fail when volume name is not prefixed by /. Contributed by Dinesh Chitlangia. (6 years ago) +* | 605622c87bc1 - HDFS-11396. TestNameNodeMetadataConsistency#testGenerationStampInFuture timed out. Contributed by Ayush Saxena. (6 years ago) +* | 6a06bc309d72 - HDDS-559. fs.default.name is deprecated. Contributed by Dinesh Chitlangia. (6 years ago) +* | c1fe657a106a - HDDS-478. Log files related to each daemon doesn't have proper startup and shutdown logs. Contributed by Dinesh Chitlangia. (6 years ago) +* | 6a3973931679 - HDDS-583. SCM returns zero as the return code, even when invalid options are passed. Contributed by Namit Maheshwari. (6 years ago) +* | 5b7ba48cedb0 - HDDS-577. Support S3 buckets as first class objects in Ozone Manager - 2. Contributed by Bharat Viswanadham. (6 years ago) +* | bf04f194568f - YARN-8845. Removed unused hadoop.registry.rm reference. Contributed by Íñigo Goiri (6 years ago) +* | d5dd6f31fc35 - HDDS-585. Handle common request identifiers in a transparent way. Contributed by Elek Marton. (6 years ago) +* | bd50fa956b1c - HADOOP-15825. ABFS: Enable some tests for namespace not enabled account using OAuth. Contributed by Da Zhou. (6 years ago) +* | a05bd1288cab - HDFS-13979. Review StateStoreFileSystemImpl Class. Contributed by BELUGA BEHR. (6 years ago) +* | 4b5b1ac3d10f - MAPREDUCE-7130. Rumen crashes trying to handle MRAppMaster recovery events. Contributed by Peter Bacsko (6 years ago) +* | 03d66b1f5d89 - HDDS-590. Add unit test for HDDS-583. Contributed by Namit Maheshwari. (6 years ago) +* | c3d22d3b4569 - YARN-7652. Handle AM register requests asynchronously in FederationInterceptor. Contributed by Botong Huang. (6 years ago) +* | a23ea68b9747 - YARN-8852. Add documentation for submarine installation details. (Zac Zhou via wangda) (6 years ago) +* | 600438bcde7f - HDDS-602. Bump Ozone version to 0.4.0-SNAPSHOT after ozone-0.3 branch cut. (6 years ago) +* | 6f11919beb71 - YARN-8853. [UI2] Application Attempts tab is not shown correctly when there are no attempts. Contributed by Akhil PB. (6 years ago) +* | 9e9915ddab7f - HDDS-599. Fix TestOzoneConfiguration TestOzoneConfigurationFields. Contributed by Sandeep Nemuri. (6 years ago) +* | 7367ff333bf3 - HDDS-450. Generate BlockCommitSequenceId in ContainerStateMachine for every commit operation in Ratis. Contributed by Shashikant Banerjee. (6 years ago) +* | 5b1cfcaeff1b - MAPREDUCE-7035. Skip javadoc build for auto-generated sources in hadoop-mapreduce-client. Contributed by Mukul Kumar Singh. (6 years ago) +* | 7ba1cfdea7f5 - HADOOP-15827. NPE in DynamoDBMetadataStore.lambda$listChildren for root + auth S3Guard. Contributed by Gabor Bota (6 years ago) +* | d4626b4d1825 - HDFS-13967. HDFS Router Quota Class Review. Contributed by BELUGA BEHR. (6 years ago) +* | 9bbeb5248640 - HADOOP-15775. [JDK9] Add missing javax.activation-api dependency. Contributed by Akira Ajisaka. (6 years ago) +* | a30b1d182420 - HADOOP-15818. Fix deprecated maven-surefire-plugin configuration in hadoop-kms module (6 years ago) +* | 08bb6c49a5ae - HDFS-13926. ThreadLocal aggregations for FileSystem.Statistics are incorrect with striped reads. Contributed by Xiao Chen, Hrishikesh Gadre. (6 years ago) +* | 1043795f7fe4 - HDFS-13962. Add null check for add-replica pool to avoid lock acquiring. Contributed by Surendra Singh Lilhore. (6 years ago) +* | 347ea3858177 - YARN-8763. Added node manager websocket API for accessing containers. Contributed by Zian Chen (6 years ago) +* | 745f64012a2a - YARN-8843. updateNodeResource does not support units for memory. Contributed by Manikandan R. (6 years ago) +* | 7c13872cbbb6 - YARN-8659. RMWebServices returns only RUNNING apps when filtered with queue. (Contributed by Szilard Nemeth) (6 years ago) +* | d7c7f68c26e4 - HDDS-521. Implement DeleteBucket REST endpoint. Contributed by Bharat Viswanadham. (6 years ago) +* | 228dc192f110 - YARN-7825. [UI2] Maintain constant horizontal application info bar for Application Attempt page. Contributed by Akhil PB. (6 years ago) +* | 907ef6c2858d - (weichiu/HEAD, pbacsko/HEAD, JackWangCS/HEAD, 9uapaw/HEAD) YARN-8788. mvn package -Pyarn-ui fails on JDK9 (6 years ago) +* | 3bfff0f79e72 - HDFS-13964. RBF: TestRouterWebHDFSContractAppend fails with No Active Namenode under nameservice. Contributed by Ayush Saxena. (6 years ago) +* | b85ee0d75d45 - YARN-8819. Fix findbugs warnings in YarnServiceUtils (6 years ago) +* | cdf5d58364af - HDDS-571. Update SCM chill mode exit criteria to optionally wait for n datanodes. Contributed by Ajay Kumar. (6 years ago) +* | 9bb2801e8ce1 - YARN-4254. ApplicationAttempt stuck for ever due to UnknownHostException. Contributed by Bibin A Chundatt (6 years ago) +* | c96836565085 - YARN-8644. Improve unit test for RMAppImpl.FinalTransition. (Contributed by Szilard Nemeth) (6 years ago) +* | 73c660b43f3d - HDFS-13958. Miscellaneous Improvements for FsVolumeSpi. Contributed by BELUGA BEHR. (6 years ago) +* | f13e23102533 - HADOOP-15820. ZStandardDecompressor native code sets an integer field as a long. Contributed by Jason Lowe (6 years ago) +* | 25b1e8a48e85 - HDDS-512. Addendum: update test.sh to remove robot framework & python-pip installation. Contributed by Dinesh Chitlangia. (6 years ago) +* | 0e28ef35be72 - HDDS-512. update test.sh to remove robot framework & python-pip installation. Contributed by Dinesh Chitlangia. (6 years ago) +* | f36203752772 - HDDS-575. LoadExistingContainers should be moved to SCMContainerManager from ContainerStateManager. Contributed by Mukul Kumar Singh. (6 years ago) +* | 273cc2d4e972 - HADOOP-15809. ABFS: better exception handling when making getAccessToken call. Contributed by Da Zhou (6 years ago) +* | 94d82f416258 - YARN-8797. [UI2] Improve error pages in new YARN UI. Contributed by Akhil PB. (6 years ago) +* | 9bc8b1cfd361 - HDDS-578. om-audit-log4j2.properties must be packaged in ozone-dist . Contributed by Dinesh Chitlangia. (6 years ago) +* | 751f626e506b - YARN-7957. [UI2] YARN service delete option disappears after stopping application. Contributed by Akhil PB. (6 years ago) +* | 241cbec2dab3 - HADOOP-15816. Upgrade Apache Zookeeper version due to security concerns. Contributed by Akira Ajisaka. (6 years ago) +* | 153941b2365a - HDDS-479. Add more ozone fs tests in the robot integration framework. Contributed by Nilotpal Nandi. (6 years ago) +* | 2a07617f852c - HDDS-354. VolumeInfo.getScmUsed throws NPE. Contributed by Hanisha Koneru. (6 years ago) +* | e6b77ad65f92 - HDDS-572. Support S3 buckets as first class objects in Ozone Manager - 1. Contributed by Anu Engineer. (6 years ago) +* | 7fb91b8a534e - HDDS-565. TestContainerPersistence fails regularly in Jenkins. Contributed by Dinesh Chitlangia. (6 years ago) +* | 619e490333fa - HDFS-13957. Fix incorrect option used in description of InMemoryAliasMap. (6 years ago) +* | cc2babc1f75c - HDFS-13950. ACL documentation update to indicate that ACL entries are capped by 32. Contributed by Adam Antal. (6 years ago) +* | 396ce0d9f470 - HDFS-13877. HttpFS: Implement GETSNAPSHOTDIFF. Contributed by Siyao Meng. (6 years ago) +* | e60b797c8854 - YARN-8750. Refactor TestQueueMetrics. (Contributed by Szilard Nemeth) (6 years ago) +* | b6d5d84e0761 - YARN-8732. Add unit tests of min/max allocation for custom resource types in FairScheduler. (Contributed by Szilard Nemeth) (6 years ago) +* | 2e9913caf2a0 - YARN-8844. TestNMProxy unit test is failing. (Eric Yang via wangda) (6 years ago) +* | 6926fd0ec634 - YARN-8758. Support getting PreemptionMessage when using AMRMClientAsyn. (Zian Chen via wangda) (6 years ago) +* | 81f635f47f07 - HADOOP-15817. Reuse Object Mapper in KMSJSONReader. Contributed by Jonathan Eagles. (6 years ago) +* | 39b35036ba47 - YARN-8840. Add missing cleanupSSLConfig() call for TestTimelineClient test. Contributed by Aki Tanaka. (6 years ago) +* | 1dc0adfac0ee - HDFS-13947. Review of DirectoryScanner Class. Contributed by BELUGA BEHR. (6 years ago) +* | 7051bd78b17b - HADOOP-15795. Make HTTPS the default protocol for ABFS. Contributed by Da Zhou. (6 years ago) +* | 095c269620e0 - HDDS-567. Rename Mapping to ContainerManager in SCM. Contributed by Nanda kumar. (6 years ago) +* | 7b374482d291 - HDDS-526. Clean previous chill mode code from NodeManager. Contributed by Ajay Kumar. (6 years ago) +* | 2626f46691e1 - HADOOP-15814. Maven 3.3.3 unable to parse pom file. Contributed by Wei-Chiu Chuang. (6 years ago) +* | 4f752d442b43 - HADOOP-15621 2/2 S3Guard: Implement time-based (TTL) expiry for Authoritative Directory Listing. Contributed by Gabor Bota (6 years ago) +* | 046b8768af8a - HADOOP-15621 S3Guard: Implement time-based (TTL) expiry for Authoritative Directory Listing. Contributed by Gabor Bota (6 years ago) +* | fa7f7078a713 - HDFS-13944. [JDK10] Fix javadoc errors in hadoop-hdfs-rbf module. Contributed by Inigo Goiri. (6 years ago) +* | ec075791dab0 - HDDS-520. Implement HeadBucket REST endpoint. Contributed by Bharat Viswanadham. (6 years ago) +* | 31fa9bb799d2 - HADOOP-15767. [JDK10] Building native package on JDK10 fails due to missing javah. Contributed by Takanobu Asanuma. (6 years ago) +* | 96ae4ac45fe8 - Changed version in trunk to 3.3.0-SNAPSHOT addendum (6 years ago) +* | e8b8604314a2 - HADOOP-15792. typo in AzureBlobFileSystem.getIsNamespaceEnabeld. Contributed by Abhishek Modi. (6 years ago) +* | 58fa96b69744 - Changed version in trunk to 3.3.0-SNAPSHOT. (6 years ago) +* | a39296260f8c - HDDS-561. Move Node2ContainerMap and Node2PipelineMap to NodeManager. Contributed by Lokesh Jain. (6 years ago) +* | 81072d5e3def - HDDS-560. Create Generic exception class to be used by S3 rest services. Contributed by Bharat Viswanadham. (6 years ago) +* | 5edb9d3b972a - YARN-8785. Improve the error message when a bind mount is not whitelisted. Contributed by Simon Prewo (6 years ago) +* | 6fab6886f652 - HDFS-13936. Multipart upload to HDFS to support 0 byte upload. Contributed by Ewan Higgs. (6 years ago) +* | a383ac47cabe - HADOOP-15801. ABFS: Fixing skipUserGroupMetadata in AzureBlobFileSystemStore. Contributed by Da Zhou (6 years ago) +* | 43bc9848914c - HADOOP-15793. ABFS: Skip unsupported test cases when non namespace enabled in ITestAzureBlobFileSystemAuthorization Contributed by Yuan Gao. (6 years ago) +* | 5689355783de - HDFS-13768. Adding replicas to volume map makes DataNode start slowly. Contributed by Surendra Singh Lilhore. (6 years ago) +* | f6c5ef9903db - HDFS-13943. [JDK10] Fix javadoc errors in hadoop-hdfs-client module. Contributed by Akira Ajisaka. (6 years ago) +* | 7d082193d2c5 - HDDS-562. Create acceptance test to test aws cli with the s3 gateway. Contributed by Elek Marton. (6 years ago) +* | d0ee6fbe281b - YARN-8621. Add test coverage of custom Resource Types for the apps/ REST API endpoint. (Contributed by Szilard Nemeth) (6 years ago) +* | 4eff629ab3a3 - HDDS-525. Support virtual-hosted style URLs. Contributed by Bharat Viswanadham (6 years ago) +* | 59d5af21b7a8 - YARN-8760. [AMRMProxy] Fix concurrent re-register due to YarnRM failover in AMRMClientRelayer. Contributed by Botong Huang. (6 years ago) +* | cc80ac23156e - HDDS-557. DeadNodeHandler should handle exception from removeContainerHandler api. Contributed by Ajay Kumar. (6 years ago) +* | f7ff8c051e4d - HDDS-325. Add event watcher for delete blocks command. Contributed by Lokesh Jain. (6 years ago) +* | fd6be5898ad1 - YARN-8468. Enable the use of queue based maximum container allocation limit and implement it in FairScheduler. Contributed by Antal Bálint Steinbach. (6 years ago) +* | 0da03f8b14ed - HDDS-391. Simplify Audit Framework to make audit logging easier to use. Contributed by Dinesh Chitlangia. (6 years ago) +* | 35c7351f4bf2 - HDDS-455. Ozone genconf tool must use picocli. Contributed by Dinesh Chitlangia. (6 years ago) +* | 19ad5be65177 - YARN-8800. Updated documentation of Submarine with latest examples. Contributed by Wangda Tan. (6 years ago) +* | 72891fc9be14 - HDDS-289. Volume and Bucket name should not contain a delimiter ('/'). Contributed by chencan. (6 years ago) +* | 3c798c1e3c75 - HDDS-448. Move NodeStat to NodeStatemanager from SCMNodeManager. Contributed by LiXin Ge. (6 years ago) +* | d1c1dde3097e - YARN-8734. Readiness check for remote service belonging to the same user. Contributed by Eric Yang (6 years ago) +* | e2113500df24 - HDFS-8196. Post enabled Erasure Coding Policies on NameNode UI. Contributed by Kitti Nanasi and Kai Sasaki. (6 years ago) +* | 8598b498bcaf - YARN-8774. Memory leak when CapacityScheduler allocates from reserved container with non-default label. Contributed by Tao Yang. (6 years ago) +* | 7093afd8746c - YARN-8829. Cluster metrics can fail with IndexOutOfBoundsException. Contributed by Akshay Agarwal. (6 years ago) +* | 284aca8b63cf - HDFS-13938. Add a missing break in BaseTestHttpFSWith. Contributed by Siyao Meng. (6 years ago) +* | 5c8d90763c52 - HADOOP-15764. Addendum patch: Fix NPE in SecurityUtil. (6 years ago) +* | 2a5d4315bfe1 - HDDS-551. Fix the close container status check in CloseContainerCommandHandler. Contributed by Shashikant Banerjee. (6 years ago) +* | 90e2e493b3dc - YARN-8270 Adding JMX Metrics for Timeline Collector and Reader. Contributed by Sushil Ks. (6 years ago) +* | b237a0dd44ab - YARN-6456. Added config to set default container runtimes. Contributed by Craig Condit (6 years ago) +* | 184544eff8b3 - HDDS-401. Update storage statistics on dead node. Contributed by LiXin Ge. (6 years ago) +* | f9c0221623ee - HDFS-13932. [JDK 11] Casts to BlockStoragePolicy[] in unit tests raise ClassCastExceptions. Contributed by Andrew Purtell. (6 years ago) +* | 6b988d821e62 - YARN-8804. resourceLimits may be wrongly calculated when leaf-queue is blocked in cluster with 3+ level queues. Contributed by Tao Yang (6 years ago) +* | 913f87dada27 - YARN-8665. Added Yarn service cancel upgrade option. Contributed by Chandni Singh (6 years ago) +* | e0ff8e2c10f3 - HDFS-13840. RBW Blocks which are having less GS should be added to Corrupt. Contributed by Brahma Reddy Battula (6 years ago) +* | 6275b428702b - HDFS-13927. Addendum: Improve TestDataNodeMultipleRegistrations#testDNWithInvalidStorageWithHA wait. Contributed by Ayush Saxena. (6 years ago) +* | e5287a4fe0bb - YARN-8824. App Nodelabel missed after RM restart for finished apps. Contributed by Bibin A Chundatt. (6 years ago) +* | 3f6195045ee8 - HDDS-554. In XceiverClientSpi, implement sendCommand(..) using sendCommandAsync(..). Contributed by Tsz Wo Nicholas Sze. (6 years ago) +* | c62b4404219d - HADOOP-15693. Typo in Secure Mode documentation. Contributed by Thomas Levine. (6 years ago) +* | 44edcdfd6ad0 - YARN-8745. Misplaced the TestRMWebServicesFairScheduler.java file. Contributed by Y. SREENIVASULU REDDY. (6 years ago) +* | 94b5c54e8af5 - YARN-8752. yarn-registry.md has wrong word ong-lived, it should be long-lived. Contributed by leiqiang. (6 years ago) +* | 3928af983eb9 - HDDS-370. Add and implement following functions in SCMClientProtocolServer. Contributed by Ajay Kumar. (6 years ago) +* | a4abf02028ab - HADOOP-15739. ABFS: remove unused maven dependencies and add used undeclared dependencies. Contributed by Da Zhou. (6 years ago) +* | d5da9928c990 - HADOOP-15723. ABFS: Ranger Support. Contributed by Yuan Gao. (6 years ago) +* | 26c94a0fd07d - YARN-8623. Update Docker examples to use image which exists. Contributed by Craig Condit (6 years ago) +* | 2b635125fb05 - HADOOP-15671. AliyunOSS: Support Assume Roles in AliyunOSS. Contributed by Jinhu Wu. (6 years ago) +* | 93b0f540ed52 - HADOOP-15783. [JDK10] TestSFTPFileSystem.testGetModifyTime fails. (6 years ago) +* | 50bc7746d759 - YARN-8815. RM fails to recover finished unmanaged AM. Contributed by Bibin A Chundatt. (6 years ago) +* | d0bc6a27fdbe - YARN-8817. [Submarine] In cases when user doesn't ask HDFS path while submitting job but framework requires user to set HDFS related environments. Contributed by Wangda Tan. (6 years ago) +* | 9c3fbbc4f65b - HDDS-444. Add rest service to the s3gateway. Contributed by Elek Marton. (6 years ago) +* | 29dad7d258c6 - YARN-8616. systemClock should be used in RMAppImpl instead of System.currentTimeMills(), to be consistent. (Contributed by Szilard Nemeth) (6 years ago) +* | cf62ff9a6a48 - YARN-6338. Typos in Docker docs: contains => containers. (Contributed by Zoltan Siegl) (6 years ago) +* | 230d90c5b9cc - MAPREDUCE-7125. JobResourceUploader creates LocalFileSystem when it's not necessary. (Peter Cseh via wangda) (6 years ago) +* | 67173b484790 - HDDS-441. Create new s3gateway daemon. Contributed by Elek Marton. (6 years ago) +* | c07715e37895 - HADOOP-15781 S3A assumed role tests failing due to changed error text in AWS exceptions. Contributed by Steve Loughran (6 years ago) +* | 309092280569 - YARN-8696. [AMRMProxy] FederationInterceptor upgrade: home sub-cluster heartbeat async. Contributed by Botong Huang. (6 years ago) +* | 8de5c923b432 - HDFS-13876. HttpFS: Implement ALLOWSNAPSHOT, DISALLOWSNAPSHOT. Contributed by Siyao Meng. (6 years ago) +* | 62f817d32e63 - HDDS-447. Separate ozone-dist and hadoop-dist projects with real classpath separation. Contributed by Elek Marton. (6 years ago) +* | d060cbea48ff - HDFS-13937. Multipart Uploader APIs to be marked as private/unstable in 3.2.0. Contributed by Steve Loughran. (6 years ago) +* | 32a35dc94b59 - YARN-8742. [UI2] Container logs on Application / Service pages on UI2 are not available many case, improve error messages in such cases. Contributed by Akhil PB. (6 years ago) +* | 0def61482b76 - Merge branch 'HADOOP-15407' into trunk (6 years ago) +|\ \ +| * | d0b4624c88fc - (weichiu/HADOOP-15407, pbacsko/HADOOP-15407, origin/HADOOP-15407, JackWangCS/HADOOP-15407, 9uapaw/HADOOP-15407) HADOOP-15778. ABFS: Fix client side throttling for read. Contributed by Sneha Varma. (6 years ago) +| * | a5692c2da5fd - HADOOP-15704. Mark ABFS extension package and interfaces as LimitedPrivate/Unstable. Contributed by Steve Loughran. (6 years ago) +| * | 8e831ba458ab - HADOOP-15773. Fixing checkstyle and other issues raised by Yetus. (6 years ago) +| * | a55d26b23eb7 - HADOOP-15769. ABFS: distcp tests are always skipped. Contributed by Steve Loughran (6 years ago) +| * | df2166a6435b - HADOOP-15719. Fail-fast when using OAuth over http. Contributed by Da Zhou. (6 years ago) +| * | 51d368982b01 - HADOOP-15714. Tune abfs/wasb parallel and sequential test execution. Contributed by Da Zhou. (6 years ago) +| * | 524776625d14 - HADOOP-15715. ITestAzureBlobFileSystemE2E timing out with non-scale timeout of 10 min. Contributed by Da Zhou (6 years ago) +| * | 1cf38a38da06 - HADOOP-15744. AbstractContractAppendTest fails against HDFS on HADOOP-15407 branch. Contributed by Steve Loughran. (6 years ago) +| * | b4c23043d383 - HADOOP-15757. ABFS: remove dependency on common-codec Base64. Contributed by Da Zhou. (6 years ago) +| * | 26211019c80e - HADOOP-15753. ABFS: support path "abfs://mycluster/file/path" Contributed by Da Zhou. (6 years ago) +| * | e5593cbd8323 - HADOOP-15694. ABFS: Allow OAuth credentials to not be tied to accounts. Contributed by Sean Mackrory. (6 years ago) +| * | 13c70e9ba3c1 - HADOOP-15740. ABFS: Check variable names during initialization of AbfsClientThrottlingIntercept. Contributed by Sneha Varma. (6 years ago) +| * | 9475fd902a37 - HADOOP-15745. ABFS: Add ABFS configuration to ConfigRedactor. (6 years ago) +| * | 6801b3073317 - HADOOP-15728. ABFS: Add backward compatibility to handle Unsupported Operation for storage account with no namespace feature. (6 years ago) +| * | 347a52a86654 - Fixing findbugs and license issues related to: (6 years ago) +| * | 97f06b3fc70a - HADOOP-15703. ABFS - Implement client-side throttling. Contributed by Sneha Varma and Thomas Marquardt. (6 years ago) +| * | 4410eacba786 - HADOOP-15664. ABFS: Reduce test run time via parallelization and grouping. Contributed by Da Zhou. (6 years ago) +| * | 81dc4a995c38 - HADOOP-15663. ABFS: Simplify configuration. Contributed by Da Zhou. (6 years ago) +| * | df57c6c3b121 - HADOOP-15692. ABFS: extensible support for custom oauth. Contributed by Junhua Gu and Rajeev Bansal. (6 years ago) +| * | dd2b22fa31b4 - HADOOP-15682. ABFS: Add support for StreamCapabilities. Fix javadoc and checkstyle. Contributed by Thomas Marquardt. (6 years ago) +| * | 6b6f8cc2bede - HADOOP 15688. ABFS: InputStream wrapped in FSDataInputStream twice. Contributed by Sean Mackrory. (6 years ago) +| * | 9c1e4e813999 - HADOOP-15661. ABFS: Add support for ACL. Contributed by Junhua Gu and Da Zhou. (6 years ago) +| * | 9149b9703e3a - HADOOP-15660. ABFS: Add support for OAuth Contributed by Da Zhou, Rajeev Bansal, and Junhua Gu. (6 years ago) +| * | d6a4f39bd5f1 - HADOOP-15669. ABFS: Improve HTTPS Performance. Contributed by Vishwajeet Dusane. (6 years ago) +| * | cc5cc60c4162 - Fixing issue due to commit 2b2399d6 after rebase onto trunk. (6 years ago) +| * | b54b0c1b676c - HADOOP-15659. Code changes for bug fix and new tests. Contributed by Da Zhou. (6 years ago) +| * | ce03a93f78c4 - HADOOP-15446. ABFS: tune imports & javadocs; stabilise tests. Contributed by Steve Loughran and Da Zhou. (6 years ago) +| * | a271fd0eca75 - HADOOP-15560. ABFS: removed dependency injection and unnecessary dependencies. Contributed by Da Zhou. (6 years ago) +| * | f044deedbbfe - HADOOP-15407. HADOOP-15540. Support Windows Azure Storage - Blob file system "ABFS" in Hadoop: Core Commit. (6 years ago) +* | | 4758b4b6dabb - HDFS-13927. Improve TestDataNodeMultipleRegistrations#testDNWithInvalidStorageWithHA wait. Contributed by Ayush Saxena. (6 years ago) +* | | 0cd63461021c - YARN-8769. [Submarine] Allow user to specify customized quicklink(s) when submit Submarine job. Contributed by Wangda Tan. (6 years ago) +* | | a2752779ac15 - YARN-8628. [UI2] Few duplicated or inconsistent information displayed in UI2. Contributed by Akhil PB. (6 years ago) +* | | 524f7cd354e0 - HDDS-514. Clean Unregister JMX upon SCMConnectionManager#close. Contributed by Xiaoyu Yao. (6 years ago) +* | | 096a71608034 - HDDS-394. Rename *Key Apis in DatanodeContainerProtocol to *Block apis. Contributed Dinesh Chitlangia. (6 years ago) +* | | aa4bd493c309 - YARN-8801. Fixed header comments for docker utility functions. Contributed by Zian Chen (6 years ago) +* | | 429a07e08c8c - HADOOP-15764. [JDK10] Migrate from sun.net.dns.ResolverConfiguration to the replacement. Contributed by Akira Ajisaka. (6 years ago) +* | | 3da94a36e21a - HADOOP-15756. [JDK10] Migrate from sun.net.util.IPAddressUtil to the replacement. Contributed by Akira Ajisaka. (6 years ago) +* | | 646874c32613 - HADOOP-15748. S3 listing inconsistency can raise NPE in globber. Contributed by Steve Loughran. (6 years ago) +* | | 7ad27e97f05b - HADOOP-15736. Trash : Negative Value For Deletion Interval Leads To Abnormal Behaviour. Contributed by Ayush Saxena. (6 years ago) +* | | 6fc293fece93 - HDFS-13892. Disk Balancer: Make execute command documentation better. Contributed by Ranith Sardar. (6 years ago) +* | | 6b5838ed3220 - YARN-8784. DockerLinuxContainerRuntime prevents access to distributed cache entries on a full disk. Contributed by Eric Badger (6 years ago) +* | | f6bb1ca3c16e - HDDS-513. Check if the EventQueue is not closed before executing handlers. Contributed by Nanda Kumar. (6 years ago) +* | | 2eb597b1511f - HADOOP-15772. Remove the 'Path ... should be specified as a URI' warnings on startup. Contributed by Ayush Saxena. (6 years ago) +* | | a30b4f9e71cf - HADOOP-15726. Create utility to limit frequency of log statements. Contributed by Erik Krogen. (6 years ago) +* | | 98c9bc4aa0ef - HDDS-509. TestStorageContainerManager is flaky. Contributed by Xiaoyu Yao and Ajay Kumar. (6 years ago) +* | | 090272d7de7c - HADOOP-15684. triggerActiveLogRoll stuck on dead name node, when ConnectTimeoutException happens. Contributed by Rong Tang. (6 years ago) +* | | 236d16e3a561 - HDDS-507. EventQueue should be shutdown on SCM shutdown. Contributed by Xiaoyu Yao. (6 years ago) +* | | 042bf74d5eb3 - HDDS-460. Replication manager failed to import container data. Contributed by Elek, Marton. (6 years ago) +* | | efdea85ad1cd - YARN-8791. Trim docker inspect output for line feed for STOPSIGNAL parsing. Contributed by Chandni Singh (6 years ago) +* | | 1824d5d1c49c - YARN-8757. [Submarine] Add Tensorboard component when --tensorboard is specified. Contributed by Wangda Tan. (6 years ago) +* | | 56e0d635e0f4 - HDFS-13908. TestDataNodeMultipleRegistrations is flaky. Contributed by Ayush Saxena. (6 years ago) +* | | 61a4b07bdaf6 - HDDS-461. Container remains in CLOSING state in SCM forever. Contributed by Shashikant Banerjee. (6 years ago) +* | | b3c5221f3091 - HDDS-458. numberofKeys is 0 for all containers even when keys are present. Contributed by LiXin Ge. (6 years ago) +* | | 15ed74fa244e - HDDS-502. Exception in OM startup when running unit tests. Contributed by Arpit Agarwal. (6 years ago) +* | | c0956ee2a879 - HDDS-476. Add Pipeline reports to make pipeline active on SCM restart. Contributed by Mukul Kumar Singh. (6 years ago) +* | | 0712537e799b - YARN-8771. CapacityScheduler fails to unreserve when cluster resource contains empty resource type. Contributed by Tao Yang. (6 years ago) +* | | 28ceb34a725c - HDFS-13868. WebHDFS: GETSNAPSHOTDIFF API NPE when param "snapshotname" is given but "oldsnapshotname" is not. Contributed by Pranay Singh. (6 years ago) +* | | e435e12f1fd0 - HDDS-506. Fields in AllocateScmBlockResponseProto should be optional. Contributed by Arpit Agarwal. (6 years ago) +* | | fb85351dc650 - HDDS-497. Suppress license warnings for error log files. Contributed by Arpit Agarwal. (6 years ago) +* | | 27978bcb66a9 - HDFS-13833. Improve BlockPlacementPolicyDefault's consider load logic. Contributed by Shweta. (6 years ago) +* | | 39296537076d - HDDS-488. Handle chill mode exception from SCM in OzoneManager. Contributed by Ajay Kumar. (6 years ago) +* | | 17f5651a5124 - HDDS-503. Suppress ShellBasedUnixGroupsMapping exception in tests. Contributed by Arpit Agarwal. (6 years ago) +* | | 7ff00f558713 - HDDS-500. TestErrorCode.java has wrong package name. Contributed by Anu Engineer. (6 years ago) +* | | f176e8a3aeca - HDDS-501. AllocateBlockResponse.keyLocation must be an optional field. Contributed by Arpit Agarwal. (6 years ago) +* | | 44857476fa99 - HDFS-13886. HttpFSFileSystem.getFileStatus() doesn't return "snapshot enabled" bit. Contributed by Siyao Meng. (6 years ago) +* | | 8382b860d4ef - MAPREDUCE-7138. ThrottledContainerAllocator in MRAppBenchmark should implement RMHeartbeatHandler. Contributed by Oleksandr Shevchenko (6 years ago) +* | | 34b2237e420c - MAPREDUCE-7137. MRAppBenchmark.benchmark1() fails with NullPointerException. Contributed by Oleksandr Shevchenko (6 years ago) +* | | 5c2ae7e49389 - HDDS-496. Ozone tools module is incorrectly classified as 'hdds' component. Contributed by Dinesh Chitlangia. (6 years ago) +* | | a968ea489743 - HDDS-440. Datanode loops forever if it cannot create directories. Contributed by Bharat Viswanadham. (6 years ago) +* | | e71f61ecb87e - HADOOP-15755. StringUtils#createStartupShutdownMessage throws NPE when args is null. Contributed by Lokesh Jain and Dinesh Chitlangia (6 years ago) +* | | 589637276105 - HDDS-495. Ozone docs and ozonefs packages have undefined hadoop component. Contributed by Dinesh Chitlangia. (6 years ago) +* | | 2df0a8dcb3df - YARN-8648. Container cgroups are leaked when using docker. Contributed by Jim Brennan (6 years ago) +* | | 295cce39edfc - HDDS-366. Update functions impacted by SCM chill mode in StorageContainerLocationProtocol. Contributed by Ajay Kumar. (6 years ago) +* | | 2cf8927683d4 - MAPREDUCE-3801: org.apache.hadoop.mapreduce.v2.app.TestRuntimeEstimators.testExponentialEstimator fails intermittently. Contributed by Jason Lowe (6 years ago) +* | | f938925bde1d - HDDS-464. Fix TestCloseContainerHandlingByClient. Contributed by Lokesh Jain. (6 years ago) +* | | 6ff509c32a78 - HDFS-11719. Arrays.fill() wrong index in BlockSender.readChecksum() exception handling. Contributed by Tao Zhang (6 years ago) +* | | 48319d6eee6e - HDDS-483. Update ozone Documentation to fix below issues. Contributed by Namit Maheshwari. (6 years ago) +* | | e4fca6aae46a - HADOOP-15759. AliyunOSS: Update oss-sdk version to 3.0.0. Contributed by Jinhu Wu. (6 years ago) +* | | f796cfde7651 - HADOOP-15304. [JDK10] Migrate from com.sun.tools.doclets to the replacement. Contributed by Akira Ajisaka. (6 years ago) +* | | 78a0d173e4f0 - YARN-8787. Fix broken list items in PlacementConstraints documentation. Contributed by Masahiro Tanaka. (6 years ago) +* | | b6ad84ebb1bf - HDDS-468. Add version number to datanode plugin and ozone file system jar. Contributed by Bharat Viswanadham. (6 years ago) +* | | 001611cca3b2 - HDDS-481. Classes are missing from the shaded ozonefs jar. Contributed by Bharat Viswanadham. (6 years ago) +* | | bbeca0107e24 - YARN-8652. [UI2] YARN UI2 breaks if getUserInfo REST API is not available in older versions. Contributed by Akhil PB. (6 years ago) +* | | 0cc6e0394541 - YARN-8726. [UI2] YARN UI2 is not accessible when config.env file failed to load. Contributed by Akhil PB. (6 years ago) +* | | 51fda2d7733a - HDDS-491. Minor typos in README.md in smoketest. Contributed by chencan. (6 years ago) +* | | ee051ef9fec1 - HADOOP-15742. Log if ipc backoff is enabled in CallQueueManager. Contributed by Ryan Wu. (6 years ago) +* | | 281c192e7f91 - [JDK10] Upgrade Maven Javadoc Plugin from 3.0.0-M1 to 3.0.1. (6 years ago) +* | | 8b2f5e60fa46 - HDDS-352. Separate install and testing phases in acceptance tests. Contributed by Elek Marton. (6 years ago) +* | | 0a26c521f0e5 - HDDS-487. Doc files are missing ASF license headers. Contributed by Namit Maheshwari. (6 years ago) +* | | d1541932dbf2 - HDFS-13844. Fix the fmt_bytes function in the dfs-dust.js. Contributed by yanghuafeng. (6 years ago) +* | | 23a6137a40b3 - HDDS-475. Block Allocation returns same BlockID on different keys creation. Contributed by Nanda Kumar. (6 years ago) +* | | 26d0c63a1e2e - HADOOP-15754. s3guard: testDynamoTableTagging should clear existing config. Contributed by Gabor Bota. (6 years ago) +|/ / +* | 3d89c3e73eba - HDDS-463. Fix the release packaging of the ozone distribution. Contributed by Elek Marton. (6 years ago) +* | 8af845358923 - HDDS-435. Enhance the existing ozone documentation. Contributed by Elek, Marton. (6 years ago) +* | fdf5a3fd63a2 - HDFS-13919. Documentation: Improper formatting in Disk Balancer for Settings. Contributed by Ayush Saxena. (6 years ago) +* | 846936698b2c - HDDS-399. Persist open pipeline information across SCM restart. Contributed by Mukul Kumar Singh. (6 years ago) +* | 9a265fa673ef - YARN-8782. Fix exception message in Resource.throwExceptionWhenArrayOutOfBound. Contributed by Gergely Pollak. (6 years ago) +* | 33d8327cffdc - YARN-8715. Make allocation tags in the placement spec optional for node-attributes. Contributed by Weiwei Yang. (6 years ago) +* | 95231f174930 - HDDS-362. Modify functions impacted by SCM chill mode in ScmBlockLocationProtocol. Contributed by Ajay Kumar. (6 years ago) +* | 07385f886ed5 - HDDS-470. Ozone acceptance tests are failing. Contributed by Elek, Marton. (6 years ago) +* | 82fbbd546c74 - HDDS-469. Rename 'ozone oz' to 'ozone sh'. Contributed by Arpit Agarwal. (6 years ago) +* | 87e2c0f4258f - HDDS-465. Suppress group mapping lookup warnings for ozone. Contributed by Xiaoyu Yao. (6 years ago) +* | c9fa081897df - HDDS-462. Optimize ContainerStateMap#getMatchingContainerIDs in SCM. Contributed by Nanda kumar. (6 years ago) +* | a65c3ea91cad - HDDS-449. Add a NULL check to protect DeadNodeHandler#onMessage. Contributed by LiXin Ge. (6 years ago) +* | 985f3bf3fb2e - HDDS-409. Ozone acceptance-test and integration-test packages have undefined hadoop component. Contributed by Dinesh Chitlangia. (6 years ago) +* | b95aa560628b - HDDS-446. Provide shaded artifact to start ozone service as a datanode plugin. Contributed by Elek Marton (6 years ago) +* | b0a659c8c050 - HDDS-466. Handle null in argv of StorageContainerManager#createSCM. Contributed by Nanda kumar (6 years ago) +* | 6f037468bce7 - HDDS-419. ChunkInputStream bulk read api does not read from all the chunks. Contributed by Lokesh Jain and Mukul Kumar. (6 years ago) +* | 488806baca6d - MAPREDUCE-7140. Refactoring TaskAttemptInfo to separate Map and Reduce tasks. Contributed by Oleksandr Shevchenko (6 years ago) +* | 5470de420b26 - HDDS-454. TestChunkStreams#testErrorReadGroupInputStream & TestChunkStreams#testReadGroupInputStream are failing. Contributed by chencan. (6 years ago) +* | c1df3084ffd0 - HDDS-389. Remove XceiverServer and XceiverClient and related classes. Contributed by chencan. (6 years ago) +* | 446cb8301ebd - HDDS-452. 'ozone scm' with incorrect argument first logs all the STARTUP_MSG. Contributed by Namit Maheshwari. (6 years ago) +* | 0c8a43b9ec77 - HDDS-429. StorageContainerManager lock optimization. Contributed by Nanda Kumar. (6 years ago) +* | 144a55f0e3ba - YARN-8045. Reduce log output from container status calls. Contributed by Craig Condit (6 years ago) +* | 78902f0250e2 - YARN-8748. Javadoc warnings within the nodemanager package. Contributed by Craig Condit (6 years ago) +* | 99237607bf73 - YARN-8706. Allow additional flag in docker inspect call. Contributed by Chandni Singh (6 years ago) +* | a12f12f1af22 - HDDS-438. 'ozone oz' should print usage when command or sub-command is missing. Contributed by Dinesh Chitlangia. (6 years ago) +* | f1a893fdbc2d - YARN-8720. CapacityScheduler does not enforce max resource allocation check at queue level. Contributed by Tarun Parimi. (6 years ago) +* | 568ebecdf49d - YARN-8772. Annotation javax.annotation.Generated has moved (6 years ago) +* | ef5c776a4269 - HADOOP-15733. Correct the log when Invalid emptier Interval configured. Contributed by Ayush Saxena (6 years ago) +* | 291dcf2247f8 - HDDS-423. Introduce an ozone specific log4j.properties. Contributed by Elek, Marton. (6 years ago) +* | a1de8cbac5fb - HDFS-13838. WebHdfsFileSystem.getFileStatus() won't return correct "snapshot enabled" status. Contributed by Siyao Meng. (6 years ago) +* | 4441fe920122 - HDDS-414. Fix sbin/stop-ozone.sh to stop Ozone daemons. Contributed by Elek, Marton. (6 years ago) +* | 76a0fdfed9e3 - HDDS-456. TestOzoneShell#init is breaking due to Null Pointer Exception. Contributed by Dinesh Chitlangia. (6 years ago) +* | 2886024ac3a8 - MAPREDUCE-7133. History Server task attempts REST API returns invalid data. Contributed by Oleksandr Shevchenko (6 years ago) +* | 250b50018e8c - YARN-8680. YARN NM: Implement Iterable Abstraction for LocalResourceTracker state. Contributed by Pradeep Ambati (6 years ago) +* | e1b242a9844d - HDFS-13914. Fix DN UI logs link broken when https is enabled after HDFS-13902. Contributed by Jianfei Jiang. (6 years ago) +* | 39c1ea1ed454 - YARN-8729. Node status updater thread could be lost after it is restarted. Contributed by Tao Yang. (6 years ago) +* | c9e0b69ab3b8 - HDDS-233. Update ozone to latest ratis snapshot build(0.3.0-50588bd-SNAPSHOT). Contributed by Shashikant Banerjee. (6 years ago) +* | f4bda5e8e9fe - YARN-8630. ATSv2 REST APIs should honor filter-entity-list-by-user in non-secure cluster when ACls are enabled. Contributed by Rohith Sharma K S. (6 years ago) +* | e08462715003 - HDDS-415. 'ozone om' with incorrect argument first logs all the STARTUP_MSG. Contributed by Namit Maheshwari. (6 years ago) +* | 5d084d7eca32 - HADOOP-12760. sun.misc.Cleaner has moved to a new location in OpenJDK 9. Contributed by Akira Ajisaka. (6 years ago) +* | c6e19db19725 - HDDS-420. putKey failing with KEY_ALLOCATION_ERROR. Contributed by Shashikant Banerjee. (6 years ago) +* | d7c0a08a1c07 - HADOOP-15426 Make S3guard client resilient to DDB throttle events and network failures (Contributed by Steve Loughran) (6 years ago) +* | d32a8d5d5827 - HADOOP-14734 add option to tag DDB table(s) created. (Contributed by Gabor Bota and Abe Fine) (6 years ago) +* | c18eb9780163 - HDDS-395. TestOzoneRestWithMiniCluster fails with "Unable to read ROCKDB config". Contributed by Dinesh Chitlangia. (6 years ago) +* | 8e9afbfb6666 - YARN-8768. Javadoc error in node attributes. Contributed by Sunil Govindan. (6 years ago) +* | 02b9bfdf9e4b - YARN-8658. [AMRMProxy] Metrics for AMRMClientRelayer inside FederationInterceptor. Contributed by Young Chen. (6 years ago) +* | 64c7a12b5775 - HDDS-436. Allow SCM chill mode to be disabled by configuration. Contributed by Ajay Kumar. (6 years ago) +* | 78bd3b1db9dc - HDFS-13846. Safe blocks counter is not decremented correctly if the block is striped (Contributed by Kitti Nanasi via Daniel Templeton) (6 years ago) +* | 1f6c4545cff5 - HADOOP-15750. Remove obsolete S3A test ITestS3ACredentialsInURL. Contributed by Steve Loughran (6 years ago) +* | 6e2129cf4edc - HDDS-428. OzoneManager lock optimization. Contributed by Nanda Kumar. (6 years ago) +* | 47b72c87ebdd - HADOOP-15635. s3guard set-capacity command to fail fast if bucket is unguarded. Contributed by Gabor Bota. (6 years ago) +* | 47299ce23fa0 - HDDS-433. ContainerStateMachine#readStateMachineData should properly build LogEntryProto. Contributed by Lokesh Jain. (6 years ago) +* | 5e64e62deeb4 - (weichiu/YARN-3409, pbacsko/YARN-3409, origin/YARN-3409, JackWangCS/YARN-3409, 9uapaw/YARN-3409) YARN-8740. Clear node attribute path after each test run. Contributed by Bibin A Chundatt. (6 years ago) +* | c44088ac190e - YARN-8739. Fix jenkins issues for Node Attributes branch. Contributed by Sunil Govindan. (6 years ago) +* | 1e7d6e55a59e - YARN-7865. Node attributes documentation. Contributed by Naganarasimha G R. (6 years ago) +* | 52194351e7df - YARN-8721. Relax NE node-attribute check when attribute doesn't exist on a node. Contributed by Sunil Govindan. (6 years ago) +* | 67ae81f0e0ac - YARN-7863. Modify placement constraints to support node attributes. Contributed by Sunil Govindan. (6 years ago) +* | 8c947398ab2d - YARN-8574. Allow dot in attribute values. Contributed by Bibin A Chundatt. (6 years ago) +* | eb08543c7a5d - YARN-8103. Add CLI interface to query node attributes. Contributed by Bibin A Chundatt. (6 years ago) +* | 76183428b765 - YARN-8351. Node attribute manager logs are flooding RM logs. Contributed by Weiwei Yang. (6 years ago) +* | 8cf6a9a2bde9 - YARN-7892. Revisit NodeAttribute class structure. Contributed by Naganarasimha G R. (6 years ago) +* | 5dc7d6e0f3f4 - YARN-8104. Add API to fetch node to attribute mapping. Contributed by Bibin A Chundatt. (6 years ago) +* | 0a01b1350d69 - YARN-8100. Support API interface to query cluster attributes and attribute to nodes. Contributed by Bibin A Chundatt. (6 years ago) +* | b9890d1f6604 - YARN-7875. Node Attribute store for storing and recovering attributes. Contributed by Bibin A Chundatt. (6 years ago) +* | a6590c1f1f7c - YARN-8117. Fix TestRMWebServicesNodes test failure. Contributed by Bibin A Chundatt. (6 years ago) +* | 901e85238da0 - YARN-8033. CLI Integration with NodeAttributesManagerImpl. Contributed by Naganarasimha G R. (6 years ago) +* | 89b3ebd11ea9 - YARN-8092. Expose Node Attributes info via RM nodes REST API. Contributed by Weiwei Yang. (6 years ago) +* | 440ff7f563df - YARN-8094. Support configuration based Node Attribute provider. Contributed by Weiwei Yang. (6 years ago) +* | 6f4bc49c6d15 - YARN-7988. Refactor FSNodeLabelStore code for Node Attributes store support. Contributed by Bibin A Chundatt. (6 years ago) +* | 3b3b6efe2103 - YARN-7871. Node attributes reporting from NM to RM. Contributed by Weiwei Yang. (6 years ago) +* | 86d024ef2a58 - YARN-7965. NodeAttributeManager add/get API is not working properly. Contributed by Weiwei Yang. (6 years ago) +* | ffcabd24c33f - YARN-7856. Validate Node Attributes from NM. Contributed by Weiwei Yang. (6 years ago) +* | 2f7712be09d5 - YARN-6858. Attribute Manager to store and provide node attributes in RM. Contributed by Naganarasimha G R. (6 years ago) +* | d312b5cf9fff - YARN-7757. Refactor NodeLabelsProvider to be more generic and reusable for node attributes providers. Contributed by Weiwei Yang. (6 years ago) +* | 4458b2772f48 - YARN-7840. Update PB for prefix support of node attributes. Contributed by Naganarasimha G R. (6 years ago) +* | d9d93e392508 - YARN-7842. PB changes to carry node-attributes in NM heartbeat. Contributed by Weiwei Yang. (6 years ago) +* | 2475fb0a1e21 - YARN-6856. [YARN-3409] Support CLI for Node Attributes Mapping. Contributed by Naganarasimha G R. (6 years ago) +* | 1f42ce907a49 - YARN-6855. [YARN-3409] CLI Proto Modifications to support Node Attributes. Contributed by Naganarasimha G R. (6 years ago) +* | 901156716990 - HDDS-425. Move unit test of the genconf tool to hadoop-ozone/tools module. Contributed by Dinesh Chitlangia. (6 years ago) +* | 76d0365190af - HADOOP-15584. Move httpcomponents versions in pom.xml. Contributed by Brandon Scheller. (6 years ago) +* | b2432d254c48 - HDFS-13902. Add JMX, conf and stacks menus to the datanode page. Contributed by fengchuang. (6 years ago) +* | 87f63b647933 - HADOOP-14833. Remove s3a user:secret authentication. Contributed by Steve Loughran (6 years ago) +* | 9c238ffc301c - HDDS-432. Replication of closed containers is not working. Contributed by Elek, Marton. (6 years ago) +* | a406f6f60ee0 - HDDS-424. Consolidate ozone oz parameters to use GNU convention. Contributed by Elek, Marton. (6 years ago) +* | 1d567c25d0c9 - HDDS-416. Remove currentPosition from ChunkInputStreamEntry. Contributed by Lokesh Jain. (6 years ago) +* | 598380ad5a1d - MAPREDUCE-7136. TestMRAppMetrics should shutdown DefaultMetricsSystem after completion. Contributed by Oleksandr Shevchenko (6 years ago) +* | 8ffbbf51c9a0 - HDDS-431. LeaseManager of CommandWatcher is not started. Contributed by Elek, Marton. (6 years ago) +* | 7b5886bf7845 - HDDS-222. Remove hdfs command line from ozone distribution. Contributed by Elek, Marton. (6 years ago) +* | 7ce997af97e1 - MAPREDUCE-7135. TestTaskAttemptContainerRequest should reset UserGroupInformation. Contributed by Oleksandr Shevchenko (6 years ago) +* | 4b8c2b1c1c9e - HADOOP-14671. Upgrade Apache Yetus to 0.8.0 (6 years ago) +* | 8e54da1511e7 - HDFS-13051. Fix dead lock during async editlog rolling if edit queue is full. Contributed by Daryn Sharp. (6 years ago) +* | 96892c469b16 - HDFS-13237. [Documentation] RBF: Mount points across multiple subclusters. Contributed Íñigo Goiri (6 years ago) +* | 987d8191ad40 - YARN-8709: CS preemption monitor always fails since one under-served queue was deleted. Contributed by Tao Yang. (6 years ago) +* | 317f317d4b9f - HDDS-421. Resilient DNS resolution in datanode-service. Contributed by Elek, Marton. (6 years ago) +* | 8fe4062bfc20 - HDDS-403. Fix createdOn and modifiedOn timestamp for volume, bucket, key. Contributed by Dinesh Chitlangia. (6 years ago) +* | 1eef0acfe572 - HADOOP-15677. WASB: Add support for StreamCapabilities. Contributed by Thomas Marquardt. (6 years ago) +* | 585a4f96d786 - HDDS-417. Ambiguous error message when using genconf tool. Contributed by Dinesh Chitlangia. (6 years ago) +* | 0da49642fc1e - HDFS-13884. Improve the description of the setting dfs.image.compress. Contributed by Ryan Wu. (6 years ago) +* | eef3bafae8bc - HDFS-13895. EC: Fix Intermittent Failure in TestDFSStripedOutputStreamWithFailureWithRandomECPolicy. Contributed by Ayush Saxena. (6 years ago) +* | 30eceec3420f - HDFS-13806. EC: No error message for unsetting EC policy of the directory inherits the erasure coding policy from an ancestor directory. Contributed by Ayush Saxena. (6 years ago) +* | de85f841dae2 - YARN-8698. [Submarine] Failed to reset Hadoop home environment when submitting a submarine job. (Zac Zhou via wangda) (6 years ago) +* | 8944407d938b - HDFS-13862. RBF: Router logs are not capturing few of the dfsrouteradmin commands. Contributed by Ayush Saxena (6 years ago) +* | d924ca2e1a82 - HDDS-410. ozone scmcli list is not working properly. Contributed by Hanisha Koneru. (6 years ago) +* | bf8a1750e99c - YARN-8706. Updated docker container stop logic to avoid double kill. Contributed by Chandni Singh (6 years ago) +* | 7d623343879c - YARN-8751. Reduce conditions that mark node manager as unhealthy. Contributed by Craig Condit (6 years ago) +* | 335a8139f5b9 - HDFS-13820. Add an ability to disable CacheReplicationMonitor. Contributed by Hrishikesh Gadre. (6 years ago) +* | 16333782c17d - HADOOP-15731. TestDistributedShell fails on Windows. Contributed by Botong Huang. (6 years ago) +* | ca3adf588cee - HDDS-398. Support multiple tests in freon. Contributed by Elek, Marton. (6 years ago) +* | 73fcbdd296fb - HDDS-190. Improve shell error message for unrecognized option. Contributed by Elek, Marton. (6 years ago) +* | 410dd3faa556 - HDFS-13744. OIV tool should better handle control characters present in file or directory names. Contributed by Zsolt Venczel. (6 years ago) +* | 3dc2988a3779 - YARN-8699. Add Yarnclient#yarnclusterMetrics API implementation in router. Contributed by Bibin A Chundatt. (6 years ago) +* | ab90248b30c2 - HDDS-400. Check global replication state for containers of dead node. Contributed by Elek, Marton. (6 years ago) +* | ff64d3571660 - HDDS-351. Add chill mode state to SCM. Contributed by Ajay Kumar. (6 years ago) +* | 36c7c782606c - HADOOP-15709 Move S3Guard LocalMetadataStore constants to org.apache.hadoop.fs.s3a.Constants (Contributed by Gabor Bota) (6 years ago) +* | 94ed5cffd735 - HDDS-214. Bump ozone/hdds version after the release branch cut (6 years ago) +* | be1ec005f1c7 - HDDS-408. Read (getKey) operation is very slow. Contributed by Nandakumar. (6 years ago) +* | 396ce7b884d0 - HDDS-397. Handle deletion for keys with no blocks. Contributed by Lokesh Jain. (6 years ago) +* | 527288ef891d - HDFS-13836. RBF: Handle mount table znode with null value. Contributed by yanghuafeng. (6 years ago) +* | c5bf43a8e8ae - HDDS-406. Enable acceptace test of the putKey for rpc protocol. Contributed by Elek, Marton. (6 years ago) +* | eca1a4bfe952 - HDFS-13695. Move logging to slf4j in HDFS package. Contributed by Ian Pickering. (6 years ago) +* | b3161c4dd936 - HDDS-297. Add pipeline actions in Ozone. Contributed by Mukul Kumar Singh and Shashikant Banerjee (6 years ago) +* | fa2945e7a9d9 - HDDS-405. User/volume mapping is not cleaned up during the deletion of the last volume. Contributed by Elek, Marton. (6 years ago) +* | eb0b5a844f96 - MAPREDUCE-7131. Job History Server has race condition where it moves files from intermediate to finished but thinks file is in intermediate. Contributed by Anthony Hsu (6 years ago) +* | b6c543fe4589 - HDDS-404. Implement toString() in OmKeyLocationInfo. Contributed by Dinesh Chitlangia. (6 years ago) +* | 962089ab5978 - HADOOP-15657 Registering MutableQuantiles via Metric annotation. Contributed by Sushil Ks (6 years ago) +* | 8286bf2d1fe7 - HDDS-303. Removing logic to identify containers to be closed from SCM. Contributed by Nanda kumar. (6 years ago) +* | 9af96d4ed4b6 - HADOOP-15707. Add IsActiveServlet to be used for Load Balancers. Contributed by Lukas Majercak. (6 years ago) +* | e780556ae922 - HADOOP-15696. KMS performance regression due to too many open file descriptors after Jetty migration. Contributed by Wei-Chiu Chuang. (6 years ago) +* | 9315db5f5da0 - HDFS-13815. RBF: Add check to order command. Contributed by Ranith Sardar. (6 years ago) +* | df0d61e3a07a - HDDS-358. Use DBStore and TableStore for DeleteKeyService. Contributed by Anu Engineer (6 years ago) +* | dffb7bfe6cd2 - YARN-8638. Allow linux container runtimes to be pluggable. Contributed by Craig Condit (6 years ago) +* | 045270a679ff - HDDS-333. Create an Ozone Logo. Contributed by Priyanka Nagwekar. (6 years ago) +* | c7403a448d42 - HDDS-315. ozoneShell infoKey does not work for directories created as key and throws 'KEY_NOT_FOUND' error. Contributed by Dinesh Chitlangia. (6 years ago) +* | 85c3fe341a77 - HDDS-268. Add SCM close container watcher. Contributed by Ajay Kumar. (6 years ago) +* | 6ccb809c2d38 - HDFS-13812. Fix the inconsistent default refresh interval on Caching documentation. Contributed by Hrishikesh Gadre. (6 years ago) +* | 6883fe860f48 - HDDS-383. Ozone Client should discard preallocated blocks from closed containers. Contributed by Shashikant Banerjee (6 years ago) +* | 6e4c73147185 - HDDS-396. Remove openContainers.db from SCM. Contributed by Dinesh Chitlangia. (6 years ago) +* | 9964e33e8df1 - HDDS-369. Remove the containers of a dead node from the container state map. Contributed by Elek, Marton (6 years ago) +* | 54f204459520 - HDFS-13857. RBF: Choose to enable the default nameservice to read/write files. Contributed by yanghuafeng. (6 years ago) +* | 6bbd2490111e - HDDS-98. Adding Ozone Manager Audit Log. Contributed by Dinesh Chitlangia. (6 years ago) +* | b9932162e9eb - HDDS-75. Support for CopyContainer. Contributed by Elek, Marton. (6 years ago) +* | 9e96ac666d78 - HADOOP-10219. ipc.Client.setupIOstreams() needs to check for ClientCache.stopClient requested shutdowns. Contributed by Kihwal Lee and Lukas Majercak. (6 years ago) +* | 6e5ffb74dd67 - HDFS-13885. Add debug logs in dfsclient around decrypting EDEK. Contributed by Kitti Nanasi. (6 years ago) +* | 567b5558d5fc - HDDS-343. Containers are stuck in closing state in scm. Contributed by Elek, Marton. (6 years ago) +* | 211034a6c22d - HDDS-336. Print out container location information for a specific ozone key . Contributed by LiXin Ge. (6 years ago) +* | 3801436e4982 - HDFS-13774. EC: 'hdfs ec -getPolicy' is not retrieving policy details when the special REPLICATION policy set on the directory. Contributed by Ayush Saxena. (6 years ago) +* | 780df9034f26 - HDFS-13867. RBF: Add validation for max arguments for Router admin ls, clrQuota, setQuota, rm and nameservice commands. Contributed by Ayush Saxena. (6 years ago) +* | 873ef8ae8132 - HDDS-263. Add retries in Ozone Client to handle BlockNotCommitted Exception. Contributed by Shashikant Banerjee. (6 years ago) +* | ff036e49ff96 - HDDS-357. Use DBStore and TableStore for OzoneManager non-background service. Contributed by Nandakumar. (6 years ago) +* | eed8415dc18f - YARN-8535. Fix DistributedShell unit tests. Contributed by Abhishek Modi. (6 years ago) +* | 6edf3d2ea3de - Revert "HDDS-98. Adding Ozone Manager Audit Log." (6 years ago) +* | 19abaacdad84 - HDDS-392. Incomplete description about auditMap#key in AuditLogging Framework. Contributed by Dinesh Chitlangia. (6 years ago) +* | 76bae4ccb1d9 - HDDS-379. Simplify and improve the cli arg parsing of ozone scmcli. Contributed by Elek, Marton. (6 years ago) +* | 50d2e3ec41c7 - HDDS-388. Fix the name of the db profile configuration key. Contributed by Elek, Marton. (6 years ago) +* | 630b64ec7e96 - HDDS-98. Adding Ozone Manager Audit Log. Contributed by Dinesh Chitlangia. (6 years ago) +* | 8aa6c4f079fd - (CDH-68747) Revert "HDFS-13838. WebHdfsFileSystem.getFileStatus() won't return correct "snapshot enabled" status. Contributed by Siyao Meng." (6 years ago) +* | c36d69a7b309 - HDFS-13027. Handle possible NPEs due to deleted blocks in race condition. Contributed by Vinayakumar B. (6 years ago) +* | f2c2a68ec208 - HADOOP-15706. Typo in compatibility doc: SHOUD -> SHOULD (Contributed by Laszlo Kollar via Daniel Templeton) (6 years ago) +* | 5a0babf76550 - HADOOP-15107. Stabilize/tune S3A committers; review correctness & docs. Contributed by Steve Loughran. (6 years ago) +* | e8d138ca7c1b - HADOOP-15680. ITestNativeAzureFileSystemConcurrencyLive times out. Contributed by Andras Bokor. (6 years ago) +* | 2e6c1109dcde - HADOOP-15667. FileSystemMultipartUploader should verify that UploadHandle has non-0 length. Contributed by Ewan Higgs (6 years ago) +* | 781437c219dc - HADOOP-15698. KMS log4j is not initialized properly at startup. Contributed by Kitti Nanasi. (6 years ago) +* | 582cb10ec74e - HDFS-13863. FsDatasetImpl should log DiskOutOfSpaceException. Contributed by Fei Hui. (6 years ago) +* | d53a10b0a552 - HADOOP-15705. Typo in the definition of "stable" in the interface classification (6 years ago) +* | 692736f7cfb7 - HDDS-280. Support ozone dist-start-stitching on openbsd/osx. Contributed by Elek, Marton. (6 years ago) +* | 73625168c0f2 - YARN-8642. Add support for tmpfs mounts with the Docker runtime. Contributed by Craig Condit (6 years ago) +* | a0ebb6b39f29 - HDFS-13634. RBF: Configurable value in xml for async connection request queue size. Contributed by CR Hota. (6 years ago) +* | 0bd4217194ae - HDDS-380. Remove synchronization from ChunkGroupOutputStream and ChunkOutputStream. Contributed by Shashikant Banerjee. (6 years ago) +* | 3fa463942141 - YARN-8723. Fix a typo in CS init error message when resource calculator is not correctly set. Contributed by Abhishek Modi. (6 years ago) +* | 64ad0298d441 - HDFS-13854. RBF: The ProcessingAvgTime and ProxyAvgTime should display by JMX with ms unit. Contributed by yanghuafeng. (6 years ago) +* | 2651e2c43d08 - HDDS-365. Implement flushStateMachineData for containerStateMachine. Contributed by Shashikant Banerjee. (6 years ago) +* | 7ed458b255e4 - YARN-8697. LocalityMulticastAMRMProxyPolicy should fallback to random sub-cluster when cannot resolve resource. Contributed by Botong Huang. (6 years ago) +* | 3e18b957ebdf - HDFS-13731. ReencryptionUpdater fails with ConcurrentModificationException during processCheckpoints. Contributed by Zsolt Venczel. (6 years ago) +* | c5629d546d64 - HDDS-382. Remove RatisTestHelper#RatisTestSuite constructor argument and fix checkstyle in ContainerTestHelper, GenericTestUtils Contributed by Nandakumar. (6 years ago) +* | 33f42efc9474 - HDFS-13837. Enable debug log for LeaseRenewer in TestDistributedFileSystem. Contributed by Shweta. (6 years ago) +* | ac515d22d844 - HDDS-376. Create custom message structure for use in AuditLogging Contributed by Dinesh Chitlangia. (6 years ago) +* | cb9d371ae2cd - HDFS-13861. RBF: Illegal Router Admin command leads to printing usage for all commands. Contributed by Ayush Saxena. (6 years ago) +* | fd089caf69cf - YARN-8488. Added SUCCEEDED/FAILED states to YARN service. Contributed by Suma Shivaprasad (6 years ago) +* | c61824a18940 - HDDS-359. RocksDB Profiles support. Contributed by Anu Engineer. (6 years ago) +* | df21e1b1ddcc - HDDS-332. Remove the ability to configure ozone.handler.type Contributed by Nandakumar and Anu Engineer. (6 years ago) +* | 2172399c55b4 - HDDS-381. Fix TestKeys#testPutAndGetKeyWithDnRestart. Contributed by Mukul Kumar Singh. (6 years ago) +* | 75691ad60047 - HDFS-13858. RBF: Add check to have single valid argument to safemode command. Contributed by Ayush Saxena. (6 years ago) +* | 3974427f6729 - HDDS-247. Handle CLOSED_CONTAINER_IO exception in ozoneClient. Contributed by Shashikant Banerjee. (6 years ago) +* | 26c2a97c5669 - HDFS-13838. WebHdfsFileSystem.getFileStatus() won't return correct "snapshot enabled" status. Contributed by Siyao Meng. (6 years ago) +* | 602d13844a8d - HADOOP-15699. Fix some of testContainerManager failures in Windows. Contributed by Botong Huang. (6 years ago) +* | 05b2bbeb357d - YARN-8675. Remove default hostname for docker containers when net=host. Contributed by Suma Shivaprasad (6 years ago) +* | c9b63956d975 - HDSS-375. ContainerReportHandler should not send replication events for open containers. Contributed by Ajay Kumar. (6 years ago) +* | f1525825623a - YARN-8705. Refactor the UAM heartbeat thread in preparation for YARN-8696. Contributed by Botong Huang. (6 years ago) +* | 7b1fa5693efc - HDFS-13849. Migrate logging to slf4j in hadoop-hdfs-httpfs, hadoop-hdfs-nfs, hadoop-hdfs-rbf, hadoop-hdfs-native-client. Contributed by Ian Pickering. (6 years ago) +* | e8b063f63049 - YARN-8719. Typo correction for yarn configuration in OpportunisticContainers(federation) docs. Contributed by Y. SREENIVASULU REDDY. (6 years ago) +* | f9c6fd947114 - HADOOP-15633. fs.TrashPolicyDefault: Can't create trash directory. Contributed by Fei Hui. (6 years ago) +* | 6eecd251d8cf - HDDS-377. Make the ScmClient closable and stop the started threads. Contributed by Elek Marton. (6 years ago) +* | 84973d104917 - MAPREDUCE-6861. Add metrics tags for ShuffleClientMetrics. (Contributed by Zoltan Siegl) (6 years ago) +* | a813fd02158c - HDDS-227. Use Grpc as the default transport protocol for Standalone pipeline. Contributed by chencan. (6 years ago) +* | 744ce200d20a - HDDS-313. Add metrics to containerState Machine. Contributed by chencan. (6 years ago) +* | 12b2f362cc9a - HDDS-374. Support to configure container size in units lesser than GB. Contributed by Nanda kumar. (6 years ago) +* | 91836f0f81a6 - HDDS-334. Update GettingStarted page to mention details about Ozone GenConf tool. Contributed by Dinesh Chitlangia. (6 years ago) +* | b9b964d25335 - HDFS-13831. Make block increment deletion number configurable. Contributed by Ryan Wu. (6 years ago) +* | a4121c71c29d - HDFS-13848. Refactor NameNode failover proxy providers. Contributed by Konstantin Shvachko. (6 years ago) +* | a5eba25506a4 - HDDS-364. Update open container replica information in SCM during DN register. Contributed by Ajay Kumar. (6 years ago) +* | 8563fd67befe - YARN-8632. Threads in SLS quit without logging exception. Contributed by Xianghao Lu. (6 years ago) +* | 138b0c1443ae - HDDS-363. Faster datanode registration during the first startup. Contributed by Elek, Marton. (6 years ago) +* | 55b693105907 - HDDS-317. Use new StorageSize API for reading ozone.scm.container.size.gb. Contributed by Junjie Chen. (6 years ago) +* | 96c4575d7373 - HDFS-13805. Journal Nodes should allow to format non-empty directories with -force option. Contributed by Surendra Singh Lilhore. (6 years ago) +* | ca29fb754e8a - HDDS-328. Support export and import of the KeyValueContainer. Contributed by Elek Marton. (6 years ago) +* | 585ebd873a55 - YARN-8649. NPE in localizer hearbeat processing if a container is killed while localizing. Contributed by lujie (6 years ago) +* | bed8cb6979e0 - HADOOP-14314. The OpenSolaris taxonomy link is dead in InterfaceClassification.md. Contributed by Rui Gao. (6 years ago) +* | 1ac01444a24f - YARN-8015. Support all types of placement constraint support for Capacity Scheduler. Contributed by Weiwei Yang. (6 years ago) +* | b021249ac84a - HDDS-356. Support ColumnFamily based RockDBStore and TableStore. Contributed by Anu Engineer. (6 years ago) +* | af4b705b5f73 - HDDS-342. Add example byteman script to print out hadoop rpc traffic. Contributed by Elek, Marton. (6 years ago) +* | 4c25f37c6cc4 - HDDS-350. ContainerMapping#flushContainerInfo doesn't set containerId. Contributed by Ajay Kumar. (6 years ago) +* | 5aa15cfaffbf - HDDS-265. Move numPendingDeletionBlocks and deleteTransactionId from ContainerData to KeyValueContainerData. Contributed by LiXin Ge. (6 years ago) +* | 81847392badc - HDFS-13821. RBF: Add dfs.federation.router.mount-table.cache.enable so that users can disable cache. Contributed by Fei Hui. (6 years ago) +* | e557c6bd8de2 - YARN-8298. Added express upgrade for YARN service. Contributed by Chandni Singh (6 years ago) +* | 9c3fc3ef2865 - YARN-7494. Add muti-node lookup mechanism and pluggable nodes sorting policies to optimize placement decision. Contributed by Sunil Govindan. (6 years ago) +* | 54d0bf8935e3 - YARN-8683. Support to display pending scheduling requests in RM app attempt page. Contributed by Tao Yang. (6 years ago) +* | d3fef7a5c5b8 - YARN-8129. Improve error message for invalid value in fields attribute. Contributed by Abhishek Modi. (6 years ago) +* | 770d9d9bb686 - HDFS-13772. Erasure coding: Unnecessary NameNode Logs displaying for Enabling/Disabling Erasure coding policies which are already enabled/disabled. Contributed by Ayush Saxena (6 years ago) +* | 34577d2c2109 - HADOOP-15679. ShutdownHookManager shutdown time needs to be configurable & extended. Contributed by Steve Loughran. (6 years ago) +* | e0f6ffdbad6f - YARN-8581. [AMRMProxy] Add sub-cluster timeout in LocalityMulticastAMRMProxyPolicy. Contributed by Botong Huang. (6 years ago) +* | 8736fc39ac3b - YARN-8673. [AMRMProxy] More robust responseId resync after an YarnRM master slave switch. Contributed by Botong Huang. (6 years ago) +* | 65e7469712be - YARN-8242. YARN NM: OOM error while reading back the state store on recovery. Contributed by Pradeep Ambati and Kanwaljeet Sachdev (6 years ago) +* | 01ff81781487 - HDFS-13750. RBF: Router ID in RouterRpcClient is always null. Contributed by Takanobu Asanuma. (6 years ago) +* | e3d73bbc24ee - HDDS-353. Multiple delete Blocks tests are failing consistently. Contributed by Lokesh Jain. (6 years ago) +* | 6425ed27ea63 - HDFS-13790. RBF: Move ClientProtocol APIs to its own module. Contributed by Chao Sun. (6 years ago) +* | 4aacbfff6052 - YARN-8679. [ATSv2] If HBase cluster is down for long time, high chances that NM ContainerManager dispatcher get blocked. Contributed by Wangda Tan. (6 years ago) +* | 79c97f6a0beb - HADOOP-14624. Add GenericTestUtils.DelayAnswer that accept slf4j logger API. Contributed by Ian Pickering and Wenxin He. (6 years ago) +* | ab37423ad8de - HDDS-355. Disable OpenKeyDeleteService and DeleteKeysService. Contributed by Anu Engineer. (6 years ago) +* | 60ffec9f7921 - HADOOP-9214. Create a new touch command to allow modifying atime and mtime. Contributed by Hrishikesh Gadre. (6 years ago) +* | a17eed1b870e - HDFS-13822. speedup libhdfs++ build (enable parallel build). Contributed by Allen Wittenauer and Pradeep Ambati (6 years ago) +* | d7232857d8d1 - HADOOP-14154 Persist isAuthoritative bit in DynamoDBMetaStore (Contributed by Gabor Bota) (6 years ago) +* | 8d7c93186e30 - HADOOP-15674. Test failure TestSSLHttpServer.testExcludedCiphers with TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 cipher suite. Contributed by Szilard Nemeth. (6 years ago) +* | fb5b3dce6192 - Revert "HDFS-13790. RBF: Move ClientProtocol APIs to its own module. Contributed by Chao Sun." (6 years ago) +* | 9dd5d5ba7132 - HDDS-218. add existing docker-compose files to the ozone release artifact. Contributed by Elek Marton. (6 years ago) +* | fa121eb66bc4 - HDFS-13790. RBF: Move ClientProtocol APIs to its own module. Contributed by Chao Sun. (6 years ago) +* | 77b015000a48 - HADOOP-8807. Update README and website to reflect HADOOP-8662. Contributed by Andras Bokor. (6 years ago) +* | c67b0650ea10 - HDFS-13747. Statistic for list_located_status is incremented incorrectly by listStatusIterator. Contributed by Antal Mihalyi. (6 years ago) +* | 1697a0230696 - YARN-8612. Fix NM Collector Service Port issue in YarnConfiguration. Contributed by Prabha Manepalli. (6 years ago) +* | edeb2a356ad6 - HADOOP-15655. Enhance KMS client retry behavior. Contributed by Kitti Nanasi. (6 years ago) +* | 2d13e410d8a8 - HDDS-119. Skip Apache license header check for some ozone doc scripts. Contributed by Ajay Kumar. (6 years ago) +* | 1290e3c64709 - HDFS-10240. Race between close/recoverLease leads to missing block. Contributed by Jinglun, zhouyingchao and Wei-Chiu Chuang. (6 years ago) +* | d42806160eb9 - YARN-8667. Cleanup symlinks when container restarted by NM. Contributed by Chandni Singh (6 years ago) +* | 8512e1a91be3 - HDFS-13746. Still occasional "Should be different group" failure in TestRefreshUserMappings#testGroupMappingRefresh (Contributed by Siyao Meng via Daniel Templeton) (6 years ago) +* | 5ef29087ad27 - HDDS-179. CloseContainer/PutKey command should be syncronized with write operations. Contributed by Shashikant Banerjee. (6 years ago) +* | 0e832e7a74ea - HADOOP-15642. Update aws-sdk version to 1.11.375. Contributed by Steve Loughran. (6 years ago) +* | 8990eaf5925a - YARN-8474. Fixed ApiServiceClient kerberos negotiation. Contributed by Billie Rinaldi (6 years ago) +* | cb21eaa026d8 - YARN-8656. container-executor should not write cgroup tasks files for docker containers. Contributed by Jim Brennan (6 years ago) +* | 6df606f1b4ed - HDFS-13829. Remove redundant condition judgement in DirectoryScanner#scan. Contributed by liaoyuxiangqin. (6 years ago) +* | 7dc79a8b5b7a - HDFS-13732. ECAdmin should print the policy name when an EC policy is set. Contributed by Zsolt Venczel. (6 years ago) +* | d951af22b42a - HADOOP-15552. Addendum patch to fix the build break in Ozone File system. Contributed by Anu Engineer. (6 years ago) +* | c918d88a9b53 - Revert "HDDS-119:Skip Apache license header check for some ozone doc scripts. Contributed by Ajay Kumar" (6 years ago) +* | ef02f9b23311 - HDFS-13217. Audit log all EC policy names during addErasureCodingPolicies. Contributed by liaoyuxiangqin. (6 years ago) +* | 3e3963b03591 - HADOOP-15552. Move logging APIs over to slf4j in hadoop-tools - Part2. Contributed by Ian Pickering. (6 years ago) +* | f2315f2e9c31 - HDDS-347. TestCloseContainerByPipeline#testCloseContainerViaStandaAlone sometimes fails. Contributed by Lixin Ge. (6 years ago) +* | 8dc07b472353 - YARN-8614. Fix few annotation typos in YarnConfiguration. Contributed by Sen Zhao. (6 years ago) +* | bdd0e01ed9d8 - HADOOP-14212. Addendum patch: Expose SecurityEnabled boolean field in JMX for other services besides NameNode. Contributed by Adam Antal. (6 years ago) +* | 4a5006b1d08c - HDFS-13819. TestDirectoryScanner#testDirectoryScannerInFederatedCluster is flaky (6 years ago) +* | 363bd16e3144 - HADOOP-14212. Expose SecurityEnabled boolean field in JMX for other services besides NameNode. Contributed by Adam Antal. (6 years ago) +* | 75fc51588de3 - HDDS-298. Implement SCMClientProtocolServer.getContainerWithPipeline for closed containers. Contributed by Ajay Kumar. (6 years ago) +* | cede33997f7a - HDFS-13788. Update EC documentation about rack fault tolerance. Contributed by Kitti Nanasi. (6 years ago) +* | 7e822ec246fa - HDDS-324. Addendum: remove the q letter which is accidentally added to the hadoop-functions.sh. (6 years ago) +* | 61a9b4f58b63 - HDFS-13758. DatanodeManager should throw exception if it has BlockRecoveryCommand but the block is not under construction. Contributed by chencan. (6 years ago) +* | 4cba0741d58e - YARN-8160. Support upgrade of service that use docker containers. Contributed by Chandni Singh (6 years ago) +* | d1d129aa9dee - YARN-8640. Restore previous state in container-executor after failure. Contributed by Jim Brennan (6 years ago) +* | d1830d8b8e03 - HDDS-345. Upgrade RocksDB version from 5.8.0 to 5.14.2. Contributed by Nanda kumar. (6 years ago) +* | 4023eeba05ae - HDFS-13738. fsck -list-corruptfileblocks has infinite loop if user is not privileged. Contributed by Yuen-Kuei Hsueh. (6 years ago) +* | 23854443efa6 - HDFS-13813. Exit NameNode if dangling child inode is detected when saving FsImage. Contributed by Siyao Meng. (6 years ago) +* | 74411ce0ce73 - YARN-7417. Remove duplicated code from IndexedFileAggregatedLogsBlock and TFileAggregatedLogsBlock. Contributed by Zian Chen (6 years ago) +* | b4031a8f1b2c - HDDS-324. Use pipeline name as Ratis groupID to allow datanode to report pipeline info. Contributed by Mukul Kumar Singh. (6 years ago) +* | f760a544a74d - HDFS-13823. NameNode UI : "Utilities -> Browse the file system -> open a file -> Head the file" is not working. Contributed by Nanda kumar. (6 years ago) +* | b94c8874e2a6 - HADOOP-15638. KMS Accept Queue Size default changed from 500 to 128 in Hadoop 3.x. Contributed by Wei-Chiu Chuang. (6 years ago) +* | 11daa010d218 - HDDS-346. ozoneShell show the new volume info after updateVolume command like updateBucket command. Contributed by chencan. (6 years ago) +* | a13929ddcb3b - HADOOP-15645. ITestS3GuardToolLocal.testDiffCommand fails if bucket has per-bucket binding to DDB. Contributed by Steve Loughran. (6 years ago) +* | 475bff6e8ea2 - HDFS-13668. FSPermissionChecker may throws AIOOE when check inode permission. Contributed by He Xiaoqiao. (6 years ago) +* | cadbc8b57f94 - YARN-8561. [Submarine] Initial implementation: Training job submission and job history retrieval. Contributed by Wangda Tan. (6 years ago) +* | a8dae0047cc3 - HDDS-308. SCM should identify a container with pending deletes using container reports. Contributed by Lokesh Jain. (6 years ago) +* | 3ac07b720b78 - (weichiu/HDFS-10285, pbacsko/HDFS-10285, origin/HDFS-10285, JackWangCS/HDFS-10285, 9uapaw/HDFS-10285) HDFS-13808: [SPS]: Remove unwanted FSNamesystem #isFileOpenedForWrite() and #getFileInfo() function. Contributed by Rakesh R. (6 years ago) +* | 39ed3a66dbb0 - HDFS-13076: [SPS]: Cleanup work for HDFS-10285 merge. Contributed by Rakesh R. (6 years ago) +* | dfcb331ba351 - HDFS-13076: [SPS]: Addendum. Resolve conflicts after rebasing branch to trunk. Contributed by Rakesh R. (6 years ago) +* | db3f227d8aee - HDFS-13076: [SPS]: Resolve conflicts after rebasing HDFS-10285 branch to trunk. Contributed by Rakesh R. (6 years ago) +* | 66e8f9b31529 - HDFS-13381 : [SPS]: Use DFSUtilClient#makePathFromFileId() to prepare satisfier file path. Contributed by Rakesh R. (6 years ago) +* | 2acc50b826fa - HDFS-13165: [SPS]: Collects successfully moved block details via IBR. Contributed by Rakesh R. (6 years ago) +* | 75ccc1396b67 - HDFS-13166: [SPS]: Implement caching mechanism to keep LIVE datanodes to minimize costly getLiveDatanodeStorageReport() calls. Contributed by Rakesh R. (6 years ago) +* | 8467ec24fb74 - HDFS-13110: [SPS]: Reduce the number of APIs in NamenodeProtocol used by external satisfier. Contributed by Rakesh R. (6 years ago) +* | 4402f3f85575 - HDFS-13097: [SPS]: Fix the branch review comments(Part1). Contributed by Surendra Singh. (6 years ago) +* | d3de4fb2a084 - HDFS-13077. [SPS]: Fix review comments of external storage policy satisfier. Contributed by Rakesh R. (6 years ago) +* | 5845c36c16c4 - HDFS-13050: [SPS]: Create start/stop script to start external SPS process. Contributed by Surendra Singh Lilhore. (6 years ago) +* | 99594b48b8e0 - HDFS-13075. [SPS]: Provide External Context implementation. Contributed by Uma Maheswara Rao G. (6 years ago) +* | 3b83110d5ed5 - HDFS-13057: [SPS]: Revisit configurations to make SPS service modes internal/external/none. Contributed by Rakesh R. (6 years ago) +* | b0cb8d9bb44c - HDFS-13033: [SPS]: Implement a mechanism to do file block movements for external SPS. Contributed by Rakesh R. (6 years ago) +* | 3159b39cf8ef - HDFS-13025. [SPS]: Implement a mechanism to scan the files for external SPS. Contributed by Uma Maheswara Rao G. (6 years ago) +* | 8d4f74e7339a - HDFS-12911. [SPS]: Modularize the SPS code and expose necessary interfaces for external/internal implementations. Contributed by Uma Maheswara Rao G (6 years ago) +* | 05d4daf6ba3e - HDFS-12982 : [SPS]: Reduce the locking and cleanup the Namesystem access. Contributed by Rakesh R. (6 years ago) +* | 78420719eb1f - HDFS-12955: [SPS]: Move SPS classes to a separate package. Contributed by Rakesh R. (6 years ago) +* | c561cb316e36 - HDFS-12106: [SPS]: Improve storage policy satisfier configurations. Contributed by Surendra Singh Lilhore. (6 years ago) +* | 9b83f94f35eb - HDFS-12790: [SPS]: Rebasing HDFS-10285 branch after HDFS-10467, HDFS-12599 and HDFS-11968 commits. Contributed by Rakesh R. (6 years ago) +* | 68017e3349e3 - HDFS-12310: [SPS]: Provide an option to track the status of in progress requests. Contributed by Surendra Singh Lilhore. (6 years ago) +* | 5780f0624de2 - HDFS-12556: [SPS] : Block movement analysis should be done in read lock. (6 years ago) +* | 00eceed233d6 - HDFS-12570: [SPS]: Refactor Co-ordinator datanode logic to track the block storage movements. Contributed by Rakesh R. (6 years ago) +* | bfd3f8bd8a9a - HDFS-12291: [SPS]: Provide a mechanism to recursively iterate and satisfy storage policy of all the files under the given dir. Contributed by Surendra Singh Lilhore. (6 years ago) +* | 7ea24fc06c08 - HDFS-12225: [SPS]: Optimize extended attributes for tracking SPS movements. Contributed by Surendra Singh Lilhore. (6 years ago) +* | 0e820f16af30 - HDFS-12214: [SPS]: Fix review comments of StoragePolicySatisfier feature. Contributed by Rakesh R. (6 years ago) +* | 3b601f2c0e16 - HDFS-12152: [SPS]: Re-arrange StoragePolicySatisfyWorker stopping sequence to improve thread cleanup time. Contributed by Rakesh R. (6 years ago) +* | 4bcf61c69690 - HDFS-12141: [SPS]: Fix checkstyle warnings. Contributed by Rakesh R. (6 years ago) +* | 9e82e5a86ea6 - HDFS-12146. [SPS]: Fix TestStoragePolicySatisfierWithStripedFile#testSPSWhenFileHasLowRedundancyBlocks. Contributed by Surendra Singh Lilhore. (6 years ago) +* | 68af4e199a75 - HDFS-11874. [SPS]: Document the SPS feature. Contributed by Uma Maheswara Rao G (6 years ago) +* | 5eb24ef7e7b8 - HDFS-11264: [SPS]: Double checks to ensure that SPS/Mover are not running together. Contributed by Rakesh R. (6 years ago) +* | 0b360b16ab87 - HDFS-11965: [SPS]: Should give chance to satisfy the low redundant blocks before removing the xattr. Contributed by Surendra Singh Lilhore. (6 years ago) +* | 00cf207192ec - HDFS-11670: [SPS]: Add CLI command for satisfy storage policy operations. Contributed by Surendra Singh Lilhore. (6 years ago) +* | 46f7523eb883 - HDFS-11966. [SPS] Correct the log in BlockStorageMovementAttemptedItems#blockStorageMovementResultCheck. Contributed by Surendra Singh Lilhore. (6 years ago) +* | 20f9c623360d - HDFS-11726. [SPS]: StoragePolicySatisfier should not select same storage type as source and destination in same datanode. Surendra Singh Lilhore. (6 years ago) +* | d638a7dc0363 - HDFS-11762. [SPS]: Empty files should be ignored in StoragePolicySatisfier. Surendra Singh Lilhore. (6 years ago) +* | e53f89ccc361 - HDFS-11883: [SPS] : Handle NPE in BlockStorageMovementTracker when dropSPSWork() called. Contributed by Surendra Singh Lilhore. (6 years ago) +* | 5ce332dc9a07 - HDFS-11695: [SPS]: Namenode failed to start while loading SPS xAttrs from the edits log. Contributed by Surendra Singh Lilhore. (6 years ago) +* | 6fe6c549e822 - HDFS-11572. [SPS]: SPS should clean Xattrs when no blocks required to satisfy for a file. Contributed by Uma Maheswara Rao G (6 years ago) +* | 695a402fcad2 - HDFS-11334: [SPS]: NN switch and rescheduling movements can lead to have more than one coordinator for same file blocks. Contributed by Rakesh R. (6 years ago) +* | 11a08a7e8f72 - HDFS-11338: [SPS]: Fix timeout issue in unit tests caused by longger NN down time. Contributed by Wei Zhou and Rakesh R (6 years ago) +* | c00be444634b - HDFS-11336: [SPS]: Remove xAttrs when movements done or SPS disabled. Contributed by Yuanbo Liu. (6 years ago) +* | 9b15f5418dbb - HDFS-11239: [SPS]: Check Mover file ID lease also to determine whether Mover is running. Contributed by Wei Zhou (6 years ago) +* | e34331c31d68 - HDFS-11243. [SPS]: Add a protocol command from NN to DN for dropping the SPS work and queues. Contributed by Uma Maheswara Rao G (6 years ago) +* | f8fc96a66ea3 - HDFS-11309. [SPS]: chooseTargetTypeInSameNode should pass accurate block size to chooseStorage4Block while choosing target. Contributed by Uma Maheswara Rao G (6 years ago) +* | 681d2804c95e - HDFS-11186. [SPS]: Daemon thread of SPS should start only in Active NN. Contributed by Wei Zhou (6 years ago) +* | 6215e35bb633 - HDFS-11150: [SPS]: Provide persistence when satisfying storage policy. Contributed by Yuanbo Liu (6 years ago) +* | df2b551e79c9 - HDFS-11293: [SPS]: Local DN should be given preference as source node, when target available in same node. Contributed by Yuanbo Liu and Uma Maheswara Rao G (6 years ago) +* | 422f870607ef - HDFS-11289. [SPS]: Make SPS movement monitor timeouts configurable. Contributed by Uma Maheswara Rao G (6 years ago) +* | 81ed364b6321 - HDFS-11193 : [SPS]: Erasure coded files should be considered for satisfying storage policy. Contributed by Rakesh R (6 years ago) +* | b7bed9f00a25 - HDFS-11248: [SPS]: Handle partial block location movements. Contributed by Rakesh R (6 years ago) +* | d81611fe55f0 - HDFS-11032: [SPS]: Handling of block movement failure at the coordinator datanode. Contributed by Rakesh R (6 years ago) +* | 5179d99b7e1f - HDFS-11123. [SPS] Make storage policy satisfier daemon work on/off dynamically. Contributed by Uma Maheswara Rao G (6 years ago) +* | cd5262aba00a - HDFS-10885. [SPS]: Mover tool should not be allowed to run when Storage Policy Satisfier is on. Contributed by Wei Zhou (6 years ago) +* | b07291e176c4 - HDFS-11151. [SPS]: StoragePolicySatisfier should gracefully handle when there is no target node with the required storage type. Contributed by Rakesh R (6 years ago) +* | b67ae6d9d741 - HDFS-10802. [SPS]: Add satisfyStoragePolicy API in HdfsAdmin. Contributed by Yuanbo Liu (6 years ago) +* | 19b5aee3e42c - HDFS-11068: [SPS]: Provide unique trackID to track the block movement sends to coordinator. Contributed by Rakesh R (6 years ago) +* | 047526b4c279 - HDFS-11029. [SPS]:Provide retry mechanism for the blocks which were failed while moving its storage at DNs. Contributed by Uma Maheswara Rao G (6 years ago) +* | 0f2d1ddc2c41 - HDFS-10954. [SPS]: Provide mechanism to send blocks movement result back to NN from coordinator DN. Contributed by Rakesh R (6 years ago) +* | 24add8c2f89b - HDFS-10884: [SPS]: Add block movement tracker to track the completion of block movement future tasks at DN. Contributed by Rakesh R (6 years ago) +* | e2a15d18bbbb - HDFS-10801. [SPS]: Protocol buffer changes for sending storage movement commands from NN to DN. Contributed by Rakesh R (6 years ago) +* | 1438da494424 - HDFS-10800: [SPS]: Daemon thread in Namenode to find blocks placed in other storage than what the policy specifies. Contributed by Uma Maheswara Rao G (6 years ago) +* | 56928873951c - HDFS-10794. [SPS]: Provide storage policy satisfy worker at DN for co-ordinating the block storage movement work. Contributed by Rakesh R (6 years ago) +* | a2a8c486998b - Remove super user privilege requirement for NameNode.getServiceStatus. Contributed by Chao Sun. (6 years ago) +* | e7951c69cbc8 - YARN-8520. Document best practice for user management. Contributed by Eric Yang (6 years ago) +* | a28624d2a42b - HDDS-327. CloseContainer command handler should not throw exception if the container is already closed. Contributed by Shashikant Banerjee. (6 years ago) +* | 398d89554398 - HDDS-339. Add block length and blockId in PutKeyResponse. Contributed by Shashikant Banerjee. (6 years ago) +* | 15241c6349a5 - HDFS-13795. Fix potential NPE in InMemoryLevelDBAliasMapServer. (6 years ago) +* | 0a71bf145293 - YARN-8575. Avoid committing allocation proposal to unavailable nodes in async scheduling. Contributed by Tao Yang. (6 years ago) +* | 08d5060605af - YARN-8521. NPE in AllocationTagsManager when a container is removed more than once. Contributed by Weiwei Yang. (6 years ago) +* | f5dbbfe2e97a - HDDS-245. Handle ContainerReports in the SCM. Contributed by Elek Marton. (6 years ago) +* | b2517dd66b3c - YARN-4946. RM should not consider an application as COMPLETED when log aggregation is not in a terminal state (snemeth via rkanter) (6 years ago) +* | 8244abb7aeb7 - YARN-8136. Add version attribute to site doc examples and quickstart. (Eric Yang via wangda) (6 years ago) +* | 344c335a920e - YARN-8588. Logging improvements for better debuggability. (Suma Shivaprasad via wangda) (6 years ago) +* | 5326a7906de7 - HDFS-13735. Make QJM HTTP URL connection timeout configurable. Contributed by Chao Sun. (6 years ago) +* | d352f167ebb8 - YARN-8559. Expose mutable-conf scheduler's configuration in RM /scheduler-conf endpoint. Contributed by Weiwei Yang. (6 years ago) +* | cd04e954d2db - YARN-8331. Race condition in NM container launched after done. Contributed by Pradeep Ambati (6 years ago) +* | 778369ea0204 - HDDS-344. Remove multibyte characters from OzoneAcl. Contributed by Takanobu Asanuma. (6 years ago) +* | 3d96bc6e5ff0 - HDDS-219. Genearate version-info.properties for hadoop and ozone. Contributed by Sandeep Nemuri. (6 years ago) +* | 00013d6ef7fd - YARN-8633. Update DataTables version in yarn-common in line with JQuery 3 upgrade. Contributed by Akhil PB. (6 years ago) +* | da9a39eed138 - HADOOP-15583. Stabilize S3A Assumed Role support. Contributed by Steve Loughran. (6 years ago) +* | d81cd3611a44 - HDDS-267. Handle consistency issues during container update/close. (6 years ago) +* | 8478732bb28e - YARN-8568. Replace the deprecated zk-address property in the HA config example in ResourceManagerHA.md (bsteinbach via rkanter) (6 years ago) +* | 3214cd75acd0 - Make 3.1.1 awared by other branches - adding missing files (6 years ago) +* | 49c687608b65 - Make 3.1.1 awared by other branches (6 years ago) +* | 9499df7b81b5 - HDFS-13658. Expose HighestPriorityLowRedundancy blocks statistics. Contributed by Kitti Nanasi. (6 years ago) +* | ff06bd1be83a - YARN-8601. Print ExecutionType in Container report CLI. Contributed by Bilwa S T. (6 years ago) +* | 36c0d742d484 - HDFS-13447. Fix Typos - Node Not Chosen. Contributed by Beluga Behr. (6 years ago) +* | 5b898c176ffb - Revert "YARN-8633. Update DataTables version in yarn-common in line with JQuery 3 upgrade. Contributed by Akhil PB." (6 years ago) +* | 64901abdfac7 - YARN-8633. Update DataTables version in yarn-common in line with JQuery 3 upgrade. Contributed by Akhil PB. (6 years ago) +* | 2ec97abb2e93 - HADOOP-15576. S3A Multipart Uploader to work with S3Guard and encryption Originally contributed by Ewan Higgs with refinements by Steve Loughran. (6 years ago) +* | 4203bc738c11 - HDFS-13785. EC: 'removePolicy' is not working for built-in/system Erasure Code policies. Contributed by Ayush Saxena (6 years ago) +* | 6677717c689c - HDFS-13728. Disk Balancer should not fail if volume usage is greater than capacity. Contributed by Stephen O'Donnell. (6 years ago) +* | 2b0f9772417d - HDFS-13786. EC: Display erasure coding policy for sub-directories is not working. Contributed by Ayush Saxena. (6 years ago) +* | 7862f1523f05 - HADOOP-15400. Improve S3Guard documentation on Authoritative Mode implementation. (Contributed by Gabor Bota) (6 years ago) +* | 38784f95fecd - HDDS-124. Validate all required configs needed for ozone-site.xml and reflect the changes in ozone-default.xml Contributed by Dinesh Chitlangia. (6 years ago) +* | 0f8cb127cd75 - HDFS-13799. TestEditLogTailer#testTriggersLogRollsForAllStandbyNN fails due to missing synchronization between rollEditsRpcExecutor and tailerThread shutdown. Contributed by Hrishikesh Gadre. (6 years ago) +* | d838179d8dc2 - YARN-8626. Create HomePolicyManager that sends all the requests to the home subcluster. Contributed by Inigo Goiri. (6 years ago) +* | 861095f761b4 - YARN-8407. Container launch exception in AM log should be printed in ERROR level. (Yesha Vora via wangda) (6 years ago) +* | c0599151bb43 - YARN-7089. Mark the log-aggregation-controller APIs as public. (Zian Chen via wangda) (6 years ago) +* | d4258fcad71e - YARN-8629. Container cleanup fails while trying to delete Cgroups. (Suma Shivaprasad via wangda) (6 years ago) +* | b1a59b164412 - HDFS-13796. Allow verbosity of InMemoryLevelDBAliasMapServer to be configurable. (6 years ago) +* | 6ed8593d180f - HDDS-301. ozone command shell does not contain subcommand to run ozoneFS commands. Contributed by Nilotpal Nandi. (6 years ago) +* | 900c0e114f39 - HDDS-230. ContainerStateMachine should implement readStateMachineData api to read data from Containers if required during replication. Contributed by Mukul Kumar Singh. (6 years ago) +* | 2e4e02b4df59 - HDFS-13792. Fix FSN read/write lock metrics name. Contributed by Chao Sun. (6 years ago) +* | ca20e0d7e976 - YARN-8624. Updated verbiage around entry point support. Contributed by Craig Condit (6 years ago) +* | bcfc9851f4c6 - YARN-8287. Update documentation and yarn-default related to the Docker runtime. Contributed by Craig Condit (6 years ago) +* | 48673bc2a8b8 - HADOOP-15626. FileContextMainOperationsBaseTest.testBuilderCreateAppendExistingFile fails on filesystems without append. Contributed by Steve Loughran. (6 years ago) +* | 2b18bb4f37b9 - HDFS-11610. sun.net.spi.nameservice.NameService has moved to a new location. Contributed by Akira Ajisaka. (6 years ago) +* | 3426f4062ae0 - YARN-8615. [UI2] Resource Usage tab shows only memory related info. No info available for vcores/gpu. Contributed by Akhil PB. (6 years ago) +* | 29417dbbf4f6 - YARN-8620. [UI2] YARN Services UI new submission failures are not debuggable. Contributed by Akhil PB. (6 years ago) +* | 022592ae7941 - YARN-8608. [UI2] No information available per application appAttempt about 'Total Outstanding Resource Requests'. Contributed by Akhil PB. (6 years ago) +* | 33482d35e802 - YARN-8603. [UI2] Latest run application should be listed first in the RM UI. Contributed by Akhil PB. (6 years ago) +* | db465afb5cf5 - HDDS-300. Create a config for volume choosing policy. Contributed by Bharat Viswanadham. (6 years ago) +* | 40ab8ee597d7 - HDDS-312. Add blockIterator to Container. Contributed by Bharat Viswanadham. (6 years ago) +* | 889df6f19499 - YARN-7948. Enable fair scheduler to refresh maximum allocation for multiple resource types. (Szilard Nemeth via Haibo Chen) (6 years ago) +* | 12a095a496dd - YARN-7159. Normalize unit of resource objects in RM to avoid unit conversion in critical path. Contributed by Manikandan R. (6 years ago) +* | 7526815e3234 - YARN-8263. DockerClient still touches hadoop.tmp.dir. Contributed by Craig Condit (6 years ago) +* | 5033d7da8f6f - YARN-8318. [UI2] IP address in component page shows N/A. Contributed by Yesha Vora. (6 years ago) +* | e83719c830dd - HDDS-290. putKey is failing with KEY_ALLOCATION_ERROR. Contributed by Xiaoyu Yao. (6 years ago) +* | 7c368575a319 - HDDS-304. Process ContainerAction from datanode heartbeat in SCM. Contributed by Nanda Kumar. (6 years ago) +* | 97870ec1f6e4 - YARN-8592. [UI2] rmip:port/ui2 endpoint shows a blank page in windows OS and Chrome browser. Contributed by Akhil PB. (6 years ago) +* | 1ea81169bad5 - YARN-8594. [UI2] Display current logged in user. Contributed by Akhil PB. (6 years ago) +* | 41da2050bdec - HDDS-310. VolumeSet shutdown hook fails on datanode restart. Contributed by Bharat Viswanadham. (6 years ago) +* | 735b49255695 - YARN-8593. Add RM web service endpoint to get user information. Contributed by Akhil PB. (6 years ago) +* | 23f394240e15 - YARN-8610. Fixed initiate upgrade error message. Contributed by Chandni Singh (6 years ago) +* | f2e29acbfa0b - HADOOP-15476. fix logging for split-dns multihome . Contributed by Ajay Kumar. (6 years ago) +* | 603a57476ce0 - YARN-8600. RegistryDNS hang when remote lookup does not reply. Contributed by Eric Yang (6 years ago) +* | 67c65da26146 - YARN-8403. Change the log level for fail to download resource from INFO to ERROR. Contributed by Eric Yang (6 years ago) +* | d920b9db77be - YARN-8595. [UI2] Container diagnostic information is missing from container page. Contributed by Akhil PB. (6 years ago) +* | a48a0cc7fd8e - YARN-8606. Opportunistic scheduling does not work post RM failover. Contributed by Bibin A Chundatt. (6 years ago) +* | 5cc8e9914727 - YARN-8522. Application fails with InvalidResourceRequestException. (Zian Chen via wangda) (6 years ago) +* | f4db753bb6b4 - HDDS-226. Client should update block length in OM while committing the key. Contributed by Shashikant Banerjee. (6 years ago) +* | 6310c0d17d64 - YARN-8397. Potential thread leak in ActivitiesManager. Contributed by Rohith Sharma K S. (6 years ago) +* | 40f9b0c5c13f - HDFS-13322 fuse dfs - uid persists when switching between ticket caches. Contributed by Istvan Fajth. (6 years ago) +* | c835fc08adf5 - HDDS-271. Create a block iterator to iterate blocks in a container. Contributed by Bharat Viswanadham. (6 years ago) +* | c7ebcd76bf3d - YARN-8579. Recover NMToken of previous attempted component data. Contributed by Gour Saha (6 years ago) +* | 4b540bbfcf02 - YARN-8418. App local logs could leaked if log aggregation fails to initialize for the app. (Bibin A Chundatt via wangda) (6 years ago) +* | 8aa93a575e89 - YARN-8605. TestDominantResourceFairnessPolicy.testModWhileSorting is flaky. (Wilfred Spiegelenburg via Haibo Chen) (6 years ago) +* | 9fea5c9ee76b - YARN-8175. Add support for Node Labels in SLS. Contributed by Abhishek Modi. (6 years ago) +* | b28bdc7e8b48 - HDDS-279. DeleteBlocks command should not be sent for open containers. Contributed by Lokesh Jain. (6 years ago) +* | 7631e0adaefc - HDDS-305. Datanode StateContext#addContainerActionIfAbsent will add container action even if there already is a ContainerAction. Contributed by Nanda kumar. (6 years ago) +* | 3e06a5dcea82 - YARN-7974. Allow updating application tracking url after registration. Contributed by Jonathan Hung (6 years ago) +* | ee53602a8179 - HDDS-293. Reduce memory usage and object creation in KeyData. (6 years ago) +* | 2b39ad26984d - YARN-8584. Several typos in Log Aggregation related classes. Contributed by Szilard Nemeth. (6 years ago) +* | e8f952ef06ae - HADOOP-15637. LocalFs#listLocatedStatus does not filter out hidden .crc files. Contributed by Erik Krogen. (6 years ago) +* | 3517a4789745 - HDDS-287. Add Close ContainerAction to Datanode#StateContext when the container gets full. Contributed by Nanda kumar. (6 years ago) +* | 952dc2fd557f - HDDS-302. Fix javadoc and add implementation details in ContainerStateMachine. Contributed by Shashikant Banerjee. (6 years ago) +* | 3108d27edde9 - HDFS-12716. 'dfs.datanode.failed.volumes.tolerated' to support minimum number of volumes to be available. Contributed by Ranith Sardar and usharani (6 years ago) +* | 63e08ec07185 - YARN-8591. [ATSv2] NPE while checking for entity acl in non-secure cluster. Contributed by Rohith Sharma K S. (6 years ago) +* | 0857f116b754 - HADOOP-15607. AliyunOSS: fix duplicated partNumber issue in AliyunOSSBlockOutputStream. Contributed by Jinhu Wu. (6 years ago) +* | 007e6f51135a - HDDS-248. Refactor DatanodeContainerProtocol.proto Contributed by Hanisha Koneru. (6 years ago) +* | feb795b58d2a - HDDS-273. DeleteLog entries should be purged only after corresponding DNs commit the transaction. Contributed by Lokesh Jain. (6 years ago) +* | 6b038f82da8f - HDDS-246. Datanode should throw BlockNotCommittedException for uncommitted blocks to Ozone Client. Contributed by Shashikant Banerjee. (6 years ago) +* | 3d586841aba9 - YARN-8558. NM recovery level db not cleaned up properly on container finish. Contributed by Bibin A Chundatt. (6 years ago) +* | 59adeb8d7f2f - HADOOP-15636. Follow-up from HADOOP-14918; restoring test under new name. Contributed by Gabor Bota. (6 years ago) +* | ed9d60e888d0 - YARN-8508. Release GPU resource for killed container. Contributed by Chandni Singh (6 years ago) +* | 79091cf76f6e - YARN-8596. Allow SQLFederationStateStore to submit the same app in the same subcluster. Contributed by Giovanni Matteo Fumarola. (6 years ago) +* | 2cccf4061cc4 - YARN-8517. getContainer and getContainers ResourceManager REST API methods are not documented (snemeth via rkanter) (6 years ago) +* | fecbac499e2a - YARN-8566. Add diagnostic message for unschedulable containers (snemeth via rkanter) (6 years ago) +* | b429f19d32d8 - YARN-8571. Validate service principal format prior to launching yarn service. Contributed by Eric Yang (6 years ago) +* | 1c40bc283645 - HDFS-13765. Fix javadoc for FSDirMkdirOp#createParentDirectories. Contributed by Lokesh Jain. (6 years ago) +* | 3cc7ce816e4f - HDDS-270. Move generic container util functions to ContianerUtils. Contributed by Hanisha Koneru. (6 years ago) +* | 64e739e344ac - HDFS-13727. Log full stack trace if DiskBalancer exits with an unhandled exception. Contributed by Gabor Bota. (6 years ago) +* | 8d3c068e59fd - YARN-8429. Improve diagnostic message when artifact is not set properly. Contributed by Gour Saha (6 years ago) +* | 77721f39e26b - HADOOP-15593. Fixed NPE in UGI spawnAutoRenewalThreadForUserCreds. Contributed by Gabor Bota (6 years ago) +* | 40fad32824d2 - YARN-8545. Return allocated resource to RM for failed container. Contributed by Chandni Singh (6 years ago) +* | d70d84570575 - HDDS-291. Initialize hadoop metrics system in standalone hdds datanodes. Contributed by Elek Marton. (6 years ago) +* | fd31cb6cfeef - HDDS-277. PipelineStateMachine should handle closure of pipelines in SCM. Contributed by Mukul Kumar Singh. (6 years ago) +* | be150a17b15d - HDFS-13622. mkdir should print the parent directory in the error message when parent directories do not exist. Contributed by Shweta. (6 years ago) +* | a19229594e48 - HDDS-201. Add name for LeaseManager. Contributed by Sandeep Nemuri. (6 years ago) +* | 9089790cabb4 - HADOOP-15611. Log more details for FairCallQueue. Contributed by Ryan Wu. (6 years ago) +* | f93ecf5c1e0b - YARN-8330. Improved publishing ALLOCATED events to ATS. Contributed by Suma Shivaprasad (6 years ago) +* | e95c5e9f6245 - HDFS-11060. make DEFAULT_MAX_CORRUPT_FILEBLOCKS_RETURNED configurable. Contributed by Lantao Jin. (6 years ago) +* | 9485c9aee6e9 - YARN-4606. CapacityScheduler: applications could get starved because computation of #activeUsers considers pending apps. Contributed by Manikandan R (6 years ago) +* | 5f0b924360b3 - HADOOP-15395. DefaultImpersonationProvider fails to parse proxy user config if username has . in it. Contributed by Ajay Kumar. (6 years ago) +* | 3c4fbc635e8e - HDDS-288. Fix bugs in OpenContainerBlockMap. Contributed by Tsz Wo Nicholas Sze. (6 years ago) +* | 3d3158cea458 - YARN-8577. Fix the broken anchor in SLS site-doc. Contributed by Weiwei Yang. (6 years ago) +* | b507f83e15b4 - HDDS-266. Integrate checksum into .container file. Contributed by Hanisha Koneru. (6 years ago) +* | 43db0cb51837 - HDDS-285. Create a generic Metadata Iterator. Contributed by Bharat Viswanadham. (6 years ago) +* | 5be9f4a5d05c - YARN-8546. Resource leak caused by a reserved container being released more than once under async scheduling. Contributed by Tao Yang. (6 years ago) +* | 955f795101c1 - HDDS-203. Add getCommittedBlockLength API in datanode. Contributed by Shashikant Banerjee. (6 years ago) +* | 81d59506e539 - HADOOP-15609. Retry KMS calls when SSLHandshakeException occurs. Contributed by Kitti Nanasi. (6 years ago) +* | 26864471c24b - HDFS-13761. Add toString Method to AclFeature Class. Contributed by Shweta. (6 years ago) +* | 849c45db1872 - HDFS-13448. HDFS Block Placement - Ignore Locality for First Block Replica (Contributed by BELUGA BEHR via Daniel Templeton) (6 years ago) +* | 6bec03cfc8bd - HADOOP-15612. Improve exception when tfile fails to load LzoCodec. (gera) (6 years ago) +* | ea2c6c8c9a55 - YARN-7133. Clean up lock-try order in fair scheduler. (Szilard Nemeth via Haibo Chen) (6 years ago) +* | e673dd1d4d78 - YARN-8541. RM startup failure on recovery after user deletion. Contributed by Bibin A Chundatt. (6 years ago) +* | cd0b9f13805a - HDDS-282. Consolidate logging in scm/container-service. Contributed by Elek Marton. (6 years ago) +* | 35ce6eb1f526 - YARN-7748. TestContainerResizing.testIncreaseContainerUnreservedWhenApplicationCompleted fails due to multiple container fail events. Contributed by Weiwei Yang. (6 years ago) +* | 773d312f7412 - HDDS-272. TestBlockDeletingService is failing with DiskOutOfSpaceException. Contributed by Lokesh Jain. (6 years ago) +* | ff7c2eda34c2 - YARN-8548. AllocationRespose proto setNMToken initBuilder not done. Contributed by Bilwa S T. (6 years ago) +* | 846127883393 - YARN-8544. [DS] AM registration fails when hadoop authorization is enabled. Contributed by Bibin A Chundatt. (6 years ago) +* | 16f9aee5f55b - HDDS-262. Send SCM healthy and failed volumes in the heartbeat. Contributed by Bharat Viswanadham. (6 years ago) +* | 2ced3efe94ee - HDDS-258. Helper methods to generate NodeReport and ContainerReport for testing. Contributed by Nanda Kumar. (6 years ago) +* | 17a87977f29c - HDFS-13583. RBF: Router admin clrQuota is not synchronized with nameservice. Contributed by Dibyendu Karmakar. (6 years ago) +* | 8688a0c7f88f - YARN-8380. Support bind propagation options for mounts in docker runtime. Contributed by Billie Rinaldi (6 years ago) +* | 17e26163ec1b - HADOOP-15586. Fix wrong log statement in AbstractService. (Szilard Nemeth via Haibo Chen) (6 years ago) +* | 9d3c39e9dd88 - YARN-6966. NodeManager metrics may return wrong negative values when NM restart. (Szilard Nemeth via Haibo Chen) (6 years ago) +* | 3a9e25edf531 - HDDS-199. Implement ReplicationManager to handle underreplication of closed containers. Contributed by Elek Marton. (6 years ago) +* | 84d7bf1eeff6 - YARN-8360. Improve YARN service restart policy and node manager auto restart policy. Contributed by Suma Shivaprasad (6 years ago) +* | bbe2f6225ea5 - HDDS-181. CloseContainer should commit all pending open Keys on a datanode. Contributed by Shashikant Banerjee. (6 years ago) +* | 9fa9e301b047 - HDDS-249. Fail if multiple SCM IDs on the DataNode and add SCM ID check after version request. Contributed by Bharat Viswanadham. (6 years ago) +* | 993ec026d10c - (CDH-65587) HADOOP-15596. Stack trace should not be printed out when running hadoop key commands. Contributed by Kitti Nanasi. (6 years ago) +* | 1622a4b810ea - YARN-8301. Added YARN service upgrade instructions. Contributed by Chandni Singh (6 years ago) +* | 347c9550135e - HDDS-260. Support in Datanode for sending ContainerActions to SCM. Contributed by Nanda kumar. (6 years ago) +* | 9be25e347683 - HDDS-239. Add PipelineStateManager to track pipeline state transition. Contributed by Mukul Kumar Singh. (6 years ago) +* | d2acf8d56095 - Revert "HDDS-239. Add PipelineStateManager to track pipeline state transition. Contributed by Mukul Kumar Singh." (6 years ago) +* | c7ae55675ed5 - HDDS-275. Add message output for succeeded -deleteVolume CLI. Contributed by Nilotpal Nandi. (6 years ago) +* | 6837121a4323 - HDDS-239. Add PipelineStateManager to track pipeline state transition. Contributed by Mukul Kumar Singh. (6 years ago) +* | ba25d27ddb8d - HDDS-257. Hook up VolumeSet#shutdown from HddsDispatcher#shutdown. Contributed by Hanisha Koneru (6 years ago) +* | de894d34f673 - HDDS-250. Cleanup ContainerData. (6 years ago) +* | 89a0f80741be - HDDS-256. Adding CommandStatusReport Handler. Contributed by Ajay Kumar. (6 years ago) +* | 8a6bb8409c2d - YARN-6964. Fair scheduler misuses Resources operations. (Daniel Templeton and Szilard Nemeth via Haibo Chen) (6 years ago) +* | 5c19ee3994af - HDDS-264. 'oz' subcommand reference is not present in 'ozone' command help. Contributed by Sandeep Nemuri. (6 years ago) +* | 68b57ad32cb0 - HDDS-259. Implement ContainerReportPublisher and NodeReportPublisher. Contributed by Nanda kumar. (6 years ago) +* | e9c44ecfc6ca - HDDS-269. Refactor IdentifiableEventPayload to use a long ID. Contributed by Ajay Kumar. (6 years ago) +* | cbf20264838f - YARN-8528. Final states in ContainerAllocation might be modified externally causing unexpected allocation results. Contributed by Xintong Song. (6 years ago) +* | 7b25fb949bf6 - HDFS-13743. RBF: Router throws NullPointerException due to the invalid initialization of MountTableResolver. Contributed by Takanobu Asanuma. (6 years ago) +* | e6873dfde057 - YARN-7300. DiskValidator is not used in LocalDirAllocator. (Szilard Nemeth via Haibo Chen) (6 years ago) +* | f354f47f9959 - YARN-6995. Improve use of ResourceNotFoundException in resource types code. (Daniel Templeton and Szilard Nemeth via Haibo Chen) (6 years ago) +* | b3b4d4ccb53f - MAPREDUCE-7118. Distributed cache conflicts breaks backwards compatability. (Jason Lowe via wangda) (6 years ago) +* | 2564884757fb - YARN-8436. FSParentQueue: Comparison method violates its general contract. (Wilfred Spiegelenburg via Haibo Chen) (6 years ago) +* | 45d9568aaaf5 - HADOOP-15547/ WASB: improve listStatus performance. Contributed by Thomas Marquardt. (6 years ago) +* | 5836e0a46bf9 - YARN-8501. Reduce complexity of RMWebServices getApps method. Contributed by Szilard Nemeth (6 years ago) +* | ccf2db7fc268 - HADOOP-15614. TestGroupsCaching.testExceptionOnBackgroundRefreshHandled reliably fails. Contributed by Weiwei Yang. (6 years ago) +* | ba1ab08fdae9 - HADOOP-15610. Fixed pylint version for Hadoop docker image. Contributed by Jack Bearden (6 years ago) +* | c492eaccc21b - HDDS-255. Fix TestOzoneConfigurationFields for missing hdds.command.status.report.interval in config classes. Contributed by Sandeep Nemuri. (6 years ago) +* | 129269f98926 - HDDS-207. ozone listVolume command accepts random values as argument. Contributed by Lokesh Jain. (6 years ago) +* | d5d444732bf5 - HDDS-241. Handle Volume in inconsistent state. Contributed by Hanisha Koneru. (6 years ago) +* | 1af87df242c4 - HDFS-13733. RBF: Add Web UI configurations and descriptions to RBF document. Contributed by Takanobu Asanuma. (6 years ago) +* | 0a1e922f3d8e - Fix potential FSImage corruption. Contributed by Ekanth Sethuramalingam & Arpit Agarwal. (6 years ago) +* | d2153577181f - HDFS-13485. DataNode WebHDFS endpoint throws NPE. Contributed by Siyao Meng. (6 years ago) +* | 121865c3f961 - YARN-8299. Added CLI and REST API for query container status. Contributed by Chandni Singh (6 years ago) +* | efb4e274e505 - YARN-8538. Fixed memory leaks in container-executor and test cases. Contributed by Billie Rinaldi (6 years ago) +* | d2874e041736 - HDFS-13690. Improve error message when creating encryption zone while KMS is unreachable. Contributed by Kitti Nanasi. (6 years ago) +* | 0c7a57892703 - HADOOP-15598. DataChecksum calculate checksum is contented on hashtable synchronization. Contributed by Prasanth Jayachandran. (6 years ago) +* | 238ffff99907 - YARN-8524. Single parameter Resource / LightWeightResource constructor looks confusing. (Szilard Nemeth via wangda) (6 years ago) +* | a2e49f41a8bc - YARN-8361. Change App Name Placement Rule to use App Name instead of App Id for configuration. (Zian Chen via wangda) (6 years ago) +* | 752dcce5f4cf - YARN-8511. When AM releases a container, RM removes allocation tags before it is released by NM. (Weiwei Yang via wangda) (6 years ago) +* | 88b2794244d1 - HDFS-13524. Occasional "All datanodes are bad" error in TestLargeBlock#testLargeBlockSize. Contributed by Siyao Meng. (6 years ago) +* | 359ea4e18147 - HDFS-13475. RBF: Admin cannot enforce Router enter SafeMode. Contributed by Chao Sun. (6 years ago) +* | 937ef39b3ff9 - YARN-8421: when moving app, activeUsers is increased, even though app does not have outstanding request. Contributed by Kyungwan Nam (6 years ago) +* | 5074ca93afb4 - HDDS-254. Fix TestStorageContainerManager#testBlockDeletingThrottling. Contributed by Lokesh Jain (6 years ago) +* | 0927bc4f76c6 - HDDS-251. Integrate BlockDeletingService in KeyValueHandler. Contributed by Lokesh Jain (6 years ago) +* | 4523cc5637bc - YARN-8434. Update federation documentation of Nodemanager configurations. Contributed by Bibin A Chundatt. (6 years ago) +* | 103f2eeb57db - HDDS-210. Make "-file" argument optional for ozone getKey command. Contributed by Lokesh Jain. (6 years ago) +* | 88625f5cd907 - HADOOP-15531. Use commons-text instead of commons-lang in some classes to fix deprecation warnings. Contributed by Takanobu Asanuma. (6 years ago) +* | 17118f446c23 - YARN-8515. container-executor can crash with SIGPIPE after nodemanager restart. Contributed by Jim Brennan (6 years ago) +* | d18507209e26 - HDDS-232. Parallel unit test execution for HDDS/Ozone. Contributed by Arpit Agarwal. (6 years ago) +* | 1fe5b938435a - HDDS-253. SCMBlockDeletingService should publish events for delete blocks to EventQueue. Contributed by Lokesh Jain. (6 years ago) +* | 3f3f72221ffd - HDDS-238. Add Node2Pipeline Map in SCM to track ratis/standalone pipelines. Contributed by Mukul Kumar Singh. (6 years ago) +* | f89e265905f3 - HDDS-187. Command status publisher for datanode. Contributed by Ajay Kumar. (6 years ago) +* | 87eeb26e7200 - HDFS-13663. Should throw exception when incorrect block size is set. Contributed by Shweta. (6 years ago) +* | 1bc106a738a6 - YARN-8518. test-container-executor test_is_empty() is broken (Jim_Brennan via rkanter) (6 years ago) +* | 556d9b36be4b - HDDS-234. Add SCM node report handler. Contributed by Ajay Kumar. (6 years ago) +* | 5ee90efed385 - HDDS-228. Add the ReplicaMaps to ContainerStateManager. Contributed by Ajay Kumar. (6 years ago) +* | a08812a1b10d - HADOOP-15349. S3Guard DDB retryBackoff to be more informative on limits exceeded. Contributed by Gabor Bota. (6 years ago) +* | 4f3f9391b035 - HADOOP-15316. GenericTestUtils can exceed maxSleepTime. Contributed by Adam Antal. (6 years ago) +* | b37074be5ab3 - HDFS-12837. Intermittent failure in TestReencryptionWithKMS. (6 years ago) +* | 632aca5793d3 - (tmp-mockrm-submitapp-refactor) HDDS-242. Introduce NEW_NODE, STALE_NODE and DEAD_NODE event and corresponding event handlers in SCM. Contributed by Nanda Kumar. (6 years ago) +* | b56785873a4e - Revert "HDDS-242. Introduce NEW_NODE, STALE_NODE and DEAD_NODE event" This reverts commit a47ec5dac4a1cdfec788ce3296b4f610411911ea. There was a spurious file in this commit. Revert to clean it. (6 years ago) +* | 418cc7f3aeab - HDFS-13729. Fix broken links to RBF documentation. Contributed by Gabor Bota. (6 years ago) +* | 162228e8db93 - HDFS-13723. Occasional "Should be different group" error in TestRefreshUserMappings#testGroupMappingRefresh. Contributed by Siyao Meng. (6 years ago) +* | d36ed94ee069 - HADOOP-15594. Exclude commons-lang3 from hadoop-client-minicluster. Contributed by Takanobu Asanuma. (6 years ago) +* | 2ae13d41dcd4 - HDFS-13726. RBF: Fix RBF configuration links. Contributed by Takanobu Asanuma. (6 years ago) +* | 52e1bc8539ce - YARN-8491. TestServiceCLI#testEnableFastLaunch fail when umask is 077. Contributed by K G Bakthavachalam. (6 years ago) +* | 7f1d3d0e9dbe - YARN-8512. ATSv2 entities are not published to HBase from second attempt onwards. Contributed by Rohith Sharma K S. (6 years ago) +* | a47ec5dac4a1 - HDDS-242. Introduce NEW_NODE, STALE_NODE and DEAD_NODE event and corresponding event handlers in SCM. Contributed by Nanda Kumar. (6 years ago) +* | 4e59b9278463 - HDDS-208. ozone createVolume command ignores the first character of the volume name argument. Contributed by Lokesh Jain. (6 years ago) +* | 5d0f01e1fe98 - HDFS-13722. HDFS Native Client Fails Compilation on Ubuntu 18.04 (contributed by Jack Bearden) (6 years ago) +* | 82ac3aa6d0a8 - YARN-8502. Use path strings consistently for webservice endpoints in RMWebServices. Contributed by Szilard Nemeth. (6 years ago) +* | d503f65b6689 - HADOOP-15541. [s3a] Shouldn't try to drain stream before aborting connection in case of timeout. (6 years ago) +* | 705e2c1f7cba - YARN-8473. Containers being launched as app tears down can leave containers in NEW state. Contributed by Jason Lowe. (6 years ago) +* | ca8b80bf59c0 - HADOOP-15384. distcp numListstatusThreads option doesn't get to -delete scan. Contributed by Steve Loughran. (6 years ago) +* | 9bd5bef297b0 - (weichiu/HDDS-48, pbacsko/HDDS-48, origin/HDDS-48, JackWangCS/HDDS-48, 9uapaw/HDDS-48) Merge remote-tracking branch 'apache/trunk' into HDDS-48 (6 years ago) +|\ \ +| * | 2403231c8c36 - HDDS-240. Implement metrics for EventQueue. Contributed by Elek, Marton. (6 years ago) +| * | 3c0a66abe632 - Revert "HDDS-224. Create metrics for Event Watcher." (6 years ago) +| * | cb5e225868a0 - HDDS-224. Create metrics for Event Watcher. Contributed b Elek, Marton. (6 years ago) +| * | 4a08ddfa68a4 - HADOOP-15568. fix some typos in the .sh comments. Contributed by Steve Loughran. (6 years ago) +| * | ea9b608237e7 - YARN-7899. [AMRMProxy] Stateful FederationInterceptor for pending requests. Contributed by Botong Huang. (6 years ago) +| * | e12d93bfc1a0 - HDDS-224. Create metrics for Event Watcher. Contributed by Elek, Marton. (6 years ago) +| * | 895845e9b0d7 - HADOOP-15581. Set default jetty log level to INFO in KMS. Contributed by Kitti Nanasi. (6 years ago) +| * | def9d94a40e1 - HADOOP-15591. KMSClientProvider should log KMS DT acquisition at INFO level. Contributed by Kitti Nanasi. (6 years ago) +* | | 3584baf26428 - HDDS-48. Fix branch after merging from trunk. (6 years ago) +* | | c275a9a6a07b - Merge trunk into HDDS-48 (6 years ago) +|\| | +| * | 83cd84b70bac - YARN-8506. Make GetApplicationsRequestPBImpl thread safe. (wangda) (6 years ago) +| * | 0838fe833738 - Only mount non-empty directories for cgroups (miklos.szegedi@cloudera.com via rkanter) (6 years ago) +| * | eecb5baaaaa5 - HDFS-13719. Docs around dfs.image.transfer.timeout are misleading. Contributed by Kitti Nansi. (6 years ago) +| * | 43f7fe8aae0e - HDFS-13710. RBF: setQuota and getQuotaUsage should check the dfs.federation.router.quota.enable. Contributed by yanghuafeng. (6 years ago) +| * | 7a68ac607c52 - HDFS-13674. Improve documentation on Metrics. Contributed by Chao Sun. (6 years ago) +| * | 790c56351116 - HDDS-235. Fix TestOzoneAuditLogger#verifyDefaultLogLevel. Contributed by Xiaoyu Yao. (6 years ago) +| * | 2f51cd60ef08 - HDDS-217. Move all SCMEvents to a package. Contributed by Anu Engineer. (6 years ago) +| * | 936e0df0d344 - HDFS-13721. NPE in DataNode due to uninitialized DiskBalancer. (6 years ago) +| * | ba683204498c - YARN-8302. ATS v2 should handle HBase connection issue properly. Contributed by Billie Rinaldi. (6 years ago) +| * | 0247cb631850 - HDFS-13121. NPE when request file descriptors when SC read. Contributed by Zsolt Venczel. (6 years ago) +| * | 061b168529a9 - HDDS-167. Rename KeySpaceManager to OzoneManager. Contributed by Arpit Agarwal. (6 years ago) +| * | e4bf38cf5094 - YARN-8492. ATSv2 HBase tests are failing with ClassNotFoundException. Contributed by Rohith Sharma K S. (6 years ago) +| * | 498e3bfb6b93 - HADOOP-15571. Multiple FileContexts created with the same configuration object should be allowed to have different umask. Contributed by Vinod Kumar Vavilapalli. (6 years ago) +| * | a129e3e74e16 - YARN-7451. Add missing tests to verify the presence of custom resources of RM apps and scheduler webservice endpoints (snemeth via rkanter) (6 years ago) +| * | 9edc74f64a31 - YARN-7556. Fair scheduler configuration should allow resource types in the minResources and maxResources properties. (Daniel Templeton and Szilard Nemeth via Haibo Chen) (6 years ago) +| * | 39ad98903a5f - Revert "Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk" (6 years ago) +| * | c163d1797ade - Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk (6 years ago) +| |\ \ +| | * | 99febe7fd50c - YARN-7451. Add missing tests to verify the presence of custom resources of RM apps and scheduler webservice endpoints (snemeth via rkanter) (6 years ago) +| | * | 172624702462 - YARN-7556. Fair scheduler configuration should allow resource types in the minResources and maxResources properties. (Daniel Templeton and Szilard Nemeth via Haibo Chen) (6 years ago) +| * | | 0d9804dcef2e - YARN-8435. Fix NPE when the same client simultaneously contact for the first time Yarn Router. Contributed by Rang Jiaheng. (6 years ago) +| |/ / +| * | 71df8c27c9a0 - HDDS-212. Introduce NodeStateManager to manage the state of Datanodes in SCM. Contributed by Nanda kumar. (6 years ago) +| * | 3b637155a47d - HDFS-13528. RBF: If a directory exceeds quota limit then quota usage is not refreshed for other mount entries. Contributed by Dibyendu Karmakar. (6 years ago) +| * | 7ca4f0cefa22 - HDDS-175. Refactor ContainerInfo to remove Pipeline object from it. Contributed by Ajay Kumar. (6 years ago) +| * | 93ac01cb59b9 - HADOOP-15215 s3guard set-capacity command to fail on read/write of 0 (Gabor Bota) (6 years ago) +| * | c0ef7e7680d8 - HDDS-198. Create AuditLogger mechanism to be used by OM, SCM and Datanode. Contributed by Dinesh Chitlangia. (6 years ago) +| * | 51654a3962bc - YARN-8459. Improve Capacity Scheduler logs to debug invalid states. Contributed by Wangda Tan. (6 years ago) +| * | 344f32471052 - HDFS-13712. BlockReaderRemote.read() logging improvement. Contributed by Gergo Repas. (6 years ago) +| * | d9ba6f3656e8 - yarn.resourcemanager.fail-fast is used inconsistently. Contributed by Yuanbo Liu. (6 years ago) +| * | 59a3038bc3d7 - HDFS-13715:diskbalancer does not work if one of the blockpools are empty on a Federated cluster. Contributed by Bharat Viswanadham (6 years ago) +| * | 7296b644f7c4 - HDFS-13714. Fix TestNameNodePrunesMissingStorages test failures on Windows. Contributed by Lukas Majercak. (6 years ago) +| * | fa9ef15ecd6d - YARN-8415. TimelineWebServices.getEntity should throw ForbiddenException instead of 404 when ACL checks fail. Contributed by Suma Shivaprasad. (6 years ago) +| * | 53e267fa7232 - YARN-8485. Priviledged container app launch is failing intermittently. Contributed by Eric Yang (6 years ago) +| * | ab2f8343a981 - HDDS-206. Ozone shell command doesn't respect KSM port set in ozone-site.xml. Contributed by Shashikant Banerjee. (6 years ago) +| * | 1804a31515e5 - HDFS-13536. [PROVIDED Storage] HA for InMemoryAliasMap. Contributed by Virajith Jalaparti. (6 years ago) +| * | 5cc2541a1635 - YARN-8465. Fixed docker container status for node manager restart. Contributed by Shane Kumpf (6 years ago) +| * | fef20a446f7b - HDFS-13635. Incorrect message when block is not found. Contributed by Gabor Bota. (6 years ago) +| * | f51da9c4d142 - HADOOP-15554. Improve JIT performance for Configuration parsing. Contributed by Todd Lipcon. (6 years ago) +| * | 5d748bd056a3 - HDFS-13702. Remove HTrace hooks from DFSClient to reduce CPU usage. Contributed by Todd Lipcon. (6 years ago) +| * | 6ba997410861 - HDFS-13703. Avoid allocation of CorruptedBlocks hashmap when no corrupted blocks are hit. Contributed by Todd Lipcon. (6 years ago) +| * | d40121845e0e - HADOOP-15574: Suppress build error if there are no docs after excluding private annotations. Contributed by Takanobu Asanuma. (6 years ago) +| * | cdb084426bc2 - YARN-8481. AMRMProxyPolicies should accept heartbeat response from new/unknown subclusters. Contributed by Botong Huang. (6 years ago) +| * | d36f6b9e93e4 - HADOOP-15548: Randomize local dirs. Contributed by Jim Brennan. (6 years ago) +| * | 100470140d86 - YARN-8451. Multiple NM heartbeat thread created when a slow NM resync with RM. Contributed by Botong Huang (6 years ago) +| * | a820738e3478 - YARN-8469. [UI2] URL needs to be trimmed to handle index.html redirection while accessing via knox. Contributed by Sunil Govindan. (6 years ago) +| * | 469b29c0817b - YARN-8455. Add basic ACL check for all ATS v2 REST APIs. Contributed by Rohith Sharma K S. (6 years ago) +| * | 73746c5da76d - HDFS-13707. [PROVIDED Storage] Fix failing integration tests in ITestProvidedImplementation. Contributed by Virajith Jalaparti. (6 years ago) +| * | e4d7227aad58 - HDDS-178: DN should update transactionId on block delete. Contributed by Lokesh Jain. (6 years ago) +| * | 852ca6b432a8 - HDDS-185: TestCloseContainerByPipeline#testCloseContainerViaRatis fail intermittently. Contributed by Shashikant Banerjee. (6 years ago) +* | | 44e19fc7f70b - HDDS-213. Single lock to synchronize KeyValueContainer#update. (6 years ago) +* | | cb9574a337f2 - HDDS-237. Add updateDeleteTransactionId. Contributed by Bharat Viswanadham and Lokesh Jain (6 years ago) +* | | e899c4cc01df - HDDS-211. Add a create container Lock. Contributed by Bharat Viswanadham (6 years ago) +* | | 7dcf5878a40b - HDDS-204. Modify Integration tests for new ContainerIO classes. Contributed by Bharat Viswanadham (6 years ago) +* | | 2c2351e87b60 - HDDS-182:CleanUp Reimplemented classes. Contributed by Hansiha Koneru (6 years ago) +* | | a404164939c8 - HDDS-229:Remove singleton for Handler. Contributed by Bharat Viswanadham (6 years ago) +* | | e1f4b3b560a9 - HDDS-176. Add keyCount and container maximum size to ContainerData. Contributed by Bharat Viswanadham. (6 years ago) +* | | 44b091a8d776 - HDDS-205. Add metrics to HddsDispatcher. Contributed by Bharat Viswanadham. (6 years ago) +* | | 23ebe0f4f007 - HDDS-169:Add Volume IO Stats. Contributed by Bharat Viswanadham (6 years ago) +* | | 84ac6bb1b197 - Merge branch 'trunk' into HDDS-48 (6 years ago) +|\| | +| * | 291194302cc1 - YARN-8379. Improve balancing resources in already satisfied queues by using Capacity Scheduler preemption. Contributed by Zian Chen. (6 years ago) +| * | 384764cdeac6 - YARN-8409. Fixed NPE in ActiveStandbyElectorBasedElectorService. Contributed by Chandni Singh (6 years ago) +* | | c10452516804 - Merge remote-tracking branch 'apache-commit/trunk' into HDDS-48 (6 years ago) +|\| | +| * | d3fa83a44b01 - HDFS-13705:The native ISA-L library loading failure should be made warning rather than an error message. Contributed by Shashikant Banerjee. (6 years ago) +| * | 85627e2cba91 - HDDS-195. Create generic CommandWatcher utility. Contributed by Elek, Marton. (6 years ago) +| * | ddbff7c8d3f1 - HADOOP-14313. Replace/improve Hadoop's byte[] comparator. Contributed by Vikas Vishwakarma. (6 years ago) +| * | 2b2399d62353 - HADOOP-15495. Upgrade commons-lang version to 3.7 in hadoop-common-project and hadoop-tools. Contributed by Takanobu Asanuma. (6 years ago) +| * | 8752a4856402 - HDDS-193. Make Datanode heartbeat dispatcher in SCM event based. Contributed by Elek, Marton. (6 years ago) +| * | 18932717c423 - HDDS-94. Change ozone datanode command to start the standalone datanode plugin. Contributed by Sandeep Nemuri. (6 years ago) +| * | 1e30547642c7 - HDDS-170. Fix TestBlockDeletingService#testBlockDeletionTimeout. Contributed by Lokesh Jain. (6 years ago) +| * | e9ec3d78f520 - HDDS-186. Create under replicated queue. Contributed by Ajay Kumar. (6 years ago) +| * | 56a4cdb9804d - HDDS-194. Remove NodePoolManager and node pool handling from SCM. Contributed by Elek Marton. (6 years ago) +| * | 0d6fe5f36be5 - Revert "HDDS-194. Remove NodePoolManager and node pool handling from SCM. Contributed by Elek Marton" (6 years ago) +| * | aaf03cc459a3 - HDDS-194. Remove NodePoolManager and node pool handling from SCM. Contributed by Elek Marton (6 years ago) +| * | fbaff369e9b9 - YARN-8401. [UI2] new ui is not accessible with out internet connection. Contributed by Bibin A Chundatt. (6 years ago) +| * | bedc4fe0799c - YARN-8464. Async scheduling thread could be interrupted when there are no NodeManagers in cluster. (Sunil G via wangda) (6 years ago) +| * | ada8f63d0b37 - YARN-8423. GPU does not get released even though the application gets killed. (Sunil G via wangda) (6 years ago) +| * | 62d83ca5360c - YARN-8461. Support strict memory control on individual container with elastic control memory mechanism. Contributed by Haibo Chen. (6 years ago) +| * | b69ba0f3307a - YARN-8108. Added option to disable loading existing filters to prevent security filter from initialize twice. Contributed by Sunil Govindan (6 years ago) +| * | 3e586330eb2c - YARN-8214. Change default RegistryDNS port. Contributed by Billie Rinaldi (6 years ago) +| * | 238fe00ad269 - HDDS-192:Create new SCMCommand to request a replication of a container. Contributed by Elek Marton (6 years ago) +| * | 35ec9401e829 - YARN-8438. TestContainer.testKillOnNew flaky on trunk. Contributed by Szilard Nemeth. (6 years ago) +| * | 7a3c6e9c3cd9 - HADOOP-15550. Avoid static initialization of ObjectMappers (6 years ago) +| * | c687a6617d73 - HADOOP-15423. Merge fileCache and dirCache into ine single cache in LocalMetadataStore. Contributed by Gabor Bota. (6 years ago) +| * | a55d6bba71c8 - HDDS-191. Queue SCMCommands via EventQueue in SCM. Contributed by Elek, Marton. (6 years ago) +| * | 4ffe68a6f70c - YARN-8457. Compilation is broken with -Pyarn-ui. (6 years ago) +| * | abc3e4bad905 - HADOOP-15458. TestLocalFileSystem#testFSOutputStreamBuilder fails on Windows. Contributed by Xiao Liang. (6 years ago) +| * | 1ba4e62304a7 - HADOOP-14396. Add builder interface to FileContext. Contributed by Lei (Eddy) Xu. (6 years ago) +| * | 440140cea671 - YARN-8443. Total #VCores in cluster metrics is wrong when CapacityScheduler reserved some containers. Contributed by Tao Yang. (6 years ago) +| * | e16e5b307d6c - HDDS-177. Create a releasable ozonefs artifact Contributed by Marton, Elek. (6 years ago) +| * | ca14fec02fb1 - HDDS-184. Upgrade common-langs version to 3.7 in hadoop-tools/hadoop-ozone. Contributed by Takanobu Asanuma. (6 years ago) +| * | 8a32bc39eb21 - YARN-8326. Removed exit code file check for launched container. Contributed by Shane Kumpf (6 years ago) +| * | 1cdce86d33d4 - YARN-8184. Too many metrics if containerLocalizer/ResourceLocalizationService uses ReadWriteDiskValidator. Contributed by Yufei Gu (6 years ago) +| * | ae055622edeb - MAPREDUCE-7114. Make FrameworkUploader symlink ignore improvement. Contributed by Gergo Repas. (6 years ago) +| * | 55fad6a3de31 - HADOOP-15416. Clear error message in S3Guard diff if source not found. Contributed by Gabor Bota. (6 years ago) +| * | 6432128622d6 - YARN-8444: NodeResourceMonitor crashes on bad swapFree value. Contributed by Jim Brennan. (6 years ago) +| * | 30728aced4a6 - HDFS-13692. StorageInfoDefragmenter floods log when compacting StorageInfo TreeSet. Contributed by Bharat Viswanadham. (6 years ago) +| * | 99948565cb5d - YARN-8412. Move ResourceRequest.clone logic everywhere into a proper API. Contributed by Botong Huang. (6 years ago) +| * | 59de9679540f - HADOOP-15549. Upgrade to commons-configuration 2.1 regresses task CPU consumption (6 years ago) +| * | 9f15483c5d7c - YARN-8445. Improved error message for duplicated service and component names. Contributed by Chandni Singh (6 years ago) +| * | 43541a18907d - HADOOP-15551. Avoid use of Arrays.stream in Configuration.addTags (6 years ago) +| * | 32f867a6a907 - HDFS-13682. Cannot create encryption zone after KMS auth token expires. (6 years ago) +| * | b089a06793d9 - HADOOP-14918. Remove the Local Dynamo DB test option. Contributed by Gabor Bota. (6 years ago) +| * | d6ee4290df10 - MAPREDUCE-7113. Typos in test names in TestTaskAttempt: "testAppDiognostic". Contributed by Szilard Nemeth. (6 years ago) +| * | 46f90581641f - YARN-8441. Typo in CSQueueUtils local variable names: queueGuranteedResource. Contributed by Szilard Nemeth. (6 years ago) +| * | 388fafa004dc - YARN-8442. Strange characters and missing spaces in FairScheduler documentation. Contributed by Szilard Nemeth. (6 years ago) +| * | bbbc7cc426f7 - YARN-7449. Split up class TestYarnClient to TestYarnClient and TestYarnClientImpl. Contributed by Szilard Nemeth. (6 years ago) +| * | 55432b09810b - YARN-8440. Typo in YarnConfiguration javadoc: "Miniumum request grant-able..". Contributed by Szilard Nemeth. (6 years ago) +| * | 9a9e969570f2 - YARN-8391. Investigate AllocationFileLoaderService.reloadListener locking issue. Contributed by Szilard Nemeth. (6 years ago) +| * | 4939ffedb151 - YARN-8437. Build oom-listener fails on older versions. (Miklos Szegedi via Haibo Chen) (6 years ago) +| * | 2d87592fc6a5 - HADOOP-15527. Improve delay check for stopping processes. Fixed script location. Contributed by Vinod Kumar Vavilapalli (6 years ago) +| * | f386e78a4bc7 - YARN-7668. Remove unused variables from ContainerLocalizer (6 years ago) +| * | 1e94e5977f90 - MAPREDUCE-7063. Fix log level inconsistency in CombineFileInputFormat.java (6 years ago) +| * | 2c87ec5affef - HADOOP-15527. Improve delay check for stopping processes. Contributed by Vinod Kumar Vavilapalli (6 years ago) +| * | fba9d7cd746c - HDFS-13621. Upgrade commons-lang version to 3.7 in hadoop-hdfs-project. Contributed by Takanobu Asanuma. (6 years ago) +| * | 2a4632d3d7b8 - HDDS-141. Remove PipeLine Class from SCM and move the data field in the Pipeline to ContainerInfo. Contributed by Shashikant Banerjee. (6 years ago) +| * | f34744603ee9 - HADOOP-15533. Make WASB listStatus messages consistent. Contributed by Esfandiar Manii (6 years ago) +| * | 980031bb043d - HADOOP-13186. Multipart Uploader API. Contributed by Ewan Higgs (6 years ago) +| * | 3905fdb793e6 - HADOOP-15523. Shell command timeout given is in seconds whereas it is taken as millisec while scheduling. Contributed by Bilwa S T. (6 years ago) +| * | 8762e9cf10fa - HDFS-13681. Fix TestStartup.testNNFailToStartOnReadOnlyNNDir test failure on Windows. Contributed by Xiao Liang. (6 years ago) +| * | d31a3ce767d3 - HDFS-13686. Add overall metrics for FSNamesystemLock. Contributed by Lukas Majercak. (6 years ago) +| * | 1da3b556591f - HADOOP-15504. Upgrade Maven Core and Maven Wagon dependencies. (6 years ago) +| * | 308a1591f9f4 - HDDS-172. The numbers of operation should be integer in KSM UI. Contributed by Takanobu Asanuma. (6 years ago) +| * | c966a3837af1 - HDFS-13174. hdfs mover -p /path times out after 20 min. Contributed by Istvan Fajth. (6 years ago) +| * | eebeb6033fd0 - HDFS-13676. TestEditLogRace fails on Windows. Contributed by Zuoming Zhang. (6 years ago) +| * | 43d994e4a6df - HDFS-13673. TestNameNodeMetrics fails on Windows. Contributed by Zuoming Zhang. (6 years ago) +| * | b272b71095eb - HADOOP-15537. Clean up ContainerLaunch and ContainerExecutor pre-HADOOP-15528. Contributed by Giovanni Matteo Fumarola. (6 years ago) +| * | 3e37a9a70ba9 - HDFS-13679. Fix Typo in javadoc for ScanInfoPerBlockPool#addAll. Contributed by Shashikant Banerjee. (6 years ago) +| * | 020dd61988b1 - HDDS-146. Refactor the structure of the acceptance tests. Contributed by Elek, Marton. (6 years ago) +| * | 5d7449d2b8bc - HDFS-13675. Speed up TestDFSAdminWithHA. Contributed by Lukas Majercak. (6 years ago) +| * | 361ffb26bebf - YARN-8426:Upgrade jquery-ui to 1.12.1 in YARN. Contributed by Sunil Govindan (6 years ago) +| * | 9591765040b8 - YARN-8410. Fixed a bug in A record lookup by CNAME record. Contributed by Shane Kumpf (6 years ago) +| * | 8d4926f38bf5 - HDFS-13563. TestDFSAdminWithHA times out on Windows. Contributed by Lukas Majercak. (6 years ago) +* | | 52d1d9603ecc - HDDS-183:Integrate Volumeset, ContainerSet and HddsDispatcher. Contributed by Bharat Viswanadham (6 years ago) +* | | 13579f9296dd - HDDS-173. Refactor Dispatcher and implement Handler for new ContainerIO design. (6 years ago) +* | | ca192cb7c9d7 - HDDS-160:Refactor KeyManager, ChunkManager. Contributed by Bharat Viswanadham (6 years ago) +* | | 998e2850a3ce - HDDS-155:Implement KeyValueContainer and adopt new disk layout for the containers. Contributed by Bharat Viswanadham (6 years ago) +* | | 9a5552bf7628 - HDDS-156. Implement HDDSVolume to manage volume state (6 years ago) +* | | 418cff4820ba - Merge remote-tracking branch 'apache-commit/trunk' into HDDS-48 (6 years ago) +|\| | +| * | 9119b3cf8f88 - YARN-8155. Improve ATSv2 client logging in RM and NM publisher. Contributed by Abhishek Modi. (6 years ago) +| * | ddd09d59f3d9 - HDDS-163. Add Datanode heartbeat dispatcher in SCM. Contributed by Nandakumar. (6 years ago) +| * | 7547740e5c65 - HDDS-161. Add functionality to queue ContainerClose command from SCM Heartbeat Response to Ratis. Contributed by Shashikant Banerjee. (6 years ago) +| * | 22994889dc44 - YARN-8259. Improve privileged docker container liveliness checks. Contributed by Shane Kumpf (6 years ago) +| * | 69b059689749 - YARN-8411. Restart stopped system service during RM start. Contributed by Billie Rinaldi (6 years ago) +| * | 7566e0ec5f1a - HDDS-159. RestClient: Implement list operations for volume, bucket and keys. Contributed by Lokesh Jain. (6 years ago) +| * | 43baa036aeb0 - HDDS-109. Add reconnect logic for XceiverClientGrpc. Contributed by Lokesh Jain. (6 years ago) +| * | 8e7548d33be9 - HDFS-13641. Add metrics for edit log tailing. Contributed by Chao Sun. (6 years ago) +| * | 6307962b932e - YARN-8404. Timeline event publish need to be async to avoid Dispatcher thread leak in case ATS is down. Contributed by Rohith Sharma K S (6 years ago) +| * | f4c7c91123b1 - HADOOP-15483. Upgrade jquery to version 3.3.1. Contributed by Lokesh Jain, Mukul Kumar Singh and Sunil Govindan. (6 years ago) +| * | 29024a62038c - YARN-8394. Improve data locality documentation for Capacity Scheduler. Contributed by Weiwei Yang. (6 years ago) +| * | 108da85320d6 - HADOOP-15527. Improve delay check for stopping processes. Contributed by Vinod Kumar Vavilapalli (6 years ago) +| * | 5670e89b2ec6 - MAPREDUCE-7101. Add config parameter to allow JHS to alway scan user dir irrespective of modTime. (Thomas Marquardt via asuresh) (6 years ago) +| * | aeaf9fec62f1 - HADOOP-15532. TestBasicDiskValidator fails with NoSuchFileException. Contributed by Giovanni Matteo Fumarola. (6 years ago) +| * | 04b74eddc678 - MAPREDUCE-7108. TestFileOutputCommitter fails on Windows. (Zuoming Zhang via gera) (6 years ago) +| * | a16623df2148 - HADOOP-15307. NFS: flavor AUTH_SYS should use VerifierNone. Contributed by Gabor Bota. (6 years ago) +| * | c35481594ffc - YARN-8422. TestAMSimulator failing with NPE. Contributed by Giovanni Matteo Fumarola. (6 years ago) +| * | 6e756e8a620e - HADOOP-15529. ContainerLaunch#testInvalidEnvVariableSubstitutionType is not supported in Windows. Contributed by Giovanni Matteo Fumarola. (6 years ago) +| * | 10d0e4be6ead - YARN-8325. Miscellaneous QueueManager code clean up. (Szilard Nemeth via Haibo Chen) (6 years ago) +| * | 24a89825f0cb - YARN-6931. Make the aggregation interval in AppLevelTimelineCollector configurable. (Abhishek Modi via Haibo Chen) (6 years ago) +| * | e9ea9022999f - HDDS-130. TestGenerateOzoneRequiredConfigurations should use GenericTestUtils#getTempPath to set output directory. Contributed by Sandeep Nemuri. (6 years ago) +| * | 652bcbb3e495 - YARN-8363. Upgrade commons-lang version to 3.7 in hadoop-yarn-project. Contributed by Takanobu Asanuma. (6 years ago) +| * | 5c7ad5257381 - HDDS-111. Include tests for Rest Client in TestVolume and TestBucket. Contributed by Lokesh Jain. (6 years ago) +| * | aa7614c5f360 - HDDS-158. DatanodeStateMachine endPoint task throws NullPointerException. Contributed by Nanda Kumar. (6 years ago) +| * | b3612dd90c41 - YARN-8419. [UI2] User cannot submit a new service as submit button is always disabled. Contributed by Suma Shivaprasad. (6 years ago) +| * | 95303f50d346 - YARN-8413. Flow activity page is failing with 'Timeline server failed with an error'. Contributed by Sunil Govindan. (6 years ago) +| * | 2df73dace06c - YARN-8405. RM zk-state-store.parent-path ACLs has been changed since HADOOP-14773. Contributed by Íñigo Goiri. (6 years ago) +| * | 2b2f67202254 - YARN-8370. Some Node Manager tests fail on Windows due to improper path/file separator. Contributed by Anbang Hu. (6 years ago) +| * | 23bfd9f7e4ef - HDDS-72. Add deleteTransactionId field in ContainerInfo. Contributed by Lokesh Jain. (6 years ago) +| * | 7c3dc39083ef - Update CHANGES, RELEASENOTES, and jdiff for 3.0.3 release. (cherry picked from commit 5a82f10e3254bc0745c2dda6bcef888d3ff0d1c3) (6 years ago) +| * | 2e5cfe6df338 - HDFS-13653. Make dfs.client.failover.random.order a per nameservice configuration. Contributed by Ekanth Sethuramalingam. (6 years ago) +| * | 180b3c960bb6 - YARN-8321. AllocationFileLoaderService.getAllocationFile() should be declared as VisibleForTest. (Szilard Nemeth via Haibo Chen) (6 years ago) +| * | 676dcffff575 - YARN-8322. Change log level when there is an IOException when the allocation file is loaded. (Szilard Nemeth via Haibo Chen) (6 years ago) +| * | c190ac2be88e - YARN-8323. FairScheduler.allocConf should be declared as volatile. (Szilard Nemeth via Haibo Chen) (6 years ago) +| * | 18201b882a38 - HADOOP-15499. Performance severe drops when running RawErasureCoderBenchmark with NativeRSRawErasureCoder. Contributed by Sammi Chen. (6 years ago) +| * | ccfb816d3987 - HDFS-13667:Typo: Marking all datandoes as stale. Contributed by Nanda Kumar (6 years ago) +| * | ef0118b91e38 - HADOOP-15520. Add tests for various org.apache.hadoop.util classes. Contributed by Arash Nabili (6 years ago) +| * | 000a67839666 - HDFS-12670. can't renew HDFS tokens with only the hdfs client jar. Contributed by Arpit Agarwal. (6 years ago) +| * | fba1c42adc1c - HDFS-13664. Refactor ConfiguredFailoverProxyProvider to make inheritance easier. Contributed by Chao Sun. (6 years ago) +| * | cf4108313da8 - HDFS-13642. Creating a file with block size smaller than EC policy's cell size should fail. (6 years ago) +| * | a1272448bfa2 - HDDS-157. Upgrade common-langs version to 3.7 in HDDS and Ozone. Contributed by Takanobu Asanuma. (6 years ago) +| * | c42dcc7c4734 - HADOOP-15482. Upgrade jackson-databind to version 2.9.5. Contributed by Lokesh Jain. (6 years ago) +| * | 3b88fe25baf1 - YARN-8359. Exclude containermanager.linux test classes on Windows. Contributed by Jason Lowe. (6 years ago) +| * | 351cf87c9287 - Disable mounting cgroups by default (miklos.szegedi@cloudera.com via rkanter) (6 years ago) +| * | d5eca1a6a0e3 - YARN-6677. Preempt opportunistic containers when root container cgroup goes over memory limit. Contributed by Haibo Chen. (6 years ago) +| * | 67fc70e09f94 - YARN-8400. Fix typos in YARN Federation documentation page. Contributed by Giovanni Matteo Fumarola. (6 years ago) +| * | 78761e87a7f3 - HDDS-127. Add CloseContainerEventHandler in SCM. Contributed by Shashikant Banerjee. (6 years ago) +| * | ba303b1f890c - HDDS-147. Update Ozone site docs. Contributed by Arpit Agarwal. (6 years ago) +| * | 12be8bad7deb - HADOOP-15516. Add test cases to cover FileUtil#readLink. Contributed by Giovanni Matteo Fumarola. (6 years ago) +| * | 7969cc466734 - HDFS-13615. libhdfs++ SaslProtocol hanging while accessing invalid lock. Contributed by Mitchell Tracy (6 years ago) +| * | c4bbcd5634d9 - HDDS-119:Skip Apache license header check for some ozone doc scripts. Contributed by Ajay Kumar (6 years ago) +| * | b79ae5d93d71 - HDFS-13534. libhdfs++: Fix GCC7 build. Contributed by James Clampffer. (6 years ago) +| * | 377ea1bcdfd5 - YARN-8386. App log can not be viewed from Logs tab in secure cluster. Contributed by Sunil Govindan. (6 years ago) +| * | e39b113db0f2 - HDFS-13659. Add more test coverage for contentSummary for snapshottable path. Contributed by Wei-Chiu Chuang. (6 years ago) +| * | f494f0b8968a - HADOOP-15512. Clean up Shell from JDK7 workarounds. Contributed by Zsolt Venczel. (6 years ago) +| * | 58bc34f1e347 - YARN-8399. NodeManager is giving 403 GSS exception post upgrade to 3.1 in secure mode. Contributed by Sunil Govindan. (6 years ago) +| * | 9654dd1f4720 - HDFS-12950. [oiv] ls will fail in secure cluster. Contributed by Wei-Chiu Chuang. (6 years ago) +| * | db81f85e844b - HADOOP-15513. Add additional test cases to cover some corner cases for FileUtil#symlink. Contributed by Giovanni Matteo Fumarola. (6 years ago) +| * | d901be679554 - HADOOP-15506. Upgrade Azure Storage Sdk version to 7.0.0 and update corresponding code blocks. Contributed by Esfandiar Manii. (6 years ago) +| * | 30f0582f2b8b - HDDS-107. TestOzoneConfigurationFields is failing. Contributed by LiXin Ge & Mukul Kumar Singh. (6 years ago) +| * | d1992ab9b01d - HADOOP-15514. NoClassDefFoundError for TimelineCollectorManager when starting MiniYARNCluster. Contributed by Rohith Sharma K S. (6 years ago) +| * | 774c1f199e11 - HDFS-13511. Provide specialized exception when block length cannot be obtained. Contributed by Gabor Bota. (6 years ago) +| * | ba4011d64fad - HADOOP-15217. FsUrlConnection does not handle paths with spaces. Contributed by Joseph Fourny and Zsolt Venczel. (6 years ago) +| * | 0afc036deb35 - MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola. (6 years ago) +| * | 1b0d4f4606ad - HDFS-13547. Add ingress port based sasl resolver. Contributed by Chen Liang. (6 years ago) +| * | baebe4d52bc0 - HDDS-129. Support for ReportManager in Datanode. Contributed by Nanda Kumar. (6 years ago) +| * | 920d154997f0 - (weichiu/HDDS-151, pbacsko/HDDS-151, JackWangCS/HDDS-151) HDDS-148. Remove ContainerReportManager and ContainerReportManagerImpl. Contributed by Nanda kumar. (6 years ago) +| * | 745f3a244166 - YARN-8396. Click on an individual container continuously spins and doesn't load the page. Contributed by Sunil Govindan. (6 years ago) +| * | 0e3c31579d1c - HDFS-13545. "guarded" is misspelled as "gaurded" in FSPermissionChecker.java. Contributed by Jianchao Jia. (6 years ago) +| * | 6d5e87aec2f6 - HADOOP-15507. Add MapReduce counters about EC bytes read. (6 years ago) +| * | 8d31ddcfeb5c - HDFS-13650. Randomize baseDir for MiniDFSCluster in TestDFSStripedInputStream and TestDFSStripedInputStreamWithRandomECPolicy. Contributed by Anbang Hu. (6 years ago) +| * | 16316b601128 - HDFS-13649. Randomize baseDir for MiniDFSCluster in TestReconstructStripedFile and TestReconstructStripedFileWithRandomECPolicy. Contributed by Anbang Hu. (6 years ago) +| * | a28848104f2a - HDFS-13652. Randomize baseDir for MiniDFSCluster in TestBlockScanner. Contributed by Anbang Hu. (6 years ago) +| * | f30f2dc4085c - HADOOP-15137. ClassNotFoundException: org.apache.hadoop.yarn.server.api.DistributedSchedulingAMProtocol when using hadoop-client-minicluster. Contributed by Bharat Viswanadham (6 years ago) +| * | 5cf37418bdc6 - YARN-8365. Set DNS query type according to client request. Contributed by Shane Kumpf (6 years ago) +| * | 0cd145a44390 - YARN-4677. RMNodeResourceUpdateEvent update from scheduler can lead to race condition (wilfreds and gphillips via rkanter) (6 years ago) +| * | 04cf699dd54a - YARN-8388. TestCGroupElasticMemoryController.testNormalExit() hangs on Linux. (Miklos Szegedi via Haibo Chen) (6 years ago) +| * | dad1bb868f7a - MAPREDUCE-7105. Fix TestNativeCollectorOnlyHandler.testOnCall on Windows because of the path format. Contributed by Giovanni Matteo Fumarola. (6 years ago) +| * | e2c172dc9fae - YARN-8382. cgroup file leak in NM. Contributed by Hu Ziqian. (6 years ago) +| * | ea7b53fb4449 - HDDS-145. Freon times out because of because of wrong ratis port number in datanode details. Contributed by Mukul Kumar Singh. (6 years ago) +| * | 61fc7f73f21b - YARN-8389. Improve the description of machine-list property in Federation docs. Contributed by Takanobu Asanuma. (6 years ago) +| * | ba12f87dcb0e - YARN-8390. Fix API incompatible changes in FairScheduler's AllocationFileLoaderService. (Gergo Repas via Haibo Chen) (6 years ago) +| * | ab3885f2c8cf - HDDS-126. Fix findbugs warning in MetadataKeyFilters.java. Contributed by Akira Ajisaka. (6 years ago) +| * | e2289c8d1496 - HDFS-13281 Namenode#createFile should be /.reserved/raw/ aware.. Contributed by Rushabh S Shah (6 years ago) +| * | bccdfeee0aae - HDFS-13155. BlockPlacementPolicyDefault.chooseTargetInOrder Not Checking Return Value for NULL. Contributed by Zsolt Venczel. (6 years ago) +| * | 9efb4b7db00d - HDFS-13339. Volume reference can't be released and may lead to deadlock when DataXceiver does a check volume. Contributed by liaoyuxiangqin and Zsolt Venczel. (6 years ago) +| * | 9c4cbed8d19e - YARN-8276. [UI2] After version field became mandatory, form-based submission of new YARN service doesn't work. Contributed by Gergely Novák. (6 years ago) +| * | a804b7c9d298 - MAPREDUCE-7102. Fix TestJavaSerialization for Windows due a mismatch line separator. Contributed by Giovanni Matteo Fumarola. (6 years ago) +| * | 8f83b9abf9a7 - HDFS-13648. Fix TestGetConf#testGetJournalNodes on Windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola. (6 years ago) +| * | e308ac88d399 - HDFS-13651. TestReencryptionHandler fails on Windows. Contributed by Anbang Hu. (6 years ago) +| * | 31998643a51f - YARN-8342. Enable untrusted docker image to run with launch command. Contributed by Eric Yang (6 years ago) +| * | 8261f9e57100 - More YARN pages need to honor yarn.resourcemanager.display.per-user-apps(addendum). Contributed by Sunil G. (6 years ago) +| * | d5e69d89942f - MapReduce JHS should honor yarn.webapp.filter-entity-list-by-user(addendum). Contributed by Sunil Govindan. (6 years ago) +| * | e11d67404945 - HDFS-13637. RBF: Router fails when threadIndex (in ConnectionPool) wraps around Integer.MIN_VALUE. Contributed by CR Hota. (6 years ago) +| * | 4880d890ee47 - YARN-8375. TestCGroupElasticMemoryController fails surefire build. (Miklos Szegedi via Haibo Chen) (6 years ago) +| * | 34710c66d61b - HDDS-143. Provide docker compose files to measure performance in a pseudo cluster. Contributed by Elek, Marton. (6 years ago) +| * | 9e50dce46c22 - HDDS-144. Fix TestEndPoint#testHeartbeat and TestEndPoint#testRegister. Contributed by Shashikant Banerjee. (6 years ago) +| * | ff583d3fa332 - YARN-8349. Remove YARN registry entries when a service is killed by the RM. (Billie Rinaldi via wangda) (6 years ago) +| * | 8956e5b8db30 - YARN-8372. Distributed shell app master should not release containers when shutdown if keep-container is true. (Suma Shivaprasad via wangda) (6 years ago) +| * | 931f78718f3a - YARN-7962. Race Condition When Stopping DelegationTokenRenewer causes RM crash during failover. (BELUGA BEHR via wangda) (6 years ago) +| * | 3a6bd7755003 - YARN-8384. stdout.txt, stderr.txt logs of a launched docker container is coming with primary group of submit user instead of hadoop. (Eric Yang via wangda) (6 years ago) +| * | cba319499822 - HDFS-13636. Cross-Site Scripting vulnerability in HttpServer2 (Contributed by Haibo Yan via Daniel Templeton) (6 years ago) +| * | 1be05a3623da - HDDS-142. TestMetadataStore fails on Windows. Contributed by Íñigo Goiri. (6 years ago) +| * | 19560bb70421 - HDDS-137. Cleanup Hdds-ozone CheckStyle Issues. Contributed by Anu Engineer. (6 years ago) +| * | 6b21a599fbd5 - YARN-7340. Fix the missing time stamp in exception message in Class NoOverCommitPolicy. Contributed by Dinesh Chitlangia. (6 years ago) +| * | 7dd26d537848 - YARN-8308. Fixed YARN Service AM failure with HDFS token renewal. Contributed by Gour Saha (6 years ago) +| * | ff013d2c9522 - HDFS-13602. Add checkOperation(WRITE) checks in FSNamesystem. Contributed by Chao Sun. (6 years ago) +| * | 6b74f5d7fc50 - YARN-8197. Fixed AM IP Filter and Webapp proxy to redirect app tracking-URLs correctly when UI is secure. Contributed by Sunil Govindan. (6 years ago) +| * | 32671d87135f - HADOOP-14783. [KMS] Add missing configuration properties into kms-default.xml. Contributed by Chetna Chaudhari. (6 years ago) +| * | 3f4a29813bec - HDFS-13646. DFSAdmin doesn't display specialized help for triggerBlockReport. Contributed by Takanobu Asanuma. (6 years ago) +| * | c95b9b5c077c - HDFS-13440. Log HDFS file name when client fails to connect. Contributed by Gabor Bota. (6 years ago) +| * | ebe5853a4581 - HDFS-12978. Fine-grained locking while consuming journal stream. Contributed by Konstantin Shvachko. (6 years ago) +| * | 950dea86f4e9 - HDDS-112. OzoneShell should support commands with url without scheme. Contributed by Lokesh Jain. (6 years ago) +* | | 7e228e54c565 - HDDS-136:Rename dbPath,containerFilePath. Contributed by Bharat Viswanadham (6 years ago) +* | | 0e437f9b174f - Revert "Create Version File in Datanode. Contributed by Bharat Viswanadham." (6 years ago) +* | | 143dd560bf50 - HDDS-133:Change format of .container files to Yaml. Contributed by Bharat Viswanadham (6 years ago) +* | | 772c95395b59 - HDDS-140. Add DU usage to VolumeInfo. (6 years ago) +* | | 977c8cd1665b - HDDS-123:ContainerSet class to manage ContainerMap. Contributed by Bharat Viswanadham (6 years ago) +* | | f26d3466d791 - Create Version File in Datanode. Contributed by Bharat Viswanadham. (6 years ago) +* | | 79b298111fb9 - Merge remote-tracking branch 'apache-commit/trunk' into HDDS-48 (6 years ago) +|\| | +| * | a58acd9080ab - HADOOP-15490:Multiple declaration of maven-enforcer-plugin found in pom.xml. Contributed by Nanda kumar (6 years ago) +| * | 1f324e966136 - HDFS-13631. TestDFSAdmin#testCheckNumOfBlocksInReportCommand should use a separate MiniDFSCluster path. Contributed by Anbang Hu. (6 years ago) +| * | 1361030e59d7 - HDFS-13582. Improve backward compatibility for HDFS-13176 (WebHdfs file path gets truncated when having semicolon (;) inside). Contributed by Zsolt Venczel. (6 years ago) +| * | 6bc92e304fe0 - YARN-8333. Load balance YARN services using RegistryDNS multiple A records. Contributed by Eric Yang (6 years ago) +| * | 6468071f137e - YARN-8367. Fix NPE in SingleConstraintAppPlacementAllocator when placement constraint in SchedulingRequest is null. Contributed by Weiwei Yang. (6 years ago) +| * | d1e2b8098078 - MAPREDUCE-7098. Upgrade common-langs version to 3.7 in hadoop-mapreduce-project (6 years ago) +| * | 02c4b89f99c9 - HDDS-128. Support for DN to SCM signaling. Contributed by Nanda Kumar. (6 years ago) +* | | 59777185fc38 - HDDS-116. Implement VolumeSet to manage disk volumes. Contributed by Hanisha Koneru. (6 years ago) +* | | 6cd19b45efbb - HDDS-90: Create ContainerData, Container classes. Contributed by Bharat Viswanadham (6 years ago) +* | | ee1e0e20368e - HDDS-92. Use DBType during parsing datanode .container files. Contributed by Bharat Viswanadham. (6 years ago) +|/ / +* | 778a4a24be17 - YARN-8350. NPE in service AM related to placement policy. Contributed by Gour Saha (6 years ago) +* | 96eefcc84aac - YARN-8368. yarn app start cli should print applicationId. Contributed by Rohith Sharma K S (6 years ago) +* | 47c31ff16b45 - HDFS-13629. Some tests in TestDiskBalancerCommand fail on Windows due to MiniDFSCluster path conflict and improper path usage. Contributed by Anbang Hu. (6 years ago) +* | 8197b9b56040 - HDFS-13632. Randomize baseDir for MiniJournalCluster in MiniQJMHACluster for TestDFSAdminWithHA. Contributed by Anbang Hu. (6 years ago) +* | e44c0849d798 - YARN-8377: Javadoc build failed in hadoop-yarn-server-nodemanager. Contributed by Takanobu Asanuma (6 years ago) +* | 3b34148c4f73 - HDDS-88. Create separate message structure to represent ports in DatanodeDetails. Contributed by Nanda Kumar. (6 years ago) +* | b24098bc8ffe - HDFS-13626. Fix incorrect username when deny the setOwner operation. Contributed by Zsolt Venczel. (6 years ago) +* | 5f6769f7964f - HADOOP-15480 AbstractS3GuardToolTestBase.testDiffCommand fails when using dynamo (Gabor Bota) (6 years ago) +* | 135941e00d76 - YARN-8362. Bugfix logic in container retries in node manager. Contributed by Chandni Singh (6 years ago) +* | 24169062e5f4 - HDDS-114. Ozone Datanode mbean registration fails for StorageLocation. Contributed by Elek, Marton. (6 years ago) +* | 30284d020d36 - HADOOP-14946 S3Guard testPruneCommandCLI can fail. Contributed by Gabor Bota. (6 years ago) +* | 201440b987d5 - HDDS-81. Moving ContainerReport inside Datanode heartbeat. Contributed by Nanda Kumar. (6 years ago) +* | 4827e9a9085b - YARN-8329. Docker client configuration can still be set incorrectly. Contributed by Shane Kumpf (6 years ago) +* | e3236a968070 - Additional check when unpacking archives. Contributed by Wilfred Spiegelenburg. (6 years ago) +* | 9502b47bd2a3 - HDDS-125. Cleanup HDDS CheckStyle issues. Contributed by Anu Engineer. (6 years ago) +* | 17aa40f669f1 - YARN-8369. Javadoc build failed due to 'bad use of >'. (Takanobu Asanuma via wangda) (6 years ago) +* | 3061bfcde532 - YARN-8339. Service AM should localize static/archive resource types to container working directory instead of 'resources'. (Suma Shivaprasad via wangda) (6 years ago) +* | 3c75f8e49332 - HADOOP-15497. TestTrash should use proper test path to avoid failing on Windows. Contributed by Anbang Hu. (6 years ago) +* | 31ab960f4f93 - YARN-8338. TimelineService V1.5 doesn't come up after HADOOP-15406. Contributed by Vinod Kumar Vavilapalli (6 years ago) +* | 438ef4951a38 - HADOOP-15455. Incorrect debug message in KMSACL#hasAccess. Contributed by Yuen-Kuei Hsueh. (6 years ago) +* | 8fdc993a9937 - HADOOP-15498. TestHadoopArchiveLogs (#testGenerateScript, #testPrepareWorkingDir) fails on Windows. Contributed by Anbang Hu. (6 years ago) +* | 9dbf4f01665d - HDFS-13591. TestDFSShell#testSetrepLow fails on Windows. Contributed by Anbang Hu. (6 years ago) +* | 91d7c74e6aa4 - HDFS-13627. TestErasureCodingExerciseAPIs fails on Windows. Contributed by Anbang Hu. (6 years ago) +* | 7c343669baf6 - YARN-4781. Support intra-queue preemption for fairness ordering policy. Contributed by Eric Payne. (6 years ago) +* | 61df174e8b3d - HADOOP-15449. Increase default timeout of ZK session to avoid frequent NameNode failover (6 years ago) +* | 04757e5864bd - HDFS-13628. Update Archival Storage doc for Provided Storage (6 years ago) +* | 88cbe57c069a - MAPREDUCE-7097. MapReduce JHS should honor yarn.webapp.filter-entity-list-by-user. Contributed by Sunil Govindan. (6 years ago) +* | d14e26b31fe4 - HADOOP-15477. Make unjar in RunJar overrideable (6 years ago) +* | 0cf6e87f9212 - HDDS-78. Add per volume level storage stats in SCM. Contributed by Shashikant Banerjee. (6 years ago) +* | f24c842d52e1 - YARN-8213. Add Capacity Scheduler performance metrics. (Weiwei Yang via wangda) (6 years ago) +* | 8605a38514b4 - HDFS-13620. Randomize the test directory path for TestHDFSFileSystemContract. Contributed by Anbang Hu. (6 years ago) +* | 2a9652e69650 - HDDS-113. Rest and Rpc Client should verify resource name using HddsClientUtils. Contributed by Lokesh Jain. (6 years ago) +* | 13d25289076b - HDFS-13619. TestAuditLoggerWithCommands fails on Windows. Contributed by Anbang Hu. (6 years ago) +* | 8733012ae35f - HDDS-96. Add an option in ozone script to generate a site file with minimally required ozone configs. Contributed by Dinesh Chitlangia. (6 years ago) +* | 1e0d4b1c283f - HDFS-13618. Fix TestDataNodeFaultInjector test failures on Windows. Contributed by Xiao Liang. (6 years ago) +* | 02322de3f95b - HADOOP-15473. Configure serialFilter in KeyProvider to avoid UnrecoverableKeyException caused by JDK-8189997. Contributed by Gabor Bota. (6 years ago) +* | 8d5509c68156 - YARN-8292: Fix the dominant resource preemption cannot happen when some of the resource vector becomes negative. Contributed by Wangda Tan. (6 years ago) +* | bddfe796f2f9 - HADOOP-15494. TestRawLocalFileSystemContract fails on Windows. Contributed by Anbang Hu. (6 years ago) +* | 86bc6425d425 - YARN-8191. Fair scheduler: queue deletion without RM restart. (Gergo Repas via Haibo Chen) (6 years ago) +* | d9852eb5897a - YARN-8357. Fixed NPE when YARN service is saved and not deployed. Contributed by Chandni Singh (6 years ago) +* | 7ff5a4021824 - YARN-8316. Improved diagnostic message for ATS unavailability for YARN Service. Contributed by Billie Rinaldi (6 years ago) +* | 2d19e7d08f03 - HDDS-80. Remove SendContainerCommand from SCM. Contributed by Nanda Kumar. (6 years ago) +* | c9b63deb5332 - HDFS-13611. Unsafe use of Text as a ConcurrentHashMap key in PBHelperClient. (6 years ago) +* | 1388de18ad51 - YARN-6919. Add default volume mount list. Contributed by Eric Badger (6 years ago) +* | 774daa8d532f - HDDS-45. Removal of old OzoneRestClient. Contributed by Lokesh Jain. (6 years ago) +* | c05b5d424b00 - YARN-8319. More YARN pages need to honor yarn.resourcemanager.display.per-user-apps. Contributed by Sunil G. (6 years ago) +* | 4cc0c9b0baa9 - YARN-8346. Upgrading to 3.1 kills running containers with error 'Opportunistic container queue is full'. Contributed by Jason Lowe. (6 years ago) +* | 7a87add4ea4c - HDFS-13598. Reduce unnecessary byte-to-string transform operation in INodesInPath#toString. Contributed by Gabor Bota. (6 years ago) +|/ +* d9964799544e - YARN-4599. Set OOM control for memory cgroups. (Miklos Szegedi via Haibo Chen) (6 years ago) +* f09dc73001fd - YARN-8327. Fix TestAggregatedLogFormat#testReadAcontainerLogs1 on Windows. Contributed by Giovanni Matteo Fumarola. (6 years ago) +* d72615611cfa - YARN-8348. Incorrect and missing AfterClass in HBase-tests to fix NPE failures. Contributed by Giovanni Matteo Fumarola. (6 years ago) +* e99e5bf104e9 - YARN-8344. Missing nm.stop() in TestNodeManagerResync to fix testKillContainersOnResync. Contributed by Giovanni Matteo Fumarola. (6 years ago) +* cddbbe5f690e - HDFS-13493. Reduce the HttpServer2 thread count on DataNodes. Contributed by Erik Krogen. (6 years ago) +* e30938af1270 - YARN-8336. Fix potential connection leak in SchedConfCLI and YarnWebServiceUtils. Contributed by Giovanni Matteo Fumarola. (6 years ago) +* c13dea87d9de - HDFS-13587. TestQuorumJournalManager fails on Windows. Contributed by Anbang Hu. (6 years ago) +* 51ce02bb54d6 - HADOOP-15486. Make NetworkTopology#netLock fair. Contributed by Nanda kumar. (6 years ago) +* aa23d49fc8b9 - HADOOP-15457. Add Security-Related HTTP Response Header in WEBUIs. (kanwaljeets via rkanter) (6 years ago) +* bc6d9d4c796d - HDFS-13589: Add dfsAdmin command to query if upgrade is finalized. Contributed by Hanisha Koneru (6 years ago) +* 699a6918aca2 - HDDS-110. Checkstyle is not working in the HDDS precommit hook. Contributed by Elek, Marton. (6 years ago) +* c0c9b7a8ef26 - HDFS-13588. Fix TestFsDatasetImpl test failures on Windows. Contributed by Xiao Liang. (6 years ago) +* e83b943fed53 - HDDS-44. Ozone: start-ozone.sh fail to start datanode because of incomplete classpaths. Contributed by Mukul Kumar Singh. (6 years ago) +* 63fc5873cee4 - HDDS-84. The root directory of ozone.tar.gz should contain the version string. Contributed by Elek, Marton. (6 years ago) +* f61e3e752eb1 - YARN-8297. Incorrect ATS Url used for Wire encrypted cluster.(addendum). Contributed by Sunil G. (6 years ago) +* 9837ca9cc746 - YARN-8285. Remove unused environment variables from the Docker runtime. Contributed by Eric Badger (6 years ago) +* 34e8b9f9a86f - HDFS-13540. DFSStripedInputStream should only allocate new buffers when reading. Contributed by Xiao Chen. (6 years ago) +* fed2bef647d9 - HDDS-85. Send Container State Info while sending the container report from Datanode to SCM. Contributed by Shashikant Banerjee. (6 years ago) +* 745f203e577b - Additional check when unpacking archives. Contributed by Jason Lowe and Akira Ajisaka. (6 years ago) +* 1d2640b6132e - HDFS-13601. Optimize ByteString conversions in PBHelper. (6 years ago) +* 5a9140690aba - HDDS-49. Standalone protocol should use grpc in place of netty. Contributed by Mukul Kumar Singh. (6 years ago) +* 3e5f7ea98660 - YARN-8310. Handle old NMTokenIdentifier, AMRMTokenIdentifier, and ContainerTokenIdentifier formats. Contributed by Robert Kanter. (6 years ago) +* 68c7fd8e6092 - HDDS-79. Remove ReportState from SCMHeartbeatRequestProto. Contributed by Nanda kumar. (6 years ago) +* 43be9ab44f27 - HDDS-89. Addendum Patch-1. Create ozone specific inline documentation as part of the build. Contributed by Elek, Marton. (6 years ago) +* b22f56c4719e - YARN-8273. Log aggregation does not warn if HDFS quota in target directory is exceeded (grepas via rkanter) (6 years ago) +* 83f53e5c6236 - YARN-8332. Incorrect min/max allocation property name in resource types doc. (Weiwei Yang via wangda) (6 years ago) +* bd15d2396ef0 - YARN-8290. SystemMetricsPublisher.appACLsUpdated should be invoked after application information is published to ATS to avoid "User is not set in the application report" Exception. (Eric Yang via wangda) (6 years ago) +* 523f602f81ea - HDDS-89. Addendum Patch. Create ozone specific inline documentation as part of the build Contributed by Elek, Marton. (6 years ago) +* 60821fb20ece - HDDS-74. Rename name of properties related to configuration tags. Contributed by Sandeep Nemuri. (6 years ago) +* 481bfdb94ff2 - HDDS-89. Create ozone specific inline documentation as part of the build. Contributed by Elek, Marton. (6 years ago) +* 6176d2b35c85 - YARN-7960. Added security flag no-new-privileges for YARN Docker integration. Contributed by Eric Badger (6 years ago) +* bcc8e76badc1 - HADOOP-15450. Avoid fsync storm triggered by DiskChecker and handle disk full situation. Contributed by Arpit Agarwal. (6 years ago) +* 5f11288e41fc - YARN-8206. Sending a kill does not immediately kill docker containers. Contributed by Eric Badger (6 years ago) +* 57c2feb0d3ed - HADOOP-15474. Rename properties introduced for . Contributed by Zsolt Venczel. (6 years ago) +* 5e88126776e6 - HDDS-82. Merge ContainerData and ContainerStatus classes. Contributed by Bharat Viswanadham. (6 years ago) +* 0b4c44bdeef6 - YARN-8179: Preemption does not happen due to natural_termination_factor when DRF is used. Contributed by Kyungwan Nam. (6 years ago) +* 132a547dea40 - HDDS-71. Send ContainerType to Datanode during container creation. Contributed by Bharat Viswanadham. (6 years ago) +* 73e9120ad79c - Skip the proxy user check if the ugi has not been initialized. Contributed by Daryn Sharp (6 years ago) +* f48fec83d0f2 - YARN-8248. Job hangs when a job requests a resource that its queue does not have. (Szilard Nemeth via Haibo Chen) (6 years ago) +* 3d2d9dbcaa73 - HDDS-87:Fix test failures with uninitialized storageLocation field in storageReport Contributed by Shashikant Banerjee (6 years ago) +* c97df7712ce3 - HDDS-57. TestContainerCloser#testRepeatedClose and TestContainerCloser#testCleanupThreadRuns fail consistently. Contributed by Shashikant Banerjee. (6 years ago) +* ba842847c94d - HADOOP-15478. WASB: hflush() and hsync() regression. Contributed by Thomas Marquardt. (6 years ago) +* a23ff8d88001 - YARN-7530. Refactored YARN service API project location. Contributed by Chandni Singh (6 years ago) +* 89f59113927d - HADOOP-15154. Abstract new method assertCapability for StreamCapabilities testing. Contributed by Zsolt Venczel. (6 years ago) +* 9775ecb2355d - HDFS-13593. TestBlockReaderLocalLegacy#testBlockReaderLocalLegacyWithAppend fails on Windows. Contributed by Anbang Hu. (6 years ago) +* 57b893de3d36 - HDFS-13592. TestNameNodePrunesMissingStorages#testNameNodePrunesUnreportedStorages does not shut down cluster properly. Contributed by Anbang Hu. (6 years ago) +* 6e996867f641 - HDDS-76. Modify SCMStorageReportProto to include the data dir paths as well as the StorageType info. Contributed by Shashikant Banerjee. (6 years ago) +* 3159bffce23a - YARN-7900. [AMRMProxy] AMRMClientRelayer for stateful FederationInterceptor. (Botong Huang via asuresh) (6 years ago) +* f749517cc78f - HDFS-13573. Javadoc for BlockPlacementPolicyDefault is inaccurate. Contributed by Zsolt Venczel. (6 years ago) +* 878361369667 - HDFS-13586. Fsync fails on directories on Windows. Contributed by Lukas Majercack. (6 years ago) +* 2f2dd22aad4a - YARN-8296. Removed unique_component_support from YARN services. Contributed by Suma Shivaprasad (6 years ago) +* 989cfdc1e0f1 - YARN-8141. Removed YARN_CONTAINER_RUNTIME_DOCKER_LOCAL_RESOURCE_MOUNTS flag. Contributed by Chandni Singh (6 years ago) +* 53b807a6a848 - HDFS-13560. Insufficient system resources exist to complete the requested service for some tests on Windows. Contributed by Anbang Hu. (6 years ago) +* a97a2042f210 - HDFS-13556. TestNestedEncryptionZones does not shut down cluster. Contributed by Anbang Hu. (6 years ago) +* 7c485a670127 - HDDS-38. Add SCMNodeStorage map in SCM class to store storage statistics per Datanode. Contributed by Shashikant Banerjee. (6 years ago) +* e0367d3b248d - HDDS-73. Add acceptance tests for Ozone Shell. Contributed by Lokesh Jain. (6 years ago) +* 65476458fa05 - HDFS-13554. TestDatanodeRegistration#testForcedRegistration does not shut down cluster. Contributed by Anbang Hu. (6 years ago) +* d45a0b7d7351 - YARN-8141. Removed YARN_CONTAINER_RUNTIME_DOCKER_LOCAL_RESOURCE_MOUNTS flag. Contributed by Chandni Singh (6 years ago) +* 7f083ed8699a - YARN-8080. Add restart policy for YARN services. Contributed by Suma Shivaprasad (6 years ago) +* 7802af6e9a85 - YARN-8293. Removed "User Name for service" for deploying secure YARN service. Contributed by Sunil G (6 years ago) +* 26f1e22fc9ee - HDFS-13558. TestDatanodeHttpXFrame does not shut down cluster. Contributed by Anbang Hu. (6 years ago) +* 328f0847e3d9 - YARN-8128. Documenting the per-node per-app file limit in YARN log aggregation. Contributed by Xuan Gong. (6 years ago) +* a2cdffb95acb - MAPREDUCE-7094. LocalDistributedCacheManager leaves classloaders open, which leaks FDs. Contributed by Adam Szita. (6 years ago) +* cc3600aabdca - HADOOP-15469. S3A directory committer commit job fails if _temporary directory created under dest. Contributed by Steve Loughran. (6 years ago) +* c0ec061e280c - HDFS-13570. TestQuotaByStorageType,TestQuota,TestDFSOutputStream fail on Windows. Contributed by Anbang Hu. (6 years ago) +* 59bde09920fc - HDDS-3. Send NodeReport and ContainerReport when datanodes register. Contributed by Bharat Viswanadham. (6 years ago) +* 41ae5c50024e - HDDS-77. Key replication factor and type should be stored per key by Ozone Manager. Contributed by Mukul Kumar Singh. (6 years ago) +* 0ce6290de6a0 - HDFS-13581. DN UI logs link is broken when https is enabled. Contributed by Shashikant Banerjee. (6 years ago) +* c95795cd8f64 - YARN-8297. Incorrect ATS Url used for Wire encrypted cluster. Contributed by Sunil G. (6 years ago) +* 454de3b543c8 - HDFS-13559. TestBlockScanner does not close TestContext properly. Contributed by Anbang Hu. (6 years ago) +* be539690477f - YARN-8071. Add ability to specify nodemanager environment variables individually. Contributed by Jim Brennan (6 years ago) +* e3b7d7ac1694 - YARN-7933. [atsv2 read acls] Add TimelineWriter#writeDomain. (Rohith Sharma K S via Haibo Chen) (6 years ago) +* 0fc988e6a3dc - HDFS-13512. WebHdfs getFileStatus doesn't return ecPolicy. Contributed by Ajay Kumar. (6 years ago) +* 55d554908718 - HDFS-13550.TestDebugAdmin#testComputeMetaCommand fails on Windows. Contributed by Anbang Hu. (6 years ago) +* 91357c22ef0f - YARN-8300. Fixed NPE in DefaultUpgradeComponentsFinder. Contributed by Suma Shivaprasad (6 years ago) +* 6b67161ca338 - HDFS-13557. TestDFSAdmin#testListOpenFiles fails on Windows. Contributed by Anbang Hu. (6 years ago) +* d47c09dcb146 - YARN-8284. get_docker_command refactoring. Contributed by Eric Badger (6 years ago) +* 0a2286033637 - YARN-8123. Skip compiling old hamlet package when the Java version is 10 or upper (6 years ago) +* 8d3b39de8980 - YARN-8081. Add support to upgrade a component. Contributed by Chandni Singh (6 years ago) +* 63480976a008 - HDFS-13567. TestNameNodeMetrics#testGenerateEDEKTime,TestNameNodeMetrics#testResourceCheck should use a different cluster basedir. Contributed by Anbang Hu. (6 years ago) +* 2d6195c0af4a - HDFS-13548. TestResolveHdfsSymlink#testFcResolveAfs fails on Windows. Contributed by Anbang Hu. (6 years ago) +* eaca7980ad2a - HDFS-11700. TestHDFSServerPorts#testBackupNodePorts doesn't pass on Windows. Contributed by Anbang Hu. (6 years ago) +* 92ebd466c752 - HDFS-13551. TestMiniDFSCluster#testClusterSetStorageCapacity does not shut down cluster. Contributed by Anbang Hu. (6 years ago) +* 07d8505f75ec - HADOOP-15466. Correct units in adl.http.timeout. Contributed by Sean Mackrory, (6 years ago) +* b6708374692e - HADOOP-15442. ITestS3AMetrics.testMetricsRegister can't know metrics source's name. Contributed by Sean Mackrory. (6 years ago) +* 2bb647bb9143 - YARN-8278. DistributedScheduling is not working in HA. Contributed by Bibin A Chundatt. (6 years ago) +* 58b97c79e349 - YARN-8236. Invalid kerberos principal file name cause NPE in native service. Contributed by Gour Saha. (6 years ago) +* ffb9210dedb7 - YARN-8166. [UI2] Service page header links are broken. Contributed by Yesha Vora. (6 years ago) +* 796b2b0ee36e - YARN-8266. [UI2] Clicking on application from cluster view should redirect to application attempt page. Contributed by Yesha Vora. (6 years ago) +* 2d00a0c71b5d - YARN-8130 Race condition when container events are published for KILLED applications. (Rohith Sharma K S via Haibo Chen) (6 years ago) +* 6beb25ab7e4f - HDFS-13544. Improve logging for JournalNode in federated cluster. (6 years ago) +* 6653f4ba2ee2 - HDDS-19. Update ozone to latest ratis snapshot build (0.1.1-alpha-d7d7061-SNAPSHOT). Contributed by Lokesh Jain. (6 years ago) +* 960940e0e08f - HDFS-13539. DFSStripedInputStream NPE when reportCheckSumFailure. (6 years ago) +* fc5d49c20235 - HDDS-29. Fix TestStorageContainerManager#testRpcPermission. Contributed by Mukul Kumar Singh. (6 years ago) +* 8a2b5914f3a6 - YARN-8288. Fix wrong number of table columns in Resource Model doc. Contributed by Weiwei Yang. (6 years ago) +* 89d0b87ad324 - YARN-8271. [UI2] Improve labeling of certain tables. Contributed by Yesha Vora. (6 years ago) +* f3f544b00475 - Add 2.9.1 release notes and changes documents (6 years ago) +* 66c9905b5734 - Revert "Add 2.9.1 release notes and changes documents" (6 years ago) +* e4dc346d651d - Add 2.9.1 release notes and changes documents (6 years ago) +* 32cbd0cfd696 - HDDS-51. Fix TestDeletedBlockLog#testDeletedBlockTransactions. Contributed by Mukul Kumar Singh. (6 years ago) +* 53c8ebcd0285 - HDDS-32. Fix TestContainerDeletionChoosingPolicy#testTopNOrderedChoosingPolicy. Contributed by Mukul Kumar Singh. (6 years ago) +* cd8b9e913e9a - HDDS-53. Fix TestKey#testPutAndGetKeyWithDnRestart. Contributed by Mukul Kumar Singh. (6 years ago) +* 7e26e1f2166d - HDDS-52. Fix TestSCMCli#testInfoContainer. Contributed by Mukul Kumar Singh. (6 years ago) +* a5449d36312c - HADOOP-15441. Log kms url and token service at debug level. Contributed by Gabor Bota (6 years ago) +* 1194ec31d72c - HDDS-17. Add node to container map class to simplify state in SCM. Contributed by Anu Engineer. (6 years ago) +* 413285569a89 - HDDS-21. Add support for rename key within a bucket for rest client. Contributed by Lokesh Jain. (6 years ago) +* 0ff94563b9b6 - YARN-8265. Improve DNS handling on docker IP changes. Contributed by Billie Rinaldi (6 years ago) +* 6c8e51ca7eaa - YARN-7654. Support ENTRY_POINT for docker container. Contributed by Eric Yang (6 years ago) +* 4b4f24ad5f2b - HDDS-40. Separating packaging of Ozone/HDDS from the main Hadoop. Contributed by Elek, Marton. (6 years ago) +* 50408cfc6987 - YARN-3610. FairScheduler: Add steady-fair-shares to the REST API documentation. (Ray Chiang via Haibo Chen) (6 years ago) +* ca612e353fc3 - YARN-8243. Flex down should remove instance with largest component instance ID first. Contributed by Gour Saha (6 years ago) +* dc912994a1bc - YARN-8244. TestContainerSchedulerQueuing.testStartMultipleContainers failed. Contributed by Jim Brennan (6 years ago) +* ba12e8805e2a - HDDS-25. Simple async event processing for SCM. Contributed by Elek, Marton. (6 years ago) +* 1f10a360219c - YARN-8268. Fair scheduler: reservable queue is configured both as parent and leaf queue. (Gergo Repas via Haibo Chen) (6 years ago) +* 8f7912e0fee5 - YARN-8274. Fixed a bug on docker start command. Contributed by Jason Lowe (6 years ago) +* c1d64d60f6ef - HDDS-39. Ozone: Compile Ozone/HDFS/Cblock protobuf files with proto3 compiler using maven protoc plugin. Contributed by Mukul Kumar Singh. (6 years ago) +* 3a93af731ee0 - HDDS-47. Add acceptance tests for Ozone Shell. Contributed by Lokesh Jain. (6 years ago) +* d50c4d71dc42 - HDFS-13542. TestBlockManager#testNeededReplicationWhileAppending fails due to improper cluster shutdown in TestBlockManager#testBlockManagerMachinesArray on Windows. Contributed by Anbang Hu. (6 years ago) +* a922b9c82cc5 - HDFS-13346. RBF: Fix synchronization of router quota and nameservice quota. (6 years ago) +* 9db9cd95bd03 - YARN-7003. DRAINING state of queues is not recovered after RM restart. Contributed by Tao Yang. (6 years ago) +* d76fbbc9b82e - YARN-8249. Fixed few REST APIs in RMWebServices to have static-user check. Contributed by Sunil Govindan. (6 years ago) +* 84b305f11a67 - HDDS-43: Rename hdsl to hdds in hadoop-ozone/acceptance-test/README.md. Contributed by Sandeep Nemuri (6 years ago) +* 30293f6065c9 - HDDS-34. Remove .meta file during creation of container Contributed by Bharat Viswanadham. (6 years ago) +* db1ab0fc1674 - HDDS-37. Remove dependency of hadoop-hdds-common and hadoop-hdds-server-scm from hadoop-ozone/tools/pom.xml. Contributed by Sandeep Nemuri. (6 years ago) +* 7369f410202e - HDDS-16. Remove Pipeline from Datanode Container Protocol protobuf definition. Contributed by Mukul Kumar Singh. (6 years ago) +* 48d0b548492a - HDDS-31. Fix TestSCMCli. Contributed by Lokesh Jain. (6 years ago) +* f8b540049dbc - HDDS-42. Inconsistent module names and descriptions. Contributed by Tsz Wo Nicholas Sze. (6 years ago) +* 7482963f1a25 - HDDS-30. Fix TestContainerSQLCli. Contributed by Shashikant Banerjee. (6 years ago) +* 6341c3a43748 - YARN-7715. Support NM promotion/demotion of running containers. (Miklos Szegedi via Haibo Chen) (6 years ago) +* 274eee328410 - MAPREDUCE-7095. Race conditions in closing FadvisedChunkedFile. (Miklos Szegedi via Haibo Chen) (6 years ago) +* 1da8d4190d6e - HADOOP-15454. TestRollingFileSystemSinkWithLocal fails on Windows. Contributed by Xiao Liang. (6 years ago) +* c8b53c43644b - YARN-8202. DefaultAMSProcessor should properly check units of requested custom resource types against minimum/maximum allocation (snemeth via rkanter) (6 years ago) +* ba051b0686ad - HADOOP-15354. hadoop-aliyun & hadoop-azure modules to mark hadoop-common as provided (6 years ago) +* 46e0f2786259 - HDDS-18. Ozone Shell should use RestClient and RpcClient. Contributed by Lokesh Jain. (6 years ago) +* 3c95ca4f21dc - YARN-8247 Incorrect HTTP status code returned by ATSv2 for non-whitelisted users. Contributed by Rohith Sharma K S (6 years ago) +* cc0310a5266c - YARN-8201. Skip stacktrace of few exception from ClientRMService. Contributed by Bilwa S T. (6 years ago) +* 914b98a713f7 - HDFS-13537. TestHdfsHelper does not generate jceks path properly for relative path in Windows. Contributed by Xiao Liang. (6 years ago) +* 1cfe7506f7e9 - HADOOP-15356. Make HTTP timeout configurable in ADLS connector. Contributed by Atul Sikaria and Sean Mackrory. (6 years ago) +* af4fc2e62805 - YARN-8261. Fixed a bug in creation of localized container directory. Contributed by Jason Lowe (6 years ago) +* 343b51dcf484 - HDDS-28. Ozone:Duplicate declaration in hadoop-tools/hadoop-ozone/pom.xml. Contributed by Tsz Wo Nicholas Sze. (6 years ago) +* 208b97e969cd - HDDS-20. Ozone: Add support for rename key within a bucket for rpc client. Contributed by Lokesh Jain. (6 years ago) +* cd68c7cc6942 - YARN-8260. [UI2] Per-application tracking URL is no longer available in YARN UI2. Contributed by Sunil G. (6 years ago) +* 9acfaee1f080 - YARN-8264. [UI2] GPU Info tab disappears if we click any sub link under List of Applications or List of Containers. Contributed by Sunil G. (6 years ago) +* eb7b256cc2c7 - YARN-8239. [UI2] Clicking on Node Manager UI under AM container info / App Attempt page goes to old RM UI. Contributed by Sunil G. (6 years ago) +* 809135082a04 - HDDS-33. Ozone : Fix the test logic in TestKeySpaceManager#testDeleteKey. Contributed by Shashikant Banerjee. (6 years ago) +* 8981674bbcff - HADOOP-15420 s3guard ITestS3GuardToolLocal failures in diff tests (Gabor Bota) (6 years ago) +* 69aac696d9d4 - HADOOP-13649 s3guard: implement time-based (TTL) expiry for LocalMetadataStore (Gabor Bota) (6 years ago) +* 1ef0a1db1d6a - YARN-7894. Improve ATS response for DShell DS_CONTAINER when container launch fails. Contributed by Chandni Singh (6 years ago) +* a2ea7564209d - YARN-8207. Docker container launch use popen have risk of shell expansion. Contributed by Eric Yang. (6 years ago) +* 6b96a73bb0f0 - YARN-8232. RMContainer lost queue name when RM HA happens. (Hu Ziqian via wangda) (6 years ago) +* d72c16516184 - HDDS-23. Remove SCMNodeAddressList from SCMRegisterRequestProto. Contributed by Nanda Kumar. (6 years ago) +* 745058372175 - YARN-8253. HTTPS Ats v2 api call fails with 'bad HTTP parsed'. Contributed by Charan Hebri. (6 years ago) +* 2916c9050064 - YARN-8251. [UI2] Clicking on Application link at the header goes to Diagnostics Tab instead of AppAttempt Tab. Contributed by Yesha Vora. (6 years ago) +* 9832265e1dee - YARN-5151. [UI2] Support kill application from new YARN UI. Contributed by Gergely Novák. (6 years ago) +* 08ea90e1e4cd - HDDS-27. Fix TestStorageContainerManager#testBlockDeletionTra;nsactions. Contributed by Xiaoyu Yao. (6 years ago) +* 696a4be0daac - HDFS-12981. renameSnapshot a Non-Existent snapshot to itself should throw error. Contributed by Kitti Nanasi. (6 years ago) +* 3a43ac2851f5 - HDDS-1. Remove SCM Block DB. Contributed by Xiaoyu Yao. (6 years ago) +* a3a1552c33d5 - Revert "HADOOP-14445. Delegation tokens are not shared between KMS instances. Contributed by Xiao Chen and Rushabh S Shah." (6 years ago) +* 118bd7580583 - Revert "HDFS-13430. Fix TestEncryptionZonesWithKMS failure due to HADOOP-14445." (6 years ago) +* 5b11b9fd4134 - HADOOP-15446. WASB: PageBlobInputStream.skip breaks HBASE replication. Contributed by Thomas Marquardt (6 years ago) +* 67f239c42f67 - YARN-8025. UsersManangers#getComputedResourceLimitForActiveUsers throws NPE due to preComputedActiveUserLimit is empty. Contributed by Tao Yang. (6 years ago) +* e9159db62367 - MAPREDUCE-7093. Use assertEquals instead of assertTrue(a == b) in TestMapReduceJobControlWithMocks (6 years ago) +* a732acd87302 - HDFS-5926 Documentation should clarify dfs.datanode.du.reserved impact from reserved disk capacity (Gabor Bota) (6 years ago) +* 6a69239d8670 - YARN-8163. Add support for Node Labels in opportunistic scheduling. Contributed by Abhishek Modi. (6 years ago) +* 4cdbdce752e1 - HADOOP-14841 Kms client should disconnect if unable to get output stream from connection. Contributed by Rushabh S Shah (6 years ago) +* 96c843f64bb4 - HADOOP-15444 ITestS3GuardToolDynamo should only run with -Ddynamo (Aaron Fabbri) (6 years ago) +* 8cdb032aff42 - YARN-8223. Improved yarn auxiliary service to load jar file from HDFS. Contributed by Zian Chen (6 years ago) +* 6795f8072ffb - YARN-8079. Support static and archive unmodified local resources in service AM. Contributed by Suma Shivaprasad (6 years ago) +* 502914ca32ac - YARN-7818. Remove privileged operation warnings during container launch for the ContainerRuntimes. Contributed by Shane Kumpf (6 years ago) +* a3b416f69dc3 - HDFS-13525. RBF: Add unit test TestStateStoreDisabledNameservice. Contributed by Yiqun Lin. (6 years ago) +* 7698737207b0 - YARN-8226. Improved anti-affinity description in YARN Service doc. Contributed by Gour Saha (6 years ago) +* 7fe3214d4bb8 - YARN-7961. Improve status message for YARN service. Contributed by Gour Saha (6 years ago) +* ee2ce923a922 - YARN-8217. RmAuthenticationFilterInitializer and TimelineAuthenticationFilterInitializer should use Configuration.getPropsWithPrefix instead of iterator. Contributed by Suma Shivaprasad. (6 years ago) +* 85381c7b605b - HADOOP-15434. Upgrade to ADLS SDK that exposes current timeout. (6 years ago) +* e6a80e476d43 - YARN-8151. Yarn RM Epoch should wrap around. Contributed by Young Chen. (6 years ago) +* 87c23ef64339 - HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently (Contributed by Gabor Bota via Daniel Templeton) (6 years ago) +* f4d280f02b55 - YARN-8194. Fixed reinitialization error for LinuxContainerExecutor. Contributed by Chandni Singh (6 years ago) +* 6b63a0af9b29 - HDDS-15. Add memory profiler support to Genesis. Contributed by Anu Engineer. (6 years ago) +* 3b34fca4b5d6 - YARN-8113. Update placement constraints doc with application namespaces and inter-app constraints. Contributed by Weiwei Yang. (6 years ago) +* 883f68222a9c - YARN-8209. Fixed NPE in Yarn Service deletion. Contributed by Eric Badger (6 years ago) +* 19ae588fde99 - HDFS-11807. libhdfs++: Get minidfscluster tests running under valgrind. Contributed by Anatoli Shein. (6 years ago) +* fe649bb3051f - HADOOP-12071. conftest is not documented. Contributed by Kengo Seki. (6 years ago) +* 251f528814c4 - YARN-8222. Fix potential NPE when gets RMApp from RM context. Contributed by Tao Yang. (6 years ago) +* 3265b55119d3 - YARN-6385. Fix checkstyle warnings in TestFileSystemApplicationHistoryStore (6 years ago) +* e07156e8b075 - HADOOP-15406. hadoop-nfs dependencies for mockito and junit are not test scope (6 years ago) +* 33768724ff99 - HADOOP-15377. Improve debug messages in MetricsConfig.java (6 years ago) +* 1a95a4524a8c - MAPREDUCE-7073. Optimize TokenCache#obtainTokensForNamenodesInternal (6 years ago) +* 37269261d123 - HDFS-13488. RBF: Reject requests when a Router is overloaded. Contributed by Inigo Goiri. (6 years ago) +* 8f42dafcf82d - HADOOP-15250. Split-DNS MultiHomed Server Network Cluster Network IPC Client Bind Addr Wrong Contributed by Ajay Kumar (6 years ago) +* 68c6ec719da8 - MAPREDUCE-7086. Add config to allow FileInputFormat to ignore directories when recursive=false. Contributed by Sergey Shelukhin (6 years ago) +* 24eeea8b1874 - YARN-7799. Improved YARN service jar file handling. Contributed by Billie Rinaldi (6 years ago) +* 9e2cfb2d3f1a - HDFS-13503. Fix TestFsck test failures on Windows. Contributed by Xiao Liang. (6 years ago) +* 4e1382aca4cf - YARN-2674. Fix distributed shell AM container relaunch during RM work preserving restart. Contributed by Shane Kumpf (6 years ago) +* d6139c5106a4 - YARN-8187. [UI2] Individual Node page does not contain breadcrumb trail. Contributed by Zian Chen. (6 years ago) +* f0c3dc4cf405 - HDDS-13. Refactor StorageContainerManager into seperate RPC endpoints. Contributed by Anu Engineer. (6 years ago) +* 2d319e37937c - YARN-8212. Pending backlog for async allocation threads should be configurable. Contributed by Tao Yang. (6 years ago) +* a966ec6e23b3 - YARN-8228. Added hostname length check for docker container. Contributed by Shane Kumpf (6 years ago) +* 919865a34bd5 - HADOOP-15239 S3ABlockOutputStream.flush() be no-op when stream closed. Contributed by Gabor Bota. (6 years ago) +* fc074a359c44 - HDFS-13283. Percentage based Reserved Space Calculation for DataNode. Contributed by Lukas Majercak. (6 years ago) +* 9b0955545174 - YARN-8195. Fix constraint cardinality check in the presence of multiple target allocation tags. Contributed by Weiwei Yang. (6 years ago) +* 3d43474f7567 - HDDS-11. Fix findbugs exclude rules for ozone and hdds projects. Contributed by Elek, Marton. (6 years ago) +* eb7fe1d588de - HDFS-13509. Bug fix for breakHardlinks() of ReplicaInfo/LocalReplica, and fix TestFileAppend failures on Windows. Contributed by Xiao Liang. (6 years ago) +* 2c95eb8111a7 - YARN-8225. YARN precommit build failing in TestPlacementConstraintTransformations. Contributed by Shane Kumpf. (6 years ago) +* 484440602c5b - HDFS-13508. RBF: Normalize paths (automatically) when adding, updating, removing or listing mount table entries. Contributed by Ekanth S. (6 years ago) +* f469628bba35 - HDFS-13434. RBF: Fix dead links in RBF document. Contributed by Chetna Chaudhari. (6 years ago) +* 92c5331423af - YARN-8005. Add unit tests for queue priority with dominant resource calculator. (Zian Chen via wangda) (6 years ago) +* b1833d9ba2c0 - YARN-8210. AMRMClient logging on every heartbeat to track updation of AM RM token causes too many log lines to be generated in AM logs. (Suma Shivaprasad via wangda) (6 years ago) +* ef3ecc308dbe - YARN-8221. RMWebServices also need to honor yarn.resourcemanager.display.per-user-apps. Contributed by Sunil G. (6 years ago) +* bff3d7b0cf07 - HADOOP-15382. Log kinit output in credential renewal thread. Contributed by Gabor Bota. (6 years ago) +* 24a5ccbf4bda - YARN-7781. Update YARN service documentation. Contributed by Gour Saha (6 years ago) +* 14b47990af39 - YARN-8204. Added a flag to disable YARN service upgrade. Contributed by Chandni Singh (6 years ago) +* 9ab3f9708923 - YARN-8211. Yarn registry dns log finds BufferUnderflowException on port ping. Contributed by Eric Yang (6 years ago) +* 914d6b5cb143 - YARN-8208. Add log statement for Docker client configuration file at INFO level. Contributed by Yesha Vora (6 years ago) +* 84ecfe3cebe3 - HADOOP-14188. Remove the usage of org.mockito.internal.util.reflection.Whitebox (6 years ago) +* ba2db39c6556 - YARN-8152. Add chart in SLS to illustrate the throughput of the scheduler. Contributed by Tao Yang. (6 years ago) +* 71220d218db5 - YARN-8004. Add unit tests for inter queue preemption for dominant resource calculator. Contributed by Zian Chen. (6 years ago) +* 7fc09c4f7255 - YARN-8215. ATS v2 returns invalid YARN_CONTAINER_ALLOCATED_HOST_HTTP_ADDRESS from NM. Contributed by Rohith Sharma K S. (6 years ago) +* 1634de0fc143 - YARN-8205. Application State is not updated to ATS if AM launching is delayed. Contributed by Rohith Sharma K S. (6 years ago) +* 7d8bcf534acc - HADOOP-13756 LocalMetadataStore#put(DirListingMetadata) should also put file metadata into fileHash. (Gabor Bota) (6 years ago) +* 0a293de00d5f - HDFS-13499. RBF: Show disabled name services in the UI. Contributed by Inigo Goiri. (6 years ago) +* 93979db84001 - YARN-8122. Added component health monitoring for YARN service. Contributed by Gour Saha (6 years ago) +* 09c9cf1d43b8 - HDFS-13326. RBF: Improve the interfaces to modify and view mount tables. Contributed by Gang Li. (6 years ago) +* 598483e496a0 - YARN-8140. Improve log message when launch cmd is ran for stopped yarn service. Contributed by Eric Yang (6 years ago) +* 4a7369b09547 - YARN-7939. Added support to upgrade a component instance. Contributed by Chandni Singh (6 years ago) +* 83e60cd2db20 - MAPREDUCE-7042. Killed MR job data does not move to mapreduce.jobhistory.done-dir when ATS v2 is enabled. Contributed by Rohith Sharma K S. (6 years ago) +* 2a0fa50f9d71 - YARN-8193. YARN RM hangs abruptly (stops allocating resources) when running successive applications. (Zian Chen via wangda) (6 years ago) +* 13d389bf5125 - HADOOP-15411. AuthenticationFilter should use Configuration.getPropsWithPrefix instead of iterator. (Suma Shivaprasad via wangda) (6 years ago) +* a8e428b2dc08 - HDFS-13468. Add erasure coding metrics into ReadStatistics. (Contributed by Lei (Eddy) Xu) (6 years ago) +* 7ac0abdc13ab - YARN-8188. RM Nodes UI data table index for sorting column need to be corrected post Application tags display. Contributed by Weiwei Yang. (6 years ago) +* bbc8dfcb8b5a - HADOOP-15402. Prevent double logout of UGI's LoginContext (6 years ago) +* 6f655aed3b83 - HADOOP-15404. Remove multibyte characters in DataNodeUsageReportUtil (6 years ago) +* 48269c370c89 - HDFS-13484. RBF: Disable Nameservices from the federation. Contributed by Inigo Goiri. (6 years ago) +* ebedd69e254e - YARN-8183. Fix ConcurrentModificationException inside RMAppAttemptMetrics#convertAtomicLongMaptoLongMap. (Suma Shivaprasad via wangda) (6 years ago) +* 3b1dad91232e - YARN-8196. Updated documentation for enabling YARN Service REST API. Contributed by Billie Rinaldi (6 years ago) +* 2adda92de153 - HDFS-7240 git commit fixup (6 years ago) +* 9da4caee8900 - HDFS-13422. Ozone: Fix whitespaces and license issues in HDFS-7240 branch. Contributed by Lokesh Jain. (6 years ago) +* 20dab055641a - HDFS-13407. Ozone: Use separated version schema for Hdds/Ozone projects. Contributed by Elek Marton. (6 years ago) +* 17974ba3a6fa - HDFS-13444. Ozone: Fix checkstyle issues in HDFS-7240. Contributed by Lokesh Jain. (6 years ago) +* 3d18ca4926c2 - HDFS-13459. Ozone: Clean-up of ozone related change from MiniDFSCluste. Contributed by Nandakumar. (6 years ago) +* ae8ac7f08228 - HDFS-13424. Ozone: Refactor MiniOzoneClassicCluster. Contributed by Nanda Kumar. (6 years ago) +* 025058f251a0 - HDFS-13446. Ozone: Fix OzoneFileSystem contract test failures. Contributed by Mukul Kumar Singh. (6 years ago) +* 908ddab55bc7 - HDFS-13197. Ozone: Fix ConfServlet#getOzoneTags cmd. Contributed by Ajay Kumar. (6 years ago) +* 979bbb4019b2 - HDFS-13423. Ozone: Clean-up of ozone related change from hadoop-hdfs-project. Contributed by Nanda Kumar. (6 years ago) +* d5a8e6025652 - HDFS-13413. Ozone: ClusterId and DatanodeUuid should be marked mandatory fields in SCMRegisteredCmdResponseProto. Contributed by Shashikant Banerjee. (6 years ago) +* 51459d435161 - HDFS-13414. Ozone: Update existing Ozone documentation according to the recent changes. Contributed by Elek, Marton. (6 years ago) +* 8cc13ff962dd - HDFS-13425. Ozone: Clean-up of ozone related change from hadoop-common-project. Contributed by Lokesh Jain. (6 years ago) +* ec6c8742e588 - HDFS-13415. Ozone: Remove cblock code from HDFS-7240. Contributed by Elek, Marton. (6 years ago) +* aae3ba24ca7a - HDFS-13348. Ozone: Update IP and hostname in Datanode from SCM's response to the register call. Contributed by Shashikant Banerjee. (6 years ago) +* 12d80f8caee8 - HDFS-13416. Ozone: TestNodeManager tests fail. Contributed by Bharat Viswanadham. (6 years ago) +* 3779fadc5c34 - HDFS-13324. Ozone: Remove InfoPort and InfoSecurePort from DatanodeDetails. Contributed by Shashikant Banerjee. (6 years ago) +* 25f2398bbdaa - HDFS-13395. Ozone: Plugins support in HDSL Datanode Service. Contributed by Nanda Kumar. (6 years ago) +* 0ec88ea42be7 - HDFS-13301. Ozone: Remove containerPort, ratisPort and ozoneRestPort from DatanodeID and DatanodeIDProto. Contributed by Shashikant Banerjee. (6 years ago) +* 82eb5da2b67a - HDFS-13342. Ozone: Rename and fix ozone CLI scripts. Contributed by Shashikant Banerjee. (6 years ago) +* e1470c8e9afe - HDFS-13405. Addendum: Ozone: Rename HDSL to HDDS. Contributed by Ajay Kumar. (6 years ago) +* 8b832f3c3556 - HDFS-13405. Ozone: Rename HDSL to HDDS. Contributed by Ajay Kumar, Elek Marton, Mukul Kumar Singh, Shashikant Banerjee and Anu Engineer. (6 years ago) +* 792ac4d08bfd - HDFS-13309. Ozone: Improve error message in case of missing nodes. Contributed by Elek, Marton. (6 years ago) +* 43f7307829f3 - HDFS-13316. Ozone: Update the ksm/scm CLI usage info. Contributed by Xiaoyu Yao. (6 years ago) +* 6cc765fbb677 - HDFS-13320. Ozone: Support for MicrobenchMarking Tool. Contributed by Shashikant Banerjee (6 years ago) +* 7ae9543a5781 - HDFS-13391. Ozone: Make dependency of internal sub-module scope as provided in maven. Contributed by Nanda kumar. (6 years ago) +* 4f37ff76165c - HDFS-13341. Ozone: Move ozone specific ServiceRuntimeInfo utility to the framework. Contributed by Elek, Marton. (6 years ago) +* 12c3e4ef98c5 - HDFS-13368. Ozone:TestEndPoint tests are failing consistently. Contributed by Shashikant Banerjee. (6 years ago) +* 498b84155ff4 - HDFS-13300. Ozone: Remove DatanodeID dependency from HDSL and Ozone. Contributed by Nanda kumar. (6 years ago) +* 70216e79785d - HDFS-13340. Ozone: Fix false positive RAT warning when project built without hds/cblock. Contributed by Elek Marton. (6 years ago) +* 6d9f069edeee - HDFS-13343. Ozone: Provide docker based acceptance testing on pseudo cluster. Contributed by Elek, Marton. (6 years ago) +* 4981716ab544 - HDFS-13335. Ozone: remove hdsl/cblock/ozone source code from the official apache source release artifact. Contributed by Elek, Marton. (6 years ago) +* 6eb1dc9e8cb3 - HDFS-13319. Ozone: start-ozone.sh/stop-ozone.sh fail because of unresolved path. Contributed by Mukul Kumar Singh. (6 years ago) +* 2078884b360d - HDFS-13317. Ozone: docker-compose should only be copied to hadoop-dist if Phdsl is enabled. Contributed by Xiaoyu Yao. (6 years ago) +* 155051fbb682 - HDFS-13298. Addendum: Ozone: Make ozone/hdsl/cblock modules turned off by default. Contributed by Elek, Marton. (6 years ago) +* 1f9a7ae12fea - HDFS-13304. Document: update the new ozone docker file location. Contributed by Xiaoyu Yao. (6 years ago) +* 04e1287771ac - HDFS-13298. Ozone: Make ozone/hdsl/cblock modules turned off by default. Contributed by Elek, Marton. (6 years ago) +* 4e61bc431e29 - HDFS-13258. Ozone: restructure Hdsl/Ozone code to separated maven subprojects. Contributed by Elek Marton, Mukul Kumar Singh, Xiaoyu Yao, Ajay Kumar, Anu Engineer, Lokesh Jain, Nanda Kumar. (6 years ago) +* 5e7164c614b5 - HDFS-13137. Ozone: Ozonefs read fails because ChunkGroupInputStream#read does not iterate through all the blocks in the key. Contributed by Mukul Kumar Singh. (6 years ago) +* 61651dcf5c08 - HDFS-13108. Ozone: OzoneFileSystem: Simplified url schema for Ozone File System. Contributed by Elek, Marton. (6 years ago) +* 9a914126a71b - HDFS-13008. Ozone: Add DN container open/close state to container report. Contributed by Xiaoyu Yao. (6 years ago) +* bf206f014a3e - HDFS-13196. Ozone: dozone: make example docker-compose files version independent. Contributed by Elek, Marton. (6 years ago) +* f4466402aeed - HDFS-12965. Ozone: Documentation : Add ksm -createObjectStore command documentation. Contributed by Shashikant Banerjee. (6 years ago) +* 1094af072ca2 - HDFS-11699. Ozone:SCM: Add support for close containers in SCM. Contributed by Anu Engineer. (6 years ago) +* b4a3cf1476bd - HDFS-13070. Ozone: SCM: Support for container replica reconciliation - 1. Contributed by Nanda kumar. (6 years ago) +* 4c10a849e87e - HDFS-13078. Ozone: Update Ratis on Ozone to 0.1.1-alpha-8fd74ed-SNAPSHOT. To fix large chunk reads (>4M) from Datanodes. Contributed by Mukul Kumar Singh. (6 years ago) +* 254cbe258902 - HDFS-12983. Block Storage: provide docker-compose file for cblock clusters. Contributed by Elek,Marton. (6 years ago) +* 136b41959415 - HDFS-13149. Ozone: Rename Corona to Freon. Contributed by Anu Engineer. (6 years ago) +* cd807c9890ba - HDFS-13133. Ozone: OzoneFileSystem: Calling delete with non-existing path shouldn't be logged on ERROR level. Contributed by Elek, Marton. (6 years ago) +* 9272e1021d19 - HDFS-12636. Ozone: OzoneFileSystem: Implement seek functionality for rpc client. Contributed by Lokesh Jain. (6 years ago) +* 377b31ffa123 - HDFS-13022. Block Storage: Kubernetes dynamic persistent volume provisioner. Contributed by Elek, Marton. (6 years ago) +* ee5495456eac - HDFS-13116. Ozone: Refactor Pipeline to have transport and container specific information. Contributed by Mukul Kumar Singh. (6 years ago) +* 3cf07b43bc1c - HDFS-13127. Fix TestContainerStateManager and TestOzoneConfigurationFields. Contributed by Mukul Kumar Singh. (6 years ago) +* 443425a5d956 - HDFS-12522. Ozone: Remove the Priority Queues used in the Container State Manager. Contributed by Anu Engineer. (6 years ago) +* 32245c78e2dd - HDFS-13080. Ozone: Make finalhash in ContainerInfo of StorageContainerDatanodeProtocol.proto optional. Contributed by Elek, Marton. (6 years ago) +* 150c4e1d0bd0 - HDFS-12879. Ozone : add scm init command to document. Contributed by Rahul Pathak. (6 years ago) +* 7b3179f55172 - HDFS-13072. Ozone: DatanodeStateMachine: Handling Uncaught Exception in command handler thread. Contributed by Nanda kumar. (6 years ago) +* 10e1e2c2f596 - HDFS-12812. Ozone: dozone: initialize scm and ksm directory on cluster startup. Contributed by Elek, Marton. (6 years ago) +* 6b03fca37d0a - HDFS-12868. Ozone: Service Discovery API. Contributed by Nanda Kumar. (6 years ago) +* fb09d7537961 - HDFS-13018. Block Storage: make the iscsi target addres configurable for discovery. Contributed by Elek, Marton. (6 years ago) +* 4bb9ad8e8f39 - HDFS-13017. Block Storage: implement simple iscsi discovery in jscsi server. Contributed by Elek, Marton. (6 years ago) +* ba4d5a52a8be - HDFS-12986. Ozone: Update ozone to latest ratis snapshot build (0.1.1-alpha-0f7169d-SNAPSHOT). Contributed by Lokesh Jain (6 years ago) +* 94c0346f3560 - HDFS-13024. Ozone: ContainerStateMachine should synchronize operations between createContainer and writeChunk. Contributed by Mukul Kumar Singh. (6 years ago) +* 4a051ba4947d - HDFS-12940. Ozone: KSM: TestKeySpaceManager#testExpiredOpenKey fails occasionally. Contributed by Nanda kumar. (6 years ago) +* 1fb1ce107fa6 - HDFS-13012. TestOzoneConfigurationFields fails due to missing configs in ozone-default.xml. Contributed by Xiaoyu Yao. (6 years ago) +* 916f31f7d17e - HDFS-13026. Ozone: TestContainerPersistence is failing becaue of container data mismatch. Contributed by Mukul Kumar Singh. (6 years ago) +* 28b87af51bfb - HDFS-13013. Fix closeContainer API with the right container state change. Contributed by Xiaoyu Yao. (6 years ago) +* c4b88454a77a - HDFS-12843. Ozone: Client: TestOzoneRpcClient#testPutKeyRatisThreeNodes is failing. Contributed by Mukul Kumar Singh. (6 years ago) +* 98d62e55c439 - Revert "HDFS-12794. Ozone: Parallelize ChunkOutputSream Writes to container. Contributed by Shashikant Banerjee." (6 years ago) +* 98eeabbdb3c0 - HDFS-12794. Ozone: Parallelize ChunkOutputSream Writes to container. Contributed by Shashikant Banerjee. (6 years ago) +* 0c48cb2cf2b5 - HFDS-13007. Ozone: Fix TestKeySpaceManager#testKSMInitializationFailure. Contributed by Xiaoyu Yao. (6 years ago) +* 98973cd0c4b4 - HDFS-12966. Ozone: owner name should be set properly when the container allocation happens. Contributed by Shashikant Banerjee. (6 years ago) +* 5e31b920f072 - HDFS-12871. Ozone: Service Discovery: Adding REST server details in ServiceList. Contributed by Nanda Kumar. (6 years ago) +* 3965f1ec9909 - HDFS-12853. Ozone: Optimize chunk writes for Ratis by avoiding double writes. Contributed by Mukul Kumar Singh (6 years ago) +* 5cc5149bd897 - HDFS-12961. Ozone: Use relative resource urls in KSM/SCM web ui. Contributed by Elek, Marton. (6 years ago) +* 5766792cad8e - HDFS-12870. Ozone: Service Discovery: REST endpoint in KSM for getServiceList. Contributed by Nanda kumar. (6 years ago) +* 5f10c2d8ce16 - HDFS-12980. Ozone: SCM: Restructuring container state transition and event. Contributed by Nanda kumar. (6 years ago) +* 87b7774488f6 - HDFS-12958. Ozone: remove setAllocatedBytes method in ContainerInfo. Contributed by Chen Liang. (6 years ago) +* ce19f09bd093 - HDFS-12908. Ozone: write chunk call fails because of Metrics registry exception. Contributed by Mukul Kumar Singh. (6 years ago) +* 4b9f66a19ea0 - HDFS-12869. Ozone: Service Discovery: RPC endpoint in KSM for getServiceList. Contributed by Nanda kumar. (6 years ago) +* 79432ee6cfad - HDFS-12863. Ozone: Avoid configuration.get() call for each container report. Contributed by Akira Ajisaka. (6 years ago) +* 0380dbb928ed - HDFS-12941. Ozone: ConfServlet does not trim values during the description parsing. Contributed by Elek, Marton. (6 years ago) +* 4dae68eebfa3 - HDFS-12741. Ozone: KSM: ADD support for KSM --createObjectStore command. Contributed by Shashikant Banerjee. (6 years ago) +* caeeb78ca451 - HDFS-12799. Ozone: SCM: Close containers: extend SCMCommandResponseProto with SCMCloseContainerCmdResponseProto. Contributed by Elek, Marton. (6 years ago) +* 966853894f2e - HDFS-12795. Ozone: SCM: Support for Container LifeCycleState PENDING_CLOSE and LifeCycleEvent FULL_CONTAINER. Contributed by Nandakumar. (6 years ago) +* 26e270b90852 - HDFS-12751. Ozone: SCM: update container allocated size to container db for all the open containers in ContainerStateManager#close. Contributed by Chen Liang. (6 years ago) +* fd09c2ce5b86 - HDFS-12890 . Ozone: XceiverClient should have upper bound on async requests. Contributed by Shashikant Banerjee. (6 years ago) +* 2f3068bc7296 - HDFS-12698. Ozone: Use time units in the Ozone configuration values. Contributed by Elek, Marton. (6 years ago) +* 8ff98e2af31d - HDFS-12000. Ozone: Container : Add key versioning support-1. Contributed by Chen Liang. (6 years ago) +* c0c87dea9bf2 - HDFS-12626. Ozone : delete open key entries that will no longer be closed. Contributed by Chen Liang. (6 years ago) +* 6c630d0b09e4 - HDFS-12899. Ozone: SCM: BlockManagerImpl close is called twice during StorageContainerManager#stop. Contributed by Nandakumar. (6 years ago) +* 74362cb5030d - HDFS-12901. Ozone: SCM: Expose StorageContainerManager#getScmId through container protocol. Contributed by Nanda kumar. (6 years ago) +* 11473b820472 - HDFS-12898. Ozone: TestSCMCli#testHelp and TestSCMCli#testNonExistCommand fail consistently. Contributed by Shashikant Banerjee. (6 years ago) +* 207523915dde - HDFS-12588. Use GenericOptionsParser for scm and ksm daemon. Contributed by Elek, Marton. (6 years ago) +* 7bba3943f0bb - HDFS-12876. Ozone: moving NodeType from OzoneConsts to Ozone.proto. Contributed by Nanda kumar. (6 years ago) +* 85ec48a6463c - HDFS-12867. Ozone: TestOzoneConfigurationFields fails consistently. Contributed by Yiqun Lin. (6 years ago) +* 538e17824d48 - HDFS-12850. Ozone: TestContainerPersistence#testListContainer fails frequently due to timed out. Contributed by Yiqun Lin. (6 years ago) +* e32e187448f8 - HDFS-12864. Ozone: Turn off full synced write in RocksDB MetadataStore. Contributed by Elek, Marton. (6 years ago) +* 8023ba50b5b2 - HDFS-12807. Ozone: Expose RockDB stats via JMX for Ozone metadata stores. Contributed by Elek, Marton. (6 years ago) +* 86802a461c7c - HDFS-12851. Ozone: Upgrade to latest ratis build. Contributed by Mukul Kumar Singh (6 years ago) +* ea869457548b - HDFS-12842. Ozone: SCM: During startup SCM should check if the cluster is INITIALIZED. Contributed by Nanda kumar. (6 years ago) +* 73ca8608dad4 - HDFS-12786. Ozone: add port/service names to the ksm/scm web ui. Contributed by Elek Marton. (6 years ago) +* f9c11d952ca0 - HDFS-12740. SCM should support a RPC to share the cluster Id with KSM and DataNodes. Contributed by Shashikant Banerjee. (6 years ago) +* c8d8270f729f - HDFS-12787. Ozone: SCM: Aggregate the metrics from all the container reports. Contributed by Yiqun Lin. (6 years ago) +* cbe4f314b324 - HDFS-12731. Ozone: Fix inconsistent default value in ozone settings. Contributed by Bharat Viswanadham. (6 years ago) +* 4deb845d7c57 - HDFS-12759. Ozone: web: integrate configuration reader page to the SCM/KSM web ui. Contributed by Elek, Marton. (6 years ago) +* 8e8ff85b1670 - HDFS-12830. Ozone: TestOzoneRpcClient#testPutKeyRatisThreeNodes fails. Contributed by Yiqun Lin. (6 years ago) +* 214b52dfcede - HDFS-12500. Ozone: add logger for oz shell commands and move error stack traces to DEBUG level. Contributed by Yiqun Lin. (6 years ago) +* 419e86d58011 - HDFS-12805. Ozone: Redundant characters printed in exception log. Contributed by Yiqun Lin. (6 years ago) +* 93f1b0494966 - HDFS-12798. Ozone: scm web: fix the node status table. Contributed by Elek, Marton. (6 years ago) +* 4460ac9c5776 - HDFS-12756. Ozone: Add datanodeID to heartbeat responses and container protocol. Contributed by Anu Engineer. (6 years ago) +* 446e84357d67 - HDFS-12796. SCM should not start if Cluster Version file does not exist. Contributed by Shashikant Banerjee. (6 years ago) +* 740a06cdd78c - HDFS-12719. Ozone: Fix checkstyle, javac, whitespace issues in HDFS-7240 branch. Contributed by Mukul Kumar Singh. (6 years ago) +* 761926db2ce0 - HDFS-12793. Ozone : TestSCMCli is failing consistently. Contributed by Chen Liang. (6 years ago) +* e395244e95ce - HDFS-12758. Ozone: Correcting assertEquals argument order in test cases. Contributed by Bharat Viswanadham. (6 years ago) +* cec96b296f11 - HDFS-12549. Ozone: OzoneClient: Support for REST protocol. Contributed by Nanda Kumar. (6 years ago) +* 9734f505ea14 - HDFS-12739. Add Support for SCM --init command. Contributed by Shashikant Banerjee. (6 years ago) +* 709d56fdc9ef - HDFS-12474. Ozone: SCM: Handling container report with key count and container usage. Contributed by Nanda kumar. (6 years ago) +* 2ec24a7542e4 - HDFS-12774. Ozone: OzoneClient: Moving OzoneException from hadoop-hdfs to hadoop-hdfs-client. Contributed by Nanda kumar. (6 years ago) +* 132f30c8ea3b - HDFS-12443. Ozone: Improve SCM block deletion throttling algorithm. Contributed by Yiqun Lin. (6 years ago) +* 7ebe79e879e3 - HDFS-12720. Ozone: Ratis options are not passed from KSM Client protobuf helper correctly. Contributed by Mukul Kumar Singh. (6 years ago) +* 055926582222 - HDFS-12750. Ozone: Fix TestStorageContainerManager#testBlockDeletionTransactions. Contributed by Xiaoyu Yao. (6 years ago) +* 0760418becd2 - HDFS-12697. Ozone services must stay disabled in secure setup for alpha. Contributed by Bharat Viswanadham. (6 years ago) +* b687902590cc - HDFS-12718. Ozone: fix thread number calculation in CBlockManager. Contributed by Elek, Marton. (6 years ago) +* 76d34bca6241 - HDFS-12521. Ozone: SCM should read all Container info into memory when booting up. Contributed by Lokesh Jain. (6 years ago) +* 6291ca1e3237 - HDFS-12663. Ozone: OzoneClient: Remove protobuf classes exposed to clients through OzoneBucket. Contributed by Nandakumar. (6 years ago) +* 80357c0eee6e - HDFS-12678. Ozone: Corona: Add statistical information to json output. Contributed by Lokesh Jain. (6 years ago) +* 1b56a73a4fd2 - HDFS-12680. Ozone: SCM: Lease support for container creation. Contributed by Nandakumar. (6 years ago) +* 338c909ac671 - HDFS-12558. Ozone: Clarify the meaning of rpc.metrics.percentiles.intervals on KSM/SCM web ui. Contributed by Elek, Marton. (6 years ago) +* 333dae888cdf - HDFS-12690. Ozone: generate swagger descriptor for the Ozone REST Api. Contributed by Elek, Marton. (6 years ago) +* 0582d8b1b119 - Revert "HDFS-12558. Ozone: Clarify the meaning of rpc.metrics.percentiles.intervals on KSM/SCM web ui. Contributed by Elek, Marton." (6 years ago) +* 402a1c1ba320 - HDFS-12558. Ozone: Clarify the meaning of rpc.metrics.percentiles.intervals on KSM/SCM web ui. Contributed by Elek, Marton. (6 years ago) +* 731a69faa1d2 - HDFS-12693. Ozone: Enable XFrame options for KSM/SCM web ui. Contributed by Elek, Marton. (6 years ago) +* abb62dd7ef64 - HDFS-12702. Ozone: Add hugo to the dev docker image. Contributed by Elek, Marton. (6 years ago) +* 6783dad76618 - HDFS-11468. Ozone: SCM: Add Node Metrics for SCM. Contributed by Yiqun Lin. (6 years ago) +* 393a02d8e182 - HDFS-12692. Ozone: fix javadoc/unit test for calling MetadataStore.getRangeKVs with non existing key. Contributed by Elek, Marton. (6 years ago) +* 6d9f914b5563 - HDFS-12684. Ozone: SCMMXBean NodeCount is overlapping with NodeManagerMXBean. Contributed by Weiwei Yang. (6 years ago) +* cc8671945169 - HDFS-12675. Ozone: TestLeaseManager#testLeaseCallbackWithMultipleLeases fails. Contributed by Yiqun Lin. (6 years ago) +* 0f0417a12c4e - HDFS-12673. Ozone: Log elapsed time for block deletion tasks. Contributed by Yiqun Lin. (6 years ago) +* b1e2704a3a7e - HDFS-12656. Ozone: dozone: Use (proposed) base image from HADOOP-14898. Contributed by Elek, Marton (6 years ago) +* 06c65826944c - HDFS-12585. Ozone: KSM UI: Add description for configs in UI. Contributed by Ajay Kumar. (6 years ago) +* 763484e59628 - HDFS-12661. Ozone: Support optional documentation link in KSM/SCM webui. Contributed by Elek, Marton. (6 years ago) +* a46701706801 - HDFS-12411. Ozone: Add container usage information to DN container report. Contributed by Xiaoyu Yao. (6 years ago) +* fb545e42912c - HDFS-12415. Ozone: TestXceiverClientManager and TestAllocateContainer occasionally fails. Contributed by Mukul Kumar Singh. (6 years ago) +* 895a4cc60a70 - HDFS-12632. Ozone: OzoneFileSystem: Add contract tests to OzoneFileSystem. Contributed by Mukul Kumar Singh. (6 years ago) +* 9bb516118dd3 - HDFS-12490. Ozone: OzoneClient: Add creation/modification time information in OzoneVolume/OzoneBucket/OzoneKey. Contributed by Mukul Kumar Singh. (6 years ago) +* 888130900236 - HDFS-12519. Ozone: Lease Manager framework. Contributed by Nandakumar. (6 years ago) +* ebc4d4ebc388 - HDFS-12475. Ozone: add documentation about Datanode http address. Contributed by Lokesh Jain. (6 years ago) +* d90ab3365d00 - HDFS-12608. Ozone: Remove Warnings when building. Contributed by Bharat Viswanadham. (6 years ago) +* c85d3b2d256a - HDFS-12593. Ozone: update Ratis to the latest snapshot. Contributed by Tsz Wo Nicholas Sze. (6 years ago) +* 5ed663b32fa0 - HDFS-12631. Ozone: ContainerStorageLocation#scmUsage should count only SCM usage. Contributed by Xiaoyu Yao. (6 years ago) +* d19b4c87633d - HDFS-12583. Ozone: Fix swallow exceptions which makes hard to debug failures. Contributed by Yiqun Lin. (6 years ago) +* 9445a9267fbb - HDFS-12572. Ozone: OzoneFileSystem: delete/list status/rename/mkdir APIs. Contributed by Mukul Kumar Singh. (6 years ago) +* ae2b77a0e52c - HDFS-12546. Ozone: DB listing operation performance improvement. Contributed by Weiwei Yang. (6 years ago) +* b05ad0b315dd - HDFS-12611. Ozone: SCM Cli: Use the hostname of SCM server instead of the bind address. Contributed by Elek, Marton. (6 years ago) +* e76e10fd7a95 - HDFS-12609. Ozone: SCM: Refactoring of chill mode logic in NodeManager. Contributed by Nandakumar. (6 years ago) +* e3b51d90749b - HDFS-12598. Ozone: Fix 3 node ratis replication in Ozone. Contributed by Mukul Kumar Singh (6 years ago) +* 3504af941176 - HDFS-12537. Ozone: Reduce key creation overhead in Corona. Contributed by Lokesh Jain. (6 years ago) +* 9630621be761 - HDFS-12610. Ozone: OzoneClient: RpcClient list calls throw NPE when iterating over empty list. Contributed by Nandakumar. (6 years ago) +* c3ef38101119 - HDFS-12543. Ozone : allow create key without specifying size. Contributed by Chen Liang. (6 years ago) +* c97ce55d060c - HDFS-12602. Add Ozone config UI to KSM and SCM index page. Contributed by Ajay Kumar. (6 years ago) +* 303ecae5d5ab - HDFS-12557. Ozone: Improve the formatting of the RPC stats on web UI. Contributed by Elek, Marton. (6 years ago) +* c17521b1bdfc - HDFS-12387. Ozone: Support Ratis as a first class replication mechanism. Contributed by Anu Engineer. (6 years ago) +* 0b3270a8de89 - HDFS-12513. Ozone: Create UI page to show Ozone configs by tag. Contributed by Ajay Kumar. (6 years ago) +* c52019c291bf - HDFS-12539. Ozone: refactor some functions in KSMMetadataManagerImpl to be more readable and reusable. Contributed by Yuanbo Liu. (6 years ago) +* ceec14bff5f6 - HDFS-12467. Ozone: SCM: NodeManager should log when it comes out of chill mode. Contributed by Nandakumar. (6 years ago) +* d7a94a21ae71 - HDFS-12471. Ozone: Reduce some KSM/SCM deletion log messages from INFO to DEBUG. Contributed by Weiwei Yang. (6 years ago) +* 6a754caca0d4 - HDFS-12568. Ozone: Cleanup the ozone-default.xml. Contributed by Anu Engineer. (6 years ago) +* 05246e2b3264 - HDFS-12060. Ozone: OzoneClient: Add list calls in RpcClient. Contributed by Nandakumar. (6 years ago) +* 7846636a5d45 - HDFS-12551. Ozone: Documentation: Add Ozone overview documentation. Contributed by Anu Engineer. (6 years ago) +* da9fd06f6a87 - HDFS-12562. Ozone: Add ASF license to docker files. Contributed by Mukul Kumar Singh. (6 years ago) +* cb1fb3436eeb - HDFS-12563. Ozone: Creation time wrongly showed in OzoneRest.md. Contributed by Yiqun Lin. (6 years ago) +* aaec2689f44b - HDFS-12511. Ozone: Add tags to config. Contributed by Ajay Kumar. (6 years ago) +* 7151a9b60456 - HDFS-12488. Ozone: OzoneRestClient timeout is not configurable. Contributed by Weiwei Yang. (6 years ago) +* 7363c8fc0927 - HDFS-12540. Ozone: node status text reported by SCM is a bit confusing. Contributed by Weiwei Yang. (6 years ago) +* 13fdb584906e - HDFS-12554. Ozone: Fix TestDatanodeStateMachine#testDatanodeStateMachineWithInvalidConfiguration. Contributed by Ajay Kumar. (6 years ago) +* 9530153f33e7 - HDFS-12268. Ozone: Add metrics for pending storage container requests. Contributed by Yiqun Lin. (6 years ago) +* 94090acf3a61 - HDFS-12469. Ozone: Create docker-compose definition to easily test real clusters. Contributed by Elek, Marton. (6 years ago) +* a44f3a777d05 - HDFS-12501. Ozone: Cleanup javac issues. Contributed by Yiqun Lin. (6 years ago) +* 6b10723ec36e - HDFS-12525. Ozone: OzoneClient: Verify bucket/volume name in create calls. Contributed by Nandakumar. (6 years ago) +* 5e4a6b686c87 - HDFS-12425. Ozone: OzoneFileSystem: read/write/create/open/getFileInfo APIs. Contributed by Mukul Kumar Singh. (6 years ago) +* a1a3ba652995 - HDFS-12454. Ozone : the sample ozone-site.xml in OzoneGettingStarted does not work. Contributed by Chen Liang. (6 years ago) +* 280443538652 - HDFS-12017. Ozone: Container: Move IPC port to 98xx range. Contributed by Nandakumar. (6 years ago) +* b2447f8dd931 - HDFS-11614. Ozone: Cleanup javadoc issues. Contributed by Mukul Kumar Singh. (6 years ago) +* 9ff136bb0290 - HDFS-12210. Block Storage: volume creation times out while creating 3TB volume because of too many containers. Contributed by Mukul Kumar Singh. (6 years ago) +* dddded00162b - Revert "Block Storage: volume creation times out while creating 3TB volume because of too many containers. Contributed by Mukul Kumar Singh." to fix commit message. (6 years ago) +* d303b7f40fc2 - HDFS-12524. Ozone: Record number of keys scanned and hinted for getRangeKVs call. Contributed by Weiwei Yang. (6 years ago) +* 712bd70ac703 - HDFS-12205. Ozone: List Key on an empty ozone bucket fails with command failed error. Contributed by Lokesh Jain. (6 years ago) +* 8052374e797c - Block Storage: volume creation times out while creating 3TB volume because of too many containers. Contributed by Mukul Kumar Singh. (6 years ago) +* fd1564b87ec5 - HDFS-12506. Ozone: ListBucket is too slow. Contributed by Weiwei Yang. (6 years ago) +* bf6f0cd83148 - HDFS-11563. Ozone: enforce DependencyConvergence uniqueVersions. (6 years ago) +* 46b65ec4fbb2 - HDFS-12503. Ozone: some UX improvements to oz_debug. Contributed by Weiwei Yang. (6 years ago) +* 1c354e51ac6f - HDFS-12477. Ozone: Some minor text improvement in SCM web UI. Contributed by Elek Marton. (6 years ago) +* 0313bdf8868c - HDFS-11897. Ozone: KSM: Changing log level for client calls in KSM. Contributed by Shashikant Banerjee. (6 years ago) +* 27ec22e20dcf - HDFS-12517. Ozone: mvn package is failing with out skipshade. Contributed by Bharat Viswanadham. (6 years ago) +* 42e248372cb0 - Revert "HDFS-12515. Ozone: mvn package compilation fails on HDFS-7240. Contributed by Anu Engineer." (6 years ago) +* c14e8b17ec34 - HDFS-12515. Ozone: mvn package compilation fails on HDFS-7240. Contributed by Anu Engineer. (6 years ago) +* 3b290fe3bf85 - HDFS-12466. Ozone: KSM: Make ozone.ksm.address as mandatory property for client. Contributed by Nandakumar. (6 years ago) +* 8ddf75da1701 - HDFS-12489. Ozone: OzoneRestClientException swallows exceptions which makes client hard to debug failures. Contributed by Weiwei Yang. (6 years ago) +* c329d3b4b491 - HDFS-12329. Ozone: Ratis: Readonly calls in XceiverClientRatis should use sendReadOnly. Contributed by Mukul Kumar Singh. (6 years ago) +* 607d1fcd31f3 - HDFS-12256. Ozone : handle inactive containers on DataNode. Contributed by Chen Liang. (6 years ago) +* 77d4b18700cb - HDFS-12385. Ozone: OzoneClient: Refactoring OzoneClient API. Contributed by Nadakumar. (6 years ago) +* b984e903f3ad - HDFS-12481. Ozone: Corona: Support for variable key length in offline mode. Contributed by Nandakumar. (6 years ago) +* d9c3d9a5ef51 - HDFS-11873. Ozone: Object store handler supports reusing http client for multiple requests. Contributed by Xiaoyu Yao and Weiwei Yang. (6 years ago) +* fe4139bdc3b7 - HDFS-11612. Ozone: Cleanup Checkstyle issues. Contributed by Shashikant Banerjee. (6 years ago) +* b127ecd1bac6 - Revert "HDFS-12268. Ozone: Add metrics for pending storage container requests. Contributed by Yiqun Lin." as it uses class not part of JRE. (6 years ago) +* eaf3732217c4 - HDFS-12465. Ozone: fix a KeySpaceManager startup message typo. Contributed by Nandakumar. (6 years ago) +* c551025ed660 - HDFS-12468. Ozone: fix hard coded version in the Ozone GettingStarted guide. Contributed by Elek Marton. (6 years ago) +* cf841286b804 - HDFS-12426. Ozone: BlockManager MBean unregister failure upon shutdown. Contributed by Lokesh Jain. (6 years ago) +* f66a5226959f - HDFS-12268. Ozone: Add metrics for pending storage container requests. Contributed by Yiqun Lin. (6 years ago) +* efa25373d7ea - HDFS-12019. Ozone: Misc : Make sure that ozone-site.xml is in etc/hadoop in tarball created from mvn package. Contributed by Mukul Kumar Singh. (6 years ago) +* 80c50a1eace9 - HDFS-12423. Ozone: TopN container choosing policy should ignore containers that has no pending deletion blocks. Contributed by Yiqun Lin. (6 years ago) +* 1087ce4cd203 - HDFS-11676. Ozone: SCM CLI: Implement close container command. Contributed by Chen Liang. (6 years ago) +* 0c177766461b - HDFS-12389. Ozone: oz commandline list calls should return valid JSON format output. Contributed by Weiwei Yang. (6 years ago) +* fec04f11587f - HDFS-12370. Ozone: Implement TopN container choosing policy for BlockDeletionService. Contributed by Yiqun Lin. (6 years ago) +* 743be0d7c041 - HDFS-12235. Ozone: DeleteKey-3: KSM SCM block deletion message and ACK interactions. Contributed by Weiwei Yang and Yuanbo Liu. (6 years ago) +* 3aa846412d1f - HDFS-12397. Ozone: KSM: multiple delete methods in KSMMetadataManager. Contributed by Nandakumar. (6 years ago) +* f2d9360b9d3f - HDFS-12199. Ozone: OzoneFileSystem: OzoneFileystem initialization code. Contributed by Mukul Kumar Singh. (6 years ago) +* 6d3d01d7ad5b - HADOOP-12077. Provide a multi-URI replication Inode for ViewFs. Contributed by Gera Shegalov (6 years ago) +* e06a9a5bb121 - HDFS-12391. Ozone: TestKSMSQLCli is not working as expected. Contributed by Weiwei Yang. (6 years ago) +* 1a2113632259 - HDFS-12382. Ozone: SCM: BlockManager creates a new container for each allocateBlock call. Contributed by Nandakumar. (6 years ago) +* 91a8f134b7a1 - HDFS-11834. Ozone: Fix TestArchive#testArchive. Contributed by Xiaoyu Yao. (6 years ago) +* 2e2e30373c00 - HDFS-12333. Ozone: Extend Datanode web interface with SCM information. Contributed by Elek, Marton. (6 years ago) +* ca72c2342c11 - HDFS-12366. Ozone: Refactor KSM metadata class names to avoid confusion. Contributed by Weiwei Yang. (6 years ago) +* 7b3e7eb56554 - HDFS-12354. Ozone: Shuffle container list for datanode BlockDeletingService. Contributed by Yiqun Lin. (6 years ago) +* 8654698d74a4 - HDFS-12365. Ozone: ListVolume displays incorrect createdOn time when the volume was created by OzoneRpcClient. Contributed by Weiwei Yang. (6 years ago) +* eef437d5e268 - HDFS-12282. Ozone: DeleteKey-4: Block delete via HB between SCM and DN. Contributed by Weiwei Yang. (6 years ago) +* 2f4dfbc8fb82 - HDFS-12275. Ozone: Corona: Support for random validation of writes. Contributed by Nandakumar. (6 years ago) +* 2dfd0a2f4fea - HDFS-12341. Ozone: maven dist compilation fails with "Duplicate classes found" error. Contributed by Mukul Kumar Singh. (6 years ago) +* 532ced18fcec - HDFS-12280. Ozone: TestOzoneContainer#testCreateOzoneContainer fails. Contributed by Lokesh Jain. (6 years ago) +* 4d3b8d332df8 - HDFS-12283. Ozone: DeleteKey-5: Implement SCM DeletedBlockLog. Contributed by Yuanbo Liu. (6 years ago) +* f51189e2bbb2 - HDFS-12324. Ozone: TestQueryNode#testStaleNodesCount is failing. Contributed by Xiaoyu Yao. (6 years ago) +* 02f8c2224f5d - HDFS-11888. Ozone: SCM: use state machine for open containers allocated for key/blocks. Contributed by Xiaoyu Yao. (6 years ago) +* f352b104f7f4 - HDFS-12337. Ozone: Concurrent RocksDB open calls fail because of "No locks available". Contributed by Mukul Kumar Singh. (6 years ago) +* 9e733215a80d - HDFS-12327. Ozone: support setting timeout in background service. Contributed by Yiqun Lin. (6 years ago) +* 38bc1d109789 - HDFS-12216. Ozone: TestKeys is failing consistently. Contributed by Mukul Kumar Singh. (6 years ago) +* bd33038bf4a8 - HDFS-12159. Ozone: SCM: Add create replication pipeline RPC. Contributed by Anu Engineer. (6 years ago) +* 795ba1b3b703 - HDFS-12313. Ozone: SCM: move container/pipeline StateMachine to the right package. Contributed by Xiaoyu Yao. (6 years ago) +* ad1d8197fce7 - HDFS-12305. Ozone: SCM: Add StateMachine for pipeline/container. Contributed by Xiaoyu Yao. (6 years ago) +* 3a661b7f8295 - HDFS-12238. Ozone: Add valid trace ID check in sendCommandAsync. Contributed by Ajay Kumar. (6 years ago) +* f9bce29dccf6 - HDFS-12290. Block Storage: Change dfs.cblock.jscsi.server.address default bind address to 0.0.0.0. Contributed by Mukul Kumar Singh. (6 years ago) +* 6a16d7c7ab53 - HDFS-12255. Block Storage: Cblock should generated unique trace ID for the ops. Contributed by Mukul Kumar Singh. (6 years ago) +* e61530f5d92d - HDFS-12298. Ozone: Block deletion service floods the log when deleting large number of block files. Contributed by Yiqun Lin. (6 years ago) +* 25586607a15d - HDFS-12230. Ozone: KSM: Add creation time field in bucket info. Contributed by Yiqun Lin. (6 years ago) +* dcc21a4f939b - HDFS-12005. Ozone: Web interface for SCM. Contributed by Elek, Marton. (6 years ago) +* c9ea43126785 - HDFS-12281. Ozone: Ozone-default.xml has 3 properties that do not match the default Config value. Contributed by Ajay Yadav. (6 years ago) +* 639b4fb8a9df - HDFS-12196. Ozone: DeleteKey-2: Implement block deleting service to delete stale blocks at background. Contributed by Weiwei Yang. (6 years ago) +* 285d61cd8d21 - HDFS-12274. Ozone: Corona: move corona from test to tools package. Contributed by Nandakumar. (6 years ago) +* bb9a4793d329 - HDFS-12259. Ozone: OzoneClient: Refactor move ozone client from hadoop-hdfs to hadoop-hdfs-client. Contributed by Nandakumar. (6 years ago) +* 7290324fc8b5 - HDFS-12267. Ozone: XceiverClientManager should not close the connection if client holds the reference. Contributed by Nandakumar. (6 years ago) +* b4aecc100984 - HDFS-12262. Ozone: KSM: Reduce default handler thread count from 200. Contributed by Ajay Yadav. (6 years ago) +* bb5f1c4228f4 - HDFS-12231. Ozone: KSM: Add creation time field in volume info. Contributed by Yiqun Lin. (6 years ago) +* 6f83e9c51e92 - HDFS-12163. Ozone: Reduce MiniOzoneCluster handler thread count. Contributed by Weiwei Yang. (6 years ago) +* 89d8d20c7342 - HDFS-12246. Ozone: potential thread leaks. Contributed by Weiwei Yang. (6 years ago) +* 23dee0f12328 - HDFS-11935. Ozone: TestStorageContainerManager#testRpcPermission fails when ipv6 address used. Contributed by Yiqun Lin. (6 years ago) +* ccc160742493 - HDFS-12178. Ozone: OzoneClient: Handling SCM container creationFlag at client side. Contributed by Nandakumar. (6 years ago) +* 37a0ab5ca3a4 - HDFS-12247. Ozone: KeySpaceManager should unregister KSMMetrics upon stop. Contributed by Yiqun Lin. (6 years ago) +* 9cf40547ce5a - HDFS-11580. Ozone: Support asynchronus client API for SCM and containers. Contributed by Anu Engineer. (6 years ago) +* 1ad95cf2a936 - HDFS-11984. Ozone: Ensures listKey lists all required key fields. Contributed by Yiqun Lin. (6 years ago) +* acfae2716ad3 - HDFS-12034. Ozone: Web interface for KSM. Contributed by Elek, Marton. (6 years ago) +* 070f7e2e5992 - HDFS-11920. Ozone : add key partition. Contributed by Chen Liang. (6 years ago) +* bc413a69cc6e - HDFS-12195. Ozone: DeleteKey-1: KSM replies delete key request asynchronously. Contributed by Yuanbo Liu. (6 years ago) +* 86b42907cf7f - HDFS-12183. Ozone: KSM : Use proper defaults for block client address. Contributed by Lokesh Jain. (6 years ago) +* 7907fe1c802e - HDFS-12059. Ozone: OzoneClient: OzoneClientImpl Add setBucketProperty and delete calls. Contributed by Nandakumar. (6 years ago) +* fcd4537e6328 - HDFS-12180. Ozone: Corona: Add stats and progress bar to corona. Contributed by Nandakumar. (6 years ago) +* a4b3160efbc8 - HDFS-12145. Ozone: OzoneFileSystem: Ozone & KSM should support / delimited key names. Contributed by Mukul Kumar Singh. (6 years ago) +* 8cf0c864c49c - HDFS-12170. Ozone: OzoneFileSystem: KSM should maintain key creation time and modification time. Contributed by Mukul Kumar Singh. (6 years ago) +* 349a87ac9c20 - HDFS-12192. Ozone: Fix the remaining failure tests for Windows caused by incorrect path generated. Contributed by Yiqun Lin. (6 years ago) +* d50a743015ff - HDFS-12155. Ozone : add RocksDB support to DEBUG CLI. Contributed by Chen Liang. (6 years ago) +* 0cc166c053df - HDFS-12115. Ozone: SCM: Add queryNode RPC Call. Contributed by Anu Engineer. (6 years ago) +* 539842ed8b63 - HDFS-12187. Ozone : add support to DEBUG CLI for ksm.db. Contributed by Chen Liang. (6 years ago) +* b00830142be2 - HDFS-12167. Ozone: Intermittent failure TestContainerPersistence#testListKey. Contributed by Surendra Singh Lilhore. (6 years ago) +* 487aa2f7bfc9 - HDFS-12185. Ozone: Fix Leaking in TestXceiverClientManager. Contributed by Xiaoyu Yao. (6 years ago) +* d02a4e9dd12c - HDFS-12175. Ozone: Fix Leaking in TestStorageContainerManager#testRpcPermission. Contributed by Xiaoyu Yao. (6 years ago) +* d05b44f41772 - Revert "HDFS-12185. Ozone: Fix Leaking in TestXceiverClientManager. Contributed by Xiaoyu Yao" (6 years ago) +* eda559ffd258 - HDFS-12181. Ozone: Fix TestContainerReplicationManager by setting proper log level for LogCapturer. Contributed by Mukul Kumar Singh. (6 years ago) +* ca096501bf40 - HDFS-12185. Ozone: Fix Leaking in TestXceiverClientManager. Contributed by Xiaoyu Yao (6 years ago) +* f1e2592bf806 - HDFS-12127. Ozone: Ozone shell: Add more testing for key shell commands. Contributed by Yiqun Lin. (6 years ago) +* a652a72286b3 - HDFS-11936. Ozone: TestNodeManager times out before it is able to find all nodes. Contributed by Yuanbo Liu. (6 years ago) +* bbbfc885e788 - HDFS-12149. Ozone: RocksDB implementation of ozone metadata store. Contributed by Weiwei Yang. (6 years ago) +* 6225622dee9d - HDFS-12071. Ozone: Corona: Implementation of Corona. Contributed by Nandakumar. (6 years ago) +* d2ef3e40bcbb - HDFS-12126. Ozone: Ozone shell: Add more testing for bucket shell commands. Contributed by Yiqun Lin. (6 years ago) +* 5604c3788fa0 - HDFS-11996. Ozone : add an UT to test partial read of chunks. Contributed by Chen Liang. (6 years ago) +* 4d333f8db197 - HDFS-12058. Ozone: OzoneClient: OzoneClientImpl add getDetails calls. Contributed by Nandakumar. (6 years ago) +* 27262d88891f - HDFS-12118. Ozone: Ozone shell: Add more testing for volume shell commands. Contributed by Yiqun Lin. (6 years ago) +* db859e817233 - HDFS-12148. Ozone: TestOzoneConfigurationFields is failing because ozone-default.xml has some missing properties. Contributed by Weiwei Yang. (6 years ago) +* 9522356b4634 - HDFS-12069. Ozone: Create a general abstraction for metadata store. Contributed by Weiwei Yang. (6 years ago) +* b94b5021b83e - HDFS-11989. Ozone: add TestKeysRatis, TestBucketsRatis and TestVolumeRatis. Contributed by Tsz Wo Nicholas Sze. (6 years ago) +* ab3d510c1def - HDFS-12123. Ozone: OzoneClient: Abstraction of OzoneClient and default implementation. Contributed by Nandakumar. (6 years ago) +* 3d430a6076d3 - HDFS-11493. Ozone: SCM: Add the ability to handle container reports. Contributed by Anu Engineer. (6 years ago) +* 58e850f262a7 - HDFS-12083. Ozone: KSM: previous key has to be excluded from result in listVolumes, listBuckets and listKeys. Contributed by Nandakumar. (6 years ago) +* a4cbd33dd5ed - HDFS-12129. Ozone: SCM http server is not stopped with SCM#stop(). Contributed by Weiwei Yang. (6 years ago) +* ea5e24c9250f - HDFS-12105. Ozone: listVolumes doesn't work from ozone commandline. Contributed by Yiqun Lin. (6 years ago) +* 7afddca9d50a - HDFS-12037. Ozone: Improvement rest API output format for better looking. Contributed by Weiwei Yang. (6 years ago) +* 25c1b296e667 - HDFS-11679. Ozone: SCM CLI: Implement list container command. Contributed by Yuanbo Liu. (6 years ago) +* eb18b86e00c0 - HDFS-12080. Ozone: Fix UT failure in TestOzoneConfigurationFields. Contributed by Mukul Kumar Singh. (6 years ago) +* eab407beacdc - HDFS-12057. Ozone: OzoneClient: Implementation of OzoneClient. Contributed by Nandakumar (6 years ago) +* a353094ba467 - HDFS-12076. Ozone: Review all cases where we are returning FAILED_INTERNAL_ERROR. Contributed by Chen Liang. (6 years ago) +* 8caa5d1ac0c0 - HDFS-12086. Ozone: Add the unit test for KSMMetrics. Contributed by Yiqun Lin. (6 years ago) +* 5fe9143a0e1b - HDFS-12081. Ozone: Add infoKey REST API document. Contributed by Weiwei Yang. (6 years ago) +* 4c27dba08ab4 - HDFS-12053. Ozone: ozone server should create missing metadata directory if it has permission to. Contributed by Weiwei Yang. (6 years ago) +* 63ce883746a5 - HDFS-12035. Ozone: listKey doesn't work from ozone commandline. Contributed by Yiqun Lin. (6 years ago) +* e07662cb04e9 - HDFS-12048. Ozone:TestOzoneContainerRatis & TestRatisManager are failing consistently. Contributed by Mukul Kumar Singh. (6 years ago) +* d1ac8611c6ec - HDFS-12023. Ozone: Test if all the configuration keys are documented in ozone-defaults.xml. Contributed by Elek, Marton. (6 years ago) +* c398ab49d32e - HDFS-12047. Ozone: Add REST API documentation. Contributed by Weiwei Yang. (6 years ago) +* 5379ffa8de3a - HDFS-12030. Ozone: CLI: support infoKey command. Contributed by Yiqun Lin. (6 years ago) +* 4b63e3e504e9 - HDFS-12002. Ozone : SCM cli misc fixes/improvements. Contributed by Chen Liang. (6 years ago) +* c567e6766b80 - HDFS-11955. Ozone: Set proper parameter default values for listBuckets http request. Contributed by Weiwei Yang. (6 years ago) +* b7b8511bae8f - HDFS-11773. Ozone: KSM : add listVolumes. Contributed by Weiwei Yang. (6 years ago) +* b49c165d28d4 - HDFS-12063. Ozone: Ozone shell: Multiple RPC calls for put/get key. Contributed by Yiqun Lin. (6 years ago) +* 0a8c903d3f43 - HDFS-12050. Ozone: StorageHandler: Implementation of close for releasing resources during shutdown. Contributed by Nandakumar. (6 years ago) +* 8ef1163eca3f - HDFS-12031. Ozone: Rename OzoneClient to OzoneRestClient. Contributed by Nandakumar. (6 years ago) +* 7e834c839dac - HDFS-12018. Ozone: Misc: Add CBlocks defaults to ozone-defaults.xml. Contributed by Chen Liang. (6 years ago) +* fea1ab6192d9 - HDFS-12007. Ozone: Enable HttpServer2 for SCM and KSM. Contributed by Elek, Marton. (6 years ago) +* 723da576449d - HDFS-12016. Ozone: SCM: Container metadata are not loaded properly after datanode restart. Contributed by Xiaoyu Yao. (6 years ago) +* 77a4b248e44f - HDFS-11990. Ozone: Add all configurable entries into ozone-default.xml. Contributed by Yiqun Lin. (6 years ago) +* 77e3bb783bf4 - HDFS-11970. Ozone: TestXceiverClientManager.testFreeByEviction fails occasionally. Contributed by Mukul Kumar Singh. (6 years ago) +* 52aa60ed2f0f - HDFS-11963. Ozone: Documentation: Add getting started page (addendum). Contributed by Yiqun Lin. (6 years ago) +* 3d2339de3883 - HDFS-11983. Ozone: Add documentation for metrics in KSMMetrics to OzoneMetrics.md. Contributed by Yiqun Lin. (6 years ago) +* 3b0996e2a19c - HDFS-11585. Ozone: Support force update a container. Contributed by Yuanbo Liu. (6 years ago) +* 8d289df62788 - HDFS-11963. Ozone: Documentation: Add getting started page. Contributed by Anu Engineer. (6 years ago) +* e73d285567a2 - HDFS-11782. Ozone: KSM: Add listKey. Contributed by Yiqun Lin. (6 years ago) +* 721e7a6418f2 - HDFS-11979. Ozone: TestContainerPersistence never uses MiniOzoneCluster. Contributed by Tsz Wo Nicholas Sze. (6 years ago) +* 03606dd1a813 - HDFS-11962. Ozone: Add stop-ozone.sh script. Contributed by Weiwei Yang. (6 years ago) +* fc48e1815195 - HDFS-11961. Ozone: Add start-ozone.sh to quickly start ozone. Contributed by Weiwei Yang. (6 years ago) +* 18ddec614463 - HDFS-11977. Ozone: cannot enable test debug/trace log. Contributed by Tsz Wo Nicholas Sze. (6 years ago) +* 8916c70d9034 - HDFS-11969. Block Storage: Convert unnecessary info log levels to debug. Contributed by Mukul Kumar Singh. (6 years ago) +* 15cc4007b09e - HDFS-11946. Ozone: Containers in different datanodes are mapped to the same location. Contributed by Nandakumar (6 years ago) +* 938728744c7e - HDFS-11845. Ozone: Output error when DN handshakes with SCM. Contributed by Weiwei Yang (6 years ago) +* 863e4cfb56ef - HDFS-11958. Ozone: Ensure KSM is initiated using ProtobufRpcEngine. Contributed by Weiwei Yang. (6 years ago) +* fa26dea89d70 - HDFS-11185. Ozone: remove disabled tests. Contributed by Anu Engineer. (6 years ago) +* e3591aeec089 - HDFS-11953. Remove Guava v21 usage from HDFS-7240. Contributed by Xiaoyu Yao. (6 years ago) +* 08460f1559d9 - HDFS-11659. TestDataNodeHotSwapVolumes.testRemoveVolumeBeingWritten fail due to no DataNode available for pipeline recovery. Contributed by Lei (Eddy) Xu. (6 years ago) +* 665f7c8b6948 - HDFS-11794. Add ec sub command -listCodec to show currently supported ec codecs. Contributed by SammiChen. (6 years ago) +* d18909d33873 - HDFS-11866. JournalNode Sync should be off by default in hdfs-default.xml. Contributed by Hanisha Koneru. (6 years ago) +* 3e2ca23a53b1 - HADOOP-14400. Fix warnings from spotbugs in hadoop-tools. Contributed by Weiwei Yang. (6 years ago) +* ddc88eaf885b - HDFS-11952. Ozone: Fix TestContainerSQLCli#testConvertContainerDB. Contributed by Weiwei Yang. (6 years ago) +* 0c37e05b10b6 - HDFS-11779. Ozone: KSM: add listBuckets. Contributed by Weiwei Yang. (6 years ago) +* bacd1188f167 - HDFS-11880. Ozone: KSM: Remove protobuf formats from KSM wrappers. Contributed by Nandakumar Vadivelu. (6 years ago) +* 2007e85d5b20 - HDFS-11777. Ozone: KSM: add deleteBucket. Contributed by Nandakumar Vadivelu. (6 years ago) +* 3c0ed97df9b7 - HDFS-11926. Ozone: Implement a common helper to return a range of KVs in levelDB. Contributed by Weiwei Yang. (6 years ago) +* f617b2dddbbb - HDFS-11568. Ozone: Create metadata path automatically after null checking. Contributed by Mukul Kumar Singh. (6 years ago) +* d6dd557b2420 - HDFS-11887. Shared XceiverClient should be closed if there is no open clients to avoid resource leak. Contributed by Mukul Kumar Singh. (6 years ago) +* f5d17b8f7cb7 - HDFS-11919. Ozone: SCM: TestNodeManager takes too long to execute. Contributed by Yiqun Lin. (6 years ago) +* d67542c11548 - HDFS-11822. Block Storage: Fix TestCBlockCLI, failing because of " Address already in use". Contributed by Mukul Kumar Singh. (6 years ago) +* bf8c168a80d4 - HDFS-11781. Ozone: KSM: Add deleteKey. Contributed by Yuanbo Liu. (6 years ago) +* 42eaecae5574 - HDFS-11771. Ozone: KSM: Add checkVolumeAccess. Contributed by Mukul Kumar Singh. (6 years ago) +* 1b2d0b4fecd1 - HDFS-11796. Ozone: MiniOzoneCluster should set "ozone.handler.type" key correctly. Contributed by Mukul Kumar Singh. (6 years ago) +* aa5722dc4450 - HDFS-11913. Ozone: TestKeySpaceManager#testDeleteVolume fails. Contributed by Weiwei Yang. (6 years ago) +* 48936929720d - HDFS-11597. Ozone: Add Ratis management API. Contributed by Tsz Wo Nicholas Sze. (6 years ago) +* a8c0976fb4d4 - HDFS-11894. Ozone: Cleanup imports. Contributed by Weiwei Yang. (6 years ago) +* 677dcf529c65 - HDFS-11903. Ozone: Cleaning up local storage when closing MiniOzoneCluster. Contributed by Mingliang Liu (6 years ago) +* 6b9915fcbd55 - HDFS-11774. Ozone: KSM: add deleteVolume. Contributed by Mukul Kumar Singh. (6 years ago) +* 236c410881f5 - HDFS-11776. Ozone: KSM: add SetBucketProperty. Contributed by Nandakumar Vadivelu. (6 years ago) +* 72b228a9e646 - HDFS-11853. Ozone: KSM: Add getKey. Contributed by Chen Liang. (6 years ago) +* 59d273b17590 - HDFS-11655. Ozone: CLI: Guarantees user runs SCM commands has appropriate permission. Contributed by Weiwei Yang. (6 years ago) +* b71efcf1b0b1 - HDFS-11865. Ozone: Do not initialize Ratis cluster during datanode startup. (6 years ago) +* e3c8f6a24d40 - HDFS-11780. Ozone: KSM: Add putKey. Contributed by Chen Liang. (6 years ago) +* ff5dbeec07e5 - HDFS-11846. Ozone: Fix Http connection leaks in ozone clients. Contributed by Weiwei Yang. (6 years ago) +* 84294de9a23d - HDFS-11778. Ozone: KSM: add getBucketInfo. Contributed by Nandakumar Vadivelu. (6 years ago) +* 47c486776539 - HDFS-11859. Ozone: SCM: Separate BlockLocationProtocol from ContainerLocationProtocol. Contributed by Xiaoyu Yao. (6 years ago) +* 0753e094d707 - HDFS-11727. Block Storage: Retry Blocks should be requeued when cblock is restarted. Contributed by Mukul Kumar Singh. (6 years ago) +* 37642c12df40 - HDFS-11770. Ozone: KSM: Add setVolumeProperty. Contributed by Mukul Kumar Singh. (6 years ago) +* 56966a0535b6 - HDFS-11860. Ozone: SCM: SCMContainerPlacementCapacity#chooseNode sometimes does not remove chosen node from healthy list. Contributed by Xiaoyu Yao. (6 years ago) +* a0f51ee3d746 - HDFS-11850. Ozone: Stack Overflow in XceiverClientManager because of race condition in accessing openClient. Contributed by Mukul Kumar Singh. (6 years ago) +* ae5242accbbd - HDFS-11830. Ozone: Datanode needs to re-register to SCM if SCM is restarted. Contributed by Weiwei Yang. (6 years ago) +* 877e751c847a - HDFS-11843. Ozone: XceiverClientRatis should implement XceiverClientSpi.connect(). (6 years ago) +* 4fb906452334 - HDFS-11835. Block Storage: Overwrite of blocks fails. Contributed by Mukul Kumar Singh. (6 years ago) +* ca70300eea19 - HDFS-11775. Ozone: KSM: add createBucket. Contributed by Nandakumar Vadivelu. (6 years ago) +* e9d09c209ed0 - HDFS-11824. Ozone: Fix javac warnings. Contributed by Yiqun Lin. (6 years ago) +* 7f0be64284cf - HDFS-11831. Ozone: Improve the way of getting test file path in unit tests for Windows. Contributed by Yiqun Lin. (6 years ago) +* c9e6d4378dec - HDFS-11769. Ozone: KSM: Add createVolume API. Contributed by Mukul Kumar Singh. (6 years ago) +* 9c9be9f7f739 - HDFS-11693. Ozone:Add archive support to containers. Contributed by Anu Engineer. (6 years ago) +* 162dac96ced0 - HDFS-11650. Ozone: fix the consistently timeout test testUpgradeFromRel22Image. Contributed by Chen Liang. (6 years ago) +* dfb0dab96629 - HDFS-11694. Block Storage: Add Support for 2 BlockIDBuffers and also for periodic flush of BlockIDBuffer. Contributed by Mukul Kumar Singh (6 years ago) +* 821740e4d3cb - HDFS-11815. CBlockManager#main should join() after start() service. Contributed by Chen Liang. (6 years ago) +* a6013e2b5b9e - HDFS-11805. Ensure LevelDB DBIterator is closed. Contributed by Chen Liang. (6 years ago) +* b592df6413ac - HDFS-11811. Ozone: SCM: Support Delete Block. Contributed by Xiaoyu Yao. (6 years ago) +* 9bc494b90911 - HDFS-11802. Ozone : add DEBUG CLI support for open container db file. Contributed by Chen Liang (6 years ago) +* edff6c6a2494 - HDFS-11768. Ozone: KSM: Create Key Space manager service. Contributed by Anu Engineer. (6 years ago) +* 169713f3f3d8 - HDFS-11788. Ozone : add DEBUG CLI support for nodepool db file. Contributed by Chen Liang (6 years ago) +* 070960ed8a96 - HDFS-11798. Ozone: Correct description for ozone.handler.type in ozone-default.xml. Contributed by Mukul Kumar Singh. (6 years ago) +* 744a052dc26f - HDFS-11783. Ozone: Fix spotbugs warnings. Contributed by Weiwei Yang. (6 years ago) +* 4be9710712b0 - HDFS-11680. Ozone: SCM CLI: Implement info container command. Contributed by Yuanbo Liu. (6 years ago) +* 9fcaeceb542c - HDFS-11756. Ozone : add DEBUG CLI support of blockDB file. Contributed by Chen Liang (6 years ago) +* c18229f0df18 - HDFS-11716. Ozone: SCM: CLI: Revisit delete container API. Contributed by Weiwei Yang. (6 years ago) +* 67c81a8b189a - HDFS-11761. Ozone: Get container report should only report closed containers. Contributed by Weiwei Yang. (6 years ago) +* fc9130f6c50d - HDFS-11759. Ozone : SCMNodeManager#close() should also close node pool manager object. Contributed by Chen Liang. (6 years ago) +* d9be9a8c30fe - HDFS-11698. Ozone: SCM: CLI: Add Debug command. Contributed by Chen Liang. (6 years ago) +* a28557ac0373 - HDFS-11712. Ozone: Reuse ObjectMapper instance to improve the performance. Contributed by Yiqun Lin. (6 years ago) +* ee8708ca31b0 - HDFS-11747. Ozone : need to fix OZONE_SCM_DEFAULT_PORT. Contributed by Chen Liang. (6 years ago) +* 3158f479d3b7 - HDFS-11725. Ozone: Revise create container CLI specification and implementation. Contributed by Weiwei Yang (6 years ago) +* b581cde5426d - HDFS-11728. Ozone: add the DB names to OzoneConsts. Contributed by Chen Liang. (6 years ago) +* 6b3da448eb1e - HDFS-11675. Ozone: SCM CLI: Implement delete container command. Contributed by Weiwei Yang. (6 years ago) +* e9588c64220c - HDFS-11627. Block Storage: Cblock cache should register with flusher to upload blocks to containers. Contributed by Mukul Kumar Singh. (6 years ago) +* 668b0569846b - HDFS-11667. Block Storage:Handling flushing of incomplete block id buffers during shutdown. Contributed by Mukul Kumar Singh. (6 years ago) +* 1a245accb5f8 - HDFS-11668. Ozone: misc improvements for SCM CLI. Contributed by Weiwei Yang. (6 years ago) +* 5984d40b86d2 - HDFS-11666. Ozone: Fix compile error due to inconsistent package name. Contributed by Yiqun Lin. (6 years ago) +* a9ba8b5dedc3 - HDFS-11504. Ozone: SCM: Add Block APIs. Contributed by Xiaoyu Yao. (6 years ago) +* 720e5c40f627 - HDFS-11649. Ozone: SCM: CLI: Add shell code placeholder classes. Contributed by Chen Liang. (6 years ago) +* 6c4bd1647c05 - HDFS-11581. Ozone: Support force delete a container. Contributed by Yuanbo Liu. (6 years ago) +* d3f93d55d9da - HDFS-11631. Block Storage : allow cblock server to be started from hdfs commandline. Contributed by Chen Liang. (6 years ago) +* 05b12c48cf5f - HDFS-11657. Ozone: Add unit test for storage container metrics. Contributed by Yiqun Lin. (6 years ago) +* 783b7c27b1cf - HDFS-11582. Block Storage : add SCSI target access daemon. Contributed by Chen Liang. (6 years ago) +* 7d4a2d410404 - HDFS-11569. Ozone: Implement listKey function for KeyManager. Contributed by Weiwei Yang. (6 years ago) +* cbb7cc26a547 - HDFS-11642. Block Storage: fix TestCBlockCLI and TestCBlockServerPersistence cleanup. Contributed by Xiaoyu Yao. (6 years ago) +* 5b19a03f634b - HDFS-11635. Block Storage: Add metrics for Container Flushes. Contributed by Mukul Kumar Singh. (6 years ago) +* 2129c6b276d2 - HDFS-11062. Ozone:SCM: Remove null command. Contributed by Yuanbo Liu. (6 years ago) +* b7463924af13 - HDFS-11618. Block Storage: Add Support for Direct I/O. Contributed by Mukul Kumar Singh. (6 years ago) +* 57b2a9b17d18 - HDFS-11006. Ozone: support setting chunk size in streaming API. Contributed by Yiqun Lin. (6 years ago) +* cd361fa490b1 - HDFS-11625. Ozone: Fix UT failures that caused by hard coded datanode data dirs. Contributed by Weiwei Yang. (6 years ago) +* 7573a0bc617e - HDFS-11620. Ozone: Allocate container for MiniOzone cluster fails because of insufficient space error. Contributed by Mukul Kumar Singh. (6 years ago) +* fadfe3701964 - HDFS-11619. Ozone: Unit tests running failed in Windows. Contributed by Yiqun Lin. (6 years ago) +* aa16380d71cc - HDFS-11566. Ozone: Document missing metrics for container operations. Contributed by Yiqun Lin. (6 years ago) +* 82d814fa7984 - HDFS-11564. Ozone: SCM: Add Comparable Metric Support. Contributed by Anu Engineer. (6 years ago) +* 68da45a78926 - HDFS-11519. Ozone: Implement XceiverServerSpi and XceiverClientSpi using Ratis. Contributed by Tsz Wo Nicholas Sze. (6 years ago) +* 3966f42895b4 - HDFS-11591. Block Storage: fix TestCBlockServer test cleanup. Contributed by Xiaoyu Yao (6 years ago) +* 7c59add3da98 - HDFS-11594. Ozone: close container should call compactDB. Contributed by Anu Engineer. (6 years ago) +* bc9c3139078d - HDFS-11567. Ozone: SCM: Support update container. Contributed by Weiwei Yang. (6 years ago) +* 17a6e6262931 - HDFS-11537. Block Storage : add cache layer. Contributed by Chen Liang. (6 years ago) +* 3598d4b8cfbe - HDFS-11548. Ozone: SCM: Add node pool management API. Contributed by Xiaoyu Yao (6 years ago) +* dc8e73a7d511 - HDFS-11355. Block Storage : Merge configuration into ozone configuration classes. Contributed by Chen Liang. (6 years ago) +* 860a4e004452 - HDFS-11550. Ozone: Add a check to prevent removing a container that has keys in it. Contributed by Weiwei Yang. (6 years ago) +* 23044c1db86e - HDFS-11361. Block Storage: add cache interface. Contributed by Chen Liang. (6 years ago) +* d251a55ff9be - HDFS-11559. Ozone: MiniOzoneCluster prints too many log messages by default. Contributed by Tsz Wo Nicholas Sze. (6 years ago) +* 1e892f5748e2 - HDFS-11162. Block Storage: add command line tool. Contributed by Chen Liang. (6 years ago) +* 85c2312e7d78 - HDFS-11492. Ozone: Add the ability to handle sendContainerReport Command. Contributed by Anu Engineer. (6 years ago) +* 98d3360e3ac9 - HDFS-11444. Ozone: Fix datanode ID handling in MiniOzoneCluster. Contributed by Weiwei Yang. (6 years ago) +* 88371ff07fdd - HDFS-11491. Ozone: SCM: Add close container RPC. Contributed by Anu Engineer. (6 years ago) +* 932423211fde - HDFS-11469. Ozone: SCM: Container allocation based on node report. Contributed by Xiaoyu Yao. (6 years ago) +* fc7d678d3d33 - HDFS-11071. Ozone: SCM: Move SCM config keys to ScmConfig. Contributed by Weiwei Yang. (6 years ago) +* 7b7d186b8235 - HDFS-11513. Ozone: Separate XceiverServer and XceiverClient into interfaces and implementations. (6 years ago) +* 1058aa252384 - HDFS-10928. Ozone:SCM: Support MXBean for SCM and NodeManager. Contributed by Weiwei Yang. (6 years ago) +* 386dbc11da01 - HDFS-11196. Ozone: Improve logging and error handling in the container layer. Contributed by Anu Engineer. (6 years ago) +* 32cc2b8f1a35 - HDFS-11509. Ozone: Fix TestEndpoint test regression. Contributed by Anu Engineer. (6 years ago) +* 9c57a61f68ab - HDFS-11424. Block Storage: add container representation to meta data. Contributed Chen Liang. (6 years ago) +* 3e1317de0213 - HDFS-11451. Ozone: Add protobuf definitions for container reports. Contributed by Anu Engineer. (6 years ago) +* 02fb9aed325e - HDFS-11158. Ozone: TestDatanodeStateMachine is failing intermittently. Contributed by Weiwei Yang. (6 years ago) +* 753979865b04 - HDFS-11137. Ozone: SCM: Add negative tests cases for datanodeStatemachine. Contributed by Weiwei Yang. (6 years ago) +* d55564143d71 - HDFS-11484. Ozone: Fix flaky TestNodeManager#testScmNodeReportUpdate. Contributed by Xiaoyu Yao. (6 years ago) +* a2328d36ac0c - HDFS-11480. Ozone: TestEndpoint task failure. Contributed by Xiaoyu Yao. (6 years ago) +* 2cba0daddce7 - HDFS-11425. Ozone: add client-facing container APIs and container references. Contributed by Chen Liang. (6 years ago) +* 56f011fd023d - HDFS-11447. Ozone: SCM: Send node report to SCM with heartbeat.Contributed by Xiaoyu Yao. (6 years ago) +* f4529316bd27 - HDFS-11474. Ozone: TestContainerMapping needs to cleanup levelDB files.Contributed by Xiaoyu Yao. (6 years ago) +* b29ae6e5f792 - HDFS-11473. Ozone : exclude cblock protobuf files from findbugs check. Contributed by Xiaoyu Yao. (6 years ago) +* b8b72241aa04 - HDFS-11036. Ozone: reuse Xceiver connection. Contributed by Chen Liang. (6 years ago) +* 754ed7d6512b - HDFS-11414. Ozone : move StorageContainerLocation protocol to hdfs-client. Contributed by Chen Liang. (6 years ago) +* bb410de10c55 - HDFS-11184. Ozone: SCM: Make SCM use container protocol. Contributed by Anu Engineer. (6 years ago) +* c169dd13065c - HDFS-11463. Ozone: Add metrics for container operations and export over JMX. Contributed by Mukul Kumar Singh. (6 years ago) +* a7f82cba716a - HDFS-11154. Block Storage: store server state to persistent storage. Contributed by Chen Liang (6 years ago) +* 9997d36eb605 - HDFS-11138. Block Storage: add block storage server. Contributed by Chen Liang (6 years ago) +* 48db56adea19 - HDFS-11133. Ozone: Add allocateContainer RPC. Contributed by Anu Engineer (6 years ago) +* ca12aac5a4ea - HDFS-11126. Ozone: Add small file support RPC. Contributed by Anu Engineer. (6 years ago) +* 05b44e1ad87a - HDFS-11108. Ozone: use containers with the state machine. Contributed by Anu Engineer (6 years ago) +* 8bd85268e6dd - HDFS-11081. Ozone:SCM: Add support for registerNode in datanode. Contributed by Anu Engineer. (6 years ago) +* 2b8b3754f6c2 - HDFS-11130. Block Storage : Add storage client to server protocol. Contributed by Chen Lian (6 years ago) +* 3d83ee25c523 - HDFS-11127. Block Storage : add block storage service protocol. Contributed by Chen Liang (6 years ago) +* 8274ff356ab4 - HDFS-11103. Ozone: Cleanup some dependencies. Contributed by Anu Engineer. (6 years ago) +* e49e305f2533 - HDFS-11001. Ozone:SCM: Add support for registerNode in SCM. Contributed by Anu Engineer. (6 years ago) +* 964daed8532f - fix a build break due to merge (6 years ago) +* b186fc81f723 - HDFS-10938. Ozone:SCM: Add datanode protocol. Contributed by Anu Engineer. (6 years ago) +* ee119ff60ad3 - HDFS-11004. Ozone : move Chunk IO and container protocol calls to hdfs-client. Contributed by Chen Liang. (6 years ago) +* ed84388fca22 - HDFS-10912. Ozone:SCM: Add chill mode support to NodeManager. Contributed by Anu Engineer. (6 years ago) +* 5520f73deef9 - Fixing merge conflicts due to HDFS-10637 (6 years ago) +* 56b0fddfbd0f - HDFS-10995. Ozone: Move ozone XceiverClient to hdfs-client. Contributed by Chen Liang. (6 years ago) +* d0422a74ea41 - HDFS-10932. Ozone: fix XceiverClient slow shutdown. Contributed by Chen Liang. (6 years ago) +* 4c95c3d6ab4e - HDFS-10897. Ozone: SCM: Add NodeManager. Contributed by Anu Engineer. (6 years ago) +* e3aa2b687c8b - HDFS-10420. Fix Ozone unit tests to use MiniOzoneCluster. Contributed by Arpit Agarwal. (6 years ago) +* 3beee0b3d1cb - HDFS-10363. Ozone: Introduce new config keys for SCM service endpoints. Contributed by Arpit Agarwal. (6 years ago) +* 6c619023896d - HDFS-10361. Support starting StorageContainerManager as a daemon. (Contributed by Arpit Agarwal) (6 years ago) +* aa3ca951f95e - HDFS-10351. Ozone: Optimize key writes to chunks by providing a bulk write implementation in ChunkOutputStream. Contributed by Chris Nauroth. (6 years ago) +* acf0b220cea5 - HDFS-10349. Ozone: StorageContainerManager fails to compile after merge of HDFS-10312 maxDataLength enforcement. Contributed by Chris Nauroth. (6 years ago) +* 7d661a289a13 - HDFS-10232. Ozone: Make config key naming consistent. Contributed by Anu Engineer. (6 years ago) +* 0ecbc1312811 - HDFS-10278. Ozone: Add paging support to list Volumes. Contributed by Anu Engineer. (6 years ago) +* 7bb2ab7d7ce5 - HDFS-10251. Ozone: Shutdown cleanly. Contributed by Anu Engineer (6 years ago) +* e11e824c9bdd - HDFS-10268. Ozone: end-to-end integration for create/get volumes, buckets and keys. Contributed by Chris Nauroth. (6 years ago) +* 0addb1033e2c - HDFS-10250. Ozone: Add key Persistence. Contributed by Anu Engineer. (6 years ago) +* c6fd5ea3f019 - HDFS-10238. Ozone : Add chunk persistance. Contributed by Anu Engineer. (6 years ago) +* 0744d0a947f5 - HDFS-8210. Ozone: Implement storage container manager. Contributed by Chris Nauroth. (6 years ago) +* e758f90f93ff - HDFS-10195. Ozone: Add container persistence. Contributed by Anu Engineer. (6 years ago) +* c18c6801effd - HDFS-10202. ozone : Add key commands to CLI. Contributed by Anu Engineer. (6 years ago) +* f69ce5f3c6df - HDFS-10196. Ozone : Enable better error reporting for failed commands in ozone shell. Contributed by Anu Engineer. (6 years ago) +* fd2fe47b325c - HDFS-10179. Ozone: Adding logging support. Contributed by Anu Engineer. (6 years ago) +* 7c55d7feb5aa - HDFS-9960. OzoneHandler : Add localstorage support for keys. Contributed by Anu Engineer. (6 years ago) +* 4009b66090ec - HDFS-10180. Ozone: Refactor container Namespace. Contributed by Anu Engineer. (6 years ago) +* 044cc471456d - HDFS-9961. Ozone: Add buckets commands to CLI. Contributed by Anu Engineer. (6 years ago) +* bb47d0390665 - HDFS-9944. Ozone : Add container dispatcher. Contributed by Anu Engineer. (6 years ago) +* b9d53ed83636 - HDFS-9926. ozone : Add volume commands to CLI. Contributed by Anu Engineer. (6 years ago) +* 60fbef08ec38 - HDFS-9925. Ozone: Add Ozone Client lib for bucket handling. Contributed by Anu Engineer. (6 years ago) +* a9879798a694 - HDFS-9916. OzoneHandler : Add Key handler. Contributed by Anu Engineer. (6 years ago) +* 93201330b845 - HDFS-9916. OzoneHandler : Add Key handler. Contributed by Anu Engineer. (6 years ago) +* 2b387d622c16 - HDFS-9920. Stop tracking CHANGES.txt in the HDFS-7240 feature branch. Contributed by Chris Nauroth. (6 years ago) +* 085c62545dbc - HDFS-9891. Ozone: Add container transport client. Contributed by Anu Engineer. (6 years ago) +* 9b158f3b5703 - HDFS-9873. Ozone: Add container transport server. Contributed by Anu Engineer. (6 years ago) +* 3c39c18a6db0 - HDFS-9907. Exclude Ozone protobuf-generated classes from Findbugs analysis. Contributed by Chris Nauroth (6 years ago) +* 0a43e272f1c0 - HDFS-9848. Ozone: Add Ozone Client lib for volume handling. Contributed by Anu Engineer. (6 years ago) +* 3481897bded9 - HDFS-9853. Ozone: Add container definitions. Contributed by Anu Engineer. (6 years ago) +* 11a6cc2a4d8c - HDFS-9845. OzoneHandler : Support List and Info Volumes. Contributed by Anu Engineer. (6 years ago) +* f6ef841f748f - HDFS-9834. OzoneHandler : Enable MiniDFSCluster based testing for Ozone. Contributed by Anu Engineer. (6 years ago) +* f6b9c0f8a1a1 - HDFS-8757 : OzoneHandler : Add localStorageHandler support for Buckets. Contributed by Anu Engineer (6 years ago) +* ae109d1de748 - HDFS-8527. OzoneHandler: Integration of REST interface and container data pipeline back-end. Contributed by Chris Nauroth (6 years ago) +* a301827c6a53 - HDFS-8695. OzoneHandler : Add Bucket REST Interface. (aengineer) (6 years ago) +* 764ff0d5057b - HDFS-8753. Ozone: Unify StorageContainerConfiguration with ozone-default.xml & ozone-site.xml. Contributed by kanaka kumar avvaru (6 years ago) +* 507e7274aa9f - HDFS-8717. OzoneHandler : Add common bucket objects. (Contributed by Anu Engineer) (6 years ago) +* 07213f4eb585 - HDFS-8680. OzoneHandler : Add Local StorageHandler support for volumes. (Contributed by Anu Engineer) (6 years ago) +* 835f872a0abb - HDFS-8654. OzoneHandler : Add ACL support. (Contributed by Anu Engineer) (6 years ago) +* b1fa06aacb36 - HDFS-8644. OzoneHandler : Add volume handler. (Contributed by Anu Engineer) (6 years ago) +* 2793b4c96f24 - HDFS-8634. OzoneHandler: Add userAuth Interface and Simple userAuth handler. (Contributed by Anu Engineer) (6 years ago) +* d65b373ec4b6 - HDFS-8637. OzoneHandler : Add Error Table. (Contributed by Anu Engineer) (6 years ago) +* 2ea29ee062f6 - HDFS-8448. Create REST Interface for Volumes. Contributed by Anu Engineer. (6 years ago) +* 0a90e6d45cf7 - HDFS-8614. OzoneHandler : Add Quota Support. (Contributed by Anu Engineer) (6 years ago) +* d41245ca56ab - HDFS-8456. Introduce STORAGE_CONTAINER_SERVICE as a new NodeType. (Contributed by Arpit Agarwal) (6 years ago) +* 1b9ecc264a6a - MAPREDUCE-7072. mapred job -history prints duplicate counter in human output (wilfreds via rkanter) (6 years ago) +* 56788d759f47 - YARN-7598. Document how to use classpath isolation for aux-services in YARN. Contributed by Xuan Gong. (6 years ago) +* b06601acce38 - HDFS-13490. RBF: Fix setSafeMode in the Router. Contributed by Inigo Goiri. (6 years ago) +* df92a17e02fe - HDFS-13336. Test cases of TestWriteToReplica failed in windows. Contributed by Xiao Liang. (6 years ago) +* 9b5375e0c1ee - HDFS-13356. Balancer:Set default value of minBlockSize to 10mb. Contributed by Bharat Viswanadham (6 years ago) +* 7ab08a9c37a7 - HADOOP-15390. Yarn RM logs flooded by DelegationTokenRenewer trying to renew KMS tokens (xiaochen via rkanter) (6 years ago) +* 989a3929a92e - HADOOP-14756 S3Guard: expose capability query in MetadataStore and add tests of authoritative mode (Gabor Bota) (6 years ago) +* 42e82f02812c - Update CHANGES, RELEASENOTES, and jdiff for 3.0.2 release. (6 years ago) +* f411de6a79a0 - HDFS-13408. MiniDFSCluster to support being built on randomized base directory. Contributed by Xiao Liang (6 years ago) +* c533c7704762 - HDFS-13433. webhdfs requests can be routed incorrectly in federated cluster. Contributed by Arpit Agarwal. (6 years ago) +* 83e5f25d5e28 - YARN-8177. Documentation changes for auto creation of Leaf Queues with node label. Contributed by Suma Shivaprasad. (6 years ago) +* b6d94fad0811 - YARN-7956. [UI2] Avoid duplicating Components link under Services//Components. Contributed by Yesha Vora. (6 years ago) +* 63803e7051dc - HDFS-13388. RequestHedgingProxyProvider calls multiple configured NNs all the time. Contributed by Jinglun. (6 years ago) +* 1c1ce63cda92 - HDFS-13055. Aggregate usage statistics from datanodes. Contributed by Ajay Kumar. (6 years ago) +* b6dae26f4490 - HDFS-13478. RBF: Disabled Nameservice store API. Contributed by Inigo Goiri. (6 years ago) +* f40969a141ec - HDFS-10183. Prevent race condition during class initialization. Contributed by Pavel Avgustinov. (6 years ago) +* 28e2244390c9 - YARN-8111. Simplify PlacementConstraints API by removing allocationTagToIntraApp. Contributed by Weiwei Yang. (6 years ago) +* 766544c0b008 - YARN-7786. NullPointerException while launching ApplicationMaster. Contributed by lujie (6 years ago) +* 85585f9eef26 - YARN-8064. Bugfix for clean up container-executor cmd helper file. Contributed by Eric Badger (6 years ago) +* 7fd878813bed - Revert "YARN-7956. [UI2] Avoid duplicating Components link under Services//Components. Contributed by Yesha Vora." (6 years ago) +* a11ce19f47bb - YARN-7956. [UI2] Avoid duplicating Components link under Services//Components. Contributed by Yesha Vora. (6 years ago) +* fd24fd0ff771 - YARN-8137. Parallelize node addition in SLS. Contributed by Abhishek Modi. (6 years ago) +* 860cc28a5a12 - YARN-8185. Improve log in DirectoryCollection constructor. (Yufei Gu via Haibo Chen) (6 years ago) +* 55e4252fc5a3 - YARN-7830. [UI2] Post selecting grid view in Attempt page, attempt info page should also be opened with grid view. Contributed by Gergely Novák. (6 years ago) +* b0753cc2c053 - YARN-8189. [UI2] Nodes page column headers are half truncated. Contributed by Sunil G. (6 years ago) +* 87e09859f148 - YARN-8182. [UI2] Proxy- Clicking on nodes under Nodes HeatMap gives 401 error. Contributed by Sunil G. (6 years ago) +* da5bcf5f7d40 - YARN-8186. [Router] Federation: routing getAppState REST invocations transparently to multiple RMs. Contributed by Giovanni Matteo Fumarola. (6 years ago) +* 1134af9ad1da - HDFS-13453. RBF: getMountPointDates should fetch latest subdir time/date when parent dir is not present but /parent/child dirs are present in mount table. Contributed by Dibyendu Karmakar. (6 years ago) +* 7d06806dfdeb - YARN-6827. [ATS1/1.5] NPE exception while publishing recovering applications into ATS during RM restart. Contributed by Rohith Sharma K S. (6 years ago) +* c6d7d3eb059c - YARN-5888. [UI2] Improve unit tests for new YARN UI. Contributed by Akhil PB. (6 years ago) +* 351e509a47ad - YARN-8169. Cleanup RackResolver.java (6 years ago) +* e4c39f3247da - HADOOP-15396. Some java source files are executable (6 years ago) +* bf7694d020ea - HDFS-13464. Fix javadoc in FsVolumeList#handleVolumeFailures. Contributed by Shashikant Banerjee (6 years ago) +* bf2f493f814c - HDFS-13463. Fix javadoc in FsDatasetImpl#checkAndUpdate. Contributed by Shashikant Banerjee. (6 years ago) +* 034da8fc97f0 - YARN-8171. [UI2] AM Node link from attempt page should not redirect to new tab. Contributed by Sunil G. (6 years ago) +* 241d985467c4 - YARN-8145. yarn rmadmin -getGroups doesn't return updated groups for user. Contributed by Sunil G. (6 years ago) +* 1312f9ae4c3c - HADOOP-15391. Add missing css file in hadoop-aws, hadoop-aliyun, hadoop-azure and hadoop-azure-datalake modules. (6 years ago) +* d426b980ac9c - YARN-7966. Remove method AllocationConfiguration#getQueueAcl and related unit tests. Contributed by Sen Zhao. (6 years ago) +* 2d9e791a9073 - HDFS-12828. OIV ReverseXML Processor fails with escaped characters (6 years ago) +* bcb57b1f89b4 - HADOOP-15393. Upgrade the version of commons-lang3 to 3.7 (6 years ago) +* e4313e7e4725 - HDFS-13466. RBF: Add more router-related information to the UI. (6 years ago) +* c9b33514b8d1 - HDFS-13462. Add BIND_HOST configuration for JournalNode's HTTP and RPC Servers. Contributed by Lukas Majercak. (6 years ago) +* 78860372bd80 - YARN-8134. Support specifying node resources in SLS. Contributed by Abhishek Modi. (6 years ago) +* db1bba857a44 - YARN-8096. Wrong condition in AmIpFilter#getProxyAddresses() to update the proxy IP list. Contributed by Oleksandr Shevchenko. (6 years ago) +* a68b04370f24 - HDFS-13129. Add a test for DfsAdmin refreshSuperUserGroupsConfiguration. Contributed by Mukul Kumar Singh (6 years ago) +* bb92bfb4ef96 - YARN-7088. Add application launch time to Resource Manager REST API. (Kanwaljeet Sachdev via Haibo Chen) (6 years ago) +* 1d6e43da51aa - YARN-7996. Allow user supplied Docker client configurations with YARN native services. Contributed by Shane Kumpf (6 years ago) +* 86dfb70875d3 - Revert "YARN-7088. Add application launch time to Resource Manager REST API. (Kanwaljeet Sachdev via Haibo Chen)" (6 years ago) +* 0c14b6f0d80d - YARN-7088. Add application launch time to Resource Manager REST API. (Kanwaljeet Sachdev via Haibo Chen) (6 years ago) +* 427ad7ecc4af - YARN-8126. Support auto-spawning of admin configured services during bootstrap of RM. Contributed by Rohith Sharma K S. (6 years ago) +* c4d3636c21ac - HDFS-13435. RBF: Improve the error loggings for printing the stack trace. (6 years ago) +* f1461b2487d6 - YARN-8164. Fix a potential NPE in AbstractSchedulerPlanFollower. Contributed by lujie. (6 years ago) +* dd5e18c4aecb - YARN-8165. Incorrect queue name logging in AbstractContainerAllocator. Contributed by Weiwei Yan. (6 years ago) +* 60e5c1b51664 - YARN-7773. YARN Federation used Mysql as state store throw exception, Unknown column 'homeSubCluster' in 'field list'. Contributed by Yiran Wu. (6 years ago) +* 827d8593a586 - HDFS-13311. RBF: TestRouterAdminCLI#testCreateInvalidEntry fails on Windows. Contributed by Inigo Goiri (6 years ago) +* 49f9acae40a6 - YARN-8162. Remove Method DirectoryCollection#verifyDirUsingMkdir. (Yufei Gu via Haibo Chen) (6 years ago) +* d907fdc3cdf1 - HDFS-13439. Add test case for read block operation when it is moved. Contributed by Ajay Kumar. (6 years ago) +* 2d0662cfd57b - YARN-8060. Added default readiness check for service components. Contributed by Billie Rinaldi (6 years ago) +* ea95a335d069 - HADOOP-15369. Avoid usage of ${project.version} in parent poms. Contributed by Elek Marton. (6 years ago) +* 896b473f1b47 - YARN-8138. Add unit test to validate queue priority preemption works under node partition. (Zian Chen via wangda) (6 years ago) +* 669eb7bdea34 - YARN-8156. Increase the default value of yarn.timeline-service.app-collector.linger-period.ms. Contributed by Charan Hebri. (6 years ago) +* 995cba65fe29 - MAPREDUCE-7077. Pipe mapreduce job fails with Permission denied for jobTokenPassword. (Akira Ajisaka via wangda) (6 years ago) +* 9031a76d447f - YARN-8142. Improve SIGTERM handling for YARN Service Application Master. Contributed by Billie Rinaldi (6 years ago) +* e66e287efe2b - HDFS-13330. ShortCircuitCache#fetchOrCreate never retries. Contributed by Gabor Bota. (6 years ago) +* 650359371175 - HDFS-13430. Fix TestEncryptionZonesWithKMS failure due to HADOOP-14445. (6 years ago) +* fa8b88ab2b27 - HDFS-13438. Fix javadoc in FsVolumeList#removeVolume. Contributed by Shashikant Banerjee. (6 years ago) +* 0725953efec8 - HDFS-13418. NetworkTopology should be configurable when enable DFSNetworkTopology. Contributed by Tao Jie. (6 years ago) +* 1a407bc99063 - HADOOP-14970. MiniHadoopClusterManager doesn't respect lack of format option. Contributed by Erik Krogen (6 years ago) +* 226bedc0239b - YARN-8153. Guaranteed containers always stay in SCHEDULED on NM after restart. Contributed by Yang Wang. (6 years ago) +* 375654c36a8b - YARN-8154. Fix missing titles in PlacementConstraints document. Contributed by Weiwei Yang. (6 years ago) +* ec1e8c1a8ca3 - HADOOP-15379. Make IrqHandler.bind() public. Contributed by Ajay Kumar (6 years ago) +* 9b0b9f2af2f6 - HDFS-13436. Fix javadoc of package-info.java (6 years ago) +* 53b3e594732e - YARN-7936. Add default service AM Xmx. Contributed by Jian He (6 years ago) +* 18844599aef4 - YARN-8147. TestClientRMService#testGetApplications sporadically fails. Contributed by Jason Lowe (6 years ago) +* 044341b4e445 - HDFS-13386. RBF: Wrong date information in list file(-ls) result. Contributed by Dibyendu Karmakar. (6 years ago) +* b5353c75d90b - Revert "HDFS-13388. RequestHedgingProxyProvider calls multiple configured NNs all the time. Contributed by Jinglun." (6 years ago) +* 4571351cccf6 - MAPREDUCE-7069. Add ability to specify user environment variables individually. Contributed by Jim Brennan (6 years ago) +* 6bb128dfb893 - YARN-8120. JVM can crash with SIGSEGV when exiting due to custom leveldb logger. Contributed by Jason Lowe. (6 years ago) +* d272056fcb23 - Revert "HDFS-13386. RBF: Wrong date information in list file(-ls) result. Contributed by Dibyendu Karmakar." (6 years ago) +* 7ed8511ad8da - HDFS-13426. Fix javadoc in FsDatasetAsyncDiskService#removeVolume. Contributed by Shashikant Banerjee. (6 years ago) +* b8597858b17e - YARN-7931. [atsv2 read acls] Include domain table creation as part of schema creator. (Vrushali C via Haibo Chen) (6 years ago) +* 113af12cfb24 - HDFS-7101. Potential null dereference in DFSck#doWork(). Contributed by skrho and Ted Yu. (6 years ago) +* 832852ce4ff0 - HADOOP-15350. [JDK10] Update maven plugin tools to fix compile error in hadoop-maven-plugins module (6 years ago) +* c7cd362afd21 - HDFS-13427. Fix the section titles of transparent encryption document. (6 years ago) +* 0d898b7bb8d8 - HADOOP-12502 SetReplication OutOfMemoryError. Contributed by Vinayakumar B. (6 years ago) +* 18de6f2042b7 - HDFS-13386. RBF: Wrong date information in list file(-ls) result. Contributed by Dibyendu Karmakar. (6 years ago) +* 933477e9e052 - YARN-7221. Add security check for privileged docker container. Contributed by Eric Yang (6 years ago) +* f7d5bace435a - HDFS-13428. RBF: Remove LinkedList From StateStoreFileImpl.java. Contributed by BELUGA BEHR. (6 years ago) +* 0c93d43f3d62 - HDFS-13045. RBF: Improve error message returned from subcluster. Contributed by Inigo Goiri. (6 years ago) +* eefe2a147c83 - HDFS-13403: libhdfs++ Use hdfs::IoService object rather than asio::io_service. Contributed by James Clampffer. (6 years ago) +* 7eb783e2634d - YARN-8127. Resource leak when async scheduling is enabled. Contributed by Tao Yang. (6 years ago) +* b0aff8a96221 - HADOOP-15346 S3ARetryPolicy for 400/BadArgument to be "fail". Contributed by Steve Loughran. (6 years ago) +* 7c9cdad6d04c - HDFS-13056. Expose file-level composite CRCs in HDFS which are comparable across different instances/layouts. Contributed by Dennis Huo. (6 years ago) +* 6cc59a09e733 - MAPREDUCE-7062. Update mapreduce.job.tags description for making use for ATSv2 purpose. Contributed by Charan Hebri. (6 years ago) +* c04871109909 - YARN-7941. Transitive dependencies for component are not resolved. Contributed by Billie Rinaldi. (6 years ago) +* d919eb6efa10 - YARN-8133. Doc link broken for yarn-service from overview page. (Rohith Sharma K S via wangda) (6 years ago) +* 2bf9cc2c7394 - YARN-8116. Nodemanager fails with NumberFormatException: For input string: . (Chandni Singh via wangda) (6 years ago) +* c467f311d0c7 - YARN-7973. Added ContainerRelaunch feature for Docker containers. Contributed by Shane Kumpf (6 years ago) +* 583fa6ed48ad - HADOOP-14445. Delegation tokens are not shared between KMS instances. Contributed by Xiao Chen and Rushabh S Shah. (6 years ago) +* e81397545a27 - HADOOP-15357. Configuration.getPropsWithPrefix no longer does variable substitution. Contributed by Jim Brennan (6 years ago) +* d553799030a5 - YARN-7984. Improved YARN service stop/destroy and clean up. Contributed by Billie Rinaldi (6 years ago) +* 8ab776d61e56 - HADOOP-15340. Provide meaningful RPC server name for RpcMetrics. Contributed by Elek Marton. (6 years ago) +* e76c2aeb2887 - HDFS-13363. Record file path when FSDirAclOp throws AclException. Contributed by Gabor Bota. (6 years ago) +* f89594f0b80e - HDFS-13328. Abstract ReencryptionHandler recursive logic in separate class. Contributed by Surendra Singh Lilhore. (6 years ago) +* cef8eb798103 - HADOOP-15376. Remove double semi colons on imports that make Clover fall over. (6 years ago) +* 6729047a8ba2 - HDFS-13420. License header is displayed in ArchivalStorage/MemoryStorage html pages. Contributed by Akira Ajisaka. (6 years ago) +* 7c1e77dda4cb - YARN-7804. [UI2] Refresh action on Grid view page should not be redirected to graph view. Contributed by Gergely Novák. (6 years ago) +* 7623cc5a9822 - HADOOP-15374. Add links of the new features of 3.1.0 to the top page (6 years ago) +* e87be8a2a495 - HDFS-13384. RBF: Improve timeout RPC call mechanism. Contributed by Inigo Goiri. (6 years ago) +* a92200f4a6ce - HDFS-13410. RBF: Support federation with no subclusters. Contributed by Inigo Goiri. (6 years ago) +* 0006346abe20 - HADOOP-15328. Fix the typo in HttpAuthentication.md. Contributed by fang zhenyi (6 years ago) +* 907919d28c1b - YARN-7667. Docker Stop grace period should be configurable. Contributed by Eric Badger (6 years ago) +* 905937678577 - HDFS-13376. Specify minimum GCC version to avoid TLS support error in Build of hadoop-hdfs-native-client. Contributed by LiXin Ge. (6 years ago) +* e9b9f48dad5e - HDFS-13380. RBF: mv/rm fail after the directory exceeded the quota limit. Contributed by Yiqun Lin. (6 years ago) +* ac32b3576da4 - HDFS-13388. RequestHedgingProxyProvider calls multiple configured NNs all the time. Contributed by Jinglun. (6 years ago) +* 821b0de4c591 - YARN-7574. Add support for Node Labels on Auto Created Leaf Queue Template. Contributed by Suma Shivaprasad. (6 years ago) +* 5700556cd65a - HDFS-13402. RBF: Fix java doc for StateStoreFileSystemImpl. Contributed by Yiran Wu. (6 years ago) +* 0b345b765370 - HADOOP-15366. Add a helper shutdown routine in HadoopExecutor to ensure clean shutdown. Contributed by Shashikant Banerjee. (6 years ago) +* eb47c3de74ba - YARN-7905. Parent directory permission incorrect during public localization. Contributed by Bilwa S T. (6 years ago) +* 70590cd8d948 - HDFS-13292. Crypto command should give proper exception when trying to set key on existing EZ directory. Contributed by Ranith Sardar. (6 years ago) +* 00ebec89f101 - YARN-1151. Ability to configure auxiliary services from HDFS-based JAR files. (Xuan Gong via wangda) (6 years ago) +* d4e63ccca076 - YARN-8048. Support auto-spawning of admin configured services during bootstrap of RM (Rohith Sharma K S via wangda) (6 years ago) +* 00905efab22e - YARN-8110. AMRMProxy recover should catch for all throwable to avoid premature exit. (Botong Huang via Subru). (6 years ago) +* 024d7c08704e - YARN-8107. Give an informative message when incorrect format is used in ATSv2 filter attributes. (Rohith Sharma K S via Haibo Chen) (6 years ago) +* b17dc9f5f54f - YARN-8083. [UI2] All YARN related configurations are paged together in conf page. Contributed by Gergely Novák. (6 years ago) +* ea3849f0ccd3 - HADOOP-14759 S3GuardTool prune to prune specific bucket entries. Contributed by Gabor Bota. (6 years ago) +* 6cf023f9b76c - Added CHANGES/RELEASES/Jdiff for 3.1.0 release (6 years ago) +* 3121e8c29361 - HDFS-13353. RBF: TestRouterWebHDFSContractCreate failed. Contributed by Takanobu Asanuma. (6 years ago) +* f32d6275ba9e - (review-YARN-8191-patch003) YARN-8119. [UI2] Timeline Server address' url scheme should be removed while accessing via KNOX. Contributed by Sunil G. (6 years ago) +* f8b8bd53c479 - YARN-6936. [Atsv2] Retrospect storing entities into sub application table from client perspective. (Rohith Sharma K S via Haibo Chen) (6 years ago) +* d737bf99d44c - HDFS-13350. Negative legacy block ID will confuse Erasure Coding to be considered as striped block. (Contributed by Lei (Eddy) Xu). (6 years ago) +* e52539b46fb1 - HADOOP-14855. Hadoop scripts may errantly believe a daemon is still running, preventing it from starting. Contributed by Robert Kanter. (6 years ago) +* 345e7624d58a - YARN-8073 TimelineClientImpl doesn't honor yarn.timeline-service.versions configuration. Contributed by Rohith Sharma K S (6 years ago) +* 3087e8913536 - YARN-7946. Update TimelineServerV2 doc as per YARN-7919. (Haibo Chen) (6 years ago) +* 7853ec8d2fb8 - YARN-8013. Support application tags when defining application namespaces for placement constraints. Contributed by Weiwei Yang. (6 years ago) +* 42cd367c9308 - YARN-8115. [UI2] URL data like nodeHTTPAddress must be encoded in UI before using to access NM. Contributed by Sreenath Somarajapuram. (6 years ago) +* b779f4f0f614 - YARN-8106. Update LogAggregationIndexedFileController to use readFull instead read to avoid IOException while loading log meta. (Prabhu Joseph via wangda) (6 years ago) +* f7a17b029ddd - YARN-7764. Findbugs warning: Resource#getResources may expose internal representation. Contributed by Weiwei Yang. (6 years ago) +* 2d06d885c84b - YARN-8035. Uncaught exception in ContainersMonitorImpl during relaunch due to the process ID changing. Contributed by Shane Kumpf. (6 years ago) +* 5a174f8ac6e5 - HADOOP-14758. S3GuardTool.prune to handle UnsupportedOperationException. Contributed by Gabor Bota. (6 years ago) +* 93d47a0ed504 - YARN-8051. TestRMEmbeddedElector#testCallbackSynchronization is flaky. (Robert Kanter via Haibo Chen) (6 years ago) +* 2be64eb20113 - HDFS-13364. RBF: Support NamenodeProtocol in the Router. Contributed by Inigo Goiri. (6 years ago) +* 1077392eaad3 - HADOOP-15355. TestCommonConfigurationFields is broken by HADOOP-15312. Contributed by LiXin Ge. (6 years ago) +* 57374c4737ab - HADOOP-15317. Improve NetworkTopology chooseRandom's loop. (6 years ago) +* c78cb18c61a0 - YARN-8091. Revisit checkUserAccessToQueue RM REST API. (wangda) (6 years ago) +* 54a81211ea8a - YARN-8082. Include LocalizedResource size information in the NM download log for localization. Contributed by Kuhu Shukla (6 years ago) +* dde1579096aa - HADOOP-15146. Remove DataOutputByteBuffer. Contributed by BELUGA BEHR. (6 years ago) +* a0bde7d52591 - YARN-7142. Support placement policy in yarn native services. (Gour Saha via wangda) (6 years ago) +* dc8e34320131 - HDFS-13289. RBF: TestConnectionManager#testCleanup() test case need correction. Contributed by Dibyendu Karmakar. (6 years ago) +* acfd764fcc99 - HADOOP-15253. Should update maxQueueSize when refresh call queue. Contributed by Tao Jie. (6 years ago) +* 659074728e3b - HADOOP-15352. Fix default local maven repository path in create-release script. Contributed by Elek, Marton. (6 years ago) +* 1606dad133de - YARN-7497. Add file system based scheduler configuration store. Contributed by Jiandan Yang. (6 years ago) +* 6542d17ea460 - HADOOP-14999. AliyunOSS: provide one asynchronous multi-part based uploading mechanism. Contributed by Genmao Yu. (6 years ago) +* 2216bde32296 - HADOOP-12862. LDAP Group Mapping over SSL can not specify trust store. Contributed by Wei-Chiu Chuang and Konstantin Shvachko. (6 years ago) +* 2c6cfad5a31c - HDFS-13087. Snapshotted encryption zone information should be immutable. Contributed by LiXin Ge. (6 years ago) +* e7e20190dfac - YARN-8086. ManagedParentQueue with no leaf queues cause JS error in new UI. (Suma Shivaprasad via wangda) (6 years ago) +* 8fb00c3fce96 - YARN-6257. Fix CapacityScheduler REST API JSON output. Contributed By Tao Yang (6 years ago) +* 9d7a9031a597 - HADOOP-15342. Updating ADLS connector to use the current SDK version (2.2.7). Contributed by Atul Sikaria. (6 years ago) +* 7a59d60e0c50 - YARN-8085. ResourceProfilesManager should be set in RMActiveServiceContext. Contributed by Tao Yang. (6 years ago) +* ad10cbd91bcf - HDFS-13357. Improve AclException message "Invalid ACL: only directories may have a default ACL.". Contributed by Gabor Bota. (6 years ago) +* 431076f63751 - YARN-8076. Support to specify application tags in distributed shell. Contributed by Weiwei Yang. (6 years ago) +* 3d185d62fc39 - YARN-8069. Clean up example hostnames for RegistryDNS. Contributed by Billie Rinaldi (6 years ago) +* a991e899fb9f - HDFS-13314. NameNode should optionally exit if it detects FsImage corruption. Contributed by Arpit Agarwal. (6 years ago) +* 081c3501885c - HADOOP-15320. Remove customized getFileBlockLocations for hadoop-azure and hadoop-azure-datalake. Contributed by Shanyu Zhao (6 years ago) +* 0b1c2b5fe1b5 - YARN-7623. Fix the CapacityScheduler Queue configuration documentation. Contributed by Jonathan Hung. (6 years ago) +* 09999d7e014f - YARN-8010. Add config in FederationRMFailoverProxy to not bypass facade cache when failing over. (Botong Huang via Subru). (6 years ago) +* 725b10e3aee3 - Revert "YARN-8010. Add config in FederationRMFailoverProxy to not bypass facade cache when failing over. (Botong Huang via Subru)." (6 years ago) +* 47f711eebca3 - YARN-6629. NPE occurred when container allocation proposal is applied but its resource requests are removed before. (Tao Yang via wangda) (6 years ago) +* cdee0a4f8408 - YARN-8077. The vmemLimit parameter in ContainersMonitorImpl#isProcessTreeOverLimit is confusing. Contributed by Sen Zhao. (6 years ago) +* 411993f6e572 - YARN-7734. Fix UT failure TestContainerLogsPage#testContainerLogPageAccess. Contributed by Tao Yang. (6 years ago) +* a71656c1c1bf - HDFS-13347. RBF: Cache datanode reports. Contributed by Inigo Goiri. (6 years ago) +* d1e378d02bda - YARN-8075. DShell does not fail when we ask more GPUs than available even though AM throws 'InvalidResourceRequestException'. Contributed by Wangda Tan. (6 years ago) +* 2a2ef15caf79 - YARN-8010. Add config in FederationRMFailoverProxy to not bypass facade cache when failing over. (Botong Huang via Subru). (6 years ago) +* 3fe41c65d848 - HADOOP-15312. Undocumented KeyProvider configuration keys. Contributed by LiXin Ge. (6 years ago) +* 285bbaa4329f - HDFS-13338. Update BUILDING.txt for building native libraries. Contributed by Takanobu Asanuma. (6 years ago) +* 4cef01147f98 - HDFS-13352. RBF: Add xsl stylesheet for hdfs-rbf-default.xml. Contributed by Takanobu Asanuma. (6 years ago) +* c22d62b338cb - HADOOP-15313. TestKMS should close providers. (6 years ago) +* 27d60a16342f - YARN-8018. Added support for initiating yarn service upgrade. Contributed by Chandni Singh (6 years ago) +* edb202e4934b - MAPREDUCE-6441. Improve temporary directory name generation in LocalDistributedCacheManager for concurrent processes (wattsinabox, rchiang, haibochen via rkanter) (6 years ago) +* fcea5a4d798a - YARN-7794. SLSRunner is not loading timeline service jars, causing failure. (Yufei Gu via Haibo Chen) (6 years ago) +* 82665a7887a4 - HADOOP-15299. Bump Jackson 2 version to Jackson 2.9.x. (6 years ago) +* 24bc5e0e4d91 - YARN-8072. RM log is getting flooded with MemoryPlacementConstraintManager info logs. (Zian Chen via wangda) (6 years ago) +* 9eef19b2ad78 - YARN-8068. Application Priority field causes NPE in app timeline publish when Hadoop 2.7 based clients to 2.8+ (Sunil G via wangda) (6 years ago) +* 5d381570f830 - YARN-8062. yarn rmadmin -getGroups returns group from which the user has been removed. (Sunil G via wangda) (6 years ago) +* 22194f3d21fd - HADOOP-15339. Support additional key/value propereties in JMX bean registration. Contributed by Elek Marton. (6 years ago) +* e6b74164e9fc - YARN-8043. Added the exception message for failed launches running under LCE. Contributed by Shane Kumpf (6 years ago) +* 947b2829844f - HDFS-13204. RBF: Optimize name service safe mode icon. Contributed by liuhongtong. (6 years ago) +* cfc3a1c8f06f - HDFS-13291. RBF: Implement available space based OrderResolver. Contributed by Yiqun Lin. (6 years ago) +* 28790b81ecb7 - HADOOP-15295. Remove redundant logging related to tags from Configuration. Contributed by Ajay Kumar. (6 years ago) +* 24f75e097a67 - YARN-8070. Yarn Service API site doc broken due to unwanted character in YarnServiceAPI.md (Gour Saha via wangda) (6 years ago) +* a90471b3e653 - YARN-8016. Refine PlacementRule interface and add a app-name queue mapping rule as an example. (Zian Chen via wangda) (6 years ago) +* 647058efc0c7 - YARN-8032. Added ability to configure failure validity interval for YARN service. Contributed by Chandni Singh (6 years ago) +* 7616683db59d - Update 3.0.1 jdiff file and jdiff stable api version (6 years ago) +* f9427b73a279 - Update releasenotes and changelogs for 3.0.1 release (6 years ago) +* 6e31a090842f - HDFS-12512. RBF: Add WebHDFS. (6 years ago) +* 75fc05f36992 - YARN-7986. ATSv2 REST API queries do not return results for uppercase application tags. Contributed by Charan Hebri. (6 years ago) +* 22c5ddb7c4fb - YARN-8063. DistributedShellTimelinePlugin wrongly check for entityId instead of entityType. Contributed by Rohith Sharma K S. (6 years ago) +* 8620d2bdf9dd - (weichiu/HDFS-8707, pbacsko/HDFS-8707, origin/HDFS-8707, JackWangCS/HDFS-8707, 9uapaw/HDFS-8707) HDFS-12110: libhdfs++: Rebase HDFS-8707 on trunk, minor conflict resolution in this patch. Contributed by Deepak Majeti and Anatoli Shein. (6 years ago) +* fc5e44d9edea - HDFS-12427: libhdfs++: Prevent requests from holding dangling pointer to RpcEngine. Contributed by James Clampffer. (6 years ago) +* 48db24a430f5 - HDFS-11294: libhdfs++: Segfault in HA failover if DNS lookup for both Namenodes fails. Contributed by James Clampffer. (6 years ago) +* 12942f679ae8 - HDFS-10787: libhdfs++: Public API should expose configuration parser. Original patch contributed by Mitchell Tracy, followup work and compile warning fixes contributed by Anatoli Shein. (6 years ago) +* eeb49d0ca714 - HDFS-12237: libhdfs++: PROTOC_IS_COMPATIBLE check fails if protobuf library is built from source. Contributed by Anatoli Shein. (6 years ago) +* 22ea06a3dd74 - HDFS-12134: libhdfs++: Add a synchronization interface for the GSSAPI. Contributed by James Clampffer. (6 years ago) +* 033433bce761 - HDFS-12026: libhdfs++: Fix compilation errors and warnings when compiling with Clang. Contributed by Anatoli Shein. (6 years ago) +* 53e40bc71895 - HDFS-10874: libhdfs++: Public API headers should not depend on internal implementation. Contributed by James Clampffer (6 years ago) +* 3db261d45bab - HDFS-12103: libhdfs++: Provide workaround to support cancel on filesystem connect until HDFS-11437 is resolved. Contributed by James Clampffer. (6 years ago) +* 23afd508651c - HDFS-11908: libhdfs++: Authentication failure when first NN of a kerberized HA cluster is standby. Contributed by James Clampffer (6 years ago) +* e64ba87486b9 - HDFS-12104: libhdfs++: Make sure all steps in SaslProtocol end up calling AuthComplete. Contributed by James Clampffer. (6 years ago) +* 3c743b475e6e - HDFS-12013: libhdfs++: read with offset at EOF should return 0 bytes instead of error. Contributed by Xiaowei Zhu (6 years ago) +* c5e7a69523f4 - HDFS-11971: libhdfs++: [Fix] a few portability issues. Contributed by Anatoli Schein (6 years ago) +* 1c9b174663f4 - HDFS-11518: libhdfs++: Add a build option to skip building examples, tests, and tools. Contributed by Anatoli Schein. (6 years ago) +* 869317be0a1f - HDFS-10785: libhdfs++: Implement the rest of the tools. Contributed by Anatoli Schein (6 years ago) +* 52445fd4ee73 - HDFS-11544: libhdfs++: Revert HDFS-11544.HDFS-8707.001.patch due to invalid memory access regression. Done by James Clampffer (6 years ago) +* c2386bc2f33d - HDFS-11758: libhdfs++: Catch exceptions thrown by runtime hooks. Contributed by James Clampffer. (6 years ago) +* 57cdad73deec - HDFS-11767: libhdfs++: SASL events should be scoped closer to usage. Contributed by James Clampffer (6 years ago) +* b584e34f2f62 - HDFS-11730: libhdfs++: RpcConnection should handle authorization error call id. Contributed by James Clampffer (6 years ago) +* fdb88eb57e18 - HDFS-11544: libhdfs++: Improve C API error reporting. Contributed by James Clampffer. (6 years ago) +* 3e53da2d623c - HDFS-11106: libhdfs++: Some refactoring to better organize files (part 2). Contributed by James Clampffer. (6 years ago) +* 0f3f8db11362 - HDFS-11449: libhdfs++: Log Datanode read size when reading from an HDFS block. Contributed by Xiaowei Zhu. (6 years ago) +* 606d20c6c067 - HDFS-11436: libhdfs++: Fix race condition in ScopedResolver. Contributed by James Clampffer. (6 years ago) +* 8783461e2ec3 - HDFS-11028: libhdfs++: FileSystem needs to be able to cancel pending connections. Contributed by James Clampffer (6 years ago) +* 58de2df8606c - HDFS-10685: libhdfs++: return explicit error when non-secured client connects to secured server. Contributed by Kai Jiang. (6 years ago) +* 69d55340f89a - HDFS-11305: libhdfs++: Log Datanode information when reading an HDFS block. Contributed by Xiaowei Zhu. (6 years ago) +* a30cf6a36977 - HDFS-10796: libhdfs++: Previous commit was missing test/hdfs_ioservice_test.cc, adding it. (6 years ago) +* fbff671e0fae - HDFS-10796: libhdfs++: rationalize ioservice interactions. Contributed by James Clampffer. (6 years ago) +* dd7837c429f6 - HDFS-11106: libhdfs++: Some refactoring to better organize files. Contributed by James Clampffer. (6 years ago) +* 2524afbc206d - HDFS-11099: libhdfs++: Expose rack id in hdfsDNInfo. Contributed by Xiaowei Zhu. (6 years ago) +* b7d9a0f827c0 - HDFS-11027: libbhdfs++: Don't retry if there is an authentication failure. Contributed by Xiaowei Zhu. (6 years ago) +* 59a39269463b - HDFS-11014: libhdfs++: Make connection to HA clusters faster. Contributed by James Clampffer. (6 years ago) +* 6dd47cae8655 - libhdfs++: Get rid of lock in RpcConnectionImpl destructor. Contributed by James Clampffer (6 years ago) +* 7ebecaeeded9 - HDFS-10898: libhdfs++: Make log levels consistent. Contributed by James Clampffer (6 years ago) +* 2a42eeb66f7f - HDFS-10931: libhdfs++: Fix object lifecycle issues in the BlockReader (see follow up work in jira). Contributed by James Clampffer. (6 years ago) +* 69cb05d2920a - HDFS-10595: libhdfs++: deconflate client name and client id (6 years ago) +* d22e4b2eb776 - HDFS-10450b: libhdfs++: Add Cyrus SASL support (engines). Contributed by Don Davis. (6 years ago) +* 549a5dbce9f6 - HDFS-10450: libhdfs++: Add Cyrus SASL support. Contributed by Don Davis. (6 years ago) +* 9d1c90215914 - HDFS-10705: libhdfs++: FileSystem should have a convenience no-args ctor. Contributed by James Clampffer. (6 years ago) +* 4f6cb5d1a150 - HDFS-10754: libhdfs++: Create tools directory and implement hdfs_cat, hdfs_chgrp, hdfs_chown, hdfs_chmod and hdfs_find. Contributed by Anatoli Shein. (6 years ago) +* 05ddb3108176 - HDFS-10761: libhdfs++: Fix broken logic in HA retry policy. Contributed by James Clampffer (6 years ago) +* b9cf0e932d8a - HDFS-10746: libhdfs++: synchronize access to working_directory and bytes_read_. Contributed by Anatoli Shein. (6 years ago) +* cbb3e9fe58d1 - HDFS-10740: libhdfs++: Implement recursive directory generator. Contributed by Anatoli Shein. (6 years ago) +* 2a8edd4e523a - HDFS-9271: libhdfs++: Implement basic NN operations. Contributed by Anatoli Shein. (6 years ago) +* b1ed72e09806 - HDFS-10739: libhdfs++: In RpcEngine replace vector with deque for pending requests. Contributed by Anatoli Shein. (6 years ago) +* 649aff11fe61 - HDFS-10672: libhdfs++: reorder directories in src/main/libhdfspp/examples, and add C++ version of cat tool. Contributed by Anatoli Shein. (6 years ago) +* 4cb0dad5e535 - HDFS-10441: libhdfs++: HA namenode support. Contributed by James Clampffer. (6 years ago) +* d75c835696ac - Revert HDFS-10543 patch due to correctness issues it caused. Done by James Clampffer (6 years ago) +* a586ccbcfa8f - HDFS-9890: libhdfs++: Add test suite to simulate network issues. Contributed by Xiaowei Zhu. (6 years ago) +* a23e6b422b07 - HDFS-10578. libhdfs++: Silence compile warnings from URI parser. Contributed by James Clampffer (6 years ago) +* a0c7aee3b64d - HDFS-10543: libhdfs++: hdfsRead stops at block boundary. Contributed by Xiaowei Zhu. (6 years ago) +* d4c3cfbf47cc - HDFS-10524: libhdfs++: Implement chmod and chown. Contributed by Anatoli Shein. (6 years ago) +* 88c5768f9957 - HDFS-10515: libhdfs++: Implement mkdirs, rmdir, rename, and remove (6 years ago) +* 193314dc34c4 - HDFS-10511: libhdfs++: make error returning mechanism consistent across all hdfs operations. Contributed by Anatoli Shein. (6 years ago) +* 2616fe2025af - HDFS-10526: libhdfs++: Add connect timeouts to async_connect calls. Contributed by Bob Hansen. (6 years ago) +* de6fce7817af - HDFS-10527: libhdfs++: hdfsGetBlockLocations doesn't null terminate ip address strings. Contributed by James Clampffer. (6 years ago) +* 9ac66ccaa394 - HDFS-10494: libhdfs++: Implement snapshot operations and GetFsStats. Contributed by Anatoli Shein. (6 years ago) +* d64bbf983eb1 - Revert HDFS-9890. Needs some more work to reflect the current status of HDFS-8707. Done by James Clampffer (6 years ago) +* 11b68ecebece - HDFS-9890. libhdfs++: Add test suite to simulate network issues. Contributed by Xiaowei Zhu. (6 years ago) +* 50aa4ea7760b - HDFS-10454: libhdfspp: Move NameNodeOp to a separate file. Contributed by Anatoli Shein. (6 years ago) +* 0496bc54641d - HDFS-10464: libhdfs++: Implement GetPathInfo and ListDirectory. Contributed by Anatoli Shein. (6 years ago) +* 18f4d2f42e58 - HDFS-10465: libhdfs++: Implement GetBlockLocations. Contributed by Bob Hansen (6 years ago) +* f1f0b8f0f8cb - HDFS-10366: libhdfs++: Add SASL authentication. Contributed by Bob Hansen (6 years ago) +* 93382381f698 - HDFS-10188. libhdfs++: Implement debug allocators. Contributed by Xiaowei Zhu (6 years ago) +* b9eeecc477ea - HDFS-10332. hdfs-native-client fails to build with CMake 2.8.11 or earlier. Contributed by Tibor Kiss (6 years ago) +* cc51f2ce58a3 - HDFS-10310. hdfsConnect hangs when given bad host or port. Contributed by James Clampffer. (6 years ago) +* e542db66ee44 - HDFS-10311: DatanodeConnection::Cancel should not delete the underlying socket. Contributed by James Clampffer (6 years ago) +* 1cbfd6f962f6 - libhdfs++: File length doesn't always count the last block if it's being written to. Contributed by Xiaowei Zhu. (6 years ago) +* 60c3437267b8 - HDFS-10247: libhdfs++: Datanode protocol version mismatch fix. Contributed by James Clampffer (6 years ago) +* ed77d8d5df23 - HDFS-10231: libhdfs++: Fix race conditions in RPC layer. Contributed by Bob Hansen. (6 years ago) +* 015d93a71527 - HDFS-10222. libhdfs++: Shutdown sockets to avoid 'Connection reset by peer'. Contributed by James Clampffer (6 years ago) +* 427edae365ab - HDFS-9616. libhdfs++: Add runtime hooks to allow a client application to add low level monitoring and tests. Contributed by Bob Hansen (6 years ago) +* 0f1a278dd5f2 - HDFS-9118: libhdfs++ Add logging system. Contributed by James Clampffer (6 years ago) +* 8f4a66ab8fd1 - HDFS-9556: libhdfs++: pull Options from default configs by default. Contributed by Bob Hansen. (6 years ago) +* f25bff50bf27 - HDFS-9932: added uriparser2 library to HDFS-8707. Contributed by Bob Hansen. (6 years ago) +* 69ee2e6a7eb4 - HDFS-9792: libhdfs++: EACCES not setting errno correctly. Contributed by Bob Hansen. (6 years ago) +* 6a96f978eba7 - HDFS-9699: libhdfs++: Add appropriate catch blocks for asio operations that throw. Contributed by Bob Hansen (6 years ago) +* 1600e6bba893 - HDFS-9791: libhdfs+_+: ConfigurationLoader throws parse_exception on invalid input. Contributed by Bob Hansen. (6 years ago) +* 2cd7ab5e94ae - HDFS-9753. libhdfs++: Client fails to pass TokenProto from LocatedBlockProto to server when reading a block. Contributed by James Clampffer. (6 years ago) +* 22ae3193609a - HDFS-9737: libhdfs++: Create examples of consuming libhdfs++ (pt 2). Contributed by Bob Hansen (6 years ago) +* f591b95e08ef - HDFS-9749: libhdfs++: RPC engine will attempt to close an asio socket before it's been opened. Contributed by James Clampffer (6 years ago) +* 288a9a9ee76e - HDFS-9741: libhdfs++: GetLastError not returning meaningful messages after some failures. Contributed by Bob Hansen (6 years ago) +* d80777375289 - HDFS-9738: libhdfs++: Implement simple authentication. Contributed by Bob Hansen (6 years ago) +* 71b4f2ea25cd - HDFS-9737: libhdfs++: Create examples of consuming libhdfs++. Contributed by Bob Hansen (6 years ago) +* 7e946c7e3021 - HDFS-9712. libhdfs++: Reimplement Status object as a normal struct (6 years ago) +* ad23cf14903e - HDFS-9679: Fix inconsistencies with libhdfs C API. Contributed by James Clampffer (6 years ago) +* 166b3d49df64 - HDFS-9643. libhdfs++: Support async cancellation of read operations. Contributed by James Clampffer. (6 years ago) +* 5cd2a1766c45 - HDFS-9687. libhdfs++: potential segfault after teardown. Contributed by Bob Hansen. (6 years ago) +* 1017ccabeb05 - HDFS-9628. libhdfs++: implement builder apis from C bindings. Contributed by Bob Hansen. (6 years ago) +* dc335474a659 - HDFS-9636. libhdfs++: for consistency, include files should be in hdfspp. Contributed by Bob Hansen. (6 years ago) +* 11671c2bf632 - HDFS-9627. libhdfs++: Add mechanism to retrieve human readable error messages through the C API. Contributed by James Clampffer. (6 years ago) +* e376c022f496 - HDFS-9609. libhdfs++: Allow seek to EOF. Contributed by Bob Hansen (6 years ago) +* 7d8452040d1a - HDFS-9325. libhdfs++ Allow the location of hadoop source tree resources to be passed to CMake during a build. Contributed by Bob Hansen. (6 years ago) +* 5dc2da1e6fe8 - HDFS-9487. libhdfs++ Enable builds with no compiler optimizations. Contributed by Bob Hansen. (6 years ago) +* e18db92398ad - HDFS-9523. libhdfs++: failure to connect to ipv6 host causes CI unit tests to fail. Contributed by Bob Hansen. (6 years ago) +* 31d28e3105d1 - HDFS-9524. libhdfs++ deadlocks in Filesystem::New if NN connection fails. Contributed by Bob Hansen. (6 years ago) +* dba377bfccba - HDFS-9448. Enable valgrind for libhdfspp unit tests. Contributed by Bob Hansen. (6 years ago) +* 6c80d02a03de - HDFS-9538. libhdfs: load configuration from files. Contributed by Bob Hansen. (6 years ago) +* 567c3ed44f59 - HDFS-9537. libhdfs++ implement HDFSConfiguration class. Contributed by Bob Hansen (6 years ago) +* 6c33f89aea12 - HDFS-9417. Clean up the RAT warnings in the HDFS-8707 branch. Contributed by Bob Hansen. (6 years ago) +* 7cd98323ec13 - HDFS-9489. Enable CI infrastructure to use libhdfs++ hdfsRead. Contributed by Stephen Walkauskas. (6 years ago) +* d6a04cdbdd35 - HDFS-9460. Suppress warnings from third-party libraries. Contributed by Bob Hansen. (6 years ago) +* c59bd00a5669 - HDFS-9486. Fix valgrind failures when using more than 1 io_service worker thread. Contributed by James Clampffer. (6 years ago) +* 58f2c7183e8c - HDFS-9228. libhdfs++ should respect NN retry configuration settings. Contributed by Bob Hansen (6 years ago) +* eb70a64362da - HDFS-9504. Initialize BadNodeTracker in FileSystemImpl constructor. Contributed by James Clampffer. (6 years ago) +* 8dac1094d807 - HDFS-9497. move lib/proto/cpp_helpers to third-party since it won't have an ASF license. Contributed by Bob Hansen. (6 years ago) +* d7ecf396c999 - HDFS-9144. Refactoring libhdfs++ into stateful/ephemeral objects. Contributed by Bob Hansen. (6 years ago) +* 5ba8e8ab7b6a - Revert HDFS-9448. (6 years ago) +* 9a0a34bbfafc - HDFS-9448. Enable valgrind for libhdfspp unit tests. Contributed by Bob Hansen. (6 years ago) +* 584c2a204d3a - HDFS-9452. libhdfs++ Fix memory stomp in OpenFileForRead. Contributed by James Clampffer (6 years ago) +* 87362b1c17c1 - HDFS-9117. Config file reader / options classes for libhdfs++. Contributed by Bob Hansen. (6 years ago) +* a38703fdfc34 - HDFS-9359. Test libhdfs++ with existing libhdfs tests. Contributed by Stephen Walkauskas. (6 years ago) +* 64f0e784907f - HDFS-9368. Implement reads with implicit offset state in libhdfs++. Contributed by James Clampffer. (6 years ago) +* 6f44d920717c - HDFS-9103. Retry reads on DN failure. Contributed by James Clampffer. (6 years ago) +* 7dd29e548c4c - HDFS-9408. Build both static and dynamic libraries for libhdfspp. Contributed by Stephen Walkauskas. (6 years ago) +* af9bc25ac599 - HDFS-9419. Import the optional library into libhdfs++. Contributed by Bob Hansen. (6 years ago) +* a0b8f5631709 - HDFS-9328. Formalize coding standards for libhdfs++. Contributed by James Clampffer. (6 years ago) +* a59714dcdb94 - HDFS-9320. libhdfspp should use sizeof(int32_t) instead of sizeof(int) when parsing data. Contributed by James Clampffer. (6 years ago) +* 5f1d0957b21f - HDFS-9340. libhdfspp fails to compile after HDFS-9207. Contributed by Haohui Mai. (6 years ago) +* dbd1d0c75bce - HDFS-8766. Implement a libhdfs(3) compatible API. Contributed by James Clampffer. (6 years ago) +* 422a6e4ed506 - HDFS-9288. Import RapidXML 1.13 for libhdfspp. Contributed by Bob Hansen. (6 years ago) +* a14d1f741ff7 - HDFS-9265. InputStreamImpl should hold a shared_ptr of the BlockReader. Contributed by James Clampffer. (6 years ago) +* 08794423e89b - HDFS-9207. Move the implementation to the hdfs-native-client module. Contributed by Haohui Mai. (6 years ago) +* 9e929a7a0ddc - HDFS-9095. RPC client should fail gracefully when the connection is timed out or reset. Contributed by Haohui Mai. (6 years ago) +* 06326b37c9e6 - HDFS-9108. InputStreamImpl::ReadBlockContinuation stores wrong pointers of buffers. Contributed by Haohui Mai. (6 years ago) +* 6294141aeb3a - HDFS-9116. Suppress false positives from Valgrind on uninitialized variables in tests. Contributed by Haohui Mai. (6 years ago) +* 9480c116aca7 - HDFS-9093. Initialize protobuf fields in RemoteBlockReaderTest. Contributed by Haohui Mai. (6 years ago) +* a559ef02438a - HDFS-9025. Fix compilation issues on arch linux. Contributed by Owen O'Malley. (6 years ago) +* bc47acc9d9b8 - HDFS-8952. InputStream.PositionRead() should be aware of available DNs. Contributed by Haohui Mai. (6 years ago) +* 1efb677976b1 - HDFS-8774. Implement FileSystem and InputStream API for libhdfspp. Contributed by Haohui Mai. (6 years ago) +* bccc64064840 - HDFS-8775. SASL support for data transfer protocol in libhdfspp. Contributed by Haohui Mai. (6 years ago) +* 26d9f6cee36c - HDFS-8788. Implement unit tests for remote block reader in libhdfspp. Contributed by Haohui Mai. (6 years ago) +* 1bec75a13cc1 - HDFS-8764. Generate Hadoop RPC stubs from protobuf definitions. Contributed by Haohui Mai. (6 years ago) +* 65b864f341de - HDFS-8759. Implement remote block reader in libhdfspp. Contributed by Haohui Mai. (6 years ago) +* a6b2fb64c41f - HDFS-8758. Implement the continuation library in libhdfspp. Contributed by Haohui Mai. (6 years ago) +* 63eee296c7c7 - HDFS-8745. Use Doxygen to generate documents for libhdfspp. Contributed by Haohui Mai. (6 years ago) +* 40a1f3631dde - HDFS-8737. Initial implementation of a Hadoop RPC v9 client. Contributed by Haohui Mai. (6 years ago) +* 95b479b8c1d7 - HDFS-8725. Use std::chrono to implement the timer in the asio library. Contributed by Haohui Mai. (6 years ago) +* eb6c865516a6 - HDFS-8724. Import third_party libraries into the repository. Contributed by Haohui Mai. (6 years ago) +* d61e844c20ca - HDFS-8723. Integrate the build infrastructure with hdfs-client. Contributed by Haohui Mai. (6 years ago) +* 4bea96f9a84c - HADOOP-14067. VersionInfo should load version-info.properties from its own classloader. Contributed by Thejas M Nair. (6 years ago) +* e196d158a275 - HDFS-12792. RBF: Test Router-based federation using HDFSContract. Contributed by Inigo Goiri. (6 years ago) +* f738d75a8660 - HDFS-11900. Hedged reads thread pool creation not synchronized. Contributed by John Zhuge. (6 years ago) +* 268c29a5f541 - HADOOP-15331. Fix a race condition causing parsing error of java.io.BufferedInputStream in class org.apache.hadoop.conf.Configuration. Contributed by Miklos Szegedi. (6 years ago) +* dae5051828a1 - HADOOP-15334. Upgrade Maven surefire plugin. Contributed by Arpit Agarwal. (6 years ago) +* 66461ed98b0b - HDFS-13195. DataNode conf page cannot display the current value after reconfig. Contributed by maobaolong. (6 years ago) +* 3d0ee8b80438 - HDFS-13318. RBF: Fix FindBugs in hadoop-hdfs-rbf. Contributed by Ekanth S. (6 years ago) +* 8d898ab25f1c - HDFS-12884. BlockUnderConstructionFeature.truncateBlock should be of type BlockInfo. Contributed by chencan. (6 years ago) +* 5aa7052e319c - YARN-8054. Improve robustness of the LocalDirsHandlerService MonitoringTimerTask thread. Contributed by Jonathan Eagles (6 years ago) +* 389bc6d3da51 - HDFS-11043. TestWebHdfsTimeouts fails. Contributed by Xiaoyu Yao and Chao Sun. (6 years ago) +* 6c63cc7d3045 - HDFS-13315. Add a test for the issue reported in HDFS-11481 which is fixed by HDFS-10997. Contributed by Yongjun Zhang. (6 years ago) +* a3ed6f40e177 - HADOOP-15330. Remove jdk1.7 profile from hadoop-annotations module (6 years ago) +* 7ce6b4150911 - HADOOP-15332. Fix typos in hadoop-aws markdown docs. Contributed by Gabor Bota. (6 years ago) +* 2caba999bbb9 - HDFS-13250. RBF: Router to manage requests across multiple subclusters. Contributed by Inigo Goiri. (6 years ago) +* 69fe4407ebd8 - HDFS-13307. RBF: Improve the use of setQuota command. Contributed by liuhongtong. (6 years ago) +* 29acea500033 - YARN-7581. HBase filters are not constructed correctly in ATSv2. Contributed by Habio Chen. (6 years ago) +* 138c1ed5660f - HADOOP-15062. TestCryptoStreamsWithOpensslAesCtrCryptoCodec fails on Debian 9. Contributed by Miklos Szegedi. (6 years ago) +* fe224ff972a2 - HDFS-13268. TestWebHdfsFileContextMainOperations fails on Windows. Contributed by Xiao Liang. (6 years ago) +* 3ff6977d3e29 - YARN-8053. Add hadoop-distcp in exclusion in hbase-server dependencies for timelineservice-hbase packages. (Rohith Sharma K S via Haibo Chen) (6 years ago) +* 6e2b5fa493ff - HDFS-13215. RBF: Move Router to its own module. Contributed by Wei Yan (6 years ago) +* e65ff1c8be48 - HDFS-13296. GenericTestUtils generates paths with drive letter in Windows and fail webhdfs related test cases. Contributed by Xiao Liang. (6 years ago) +* 3fc3fa9711d9 - HADOOP-14667. Flexible Visual Studio support. Contributed by Allen Wittenauer (6 years ago) +* f480367af68e - YARN-8027. Setting hostname of docker container breaks for --net=host in docker 1.13. Contributed by Jim Brennan (6 years ago) +* a08921ca6cb1 - YARN-8002. Support NOT_SELF and ALL namespace types for allocation tag. (Weiwei Yang via wangda) (6 years ago) +* d67a5e2dec5c - HADOOP-15262. AliyunOSS: move files under a directory in parallel when rename a directory. Contributed by Jinhu Wu. (6 years ago) +* 86816da5b440 - MAPREDUCE-7066. TestQueue fails on Java9 (6 years ago) +* 6bd130ea459f - YARN-8028. Support authorizeUserAccessToQueue in RMWebServices. Contributed by Wangda Tan. (6 years ago) +* 98356a3ddebe - YARN-8040. [UI2] New YARN UI webapp does not respect current pathname for REST api. Contributed by Sunil G. (6 years ago) +* 49c747ab187d - (weichiu/new-branch-3.1-03.17.2018, pbacsko/new-branch-3.1-03.17.2018, origin/new-branch-3.1-03.17.2018, JackWangCS/new-branch-3.1-03.17.2018, 9uapaw/new-branch-3.1-03.17.2018) YARN-8039. Clean up log dir configuration in TestLinuxContainerExecutorWithMocks.testStartLocalizer. Contributed by Miklos Szegedi. (6 years ago) +* 08ff1586d5d3 - HDFS-12886. Ignore minReplication for block recovery. Contributed by Lukas Majercak. (6 years ago) +* 154cfb2b6200 - YARN-7636. Re-reservation count may overflow when cluster resource exhausted for a long time. contributed by Tao Yang. (6 years ago) +* 21c66614610a - HADOOP-15234. Throw meaningful message on null when initializing KMSWebApp. Contributed by fang zhenyi. (6 years ago) +* 4bf622043f03 - YARN-7952. RM should be able to recover log aggregation status after restart/fail-over. (Xuan Gong via wangda) (6 years ago) +* f47659fb9709 - MAPREDUCE-7047. Make HAR tool support IndexedLogAggregtionController. (Xuan Gong via wangda) (6 years ago) +* 1976e0066e9a - HADOOP-15209. DistCp to eliminate needless deletion of files under already-deleted directories. Contributed by Steve Loughran. (6 years ago) +* 78b05fde6c41 - HDFS-13280. WebHDFS: Fix NPE in get snasphottable directory list call. Contributed by Lokesh Jain. (6 years ago) +* e71bc00a4714 - HDFS-13224. RBF: Resolvers to support mount points across multiple subclusters. Contributed by Inigo Goiri. (6 years ago) +* da777a5498e7 - HDFS-13251. Avoid using hard coded datanode data dirs in unit tests(addendum). Contributed by Ajay Kumar. (6 years ago) +* 6de135169eaa - HDFS-12723. TestReadStripedFileWithMissingBlocks#testReadFileWithMissingBlocks failing consistently. Contributed by Ajay Kumar. (6 years ago) +* 5e013d50d1a9 - HADOOP-15305. Replace FileUtils.writeStringToFile(File, String) with (File, String, Charset) to fix deprecation warnings. (6 years ago) +* 5ff22d4c3a41 - HDFS-13246. FileInputStream redundant closes in readReplicasFromCache. Contributed by liaoyuxiangqin. (6 years ago) +* 3a0f4bc0d513 - HDFS-13261. Fix incorrect null value check. Contributed by Jianfei Jiang. (6 years ago) +* e840b4adf420 - HADOOP-15278 log s3a at info. Contributed by Steve Loughran. (6 years ago) +* 252c2b4d52e0 - Revert "HADOOP-13707. If kerberos is enabled while HTTP SPNEGO is not configured, some links cannot be accessed. Contributed by Yuanbo Liu" (6 years ago) +* 41fc7f80beb3 - HDFS-13198. RBF: RouterHeartbeatService throws out CachedStateStore related exceptions when starting router. Contributed by Wei Yan. (6 years ago) +* 2626ec35e997 - MAPREDUCE-7064. Flaky test TestTaskAttempt#testReducerCustomResourceTypes. Contributed by Peter Bacsko (6 years ago) +* f83716b7f2e5 - HDFS-13251. Avoid using hard coded datanode data dirs in unit tests. Contributed by Ajay Kumar. (6 years ago) +* 0be0f1ce1da9 - HDFS-13275. Adding log for BlockPoolManager#refreshNamenodes failures. Contributed by Ajay Kumar. (6 years ago) +* 4c57fb0cd934 - HDFS-13257. Code cleanup: INode never throws QuotaExceededException. Contributed by Tsz Wo Nicholas Sze. (6 years ago) +* a82be7754d74 - YARN-7999. Added file cache initializer for Linux container-executor. Contributed by Jason Lowe (6 years ago) +* a34d83d2fd11 - HDFS-13249. Document webhdfs support for getting snapshottable directory list. Contributed by Lokesh Jain. (6 years ago) +* ad1b988a8286 - HDFS-11600. Refactor TestDFSStripedOutputStreamWithFailure test classes. Contributed by Sammi Chen. (6 years ago) +* fea16a440d19 - HADOOP-15294. TestUGILoginFromKeytab fails on Java9 (6 years ago) +* e6de10d0a636 - YARN-8022. ResourceManager UI cluster/app/ page fails to render. Contributed by Tarun Parimi. (6 years ago) +* 76be6cbf6c33 - HDFS-12773. RBF: Improve State Store FS implementation. Contributed by Inigo Goiri. (6 years ago) +* 427fd027a353 - HADOOP-15308. TestConfiguration fails on Windows because of paths. Contributed by Xiao Liang. (6 years ago) +* b167d60763f4 - YARN-7657. Queue Mapping could provide options to provide 'user' specific auto-created queues under a specified group parent queue. (Suma Shivaprasad via wangda) (6 years ago) +* a5b27b3c678a - YARN-5015. Support sliding window retry capability for container restart. (Chandni Singh via wangda) (6 years ago) +* 9714fc1dd48e - HDFS-336. dfsadmin -report should report number of blocks from datanode. Contributed by Bharat Viswanadham. (6 years ago) +* 39537b7c84dd - HDFS-13235. DiskBalancer: Update Documentation to add newly added options. Contributed by Bharat Viswanadham. (6 years ago) +* 9d6994da1964 - HADOOP-15311. HttpServer2 needs a way to configure the acceptor/selector count. Contributed by Erik Krogen (6 years ago) +* a82d4a2e3a6a - YARN-5764. NUMA awareness support for launching containers. Contributed by Devaraj K. (6 years ago) +* 45cccadd2e84 - HDFS-12780. Fix spelling mistake in DistCpUtils.java. Contributed by Jianfei Jiang (6 years ago) +* 8211a3d4693f - HDFS-12505. Extend TestFileStatusWithECPolicy with a random EC policy. Contributed by Takanobu Asanuma. (6 years ago) +* f82d38dcb325 - Revert "HDFS-12505. Extend TestFileStatusWithECPolicy with a random EC policy. Contributed by Takanobu Asanuma." (6 years ago) +* 3b8dbc2cb766 - HDFS-12587. Use Parameterized tests in TestBlockInfoStriped and TestLowRedundancyBlockQueues to test all EC policies. Contributed by Takanobu Asanuma. (6 years ago) +* d6931c30c5a6 - HDFS-13239. Fix non-empty dir warning message when setting default EC policy. Contributed by Bharat Viswanadham. (6 years ago) +* 84c10955863e - HDFS-12505. Extend TestFileStatusWithECPolicy with a random EC policy. Contributed by Takanobu Asanuma. (6 years ago) +* b2b9ce585984 - HDFS-13271. WebHDFS: Add constructor in SnapshottableDirectoryStatus with HdfsFileStatus as argument. Contributed by Lokesh Jain (6 years ago) +* 0355ec20ebeb - HDFS-13141. WebHDFS: Add support for getting snasphottable directory list. Contributed by Lokesh Jain. (6 years ago) +* 45d1b0fdcc04 - HADOOP-14696. parallel tests don't work for Windows. Contributed by Allen Wittenauer (6 years ago) +* 19292bc264ca - HDFS-13226. RBF: Throw the exception if mount table entry validated failed. Contributed by maobaolong. (6 years ago) +* 7fab787de727 - HDFS-13253. RBF: Quota management incorrect parent-child relationship judgement. Contributed by Yiqun Lin. (6 years ago) +* 319defafc105 - HDFS-12156. TestFSImage fails without -Pnative (6 years ago) +* 4afd50b10650 - HDFS-10803. TestBalancerWithMultipleNameNodes#testBalancing2OutOf3Blockpools fails intermittently due to no free space available. Contributed by Yiqun Lin. (6 years ago) +* 91c82c90f05e - HDFS-13241. RBF: TestRouterSafemode failed if the port 8888 is in use. Contributed by maobaolong. (6 years ago) +* ff31d8aefa04 - YARN-8024. LOG in class MaxRunningAppsEnforcer is initialized with a faulty class. Contributed by Sen Zhao. (6 years ago) +* 39a5fbae479e - HDFS-12677. Extend TestReconstructStripedFile with a random EC policy. Contributed by Takanobu Asanuma (6 years ago) +* ddb67ca707de - HADOOP-14742. Document multi-URI replication Inode for ViewFS. Contributed by Gera Shegalov (6 years ago) +* cceb68ffeaeb - HDFS-10618. TestPendingReconstruction#testPendingAndInvalidate is flaky due to race condition. Contributed by Eric Badger. (6 years ago) +* ac627f561f09 - HDFS-11399. Many tests fails in Windows due to injecting disk failures. Contributed by Yiqun Lin. (6 years ago) +* dd05871b8b57 - HADOOP-15297. Make S3A etag => checksum feature optional. Contributed by Steve Loughran. (6 years ago) +* e1f5251f3c0d - YARN-7523. Introduce description and version field in Service record. Contributed by Chandni Singh (6 years ago) +* ea18e70a74e8 - Updated timeline reader to use AuthenticationFilter (6 years ago) +* fa6a8b78d481 - Revert "HADOOP-13119. Add ability to secure log servlet using proxy users. Contribute by Yuanbo Liu." (6 years ago) +* 3a8dade9b1bf - Revert "HADOOP-14077. Add ability to access jmx via proxy. Contributed by Yuanbo Liu." (6 years ago) +* 4743d4a2c70a - HDFS-13240. RBF: Update some inaccurate document descriptions. Contributed by Yiqun Lin. (6 years ago) +* 8133cd5305d7 - HDFS-13232. RBF: ConnectionPool should return first usable connection. Contributed by Ekanth S. (6 years ago) +* afe1a3ccd56a - HDFS-13212. RBF: Fix router location cache issue. Contributed by Weiwei Wu. (6 years ago) +* ba0da2785d25 - HDFS-13252. Code refactoring: Remove Diff.ListType. (6 years ago) +* 4eeff62f6925 - HDFS-13244. Add stack, conf, metrics links to utilities dropdown in NN webUI. Contributed by Bharat Viswanadham. (6 years ago) +* 7b0dc310208e - HDFS-13190. Document WebHDFS support for snapshot diff (6 years ago) +* 9a082fbe6e30 - (weichiu/YARN-8006, pbacsko/YARN-8006, origin/YARN-8006, JackWangCS/YARN-8006, 9uapaw/YARN-8006) HDFS-11394. Support for getting erasure coding policy through WebHDFS#FileStatus. (6 years ago) +* 99ab511cbac5 - HADOOP-15293. TestLogLevel fails on Java 9 (6 years ago) +* 4f395063bbae - YARN-8000. Yarn Service component instance name shows up as component name in container record. Contributed by Chandni Singh (6 years ago) +* 32fa3a63e0e7 - MAPREDUCE-6930. mapreduce.map.cpu.vcores and mapreduce.reduce.cpu.vcores are both present twice in mapred-default.xml. Contributed by Sen Zhao (6 years ago) +* 3f7bd4679790 - HADOOP-15277. Remove .FluentPropertyBeanIntrospector from CLI operation log output. Contributed by Steve Loughran. (6 years ago) +* 122805b43acf - HDFS-13233. RBF: MountTableResolver doesn't return the correct mount point of the given path. Contributed by wangzhiyuan. (6 years ago) +* 113f401f41ee - YARN-7944. [UI2] Remove master node link from headers of application pages. Contributed by Yesha Vora. (6 years ago) +* a906a226458a - HADOOP-15280. TestKMS.testWebHDFSProxyUserKerb and TestKMS.testWebHDFSProxyUserSimple fail in trunk. Contributed by Bharat Viswanadham. (6 years ago) +* 0c2b969e0161 - HDFS-13232. RBF: ConnectionManager's cleanup task will compare each pool's own active conns with its total conns. Contributed by Chao Sun. (6 years ago) +* 7ef4d942dd96 - HADOOP-15273.distcp can't handle remote stores with different checksum algorithms. Contributed by Steve Loughran. (6 years ago) +* 3bd6b1fd85c4 - HADOOP-15292. Distcp's use of pread is slowing it down. Contributed by Virajith Jalaparti. (6 years ago) +* b451889e8e83 - YARN-8011. TestOpportunisticContainerAllocatorAMService#testContainerPromoteAndDemoteBeforeContainerStart fails intermittently. Contributed by Tao Yang. (6 years ago) +* 4cc9a6d9bb34 - HADOOP-15296. Fix a wrong link for RBF in the top page. Contributed by Takanobu Asanuma. (6 years ago) +* 583f4594314b - YARN-7891. LogAggregationIndexedFileController should support read from HAR file. (Xuan Gong via wangda) (6 years ago) +* e718ac597f22 - Revert "YARN-7891. LogAggregationIndexedFileController should support read from HAR file. (Xuan Gong via wangda)" (6 years ago) +* 19ae4429f9a2 - HDFS-13225. StripeReader#checkMissingBlocks() 's IOException info is incomplete. Contributed by lufei. (6 years ago) +* 46d29e3d7ee8 - HDFS-13176. WebHdfs file path gets truncated when having semicolon (;) inside. Contributed by Zsolt Venczel. (6 years ago) +* 037d7834833d - YARN-7626. Allow regular expression matching in container-executor.cfg for devices and named docker volumes mount. (Zian Chen via wangda) (6 years ago) +* 4d53ef7eefb1 - YARN-7891. LogAggregationIndexedFileController should support read from HAR file. (Xuan Gong via wangda) (6 years ago) +* 88fba00caa8c - HDFS-13222. Update getBlocks method to take minBlockSize in RPC calls. Contributed by Bharat Viswanadham (6 years ago) +* e0307e53e211 - HADOOP-15267. S3A multipart upload fails when SSE-C encryption is enabled. Contributed by Anis Elleuch. (6 years ago) +* d69b31f7f70f - YARN-7677. Docker image cannot set HADOOP_CONF_DIR. Contributed by Jim Brennan (6 years ago) +* 58ea2d7a65cc - HDFS-13214. RBF: Complete document of Router configuration. Contributed by Yiqun Lin. (6 years ago) +* edf9445708ff - HDFS-13109. Support fully qualified hdfs path in EZ commands. Contributed by Hanisha Koneru. (6 years ago) +* 346caa209571 - HDFS-13227. Add a method to calculate cumulative diff over multiple snapshots in DirectoryDiffList. Contributed by Shashikant Banerjee (6 years ago) +* 871d0d39faa2 - HDFS-13223. Reduce DiffListBySkipList memory usage. Contributed by Shashikant Banerjee (6 years ago) +* 9276ef066586 - HDFS-13170. Port webhdfs unmaskedpermission parameter to HTTPFS. Contributed by Stephen O'Donnell. (6 years ago) +* 7060725662cb - HDFS-13188. Disk Balancer: Support multiple block pools during block move. Contributed by Bharat Viswanadham. (6 years ago) +* e6f99e205b19 - HADOOP-15291. TestMiniKdc fails on Java 9 (6 years ago) +* 12ecb55ffee2 - HADOOP-15289. FileStatus.readFields() assertion incorrect. Contributed by Steve Loughran. (6 years ago) +* 55ba49dd071b - YARN-7346. Add a profile to allow optional compilation for ATSv2 with HBase-2.0. Contributed by Haibo Chen and Rohith. (6 years ago) +* 745190ecdca8 - HADOOP-15287. JDK9 JavaDoc build fails due to one-character underscore identifiers in hadoop-yarn-common (6 years ago) +* 497127663149 - HADOOP-15271. Remove unicode multibyte characters from JavaDoc (6 years ago) +* 245751ffdc42 - YARN-7736. Fix itemization in YARN federation document (6 years ago) +* 1054b48c27f3 - YARN-7972. Support inter-app placement constraints for allocation tags by application ID. (Weiwei Yang via asuresh) (6 years ago) +* 2e1e049bd007 - HADOOP-15288. TestSwiftFileSystemBlockLocation doesn't compile. Contributed by Steve Loughran. (6 years ago) +* 628be58a4ca7 - YARN-7915. Trusted image log message repeated multiple times. Contributed by Shane Kumpf (6 years ago) +* 8110d6a0d59e - HADOOP-13761. S3Guard: implement retries for DDB failures and throttling; translate exceptions. Contributed by Aaron Fabbri. (6 years ago) +* e8c5be63f011 - YARN-7995. Remove unnecessary boxings and unboxings from PlacementConstraintParser.java. Contributed by Sen Zhao. (6 years ago) +* 21176a8ba7aa - HADOOP-15282. HADOOP-15235 broke TestHttpFSServerWebServer (6 years ago) +* 3dc30bc24e50 - HADOOP-15286. Remove unused imports from TestKMSWithZK.java (6 years ago) +* a3c304c5dd90 - HDFS-13178. Disk Balancer: Add a force option to DiskBalancer Execute command. Contributed by Bharat Viswanadham. (6 years ago) +* ba82e5c488ca - HDFS-13173. Replace ArrayList with DirectoryDiffList(SnapshotSkipList) to store DirectoryDiffs. Contributed by Shashikant Banerjee (6 years ago) +* 90d2bdcb752f - HADOOP-15252. Checkstyle version is not compatible with IDEA's checkstyle plugin (6 years ago) +* c75105f07b4c - HDFS-13040. Kerberized inotify client fails despite kinit properly. Contributed by Istvan Fajth, Wei-Chiu Chuang, Xiao Chen. (6 years ago) +* e99a1e77671f - MAPREDUCE-7023. TestHadoopArchiveLogs.testCheckFilesAndSeedApps fails on rerun (6 years ago) +* 432cd74c7258 - HADOOP-15261. Upgrade commons-io from 2.4 to 2.5. Contributed by PandaMonkey. (6 years ago) +* 60080fbfcf39 - HDFS-13171. Handle Deletion of nodes in SnasphotSkipList. Contributed by Shashikant Banerjee (6 years ago) +* 850b2f256722 - HDFS-1686. Federation: Add more Balancer tests with federation setting. Contributed by Bharat Viswanadham (6 years ago) +* 83798f15f860 - YARN-7511. NPE in ContainerLocalizer when localization failed for running container. Contributed by Tao Yang (6 years ago) +* 55669515f626 - HDFS-13210. Fix the typo in MiniDFSCluster class. Contributed by fang zhenyi. (6 years ago) +* 923e1773e181 - HADOOP-14652. Update metrics-core version to 3.2.4. (rchiang) (6 years ago) +* d4cc50f62279 - HADOOP-15279. increase maven heap size recommendations (6 years ago) +* 29233c3c4a5e - HADOOP-15274. Move hadoop-openstack to slf4j (6 years ago) +* 96e8f260ab90 - HDFS-13211. Fix a bug in DirectoryDiffList.getMinListForRange. Contributed by Shashikant Banerjee (6 years ago) +* 22928c0c60de - YARN-7637. GPU volume creation command fails when work preserving is disabled at NM. Contributed by Zian Chen. (6 years ago) +* 6ca4e3017b99 - YARN-5028. RMStateStore should trim down app state for completed applications(addendum). Contributed by Rohith Sharma K S. (6 years ago) +* 5ed689e33ac0 - YARN-7958. ServiceMaster should only wait for recovery of containers with id that match the current application id. Contributed by Chandni Singh (6 years ago) +* 55d04a6db10d - HADOOP-15275. Incorrect javadoc for return type of RetryPolicy#shouldRetry (6 years ago) +* ececeea8f2ba - HDFS-13202. Fix the outdated javadocs in HAUtil. Contributed by Chao Sun. (6 years ago) +* 10663b78c859 - Revert "yarn-7346.07.patch" (6 years ago) +* d1274c3b7154 - YARN-7835. Race condition in NM while publishing events if second attempt is launched on the same node. (Rohith Sharma K S via Haibo Chen) (6 years ago) +* 5e37ca5bb49f - yarn-7346.07.patch (6 years ago) +* 6e6945cd78d7 - MAPREDUCE-7059. Downward Compatibility issue: MR job fails because of unknown setErasureCodingPolicy method from 3.x client to HDFS 2.x cluster. Contributed by Jiandan Yang. (6 years ago) +* 17f387e3c212 - YARN-7985. Removed duplicate service name validation in Yarn Service. Contributed by Chandni Singh (6 years ago) +* 315f48e79179 - YARN-7955. Improve result of calling stop on an already stopped service. Contributed by Gour Saha (6 years ago) +* 81d9446a92e3 - HDFS-13102. Implement SnapshotSkipList class to store Multi level DirectoryDiffs. Contributed by Shashikant Banerjee (6 years ago) +* 31009034bd16 - YARN-7954. Set component status to STOPPED when YARN service is stopped. Contributed by Gour Saha (6 years ago) +* f20e10b2dd59 - HDFS-13081. Datanode#checkSecureConfig should allow SASL and privileged HTTP. Contributed by Ajay Kumar. (6 years ago) +* 2574375bf571 - HDFS-13114. CryptoAdmin#ReencryptZoneCommand should resolve Namespace info from path. Contributed by Hanisha Koneru. (6 years ago) +* edc9f1451b4a - HADOOP-15263. hadoop cloud-storage module to mark hadoop-common as provided; add azure-datalake. Contributed by Steve Loughran (6 years ago) +* e015e009897e - HADOOP-15264. AWS "shaded" SDK 1.271 is pulling in netty 4.1.17. Contributed by Steve Loughran. (6 years ago) +* 7af4f34de54f - YARN-7929. Support to set container execution type in SLS. (Jiandan Yang via Weiwei Yang) (6 years ago) +* a9c14b11193a - HDFS-13194. CachePool permissions incorrectly checked. Contributed by Jianfei Jiang. (6 years ago) +* d86f301d4646 - HDFS-13199. RBF: Fix the hdfs router page missing label icon issue. Contributed by maobaolong. (6 years ago) +* 55c77bf722f2 - HDFS-13143. SnapshotDiff - snapshotDiffReport might be inconsistent if the snapshotDiff calculation happens between a snapshot and the current tree. Contributed by Shashikant Banerjee (6 years ago) +* 727c03399799 - YARN-7446. Remove --user flag when running privileged mode docker container. Contributed by Eric Yang (6 years ago) +* eea0b069e737 - YARN-7959. Add .vm extension to PlacementConstraints.md to ensure proper filtering. (Weiwei Yang via wangda) (6 years ago) +* 5bbbbb6a1e92 - YARN-7893. Document the FPGA isolation feature. (Zhankun Tang via wangda) (6 years ago) +* ac42dfc888aa - MAPREDUCE-7061. SingleCluster setup document needs to be updated. Contributed by Bharat Viswanadham. (6 years ago) +* 1cc9a58ddad8 - HDFS-13181. DiskBalancer: Add an configuration for valid plan hours . Contributed by Bharat Viswanadham. (6 years ago) +* 137f0d324ad6 - HADOOP-14959. DelegationTokenAuthenticator.authenticate() to wrap network exceptions. Contributed by Ajay Kumar. (6 years ago) +* cd4a97bf80f1 - HDFS-13192. Change the code order in getFileEncryptionInfo to avoid unnecessary call of assignment. Contributed by LiXin Ge. (6 years ago) +* 225d87709216 - HDFS-13193. Various Improvements for BlockTokenSecretManager. Contributed by BELUGA BEHR. (6 years ago) +* 28f644bf25b8 - HADOOP-15178. Generalize NetUtils#wrapException to handle other subclasses with String Constructor. Contributed by Ajay Kumar. (6 years ago) +* 1e85a995d1c7 - HDFS-13184. RBF: Improve the unit test TestRouterRPCClientRetries. Contributed by Yiqun Lin. (6 years ago) +* ae290a4bb4e5 - HDFS-13145. SBN crash when transition to ANN with in-progress edit tailing enabled. Contributed by Chao Sun. (6 years ago) +* b4f1ba141335 - YARN-7963. Updated MockServiceAM unit test to prevent test hang. Contributed by Chandni Singh (6 years ago) +* 6ce9f79cc9b2 - HDFS-13187. RBF: Fix Routers information shown in the web UI. Contributed by Inigo Goiri and Wei Yan. (6 years ago) +* 7dd385098c7a - MAPREDUCE-7010. Make Job History File Permissions configurable. Contributed by Gergely Novák (6 years ago) +* 78a10029ec5b - HADOOP-15265. Exclude json-smart explicitly in hadoop-auth avoid being pulled in transitively. Contributed by Nishant Bangarwa. (6 years ago) +* 46c93453e9eb - HDFS-12781. After Datanode down, In Namenode UI Datanode tab is throwing warning message.. Contributed by Brahma Reddy Battula. (6 years ago) +* e85188101c6c - YARN-7921. Transform a PlacementConstraint to a string expression. Contributed by Weiwei Yang. (6 years ago) +* 451265a83d87 - HDFS-12070. Failed block recovery leaves files open indefinitely and at risk for data loss. Contributed by Kihwal Lee. (6 years ago) +* 2fa7963c3d8c - HADOOP-15254. Correct the wrong word spelling 'intialize'. Contributed by fang zhenyi. (6 years ago) +* c30a26abc54d - HDFS-12865. RequestHedgingProxyProvider should handle case when none of the proxies are available. Contributed by Mukul Kumar Singh. (6 years ago) +* 1e84e46f1621 - HDFS-13052. WebHDFS: Add support for snasphot diff. Contributed by Lokesh Jain. (6 years ago) +* 329a4fdd07ab - HADOOP-13374. Add the L&N verification script. Contributed by Allen Wittenauer (6 years ago) +* 033f9c68ea82 - HADOOP-15255. Upper/Lower case conversion support for group names in LdapGroupsMapping. Contributed by Nanda kumar. (6 years ago) +* 68ce193efcb5 - MAPREDUCE-7027: HadoopArchiveLogs shouldn't delete the original logs if the HAR creation fails. Contributed by Gergely Novák (6 years ago) +* 51088d323359 - HDFS-13164. File not closed if streamer fail with DSQuotaExceededException. (6 years ago) +* 8e728f39c961 - YARN-5714. ContainerExecutor does not order environment map. Contributed by Remi Catherinot and Jim Brennan (6 years ago) +* 59cf75887791 - HADOOP-9747. Reduce unnecessary UGI synchronization. Contributed by Daryn Sharp. (6 years ago) +* 3688e491d528 - HADOOP-15007. Stabilize and document Configuration element. Contributed by Ajay Kumar. (6 years ago) +* d1cd573687fa - YARN-7949. [UI2] ArtifactsId should not be a compulsory field for new service. Contributed by Yesha Vora. (6 years ago) +* cc683952d2c1 - YARN-7675. [UI2] Support loading pre-2.8 version /scheduler REST response for queue page. Contributed by Gergely Novák. (6 years ago) +* c36b4aa31ce2 - HADOOP-15236. Fix typo in RequestHedgingProxyProvider and RequestHedgingRMFailoverProxyProvider (6 years ago) +* 514794e1a5a3 - YARN-7934. [GQ] Refactor preemption calculators to allow overriding for Federation Global Algos. (Contributed by curino) (6 years ago) +* 95904f6b3ccd - YARN-7942. Add check for JAAS configuration for Yarn Service. Contributed by Billie Rinaldi (6 years ago) +* 190969006d4a - YARN-7836. Added error check for updating service components. (Contributed by Gour Saha) (6 years ago) +* 84a1321f6aa0 - HDFS-13136. Avoid taking FSN lock while doing group member lookup for FSD permission check. Contributed by Xiaoyu Yao. (6 years ago) +* 3132709b46a3 - YARN-7916. Remove call to docker logs on failure in container-executor. Contributed by Shane Kumpf (6 years ago) +* 2bc3351eaf24 - HADOOP-6852. apparent bug in concatenated-bzip2 support (decoding). Contributed by Zsolt Venczel. (6 years ago) +* 92cbbfe79ec0 - YARN-5028. RMStateStore should trim down app state for completed applications. Contributed by Gergo Repas. (6 years ago) +* 004b722372de - HADOOP-15247. Move commons-net up to 3.6. Contributed by Steve Loughran. (6 years ago) +* bdd2a184d783 - YARN-7947. Capacity Scheduler intra-queue preemption can NPE for non-schedulable apps. Contributed by Eric Payne. (6 years ago) +* 86b227a1fbe2 - YARN-7223. Document GPU isolation feature. Contributed by Wangda Tan. (6 years ago) +* 121e1e1280c7 - HDFS-13175. Add more information for checking argument in DiskBalancerVolume. Contributed by Lei (Eddy) Xu. (6 years ago) +* b0d3c877e303 - HADOOP-12897. KerberosAuthenticator.authenticate to include URL on IO failures. Contributed by Ajay Kumar. (6 years ago) +* 324e5a7cf2bd - HADOOP-15235. Authentication Tokens should use HMAC instead of MAC (rkanter) (6 years ago) +* 84cea0011ffe - YARN-7732. Support Generic AM Simulator from SynthGenerator. (Contributed by Young Chen via curino) (6 years ago) +* 6f81cc0beea0 - HDFS-13167. DatanodeAdminManager Improvements. Contributed by BELUGA BEHR. (6 years ago) +* 17c592e6cfd1 - HDFS-13168. XmlImageVisitor - Prefer Array over LinkedList. Contributed by BELUGA BEHR. (6 years ago) +* 9028ccaf8386 - HDFS-13159. TestTruncateQuotaUpdate fails in trunk. Contributed by Nanda kumar. (6 years ago) +* 7280c5af82d3 - YARN-7940. Fixed a bug in ServiceAM ZooKeeper initialization. (Contributed by Billie Rinaldi) (6 years ago) +* 8896d20b9152 - HDFS-13119. RBF: Manage unavailable clusters. Contributed by Yiqun Lin. (6 years ago) +* 1d37cf675c42 - HADOOP-15070. add test to verify FileSystem and paths differentiate on user info. Contributed by Steve Loughran. (6 years ago) +* 949721508467 - YARN-7813. Capacity Scheduler Intra-queue Preemption should be configurable for each queue. Contributed by Eric Payne (6 years ago) +* b9a429bb2854 - Revert "YARN-7677. Docker image cannot set HADOOP_CONF_DIR. Contributed by Jim Brennan" (6 years ago) +* 83e2bb98eea4 - HDFS-12998. SnapshotDiff - Provide an iterator-based listing API for calculating snapshotDiff. Contributed by Shashikant Banerjee (6 years ago) +* 4d4dde5112e9 - HADOOP-15223. Replace Collections.EMPTY* with empty* when available (6 years ago) +* 87bdde69431c - YARN-7937. Fix http method name in Cluster Application Timeout Update API example request. Contributed by Charan Hebri. (6 years ago) +* 9af30d46c6e8 - YARN-7919. Refactor timelineservice-hbase module into submodules. Contributed by Haibo Chen. (6 years ago) +* a1e56a62863d - YARN-7918. Fix TestAMRMClientPlacementConstraints. (Gergely Novák via asuresh) (6 years ago) +* 31db977cb33a - HADOOP-14875. Create end user documentation from the compatibility guidelines. (Daniel Templeton via wangda) (6 years ago) +* ca1043ab9030 - YARN-7328. ResourceUtils allows yarn.nodemanager.resource-types.memory-mb and .vcores to override yarn.nodemanager.resource.memory-mb and .cpu-vcores. (lovekesh bansal via wangda) (6 years ago) +* c008d10a11ca - HDFS-13161. Update comment in start-dfs.sh to mention correct variable for secure datanode user. Contributed by Ajay Kumar. (6 years ago) +* 0898ff42e9e5 - HADOOP-15206. BZip2 drops and duplicates records when input split size is small. Contributed by Aki Tanaka (6 years ago) +* 4c2119f04ee2 - HDFS-13058. Fix dfs.namenode.shared.edits.dir in TestJournalNode. Contributed by Bharat Viswanadham. (6 years ago) +* 8d5ea7470a32 - HDFS-13153. Enable HDFS diskbalancer by default. Contributed by Ajay Kumar. (6 years ago) +* 7ac88244c54c - HADOOP-14507. Extend per-bucket secret key config with explicit getPassword() on fs.s3a.$bucket.secret.key. Contributed by Steve Loughran. (6 years ago) +* 82f029f7b506 - MAPREDUCE-7053: Timed out tasks can fail to produce thread dump. Contributed by Jason Lowe. (6 years ago) +* a1e05e02927f - HDFS-13151. Fix the javadoc error in ReplicaInfo (6 years ago) +* aae629913cee - YARN-7292. Retrospect Resource Profile Behavior for overriding capability. Contributed by Wangda Tan. (6 years ago) +* 8013475d447a - YARN-7677. Docker image cannot set HADOOP_CONF_DIR. Contributed by Jim Brennan (6 years ago) +* 0b489e564ce5 - YARN-7920. Simplify configuration for PlacementConstraints. Contributed by Wangda Tan. (6 years ago) +* 47473952e56b - HDFS-13112. Token expiration edits may cause log corruption or deadlock. Contributed by Daryn Sharp. (6 years ago) +* a53d62ab26e1 - MAPREDUCE-7052. TestFixedLengthInputFormat#testFormatCompressedIn is flaky. Contributed by Peter Bacsko (6 years ago) +* da59acd8ca9a - xattr api cleanup (6 years ago) +* 481d79fedc48 - HADOOP-13972. ADLS to support per-store configuration. Contributed by Sharad Sonker. (6 years ago) +* 9a013b255f30 - HADOOP-15176. Enhance IAM Assumed Role support in S3A client. Contributed by Steve Loughran (6 years ago) +* b27ab7dd8135 - HADOOP-15076. Enhance S3A troubleshooting documents and add a performance document. Contributed by Steve Loughran. (6 years ago) +* c9a373fb14bb - HADOOP-15090. Add ADL troubleshooting doc. Contributed by Steve Loughran. (6 years ago) +* 6ea7d78ccb0d - HDFS-13142. Define and Implement a DiifList Interface to store and manage SnapshotDiffs. Contributed by Shashikant Banerjee (6 years ago) +* 8f66affd6265 - HADOOP-15204. Add Configuration API for parsing storage sizes. Contributed by Anu Engineer. (6 years ago) +* bddfe42e2ccd - Revert "YARN-7813: Capacity Scheduler Intra-queue Preemption should be configurable for each queue" (6 years ago) +* 1f20f432d247 - Revert "HADOOP-12897. KerberosAuthenticator.authenticate to include URL on IO failures. Contributed by Ajay Kumar." (6 years ago) +* f20dc0d5770d - HADOOP-10571. Use Log.*(Object, Throwable) overload to log exceptions. Contributed by Andras Bokor. (6 years ago) +* 042ef2fa7bcc - YARN-7789. Should fail RM if 3rd resource type is configured but RM uses DefaultResourceCalculator. (Zian Chen via wangda) (6 years ago) +* 60971b8195c9 - HADOOP-15040 Upgrade AWS SDK to 1.11.271: NPE bug spams logs w/ Yarn Log Aggregation (6 years ago) +* 332269de065d - HADOOP-12897. KerberosAuthenticator.authenticate to include URL on IO failures. Contributed by Ajay Kumar. (6 years ago) +* c5e6e3de1c31 - YARN-7813: Capacity Scheduler Intra-queue Preemption should be configurable for each queue (6 years ago) +* 0c5d7d71a80b - HADOOP-15195. With SELinux enabled, directories mounted with start-build-env.sh may not be accessible. Contributed by Grigori Rybkine (6 years ago) +* 9cc6d1dfb351 - Revert "HADOOP-15195. With SELinux enabled, directories mounted with start-build-env.sh may not be accessible. Contributed by Grigori Rybkine" (6 years ago) +* 5b88cb339898 - HADOOP-15195. With SELinux enabled, directories mounted with start-build-env.sh may not be accessible. Contributed by Grigori Rybkine (6 years ago) +* 5a1db60ab1e8 - YARN-7914. Fix exit code handling for short lived Docker containers. Contributed by Shane Kumpf (6 years ago) +* 87e2570a1419 - MAPREDUCE-7048. Uber AM can crash due to unknown task in statusUpdate. Contributed by Peter Bacsko (6 years ago) +* 35c17351cab6 - HDFS-8693. Addendum patch to execute the command using UGI. Contributed by Brahma Reddy Battula. (6 years ago) +* 3414fd1243c0 - YARN-7917. Fix failing test TestDockerContainerRuntime#testLaunchContainerWithDockerTokens. Contributed by Shane Kumpf (6 years ago) +* 96bb6a51ec4a - HDFS-10453. ReplicationMonitor thread could stuck for long time due to the race between replication and delete of same file in a large cluster.. Contributed by He Xiaoqiao. (6 years ago) +* 8cf88fcd1f63 - HADOOP-15187. Remove ADL mock test dependency on REST call invoked from Java SDK. Contributed by Vishwajeet Dusane. (6 years ago) +* d02e42cee4a0 - YARN-7739. DefaultAMSProcessor should properly check customized resource types against minimum/maximum allocation. (wangda) (6 years ago) +* d4c98579e36d - YARN-7697. NM goes down with OOM due to leak in log-aggregation. (Xuan Gong via wangda) (6 years ago) +* 789a185c1635 - YARN-5848. Remove unnecessary public/crossdomain.xml from YARN UIv2 sub project. (Sunil G via wangda) (6 years ago) +* e795833d8c19 - YARN-7906. Fix mvn site fails with error: Multiple sources of package comments found for package o.a.h.y.client.api.impl. (Akira Ajisaka via wangda) (6 years ago) +* a08c048832d6 - YARN-7838. Support AND/OR constraints in Distributed Shell. Contributed by Weiwei Yang. (6 years ago) +* 25fbec67d1c0 - HDFS-13130. Log object instance get incorrectly in SlowDiskTracker. Contributed by Jianfei Jiang. (6 years ago) +* 60f9e60b3b41 - Preparing for 3.2.0 development (6 years ago) +* c97d5bceb230 - YARN-7909. Add charset to YARN Service REST API. (Contributed by Eric Yang) (6 years ago) +* 543f3abbee79 - HDFS-13099. RBF: Use the ZooKeeper as the default State Store. Contributed by Yiqun Lin. (6 years ago) +* ddec08d7ccc8 - YARN-7827. Stop and Delete Yarn Service from RM UI fails with HTTP ERROR 404. Contributed by Sunil G (6 years ago) +* 1bc03ddf97f3 - YARN-7655. Avoid AM preemption caused by RRs for specific nodes or racks. Contributed by Steven Rand. (6 years ago) +* eb2449d5398e - YARN-5428. Allow for specifying the docker client configuration directory. Contributed by Shane Kumpf (6 years ago) +* 996796f10483 - HADOOP-15214. Make Hadoop compatible with Guava 21.0. Contributed by Igor Dvorzhak (6 years ago) +* 8faf0b50d435 - HDFS-13120. Snapshot diff could be corrupted after concat. Contributed by Xiaoyu Yao. (6 years ago) +* f491f717e9ee - HDFS-13115. In getNumUnderConstructionBlocks(), ignore the inodeIds for which the inodes have been deleted. Contributed by Yongjun Zhang. (6 years ago) +* b061215ecfeb - HDFS-11701. NPE from Unresolved Host causes permanent DFSInputStream failures. Contributed by Lokesh Jain. (6 years ago) +* 456705a07c8b - YARN-7815. Make the YARN mounts added to Docker containers more restrictive. Contributed by Shane Kumpf (6 years ago) +* 01bd6ab18fa4 - HDFS-12935. Get ambiguous result for DFSAdmin command in HA mode when only one namenode is up. Contributed by Jianfei Jiang. (6 years ago) +* 266da25c048a - Revert "YARN-6078. Containers stuck in Localizing state. Contributed by Billie Rinaldi." (6 years ago) +* aa461f909144 - YARN-7516. Add security check for trusted docker images. Contributed by Eric Yang (6 years ago) +* e5c2fdddd69c - HDFS-12933. Improve logging when DFSStripedOutputStream failed to write some blocks. Contributed by chencan. (6 years ago) +* 4fadcf1631e6 - HDFS-13107. Add Mover Cli Unit Tests for Federated cluster. Contributed by Bharat Viswanadham (6 years ago) +* b14db95c35ea - HDFS-13106. Need to exercise all HDFS APIs for EC. Contributed by Haibo Yan. (6 years ago) +* 4d1bf33d0fa7 - HDFS-12947. Limit the number of Snapshots allowed to be created for a Snapshottable Directory. Contributed by Shashikant Banerjee (6 years ago) +* 814d701d46b4 - YARN-7841. Cleanup AllocationFileLoaderService's reloadAllocations method (snemeth via rkanter) (6 years ago) +* 4304fcd5bdf9 - HDFS-12990. Change default NameNode RPC port back to 8020. Contributed by Xiao Chen. (6 years ago) +* 2dd960de983a - HADOOP-15212. Add independent secret manager method for logging expired tokens. Contributed by Daryn Sharp. (6 years ago) +* bff858e910f6 - YARN-7860. Fix UT failure TestRMWebServiceAppsNodelabel#testAppsRunning. Contributed by Sunil G. (6 years ago) +* 72415c39cff1 - YARN-7866. [UI2] Error to be displayed correctly while accessing kerberized cluster without kinit. Contributed by Sunil G. (6 years ago) +* 2c326088ae34 - YARN-7850. [UI2] Log Aggregation status to be displayed in Application Page. Contributed by Gergely Novák. (6 years ago) +* 87429affcea2 - YARN-7889. Missing kerberos token when check for RM REST API availability. Contributed by Eric Yang (6 years ago) +* a196ee9362a1 - YARN-7890. NPE during container relaunch. Contributed by Jason Lowe (6 years ago) +* 60656bcecadd - YARN-7849. TestMiniYarnClusterNodeUtilization#testUpdateNodeUtilization fails due to heartbeat sync error. Contributed by Botong Huang (6 years ago) +* 33e6cdbd16ba - YARN-7876. Localized jars that are expanded after localization are not fully copied. Contributed by Miklos Szegedi (6 years ago) +* 4e9a59ce16e8 - HDFS-13100. Handle IllegalArgumentException when GETSERVERDEFAULTS is not implemented in webhdfs. Contributed by Aaron T. Myers and Yongjun Zhang. (6 years ago) +* 2021f4bdce3b - HDFS-11187. Optimize disk access for last partial chunk checksum of Finalized replica. Contributed by Wei-Chiu Chuang. (6 years ago) +* c7101fe21ba7 - YARN-7879. NM user is unable to access the application filecache due to permissions. Contributed by Jason Lowe. (6 years ago) +* 0ef639235b30 - HDFS-13073. Cleanup code in InterQJournalProtocol.proto. Contributed by Bharat Viswanadham. (6 years ago) +* 50723889cc29 - YARN-7778. Merging of placement constraints defined at different levels. Contributed by Weiwei Yang. (6 years ago) +* b6e50fad53f2 - YARN-7831. YARN Service CLI should use hadoop.http.authentication.type to determine authentication method. Contributed by Eric Yang (6 years ago) +* 51cb6c5380e8 - HADOOP-15168. Add kdiag tool to hadoop command. Contributed by Bharat Viswanadham. (6 years ago) +* d4e13a4647f6 - HADOOP-15198. Correct the spelling in CopyFilter.java. Contributed by Mukul Kumar Singh. (6 years ago) +* f9a4d4cf237d - YARN-7868. Provide improved error message when YARN service is disabled. Contributed by Eric Yang (6 years ago) +* 6e5ba9366fc0 - YARN-7839. Modify PlacementAlgorithm to Check node capacity before placing request on node. (Panagiotis Garefalakis via asuresh) (6 years ago) +* 460d77bd646d - HADOOP-15170. Add symlink support to FileUtil#unTarUsingJava. Contributed by Ajay Kumar (6 years ago) +* 4aef8bd2efd6 - HDFS-13048. LowRedundancyReplicatedBlocks metric can be negative (6 years ago) +* b0627c891b0e - HDFS-13068. RBF: Add router admin option to manage safe mode. Contributed by Yiqun Lin. (6 years ago) +* aa45faf0b20c - HDFS-12942. Synchronization issue in FSDataSetImpl#moveBlock. Contributed by Ajay Kumar. (6 years ago) +* 09dd709d6e40 - HADOOP-15197. Remove tomcat from the Hadoop-auth test bundle. (6 years ago) +* dd50f5399723 - HDFS-13062. Provide support for JN to use separate journal disk per namespace. Contributed by Bharat Viswanadham. (6 years ago) +* b3ae11d59790 - HDFS-12997. Move logging to slf4j in BlockPoolSliceStorage and Storage. Contributed by Ajay Kumar. (6 years ago) +* 6ca7204cebf4 - HDFS-13043. RBF: Expose the state of the Routers in the federation. Contributed by Inigo Goiri. (6 years ago) +* 682ea21f2bbc - Revert "YARN-7677. Docker image cannot set HADOOP_CONF_DIR. Contributed by Jim Brennan" (6 years ago) +* ae2177d296a3 - HDFS-12897. getErasureCodingPolicy should handle .snapshot dir better. Contributed by LiXin Ge. (6 years ago) +* af015c0b2359 - HDFS-13060. Adding a BlacklistBasedTrustedChannelResolver for TrustedChannelResolver. Contributed by Ajay Kumar. (6 years ago) +* 0bee3849e323 - YARN-7816. Allow same application name submitted by multiple users. (Contributed by Gour Saha) (6 years ago) +* 5a725bb886eb - MAPREDUCE-7033: Map outputs implicitly rely on permissive umask for shuffle. Contributed by Jason Lowe (6 years ago) +* 3ce2190b5815 - HDFS-13092. Reduce verbosity for ThrottledAsyncChecker#schedule. Contributed by Mukul Kumar Singh. (6 years ago) +* 37b753656849 - HDFS-13061. SaslDataTransferClient#checkTrustAndSend should not trust a partially trusted channel. Contributed by Ajay Kumar. (6 years ago) +* 12eaae383ad0 - YARN-7677. Docker image cannot set HADOOP_CONF_DIR. Contributed by Jim Brennan (6 years ago) +* d48134478317 - YARN-7822. Constraint satisfaction checker support for composite OR and AND constraints. (Weiwei Yang via asuresh) (6 years ago) +* 8d1e2c6409a4 - Merge branch 'YARN-6592' into trunk (6 years ago) +|\ +| * 8df7666fe19f - (weichiu/YARN-6592, pbacsko/YARN-6592, origin/YARN-6592, JackWangCS/YARN-6592, 9uapaw/YARN-6592) YARN-7780. Documentation for Placement Constraints. (Konstantinos Karanasos via asuresh) (6 years ago) +| * add993e26a3c - YARN-6597. Add RMContainer recovery test to verify tag population in the AllocationTagsManager. (Panagiotis Garefalakis via asuresh) (6 years ago) +| * f8c5f5b23732 - YARN-7784. Fix Cluster metrics when placement processor is enabled. (asuresh) (6 years ago) +| * c23980c4f2cf - YARN-7795. Fix jenkins issues of YARN-6592 branch. (Sunil G via asuresh) (6 years ago) +| * 644afe5fd800 - YARN-7807. Assume intra-app anti-affinity as default for scheduling request inside AppPlacementAllocator. (Wangda Tan via asuresh) (6 years ago) +| * a4c539fcdba8 - YARN-7783. Add validation step to ensure constraints are not violated due to order in which a request is processed. (asuresh) (6 years ago) +| * 9b81cb0537e5 - YARN-7779. Display allocation tags in RM web UI and expose same through REST API. Contributed by Weiwei Yang. (6 years ago) +| * adbe87abf8b2 - YARN-7788. Factor out management of temp tags from AllocationTagsManager. (Arun Suresh via kkaranasos) (6 years ago) +| * 8bf7c444368f - YARN-7763. Allow Constraints specified in the SchedulingRequest to override application level constraints. (Weiwei Yang via asuresh) (6 years ago) +| * 28fe7f331837 - YARN-7774. Miscellaneous fixes to the PlacementProcessor. (asuresh) (6 years ago) +| * e60f51299dba - YARN-7745. Allow DistributedShell to take a placement specification for containers it wants to launch. (Arun Suresh via wangda) (6 years ago) +| * 38af23796971 - YARN-6599. Support anti-affinity constraint via AppPlacementAllocator. (Wangda Tan via asuresh) (6 years ago) +| * 8779a3574208 - YARN-7709. Remove SELF from TargetExpression type. (Konstantinos Karanasos via asuresh) (6 years ago) +| * 29d9e4d58149 - YARN-6619. AMRMClient Changes to use the PlacementConstraint and SchcedulingRequest objects. (Arun Suresh via wangda) (6 years ago) +| * a5c1fc881e21 - YARN-7696. Add container tags to ContainerTokenIdentifier, api.Container and NMContainerStatus to handle all recovery cases. (asuresh) (6 years ago) +| * 4eda58c13641 - YARN-7681. Double-check placement constraints in scheduling phase before actual allocation is made. (Weiwei Yang via asuresh) (6 years ago) +| * bdba01f73b58 - YARN-7682. Expose canSatisfyConstraints utility function to validate a placement against a constraint. (Panagiotis Garefalakis via asuresh) (6 years ago) +| * a52d11fb8c10 - YARN-7613. Implement Basic algorithm for constraint based placement. (Panagiotis Garefalakis via asuresh) (6 years ago) +| * f9af15d659f5 - YARN-7612. Add Processor Framework for Rich Placement Constraints. (asuresh) (6 years ago) +| * 1efb2b6f2500 - YARN-6596. Introduce Placement Constraint Manager module. (Konstantinos Karanasos via asuresh) (6 years ago) +| * 37f1a7b64fcc - YARN-7653. Node group support for AllocationTagsManager. (Panagiotis Garefalakis via asuresh) (6 years ago) +| * 06eb63e64b05 - YARN-7669. API and interface modifications for placement constraint processor. (asuresh) (6 years ago) +| * 88d8d3f40b29 - YARN-7670. Modifications to the ResourceScheduler API to support SchedulingRequests. (asuresh) (6 years ago) +| * 801c0988b5ad - YARN-7522. Introduce AllocationTagsManager to associate allocation tags to nodes. (Wangda Tan via asuresh) (6 years ago) +| * 69de9a1ba9a5 - YARN-7448. [API] Add SchedulingRequest to the AllocateRequest. (Panagiotis Garefalakis via asuresh) (6 years ago) +| * db928556c81e - YARN-6595. [API] Add Placement Constraints at the application level. (Arun Suresh via kkaranasos) (6 years ago) +| * b57e8bc3002a - YARN-6594. [API] Introduce SchedulingRequest object. (Konstantinos Karanasos via wangda) (6 years ago) +| * 33a796d9b778 - YARN-6593. [API] Introduce Placement Constraint object. (Konstantinos Karanasos via wangda) (6 years ago) +* | 7288b0833000 - YARN-2185. Use pipes when localizing archives. Contributed by Miklos Szegedi (6 years ago) +|/ +* 1453a04e92ce - YARN-7861. [UI2] Logs page shows duplicated containers with ATS. (Sunil G via wangda) (6 years ago) +* 5ca4bf22dd45 - YARN-7828. Clicking on yarn service should take to component tab. (Sunil G via wangda) (6 years ago) +* 64344c345d69 - YARN-7802. [UI2] Application regex search did not work properly with app name. Contributed by Sreenath Somarajapuram. (6 years ago) +* 5206b2c7ca47 - HDFS-13083. RBF: Fix doc error setting up client. Contributed by tartarus. (6 years ago) +* 2e7331ca264d - HDFS-12528. Add an option to not disable short-circuit reads on failures. Contributed by Xiao Chen. (6 years ago) +* f9dd5b61f4ed - YARN-7811. Fixed a bug in user defined docker network settings. (Contributed by Billie Rinaldi) (6 years ago) +* 901d15a30b9f - Revert "YARN-2185. Use pipes when localizing archives. Contributed by Miklos Szegedi" (6 years ago) +* 6463e10c7234 - YARN-7723. Avoid using docker volume --format option to run against to older docker releases. Contributed by Wangda Tan (6 years ago) +* f666e7c43d79 - YARN-5148. [UI2] Add page to new YARN UI to view server side configurations/logs/JVM-metrics. (Kai Sasaki/Sunil G via wangda) (6 years ago) +* dbb9dded33b3 - HDFS-13044. RBF: Add a safe mode for the Router. Contributed by Inigo Goiri. (6 years ago) +* fde95d463c31 - HDFS-12574. Add CryptoInputStream to WebHdfsFileSystem read call. Contributed by Rushabh S Shah (6 years ago) +* 7fd287b4af5a - HADOOP-15186. Allow Azure Data Lake SDK dependency version to be set on the command line. Contributed by Vishwajeet Dusane. (6 years ago) +* 56feaa40bb94 - (YARN-5987) MAPREDUCE-7036. ASF License warning in hadoop-mapreduce-client (6 years ago) +* e9c72d04bedd - YARN-7790. Improve Capacity Scheduler Async Scheduling to better handle node failures. Contributed by Wangda Tan. (6 years ago) +* 3400d0c535ae - YARN-7698. A misleading variable's name in ApplicationAttemptEventDispatcher (6 years ago) +* b63dcd583f0b - HDFS-12974. Exception message is not printed when creating an encryption zone fails with AuthorizationException. Contributed by fang zhenyi. (6 years ago) +* 6bc2f7f4b4b8 - HDFS-13065. TestErasureCodingMultipleRacks#testSkewedRack3 is failing. Contributed by Gabor Bota. (6 years ago) +* 443523f9c0fc - YARN-7765. Fixed an issue that kerberos tgt not found when NM posting timeline events. Contributed by Rohith Sharma K S (6 years ago) +* 649ef7ac334e - YARN-7064. Use cgroup to get container resource utilization. (Miklos Szegedi via Haibo Chen) (6 years ago) +* 6eef3d7f1a1e - MAPREDUCE-7020. Task timeout in uber mode can crash AM. Contributed by Peter Bacsko (6 years ago) +* e990904dd568 - HDFS-13054. Handling PathIsNotEmptyDirectoryException in DFSClient delete call. Contributed by Nanda kumar. (6 years ago) +* a37e7f0ad8b6 - MAPREDUCE-7022. Fast fail rogue jobs based on task scratch dir size. Contributed by Johan Gustavsson (6 years ago) +* 1b0f265db1a5 - YARN-2185. Use pipes when localizing archives. Contributed by Miklos Szegedi (6 years ago) +* f2fa736f0ab1 - YARN-7797. Docker host network can not obtain IP address for RegistryDNS. Contributed by Eric Yang (6 years ago) +* 56872cff92f5 - MapFile.fix creates a wrong index file in case of block-compressed data file. Contributed by Grigori Rybkine (6 years ago) +* 8b5b045bd2b5 - YARN-7742. [UI2] Duplicated containers are rendered per attempt. (Vasudevan Skm / Sunil G via wangda) (6 years ago) +* 75618c0dec91 - YARN-7760. [UI2] Clicking 'Master Node' or link next to 'AM Node Web UI' under application's appAttempt page goes to OLD RM UI. (Vasudevan Skm / Sunil G via wangda) (6 years ago) +* e0cfb0a31a1c - YARN-7817. Add Resource reference to RM's NodeInfo object so REST API can get non memory/vcore resource usages. (Sunil G via wangda) (6 years ago) +* 2e5865606b77 - YARN-7814. Remove automatic mounting of the cgroups root directory into Docker containers. Contributed by Shane Kumpf. (6 years ago) +* cc10852252c2 - MAPREDUCE-7041. MR should not try to clean up at first job attempt. (Gergo Repas via Haibo Chen) (6 years ago) +* ff8378eb1b96 - YARN-7102. NM heartbeat stuck when responseId overflows MAX_INT. Contributed by Botong Huang (6 years ago) +* 16be42d3097c - YARN-7798. Refactor SLS Reservation Creation. Contributed by Young Chen. (6 years ago) +* 0c139d5bcfbc - HDFS-13049. RBF: Inconsistent Router OPTS config in branch-2 and branch-3. Contributed by Wei Yan. (6 years ago) +* 82cc6f6968d2 - YARN-7728. Expose container preemptions related information in Capacity Scheduler queue metrics. Contributed by Eric Payne. (7 years ago) +* 7721fff74494 - HDFS-13042. RBF: Heartbeat Router State. Contributed by Inigo Goiri. (7 years ago) +* eb2dd0868864 - HDFS-13063. Fix the incorrect spelling in HDFSHighAvailabilityWithQJM.md (7 years ago) +* 59828be1978e - YARN-7810. Update TestDockerContainerRuntime to test with current user credential. (contributed by Shane Kumpf) (7 years ago) +* 051ad9d63f41 - YARN-7628. [Documentation] Documenting the ability to disable elasticity at Capacity Scheduler's sub queues. (Zian Chen via wangda) (7 years ago) +* 0c559b27820d - YARN-7777. Fix user name format in YARN Registry DNS name. Contributed by Jian He (7 years ago) +* fa8cf4d1b489 - YARN-7737. prelaunch.err file not found exception on container failure. Contributed by Keqiu Hu. (7 years ago) +* cff9edd4b514 - MAPREDUCE-7015. Possible race condition in JHS if the job is not loaded. Contributed by Peter Bacsko (7 years ago) +* 55c32776b1f1 - YARN-7801. AmFilterInitializer should addFilter after fill all parameters. Contributed by Wangda Tan (7 years ago) +* 97607617ce01 - YARN-7806. Distributed Shell should use timeline async api's. Contributed by Rohith Sharma K S (7 years ago) +* 201486347044 - YARN-7749. [UI2] GPU information tab in left hand side disappears when we click other tabs below. Contributed by Sunil G and Vasudevan Skm. (7 years ago) +* f3e33aeb80dc - Revert "YARN-7537 [Atsv2] load hbase configuration from filesystem rather than URL. Contributed by Rohith Sharma" (7 years ago) +* e7642a3e6f54 - YARN-7796. Container-executor fails with segfault on certain OS configurations. Contributed by Gergo Repas. (7 years ago) +* 95743c672e6b - HDFS-12772. RBF: Federation Router State State Store internal API. Contributed by Inigo Goiri. (7 years ago) +* d95c13774e1b - HDFS-12963. Error log level in ShortCircuitRegistry#removeShm. Contributed by hu xiaodong. (7 years ago) +* e307edcb4722 - YARN-7540 and YARN-7605. Convert yarn app cli to call yarn api services and implement doAs for Api Service REST API. Contributed by Eric Yang and Jian He (7 years ago) +* 39b999aba2c1 - YARN-7782. Enable user re-mapping for Docker containers in yarn-default.xml. Contributed by Eric Yang (7 years ago) +* a72cdcc47a1b - YARN-7766. Introduce a new config property for YARN Service dependency tarball location. Contributed by Gour Saha (7 years ago) +* f63d13f10db7 - HADOOP-15185. Update adls connector to use the current version of ADLS SDK. Contributed by Atul Sikaria. (7 years ago) +* 6347b2253d1b - HDFS-13023. Journal Sync does not work on a secure cluster. Contributed by Bharat Viswanadham. (7 years ago) +* 3fde0f1db599 - HADOOP-15121. Encounter NullPointerException when using DecayRpcScheduler. Contributed by Tao Jie. (7 years ago) +* 97fe3cc187cb - YARN-7729. Add support for setting Docker PID namespace mode. (Contributed by Billie Rinaldi) (7 years ago) +* 22ee6f77e5af - YARN-7755. Clean up deprecation messages for allocation increments in FS config. Contributed by Wilfred Spiegelenburg. (7 years ago) +* 6e27b20b4d69 - HADOOP-15181. Typo in SecureMode.md (7 years ago) +* 836643d793c6 - MAPREDUCE-6995. Uploader tool for Distributed Cache Deploy documentation (miklos.szegedi@cloudera.com via rkanter) (7 years ago) +* 62c9e7fa99da - HDFS-13036. Reusing the volume storage ID obtained by replicaInfo. Contributed by liaoyuxiangqin. (7 years ago) +* 2ed9d61aadaf - HDFS-13039. StripedBlockReader.createBlockReader leaks socket on IOException. (Lei (Eddy) Xu) (7 years ago) +* c191538ed18e - HADOOP-15166 CLI MiniCluster fails with ClassNotFoundException o.a.h.yarn.server.timelineservice.collector.TimelineCollectorManager. Contributed by Gera Shegalov (7 years ago) +* ec8f47e7fadb - YARN-7537 [Atsv2] load hbase configuration from filesystem rather than URL. Contributed by Rohith Sharma (7 years ago) +* cce71dceef9e - MAPREDUCE-6984. MR AM to clean up temporary files from previous attempt in case of no recovery. (Gergo Repas via Haibo Chen) (7 years ago) +* 4aca4ff759f7 - YARN-5094. some YARN container events have timestamp of -1. (7 years ago) +* 130f8bce00e8 - HDFS-13028. RBF: Fix spurious TestRouterRpc#testProxyGetStats. Contributed by Inigo Goiri. (7 years ago) +* d689b2d99c7b - HADOOP-15114. Add closeStreams(...) to IOUtils (addendum). Contributed by Ajay Kumar. (7 years ago) +* e5a1ad6e2480 - HADOOP-14788. Credentials readTokenStorageFile to stop wrapping IOEs in IOEs. Contributed by Ajay Kumar. (7 years ago) +* c5bbd6418ed1 - YARN-7753. [UI2] Application logs has to be pulled from ATS 1.5 instead of ATS2. Contributed by Sunil G. (7 years ago) +* 9e4f52d32319 - HDFS-12973. RBF: Document global quota supporting in federation. Contributed by Yiqun Lin. (7 years ago) +* bc93ac229e17 - YARN-7139. FairScheduler: finished applications are always restored to default queue. Contributed by Wilfred Spiegelenburg. (7 years ago) +* 37f4696a9cc9 - YARN-7740. Fix logging for destroy yarn service cli when app does not exist and some minor bugs. Contributed by Jian He (7 years ago) +* 06cceba1cb07 - YARN-7738. CapacityScheduler: Support refresh maximum allocation for multiple resource types. Contributed by Wangda Tan. (7 years ago) +* 8e5472b1e63f - YARN-7750. [UI2] Render time related fields in all pages to the browser timezone. Contributed by Vasudevan Skm. (7 years ago) +* 1093a7368991 - HADOOP-13974. S3Guard CLI to support list/purge of pending multipart commits. Contributed by Aaron Fabbri (7 years ago) +* de630708d191 - HADOOP-15123. KDiag tries to load krb5.conf from KRB5CCNAME instead of KRB5_CONFIG. Contributed by Vipin Rathor. (7 years ago) +* f274fe33ea35 - Revert "HADOOP-13974. S3Guard CLI to support list/purge of pending multipart commits." (7 years ago) +* 08332e12d055 - HADOOP-15150. in FsShell, UGI params should be overidden through env vars(-D arg). Contributed by Brahma Reddy Battula. (7 years ago) +* cdaf92c9f575 - HADOOP-15177. Update the release year to 2018. Contributed by Bharat Viswanadham. (7 years ago) +* a68e445dc682 - YARN-7717. Add configuration consistency for module.enabled and docker.privileged-containers.enabled. Contributed by Eric Badger. (7 years ago) +* 6e42d058292d - MAPREDUCE-7029. FileOutputCommitter is slow on filesystems lacking recursive delete. Contributed by Karthik Palaniappan (7 years ago) +* 09efdfe9e13c - HDFS-9049. Make Datanode Netty reverse proxy port to be configurable. Contributed by Vinayakumar B. (7 years ago) +* 268ab4e0279b - HADOOP-15141 Support IAM Assumed roles in S3A. Contributed by Steve Loughran. (7 years ago) +* 9195a6e30202 - HADOOP-15027. AliyunOSS: Support multi-thread pre-read to improve sequential read from Hadoop to Aliyun OSS performance. (Contributed by Jinhu Wu) (7 years ago) +* 41049ba5d129 - YARN-7758. Add an additional check to the validity of container and application ids passed to container-executor. Contributed by Yufei Gu. (7 years ago) +* 3bd9ea63df76 - HDFS-13004. TestLeaseRecoveryStriped.testLeaseRecovery is failing when safeLength is 0MB or larger than the test file. (Zsolt Venczel via lei) (7 years ago) +* 370f1c628381 - YARN-6486. FairScheduler: Deprecate continuous scheduling. (Contributed by Wilfred Spiegelenburg) (7 years ago) +* d716084f4503 - MAPREDUCE-7032. Add the ability to specify a delayed replication count (miklos.szegedi@cloudera.com via rkanter) (7 years ago) +* 5ac109909a29 - YARN-7479. TestContainerManagerSecurity.testContainerManager[Simple] flaky in trunk (ajisakaa via rkanter) (7 years ago) +* b2029353537f - HADOOP-15157. Zookeeper authentication related properties to support CredentialProviders. (Contributed by Gergo Repas) (7 years ago) +* 880b9d24ff7b - HDFS-8693. refreshNamenodes does not support adding a new standby to a running DN. Contributed by Ajith S. (7 years ago) +* d09058b2fd18 - YARN-6736. Consider writing to both ats v1 & v2 from RM for smoother upgrades. Contributed by Aaron Gresch. (7 years ago) +* a0c71dcc33ca - HADOOP-15079. ITestS3AFileOperationCost#testFakeDirectoryDeletion failing after OutputCommitter patch. Contributed by Steve Loughran (7 years ago) +* 2e1e9017aae7 - HADOOP-15172. Fix the javadoc warning in WriteOperationHelper.java (7 years ago) +* 1a9c5d479e22 - MAPREDUCE-7034. Moving logging APIs over to slf4j the rest of all in hadoop-mapreduce (7 years ago) +* 7016dd44e097 - HDFS-13016. globStatus javadoc refers to glob pattern as "regular expression". Contributed by Mukul Kumar Singh. (7 years ago) +* 9afb8025d654 - HDFS-12972. RBF: Display mount table quota info in Web UI and admin command. Contributed by Yiqun Lin. (7 years ago) +* 2dcfc1876e4d - YARN-7705. Create the container log directory with correct sticky bit in C code. Contributed by Yufei Gu. (7 years ago) +* d5d6a0353bb8 - HDFS-12919. RBF: Support erasure coding methods in RouterRpcServer. Contributed by Inigo Goiri. (7 years ago) +* edcc3a95d524 - YARN-7468. Provide means for container network policy control. (Xuan Gong via wangda) (7 years ago) +* 53f276892670 - YARN-7724. yarn application status should support application name. Contributed by Jian He (7 years ago) +* e404650f4897 - MAPREDUCE-7030. Uploader tool should ignore symlinks to the same directory (miklos.szegedi@cloudera.com via rkanter) (7 years ago) +* c05b84703b77 - YARN-7671. Improve Diagonstic message for stop yarn native service. Contributed by Chandni Singh (7 years ago) +* 3d65dbe032e2 - YARN-5366. Improve signal handling and delete delay for Docker on Yarn. (Contributed by Shane Kumpf) (7 years ago) +* 4fb1f45f2191 - YARN-7731. RegistryDNS should handle upstream DNS returning CNAME. Contributed by Eric Yang (7 years ago) +* b278f7b29305 - HDFS-12984. BlockPoolSlice can leak in a mini dfs cluster. Contributed by Ajay Kumar. (7 years ago) +* 128d773a2315 - YARN-7727. Incorrect log levels in few logs with QueuePriorityContainerCandidateSelector. Contributed by Prabhu Joseph. (7 years ago) +* addbcd8cd44d - HADOOP-15114. Add closeStreams(...) to IOUtils. Contributed by Ajay Kumar. (7 years ago) +* bc285da107bb - YARN-7590. Improve container-executor validation check. Contributed by Eric Yang. (7 years ago) +* 2e0a451a8dd6 - HADOOP-15033. Use java.util.zip.CRC32C for Java 9 and above Contributed by Dmitry Chuyko, (7 years ago) +* fbbbf59c8265 - YARN-7735. Fix typo in YARN documentation. Contributed by Takanobu Asanuma. (7 years ago) +* 12d0645990a8 - HADOOP-15060. TestShellBasedUnixGroupsMapping.testFiniteGroupResolutionTime flaky. Contributed by Miklos Szegedi. (7 years ago) +* 1a09da740029 - HADOOP-15163. Fix S3ACommitter documentation Contributed by Alessandro Andrioni. (7 years ago) +* afd8caba2730 - YARN-7722. Rename variables in MockNM, MockRM for better clarity. Contributed by Lovekesh bansal (7 years ago) +* d98a2e6e2383 - HDFS-12934. RBF: Federation supports global quota. Contributed by Yiqun Lin. (7 years ago) +* d9006d8a4e34 - HDFS-12802. RBF: Control MountTableResolver cache size. Contrubuted by Inigo Goiri. (7 years ago) +* 55066cc53dc2 - YARN-7689. TestRMContainerAllocator fails after YARN-6124. Contributed by Wilfred Spiegelenburg. (7 years ago) +* 8ee7080e5da1 - YARN-7665. Allow FS scheduler state dump to be turned on/off separately from FS debug log. (Wilfred Spiegelenburg via Haibo Chen) (7 years ago) +* 47563d86fe6b - HDFS-12994. TestReconstructStripedFile.testNNSendsErasureCodingTasks fails due to socket timeout. (Contributed by Lei (Eddy) Xu) (7 years ago) +* b62a5ece95a6 - HADOOP-15161. s3a: Stream and common statistics missing from metrics Contributed by Sean Mackrory (7 years ago) +* f725b9e267c6 - YARN-7716. metricsTimeStart and metricsTimeEnd should be all lower case in the doc. (7 years ago) +* 90c86d6e090d - YARN-6948. Invalid event: ATTEMPT_ADDED at FINAL_SAVING. Contributed by lujie (7 years ago) +* ebff4decfe86 - YARN-7663. RMAppImpl:Invalid event: START at KILLED. Contributed by lujie (7 years ago) +* b26e30ab1655 - YARN-7508. NPE in FiCaSchedulerApp when debug log enabled in async-scheduling mode. Contributed by Tao Yang. (7 years ago) +* 783a01eb4a15 - YARN-7718. DistributedShell failed to specify resource other than memory/vcores from container_resources. Contributed by Wangda Tan. (7 years ago) +* b3290c41a9b3 - HDFS-12808. Add LOG.isDebugEnabled() guard for LOG.debug(...). Contributed by Bharat Viswanadham. (7 years ago) +* 59ab5da0a033 - YARN-4227. Ignore expired containers from removed nodes in FairScheduler. (Wilfred Spiegelenburg via rchiang) (7 years ago) +* 73ff09b79a5c - HDFS-12985. NameNode crashes during restart after an OpenForWrite file present in the Snapshot got deleted. (7 years ago) +* 2ee0d64aceed - HDFS-12945. Switch to ClientProtocol instead of NamenodeProtocols in NamenodeWebHdfsMethods. Contributed by Wei Yan. (7 years ago) +* dc54747d70fc - YARN-7704. Document improvement for registry dns. Contributed by Jian He (7 years ago) +* 01f3f2167ec2 - YARN-7242. Support to specify values of different resource types in DistributedShell for easier testing. Contributed by Gergely Novák. (7 years ago) +* c2d6fa36560d - YARN-7699. queueUsagePercentage is coming as INF for getApp REST api call. Contributed by Sunil G. (7 years ago) +* bf5c94899537 - HDFS-11848. Enhance dfsadmin listOpenFiles command to list files under a given path. Contributed by Yiqun Lin. (7 years ago) +* 836e3c45e823 - Revert "YARN-7540. Route YARN service CLI function through YARN Service API. (Contributed by Eric Yang)" (7 years ago) +* a81144daa012 - YARN-7666. Introduce scheduler specific environment variable support in ApplicationSubmissionContext for better scheduling placement configurations. (Sunil G via wangda) (7 years ago) +* 2aa4f0a55936 - YARN-7645. TestContainerResourceUsage#testUsageAfterAMRestartWithMultipleContainers is flakey with FairScheduler (rkanter) (7 years ago) +* f8e7dd9b10f0 - YARN-7557. It should be possible to specify resource types in the fair scheduler increment value (grepas via rkanter) (7 years ago) +* 83b513ac6d54 - HDFS-12988. RBF: Mount table entries not properly updated in the local cache. Contributed by Inigo Goiri. (7 years ago) +* 0c75d0634bcb - YARN-7619. Max AM Resource value in Capacity Scheduler UI has to be refreshed for every user. Contributed by Eric Payne. (7 years ago) +* dc735b286bb6 - HDFS-12860. StripedBlockUtil#getRangesInternalBlocks throws exception for the block group size larger than 2GB. (Contributed by Lei (Eddy) Xu) (7 years ago) +* 739d3c394d77 - HDFS-12987. Document - Disabling the Lazy persist file scrubber.. Contributed by Karthik Palanisamy. (7 years ago) +* d795661868e3 - YARN-7678. Ability to enable logging of container memory stats. Contributed by Jim Brennan (7 years ago) +* 45a47198b43a - HDFS-12913. TestDNFencingWithReplication sometimes fails because of NameNode in standby state. Contributed by Zsolt Venczel. (7 years ago) +* 2a48b3594c50 - HDFS-12948. DiskBalancer report command top option should only take positive numeric values. Contributed by Shashikant Banerjee. (7 years ago) +* 7a550448036c - YARN-7622. Allow fair-scheduler configuration on HDFS (gphillips via rkanter) (7 years ago) +* 3ba985997d1d - HDFS-12931. Handle InvalidEncryptionKeyException during DistributedFileSystem#getFileChecksum. Contributed by Mukul Kumar Singh. (7 years ago) +* 4379113bda98 - HADOOP-15093. Deprecation of yarn.resourcemanager.zk-address is undocumented. Contributed by Ajay Kumar. (7 years ago) +* 2f6c038be6c2 - YARN-7602. NM should reference the singleton JvmMetrics instance. (7 years ago) +* fe35103591ec - MAPREDUCE-7028. Concurrent task progress updates causing NPE in Application Master. Contributed by Gergo Repas (7 years ago) +* c9bf813c9a6c - YARN-7692. Skip validating priority acls while recovering applications. Contributed by Sunil G. (7 years ago) +* c0c7cce81d56 - YARN-7691. Add Unit Tests for ContainersLauncher. (Sampada Dehankar via asuresh) (7 years ago) +* 7f515f57ede7 - YARN-7585. NodeManager should go unhealthy when state store throws DBException. Contributed by Wilfred Spiegelenburg. (7 years ago) +* 80440231d49e - YARN-6894. RM Apps API returns only active apps when query parameter queue used. Contributed by Gergely Novák. (7 years ago) +* 626b5103d446 - YARN-7688. Miscellaneous Improvements To ProcfsBasedProcessTree. Contributed by BELUGA BEHR. (7 years ago) +* 4ad39ec3084a - Revert "HADOOP-10054. ViewFsFileStatus.toString() is broken. Contributed by Hanisha Koneru." (7 years ago) +* d82874851ea9 - HADOOP-15155. Error in javadoc of ReconfigurableBase#reconfigureProperty. Contributed by Ajay Kumar. (7 years ago) +* 33ae2a4ae1a9 - YARN-7687. ContainerLogAppender Improvements. Contributed by BELUGA BEHR. (7 years ago) +* 5c28804b9534 - HDFS-12629. NameNode UI should report total blocks count by type - replicated and erasure coded. (7 years ago) +* 42a1c98597e6 - HDFS-11847. Enhance dfsadmin listOpenFiles command to list files blocking datanode decommissioning. (7 years ago) +* b4d11337c927 - HDFS-12351. Explicitly describe the minimal number of DataNodes required to support an EC policy in EC document.. Contributed by Hanisha Koneru. (7 years ago) +* dfe0cd86553b - HADOOP-15152. Typo in javadoc of ReconfigurableBase#reconfigurePropertyImpl. Contributed by Nanda kumar. (7 years ago) +* 7fe6f83c8f0f - HADOOP-15117. open(PathHandle) contract test should be exhaustive for default options (7 years ago) +* 4bb765ee2e9f - HADOOP-15122. Lock down version of doxia-module-markdown plugin. Contributed by Marton Elek. (7 years ago) +* 7467e8fe5a95 - YARN-7555. Support multiple resource types in YARN native services. (wangda) (7 years ago) +* 81127616c571 - HADOOP-15149. CryptoOutputStream should implement StreamCapabilities. (7 years ago) +* b82049b4f006 - YARN-7580. ContainersMonitorImpl logged message lacks detail when exceeding memory limits. Contributed by Wilfred Spiegelenburg. (7 years ago) +* 6e3e1b8cde73 - HDFS-12915. Fix findbugs warning in INodeFile$HeaderFormat.getBlockLayoutRedundancy. (Contributed by Chris Douglas) (7 years ago) +* a55884c68eb1 - YARN-7542. Fix issue that causes some Running Opportunistic Containers to be recovered as PAUSED. (Sampada Dehankar via asuresh) (7 years ago) +* 5bf7e594d7d5 - HDFS-9023. When NN is not able to identify DN for replication, reason behind it can be logged. (7 years ago) +* d31c9d8c4957 - HADOOP-15143. NPE due to Invalid KerberosTicket in UGI. Contributed by Mukul Kumar Singh. (7 years ago) +* 52babbb4a0e3 - HADOOP-15086. NativeAzureFileSystem file rename is not atomic. Contributed by Thomas Marquardt (7 years ago) +* 76e664e931bf - HDFS-12959. Fix TestOpenFilesWithSnapshot redundant configurations. (7 years ago) +* 826507c41b7d - HDFS-12951. Incorrect javadoc in SaslDataTransferServer.java#receive. Contributed by Mukul Kumar Singh. (7 years ago) +* b318bed01aff - HDFS-12938. TestErasureCodigCLI testAll failing consistently. (Contributed by Ajay Kumar) (7 years ago) +* c8ff0cc304f0 - HADOOP-13282. S3 blob etags to be made visible in S3A status/getFileChecksum() calls. Contributed by Steve Loughran (7 years ago) +* ef450df443f1 - HADOOP-15113. NPE in S3A getFileStatus: null instrumentation on using closed instance. Contributed by Steve Loughran. (7 years ago) +* d2d8f4aeb3e2 - HADOOP-15133. [JDK9] Ignore com.sun.javadoc.* and com.sun.tools.* in animal-sniffer-maven-plugin to compile with Java 9. (7 years ago) +* 5ab632baf52f - HDFS-12949. Fix findbugs warning in ImageWriter.java. (7 years ago) +* 382215c72b93 - YARN-7577. Unit Fail: TestAMRestart#testPreemptedAMRestartOnRMRestart (miklos.szegedi@cloudera.com via rkanter) (7 years ago) +* 1ba491ff907f - HADOOP-14965. S3a input stream "normal" fadvise mode to be adaptive (7 years ago) +* 13ad7479b0e3 - YARN-7674. Update Timeline Reader web app address in UI2. Contributed by Sunil G. (7 years ago) +* a78db9919065 - HDFS-12932. Fix confusing LOG message for block replication. Contributed by Chao Sun. (7 years ago) +* d62932c3b2fc - YARN-7032. [ATSv2] NPE while starting hbase co-processor when HBase authorization is enabled. Contributed by Rohith Sharma K S. (7 years ago) +* 41b581012a83 - YARN-7616. Map YARN application status to Service Status more accurately. (Contributed by Gour Saha) (7 years ago) +* 94a2ac6b7199 - YARN-7466. addendum patch for failing unit test. (Contributed by Chandni Singh) (7 years ago) +* 989c75109a61 - YARN-7543. Add check for max cpu limit and missing file for YARN service. (Contributed by Jian He) (7 years ago) +* c0aeb666a4d4 - YARN-7662. [ATSv2] Define new set of configurations for reader and collectors to bind (Rohith Sharma K S via Varun Saxena) (7 years ago) +* fe5b057c8144 - YARN-7620. Allow node partition filters on Queues page of new YARN UI. Contributed by Vasudevan Skm. (7 years ago) +* e040c97b7743 - HDFS-12937. RBF: Add more unit tests for router admin commands. Contributed by Yiqun Lin. (7 years ago) +* a7f8caf58ed4 - Add 2.8.3 release jdiff files. (7 years ago) +* 25a36b745286 - HDFS-12930. Remove the extra space in HdfsImageViewer.md. Contributed by Rahul Pathak. (7 years ago) +* c7499f2d242c - HDFS-12347. TestBalancerRPCDelay#testBalancerRPCDelay fails very frequently. Contributed by Bharat Viswanadham (7 years ago) +* c7a4dda3c557 - HADOOP-15109. TestDFSIO -read -random doesn't work on file sized 4GB. Contributed by Ajay Kumar. (7 years ago) +* 811fabdebe88 - YARN-7661. NodeManager metrics return wrong value after update node resource. Contributed by Yang Wang (7 years ago) +* 35ad9b1dd279 - HADOOP-13974. S3Guard CLI to support list/purge of pending multipart commits. Contributed by Aaron Fabbri (7 years ago) +* 94576b17fbc1 - HDFS-12818. Support multiple storages in DataNodeCluster / SimulatedFSDataset. Contributed by Erik Krogen. (7 years ago) +* 001008958d8d - YARN-7664. Several javadoc errors. Contributed by Sean Mackrory. (7 years ago) +* 928964102029 - YARN-7617. Add a flag in distributed shell to automatically PROMOTE opportunistic containers to guaranteed once they are started. Contributed by Weiwei Yang. (7 years ago) +* 5e81f32d1155 - HADOOP-15106. FileSystem::open(PathHandle) should throw a specific exception on validation failure (7 years ago) +* fc7ec80d85a7 - Merge branch 'HDFS-9806' into trunk (7 years ago) +|\ +| * 4b3a785914d8 - HDFS-12903. [READ] Fix closing streams in ImageWriter. Contributed by Virajith Jalaparti (7 years ago) +| * e515103a83e1 - Revert "HDFS-12903. [READ] Fix closing streams in ImageWriter" (7 years ago) +| * 8239e3afb31d - HDFS-12712. [9806] Code style cleanup (7 years ago) +| * 80c3fec3a13c - HDFS-12912. [READ] Fix configuration and implementation of LevelDB-based alias maps (7 years ago) +| * c89b29bd4211 - HDFS-12893. [READ] Support replication of Provided blocks with non-default topologies. (7 years ago) +| * 0f6aa9564cbe - HDFS-12905. [READ] Handle decommissioning and under-maintenance Datanodes with Provided storage. (7 years ago) +| * 2298f2d76b2c - HDFS-12874. Documentation for provided storage. Contributed by Virajith Jalaparti (7 years ago) +| * 962b5e722ba8 - HDFS-12903. [READ] Fix closing streams in ImageWriter (7 years ago) +| * 71ec170107e6 - HDFS-12887. [READ] Allow Datanodes with Provided volumes to start when blocks with the same id exist locally (7 years ago) +| * 4531588a94dc - HDFS-11640. [READ] Datanodes should use a unique identifier when reading from external stores (7 years ago) +| * fb996a32a98a - HDFS-12894. [READ] Skip setting block count of ProvidedDatanodeStorageInfo on DN registration update (7 years ago) +| * 9c35be86e170 - HDFS-12713. [READ] Refactor FileRegion and BlockAliasMap to separate out HDFS metadata and PROVIDED storage metadata. Contributed by Ewan Higgs (7 years ago) +| * a027055dd2bf - HDFS-12885. Add visibility/stability annotations. Contributed by Chris Douglas (7 years ago) +| * b634053c4dae - HDFS-12591. [READ] Implement LevelDBFileRegionFormat. Contributed by Ewan Higgs. (7 years ago) +| * 352f994b6484 - HDFS-12665. [AliasMap] Create a version of the AliasMap that runs in memory in the Namenode (leveldb). Contributed by Ewan Higgs. (7 years ago) +| * cc933cba77c1 - HDFS-12685. [READ] FsVolumeImpl exception when scanning Provided storage volume (7 years ago) +| * 4d59dabb7f6e - HDFS-12809. [READ] Fix the randomized selection of locations in {{ProvidedBlocksBuilder}}. (7 years ago) +| * 3d3be87e301d - HDFS-12778. [READ] Report multiple locations for PROVIDED blocks (7 years ago) +| * 3b1d30301bcd - HDFS-12775. [READ] Fix reporting of Provided volumes (7 years ago) +| * e1a28f95b8ff - HDFS-12777. [READ] Reduce memory and CPU footprint for PROVIDED volumes. (7 years ago) +| * 6cd80b2521e6 - HDFS-12779. [READ] Allow cluster id to be specified to the Image generation tool (7 years ago) +| * 90d1b47a2a40 - HDFS-12776. [READ] Increasing replication for PROVIDED files should create local replicas (7 years ago) +| * 87dc026beec5 - HDFS-12789. [READ] Image generation tool does not close an opened stream (7 years ago) +| * c293cc8e9b03 - HDFS-12671. [READ] Test NameNode restarts when PROVIDED is configured (7 years ago) +| * 71d0a8257113 - HDFS-12607. [READ] Even one dead datanode with PROVIDED storage results in ProvidedStorageInfo being marked as FAILED (7 years ago) +| * 98f5ed5aa377 - HDFS-11902. [READ] Merge BlockFormatProvider and FileRegionProvider. (7 years ago) +| * d6a9a8997339 - HDFS-12605. [READ] TestNameNodeProvidedImplementation#testProvidedDatanodeFailures fails after rebase (7 years ago) +| * 17052c4aff10 - HDFS-12584. [READ] Fix errors in image generation tool from latest rebase (7 years ago) +| * aca023b72cdb - HDFS-12289. [READ] HDFS-12091 breaks the tests for provided block reads (7 years ago) +| * 2407c9b93aab - HDFS-12093. [READ] Share remoteFS between ProvidedReplica instances. (7 years ago) +| * 663b3c08b131 - HDFS-12091. [READ] Check that the replicas served from a ProvidedVolumeImpl belong to the correct external storage (7 years ago) +| * 546b95f4843f - HDFS-11673. [READ] Handle failures of Datanode with PROVIDED storage (7 years ago) +| * 55ade54b8ed3 - HDFS-11792. [READ] Test cases for ProvidedVolumeDF and ProviderBlockIteratorImpl (7 years ago) +| * 4851f06bc2df - HDFS-11791. [READ] Test for increasing replication of provided files. (7 years ago) +| * 89b9faf5294c - HDFS-11703. [READ] Tests for ProvidedStorageMap (7 years ago) +| * aa5ec85f7fd2 - HDFS-11663. [READ] Fix NullPointerException in ProvidedBlocksBuilder (7 years ago) +| * 1108cb76917d - HDFS-11653. [READ] ProvidedReplica should return an InputStream that is bounded by its length (7 years ago) +| * d65df0f27395 - HDFS-11190. [READ] Namenode support for data stored in external stores. (7 years ago) +| * 8da3a6e31460 - HDFS-10706. [READ] Add tool generating FSImage from external store (7 years ago) +| * b668eb91556b - HDFS-10675. Datanode support to read from external stores. (7 years ago) +|/ +* 44825f096068 - YARN-7629. TestContainerLaunch# fails after YARN-7381. (Jason Lowe via wangda) (7 years ago) +* 631b5c2db733 - YARN-5418. When partial log aggregation is enabled, display the list of aggregated files on the container log page. (Xuan Gong via wangda) (7 years ago) +* aa503a29d0bb - HDFS-12917. Fix description errors in testErasureCodingConf.xml. Contributed by chencan. (7 years ago) +* 949be14b0881 - HDFS-12927. Update erasure coding doc to address unsupported APIs. (Contributed by Lei (Eddy) Xu) (7 years ago) +* 1c15b1751c06 - HDFS-12819. Setting/Unsetting EC policy shows warning if the directory is not empty. (Contributed by Lei (Eddy) Xu) (7 years ago) +* 6681dd10075f - YARN-7633. Documentation for auto queue creation feature and related configurations. Contributed by Suma Shivaprasad. (7 years ago) +* 09d996fdd429 - YARN-7190. Ensure only NM classpath in 2.x gets TSv2 related hbase jars, not the user classpath. Contributed by Varun Saxena. (7 years ago) +* 890d3d06456a - YARN-7638. Unit tests related to preemption for auto created leaf queues feature.Contributed by Suma Shivaprasad. (7 years ago) +* ee028bfdf1c8 - HDFS-12895. RBF: Add ACL support for mount table. Contributed by Yiqun Lin. (7 years ago) +* 89b6c482c172 - YARN-7642. Add test case to verify context update after container promotion or demotion with or without auto update. Contributed by Weiwei Yang. (7 years ago) +* e1cb278cd028 - HDFS-12910. Secure Datanode Starter should log the port when it fails to bind. Contributed by Stephen O'Donnell and Nanda kumar. (7 years ago) +* 95d4ec7fc076 - YARN-7565. Addendum to fix an incompatible change. Contributed by Wangda Tan. (7 years ago) +* 17ba74be2919 - YARN-7630. Fix AMRMToken rollover handling in AMRMProxy. Contributed by Botong Huang. (7 years ago) +* f5a72424c000 - HDFS-12907. Allow read-only access to reserved raw for non-superusers. Contributed by Rushabh S Shah. (7 years ago) +* 37efa67e377e - HADOOP-10054. ViewFsFileStatus.toString() is broken. Contributed by Hanisha Koneru. (7 years ago) +* f8af0e2feb9f - HADOOP-15085. Output streams closed with IOUtils suppressing write errors. Contributed by Jim Brennan (7 years ago) +* 80db744ee57c - HDFS-12881. Output streams closed with IOUtils suppressing write errors. Contributed by Ajay Kumar (7 years ago) +* 2564b4d07f63 - YARN-7119. Support multiple resource types in rmadmin updateNodeResource command. Contributed by Manikandan R. (7 years ago) +* 91c96bdf8eb9 - HDFS-12883. RBF: Document Router and State Store metrics. Contributed by Yiqun Lin. (7 years ago) +* f86c81d923ec - HADOOP-15039. Move SemaphoredDelegatingExecutor to hadoop-common. Contributed by Genmao Yu (7 years ago) +* 28792b6b7f13 - Revert "HADOOP-15039. Move SemaphoredDelegatingExecutor to hadoop-common. Contributed by Genmao Yu" (7 years ago) +* 438c1d333ebc - YARN-7540. Route YARN service CLI function through YARN Service API. (Contributed by Eric Yang) (7 years ago) +* 46e18c8da76e - HADOOP-14914. Change to a safely casting long to int. Contributed by Ajay Kumar. (7 years ago) +* d447152d4925 - Update CHANGES, RELEASENOTES, jdiff for 3.0.0 release. (7 years ago) +* cb87e4dc9277 - YARN-7643. Handle recovery of applications in case of auto-created leaf queue mapping. Contributed by Suma Shivaprasad. (7 years ago) +* 10fc8d2a7dc9 - YARN-7383. Node resource is not parsed correctly for resource names containing dot. Contributed by Gergely Novák. (7 years ago) +* 880cd754a542 - YARN-7536. em-table improvement for better filtering in new YARN UI. Contributed by Vasudevan Skm. This closes #313. (7 years ago) +* fa4ecd8b9847 - YARN-7641. Allow searchable filter for Application page log viewer in new YARN UI. Contributed by Vasudevan Skm. This closes #312. (7 years ago) +* 7efc4f768853 - YARN-7647. NM print inappropriate error log when node-labels is enabled. Contributed by Yang Wang. (7 years ago) +* 2abab1d7c53e - YARN-7595. Container launching code suppresses close exceptions after writes. Contributed by Jim Brennan (7 years ago) +* 3ebe6a781929 - YARN-7565. Yarn service pre-maturely releases the container after AM restart. Contributed by Chandni Singh (7 years ago) +* 06f0eb2dce2a - YARN-7625. Expose NM node/containers resource utilization in JVM metrics. Contributed by Weiwei Yang (7 years ago) +* 8bb83a8f6259 - Queue ACL validations should validate parent queue ACLs before auto-creating leaf queues. Contributed by Suma Shivaprasad. (7 years ago) +* 5c87fb2f627e - YARN-7635. TestRMWebServicesSchedulerActivities fails in trunk. Contributed by Sunil G. (7 years ago) +* 693169ef34f8 - HDFS-12882. Support full open(PathHandle) contract in HDFS (7 years ago) +* 55fc2d648570 - HDFS-12891. Do not invalidate blocks if toInvalidate is empty. Contributed by Zsolt Venczel. (7 years ago) +* 5cd1056ad77a - HDFS-12875. RBF: Complete logic for -readonly option of dfsrouteradmin add command. Contributed by Inigo Goiri. (7 years ago) +* 2316f526902e - MAPREDUCE-7018. Apply erasure coding properly to framework tarball and support plain tar (miklos.szegedi@cloudera.com via rkanter) (7 years ago) +* 00129c5314dc - HDFS-12833. Distcp : Update the usage of delete option for dependency with update and overwrite option. Contributed by usharani. (7 years ago) +* 312ceebde8ef - YARN-7632. Effective min and max resource need to be set for auto created leaf queues upon creation and capacity management. Contributed by Suma Shivaprasad. (7 years ago) +* a2edc4cbf5c1 - YARN-7608. Incorrect sTarget column causing DataTable warning on RM application and scheduler web page. Contributed by Gergely Novák. (7 years ago) +* 670e8d4ec7e7 - YARN-6704. Add support for work preserving NM restart when FederationInterceptor is enabled in AMRMProxyService. (Botong Huang via Subru). (7 years ago) +* 04b84da2456f - YARN-7443. Add native FPGA module support to do isolation with cgroups. (Zhankun Tang via wangda) (7 years ago) +* adca1a72e4ec - YARN-7591. NPE in async-scheduling mode of CapacityScheduler. (Tao Yang via wangda) (7 years ago) +* a8316df8c05a - YARN-7520. Queue Ordering policy changes for ordering auto created leaf queues within Managed parent Queues. (Suma Shivaprasad via wangda) (7 years ago) +* f548bfffbdcd - YARN-7420. YARN UI changes to depict auto created queues. (Suma Shivaprasad via wangda) (7 years ago) +* b38643c9a8dd - YARN-7473. Implement Framework and policy for capacity management of auto created queues. (Suma Shivaprasad via wangda) (7 years ago) +* 74665e3a7d7f - YARN-7274. Ability to disable elasticity at leaf queue level. (Zian Chen via wangda) (7 years ago) +* ef7d334d3643 - HDFS-12825. Fsck report shows config key name for min replication issues (Contributed by Gabor Bota). (7 years ago) +* f19638333b11 - HADOOP-15059. Undoing the switch of Credentials to PB format as default - done via HADOOP-12563 for supporting 2.x to 3.x upgrades. (7 years ago) +* ce04340ec736 - HADOOP-15104. AliyunOSS: change the default value of max error retry. Contributed by Jinhu Wu (7 years ago) +* 19e089420999 - HADOOP-15056. Fix TestUnbuffer#testUnbufferException failure. Contributed by Jack Bearden. (7 years ago) +* 532bbf4602e4 - YARN-7533. Documentation for absolute resource support in Capacity Scheduler. Contributed by Sunil G. (7 years ago) +* 4db4a4a165d3 - YARN-7575. NPE in scheduler UI when max-capacity is not configured. Contributed by Sunil G. (7 years ago) +* daa1cdd06265 - YARN-7564. Cleanup to fix checkstyle issues of YARN-5881 branch. Contributed by Sunil G. (7 years ago) +* 1012b901c8ee - YARN-7544. Use queue-path.capacity/maximum-capacity to specify absolute min/max resources. (Sunil G via wangda) (7 years ago) +* b7b8cd53242d - YARN-7538. Fix performance regression introduced by Capacity Scheduler absolute min/max resource refactoring. (Sunil G via wangda) (7 years ago) +* 7462c38277fa - YARN-7483. CapacityScheduler test cases cleanup post YARN-5881. (Sunil G via wangda) (7 years ago) +* e65ca92fb689 - YARN-7482. Max applications calculation per queue has to be retrospected with absolute resource support. Contributed by Sunil G. (7 years ago) +* 034b312d9f19 - YARN-7411. Inter-Queue preemption's computeFixpointAllocation need to handle absolute resources while computing normalizedGuarantee. (Sunil G via wangda) (7 years ago) +* aa3f62740f71 - YARN-7332. Compute effectiveCapacity per each resource vector. (Sunil G via wangda) (7 years ago) +* d52627a7cbdd - YARN-7254. UI and metrics changes related to absolute resource configuration. (Sunil G via wangda) (7 years ago) +* 5e798b1a0ddc - YARN-6471. Support to add min/max resource configuration for a queue. (Sunil G via wangda) (7 years ago) +* d6c31a3e6b60 - HDFS-11915. Sync rbw dir on the first hsync() to avoid file lost on power failure. Contributed by Vinayakumar B. (7 years ago) +* acb92904d040 - HADOOP-15098. TestClusterTopology#testChooseRandom fails intermittently. Contributed by Zsolt Venczel. (7 years ago) +* 67662e2ac9e6 - HDFS-12840. Creating a file with non-default EC policy in a EC zone is not correctly serialized in the editlog. Contributed by Lei (Eddy) Xu. (7 years ago) +* 67b2661e3d73 - HADOOP-15080. Aliyun OSS: update oss sdk from 2.8.1 to 2.8.3 to remove its dependency on Cat-x json-lib. (7 years ago) +* e411dd666604 - YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang. (7 years ago) +* c2e8a5c2296a - MAPREDUCE-7000. Moving logging APIs over to slf4j in hadoop-mapreduce-client-nativetask. Contributed by Jinjiang Ling. (7 years ago) +* d4cae977a247 - MAPREDUCE-6998. Moving logging APIs over to slf4j in hadoop-mapreduce-client-jobclient. Contributed by Gergely Novák. (7 years ago) +* 6cca5b3bcb44 - HDFS-12889. Addendum patch to add missing file. (7 years ago) +* 40b0045ebe07 - YARN-7610. Extend Distributed Shell to support launching job with opportunistic containers. Contributed by Weiwei Yang. (7 years ago) +* 56b1ff80dd9f - HDFS-12872. EC Checksum broken when BlockAccessToken is enabled. (7 years ago) +* 05c347fe51c0 - YARN-7611. Node manager web UI should display container type in containers page. Contributed by Weiwei Yang. (7 years ago) +* 73b86979d661 - HADOOP-15039. Move SemaphoredDelegatingExecutor to hadoop-common. Contributed by Genmao Yu (7 years ago) +* 44b06d34a537 - HDFS-12889. Router UI is missing robots.txt file. Contributed by Bharat Viswanadham. (7 years ago) +* 0311cf05358c - YARN-7381. Enable the configuration: yarn.nodemanager.log-container-debug-info.enabled by default in yarn-default.xml. (Xuan Gong via wangda) (7 years ago) +* 6555af81a26b - HADOOP-14475 Metrics of S3A don't print out when enabled. Contributed by Younger and Sean Mackrory. (7 years ago) +* a957f1c60e13 - YARN-7438. Additional changes to make SchedulingPlacementSet agnostic to ResourceRequest / placement algorithm. Contributed by Wangda Tan (7 years ago) +* 3150c019aef2 - HADOOP-15071 S3a troubleshooting docs to add a couple more failure modes. Contributed by Steve Loughran (7 years ago) +* 6d16a99ae882 - HDFS-11751. DFSZKFailoverController daemon exits with wrong status code. Contributed by Bharat Viswanadham (7 years ago) +* 99ccca341f36 - YARN-7092. Render application specific log under application tab in new YARN UI. Contributed by Akhil PB. (7 years ago) +* f9f317b70209 - YARN-7586. Application Placement should be done before ACL checks in ResourceManager. Contributed by Suma Shivaprasad. (7 years ago) +* 9f1bdafedb60 - HADOOP-14985. Remove subversion related code from VersionInfoMojo.java. Contributed by Ajay Kumar. (7 years ago) +* e00c7f78c1c0 - HADOOP-14976. Set HADOOP_SHELL_EXECNAME explicitly in scripts. (7 years ago) +* 5533648241b1 - HADOOP-15058. create-release site build outputs dummy shaded jars due to skipShade. Contributed by Andrew Wang. (7 years ago) +* d8863fc16fa3 - YARN-5594. Handle old RMDelegationToken format when recovering RM (rkanter) (7 years ago) +* d30d57828fdd - YARN-6669. Implemented Kerberos security for YARN service framework. (Contributed by Jian He) (7 years ago) +* 404eab4dc058 - HDFS-12396. Webhdfs file system should get delegation token from kms provider. Contributed by Rushabh S Shah. (7 years ago) +* 37ca4169508c - YARN-7587. Skip dispatching opportunistic containers to nodes whose queue is already full. (Weiwei Yang via asuresh) (7 years ago) +* 81f6e46b2fb5 - YARN-6907. Node information page in the old web UI should report resource types. Contributed by Gergely Novák. (7 years ago) +* 30f2646b159d - YARN-7594. TestNMWebServices#testGetNMResourceInfo fails on trunk. Contributed by Gergely Novák. (7 years ago) +* 42307e3c3abb - HDFS-11576. Block recovery will fail indefinitely if recovery time > heartbeat interval. Contributed by Lukas Majercak (7 years ago) +* f9d195dfe9cc - HADOOP-14600. LocatedFileStatus constructor forces RawLocalFS to exec a process to get the permissions. Contributed by Ping Liu (7 years ago) +* 60f95fb719f0 - YARN-7455. quote_and_append_arg can overflow buffer. Contributed by Jim Brennan (7 years ago) +* 25df5054216a - YARN-7589. TestPBImplRecords fails with NullPointerException. Contributed by Daniel Templeton (7 years ago) +* c83fe4491731 - YARN-4813. TestRMWebServicesDelegationTokenAuthentication.testDoAs fails intermittently (grepas via rkanter) (7 years ago) +* 3b78607a02f3 - MAPREDUCE-6994. Uploader tool for Distributed Cache Deploy code changes (miklos.szegedi@cloudera.com via rkanter) (7 years ago) +* 21d36273551f - MAPREDUCE-5124. AM lacks flow control for task events. Contributed by Peter Bacsko (7 years ago) +* 0faf50624580 - HDFS-12836. startTxId could be greater than endTxId when tailing in-progress edit log. Contributed by Chao Sun. (7 years ago) +* 53bbef380219 - Revert "HDFS-11576. Block recovery will fail indefinitely if recovery time > heartbeat interval. Contributed by Lukas Majercak" (7 years ago) +* 7225ec0ceb49 - YARN-6507. Add support in NodeManager to isolate FPGA devices with CGroups. (Zhankun Tang via wangda) (7 years ago) +* 5304698dc8c5 - HDFS-11576. Block recovery will fail indefinitely if recovery time > heartbeat interval. Contributed by Lukas Majercak (7 years ago) +* 556aea3f367b - YARN-7487. Ensure volume to include GPU base libraries after created by plugin. Contributed by Wangda Tan. (7 years ago) +* 4653aa3eb31f - YARN-7546. Layout changes in Queue UI to show queue details on right pane. Contributed by Vasudevan Skm. (7 years ago) +* 60fd0d7fd731 - HDFS-12638. Delete copy-on-truncate block along with the original block, when deleting a file being truncated. Contributed by Konstantin Shvachko. (7 years ago) +* a63d19d36520 - YARN-6124. Make SchedulingEditPolicy can be enabled / disabled / updated with RMAdmin -refreshQueues. (Zian Chen via wangda) (7 years ago) +* 0780fdb1ebdd - HDFS-12877. Add open(PathHandle) with default buffersize (7 years ago) +* a409425986fc - YARN-7558. yarn logs command fails to get logs for running containers if UI authentication is enabled. Contributed by Xuan Gong. (7 years ago) +* b1c7654ee40b - HDFS-12594. snapshotDiff fails if the report exceeds the RPC response limit. Contributed by Shashikant Banerjee (7 years ago) +* 5cfaee2e6db8 - YARN-7495. Improve robustness of the AggregatedLogDeletionService. Contributed by Jonathan Eagles (7 years ago) +* 75a3ab88f5f4 - HADOOP-13493. Compatibility Docs should clarify the policy for what takes precedence when a conflict is found (templedf via rkanter) (7 years ago) +* 0e560f3b8d19 - HDFS-12681. Make HdfsLocatedFileStatus a subtype of LocatedFileStatus (7 years ago) +* c9a54aab6b1a - YARN-7573. Gpu Information page could be empty for nodes without GPU. (Sunil G via wangda) (7 years ago) +* 333ef303ff0c - YARN-6851. Capacity Scheduler: document configs for controlling # containers allowed to be allocated per node heartbeat. (7 years ago) +* 53509f295b52 - HDFS-11754. Make FsServerDefaults cache configurable. Contributed by Mikhail Erofeev. (7 years ago) +* 8498d287cd3b - YARN-7541. Node updates don't update the maximum cluster capability for resources other than CPU and memory (7 years ago) +* 301641811d93 - HDFS-12835. Fix the javadoc errors in Router-based federation. (7 years ago) +* 3881c9ef7ef8 - HADOOP-15054. upgrade hadoop dependency on commons-codec to 1.11. (7 years ago) +* d331762f24b3 - HDFS-12832. INode.getFullPathName may throw ArrayIndexOutOfBoundsException lead to NameNode exit. Contribuited by Konstantin Shvachko. (7 years ago) +* 30941d99c901 - HDFS-12857. StoragePolicyAdmin should support schema based path. Contributed by Surendra Singh Lilhore. (7 years ago) +* a2c7a73e3304 - YARN-6647. RM can crash during transitionToStandby due to InterruptedException. Contributed by Bibin A Chundatt (7 years ago) +* 6b76695f886d - YARN-7480. Render tooltips on columns where text is clipped in new YARN UI. Contributed by Vasudevan Skm. This closes #293 (7 years ago) +* 641ba5c7a147 - YARN-7499. Layout changes to Application details page in new YARN UI. Contributed by Vasudevan Skm. (7 years ago) +* 0ea182d0faa3 - HADOOP-15042. Azure PageBlobInputStream.skip() can return negative value when numberOfPagesRemaining is 0. Contributed by Rajesh Balamohan (7 years ago) +* 94bed5047113 - HDFS-12858. Add router admin commands usage in HDFS commands reference doc. Contributed by Yiqun Lin. (7 years ago) +* d8923cdbf156 - YARN-7363. ContainerLocalizer don't have a valid log4j config in case of Linux container executor. (Contributed by Yufei Gu) (7 years ago) +* fedabcad4206 - YARN-6168. Restarted RM may not inform AM about all existing containers. Contributed by Chandni Singh (7 years ago) +* 3cd75845da1a - MAPREDUCE-7014. Fix java doc errors in jdk1.8. Contributed by Steve Loughran. (7 years ago) +* 2bde3aedf139 - YARN-7290. Method canContainerBePreempted can return true when it shouldn't. (Contributed by Steven Rand) (7 years ago) +* 834e91ee91d2 - YARN-7509. AsyncScheduleThread and ResourceCommitterService are still running after RM is transitioned to standby. (Tao Yang via wangda) (7 years ago) +* d162252d7a72 - HADOOP-15067. GC time percentage reported in JvmMetrics should be a gauge, not counter. Contributed by Misha Dmitriev. (7 years ago) +* b46ca7e73b8b - YARN-6483. Add nodes transitioning to DECOMMISSIONING state to the list of updated nodes returned to the AM. (Juan Rodriguez Hortala via asuresh) (7 years ago) +* aab439593b5d - YARN-7330. Add support to show GPU in UI including metrics. Contributed by Wangda Tan. (7 years ago) +* 4cc9479dae2b - YARN-7524. Remove unused FairSchedulerEventLog. (Contributed by Wilfred Spiegelenburg) (7 years ago) +* 738d1a206aba - HDFS-12754. Lease renewal can hit a deadlock. Contributed by Kuhu Shukla. (7 years ago) +* 785732c13e2e - HDFS-12847. Regenerate editsStored and editsStored.xml in HDFS tests. Contributed by Lei (Eddy) Xu. (7 years ago) +* d42a336cfab1 - YARN-5534. Allow user provided Docker volume mount list. (Contributed by Shane Kumpf) (7 years ago) +* de8b6ca5ef86 - HADOOP-13786 Add S3A committer for zero-rename commits to S3 endpoints. Contributed by Steve Loughran and Ryan Blue. (7 years ago) +* 782ba3bf9da5 - MAPREDUCE-7011. TestClientDistributedCacheManager::testDetermineCacheVisibilities assumes all parent dirs set other exec (7 years ago) +* 03c311eae3ad - YARN-7513. Remove the scheduler lock in FSAppAttempt.getWeight() (Contributed by Wilfred Spiegelenburg) (7 years ago) +* 67bbbe1c0c05 - YARN-7531. ResourceRequest.equal does not check ExecutionTypeRequest.enforceExecutionType(). (7 years ago) +* 0ed44f25653a - HADOOP-15046. Document Apache Hadoop does not support Java 9 in BUILDING.txt. Contributed by Hanisha Koneru. (7 years ago) +* 659e85e304d0 - HDFS-12813. RequestHedgingProxyProvider can hide Exception thrown from the Namenode for proxy size of 1. Contributed by Mukul Kumar Singh (7 years ago) +* 60fc2a138827 - HDFS-12804. Use slf4j instead of log4j in FSEditLog. Contributed by Mukul Kumar Singh. (7 years ago) +* 0d781dd03b97 - YARN-7527. Over-allocate node resource in async-scheduling mode of CapacityScheduler. (Tao Yang via wangda) (7 years ago) +* c326fc89b06a - HADOOP-15024 Support user agent configuration and include that & Hadoop version information to oss server. Contributed by Sammi Chen. (7 years ago) +* 9fb4effd2c4d - HDFS-12730. Verify open files captured in the snapshots across config disable and enable. (7 years ago) +* 6f9d7a146d59 - YARN-7529. TestYarnNativeServices#testRecoverComponentsAfterRMRestart() fails intermittently. Contributed by Chandni Singh (7 years ago) +* 6903cf096e70 - HADOOP-13514. Upgrade maven surefire plugin to 2.20.1 (7 years ago) +* b5b81a4f0861 - YARN-7489. ConcurrentModificationException in RMAppImpl#getRMAppMetrics. Contributed by Tao Yang. (7 years ago) +* 96e6a993609d - YARN-7525. Incorrect query parameters in cluster nodes REST API document. Contributed by Tao Yang. (7 years ago) +* d5f66888b8d7 - YARN-6128. Add support for AMRMProxy HA. (Botong Huang via Subru). (7 years ago) +* 0940e4f69244 - YARN-7218. Decouple YARN Services REST API namespace from RM. (Contributed by Eric Yang) (7 years ago) +* 5f0b238a118f - YARN-7430. Enable user re-mapping for Docker containers by default. Contributed by Eric Yang. (7 years ago) +* e182e777947a - HDFS-12801. RBF: Set MountTableResolver as default file resolver. Contributed by Inigo Goiri. (7 years ago) +* 0987a7b8cbbb - YARN-7419. CapacityScheduler: Allow auto leaf queue creation after queue mapping. (Suma Shivaprasad via wangda) (7 years ago) +* f2efaf013f75 - HADOOP-14982. Clients using FailoverOnNetworkExceptionRetry can go into a loop if they're used without authenticating with kerberos in HA env (pbacsko via rkanter) (7 years ago) +* 6bf2c301924a - YARN-7503. Configurable heap size / JVM opts in service AM. Contributed by Jonathan Hung (7 years ago) +* 28d0fcbef409 - YARN-7390. All reservation related test cases failed when TestYarnClient runs against Fair Scheduler. (Yufei Gu via Haibo Chen) (7 years ago) +* 61ace174cdcb - YARN-7469. Capacity Scheduler Intra-queue preemption: User can starve if newest app is exactly at user limit. Contributed by Eric Payne. (7 years ago) +* f4d5d20286eb - YARN-7486. Race condition in service AM that can cause NPE. Contributed by Jian He (7 years ago) +* 462e25a3b264 - HDFS-12814. Add blockId when warning slow mirror/disk in BlockReceiver. Contributed by Jiandan Yang. (7 years ago) +* 09a13426086a - YARN-7492. Set up SASS for new YARN UI styling. Contributed by Vasudevan Skm. (7 years ago) +* 675e9a8f5757 - Revert "HDFS-12681. Fold HdfsLocatedFileStatus into HdfsFileStatus." (7 years ago) +* b1941b200d6b - HADOOP-15023. ValueQueue should also validate (int) (lowWatermark * numValues) > 0 on construction. (7 years ago) +* fac72eef23bb - YARN-7361. Improve the docker container runtime documentation. Contributed by Shane Kumpf (7 years ago) +* b246c547490d - YARN-7414. FairScheduler#getAppWeight() should be moved into FSAppAttempt#getWeight() (Contributed by Soumabrata Chakraborty via Daniel Templeton) (7 years ago) +* e094eb74b9e7 - YARN-6953. Clean up ResourceUtils.setMinimumAllocationForMandatoryResources() and setMaximumAllocationForMandatoryResources() (Contributed by Manikandan R via Daniel Templeton) (7 years ago) +* 69043ba8b5da - HADOOP-14876. Create downstream developer docs from the compatibility guidelines (7 years ago) +* 2f379d412b76 - YARN-7464. Introduce filters in Nodes page of new YARN UI. Contributed by Vasudevan Skm. (7 years ago) +* c4c57b80e1e4 - YARN-7462. Render outstanding resource requests on application page of new YARN UI. Contributed by Vasudevan Skm. (7 years ago) +* 18621af7ae8f - HADOOP-14993. AliyunOSS: Override listFiles and listLocatedStatus. Contributed Genmao Yu (7 years ago) +* 4f40cd314ab1 - YARN-7488. Make ServiceClient.getAppId method public to return ApplicationId for a service name. Contributed by Gour Saha (7 years ago) +* 8b125741659a - HADOOP-15037. Add site release notes for OrgQueue and resource types. (7 years ago) +* 5323b0048b74 - YARN-7466. ResourceRequest has a different default for allocationRequestId than Container. Contributed by Chandni Singh (7 years ago) +* e14f03dfbf07 - YARN-6078. Containers stuck in Localizing state. Contributed by Billie Rinaldi. (7 years ago) +* f871b7541a53 - HADOOP-15036. Update LICENSE.txt for HADOOP-14840. (asuresh) (7 years ago) +* b07e68b02a34 - Addendum patch for Configuration fix. (Jason Lowe via asuresh) (7 years ago) +* 4908a8970eaf - HDFS-12705. WebHdfsFileSystem exceptions should retain the caused by exception. Contributed by Hanisha Koneru. (7 years ago) +* 040a38dc493a - YARN-7369. Improve the resource types docs (7 years ago) +* 2e512f016ed6 - YARN-7442. [YARN-7069] Limit format of resource type name (Contributed by Wangda Tan via Daniel Templeton) (7 years ago) +* fa4b5c669c04 - YARN-7447. Fixed bug in create YARN services via RM. (Contributed by Billie Rinaldi) (7 years ago) +* 0d6bab94c49d - Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk (7 years ago) +|\ +| * 782681c73e4a - HADOOP-15008. Fixed period unit calculation for Hadoop Metrics V2. (7 years ago) +* | 1b68b8ff2c6d - HADOOP-15008. Fixed period unit calculation for Hadoop Metrics V2. (Contribute by Erik Krogen) (7 years ago) +|/ +* 975a57a6886e - HADOOP-15031. Fix javadoc issues in Hadoop Common. Contributed by Mukul Kumar Singh. (7 years ago) +* fb62bd625f53 - YARN-7445. Render Applications and Services page with filters in new YARN UI. Contributed by Vasudevan Skm. (7 years ago) +* 3e26077848ed - YARN-7475. Fix Container log link in new YARN UI. (Sunil G via Subru). (7 years ago) +* ff9f7fcf7f67 - YARN-7452. Decommissioning node default value to be zero in new YARN UI. Contributed by Vasudevan Skm. (7 years ago) +* 2c2b7a3672e0 - YARN-7406. Moving logging APIs over to slf4j in hadoop-yarn-api. Contributed by Yeliang Cang. (7 years ago) +* 796a0d3a5c66 - HADOOP-8522. ResetableGzipOutputStream creates invalid gzip files when finish() and resetState() are used. Contributed by Mike Percy (7 years ago) +* 6d201f77c734 - HDFS-12498. Journal Syncer is not started in Federated + HA cluster. Contributed by Bharat Viswanadham. (7 years ago) +* 1d6f8bebe9d2 - HADOOP-14929. Cleanup usage of decodecomponent and use QueryStringDecoder from netty. Contributed by Bharat Viswanadham. (7 years ago) +* 8a1bd9a4f4b8 - HDFS-12797. Add Test for NFS mount of not supported filesystems like (file:///). Contributed by Mukul Kumar Singh. (7 years ago) +* 3c6adda29174 - HADOOP-14960. Add GC time percentage monitor/alerter. Contributed by Misha Dmitriev. (7 years ago) +* 10a1f557e775 - HDFS-12791. NameNode Fsck http Connection can timeout for directories with multiple levels. Contributed by Mukul Kumar Singh. (7 years ago) +* 5eb7dbe9b31a - Fixing Job History Server Configuration parsing. (Jason Lowe via asuresh) (7 years ago) +* dd07038ffae3 - YARN-6909. Use LightWeightedResource when number of resource types more than two. (Sunil G via wangda) (7 years ago) +* 1883a0024949 - YARN-7465. start-yarn.sh fails to start ResourceManagers unless running as root. (7 years ago) +* ac4d2b1081d8 - YARN-7437. Rename PlacementSet and SchedulingPlacementSet. (Wangda Tan via kkaranasos) (7 years ago) +* a2c150a7369c - YARN-7386. Duplicate Strings in various places in Yarn memory (misha@cloudera.com via rkanter) (7 years ago) +* ba8136615ab6 - YARN-7413. Support resource type in SLS (Contributed by Yufei Gu via Daniel Templeton) (7 years ago) +* 462f6c490efd - YARN-7143. FileNotFound handling in ResourceUtils is inconsistent (7 years ago) +* a1382a18dff8 - YARN-7388. TestAMRestart should be scheduler agnostic. (7 years ago) +* 6c32ddad3024 - HADOOP-14872. CryptoInputStream should implement unbuffer. Contributed by John Zhuge. (7 years ago) +* bf6a660232b0 - HADOOP-15012. Add readahead, dropbehind, and unbuffer to StreamCapabilities. Contributed by John Zhuge. (7 years ago) +* 0a72c2f56c37 - YARN-7454. RMAppAttemptMetrics#getAggregateResourceUsage can NPE due to double lookup. Contributed by Jason Lowe. (7 years ago) +* 3a3566e1d1ab - HDFS-12732. Correct spellings of ramdomly to randomly in log. Contributed by hu xiaodong. (7 years ago) +* f2df6b8983aa - HADOOP-15025. Ensure singleton for ResourceEstimatorService. (Rui Li via Subru). (7 years ago) +* 49b4c0b334e5 - YARN-7458. TestContainerManagerSecurity is still flakey (Contributed by Robert Kanter via Daniel Templeton) (7 years ago) +* 0de10680b7e5 - YARN-7166. Container REST endpoints should report resource types (7 years ago) +* cb35a59589f0 - YARN-7343. Add a junit test for ContainerScheduler recovery. (Sampada Dehankar via asuresh) (7 years ago) +* a9c70b0e84da - YARN-7453. Fix issue where RM fails to switch to active after first successful start. (Rohith Sharma K S via asuresh) (7 years ago) +* e4c220ee4fdc - MAPREDUCE-7001. Moving logging APIs over to slf4j in hadoop-mapreduce-client-shuffle. Contributed by Jinjiang Ling. (7 years ago) +* ffee10b68ef1 - MAPREDUCE-6997. Moving logging APIs over to slf4j in hadoop-mapreduce-client-hs. Contributed by Gergely Novák. (7 years ago) +* 410d0319cf72 - HDFS-12788. Reset the upload button when file upload fails. Contributed by Brahma Reddy Battula (7 years ago) +* bb8a6eea52cb - HDFS-7060. Avoid taking locks when sending heartbeats from the DataNode. Contributed by Jiandan Yang. (7 years ago) +* 51e882d5c9fd - HADOOP-15018. Update JAVA_HOME in create-release for Xenial Dockerfile. (7 years ago) +* 8db9d61ac2e0 - YARN-7401. Reduce lock contention in ClusterNodeTracker#getClusterCapacity() (7 years ago) +* 13fa2d4e3e55 - YARN-7394. Merge code paths for Reservation/Plan queues and Auto Created queues. (Suma Shivaprasad via wangda) (7 years ago) +* 8f214dc4f842 - YARN-7360. TestRM.testNMTokenSentForNormalContainer() should be scheduler agnostic. (7 years ago) +* cbc632d9abf0 - Merge branch 'yarn-native-services' into trunk (7 years ago) +|\ +| * a55d0738f1eb - (weichiu/yarn-native-services, pbacsko/yarn-native-services, origin/yarn-native-services, JackWangCS/yarn-native-services, 9uapaw/yarn-native-services) YARN-7371. Added allocateRequestId in NMContainerStatus for recovery. Contributed by Chandni Singh (7 years ago) +| * a127f7b0fbde - YARN-7423. Improve service client loggings. Contributed by Jian He (7 years ago) +| * a6c4bd74b636 - YARN-6394. Support specifying YARN related params in the service REST API. Contributed by Jian He (7 years ago) +| * a288b0accf8e - YARN-7331. Change in few metrics in new YARN UI related to native-services. Contributed by Sunil G (7 years ago) +| * ba7ed7b66a48 - YARN-7384. Remove apiserver cmd and merge service cmd into application cmd. Contributed by Billie Rinaldi (7 years ago) +| * 8ec9e72cc379 - YARN-7393. RegistryDNS doesn't work in tcp channel. Contributed by Eric Yang (7 years ago) +| * d2775fbccaa1 - YARN-7351. Fix high CPU usage issue in RegistryDNS. Contributed by Jian He (7 years ago) +| * 501be9b4be7d - YARN-7326. Add recursion support and configure RegistryDNS to lookup upstream. Contributed by Eric Yang (7 years ago) +| * 68acd88dcbfe - YARN-7323. Data structure update in service REST API. Contributed by Jian He (7 years ago) +| * 3c30b1a97d4d - Rebase to trunk (7 years ago) +| * 92734800844b - YARN-7198. Add jsvc support for RegistryDNS. Contributed by Billie Rinaldi (7 years ago) +| * b57144a1726e - YARN-7202. Add UT for api-server. Contributed by Eric Yang (7 years ago) +| * b8a7ef1b6439 - YARN-6744. Recover component information on YARN native services AM restart. Contributed by Billie Rinaldi (7 years ago) +| * c72302157907 - YARN-6626. Embed REST API service into RM. Contributed by Eric Yang (7 years ago) +| * 673c0db43cfa - Revert "YARN-6626. Embed REST API service into RM. Contributed by Eric Yang" (7 years ago) +| * 9e677fa05c6a - YARN-6626. Embed REST API service into RM. Contributed by Eric Yang (7 years ago) +| * 8851209788a4 - YARN-7191. Improve yarn-service documentation. Contributed by Jian He (7 years ago) +| * c70e5df100ba - YARN-7201. Added an apache httpd example YARN service. Contributed by Billie Rinaldi (7 years ago) +| * ce74e64363ab - YARN-7210. Some NPE fixes in Registry DNS. Contributed by Jian He (7 years ago) +| * 37c9b7327d18 - YARN-7186. Add examples in yarn-service. Contributed by Jian He (7 years ago) +| * 307d55b3e1ec - Rebased onto trunk - fix conflicts (7 years ago) +| * 541b64c7985d - YARN-7165. Miscellaneous fixes in yarn-native-services. Contributed by Jian He (7 years ago) +| * b9ca13e34bc8 - YARN-7161. Fix special chars in DNS documentation. Contributed by Gour Saha (7 years ago) +| * eed9e3e8f472 - Rebase onto trunk - fix some issues. Contributed by Rohith Sharma K S (7 years ago) +| * e660e52a048e - YARN-7126. Create introductory site documentation for YARN native services. Contributed by Gour Saha (7 years ago) +| * 7dd4490a4444 - YARN-7073. Yarn native services rest API documentation. Contributed by Gour Saha (7 years ago) +| * bd96c4c235c1 - Rebase onto latest trunk. minor conflicts (7 years ago) +| * 59fe98cd50b3 - YARN-7100. Added JsonIgnore annotation to Resource#getMemoryMB. Contributed by Eric Yang (7 years ago) +| * fecf22b2fd53 - YARN-7113. Clean up packaging and dependencies for yarn-native-services. Contributed by Billie Rinaldi (7 years ago) +| * 40ab068eabe5 - YARN-7091. Rename application to service in yarn-native-services. Contributed by Jian He (7 years ago) +| * 2ba38ce8ecb1 - YARN-5244. Documentation required for DNS Server implementation. Contributed by Jon Maron (7 years ago) +| * 2191f5b533c6 - YARN-7050. Post cleanup after YARN-6903, removal of org.apache.slider package. Contributed by Jian He (7 years ago) +| * 79bf5c084d4a - YARN-7029. Add more UTs in yarn-native-services. Contributed by Jian He (7 years ago) +| * 1888318c8977 - YARN-6903. Yarn-native-service framework core rewrite. Contributed by Jian He (7 years ago) +| * 27dcc679596e - Update pom version to 3.0.0-beta1-SNAPSHOT (7 years ago) +| * 8d335e59cf9f - YARN-6804. [yarn-native-services changes] Allow custom hostname for docker containers in native services. Contributed by Billie Rinaldi (7 years ago) +| * 14f3f3b42ec5 - YARN-6655. Fix compilation failure in TestServiceApiUtil due to changes in YARN-6716. (7 years ago) +| * 59a9b4f4382e - YARN-6655. Validate yarn native services application submission side to ensure that the hostname should be less than 63 characters. Contributed by Billie Rinaldi (7 years ago) +| * e86d828548c1 - YARN-6716. Native services support for specifying component start order. Contributed by Billie Rinaldi (7 years ago) +| * b7e5d739ba4a - YARN-6722. Bumping up pom file hadoop version. Contributed by Panagiotis Garefalakis. (7 years ago) +| * a0b9e8a6309d - YARN-6617. Services API delete call first attempt usually fails. Contributed by Jian He (7 years ago) +| * a0574e7f4f5a - YARN-6613. Update json validation for new native services providers. Contributed by Billie Rinaldi (7 years ago) +| * 9085cd5c6eb6 - YARN-6160. Create an agent-less docker-less provider in the native services framework. Contributed by Billie Rinaldi (7 years ago) +| * a22256bd409c - YARN-6544. Add Null check RegistryDNS service while parsing registry records. Contributed by Karam Singh (7 years ago) +| * 02d68c4bcf7f - YARN-6588. Add native-service AM log4j properties in classpath. Contributed by Jian He (7 years ago) +| * a041373dd418 - YARN-6533. Race condition in writing service record to registry in yarn native services. Contributed by Billie Rinaldi (7 years ago) +| * ce05c6e9811b - YARN-6545. Followup fix for YARN-6405. Contributed by Jian He (7 years ago) +| * 399525c2e0ad - YARN-6398. Support to add native-service specific details in new YARN UI. Contributed by Akhil PB. (7 years ago) +| * ba812bf67f02 - YARN-6446. addendum patch. Contributed by Rohith Sharma K S. (7 years ago) +| * a8a273b0645c - YARN-6446. Revisit ATSv2 integration to ensure all required information is published. Contributed by Rohith Sharma K S (7 years ago) +| * 08cdf231a04e - YARN-6419. Support to launch new native-service from new YARN UI. Contributed by Akhil PB. (7 years ago) +| * 845764da146e - YARN-6405. Improve configuring services through REST API. Contributed by Jian He (7 years ago) +| * 384ee13eecce - YARN-6335. Port slider's groovy unit tests to yarn native services. Contributed by Billie Rinaldi (7 years ago) +| * c3ac67e3e1f1 - Rebase to latest trunk, fix conflicts and pom.xml (7 years ago) +| * fd9d0d4ead50 - YARN-6400. Remove some unneeded code after YARN-6255. Contributed by Jian He (7 years ago) +| * f4216b7bba51 - YARN-6395. Integrate service app master to write data into ATSv2. Contributed by Rohith Sharma K S (7 years ago) +| * c31cd981ebab - YARN-6255. Refactor yarn-native-services framework. Contributed by Jian He (7 years ago) +| * 024e90a50838 - YARN-6192. Move yarn-native-service API records into hadoop-yarn-slider-core module. Contributed by Jian He (7 years ago) +| * 0ed8d4ebe68c - YARN-6205. Default lifetime for native services app is invalid. Contributed by Billie Rinaldi (7 years ago) +| * 500695d72606 - YARN-6185. Apply SLIDER-1199 to yarn native services for blacklisting nodes. Contributed by Billie Rinaldi (7 years ago) +| * 8967a1b812ac - YARN-6186 Handle InvalidResourceRequestException in native services AM onError (7 years ago) +| * e34ca6b02d03 - YARN-6173. Add artifact info and privileged container details to the container info in API GET response. Contributed by Gour Saha (7 years ago) +| * 68940ab8f698 - Updated pom to point to 3.0.0-alpha3-SNAPSHOT (7 years ago) +| * d943eb4c15a3 - YARN-6132. SliderClient bondToCluster should call findInstance with live states filter. Contributed by Gour Saha (7 years ago) +| * 7edc154e0ef6 - YARN-6115. Few additional paths in Slider client still uses get all Applications without tags/states filter. Contributed by Gour Saha (7 years ago) +| * a5e20f0fc126 - YARN-5993. Allow native services quicklinks to be exported for each component. Contributed by Billie Rinaldi (7 years ago) +| * 7d685f2fb3ca - YARN-4757. Add the ability to split reverse zone subnets. Contributed by Shane Kumpf. (7 years ago) +| * f934f62fc71b - YARN-5218. Initial core change for DNS for YARN. Contributed by Jonathan Maron (7 years ago) +| * 74fff4086e8c - YARN-6014. Followup fix for slider core module findbugs. Contributed by Jian He (7 years ago) +| * 1ea43c443ecc - YARN-6010. Fix findbugs, site warnings in yarn-services-api module. Contributed by Jian He (7 years ago) +| * 0b00c8e56bfc - YARN-5968. Fix slider core module javadocs. Contributed by Billie Rinaldi (7 years ago) +| * db96e8aa2173 - YARN-5967. Fix slider core module findbugs warnings. Contributed by Jian He (7 years ago) +| * c11f4b3c219f - YARN-5996. Native services AM kills app on AMRMClientAsync onError call. Contributed by Billie Rinaldi (7 years ago) +| * 2e1fa6125378 - YARN-5740. Add a new field in Slider status output - lifetime (remaining). Contributed by Jian He (7 years ago) +| * 2cea59dc54a9 - YARN-5975. Remove the agent - slider AM ssl related code. Contributed by Jian He (7 years ago) +| * efe7d44ead1a - YARN-5961. Generate native services protobuf classes during build. Contributed by Billie Rinaldi (7 years ago) +| * e4f0263e511d - YARN-5958. Fix ASF license warnings for slider core module. Contributed by Billie Rinaldi (7 years ago) +| * 1f44e6a5f443 - YARN-5944. Native services AM should remain up if RM is down. Contributed by Billie Rinaldi (7 years ago) +| * 6143aa135ba5 - YARN-5769. Integrate update app lifetime using feature implemented in YARN-5611. Contributed by Jian He (7 years ago) +| * bd0e9f91b660 - YARN-5941. Slider handles "per.component" for multiple components incorrectly. Contributed by Billie Rinaldi (7 years ago) +| * 4f43ebdb9f9a - YARN-5943. Write native services container stderr file to log directory. Contributed by Billie Rinaldi (7 years ago) +| * 7b8fd3abd627 - YARN-5883 Avoid or eliminate expensive YARN get all applications call. Contributed by Gour Saha (7 years ago) +| * 234dba84a1dc - YARN-5909. Remove agent related code in slider AM. Contributed by Jian He (7 years ago) +| * 2c4e0f33e941 - YARN-5808. Add gc log options to the yarn daemon script when starting services-api. Contributed by Billie Rinaldi (7 years ago) +| * d1ee95981e06 - YARN-5828. Native services client errors out when config formats are uppercase. Contributed by Billie Rinaldi (7 years ago) +| * 7757f6fe4acf - YARN-5812. Exception during GET call - "Failed to retrieve application: null". Contributed by Gour Saha (7 years ago) +| * 25411a17424b - YARN-5813. Slider should not try to set a negative lifetime timeout value. Contributed by Jian He (7 years ago) +| * 3741e5518f07 - YARN-5796. Convert enums values in service code to upper case and special handling of an error. Contributed by Gour Saha (7 years ago) +| * 09e4b9e89775 - YARN-5690. Integrate native services modules into maven build. Contributed by Billie Rinaldi (7 years ago) +| * ef5a3628c242 - YARN-5770. Performance improvement of native-services REST API service. Contributed by Gour Saha (7 years ago) +| * 1d7a42e7958e - YARN-5680. Add 2 new fields in Slider status output - image-name and is-privileged-container. Contributed by Billie Rinaldi (7 years ago) +| * 773c565ac5fd - YARN-5775. Convert enums in swagger definition to uppercase. Contributed by Gour Saha (7 years ago) +| * 6bdfce3ac77e - YARN-5778. Add .keep file for yarn native services AM web app. Contributed by Billie Rinaldi (7 years ago) +| * f206a43954b4 - YARN-5701. Fix issues in yarn native services apps-of-apps. Contributed by Billie Rinaldi (7 years ago) +| * 4ec1cbe86dd9 - YARN-5735. Make the service REST API use the app timeout feature YARN-4205. Contributed by Jian He (7 years ago) +| * 7da243ebe05b - YARN-5729. Bug fixes for the service Rest API. Contributed by Gour Saha (7 years ago) +| * c0120e51b944 - YARN-5689. Update native services REST API to use agentless docker provider. Contributed by Billie Rinaldi & Gour Saha (7 years ago) +| * f66ecfecf671 - Addendum patch for YARN-5610. Contributed by Gour Saha (7 years ago) +| * 295b87d0fb89 - YARN-5675. Swagger definition for YARN service API. Contributed by Gour Saha (7 years ago) +| * 18bf0dce28a9 - YARN-5610. Initial code for native services REST API. Contributed by Gour Saha (7 years ago) +| * 9dc46aa379c2 - YARN-5623. Apply SLIDER-1166 to yarn-native-services branch. Contributed by Gour Saha (7 years ago) +| * bce06ed1af81 - YARN-5505. Create an agent-less docker provider in the native-services framework. Contributed by Billie Rinaldi (7 years ago) +| * 3279baecb9e2 - YARN-5538. Apply SLIDER-875 to yarn-native-services. Contributed by Billie Rinaldi (7 years ago) +| * 02e2740bdfbe - YARN-5513. Move Java only tests from slider develop to yarn-native-services. Contributed by Gour Saha (7 years ago) +| * 54ec9e244002 - Modify pom file for slider (7 years ago) +| * 804bb82d1b38 - Rename org.apache.slider.core.build to org.apache.slider.core.buildutils (7 years ago) +| * f47df51791df - YARN-5461. Initial code ported from slider-core module. (jianhe) (7 years ago) +|/ +* dcd99c4b9a7a - Add containerId to Localizer failed logs. Contributed by Prabhu Joseph (7 years ago) +* 61bbdc511e4e - MAPREDUCE-6975. Logging task counters. Contributed by Prabhu Joseph. (7 years ago) +* b6d8f87b8eea - HADOOP-15015. TestConfigurationFieldsBase to use SLF4J for logging. Contributed by Steve Loughran (7 years ago) +* 169cdaa38eca - HDFS-10528. Add logging to successful standby checkpointing. Contributed by Xiaoyu Yao. (7 years ago) +* 59d78a508870 - HADOOP-14987. Improve KMSClientProvider log around delegation token checking. Contributed by Xiaoyu Yao and Xiao Chen. (7 years ago) +* b85603e3f85e - HDFS-12681. Fold HdfsLocatedFileStatus into HdfsFileStatus. (7 years ago) +* 4d2dce40bbe5 - HDFS-12771. Add genstamp and block size to metasave Corrupt blocks list. Contributed by Kuhu Shukla. (7 years ago) +* 299d38295d61 - HDFS-11467. Support ErasureCoding section in OIV XML/ReverseXML. Contributed by Huafeng Wang. (7 years ago) +* c41728486bcf - YARN-7392. Render cluster information on new YARN web ui. Contributed by Vasudevan Skm. (7 years ago) +* b00f828d84e4 - HDFS-12725. BlockPlacementPolicyRackFaultTolerant fails with very uneven racks. (7 years ago) +* 6fc09beac497 - YARN-7434. Router getApps REST invocation fails with multiple RMs. Contributed by Inigo Goiri. (7 years ago) +* e565b5277d5b - HDFS-12682. ECAdmin -listPolicies will always show SystemErasureCodingPolicies state as DISABLED. (7 years ago) +* 1700adc6f7e0 - YARN-7410. Cleanup FixedValueResource to avoid dependency to ResourceUtils. Contributed by Wangda Tan. (7 years ago) +* ad0fff2b419e - YARN-7432. Fix DominantResourceFairnessPolicy serializable findbugs issues. (Daniel Templeton via Subru). (7 years ago) +* 53c0fb7efebf - HADOOP-15013. Fix ResourceEstimator findbugs issues. (asuresh) (7 years ago) +* e6ec02001fc4 - YARN-7370: Preemption properties should be refreshable. Contrubted by Gergely Novák. (7 years ago) +* 04c604cf1d4e - YARN-7364. Queue dash board in new YARN UI has incorrect values. (Sunil G via wangda) (7 years ago) +* d00b6f7c1ff2 - YARN-7286. Add support for docker to have no capabilities. Contributed by Eric Badger (7 years ago) +* cc3f3eca409f - MAPREDUCE-6999. Fix typo onf in DynamicInputChunk.java. Contributed by fang zhenyi. (7 years ago) +* cde56b9cefe1 - HADOOP-14997. Add hadoop-aliyun as dependency of hadoop-cloud-storage. Contributed by Genmao Yu (7 years ago) +* 178751ed8c9d - MAPREDUCE-6983. Moving logging APIs over to slf4j in hadoop-mapreduce-client-core. Contributed by Jinjiang Ling. (7 years ago) +* 940ffe3f9ce7 - addendum patch for YARN-7289. (7 years ago) +* 0cc98ae0ec69 - YARN-7396. NPE when accessing container logs due to null dirsHandler. Contributed by Jonathan Hung (7 years ago) +* 7a49ddfdde2e - YARN-7412. Fix unit test for docker mount check on ubuntu. (Contributed by Eric Badger) (7 years ago) +* d57dba99428c - YARN-7400. Incorrect log preview displayed in jobhistory server ui. Contributed by Xuan Gong. (7 years ago) +* 70f1a9470cd7 - YARN-7276 addendum to add timeline service depencies. Contributed by Inigo Goiri. (7 years ago) +* 56b88b067054 - HDFS-12744. More logs when short-circuit read is failed and disabled. Contributed by Weiwei Yang. (7 years ago) +* 20304b91cc15 - HDFS-12219. Javadoc for FSNamesystem#getMaxObjects is incorrect. Contributed by Erik Krogen. (7 years ago) +* b8c8b5bc2742 - HDFS-12714. Hadoop 3 missing fix for HDFS-5169. Contributed by Joe McDonnell. (7 years ago) +* 9367c25dbdfe - HDFS-12482. Provide a configuration to adjust the weight of EC recovery tasks to adjust the speed of recovery. (lei) (7 years ago) +* ed24da3dd73c - YARN-6413. FileSystem based Yarn Registry implementation. (Ellen Hui via Subru). (7 years ago) +* 5f681fa8216f - Revert "HDFS-12499. dfs.namenode.shared.edits.dir property is currently namenode specific key. Contributed by Bharat Viswanadham." (7 years ago) +* b922ba7393bd - HDFS-12499. dfs.namenode.shared.edits.dir property is currently namenode specific key. Contributed by Bharat Viswanadham. (7 years ago) +* 982bd2a5bff4 - HDFS-12699. TestMountTable fails with Java 7. Contributed by Inigo Goiri. (7 years ago) +* d015e0bbd541 - HDFS-7878. API - expose a unique file identifier. (7 years ago) +* 81225430d015 - HDFS-206. Support for head in FSShell. Contributed by Gabor Bota. (7 years ago) +* 2fae63aa60c4 - HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe (7 years ago) +* c02d2ba50db8 - YARN-7379. Moving logging APIs over to slf4j in hadoop-yarn-client. Contributed by Yeliang Cang. (7 years ago) +* 785f1b0d11a3 - YARN-7407. Moving logging APIs over to slf4j in hadoop-yarn-applications. Contributed by Yeliang Cang. (7 years ago) +* fad22d8ab47a - HADOOP-14980. [JDK9] Upgrade maven-javadoc-plugin to 3.0.0-M1. Contributed by ligongyi. (7 years ago) +* 60503f9d4f32 - Revert "HADOOP-14980. [JDK9] Upgrade maven-javadoc-plugin to 3.0.0-M1. Contributed by liyunzhang." (7 years ago) +* b59e92551d67 - HADOOP-14980. [JDK9] Upgrade maven-javadoc-plugin to 3.0.0-M1. Contributed by liyunzhang. (7 years ago) +* a8083aaa6f4b - HADOOP-14990. Clean up jdiff xml files added for 2.8.2 release. (7 years ago) +* d64736d58965 - YARN-7336. Unsafe cast from long to int Resource.hashCode() method (Contributed by Miklos Szegedi via Daniel Templeton) (7 years ago) +* 9a7e81083801 - YARN-6927. Add support for individual resource types requests in MapReduce (Contributed by Gergo Repas via Daniel Templeton) (7 years ago) +* e4878a59b3a3 - HADOOP-14992. Upgrade Avro patch version. Contributed by Bharat Viswanadham (7 years ago) +* 9711b78998ca - YARN-7374. Improve performance of DRF comparisons for resource types in fair scheduler (7 years ago) +* d4811c8cfae0 - YARN-6747. TestFSAppStarvation.testPreemptionEnable fails intermittently. (Contributed by Miklos Szegedi) (7 years ago) +* 9114d7a5a015 - YARN-7224. Support GPU isolation for docker container. Contributed by Wangda Tan. (7 years ago) +* e62bbbca7ada - YARN-7397. Reduce lock contention in FairScheduler#getAppWeight() (7 years ago) +* 9c5c68745ed1 - YARN-7299. Fix TestDistributedScheduler. (asuresh) (7 years ago) +* 24f8c5cce3ad - YARN-7178. Add documentation for Container Update API. (asuresh) (7 years ago) +* 139cc752d21c - HADOOP-14991. Add missing figures to Resource Estimator tool. Contributed by Rui Li (7 years ago) +* b50def36970e - HADOOP-14986. Enforce JDK limitations. (7 years ago) +* 8be570706750 - YARN-7276. Federation Router Web Service fixes. Contributed by Inigo Goiri. (7 years ago) +* d55a84951abe - HDFS-12582. Replace HdfsFileStatus constructor with a builder pattern. Contributed by Bharat Viswanadham (7 years ago) +* 665bb147aa3f - YARN-7244. ShuffleHandler is not aware of disks that are added. Contributed by Kuhu Shukla (7 years ago) +* 99880d0a1672 - YARN-6505. Define the strings used in SLS JSON input file format. (Contributed by Gergely Novak) (7 years ago) +* 5c799ecf0961 - YARN-7289. Application lifetime does not work with FairScheduler. Contributed by Miklos Szegedi. (7 years ago) +* 792388e1c0eb - YARN-7375. Possible NPE in RMWebapp when HA is enabled and the active RM fails. Contributed by Chandni Singh. (7 years ago) +* cd2a1dd0630e - HDFS-9914. Fix configurable WebhDFS connect/read timeout. Contributed by Xiaoyu Yao. (7 years ago) +* de09716fb878 - MAPREDUCE-6977 Move logging APIs over to slf4j in hadoop-mapreduce-client-common. Contributed by Jinjiang Ling. (7 years ago) +* 36e158ae98ef - YARN-7307. Allow client/AM update supported resource types via YARN APIs. (Sunil G via wangda) (7 years ago) +* a25b5aa0cf51 - Add several jdiff xml files for 2.8.2 release. (7 years ago) +* 06b56f649376 - Set jdiff stable version to 2.8.2. (7 years ago) +* 1ad863e22046 - Update CHANGES.md and RELEASENOTES for 2.8.2 release. (7 years ago) +* b1de78619f3e - YARN-7262. Add a hierarchy into the ZKRMStateStore for delegation token znodes to prevent jute buffer overflow (rkanter) (7 years ago) +* 088ffee7165d - YARN-7320. Duplicate LiteralByteStrings in SystemCredentialsForAppsProto.credentialsForApp_ Addendum (misha@cloudera.com via rkanter) (7 years ago) +* 25932da6d1ee - YARN-5516. Add REST API for supporting recurring reservations. (Sean Po via Subru). (7 years ago) +* 2da654e34a43 - YARN-7358. TestZKConfigurationStore and TestLeveldbConfigurationStore should explicitly set capacity scheduler (haibochen via rkanter) (7 years ago) +* 625039ef20e6 - HADOOP-14840. Tool to estimate resource requirements of an application pipeline based on prior executions. (Rui Li via Subru). (7 years ago) +* 3fae67538348 - YARN-4827. Document configuration of ReservationSystem for FairScheduler. (Yufei Gu via Subru). (7 years ago) +* 7da15eac7abe - HDFS-12579. JournalNodeSyncer should use fromUrl field of EditLogManifestResponse to construct servlet Url. Contributed by Hanisha Koneru. (7 years ago) +* f66ad1fab958 - HADOOP-14957. ReconfigurationTaskStatus is exposing guava Optional in its public api. Contributed by Haibo Chen, Xiao Chen. (7 years ago) +* 075dd45a2439 - HDFS-12544. SnapshotDiff - support diff generation on any snapshot root descendant directory. (7 years ago) +* 5b986394004b - HADOOP-14977. Xenial dockerfile needs ant in main build for findbugs (7 years ago) +* 54b72acd7731 - HADOOP-14979. Upgrade maven-dependency-plugin to 3.0.2. Contributed by liyunzhang. (7 years ago) +* 4c970088afef - HADOOP-14030. PreCommit TestKDiag failure. Contributed by Wei-Chiu Chuang. (7 years ago) +* d7f3737f3b32 - YARN-7389. Make TestResourceManager Scheduler agnostic. (Robert Kanter via Haibo Chen) (7 years ago) +* 17cd8d0c1786 - Revert "HDFS-12502. nntop should support a category based on FilesInGetListingOps." (7 years ago) +* 67e7673750e7 - HADOOP-9657. NetUtils.wrapException to have special handling for 0.0.0.0 addresses and :0 ports. Contributed by Varun Saxena. (7 years ago) +* 03af442e7608 - YARN-7385. TestFairScheduler#testUpdateDemand and TestFSLeafQueue#testUpdateDemand are failing with NPE (yufeigu via rkanter) (7 years ago) +* 1c5c2b5dde6f - YARN-7339. LocalityMulticastAMRMProxyPolicy should handle cancel request properly. (Botong Huang via curino) (7 years ago) +* 025c6565725c - YARN-7382. NoSuchElementException in FairScheduler after failover causes RM crash (rkanter) (7 years ago) +* 679f99b1455a - YARN-6984. DominantResourceCalculator.isAnyMajorResourceZero() should test all resources (Contributed by Sunil G via Daniel Templeton) (7 years ago) +* b90750cfb888 - HDFS-12695. Add a link to HDFS router federation document in site.xml. Contributed by Yiqun Lin. (7 years ago) +* 5da295a34e39 - YARN-7320. Duplicate LiteralByteStrings in SystemCredentialsForAppsProto.credentialsForApp_ (misha@cloudera.com via rkanter) (7 years ago) +* c904d60c38fe - Revert "HADOOP-14954. MetricsSystemImpl#init should increment refCount when already initialized. Contributed by John Zhuge." (7 years ago) +* 0f2a69127aa4 - HDFS-12249. dfsadmin -metaSave to output maintenance mode blocks. Contributed by Wellington Chevreuil. (7 years ago) +* 9e77dc2bd149 - YARN-7357. Several methods in TestZKRMStateStore.TestZKRMStateStoreTester.TestZKRMStateStoreInternal should have @Override annotations (Contributed by Sen Zhao via Daniel Templeton) (7 years ago) +* 96be79565603 - HDFS-12650. Use slf4j instead of log4j in LeaseManager. Contributed by Ajay Kumar. (7 years ago) +* 6b8122458ede - HADOOP-14966. Handle JDK-8071638 for hadoop-common. Contributed by Bibin A Chundatt. (7 years ago) +* 4b00c9a47f94 - HDFS-12683. DFSZKFailOverController re-order logic for logging Exception. Contributed by Bharat Viswanadham. (7 years ago) +* 921338cd86e7 - YARN-4163: Audit getQueueInfo and getApplications calls (7 years ago) +* 248d9b6fff64 - HDFS-12518. Re-encryption should handle task cancellation and progress better. (7 years ago) +* 14b3c2695b15 - HADOOP-14954. MetricsSystemImpl#init should increment refCount when already initialized. Contributed by John Zhuge. (7 years ago) +* 281d83604df8 - YARN-7318. Fix shell check warnings of SLS. (Gergely Novák via wangda) (7 years ago) +* f36cbc847560 - HADOOP-14942. DistCp#cleanup() should check whether jobFS is null. Contributed by Andras Bokor. (7 years ago) +* 480187aebbc1 - YARN-7372. TestContainerSchedulerQueuing.testContainerUpdateExecTypeGuaranteedToOpportunistic is flaky. (7 years ago) +* 0477eff8be45 - HDFS-12497. Re-enable TestDFSStripedOutputStreamWithFailure tests. Contributed by Huafeng Wang. (7 years ago) +* 6b7c87c94592 - YARN-7355. TestDistributedShell should be scheduler agnostic. (Contributed by Haibo) (7 years ago) +* 0799fde35e7f - YARN-7261. Add debug message for better download latency monitoring. (Yufei Gu) (7 years ago) +* b61144a93d93 - YARN-7353. Improved volume mount check for directories and unit test compatibility on RHEL7. Contributed by Eric Badger. (7 years ago) +* 1f4cdf10681b - YARN-4090. Make Collections.sort() more efficient by caching resource usage. (Contributed by Yufei Gu, Shilong Zhang and Xianyin Xin) (7 years ago) +* 4afd308b62d2 - YARN-7170. Improve bower dependencies for YARN UI v2. (Sunil G via wangda) (7 years ago) +* ce7cf66e5ed7 - HDFS-12448. Make sure user defined erasure coding policy ID will not overflow. Contributed by Huafeng Wang (7 years ago) +* 0f1c0376186d - HDFS-12620. Backporting HDFS-10467 to branch-2. Contributed by Inigo Goiri. (7 years ago) +* 7b4b01878066 - YARN-7359. TestAppManager.testQueueSubmitWithNoPermission() should be scheduler agnostic. (Contributed by Haibo Chen) (7 years ago) +* ca8ddc6aa413 - HADOOP-14816. Update Dockerfile to use Xenial. Contributed by Allen Wittenauer (7 years ago) +* cbd2b73ef81a - YARN-7294. TestSignalContainer#testSignalRequestDeliveryToNM fails intermittently with Fair Scheduler. (Contributed by Miklos Szegedi) (7 years ago) +* c1b08ba72048 - YARN-7345. GPU Isolation: Incorrect minor device numbers written to devices.deny file. (Jonathan Hung via wangda) (7 years ago) +* 298b174f663a - YARN-7338. Support same origin policy for cross site scripting prevention. (Sunil G via wangda) (7 years ago) +* 3dd3d1dd7751 - HADOOP-14771. hadoop-client does not include hadoop-yarn-client. (Ajay Kumar via Haibo Chen) (7 years ago) +* 4ab0c8f96a41 - HDFS-12619. Do not catch and throw unchecked exceptions if IBRs fail to process. Contributed by Wei-Chiu Chuang. (7 years ago) +* 97c70c7ac688 - HADOOP-14880. [KMS] Document&test missing KMS client side configs. Contributed by Gabor Bota. (7 years ago) +* 60bfee270ed3 - HDFS-12502. nntop should support a category based on FilesInGetListingOps. (7 years ago) +* b016f08f6783 - HADOOP-14958. Fix source-level compatibility after HADOOP-11252. Contributed by Junping Du. (7 years ago) +* 2523e1cce5f6 - MAPREDUCE-6972. Enable try-with-resources for RecordReader. Contributed by Zoltan Haindrich. (7 years ago) +* 86ee0c5e4e30 - HADOOP-14944. Add JvmMetrics to KMS. (7 years ago) +* 46eb1033a86c - YARN-6546. SLS is slow while loading 10k queues. (Yufei Gu via Haibo Chen) (7 years ago) +* f27a4ad0324a - HDFS-12612. DFSStripedOutputStream.close will throw if called a second time with a failed streamer. (Lei (Eddy) Xu) (7 years ago) +* 75323394fbc4 - YARN-7311. Fix TestRMWebServicesReservation parametrization for fair scheduler. (Yufei Gu via Subru). (7 years ago) +* acabc657ff54 - YARN-7341. TestRouterWebServiceUtil#testMergeMetrics is flakey. (Robert Kanter via Haibo Chen) (7 years ago) +* 31ebccc96238 - HDFS-12613. Native EC coder should implement release() as idempotent function. (Lei (Eddy) Xu) (7 years ago) +* b406d8e3755d - HDFS-12614. FSPermissionChecker#getINodeAttrs() throws NPE when INodeAttributesProvider configured. (7 years ago) +* e906108fc98a - HADOOP-14948. Document missing config key hadoop.treat.subject.external. Contributed by Ajay Kumar. (7 years ago) +* 8a6152592815 - YARN-7308. TestApplicationACLs fails with FairScheduler (rkanter) (7 years ago) +* 4540ffd15f12 - YARN-7333. container-executor fails to remove entries from a directory that is not writable or executable. Contributed by Jason Lowe. (7 years ago) +* b7ff624c767f - HADOOP-14949. TestKMS#testACLs fails intermittently. (7 years ago) +* 1fcbe7cf5f2f - YARN-7124. LogAggregationTFileController deletes/renames while file is open. Contributed by Jason Lowe. (7 years ago) +* a50be1b8f432 - YARN-7275. NM Statestore cleanup for Container updates. (Kartheek Muthyala via asuresh) (7 years ago) +* 8dbc8909c92d - HDFS-12485. expunge may fail to remove trash from encryption zone. Contributed by Wei-Chiu Chuang. (7 years ago) +* 21bc85558718 - HDFS-12642. Log block and datanode details in BlockRecoveryWorker. (7 years ago) +* 7bd700941d0a - HDFS-12637. Extend TestDistributedFileSystemWithECFile with a random EC policy. Contributed by Takanobu Asanuma. (7 years ago) +* 035c6ee587e4 - HDFS-12603. Enable async edit logging by default. Contributed by Andrew Wang. (7 years ago) +* 9fcc3a1fc8ca - HADOOP-14935. Azure: POSIX permissions are taking effect in access() method even when authorization is enabled. Contributed by Santhosh G Nayak (7 years ago) +* 20575ececb34 - HDFS-12659. Update TestDeadDatanode#testNonDFSUsedONDeadNodeReReg to increase heartbeat recheck interval. Contributed by Ajay Kumar. (7 years ago) +* 87ea1dff9c43 - Addendum fix for: YARN-7269. Tracking URL in the app state does not get redirected to ApplicationMaster for Running applications. (Wangda Tan) (7 years ago) +* 133d7ca76e3d - HADOOP-13055. Implement linkMergeSlash and linkFallback for ViewFileSystem (7 years ago) +* 3fb471888671 - YARN-7310. TestAMRMProxy#testAMRMProxyE2E fails with FairScheduler. (Robert Kanter via Haibo Chen) (7 years ago) +* 8dd1eeb94fef - HDFS-12553. Add nameServiceId to QJournalProtocol. Contributed by Bharat Viswanadham (7 years ago) +* e163f41850bd - HADOOP-14938. Configuration.updatingResource map should be initialized lazily (misha@cloudera.com via rkanter) (7 years ago) +* 7a27c2c36751 - YARN-7270. Fix unsafe casting from long to int for class Resource and its sub-classes. (Yufei) (7 years ago) +* f4fb6695a3a8 - YARN-7180. Remove class ResourceType. Contributed by Sunil G. (7 years ago) +* 0de40f0e27c3 - Revert "HADOOP-13514. Upgrade maven surefire plugin to 2.19.1." (7 years ago) +* e46d5bb962b0 - MAPREDUCE-5951. Add support for the YARN Shared Cache. (7 years ago) +* 13fcfb3d46ee - YARN-7317. Fix overallocation resulted from ceiling in LocalityMulticastAMRMProxyPolicy. (contributed by Botong Huang via curino) (7 years ago) +* 075358eb6fff - HADOOP-13102. Update GroupsMapping documentation to reflect the new changes. Contributed by Esther Kundin. (7 years ago) +* 8bcc49e6771c - YARN-7205. Log improvements for the ResourceUtils. (Sunil G via wangda) (7 years ago) +* b6c2c9058e83 - HADOOP-13556. Change Configuration.getPropsWithPrefix to use getProps instead of iterator. (Larry McCay via asuresh) (7 years ago) +* 8acdf5c2742c - HDFS-12542. Update javadoc and documentation for listStatus. Contributed by Ajay Kumar. (7 years ago) +* bb0a742aac1d - HDFS-12627. Fix typo in DFSAdmin command output. Contributed by Ajay Kumar. (7 years ago) +* fa5cfc68f37c - YARN-6620. Add support in NodeManager to isolate GPU devices by using CGroups. Contributed by Wangda Tan. (7 years ago) +* 3de574413c4d - HADOOP-14913. Sticky bit implementation for rename() operation in Azure WASB. Contributed by Varada Hemeswari. (7 years ago) +* ebb34c7053ee - YARN-7082. TestContainerManagerSecurity failing in trunk. Contributed by Akira Ajisaka (7 years ago) +* dc63a6a52b7f - HDFS-12622. Fix enumerate in HDFSErasureCoding.md. Contributed by Yiqun Lin. (7 years ago) +* 639f98cc9dc9 - MAPREDUCE-6951. Improve exception message when mapreduce.jobhistory.webapp.address is in wrong format. Contributed by Prabhu Joseph. (7 years ago) +* d8d37b63c71f - HDFS-12635. Unnecessary exception declaration of the CellBuffers constructor. Contributed by Huafeng Wang (7 years ago) +* 3d04c00aed63 - HADOOP-13514. Upgrade maven surefire plugin to 2.19.1. (7 years ago) +* a297fb088663 - HDFS-12547. Extend TestQuotaWithStripedBlocks with a random EC policy. Contributed by Takanobu Asanuma. (7 years ago) +* 78af6cdc5359 - HDFS-12573. Divide the total blocks metrics into replicated and erasure coded. Contributed by Takanobu Asanuma. (7 years ago) +* 1123f8f0b622 - HADOOP-14912. FairCallQueue may defer servicing calls. Contributed by Daryn Sharp (7 years ago) +* f29e55bf5e63 - HADOOP-14910. Upgrade netty-all jar to latest 4.0.x.Final. Contributed by Vinayakumar B. (7 years ago) +* d6602b5f3983 - HDFS-11575. Supporting HDFS NFS gateway with Federated HDFS. Contributed by Mukul Kumar Singh. (7 years ago) +* ec8bf9e48ac4 - YARN-7309. TestClientRMService#testUpdateApplicationPriorityRequest and TestClientRMService#testUpdatePriorityAndKillAppWithZeroClusterResource test functionality not supported by FairScheduler (rkanter) (7 years ago) +* 132cdac0ddb5 - HADOOP-14939. Update project release notes with HDFS-10467 for 3.0.0. Contributed by Inigo Goiri. (7 years ago) +* 41351b05f32f - YARN-7296. convertToProtoFormat(Resource r) is not setting for all resource types. Contributed by lovekesh bansal. (7 years ago) +* 5cfbad68c0ef - YARN-7237. Cleanup usages of ResourceProfiles. (Wangda Tan) (7 years ago) +* 82cd85d86809 - Revert "HDFS-12603. Enable async edit logging by default." (7 years ago) +* f9ff17f51051 - Merge branch 'YARN-5734' into trunk. (xgong) (7 years ago) +|\ +| * 1d36b53ab6d9 - (weichiu/YARN-5734, pbacsko/YARN-5734, origin/YARN-5734, JackWangCS/YARN-5734, 9uapaw/YARN-5734) YARN-7252. Removing queue then failing over results in exception (7 years ago) +| * 09c5dfe937f0 - YARN-7251. Misc changes to YARN-5734 (7 years ago) +| * a3075de9ab2f - YARN-7238. Documentation for API based scheduler configuration management (7 years ago) +| * d6622daaa3c9 - YARN-7046. Add closing logic to configuration store (7 years ago) +| * ff39c0de206a - YARN-6840. Implement zookeeper based store for scheduler configuration updates. (Jonathan Hung via wangda) (7 years ago) +| * 4d8abd84f40a - YARN-7024: Fix issues on recovery in LevelDB store. Contributed by Jonathan Hung (7 years ago) +| * 4c8b208adb8c - YARN-6322: Disable queue refresh when configuration mutation is enabled. Contributed by Jonathan Hung (7 years ago) +| * 74ba6ffa0b60 - YARN-5947: Create LeveldbConfigurationStore class using Leveldb as backing store. Contributed by Jonathan Hung (7 years ago) +| * 04f9e80bb266 - YARN-5953 addendum: Move QueueConfigInfo and SchedConfUpdateInfo to package org.apache.hadoop.yarn.webapp.dao (7 years ago) +| * 916bdbd6bedb - YARN-5953:Create CLI for changing YARN configurations. (Jonathan Hung via xgong) (7 years ago) +| * e566fd8b58a6 - YARN-6575. Support global configuration mutation in MutableConfProvider. (Jonathan Hung via Xuan Gong) (7 years ago) +| * a4e62530469e - YARN-5949. Add pluggable configuration ACL policy interface and implementation. (Jonathan Hung via wangda) (7 years ago) +| * d8a5136b1f37 - YARN-5952. Create REST API for changing YARN scheduler configurations. (Jonathan Hung via wangda) (7 years ago) +| * ef686635c1aa - YARN-5948. Implement MutableConfigurationManager for handling storage into configuration store (7 years ago) +| * e3579a8c3b1d - YARN-5946: Create YarnConfigurationStore interface and InMemoryConfigurationStore class. Contributed by Jonathan Hung (7 years ago) +| * ef59cbe08aab - YARN-5951. Changes to allow CapacityScheduler to use configuration store (7 years ago) +* | 793820823325 - HDFS-12541. Extend TestSafeModeWithStripedFile with a random EC policy. Contributed by Takanobu Asanuma. (7 years ago) +* | afb42aeabf13 - HDFS-12603. Enable async edit logging by default. (7 years ago) +|/ +* 09ad848b6484 - HDFS-12599. Remove Mockito dependency from DataNodeTestUtils. Contributed by Ted Yu. (7 years ago) +* 46644319e1b3 - HDFS-12606. When using native decoder, DFSStripedStream.close crashes JVM after being called multiple times. (Lei (Eddy) Xu) (7 years ago) +* 6d6ca4c92314 - YARN-2612 addendum: fixed javadoc error. (7 years ago) +* 8137254a1f43 - YARN-7245. Max AM Resource column in Active Users Info section of Capacity Scheduler UI page should be updated per-user. Contributed by Eric Payne. (7 years ago) +* 6fe6a7235250 - Revert "YARN-7180. Remove class ResourceType. Contributed by Sunil G." (7 years ago) +* 9676ed19beb1 - HADOOP-14184. Remove service loader config entry for ftp fs. Contributed by Sen Zhao. (7 years ago) +* 6bd81ab054da - YARN-7180. Remove class ResourceType. Contributed by Sunil G. (7 years ago) +* 2856eb207bfb - HDFS-12494. libhdfs SIGSEGV in setTLSExceptionStrings. Contributed by John Zhuge. (7 years ago) +* 5d63a388d1c3 - HDFS-12577. Rename Router tooling. Contributed by Inigo Goiri. (7 years ago) +* 81601dac8ec7 - HDFS-12273. Federation UI. Contributed by Inigo Goiri. (7 years ago) +* 6c69e23dcdf1 - HDFS-12580. Rebasing HDFS-10467 after HDFS-12447. Contributed by Inigo Goiri. (7 years ago) +* ad41c8155940 - HDFS-12381. [Documentation] Adding configuration keys for the Router. Contributed by Inigo Goiri. (7 years ago) +* 67785fe0063c - HDFS-12450. Fixing TestNamenodeHeartbeat and support non-HA. Contributed by Inigo Goiri. (7 years ago) +* 1f06b81ecb14 - HDFS-12430. Rebasing HDFS-10467 After HDFS-12269 and HDFS-12218. Contributed by Inigo Goiri. (7 years ago) +* bc9e588a19c0 - HDFS-12335. Federation Metrics. Contributed by Inigo Goiri. (7 years ago) +* cc58e7a983d8 - HDFS-12384. Fixing compilation issue with BanDuplicateClasses. Contributed by Inigo Goiri. (7 years ago) +* 7cb6bdf09ed3 - HDFS-10631. Federation State Store ZooKeeper implementation. Contributed by Jason Kace and Inigo Goiri. (7 years ago) +* 346c9fce43eb - HDFS-12312. Rebasing HDFS-10467 (2). Contributed by Inigo Goiri. (7 years ago) +* 67d10087aff9 - HDFS-11554. [Documentation] Router-based federation documentation. Contributed by Inigo Goiri. (7 years ago) +* b3e6bd22e3c0 - HDFS-10646. Federation admin tool. Contributed by Inigo Goiri. (7 years ago) +* 6f0de2731806 - HDFS-10880. Federation Mount Table State Store internal API. Contributed by Jason Kace and Inigo Goiri. (7 years ago) +* d8c810733203 - HDFS-11826. Federation Namenode Heartbeat. Contributed by Inigo Goiri. (7 years ago) +* 55da7fd7ebe2 - HDFS-10687. Federation Membership State Store internal API. Contributed by Jason Kace and Inigo Goiri. (7 years ago) +* 0ec82b8cdfaa - HDFS-12223. Rebasing HDFS-10467. Contributed by Inigo Goiri. (7 years ago) +* ca4f209b49e3 - HDFS-11546. Federation Router RPC server. Contributed by Jason Kace and Inigo Goiri. (7 years ago) +* 4bf877b03f0e - HDFS-10630. Federation State Store FS Implementation. Contributed by Jason Kace and Inigo Goiri. (7 years ago) +* 2c740a684a23 - HDFS-10882. Federation State Store Interface API. Contributed by Jason Kace and Inigo Goiri. (7 years ago) +* 533b986633e0 - HDFS-10881. Federation State Store Driver API. Contributed by Jason Kace and Inigo Goiri. (7 years ago) +* 2761bbc91a7b - HDFS-10629. Federation Roter. Contributed by Jason Kace and Inigo Goiri. (7 years ago) +* 2b08a1fc6449 - HADOOP-14920. KMSClientProvider won't work with KMS delegation token retrieved from non-Java client. Contributed by Xiaoyu Yao. (7 years ago) +* 72d22b753abd - YARN-7207. Cache the RM proxy server address. (Yufei Gu) (7 years ago) +* 572cdb54632d - HADOOP-14899. Restrict Access to setPermission operation when authorization is enabled in WASB Contributed by Kannapiran Srinivasan. (7 years ago) +* 49ae538164bf - YARN-2162. Add ability in Fair Scheduler to optionally configure maxResources in terms of percentage(addendum). (Yufei Gu) (7 years ago) +* 99292adcefdc - YARN-2162. Add ability in Fair Scheduler to optionally configure maxResources in terms of percentage. (Yufei Gu) (7 years ago) +* 25f31d9fc47d - HADOOP-14521. KMS client needs retry logic. Contributed by Rushabh S Shah. (7 years ago) +* 644c2f6924f3 - HDFS-12567. BlockPlacementPolicyRackFaultTolerant fails with racks with very few nodes. (7 years ago) +* c071aad5da6f - YARN-7009. TestNMClient.testNMClientNoCleanupOnStop is flaky by design. (Miklos Szegedi via Haibo Chen) (7 years ago) +* b6942cbe9b8c - HDFS-12420. Add an option to disallow 'namenode format -force'. Contributed by Ajay Kumar. (7 years ago) +* d0046bb5c691 - YARN-7285. ContainerExecutor always launches with priorities due to yarn-default property. Contributed by Jason Lowe. (7 years ago) +* 7e76f85bc681 - YARN-2960. Add documentation for the YARN shared cache. (7 years ago) +* b733348dde18 - YARN-7258. Add Node and Rack Hints to Opportunistic Scheduler. (Kartheek Muthyala via asuresh). (7 years ago) +* 9288206cb3c1 - HADOOP-14845. Azure wasb: getFileStatus not making any auth check. Contributed by Sivaguru Sankaridurg (7 years ago) +* f702c9575495 - YARN-6182. Fix alignment issues and missing information in new YARN UI's Queue page. Contributed by Akhil PB. (7 years ago) +* 592bf2d550a0 - YARN-7279. Fix typo in helper message of ContainerLauncher. Contributed by Elek, Marton. (7 years ago) +* e6e614e380ed - YARN-5329. Placement Agent enhancements required to support recurring reservations in ReservationSystem. (Carlo Curino via Subru). (7 years ago) +* fe84cdc9daa3 - HADOOP-14616. Client fails to read a block with erasure code (XOR, native) when one of the data block is lost. Contributed by Huafeng Wang. (7 years ago) +* cae1c734febc - HADOOP-14928. Update site release notes for 3.0.0 GA. (7 years ago) +* 2df1b2ac0509 - YARN-7044. TestContainerAllocation#testAMContainerAllocationWhenDNSUnavailable fails. (7 years ago) +* 20e9ce3ab335 - HADOOP-14459. SerializationFactory shouldn't throw a NullPointerException if the serializations list is not defined (Contributed by Nandor Kollar via Daniel Templeton) (7 years ago) +* acf5b880d828 - YARN-6975. Moving logging APIs over to slf4j in hadoop-yarn-server-tests, hadoop-yarn-server-web-proxy and hadoop-yarn-server-router. Contributed by Yeliang Cang. (7 years ago) +* b34b3ff94baf - Add 3.0.0-beta1 CHANGES and RELEASENOTES. (7 years ago) +* 79e37dc6dba4 - YARN-7211. AMSimulator in SLS does't work due to responseId refactoring.(Contributed by Botong Huang via Yufei Gu) (7 years ago) +* 67e12169b0ae - YARN-7219. Make AllocateRequestProto compatible with branch-2/branch-2.8. (rchiang) (7 years ago) +* c9b525bd943f - YARN-6943. Update Yarn to YARN in documentation. Contributed by Chetna Chaudhari. (7 years ago) +* 4a8777371828 - YARN-6916. Moving logging APIs over to slf4j in hadoop-yarn-server-common. Contributed by Bibin A Chundatt and Akira Ajisaka. (7 years ago) +* 107c177782a2 - HDFS-12455. WebHDFS - Adding "snapshot enabled" status to ListStatus query result. Contributed by Ajay Kumar. (7 years ago) +* b91305119b43 - HDFS-11968. ViewFS: StoragePolicies commands fail with HDFS federation. Contributed by Mukul Kumar Singh. (7 years ago) +* 4d5dd75b607d - HADOOP-14908. CrossOriginFilter should trigger regex on more input (Johannes Alberti via aw) (7 years ago) +* 4111e6c7819d - YARN-7269. Tracking URL in the app state does not get redirected to ApplicationMaster for Running applications. Contributed by Wangda Tan (7 years ago) +* 453d48bdfbb6 - MAPREDUCE-6971. Moving logging APIs over to slf4j in hadoop-mapreduce-client-app. Contributed by Jinjiang Ling. (7 years ago) +* 7eb849999686 - YARN-7226. Whitelisted variables do not support delayed variable expansion. Contributed by Jason Lowe (7 years ago) +* d4d2fd1acd2f - YARN-2037. Add work preserving restart support for Unmanaged AMs. (Botong Huang via Subru). (7 years ago) +* 015abcd8ce1d - HDFS-12576. JournalNodes are getting started, even though dfs.namenode.shared.edits.dir is not configured. Contributed by Bharat Viswanadham. (7 years ago) +* 27ffd43b6419 - HDFS-12569. Unset EC policy logs empty payload in edit log. (Lei (Eddy) Xu) (7 years ago) +* 280080fad013 - YARN-7259. Add size-based rolling policy to LogAggregationIndexedFileController. (xgong via wangda) (7 years ago) +* 2c62ff7fd439 - HDFS-12271. Incorrect statement in Downgrade section of HDFS Rolling Upgrade document. Contributed by Nandakumar. (7 years ago) +* 442ea85545ce - HADOOP-14752. TestCopyFromLocal#testCopyFromLocalWithThreads is fleaky. Contributed by Andras Bokor. (7 years ago) +* ceca9694f9a0 - YARN-3661. Basic Federation UI. (Contributed by Inigo Goiri via curino) (7 years ago) +* 5a68c2cef310 - HDFS-12552. Use slf4j instead of log4j in FSNamesystem. Contributed by Ajay Kumar. (7 years ago) +* 563dcdfc1de7 - HADOOP-14915. method name is incorrect in ConfServlet. Contributed by Bharat Viswanadham. (7 years ago) +* 06df6ab25432 - HADOOP-14095. Document caveats about the default JavaKeyStoreProvider in KMS. (7 years ago) +* 66c417167ae0 - YARN-6333. Improve doc for minSharePreemptionTimeout, fairSharePreemptionTimeout and fairSharePreemptionThreshold. (Contributed by Chetna Chaudhari via Yufei Gu) (7 years ago) +* ec2ae3060a80 - YARN-6509. Add a size threshold beyond which yarn logs will require a force option. (Xuan Gong via wangda) (7 years ago) +* febeead5f95c - YARN-6550. Capture launch_container.sh logs to a separate log file. (Suma Shivaprasad via wangda) (7 years ago) +* 373d0a51955c - HADOOP-14909. Fix the word of erasure encoding in the top page. Contributed by Takanobu Asanuma. (7 years ago) +* 8aca46e53f59 - HADOOP-14651. Update okhttp version to 2.7.5. Contributed by Ray Chiang and John Zhuge. (7 years ago) +* f40dbc170e7f - HDFS-12453. TestDataNodeHotSwapVolumes fails in trunk Jenkins runs. (Lei (Eddy) Xu) (7 years ago) +* 7f6118f918e0 - YARN-7084. TestSchedulingMonitor#testRMStarts fails sporadically. Contributed by Jason Lowe. (7 years ago) +* d3b1c6319546 - YARN-6623. Add support to turn off launching privileged containers in the container-executor. (Varun Vasudev via wangda) (7 years ago) +* c114da5e64d1 - YARN-7250. Update Shared cache client api to use URLs. (7 years ago) +* 6f789fe05766 - HADOOP-14902. LoadGenerator#genFile write close timing is incorrectly calculated. Contributed by Hanisha Koneru (7 years ago) +* ca669f9f8bc7 - YARN-6962. Add support for updateContainers when allocating using FederationInterceptor. (Botong Huang via Subru). (7 years ago) +* 85d81ae58ec4 - YARN-7248. NM returns new SCHEDULED container status to older clients. Contributed by Arun Suresh (7 years ago) +* a530e7ab3b3f - HADOOP-14768. Honoring sticky bit during Deletion when authorization is enabled in WASB Contributed by Varada Hemeswari (7 years ago) +* 8e1bd114ee71 - HDFS-12560. Remove the extra word it in HdfsUserGuide.md. Contributed by fang zhenyi. (7 years ago) +* 7c34ceaf4fa2 - HDFS-12458. TestReencryptionWithKMS fails regularly. Contributed by Xiao Chen. (7 years ago) +* 28c4957fcceb - YARN-7257. AggregatedLogsBlock reports a bad 'end' value as a bad 'start' value. Contributed by Jason Lowe (7 years ago) +* c87db8d154ab - YARN-7253. Shared Cache Manager daemon command listed as admin subcmd in yarn script. (7 years ago) +* 8facf1f976d7 - YARN-6871. Add additional deSelects params in RMWebServices#getAppReport. Contributed by Tanuj Nayak. (7 years ago) +* dd378775df5b - HADOOP-14822. hadoop-project/pom.xml is executable. Contributed by Ajay Kumar. (7 years ago) +* 0da29cbeea40 - [HDFS-12386] Add fsserver defaults call to WebhdfsFileSystem. (Rushabh Shah via daryn) (7 years ago) +* 9df05005ac25 - MAPREDUCE-6968. Staging directory erasure coding config property has a typo. Contributed by Jason Lowe (7 years ago) +* 1267ff22ce92 - HDFS-12523. Thread pools in ErasureCodingWorker do not shutdown. (Huafeng Wang via Lei) (7 years ago) +* 9d3e4cccf9cd - HDFS-5040.Audit log for admin commands/ logging output of all DFS admin commands. Contributed by Kuhu Shukla. (7 years ago) +* 14fec04ed335 - Revert "YARN-6570. No logs were found for running application, running" (7 years ago) +* e9b790db9de7 - HDFS-12495. TestPendingInvalidateBlock#testPendingDeleteUnknownBlocks fails intermittently. Contributed by Eric Badger. (7 years ago) +* 06e5a7b5cf14 - YARN-65. Reduce RM app memory footprint once app has completed. Contributed by Manikandan R. (7 years ago) +* d08b8c801a90 - HADOOP-14893. WritableRpcEngine should use Time.monotonicNow. Contributed by Chetna Chaudhari. (7 years ago) +* a2b31e355a73 - HADOOP-14890 Move up to AWS SDK 1.11.199. Contributed by Steve Loughran. (7 years ago) +* df800f6cf3ea - YARN-7240. Add more states and transitions to stabilize the NM Container state machine. (Kartheek Muthyala via asuresh) (7 years ago) +* 47011d7dd300 - HADOOP-14220 Enhance S3GuardTool with bucket-info and set-capacity commands, tests. Contributed by Steve Loughran (7 years ago) +* cde804b91f2f - HADOOP-14903. Add json-smart explicitly to pom.xml. (rchiang) (7 years ago) +* 0889e5a8b710 - HDFS-12529. Get source for config tags from file name. Contributed by Ajay Kumar. (7 years ago) +* ac05a51bbb2a - HADOOP-14881. LoadGenerator should use Time.monotonicNow() to measure durations. Contributed by Bharat Viswanadham (7 years ago) +* e928ee583c5a - YARN-7153. Remove duplicated code in AMRMClientAsyncImpl.java. Contributed by Sen Zhao. (7 years ago) +* 3a10367a17b9 - HADOOP-14892. MetricsSystemImpl should use Time.monotonicNow for measuring durations. Contributed by Chetna Chaudhari. (7 years ago) +* 02e2a9b1152b - HDFS-12304. Remove unused parameter from FsDatasetImpl#addVolume. Contributed by Chen Liang. (7 years ago) +* 080747080815 - HADOOP-14897. Loosen compatibility guidelines for native dependencies (7 years ago) +* d0b2c5850b52 - HDFS-12516. Suppress the fsnamesystem lock warning on nn startup. Contributed by Ajay Kumar. (7 years ago) +* 415e5a157a2c - HDFS-12375. Fail to start/stop journalnodes using start-dfs.sh/stop-dfs.sh. Contributed by Bharat Viswanadham. (7 years ago) +* ecc85620e83d - HDFS-12339. NFS Gateway on Shutdown Gives Unregistration Failure. Does Not Unregister with rpcbind Portmapper. Contributed by Mukul Kumar Singh. (7 years ago) +* 40ef9fa171f8 - HADOOP-14904. Fix javadocs issues in Hadoop HDFS. Contributed by Mukul Kumar Singh. (7 years ago) +* 11af907c644a - HADOOP-14905. Fix javadocs issues in Hadoop HDFS-NFS. Contributed by Mukul Kumar Singh. (7 years ago) +* 1c4a798505a2 - HADOOP-14894. ReflectionUtils should use Time.monotonicNow to mesaure duration. Contributed by Bharat Viswanadham. (7 years ago) +* 2a81af447f97 - HDFS-12536. Add documentation for getconf command with -journalnodes option. Contributed by Bharat Viswanadham. (7 years ago) +* e9a18b625fe2 - HDFS-12535. Change the Scope of the Class DFSUtilClient to Private. Contributed by Bharat Viswanadham. (7 years ago) +* 423ebcaf5109 - HDFS-12320. Add quantiles for transactions batched in Journal sync. Contributed by Hanisha Koneru. (7 years ago) +* 36fb90c93982 - HDFS-12064. Reuse object mapper in HDFS. Contributed by Hanisha Koneru. (7 years ago) +* cda337865977 - HDFS-12486. GetConf to get journalnodeslist. Contributed by Bharat Viswanadham. (7 years ago) +* e1b32e0959de - HADOOP-14901. ReuseObjectMapper in Hadoop Common. Contributed by Hanisha Koneru. (7 years ago) +* 164a063e746e - YARN-6878. TestCapacityScheduler.testDefaultNodeLabelExpressionQueueConfig() has the args to assertEqual() in the wrong order (Contributed by Sen Zhao via Daniel Templeton) (7 years ago) +* 8d29bf57ca97 - Revert "HADOOP-14655. Update httpcore version to 4.4.6. (rchiang)" (7 years ago) +* 4002bf0a9e7e - YARN-7118. AHS REST API can return NullPointerException. Contributed by Billie Rinaldi. (7 years ago) +* b133dc5700b6 - MAPREDUCE-6967. gridmix/SleepReducer should use Time.monotonicNow for measuring durations. Contributed by Chetna Chaudhari (7 years ago) +* 08fca508e66e - HDFS-12530. Processor argument in Offline Image Viewer should be case insensitive. Contributed by Hanisha Koneru. (7 years ago) +* 908d8e914ef5 - MAPREDUCE-6965. QuasiMonteCarlo should use Time.monotonicNow for measuring durations. Contributed by Chetna Chaudhari (7 years ago) +* c71d13796039 - MAPREDUCE-6966. DistSum should use Time.monotonicNow for measuring durations. Contributed by Chetna Chaudhari. (7 years ago) +* 53be075241f1 - MAPREDUCE-6947. Moving logging APIs over to slf4j in hadoop-mapreduce-examples. Contributed by Gergely Novák. (7 years ago) +* 3baae4322e3f - HDFS-12507. StripedBlockUtil.java:694: warning - Tag @link: reference not found: StripingCell. Contributed by Mukul Kumar Singh (7 years ago) +* bfd1a72ba8fb - YARN-4266. Allow users to enter containers as UID:GID pair instead of by username. Contributed by luhuichun, Zhankun Tang, and Eric Badger. (7 years ago) +* e5e1851d803b - YARN-7034. DefaultLinuxContainerRuntime and DockerLinuxContainerRuntime sends client environment variables to container-executor. Contributed by Miklos Szegedi. (7 years ago) +* a92ef030a270 - YARN-7045. Remove FSLeafQueue#addAppSchedulable. (Contributed by Sen Zhao via Yufei Gu) (7 years ago) +* 263e2c692a4b - YARN-6991. "Kill application" button does not show error if other user tries to kill the application for secure cluster. (Suma Shivaprasad via wangda) (7 years ago) +* b9e423fa8d30 - (downstream_fork/apache-trunk) HDFS-12496. Make QuorumJournalManager timeout properties configurable. Contributed by Ajay Kumar. (7 years ago) +* b9db0afa1e65 - MAPREDUCE-6964. BaileyBorweinPlouffe should use Time.monotonicNow for measuring durations. Contributed by Chetna Chaudhari (7 years ago) +* 6bf921a5c315 - HDFS-12371. BlockVerificationFailures and BlocksVerified show up as 0 in Datanode JMX. Contributed by Hanisha Koneru. (7 years ago) +* 10d749358764 - YARN-6968. Hardcoded absolute pathname in DockerLinuxContainerRuntime. Contributed by Eric Badger (7 years ago) +* 50849ec9eb9b - HDFS-12526. FSDirectory should use Time.monotonicNow for durations. Contributed by Bharat Viswanadham. (7 years ago) +* 8b336632acad - YARN-6771. Use classloader inside configuration class to make new classes. Contributed by Jongyoul Lee. (7 years ago) +* 53047f934e3f - Revert "MAPREDUCE-6947. Moving logging APIs over to slf4j in hadoop-mapreduce-examples. Contributed by Gergery Novák." (7 years ago) +* a12f09ba3c4a - HDFS-12447. Rename AddECPolicyResponse to AddErasureCodingPolicyResponse. Contributed by SammiChen. (7 years ago) +* ce943eb17a42 - HDFS-11035. Better documentation for maintenace mode and upgrade domain. (7 years ago) +* 230b85d5865b - HDFS-12473. Change hosts JSON file format. (7 years ago) +* 7e58b2478ce1 - HADOOP-7308. Remove unused TaskLogAppender configurations from log4j.properties. Contributed by Todd Lipcon and J.Andreina. (7 years ago) +* a9019e1fb753 - YARN-6499. Remove the doc about Schedulable#redistributeShare(). (Contributed by Chetna Chaudhari via Yufei Gu) (7 years ago) +* 647b7527a9cd - YARN-7186. Fix finicky TestContainerManager tests. Contributed by Arun Suresh. (7 years ago) +* 12d9d7bc509b - HDFS-12437. Fix test setup in TestLeaseRecoveryStriped. (7 years ago) +* 51edaacd09d8 - HDFS-12445. Correct spellings of choosen to chosen. Contributed by hu xiaodong. (7 years ago) +* 59830ca772df - HDFS-12444. Reduce runtime of TestWriteReadStripedFile. Contributed by Huafeng Wang and Andrew Wang. (7 years ago) +* 7bbeacb75e93 - HDFS-12449. TestReconstructStripedFile.testNNSendsErasureCodingTasks randomly cannot finish in 60s. (SammiChen via lei) (7 years ago) +* fda1221c5510 - HDFS-11799. Introduce a config to allow setting up write pipeline with fewer nodes than replication factor. Contributed by Brahma Reddy Battula (7 years ago) +* 31b58406ac36 - HDFS-12480. TestNameNodeMetrics#testTransactionAndCheckpointMetrics Fails in trunk. Contributed by Hanisha Koneru (7 years ago) +* 595d47840810 - MAPREDUCE-6960. Shuffle Handler prints disk error stack traces for every read failure. (7 years ago) +* 3a20debddeac - MAPREDUCE-6958. Shuffle audit logger should log size of shuffle transfer. Contributed by Jason Lowe (7 years ago) +* ea845ba58c58 - Revert "MAPREDUCE-6958. Shuffle audit logger should log size of shuffle transfer. Contributed by Jason Lowe" (7 years ago) +* aa6e8d2dff53 - Revert "HADOOP-14771. hadoop-client does not include hadoop-yarn-client. (Ajay Kumar via Haibo Chen)" HADOOP-14879 Build failure due to failing hadoop-client-check-invariants This reverts commit 1ee25278c891e95ba2ab142e5b78aebd752ea163. (7 years ago) +* dba7a7dd9d70 - HDFS-12479. Some misuses of lock in DFSStripedOutputStream. Contributed by Huafeng Wang (7 years ago) +* 2018538fdba1 - MAPREDUCE-6947. Moving logging APIs over to slf4j in hadoop-mapreduce-examples. Contributed by Gergery Novák. (7 years ago) +* 56ef5279c1db - YARN-7203. Add container ExecutionType into ContainerReport. (Botong Huang via asuresh) (7 years ago) +* 3cf3540f19b5 - HADOOP-14835. mvn site build throws SAX errors. Contributed by Andrew Wang and Sean Mackrory. (7 years ago) +* b3d61304f2fa - MAPREDUCE-6958. Shuffle audit logger should log size of shuffle transfer. Contributed by Jason Lowe (7 years ago) +* 1ee25278c891 - HADOOP-14771. hadoop-client does not include hadoop-yarn-client. (Ajay Kumar via Haibo Chen) (7 years ago) +* 7c732924a889 - YARN-6570. No logs were found for running application, running container. Contributed by Junping Du (7 years ago) +* 29dd55153e37 - YARN-7199. Fix TestAMRMClientContainerRequest.testOpportunisticAndGuaranteedRequests. (Botong Huang via asuresh) (7 years ago) +* 0adc0471d0c0 - MAPREDUCE-6954. Disable erasure coding for files that are uploaded to the MR staging area (pbacsko via rkanter) (7 years ago) +* 5f496683fb00 - Revert "YARN-7162. Remove XML excludes file format (rkanter)" - wrong commit message (7 years ago) +* a2dcba18531c - HDFS-12470. DiskBalancer: Some tests create plan files under system directory. Contributed by Hanisha Koneru. (7 years ago) +* a4f9c7c92478 - YARN-7192. Add a pluggable StateMachine Listener that is notified of NM Container State changes. Contributed by Arun Suresh (7 years ago) +* 0f9af246e89e - HDFS-12460. Make addErasureCodingPolicy an idempotent operation. Contributed by Sammi Chen (7 years ago) +* e81596d06d22 - YARN-7172. ResourceCalculator.fitsIn() should not take a cluster resource parameter. (Sen Zhao via wangda) (7 years ago) +* 8d7cc22ac286 - HDFS-12472. Add JUNIT timeout to TestBlockStatsMXBean. Contributed by Bharat Viswanadham. (7 years ago) +* 7618fa9194b4 - HADOOP-13714. Tighten up our compatibility guidelines for Hadoop 3 (7 years ago) +* 38c14ef8d8a0 - YARN-7149. Cross-queue preemption sometimes starves an underserved queue. (Eric Payne via wangda) (7 years ago) +* 958e8c0e2572 - YARN-6977. Node information is not provided for non am containers in RM logs. (Suma Shivaprasad via wangda) (7 years ago) +* ef8cd5dc565f - HDFS-10701. TestDFSStripedOutputStreamWithFailure#testBlockTokenExpired occasionally fails. Contributed by SammiChen. (7 years ago) +* 1a84c24b0cf6 - YARN-7174. Add retry logic in LogsCLI when fetch running application logs. Contributed by Xuan Gong. (7 years ago) +* 90894c7262df - HDFS-12323. NameNode terminates after full GC thinking QJM unresponsive if full GC is much longer than timeout. Contributed by Erik Krogen. (7 years ago) +* b9b607daa743 - HADOOP-14853. hadoop-mapreduce-client-app is not a client module (haibochen via rkanter) (7 years ago) +* fbe06b58805a - HDFS-12349. Improve log message when it could not alloc enough blocks for EC. (Lei (Eddy) Xu) (7 years ago) +* 3a8d57a0a2e0 - YARN-7162. Remove XML excludes file format (rkanter) (7 years ago) +* de197fc1562c - HDFS-12441. Supress UnresolvedPathException in namenode log. Contributed by Kihwal Lee. (7 years ago) +* 2d2d97fa7d42 - HADOOP-14553. Add (parallelized) integration tests to hadoop-azure Contributed by Steve Loughran (7 years ago) +* 11390c2d1119 - MAPREDUCE-6956 FileOutputCommitter to gain abstract superclass PathOutputCommitter. Contributed by Steve Loughran (7 years ago) +* 78bdf10ae403 - HDFS-12424. Datatable sorting on the Datanode Information page in the Namenode UI is broken. Contributed by Shawna Martell. (7 years ago) +* 08b98149e112 - HADOOP-14869. Upgrade Apache Kerby version to v1.0.1. Contributed by Wei Zhou (7 years ago) +* 50764ef3e45b - HDFS-12456. TestNamenodeMetrics.testSyncAndBlockReportMetric fails. Contributed by Bharat Viswanadham. (7 years ago) +* 08d996d3e926 - HDFS-12395. Support erasure coding policy operations in namenode edit log. Contributed by Sammi Chen (7 years ago) +* ae8f55b93243 - HDFS-7859. Erasure Coding: Persist erasure coding policies in NameNode. Contributed by Sammi Chen (7 years ago) +* 61cee3a0b9a8 - HDFS-12378. TestClientProtocolForPipelineRecovery#testZeroByteBlockRecovery fails on trunk. (Lei (Eddy) Xu) (7 years ago) +* 390c2b5df0c4 - Revert "HDFS-11156. Add new op GETFILEBLOCKLOCATIONS to WebHDFS REST API. Contributed by Weiwei Yang." (7 years ago) +* 2f867115a819 - Revert "HDFS-6874. Add GETFILEBLOCKLOCATIONS operation to HttpFS. Contributed by Weiwei Yang" (7 years ago) +* 49467165a57f - HADOOP-14738 Remove S3N and obsolete bits of S3A; rework docs. Contributed by Steve Loughran. (7 years ago) +* 7ee02d106526 - HADOOP-14864. FSDataInputStream#unbuffer UOE should include stream class name. Contributed by Bharat Viswanadham. (7 years ago) +* 09b476e6dabe - YARN-6612. Update fair scheduler policies to be aware of resource types. (Contributed by Daniel Templeton via Yufei Gu) (7 years ago) +* 65a941008d4b - Revert "HDFS-10391. Always enable NameNode service RPC port. Contributed by Gergely Novak." (7 years ago) +* 66ca0a654085 - YARN-6059. Update paused container state in the NM state store. (Hitesh Sharma via asuresh) (7 years ago) +* 4f8194430fc6 - YARN-5216. Expose configurable preemption policy for OPPORTUNISTIC containers running on the NM. (Hitesh Sharma via asuresh) (7 years ago) +* 864fbacd4548 - YARN-5292. NM Container lifecycle and state transitions to support for PAUSED container state. (Hitesh Sharma via asuresh) (7 years ago) +* b9465bb8763f - Revert "HADOOP-14654. Update httpclient version to 4.5.3. (rchiang)" (7 years ago) +* e12f3e85bde0 - HDFS-12438. Rename dfs.datanode.ec.reconstruction.stripedblock.threads.size to dfs.datanode.ec.reconstruction.threads. Contributed by Andrew Wang (7 years ago) +* c92c1d521ead - YARN-7194. Log aggregation status is always Failed with the newly added log aggregation IndexedFileFormat. Contributed by Xuan Gong. (7 years ago) +* e0b3c644e186 - HDFS-12414. Ensure to use CLI command to enable/disable erasure coding policy. Contributed by Sammi Chen (7 years ago) +* 73aed34dffa5 - HDFS-12409. Add metrics of execution time of different stages in EC recovery task. (Lei (Eddy) Xu) (7 years ago) +* c3f35c422bbb - HADOOP-14089. Automated checking for malformed client. Contributed by Sean Busbey. (7 years ago) +* bb34ae955496 - YARN-7146. Many RM unit tests failing with FairScheduler (rkanter) (7 years ago) +* 4d98936eec1b - MAPREDUCE-6957. shuffle hangs after a node manager connection timeout. Contributed by Jooseong Kim (7 years ago) +* f153e6057601 - HADOOP-14867. Update HDFS Federation setup document, for incorrect property name for secondary name node http address. Contributed by Bharat Viswanadham. (7 years ago) +* 3860be796158 - YARN-4727. Unable to override the $HADOOP_CONF_DIR env variable for container. Contributed by Jason Lowe. (7 years ago) +* a3c44195bed7 - Revert 'YARN-4727. Unable to override the $HADOOP_CONF_DIR env variable for container. Contributed by Jason Lowe.' (7 years ago) +* 729d05f5293a - YARN-4727. Unable to override the /home/ericp/run/conf/ env variable for container. Contributed by Jason Lowe. (7 years ago) +* 5324388cf235 - YARN-7157. Add admin configuration to filter per-user's apps in secure cluster. Contributed by Sunil G. (7 years ago) +* 8277fab2be3b - HADOOP-14857. Fix downstream shaded client integration test. Contributed by Sean Busbey. (7 years ago) +* 10b2cfa96cec - HADOOP-14804. correct wrong parameters format order in core-default.xml. Contributed by Chen Hongfei. (7 years ago) +* fa6cc43edd3f - Revert "HADOOP-14521. KMS client needs retry logic. Contributed by Rushabh S Shah." (7 years ago) +* 123342cd0759 - HDFS-12412. Change ErasureCodingWorker.stripedReadPool to cached thread pool. (Lei (Eddy) Xu) (7 years ago) +* f4b6267465d1 - HDFS-12222. Document and test BlockLocation for erasure-coded files. Contributed by Huafeng Wang. (7 years ago) +* a1c398e0dc85 - YARN-7185. [Addendum patch] Minor javadoc and checkstyle fix. (7 years ago) +* 68282c8eacfe - HDFS-12407. Journal node fails to shutdown cleanly if JournalNodeHttpServer or JournalNodeRpcServer fails to start. Contributed by Ajay Kumar. (7 years ago) +* 82c5dd1d5082 - YARN-7057. FSAppAttempt#getResourceUsage doesn't need to consider resources queued for preemption. (Contributed by Karthik via Yufei Gu) (7 years ago) +* 2ae72692fc37 - YARN-7185. ContainerScheduler should only look at availableResource for GUARANTEED containers when OPPORTUNISTIC container queuing is enabled. (Wangda Tan via asuresh) (7 years ago) +* 86f4d1c66c8b - HADOOP-14843. Improve FsPermission symbolic parsing unit test coverage. Contributed by Bharat Viswanadham (7 years ago) +* 2ffe93ab609d - HADOOP-14856. Fix AWS, Jetty, HBase, Ehcache entries for NOTICE.txt. (rchiang) (7 years ago) +* f1d751bd0598 - HADOOP-14797. Update re2j version to 1.1. (rchiang) (7 years ago) +* 80ee89b2871c - HDFS-12417. Disable flaky TestDFSStripedOutputStreamWithFailure. (7 years ago) +* a6432ba5a177 - HADOOP-14653. Update joda-time version to 2.9.9. (rchiang) (7 years ago) +* 39818259c3b2 - HADOOP-14648. Bump commons-configuration2 to 2.1.1. (rchiang) (7 years ago) +* af45cd1be63c - HADOOP-14796. Update json-simple version to 1.1.1. (rchiang) (7 years ago) +* 556812c179aa - HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang) (7 years ago) +* ad74691807c5 - HADOOP-14798. Update sshd-core and related mina-core library versions. (rchiang) (7 years ago) +* da0b6a354bf6 - YARN-7137. [YARN-3926] Move newly added APIs to unstable in YARN-3926 branch. Contributed by Wangda Tan. (7 years ago) +* bf2b687412f9 - YARN-7136. Additional Performance Improvement for Resource Profile Feature (Contributed by Wangda Tan via Daniel Templeton) (7 years ago) +* 6b88cd1901a6 - YARN-7056. Document Resource Profiles feature. (Sunil G via wangda) (7 years ago) +* 805095496dfd - YARN-6933. [YARN-3926] ResourceUtils.DISALLOWED_NAMES check is duplicated. Contributed by Manikandan R. (7 years ago) +* 53df3eac5030 - YARN-7093. Improve log message in ResourceUtils. (Sunil G via wangda) (7 years ago) +* e490602e9b30 - YARN-7039. Fix javac and javadoc errors in YARN-3926 branch. (Sunil G via wangda) (7 years ago) +* a333ba54e3f5 - YARN-7067. [YARN-3926] Optimize ResourceType information display in UI. Contributed by Wangda Tan. (7 years ago) +* 39240b61a163 - YARN-7043. Cleanup ResourceProfileManager. (wangda) (7 years ago) +* 758b7719430c - YARN-6781. [YARN-3926] ResourceUtils#initializeResourcesMap takes an unnecessary Map parameter. Contributed by Yu-Tang Lin. (7 years ago) +* df3855541af9 - YARN-6789. Add Client API to get all supported resource types from RM. (Sunil G via wangda) (7 years ago) +* b1fe3a222e76 - YARN-7042. Clean up unit tests after YARN-6610. (Daniel Templeton via wangda) (7 years ago) +* a6989af1d91d - YARN-7030. [YARN-3926] Performance optimizations in Resource and ResourceUtils class. Contributed by Wangda Tan. (7 years ago) +* a0030c8c6f54 - YARN-6610. [YARN-3926] DominantResourceCalculator#getResourceAsValue dominant param is updated to handle multiple resources. Contributed by Daniel Templeton. (7 years ago) +* 6746f8cadb64 - YARN-6908. ResourceProfilesManagerImpl is missing @Overrides on methods (Contributed by Sunil G. via Daniel Templeton) (7 years ago) +* 2b51b262aba0 - YARN-6892. [YARN-3926] Improve API implementation in Resources and DominantResourceCalculator class. Contributed by Sunil G. (7 years ago) +* d5e9939ebb59 - YARN-6994. [YARN-3926] Remove last uses of Long from resource types code. (Daniel Templeton via Yufei Gu) (7 years ago) +* 5c4ab4c291fd - YARN-6935. [YARN-3926] ResourceProfilesManagerImpl.parseResource() has no need of the key parameter (Contributed by Manikandan R via Daniel Templeton) (7 years ago) +* 3aeaafecb823 - YARN-6788. [YARN-3926] Improve performance of resource profile branch (Contributed by Sunil Govindan via Daniel Templeton) (7 years ago) +* 4e5632d28eb8 - YARN-6786. [YARN-3926] ResourcePBImpl imports cleanup. Contributed by Yeliang Cang. (7 years ago) +* ca2808d8bbe4 - YARN-6761. Fix build for YARN-3926 branch. Contributed by Varun Vasudev. (7 years ago) +* 58da54640e37 - YARN-6445. [YARN-3926] Performance improvements in resource profile branch with respect to SLS. Contributed by Varun Vasudev. (7 years ago) +* dae65f3bef8f - YARN-6232. Update resource usage and preempted resource calculations to take into account all resource types. Contributed by Varun Vasudev. (7 years ago) +* 7805deed4896 - YARN-5588. [YARN-3926] Add support for resource profiles in distributed shell. Contributed by Varun Vasudev. (7 years ago) +* 6708ac330147 - YARN-5587. Add support for resource profiles. (vvasudev via asuresh) (7 years ago) +* c2032e251e86 - YARN-5708. Implement APIs to get resource profiles from the RM. Contributed by Varun Vasudev. (7 years ago) +* a9b4426302e3 - YARN-5707. Add manager class for resource profiles. Contributed by Varun Vasudev. (7 years ago) +* 239c1824a07f - YARN-5586. Update the Resources class to consider all resource types. Contributed by Varun Vasudev. (7 years ago) +* 9e4ba6aff595 - YARN-5242. Update DominantResourceCalculator to consider all resource types in calculations. Contributed by Varun Vasudev. (7 years ago) +* 759114b00639 - YARN-4830. Add support for resource types in the nodemanager. Contributed by Varun Vasudev. (7 years ago) +* 7ba698997b68 - YARN-4829. Add support for binary units in Resource class.(vvasudev via asuresh) (7 years ago) +* ceb12c59a346 - YARN-4715. Add support to read resource types from a config file. Contributed by Varun Vasudev. (7 years ago) +* 32c91223f1bd - YARN-4172. Extend DominantResourceCalculator to account for all resources. (Varun Vasudev via wangda) (7 years ago) +* 1bbab7c1570a - (rt-YARN-4081) YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda) (7 years ago) +* e74d1be04be4 - YARN-7173. Container update RM-NM communication fix for backward compatibility. (Arun Suresh via wangda) (7 years ago) +* fa531788fd7c - YARN-7132. FairScheduler.initScheduler() contains a surprising unary plus. (Yeliang Cang via Haibo Chen) (7 years ago) +* 661f5eb0c679 - YARN-7128. The error message in TimelineSchemaCreator is not enough to find out the error. (Jinjiang Ling via Haibo Chen) (7 years ago) +* 6651cbcc72d9 - YARN-6622. Document Docker work as experimental (Contributed by Varun Vasudev) (7 years ago) +* 07951b586e27 - Revert "YARN-6022. Document Docker work as experimental (Contributed by Varun Vasudev)" (7 years ago) +* 66be6c848b47 - YARN-6022. Document Docker work as experimental (Contributed by Varun Vasudev) (7 years ago) +* 738c2a968288 - HDFS-12406. dfsadmin command prints "Exception encountered" even if there is no exception, when debug is enabled. Contributed by Nandakumar. (7 years ago) +* 088a18b44d87 - HADOOP-14655. Update httpcore version to 4.4.6. (rchiang) (7 years ago) +* 1118ca9b07f8 - HADOOP-14654. Update httpclient version to 4.5.3. (rchiang) (7 years ago) +* d2d8f665e62a - YARN-7181. CPUTimeTracker.updateElapsedJiffies can report negative usage. (Miklos Szegedi via Haibo Chen) (7 years ago) +* de9994bd893a - Revert "HDFS-12349. Improve log message when it could not alloc enough blocks for EC. (lei)" (7 years ago) +* 5ab21dfe9c8e - YARN-6799. Remove the duplicated code in CGroupsHandlerImp.java. (Contributed by Weiyuan via Yufei Gu) (7 years ago) +* 722ee841948d - YARN-7163. RMContext need not to be injected to webapp and other Always Running services. Contributed by Rohith Sharma K S. (7 years ago) +* aa4b6fbe754a - HDFS-10391. Always enable NameNode service RPC port. Contributed by Gergely Novak. (7 years ago) +* 180e814b081d - HADOOP-14851 LambdaTestUtils.eventually() doesn't spin on Assertion failures. Contributed by Steve Loughran (7 years ago) +* 3fddabc2fe4f - YARN-7072. Add a new log aggregation file format controller. Contributed by Xuan Gong. (7 years ago) +* 8edc60531fec - HADOOP-14847. Remove Guava Supplier and change to java Supplier in AMRMClient and AMRMClientAysnc. (Bharat Viswanadham via Haibo Chen) (7 years ago) +* a323f73bae65 - MAPREDUCE-6953. Skip the testcase testJobWithChangePriority if FairScheduler is used (pbacsko via rkanter) (7 years ago) +* a4661850c1e0 - HADOOP-14844. Remove requirement to specify TenantGuid for MSI Token Provider. Contributed by Atul Sikaria. (7 years ago) +* c35510a465cb - HADOOP-14849. some wrong spelling words update. Contributed by Chen Hongfei. (7 years ago) +* e8278b02a45d - HADOOP-14850. Read HttpServer2 resources directly from the source tree (if exists). Contributed by Elek, Marton. (7 years ago) +* 1f53ae797280 - YARN-6849. NMContainerStatus should have the Container ExecutionType. (Kartheek Muthyala via asuresh) (7 years ago) +* 4a83170be477 - YARN-7140. CollectorInfo should have Public visibility. Contributed by Varun Saxena. (7 years ago) +* 0bfb3a256612 - YARN-7130. ATSv2 documentation changes post merge. Contributed by Varun Saxena. (7 years ago) +* 5bbca80428ff - HADOOP-13421. Switch to v2 of the S3 List Objects API in S3A. Contributed by Aaron Fabbri (7 years ago) +* ab8368d2e0f3 - YARN-7104. Improve Nodes Heatmap in new YARN UI with better color coding. Contributed by Da Ding. (7 years ago) +* b3a4d7d2a010 - HDFS-12400. Provide a way for NN to drain the local key cache before re-encryption. (7 years ago) +* fa6137501c14 - YARN-5330. SharingPolicy enhancements required to support recurring reservations in ReservationSystem. (Carlo Curino via Subru). (7 years ago) +* 56d93d2e39ea - YARN-6600. Introduce default and max lifetime of application at LeafQueue level. Contributed by Rohith Sharma K S. (7 years ago) +* 3e6d0ca2b2f7 - HDFS-12349. Improve log message when it could not alloc enough blocks for EC. (lei) (7 years ago) +* 3b3be355b35d - HDFS-12404. Rename hdfs config authorization.provider.bypass.users to attributes.provider.bypass.users. (7 years ago) +* 4e50dc976a92 - HDFS-12218. Addendum. Rename split EC / replicated block metrics in BlockManager. (7 years ago) +* 40c2f31f8dd4 - HDFS-12218. Rename split EC / replicated block metrics in BlockManager. (7 years ago) +* 52b894db33bc - HDFS-12369. Edit log corruption due to hard lease recovery of not-closed file which has snapshots. (7 years ago) +* b0b535d9d572 - YARN-6930. Admins should be able to explicitly enable specific LinuxContainerRuntime in the NodeManager. Contributed by Shane Kumpf (7 years ago) +* f155ab7cfa64 - YARN-7033. Add support for NM Recovery of assigned resources (e.g. GPU's, NUMA, FPGA's) to container. (Devaraj K and Wangda Tan) (7 years ago) +* a4cd101934ae - HDFS-12350. Support meta tags in configs. Contributed by Ajay Kumar. (7 years ago) +* 83449abb4063 - HADOOP-14774. S3A case "testRandomReadOverBuffer" failed due to improper range parameter. Contributed by Yonger. (7 years ago) +* c41118a7f826 - YARN-6978. Add updateContainer API to NMClient. (Kartheek Muthyala via asuresh) (7 years ago) +* 13eda5000304 - HADOOP-14520. WASB: Block compaction for Azure Block Blobs. Contributed by Georgi Chalakov (7 years ago) +* d77ed238a911 - HDFS-12357. Let NameNode to bypass external attribute provider for configured users. Contributed by Yongjun Zhang, Arun Suresh. (7 years ago) +* 5ff74167ddd3 - HDFS-12376. Enable JournalNode Sync by default. Contributed by Hanisha Koneru. (7 years ago) +* 2adf8bed712e - HDFS-12402. Refactor ErasureCodingPolicyManager and related codes. Contributed by Sammi Chen (7 years ago) +* 6f101e7df10d - YARN-6992. Kill application button is visible even if the application is FINISHED in RM UI. Contributed by Suma Shivaprasad. (7 years ago) +* b6e7d1369690 - YARN-5328. Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem. (7 years ago) +* e3345e985bff - Revert "Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem." (7 years ago) +* 22de9449f8aa - YARN-7144. Log Aggregation controller should not swallow the exceptions when it calls closeWriter and closeReader. Contributed by Xuan Gong. (7 years ago) +* dd814946f68d - HADOOP-14827. Allow StopWatch to accept a Timer parameter for tests. Contributed by Erik Krogen (7 years ago) +* 704267cb4909 - YARN-7164. TestAMRMClientOnRMRestart fails sporadically with bind address in use. Contributed by Jason Lowe (7 years ago) +* 63231a2a3008 - YARN-7148. TestLogsCLI fails in trunk and branch-2 and javadoc error. Contributed by Xuan Gong. (7 years ago) +* 1f3bc63e6772 - HADOOP-12077. Provide a multi-URI replication Inode for ViewFs. Contributed by Gera Shegalov (7 years ago) +* 63720ef574df - HADOOP-14839. DistCp log output should contain copied and deleted files and directories. Contributed by Yiqun Lin. (7 years ago) +* 50506e90a843 - HADOOP-14103. Sort out hadoop-aws contract-test-options.xml. Contributed by John Zhuge. (7 years ago) +* d7f27043ce03 - HDFS-12392. Writing striped file failed due to different cell size. Contributed by Sammi Chen (7 years ago) +* d4035d42f025 - HDFS-12377. Refactor TestReadStripedFileWithDecoding to avoid test timeouts. (7 years ago) +* ad32759fd9f3 - HADOOP-14688. Intern strings in KeyVersion and EncryptedKeyVersion. Contributed by Xiao Chen. (7 years ago) +* ccd2ac60ecc5 - HDFS-11882. Precisely calculate acked length of striped block groups in updatePipeline. (7 years ago) +* 0ba8ff4b77db - HDFS-12359. Re-encryption should operate with minimum KMS ACL requirements. (7 years ago) +* 792eff9ea70d - HADOOP-14820 Wasb mkdirs security checks inconsistent with HDFS. Contributed by Sivaguru Sankaridurg (7 years ago) +* 5dba54596a15 - HDFS-12388. A bad error message in DFSStripedOutputStream. Contributed by Huafeng Wang (7 years ago) +* ed162b7aa01a - YARN-7022. Improve click interaction in queue topology in new YARN UI. Contributed by Abdullah Yousufi. (7 years ago) +* ef87d34a0e96 - YARN-7152. [ATSv2] Registering timeline client before AMRMClient service init throw exception (Rohith Sharma K S via Varun Saxena) (7 years ago) +* 633c1ea4554c - HDFS-12383. Re-encryption updater should handle canceled tasks better. (7 years ago) +* 275980bb1e3a - YARN-7075. Better styling for donut charts in new YARN UI. Contributed by Da Ding. (7 years ago) +* 7996eca7dcfa - Plan/ResourceAllocation data structure enhancements required to support recurring reservations in ReservationSystem. (7 years ago) +* c5281a85e108 - YARN-7023. Incorrect ReservationId.compareTo() implementation. (7 years ago) +* 0d419c984f4b - Preparing for 3.1.0 development (7 years ago) +* 063b6d0c93d7 - HADOOP-14674. Correct javadoc for getRandomizedTempPath. Contributed by Mukul Kumar Singh. (7 years ago) +* 99a7f5d451fb - YARN-7120. CapacitySchedulerPage NPE in "Aggregate scheduler counts" section. Contributed by Eric Payne (7 years ago) +* a3fee475f72c - HADOOP-14414. Calling maven-site-plugin directly for docs profile is unnecessary (Andras Bokor via aw) (7 years ago) +* a756704f5aa4 - YARN-7071. Add vcores and number of containers in new YARN UI node heat map. Contributed by Abdullah Yousufi. (7 years ago) +* 621b43e254af - HADOOP-13345 HS3Guard: Improved Consistency for S3A. Contributed by: Chris Nauroth, Aaron Fabbri, Mingliang Liu, Lei (Eddy) Xu, Sean Mackrory, Steve Loughran and others. (7 years ago) +* 7a96033b1558 - HDFS-11964. Decoding inputs should be correctly prepared in pread. Contributed by Takanobu Asanuma (7 years ago) +* 1b3b9938cf66 - HDFS-12300. Audit-log delegation token related operations. (7 years ago) +* 36f33a1efb35 - HDFS-12380. Simplify dataQueue.wait condition logical operation in DataStreamer::run(). Contributed by liaoyuxiangqin (7 years ago) +* dcd0bedcc811 - YARN-7141. Move logging APIs to slf4j in timelineservice after ATSv2 merge. Contributed by Varun Saxena (7 years ago) +* 1fbb662c7092 - HDFS-12363. Possible NPE in BlockManager$StorageInfoDefragmenter#scanAndCompactStorages. Contributed by Xiao Chen (7 years ago) +* 7ecc6dbed62c - HADOOP-14824. Update ADLS SDK to 2.2.2 for MSI fix. Contributed by Atul Sikaria. (7 years ago) +* 27359b713982 - HADOOP-14781. Clarify that HADOOP_CONF_DIR shouldn't actually be set in hadoop-env.sh (7 years ago) +* 0adc3a0533e9 - YARN-6721. container-executor should have stack checking (7 years ago) +* 190410085b86 - HADOOP-14364. refresh changelog/release notes with newer Apache Yetus build (7 years ago) +* 91cc070d6753 - YARN-6877. Create an abstract log reader for extendability. Contributed by Xuan Gong. (7 years ago) +* bac4e8cca8b5 - YARN-7095. Federation: routing getNode/getNodes/getMetrics REST invocations transparently to multiple RMs. (Giovanni Matteo Fumarola via Subru). (7 years ago) +* d4417dae4f38 - YARN-6780. ResourceWeights.toString() cleanup (Contributed by weiyuan via Daniel Templeton) (7 years ago) +* f9e0cc8cdca3 - YARN-7116. CapacityScheduler Web UI: Queue's AM usage is always show on per-user's AM usage. Contributed by Wangda Tan. (7 years ago) +* ac12e153a8cd - HDFS-12317. HDFS metrics render error in the page of Github. Contributed by Yiqun Lin. (7 years ago) +* 71bbb86d69ac - HADOOP-14670. Increase minimum cmake version for all platforms (7 years ago) +* ce79f7be29df - YARN-7094. Document the current known issue with server-side NM graceful decom (rkanter) (7 years ago) +* cc23514abacb - YARN-7115. Move BoundedAppender to org.hadoop.yarn.util pacakge (Contributed by Jian He via Daniel Templeton) (7 years ago) +* 3e0e2033cc28 - MAPREDUCE-6931. Remove TestDFSIO "Total Throughput" calculation. Contributed by Dennis Huo. (7 years ago) +* 41480233a9cf - HADOOP-14814. Fix incompatible API change on FsServerDefaults to HADOOP-14104. Contributed by Junping Du. (7 years ago) +* fd66a243bfff - HDFS-12356. Unit test for JournalNode sync during Rolling Upgrade. Contributed by Hanisha Koneru. (7 years ago) +* d04f85f387e4 - MAPREDUCE-6892. Issues with the count of failed/killed tasks in the jhist file. (Peter Bacsko via Haibo Chen) (7 years ago) +* a20e7105ea9d - YARN-6868. Add test scope to certain entries in hadoop-yarn-server-resourcemanager pom.xml. (Ray Chiang via Haibo Chen) (7 years ago) +* 99926756fc03 - Revert "HADOOP-14671. Upgrade to Apache Yetus 0.5.0." (7 years ago) +* 200b11368d39 - HDFS-12258. ec -listPolicies should list all policies in system, no matter it's enabled or disabled. Contributed by Wei Zhou. (7 years ago) +* 32cba6c3036d - YARN-5355: YARN Timeline Service v.2: alpha 2 (varunsaxena) (7 years ago) +|\ +| * 3d00c8f3942d - Made fixes for whitespace errors and checstyle warnings before merge. (7 years ago) +| * 512068a01f8a - YARN-6905. Addendum to fix TestTimelineReaderWebServicesHBaseStorage due to missing FastNumberFormat (7 years ago) +| * 16ba4f544f13 - MAPREDUCE-6838. Addendum to fix code comment (7 years ago) +| * 08f40bcc7f41 - MAPREDUCE-6838. [ATSv2 Security] Add timeline delegation token received in allocate response to UGI. Contributed by Varun Saxena (7 years ago) +| * bea3e4df76df - YARN-6047 Documentation updates for TimelineService v2 (Contributed by Rohith Sharma) (7 years ago) +| * 9b08f365d749 - YARN-6323. Rolling upgrade/config change is broken on timeline v2. (Vrushali C via Haibo Chen) (7 years ago) +| * b2efebdd077e - YARN-6861. Reader API for sub application entities (Rohith Sharma K S via Varun Saxena) (7 years ago) +| * 7fd6ae24798c - YARN-6134. [ATSv2 Security] Regenerate delegation token for app just before token expires if app collector is active. Contributed by Varun Saxena (7 years ago) +| * e276c75ec176 - YARN-7041. Nodemanager NPE running jobs with security off. Contributed by Varun Saxena. (7 years ago) +| * 32188d32954d - YARN-7038. [Atsv2 Security] CollectorNodemanagerProtocol RPC interface doesn't work when service authorization is enabled. Contributed by Varun Saxena. (7 years ago) +| * b664569586db - YARN-7006. [ATSv2 Security] Changes for authentication for CollectorNodemanagerProtocol. Contributed by Varun Saxena (7 years ago) +| * d5ff965fee41 - YARN-6820. Restrict read access to timelineservice v2 data. Contributed by Vrushali C (7 years ago) +| * 60765aff9b57 - YARN-6874. Supplement timestamp for min start/max end time columns in flow run table to avoid overwrite (Vrushali C via Varun Saxena) (7 years ago) +| * 354be99dbf3b - YARN-6133. [ATSv2 Security] Renew delegation token for app automatically if an app collector is active. Contributed by Varun Saxena. (7 years ago) +| * 7594d1de7bbc - YARN-6130. [ATSv2 Security] Generate a delegation token for AM when app collector is created and pass it to AM via NM and RM. Contributed by Varun Saxena. (7 years ago) +| * 9f6540535d91 - YARN-6734. Ensure sub-application user is extracted & sent to timeline service (Rohith Sharma K S via Varun Saxena) (7 years ago) +| * 3fb71b139301 - YARN-6888. Refactor AppLevelTimelineCollector such that RM does not have aggregator threads created. Contributed by Vrushali C. (7 years ago) +| * a990ff70c25e - YARN-6733. Add table for storing sub-application entities. Contributed by Vrushali C. (7 years ago) +| * 61136d03f253 - YARN-6850 Ensure that supplemented timestamp is stored only for flow run metrics (Contributed by Varun Saxena via Vrushali C) (7 years ago) +| * 70078e91e328 - YARN-4455. Support fetching metrics by time range. Contributed by Varun Saxena. (7 years ago) +| * 660413165aa2 - YARN-6801. NPE in RM while setting collectors map in NodeHeartbeatResponse. Contributed by Vrushali C. (7 years ago) +| * ac7f52df83d2 - YARN-5648. [ATSv2 Security] Client side changes for authentication. Contributed by Varun Saxena (7 years ago) +| * d3f11e3f13ed - YARN-6638. [ATSv2 Security] Timeline reader side changes for loading auth filters and principals. Contributed by Varun Saxena (7 years ago) +| * 879de51206dd - YARN-5647. [ATSv2 Security] Collector side changes for loading auth filters and principals. Contributed by Varun Saxena (7 years ago) +| * 24447b36260f - YARN-6316 Provide help information and documentation for TimelineSchemaCreator (Contributed by Haibo Chen via Vrushali C) (7 years ago) +| * f6a51dce186d - YARN-6658. Remove columnFor() methods of Columns in HBaseTimeline backend (Haibo Chen via Varun Saxena) (7 years ago) +| * a8f082a180cf - YARN-6555. Store application flow context in NM state store for work-preserving restart. (Rohith Sharma K S via Haibo Chen) (7 years ago) +| * b87b72b40a3c - YARN-6146. Add Builder methods for TimelineEntityFilters (Haibo Chen via Varun Saxena) (7 years ago) +| * 44999aabc276 - YARN-6318. timeline service schema creator fails if executed from a remote machine (Sangjin Lee via Varun Saxena) (7 years ago) +| * 18b3a80df7e0 - YARN-6237. Move UID constant to TimelineReaderUtils (Rohith Sharma K S via Varun Saxena) (7 years ago) +| * c3bd8d6ad3e3 - YARN-6256. Add FROM_ID info key for timeline entities in reader response (Rohith Sharma K S via Varun Saxena) (7 years ago) +| * 8bb26465956a - YARN-6027. Support fromid(offset) filter for /flows API (Rohith Sharma K S via Varun Saxena) (7 years ago) +| * cf30b3b9144b - YARN-6253. FlowAcitivityColumnPrefix.store(byte[] rowKey, ...) drops timestamp. Contributed by Haibo Chen. (7 years ago) +| * ff43b8db7aad - YARN-6069. CORS support in timeline v2 (Rohith Sharma K S via Varun Saxena) (7 years ago) +| * 684de1a90252 - YARN-4675. Reorganize TimelineClient and TimelineClientImpl into separate classes for ATSv1.x and ATSv2. Contributed by Naganarasimha G R. (7 years ago) +| * ccb38c19919d - YARN-5928. Move ATSv2 HBase backend code into a new module that is only dependent at runtime by yarn servers. Contributed by Haibo Chen. (7 years ago) +| * 580d884913c2 - YARN-6094. Update the coprocessor to be a dynamically loaded one. Contributed by Vrushali C. (7 years ago) +| * 5e0acee75e25 - Addendum for YARN-6064. Support fromId for flowRuns and flow/flowRun apps REST API's (7 years ago) +| * 6f65cf27bb5b - YARN-6064. Support fromId for flowRuns and flow/flowRun apps REST API's (Rohith Sharma K S via Varun Saxena) (7 years ago) +| * 71847ed44dc5 - YARN-5378. Accommodate app-id->cluster mapping (Sangjin Lee via Varun Saxena) (7 years ago) +| * 7f54ac48c676 - YARN-5980. Update documentation for single node hbase deploy. Contributed by Vrushali C. (7 years ago) +| * 02a9710a099f - YARN-5585. [Atsv2] Reader side changes for entity prefix and support for pagination via additional filters (Rohith Sharma K S via Varun Saxena) (7 years ago) +| * 2556c012e385 - YARN-5925. Extract hbase-backend-exclusive utility methods from TimelineStorageUtil. Contributed by Haibo Chen. (7 years ago) +| * 84992997406e - MAPREDUCE-6818. Remove direct reference to TimelineClientImpl. Contributed by Li Lu. (7 years ago) +| * ecbc8d481659 - YARN-5922. Remove direct references of HBaseTimelineWriter/Reader in core ATS classes. Contributed by Haibo Chen. (7 years ago) +| * 4481561e4a34 - YARN-5739. Provide timeline reader API to list available timeline entity types for one application. Contributed by Li Lu. (7 years ago) +| * 092fead5d987 - YARN-5792. Adopt the id prefix for YARN, MR, and DS entities. Contributed by Varun Saxena. (7 years ago) +| * c92a7ab31cc3 - YARN-3359. Addendum for Recover collector list when RM fails over (Li Lu via Varun Saxena) (7 years ago) +| * 91d344380655 - YARN-3359. Recover collector list when RM fails over (Li Lu via Varun Saxena) (7 years ago) +| * 643a20a358e2 - YARN-5265. Make HBase configuration for the timeline service configurable. Contributed by Joep Rottinghuis. (7 years ago) +| * 05ff04439e2e - YARN-5715. Introduce entity prefix for return and sort order. Contributed by Rohith Sharma K S. (7 years ago) +| * 9bb5cc3d4929 - YARN-3649. Allow configurable prefix for hbase table names like prod, exp, test etc (Vrushali C via Varun Saxena) (7 years ago) +| * 78b7e070d800 - YARN-5638. Introduce a collector timestamp to uniquely identify collectors creation order in collector discovery. Contributed by Li Lu. (7 years ago) +| * e72e6260da19 - YARN-5229. Refactor #isApplicationEntity and #getApplicationEvent from HBaseTimelineWriterImpl. (Vrushali C via gtcarrera9) (7 years ago)
  • +| * 278bd6fcff8d - YARN-5156. YARN_CONTAINER_FINISHED of YARN_CONTAINERs will always have running state (Vrushali C via sjlee) (7 years ago) +|/ +* 4cae120c6198 - YARN-6982. Potential issue on setting AMContainerSpec#tokenConf to null before app is completed. Contributed by Manikandan R. (7 years ago) +* f3661fd08e03 - HDFS-12336. Listing encryption zones still fails when deleted EZ is not a direct child of snapshottable directory. Contributed by Wellington Chevreuil. (7 years ago) +* 8201ed8009e5 - YARN-6756. ContainerRequest#executionTypeRequest causes NPE. Contributed by Jian He (7 years ago) +* cf93d60d3f03 - HDFS-12191. Provide option to not capture the accessTime change of a file to snapshot if no other modification has been done to this file. Contributed by Yongjun Zhang. (7 years ago) +* 26fafc359787 - YARN-7077. TestAMSimulator and TestNMSimulator fail. (Contributed by Akira Ajisaka via Yufei Gu) (7 years ago) +* f59332b97b9a - YARN-5219. When an export var command fails in launch_container.sh, the full container launch should fail. (Sunil G via wangda) (7 years ago) +* ad45d19998c1 - YARN-7037. Optimize data transfer with zero-copy approach for containerlogs REST API in NMWebServices. Contributed by Tao Yang. (7 years ago) +* cc8893edc0b7 - YARN-7010. Federation: routing REST invocations transparently to multiple RMs (part 2 - getApps). (Contributed by Giovanni Matteo Fumarola via curino) (7 years ago) +* 63fc1b0b6db8 - HDFS-11912. Snapshot functionality test along with randomized file IO operations. (George Huang via Manoj Govindassamy) (7 years ago) +* 9374f3882044 - HADOOP-14583. wasb throws an exception if you try to create a file and there's no parent directory Contributed by Esfandiar Manii and Thomas Marquardt. (7 years ago) +* 021974f4cb1e - HADOOP-14802. Add support for using container saskeys for all accesses. Contributed by Sivaguru Sankaridurg (7 years ago) +* 1f6dc4ee9a3a - YARN-5816. TestDelegationTokenRenewer#testCancelWithMultipleAppSubmissions is still flakey. Contributed by Robert Kanter (7 years ago) +* 33afa94af1af - HADOOP-14671. Upgrade to Apache Yetus 0.5.0. (7 years ago) +* 7ddc7aa26e04 - YARN-6386. Show decommissioning nodes in new YARN UI. Contributed by Elek Marton. (7 years ago) +* 312b1fd9da27 - YARN-7076. yarn application -list -appTypes is not working. Contributed by Jian He. (7 years ago) +* a1e3f84afe6c - HDFS-12293. DataNode should log file name on disk error. Contributed by Ajay Kumar. (7 years ago) +* 51881a863cb5 - YARN-7112. TestAMRMProxy is failing with invalid request. (Jason Lowe via wangda) (7 years ago) +* d5bc9582793d - YARN-7099. ResourceHandlerModule.parseConfiguredCGroupPath only works for privileged yarn users. (Contributed by Miklos Szegedi via Yufei Gu) (7 years ago) +* 02599bda04e0 - YARN-7051. Avoid concurrent modification exception in FifoIntraQueuePreemptionPlugin. Contributed by Eric Payne. (7 years ago) +* ae7abad3d9f9 - MAPREDUCE-6945. TestMapFileOutputFormat missing @after annotation. Contributed by Ajay Kumar (7 years ago) +* 077a5eed9f50 - HDFS-12358. Handle IOException when transferring edit log to Journal current dir through JN sync. Contributed by Hanisha Koneru. (7 years ago) +* bb6a3c83305f - HDFS-12248. SNN will not upload fsimage on IOE and Interrupted exceptions. (Brahma Reddy Battula) (7 years ago) +* 3bee7046c52b - YARN-6999. Add log about how to solve Error: Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster. (Linlin Zhou via gtcarrera9) (7 years ago)
  • +* b89ffcff362a - HDFS-11986. Dfsadmin should report erasure coding related information separately. (7 years ago) +* 36bada3032e4 - HDFS-12215. DataNode.transferBlock does not create its daemon in the xceiver thread group. (Lei Xu) (7 years ago) +* f29a0fc288a6 - HDFS-12303. Change default EC cell size to 1MB for better performance. Contributed by Wei Zhou. (7 years ago) +* e864f8147140 - YARN-7087. NM failed to perform log aggregation due to absent container. Contributed by Jason Lowe. (7 years ago) +* 39a9dc8e4a6e - YARN-7052. RM SchedulingMonitor gives no indication why the spawned thread crashed. Contributed by Eric Payne (7 years ago) +* 8455d70756b5 - HDFS-12299. Race Between update pipeline and DN Re-Registration (7 years ago) +* 4b2c442d4e34 - HDFS-12319. DirectoryScanner will throw IllegalStateException when Multiple BP's are present. Contributed by Brahma Reddy Battula. (7 years ago) +* 8b7cbe3840f1 - HADOOP-14729. Upgrade JUnit 3 test cases to JUnit 4. Contributed by Ajay Kumar. (7 years ago) +* 3a4e861169dc - YARN-6640. AM heartbeat stuck when responseId overflows MAX_INT. Contributed by Botong Huang (7 years ago) +* 9e2699ac2c99 - YARN-7049. FSAppAttempt preemption related fields have confusing names. (Contributed by Karthik Kambatla via Yufei Gu) (7 years ago) +* c2cb7ea1ef65 - YARN-6876. Create an abstract log writer for extendability. Contributed by Xuan Gong. (7 years ago) +* 8196a07c3211 - HDFS-12344. LocatedFileStatus regression: no longer accepting null FSPermission. Contributed by Ewan Higgs (7 years ago) +* de0cba700bcf - YARN-7074. Fix NM state store update comment. Contributed by Botong Huang (7 years ago) +* 3123895db051 - HDFS-12318. Fix IOException condition for openInfo in DFSInputStream. Contributed by legend. (7 years ago) +* 652dd434d96c - YARN-7090. testRMRestartAfterNodeLabelDisabled get failed when CapacityScheduler is configured. Contributed by Wangda Tan. (7 years ago) +* 1000a2af04b2 - HDFS-10899. Add functionality to re-encrypt EDEKs. (7 years ago) +* 26d8c8fa586a - HADOOP-14649. Update aliyun-sdk-oss version to 2.8.1. (Genmao Yu via rchiang) (7 years ago) +* 7e6463d2fb5f - HADOOP-14251. Credential provider should handle property key deprecation. Contributed by John Zhuge. (7 years ago) +* f49843a9888a - YARN-6251. Do async container release to prevent deadlock during container updates. (Arun Suresh via wangda) (7 years ago) +* 4249172e1419 - YARN-7053. Move curator transaction support to ZKCuratorManager. (Jonathan Hung via Subru). (7 years ago) +* c37931021217 - HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp (7 years ago) +* 657dd59cc840 - YARN-7048. Fix tests faking kerberos to explicitly set ugi auth type. Contributed by Daryn Sharp (7 years ago) +* 3efcd51c3b3e - YARN-2416. InvalidStateTransitonException in ResourceManager if AMLauncher does not receive response for startContainers() call in time. Contributed by Jonathan Eagles (7 years ago) +* 4ec5acc70418 - HADOOP-14705. Add batched interface reencryptEncryptedKeys to KMS. (7 years ago) +* 27ab5f7385c7 - HADOOP-14787. AliyunOSS: Implement the `createNonRecursive` operator. Contributed by Genmao Yu (7 years ago) +* d5ff57a08fac - YARN-7047. Moving logging APIs over to slf4j in hadoop-yarn-server-nodemanager. Contributed by Yeliang Cang. (7 years ago) +* ae8fb13b312b - YARN-6923. Metrics for Federation Router. (Giovanni Matteo Fumarola via asuresh) (7 years ago) +* 75abc9a8e2cf - YARN-5603. Metrics for Federation StateStore. (Ellen Hui via asuresh) (7 years ago) +* b6bfb2fcb239 - HDFS-11738. Hedged pread takes more time when block moved from initial locations. Contributed by Vinayakumar B. (7 years ago) +* 736ceab2f58f - HDFS-12325. SFTPFileSystem operations should restore cwd. Contributed by Chen Liang. (7 years ago) +* 913760cb4fe7 - HDFS-11988. Verify HDFS Snapshots with open files captured are consistent across truncates and appends to current version file. (7 years ago) +* 267e19a09f36 - HADOOP-14194. Aliyun OSS should not use empty endpoint as default. Contributed by Genmao Yu (7 years ago) +* 7a82d7bcea81 - YARN-6979. [Addendum patch] Fixed classname and added javadocs. (Kartheek Muthyala via asuresh) (7 years ago) +* 8410d862d3a7 - YARN-6979. Add flag to notify all types of container updates to NM via NodeHeartbeatResponse. (Kartheek Muthyala via asuresh) (7 years ago) +* 436c2638f9ca - YARN-6852. Native code changes to support isolate GPU devices by using CGroups. (wangda) (7 years ago) +* 8991f0baec62 - YARN-6969. Clean up unused code in class FairSchedulerQueueInfo. (Larry Lo via Yufei Gu) (7 years ago) +* 2d105a206884 - Revert "HADOOP-14732. ProtobufRpcEngine should use Time.monotonicNow to measure durations. Contributed by Hanisha Koneru." (7 years ago) +* e05fa3451db3 - YARN-7007. NPE in RM while using YarnClient.getApplications(). Contributed by Lingfeng Su. (7 years ago) +* c6b4e656b76b - HADOOP-14769. WASB: delete recursive should not fail if a file is deleted. Contributed by Thomas Marquardt (7 years ago) +* 99e558b13ba4 - HADOOP-14398. Modify documents for the FileSystem Builder API. (Lei (Eddy) Xu) (7 years ago) +* 4230872dd66d - HDFS-12316. Verify HDFS snapshot deletion doesn't crash the ongoing file writes. (7 years ago) +* b29894889742 - HDFS-12072. Provide fairness between EC and non-EC recovery tasks. Contributed by Eddy Xu. (7 years ago) +* ab1a8ae85f8c - YARN-6988. container-executor fails for docker when command length > 4096 B. Contributed by Eric Badger (7 years ago) +* dd7916d3cd5d - HDFS-12250. Reduce usage of FsPermissionExtension in unit tests. Contributed by Chris Douglas. (7 years ago) +* f9a0e2338150 - YARN-3254. HealthReport should include disk full information. Contributed by Suma Shivaprasad. (7 years ago) +* 1f04cb45f706 - HADOOP-14560. Make HttpServer2 backlog size configurable. Contributed by Alexander Krasheninnikov. (7 years ago) +* 96b3a6b9721e - HDFS-11082. Provide replicated EC policy to replicate files. Contributed by SammiChen. (7 years ago) +* 08aaa4b36fab - HDFS-12269. Better to return a Map rather than HashMap in getErasureCodingCodecs. Contributed by Huafeng Wang. (7 years ago) +* ab051bd42ee1 - MAPREDUCE-6936. Remove unnecessary dependency of hadoop-yarn-server-common from hadoop-mapreduce-client-common (haibochen via rkanter) (7 years ago) +* 0acc5e003626 - MAPREDUCE-6940. Copy-paste error in the TaskAttemptUnsuccessfulCompletionEvent constructor. Contributed by Oleg Danilov (7 years ago) +* de462da04e16 - YARN-6900. ZooKeeper based implementation of the FederationStateStore. (Íñigo Goiri via Subru). (7 years ago) +* 14553061be0a - YARN-7020. TestAMRMProxy#testAMRMProxyTokenRenewal is flakey. Contributed by Robert Kanter (7 years ago) +* 588c190afd49 - YARN-6965. Duplicate instantiation in FairSchedulerQueueInfo. Contributed by Masahiro Tanaka. (7 years ago) +* 75dd866bfb8b - HADOOP-14773. Extend ZKCuratorManager API for more reusability. (Íñigo Goiri via Subru). (7 years ago) +* f34646d65231 - HDFS-12301. NN File Browser UI: Navigate to a path when enter is pressed (7 years ago) +* d265459024b8 - YARN-7014. Fix off-by-one error causing heap corruption (Jason Lowe via nroberts) (7 years ago) +* dadb0c2225ad - YARN-5146. Support for Fair Scheduler in new YARN UI. Contributed by Abdullah Yousufi. (7 years ago) +* e3ae3e26446c - HDFS-12066. When Namenode is in safemode,may not allowed to remove an user's erasure coding policy. Contributed by lufei. (7 years ago) +* 1040bae6fcba - HDFS-12054. FSNamesystem#addErasureCodingPolicies should call checkNameNodeSafeMode() to ensure Namenode is not in safemode. Contributed by lufei. (7 years ago) +* 2e43c28e01fe - HDFS-11696. Fix warnings from Spotbugs in hadoop-hdfs. Contributed by Yiqun Lin. (7 years ago) +* 645a8f2a4d09 - HADOOP-14726. Mark FileStatus::isDir as final (7 years ago) +* 4d7be1d8575e - YARN-5978. ContainerScheduler and ContainerManager changes to support ExecType update. (Kartheek Muthyala via asuresh) (7 years ago) +* 044651139800 - HADOOP-14673. Remove leftover hadoop_xml_escape from functions. Contributed by Ajay Kumar. (7 years ago) +* 8bef4eca28a3 - HADOOP-14732. ProtobufRpcEngine should use Time.monotonicNow to measure durations. Contributed by Hanisha Koneru. (7 years ago) +* 555879289416 - YARN-6917. Queue path is recomputed from scratch on every allocation. Contributed by Eric Payne (7 years ago) +* 3325ef653d6f - YARN-6987. Log app attempt during InvalidStateTransition. Contributed by Jonathan Eagles (7 years ago) +* 6b09c3270579 - YARN-6881. LOG is unused in AllocationConfiguration (Contributed by weiyuan via Daniel Templeton) (7 years ago) +* 608a06cca5d6 - YARN-6905 Multiple HBaseTimelineStorage test failures due to missing FastNumberFormat (Contributed by Haibo Chen) (7 years ago) +* d72124a44268 - HDFS-12162. Update listStatus document to describe the behavior when the argument is a file. Contributed by Ajay Kumar. (7 years ago) +* 18f3603bce37 - YARN-6996. Change javax.cache library implementation from JSR107 to Apache Geronimo. (Ray Chiang via Subru). (7 years ago) +* e2f6299f6f58 - YARN-6959. RM may allocate wrong AM Container for new attempt. Contributed by Yuqi Wang (7 years ago) +* ce797a170669 - HDFS-12221. Replace xcerces in XmlEditsVisitor. (Ajay Kumar via lei) (7 years ago) +* d8f74c3964fa - YARN-6741. Deleting all children of a Parent Queue on refresh throws exception. Contributed by Naganarasimha G R. (7 years ago) +* 7769e9614956 - HADOOP-14627. Support MSI and DeviceCode token provider in ADLS. Contributed by Atul Sikaria. (7 years ago) +* 8b242f09a61a - HDFS-11303. Hedged read might hang infinitely if read data from all DN failed . Contributed by Chen Zhang, Wei-chiu Chuang, and John Zhuge. (7 years ago) +* 28d97b79b69b - YARN-6687. Validate that the duration of the periodic reservation is less than the periodicity. (subru via curino) (7 years ago) +* cc59b5fb26cc - YARN-6896. Federation: routing REST invocations transparently to multiple RMs (part 1 - basic execution). (Contributed by Giovanni Matteo Fumarola via curino) (7 years ago) +* 0996acde6c32 - YARN-6882. AllocationFileLoaderService.reloadAllocations() should use the diamond operator (Contributed by Larry Lo via Daniel Templeton) (7 years ago) +* 65364defb4a6 - YARN-6967. Limit application attempt's diagnostic message size thoroughly (Contributed by Chengbing Liu via Daniel Templeton) (7 years ago) +* c7680d4cc4d9 - YARN-6884. AllocationFileLoaderService.loadQueue() has an if without braces (Contributed by weiyuan via Daniel Templeton) (7 years ago) +* 218588be7731 - YARN-6952. Enable scheduling monitor in FS (Contributed by Yufei Gu via Daniel Templeton) (7 years ago) +* bbbf0e2a4136 - HADOOP-14741. Refactor curator based ZooKeeper communication into common library. (Íñigo Goiri via Subru). (7 years ago) +* 8c4b6d16a526 - YARN-5927. BaseContainerManagerTest::waitForNMContainerState timeout accounting is not accurate. (Kai Sasaki via kasha) (7 years ago) +* 07fff43f4a1e - HADOOP-14760. Add missing override to LoadBalancingKMSClientProvider. (7 years ago) +* 582648befaf9 - HADOOP-14260. Configuration.dumpConfiguration should redact sensitive information. Contributed by John Zhuge. (7 years ago) +* 4222c971080f - HADOOP-10392. Use FileSystem#makeQualified(Path) instead of Path#makeQualified(FileSystem) (ajisakaa via aw) (7 years ago) +* d964062f66c0 - HADOOP-14754. TestCommonConfigurationFields failed: core-default.xml has 2 wasb properties missing in classes. Contributed by John Zhuge. (7 years ago) +* f13ca9495407 - HDFS-12287. Remove a no-longer applicable TODO comment in DatanodeManager. Contributed by Chen Liang. (7 years ago) +* a32e0138fb63 - MAPREDUCE-6870. Add configuration for MR job to finish when all reducers are complete. (Peter Bacsko via Haibo Chen) (7 years ago) +* 312e57b95477 - HDFS-11957. Enable POSIX ACL inheritance by default. Contributed by John Zhuge. (7 years ago) +* a8b75466b21e - HADOOP-14743. CompositeGroupsMapping should not swallow exceptions. Contributed by Wei-Chiu Chuang. (7 years ago) +* 54356b1e8366 - HADOOP-14183. Remove service loader config file for wasb fs. Contributed by Esfandiar Manii. (7 years ago) +* 8d953c2359c5 - YARN-6631. Refactor loader.js in new Yarn UI. Contributed by Akhil P B. (7 years ago) +* ac7d0604bc73 - MAPREDUCE-6923. Optimize MapReduce Shuffle I/O for small partitions. Contributed by Robert Schmidtke. (7 years ago) +* b5c02f95b5a2 - HDFS-12278. LeaseManager operations are inefficient in 2.8. Contributed by Rushabh S Shah. (7 years ago) +* ec694145cf9c - YARN-6033. Add support for sections in container-executor configuration file. (Varun Vasudev via wandga) (7 years ago) +* 63cfcb90ac6f - YARN-6958. Moving logging APIs over to slf4j in hadoop-yarn-server-timelineservice. Contributed by Yeliang Cang. (7 years ago) +* 69afa26f19ad - HDFS-12157. Do fsyncDirectory(..) outside of FSDataset lock. Contributed by inayakumar B. (7 years ago) +* 1a18d5e514d1 - YARN-6515. Fix warnings from Spotbugs in hadoop-yarn-server-nodemanager. Contributed by Naganarasimha G R. (7 years ago) +* 8a4bff02c153 - HDFS-12117. HttpFS does not seem to support SNAPSHOT related methods for WebHDFS REST Interface. Contributed by Wellington Chevreuil. (7 years ago) +* 9a3c2379ef24 - HDFS-12182. BlockManager.metaSave does not distinguish between "under replicated" and "missing" blocks. Contributed by Wellington Chevreuil. (7 years ago) +* 07694fc65ae6 - HADOOP-14355. Update maven-war-plugin to 3.1.0. (7 years ago) +* ebabc7094c6b - HADOOP-14628. Upgrade maven enforcer plugin to 3.0.0-M1. (7 years ago) +* a53b8b6fdce1 - HDFS-11975. Provide a system-default EC policy. Contributed by Huichun Lu (7 years ago) +* ad2a35066267 - YARN-6970. Add PoolInitializationException as retriable exception in FederationFacade. (Giovanni Matteo Fumarola via Subru). (7 years ago) +* 1db4788b7d22 - HADOOP-14598. Blacklist Http/HttpsFileSystem in FsUrlStreamHandlerFactory. Contributed by Steve Loughran. (7 years ago) +* f4e1aa0508ca - HADOOP-14715. TestWasbRemoteCallHelper failing. Contributed by Esfandiar Manii. (7 years ago) +* 71b8dda4f6ff - HDFS-10326. Disable setting tcp socket send/receive buffers for write pipelines. Contributed by Daryn Sharp. (7 years ago) +* e0c24145d2c2 - YARN-6879. TestLeafQueue.testDRFUserLimits() has commented out code (Contributed by Angela Wang via Daniel Templeton) (7 years ago) +* 1794de3ea4bb - YARN-6726. Fix issues with docker commands executed by container-executor. (Shane Kumpf via wangda) (7 years ago) +* 735fce5bec17 - MAPREDUCE-6927. MR job should only set tracking url if history was successfully written. Contributed by Eric Badger (7 years ago) +* acf9bd8b1d87 - YARN-6890. Not display killApp button on UI if UI is unsecured but cluster is secured. Contributed by Junping Du (7 years ago) +* 47b145b9b4e8 - YARN-6757. Refactor the usage of yarn.nodemanager.linux-container-executor.cgroups.mount-path (Contributed by Miklos Szegedi via Daniel Templeton) (7 years ago) +* 98912950b616 - YARN-6961. Remove commons-logging dependency from hadoop-yarn-server-applicationhistoryservice module. Contributed by Yeliang Cang. (7 years ago) +* 55a181f845ad - HADOOP-14730. Support protobuf FileStatus in AdlFileSystem. (7 years ago) +* 8d3fd8198027 - YARN-6920. Fix resource leak that happens during container re-initialization. (asuresh) (7 years ago) +* c61f2c419830 - YARN-6955. Handle concurrent register AM requests in FederationInterceptor. (Botong Huang via Subru). (7 years ago) +* bc206806dadc - HDFS-12264. DataNode uses a deprecated method IoUtils#cleanup. Contributed by Ajay Yadav. (7 years ago) +* adb84f34db7e - YARN-4161. Capacity Scheduler : Assign single or multiple containers per heart beat driven by configuration. (Wei Yan via wangda) (7 years ago) +* a3a9c976c3cf - HADOOP-14727. Socket not closed properly when reading Configurations with BlockReaderRemote. Contributed by Jonathan Eagles. (7 years ago) +* 0b6743606889 - HDFS-12306. Add audit log for some erasure coding operations. Contributed by Huafeng Wang (7 years ago) +* b0fbf1796585 - YARN-6957. Moving logging APIs over to slf4j in hadoop-yarn-server-sharedcachemanager. Contributed by Yeliang Cang. (7 years ago) +* 839e077faf40 - YARN-6873. Moving logging APIs over to slf4j in hadoop-yarn-server-applicationhistoryservice. Contributed by Yeliang Cang. (7 years ago) +* a4eb7016cb20 - HDFS-12198. Document missing namenode metrics that were added recently. Contributed by Yiqun Lin. (7 years ago) +* 46b7054fa7ea - YARN-6951. Fix debug log when Resource Handler chain is enabled. Contributed by Yang Wang. (7 years ago) +* d91b7a845148 - HADOOP-14722. Azure: BlockBlobInputStream position incorrect after seek. Contributed by Thomas Marquardt (7 years ago) +* 024c3ec4a3ad - HADOOP-14685. Exclude some test jars from hadoop-client-minicluster jar. Contributed by Bharat Viswanadham. (7 years ago) +* f44b349b8135 - YARN-6811. [ATS1.5] All history logs should be kept under its own User Directory. Contributed by Rohith Sharma K S. (7 years ago) +* bbc6d254c8a9 - HDFS-12224. Add tests to TestJournalNodeSync for sync after JN downtime. Contributed by Hanisha Koneru. (7 years ago) +* fe3341786a0d - HDFS-12251. Add document for StreamCapabilities. (Lei (Eddy) Xu) (7 years ago) +* a6fdeb8a872d - HADOOP-13963. /bin/bash is hard coded in some of the scripts. Contributed by Ajay Yadav. (7 years ago) +* 02bf328e0fca - HADOOP-14471. Upgrade Jetty to latest 9.3 version. Contributed by John Zhuge. (7 years ago) +* 7fc324aabda8 - HADOOP-14126. Remove jackson, joda and other transient aws SDK dependencies from hadoop-aws. Contributed by Steve Loughran (7 years ago) +* 691bf5ec5d64 - HADOOP-14706. Adding a helper method to determine whether a log is Log4j implement. (7 years ago) +* 35dc7829236f - YARN-5977. ContainerManagementProtocol changes to support change of container ExecutionType. (Kartheek Muthyala via asuresh) (7 years ago) +* f4c6b00a9f48 - HDFS-12131. Add some of the FSNamesystem JMX values as metrics. Contributed by Erik Krogen. (7 years ago) +* 0542e6f86e67 - YARN-6932. Fix TestFederationRMFailoverProxyProvider test case failure. (7 years ago) +* b8e824185490 - MAPREDUCE-6914. Tests use assertTrue(....equals(...)) instead of assertEquals()). (Daniel Templeton via Yufei Gu) (7 years ago) +* c617fe02b368 - YARN-6832. Tests use assertTrue(....equals(...)) instead of assertEquals()). (Daniel Templeton via Yufei Gu) (7 years ago) +* 293c74a81b40 - YARN-6673 Add cpu cgroup configurations for opportunistic containers. (Miklos Szegedi via Haibo Chen) (7 years ago) +* c5d256c7607d - YARN-6674 Add memory cgroup settings for opportunistic containers. (Miklos Szegedi via Haibo Chen) (7 years ago) +* f64cfeaf61ec - YARN-6678. Handle IllegalStateException in Async Scheduling mode of CapacityScheduler. Contributed by Tao Yang. (7 years ago) +* 79df1e750ef5 - HDFS-9388. Decommission related code to support Maintenance State for datanodes. (7 years ago) +* 12e44e7bdaf5 - HDFS-6984. Serialize FileStatus via protobuf. (7 years ago) +* 1a1bf6b7d044 - HADOOP-13595. Rework hadoop_usage to be broken up by clients/daemons/etc. Contributed by Allen Wittenauer. (7 years ago) +* 8ce8672b6b55 - YARN-5349. TestWorkPreservingRMRestart#testUAMRecoveryOnRMWorkPreservingRestart fail intermittently. Contributed by Jason Lowe. (7 years ago) +* 45535f8afae4 - YARN-6895. [FairScheduler] Preemption reservation may cause regular reservation leaks. (Miklos Szegedi via Yufei Gu) (7 years ago) +* 48899134d2a7 - YARN-6846. Nodemanager can fail to fully delete application local directories when applications are killed. Contributed by Jason Lowe. (7 years ago) +* 5e4434f62890 - HADOOP-14709. Fix checkstyle warnings in ContractTestUtils. Contributed by Thomas Marquardt. (7 years ago) +* f9139ac8f601 - YARN-6872. [Addendum patch] Ensure apps could run given NodeLabels are disabled post RM switchover/restart. Contributed by Sunil G (7 years ago) +* 3a0b84d9c994 - HADOOP-14702. Fix formatting issue and regression caused by conversion from APT to Markdown. Contributed by Doris Gu. (7 years ago) +* 6814324c332a - HDFS-12107. FsDatasetImpl#removeVolumes floods the logs when removing the volume. Contributed by Kelvin Chu. (7 years ago) +* 9625a030dee1 - YARN-6853. Add MySql Scripts for FederationStateStore. (Contributed by Giovanni Matteo Fumarola via curino) (7 years ago) +* 894ff83dd6e7 - YARN-6902. Update Microsoft JDBC Driver for SQL Server version in License.txt. (Botong Huang via Subru). (7 years ago) +* acda6b96a4e9 - YARN-5412. Create a proxy chain for ResourceManager REST API in the Router. (Contributed by Giovanni Matteo Fumarola via curino) (7 years ago) +* 86f05c33125a - YARN-6866. Minor clean-up and fixes in anticipation of YARN-2915 merge with trunk. (Botong Huang via Subru). (7 years ago) +* 8737c2a8e967 - Bumping up hadoop-yarn-server-router module to 3.0.0-beta1 post rebase. (7 years ago) +* 712e97d4cfab - Bumping up yarn-server-router (new) module pom to beta1 and fixing imports post rebase. (7 years ago) +* 3e1dc7ece030 - YARN-6821. Move FederationStateStore SQL DDL files from test resource to sbin. (7 years ago) +* 825108d08a9b - YARN-6815. FederationStateStoreFacade return behavior should be consistent irrespective of whether caching is enabled or not. (7 years ago) +* f427e4201f96 - YARN-6807. Adding required missing configs to Federation configuration guide based on e2e testing. (Tanuj Nayak via Subru). (7 years ago) +* 43a97174fe49 - YARN-3659. Federation: routing client invocations transparently to multiple RMs. (Giovanni Matteo Fumarola via Subru). (7 years ago) +* 4cfec943b177 - YARN-6724. Add ability to blacklist sub-clusters when invoking Routing policies. (Giovanni Matteo Fumarola via Subru). (7 years ago) +* 433ee44b58d9 - YARN-6691. Update YARN daemon startup/shutdown scripts to include Router service. (Giovanni Matteo Fumarola via asuresh). (7 years ago) +* 70b1a757f13b - YARN-6511. Federation: transparently spanning application across multiple sub-clusters. (Botong Huang via Subru). (7 years ago) +* bed1832c934f - YARN-3666. Federation Intercepting and propagating AM- home RM communications. (Botong Huang via Subru). (7 years ago) +* d6c29b2f5b95 - YARN-6484. Documenting the YARN Federation feature. (Carlo Curino via Subru). (7 years ago) +* 42949a6e0108 - YARN-6666. Fix unit test failure in TestRouterClientRMService. (Botong Huang via Subru). (7 years ago) +* f317e0cb48c1 - Bumping up hadoop-yarn-server-router module to 3.0.0-alpha4 post rebase. (7 years ago) +* 859aa1f9d621 - YARN-5531. UnmanagedAM pool manager for federating application across clusters. (Botong Huang via Subru). (7 years ago) +* 7444406d6d48 - YARN-5413. Create a proxy chain for ResourceManager Admin API in the Router. (Giovanni Matteo Fumarola via Subru). (7 years ago) +* 80e190400092 - YARN-5411. Create a proxy chain for ApplicationClientProtocol in the Router. (Giovanni Matteo Fumarola via Subru). (7 years ago) +* 5272af8c7eab - YARN-3663. Federation State and Policy Store (DBMS implementation). (Giovanni Matteo Fumarola via curino). (7 years ago) +* c4bbdfeb666f - YARN-6203: Occasional test failure in TestWeightedRandomRouterPolicy (curino) (7 years ago) +* e1da8f066758 - YARN-5602. Utils for Federation State and Policy Store. (Giovanni Matteo Fumarola via Subru). (7 years ago) +* 1c64e1709b62 - YARN-6370. Properly handle rack requests for non-active subclusters in LocalityMulticastAMRMProxyPolicy. (Contributed by Botong Huang via curino). (7 years ago) +* 86b2bec56e28 - YARN-6247. Share a single instance of SubClusterResolver instead of instantiating one per AM. (Botong Huang via Subru) (7 years ago) +* 8623644f4599 - YARN-6190. Validation and synchronization fixes in LocalityMulticastAMRMProxyPolicy. (Botong Huang via curino) (7 years ago) +* 193ec456d624 - YARN-5410. Bootstrap Router server module. (Giovanni Matteo Fumarola via Subru). (7 years ago) +* 98b45b0ed34a - YARN-6093. Minor bugs with AMRMtoken renewal and state store availability when using FederationRMFailoverProxyProvider during RM failover. (Botong Huang via Subru). (7 years ago) +* 91803305e526 - YARN-5872. Add AlwayReject policies for router and amrmproxy. (Carlo Curino via Subru). (7 years ago) +* 78032e51d90a - YARN-5905. Update the RM webapp host that is reported as part of Federation membership to current primary RM's IP. (7 years ago) +* 4128c9522dcd - YARN-5676. Add a HashBasedRouterPolicy, and small policies and test refactoring. (Carlo Curino via Subru). (7 years ago) +* 083a05bc1420 - YARN-5634. Simplify initialization/use of RouterPolicy via a RouterPolicyFacade. (Carlo Curino via Subru). (7 years ago) +* 93d9fdeca65a - YARN-5391. PolicyManager to tie together Router/AMRM Federation policies. (Carlo Curino via Subru). (7 years ago) +* 1dadd0b45a6a - YARN-5325. Stateless ARMRMProxy policies implementation. (Carlo Curino via Subru). (7 years ago) +* 0662996b6af1 - YARN-5324. Stateless Federation router policies implementation. (Carlo Curino via Subru). (7 years ago) +* 81472778d7ef - YARN-5323. Policies APIs for Federation Router and AMRMProxy policies. (Carlo Curino via Subru). (7 years ago) +* 2797507d5156 - YARN-5601. Make the RM epoch base value configurable. Contributed by Subru Krishnan (7 years ago) +* 1882bc10fbb8 - YARN-5612. Return SubClusterId in FederationStateStoreFacade#addApplicationHomeSubCluster for Router Failover. (Giovanni Matteo Fumarola via Subru). (7 years ago) +* 94a24567d654 - YARN-3671. Integrate Federation services with ResourceManager. Contributed by Subru Krishnan (7 years ago) +* bdfad4523f1a - YARN-3673. Create a FailoverProxy for Federation services. Contributed by Subru Krishnan (7 years ago) +* cfafd173bd85 - YARN-5467. InputValidator for the FederationStateStore internal APIs. (Giovanni Matteo Fumarola via Subru) (7 years ago) +* 5c843823972d - YARN-3672. Create Facade for Federation State and Policy Store. Contributed by Subru Krishnan (7 years ago) +* 52558df62049 - YARN-5519. Add SubClusterId in AddApplicationHomeSubClusterResponse for Router Failover. (Ellen Hui via Subru) (7 years ago) +* 0733088c296e - YARN-5407. In-memory based implementation of the FederationApplicationStateStore/FederationPolicyStateStore. (Ellen Hui via Subru) (7 years ago) +* e0c3a44396f0 - YARN-5408. Compose Federation membership/application/policy APIs into an uber FederationStateStore API. (Ellen Hui via Subru). (7 years ago) +* f1a508bdef5d - YARN-3664. Federation PolicyStore internal APIs (7 years ago) +* 047a16bf1540 - YARN-5307. Federation Application State Store internal APIs (7 years ago) +* d19b6773012d - YARN-5390. Federation Subcluster Resolver. Contributed by Ellen Hui. (7 years ago) +* dcf8c52d8011 - YARN-5406. In-memory based implementation of the FederationMembershipStateStore. Contributed by Ellen Hui. (7 years ago) +* 3e22896f865c - YARN-3662. Federation Membership State Store internal APIs. (7 years ago) +* dd75ffb26b36 - YARN-5300. Exclude generated federation protobuf sources from YARN Javadoc/findbugs build (7 years ago) +* cf6794ebe939 - HADOOP-14683. FileStatus.compareTo binary compatible issue. Contributed by Akira Ajisaka. (7 years ago) +* 52d7bafcf499 - HDFS-12217. HDFS snapshots doesn't capture all open files when one of the open files is deleted. (7 years ago) +* 02cd71ba9d89 - HADOOP-14495. Add set options interface to FSDataOutputStreamBuilder. (Lei (Eddy) Xu) (7 years ago) +* a11c23023603 - HADOOP-14701. Configuration can log misleading warnings about an attempt to override final parameter. Contributed by Andrew Sherman. (7 years ago) +* 778d4edd9adb - HADOOP-14660 wasb: improve throughput by 34% when account limit exceeded. Contributed by Thomas Marquardt. (7 years ago) +* 7774759830f3 - HDFS-12151. Hadoop 2 clients cannot writeBlock to Hadoop 3 DataNodes. (7 years ago) +* 72eba25e09e6 - HDFS-14676. Wrong default value for fs.df.interval. Contributed by xiangguang zheng. (7 years ago) +* 91f120f74366 - YARN-6872. Ensure apps could run given NodeLabels are disabled post RM switchover/restart. Contributed by Sunil G (7 years ago) +* b38a1eea8e29 - HADOOP-14245. Use Mockito.when instead of Mockito.stub. Contributed by Andras Bokor. (7 years ago) +* ceacadc51e58 - MAPREDUCE-6921. TestUmbilicalProtocolWithJobToken#testJobTokenRpc fails. (7 years ago) +* a4aa1cb40504 - Revert "YARN-6873. Moving logging APIs over to slf4j in hadoop-yarn-server-applicationhistoryservice. Contributed by Yeliang Cang." (7 years ago) +* 9586b0e24fce - HADOOP-14397. Pull up the builder pattern to FileSystem and add AbstractContractCreateTest for it. (Lei (Eddy) Xu) (7 years ago) +* abbf4129a24c - HADOOP-14343. Wrong pid file name in error message when starting secure daemon (7 years ago) +* 1a78c0ff0160 - YARN-6873. Moving logging APIs over to slf4j in hadoop-yarn-server-applicationhistoryservice. Contributed by Yeliang Cang. (7 years ago) +* ea568123fa76 - HDFS-12154. Incorrect javadoc description in StorageLocationChecker#check. Contributed by Nandakumar. (7 years ago) +* 2be9412b73ae - HADOOP-14644. Increase max heap size of Maven javadoc plugin. Contributed by Andras Bokor. (7 years ago) +* a7d858668ab0 - HADOOP-14420. generateReports property is not applicable for maven-site-plugin:attach-descriptor goal. Contributed by Andras Bokor. (7 years ago) +* fbb7d6bcbb88 - Revert "MAPREDUCE-5875. Make Counter limits consistent across JobClient, MRAppMaster, and YarnChild. (Gera Shegalov via kasha)" (7 years ago) +* 3e23415a92d4 - HDFS-12082. BlockInvalidateLimit value is incorrectly set after namenode heartbeat interval reconfigured. Contributed by Weiwei Yang. (7 years ago) +* 0fd6d0f2d361 - HADOOP-14677. mvn clean compile fails. Contributed by Andras Bokor. (7 years ago) +* 481385ea8a6a - HADOOP-14672. Shaded Hadoop-client-minicluster include unshaded classes, like: javax, sax, dom, etc. Contributed by Bharat Viswanadham. (7 years ago) +* f14be0d24126 - HADOOP-14690. RetryInvocationHandler should override toString(). Contributed by Yeliang Cang. (7 years ago) +* f8bed5e9a7d1 - YARN-5728. TestMiniYarnClusterNodeUtilization.testUpdateNodeUtilization timeout. (7 years ago) +* 890e14c02a61 - YARN-6870. Fix floating point inaccuracies in resource availability check in AllocationBasedResourceUtilizationTracker. (Brook Zhou via asuresh) (7 years ago) +* bcde66bed1e4 - YARN-6897. Refactoring RMWebServices by moving some util methods to RMWebAppUtil. (Giovanni Matteo Fumarola via Subru). (7 years ago) +* 713349a9af46 - Revert "MAPREDUCE-6199. AbstractCounters are not reset completely on deserialization (adhoot via rkanter)" (7 years ago) +* e15f92829558 - Revert "MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, which causes counter limits are not reset correctly. Contributed by Zhihai Xu." (7 years ago) +* 746189ad8cdf - HADOOP-14229. hadoop.security.auth_to_local example is incorrect in the documentation. Contributed by Andras Bokor. (7 years ago) +* 480c8db40c09 - HDFS-12206. Rename the split EC / replicated block metrics. (7 years ago) +* 77791e4c36dd - HDFS-12044. Mismatch between BlockManager.maxReplicationStreams and ErasureCodingWorker.stripedReconstructionPool pool size causes slow and bursty recovery. (Contributed by Lei (Eddy) Xu) (7 years ago) +* 9ea01fd956b7 - YARN-6802. Add max AM resource and AM resource usage to leaf queue view in FairScheduler WebUI. (YunFan Zhou via Yufei Gu) (7 years ago) +* f735ad1b67ed - HADOOP-14678. AdlFilesystem#initialize swallows exception when getting user name. Contributed by John Zhuge. (7 years ago) +* 369f731264d7 - HDFS-12062. removeErasureCodingPolicy needs super user permission. Contributed by Wei-Chiu Chuang. (7 years ago) +* 9902be72cbf7 - YARN-6864. FSPreemptionThread cleanup for readability. (Daniel Templeton via Yufei Gu) (7 years ago) +* 38c6fa5c7a61 - HADOOP-11875. [JDK9] Adding a second copy of Hamlet without _ as a one-character identifier. (7 years ago) +* c6330f22a5e5 - HDFS-12190. Enable 'hdfs dfs -stat' to display access time. Contributed by Yongjun Zhang. (7 years ago) +* e3c73002250a - HDFS-2319. Add test cases for FSshell -stat. Contributed by XieXianshan and Bharat Viswanadham. (7 years ago) +* 5f4808ce73a3 - HADOOP-14692. Upgrade Apache Rat (7 years ago) +* c4a85c694fae - HDFS-11896. Non-dfsUsed will be doubled on dead node re-registration. Contributed by Brahma Reddy Battula. (7 years ago) +* 11ece0bda1f6 - Addendum for YARN-5548. Use MockRMMemoryStateStore to reduce test failures (Bibin A Chundatt via Varun Saxena) (7 years ago) +* f66fd11e514f - YARN-5548. Use MockRMMemoryStateStore to reduce test failures (Bibin A Chundatt via Varun Saxena) (7 years ago) +* 27a1a5fde94d - HADOOP-14578. Bind IPC connections to kerberos UPN host for proxy users. Contributed by Daryn Sharp. (7 years ago) +* a92bf39e2313 - HADOOP-14680. Azure: IndexOutOfBoundsException in BlockBlobInputStream. Contributed by Thomas Marquardt. (7 years ago) +* f81a4efb8c40 - YARN-6307. Refactor FairShareComparator#compare (Contributed by Yufei Gu via Daniel Templeton) (7 years ago) +* ac9489f7fc2d - YARN-6804. Allow custom hostname for docker containers in native services. Contributed by Billie Rinaldi (7 years ago) +* a68b5b31cf84 - HDFS-12171. Reduce IIP object allocations for inode lookup. Contributed by Daryn Sharp. (7 years ago) +* 6d983cca52f1 - HADOOP-14455. ViewFileSystem#rename should support be supported within same nameservice with different mountpoints. Contributed by Brahma Reddy Battula. (7 years ago) +* 1a79dcfc4579 - HDFS-12143. Improve performance of getting and removing inode features. Contributed by Daryn Sharp. (7 years ago) +* cca51e916b73 - HADOOP-14681. Remove MockitoMaker class. Contributed by Andras Bokor. (7 years ago) +* 218b1b33ffe8 - YARN-6150. TestContainerManagerSecurity tests for Yarn Server are flakey. Contributed by Daniel Sturman and Ray Chiang. (7 years ago) +* f2921e51f0fe - HADOOP-14518. Customize User-Agent header sent in HTTP/HTTPS requests by WASB. Contributed by Georgi Chalakov. (7 years ago) +* c98201b5d83a - HDFS-12193. Fix style issues in HttpFS tests. Contributed by Zoran Dimitrijevic (7 years ago) +* 94ca52ae9ec0 - HADOOP-14597. Native compilation broken with OpenSSL-1.1.0. Contributed by Ravi Prakash. (7 years ago) +* 10583625c1c8 - YARN-6845. Variable scheduler of FSLeafQueue duplicates the one of its parent FSQueue. (Contributed by Yufei Gu via Daniel Templeton) (7 years ago) +* bb30bd377144 - YARN-6779. DominantResourceFairnessPolicy.DominantResourceFairnessComparator.calculateShares() should be @VisibleForTesting (Contributed by Yeliang Cang via Daniel Templeton) (7 years ago) +* 4c40cd451cbd - YARN-6844. AMRMClientImpl.checkNodeLabelExpression() has wrong error message (Contributed by Manikandan R via Daniel Templeton) (7 years ago) +* 24853bf32a04 - YARN-6768. Improve performance of yarn api record toString and fromString. Contributed by Jonathan Eagles (7 years ago) +* 770cc4622815 - HDFS-12176. dfsadmin shows DFS Used%: NaN% if the cluster has zero block. Contributed by Weiwei Yang. (7 years ago) +* e3153284288d - YARN-6102. RMActiveService context to be updated with new RMContext on failover. Contributed by Rohith Sharma K S. (7 years ago) +* 2054324d471a - Revert "YARN-6804. [YARN core changes] Allow custom hostname for docker containers in native services. Contributed by Billie Rinaldi" (7 years ago) +* 465c213439d4 - HDFS-12094. Log torrent when none isa-l EC is used. Contributed by LiXin Ge. (7 years ago) +* 4a771d9010de - YARN-6804. [YARN core changes] Allow custom hostname for docker containers in native services. Contributed by Billie Rinaldi (7 years ago) +* 8e3a992eccff - HDFS-11742. Improve balancer usability after HDFS-8818. Contributed by Kihwal Lee (7 years ago) +* 3b48f8141123 - HDFS-12166. Do not deprecate HTTPFS_TEMP. Contributed by John Zhuge. (7 years ago) +* 44350fdf495f - HADOOP-14557. Document HADOOP-8143 (Change distcp to have -pb on by default). Contributed by Bharat Viswanadham. (7 years ago) +* 8c2c8128328d - HDFS-11472. Fix inconsistent replica size after a data pipeline failure. Contributed by Erik Krogen and Wei-Chiu Chuang. (7 years ago) +* b3269f7cc119 - HADOOP-14659. UGI getShortUserName does not need to search the Subject. Contributed by Daryn Sharp. (7 years ago) +* c8df3668ecc3 - YARN-6837. Null LocalResource visibility or resource type can crash the nodemanager. Contributed by Jinjiang Ling (7 years ago) +* 0ba8cda13549 - YARN-6685. Add job count in to SLS JSON input format. (Yufei Gu via Haibo Chen) (7 years ago) +* c21c26039238 - HADOOP-14666. Tests use assertTrue(....equals(...)) instead of assertEquals() (7 years ago) +* 077fcf6a96e4 - YARN-6777. Support for ApplicationMasterService processing chain of interceptors. (asuresh) (7 years ago) +* 3556e36be302 - HDFS-12139. HTTPFS liststatus returns incorrect pathSuffix for path of file. Contributed by Yongjun Zhang. (7 years ago) +* 413b23eb04ee - HDFS-12158. Secondary Namenode's web interface lack configs for X-FRAME-OPTIONS protection. Contributed by Mukul Kumar Singh. (7 years ago) +* 04ff412dabf3 - HDFS-12133. Correct ContentSummaryComputationContext Logger class name.. Contributed by Surendra Singh Lilhore. (7 years ago) +* f8cd55fe3366 - HDFS-12067. Correct dfsadmin commands usage message to reflects IPC port. Contributed by steven-wugang. (7 years ago) +* df180259b0cc - HADOOP-14669. GenericTestUtils.waitFor should use monotonic time. Contributed by Daniel Templeton (7 years ago) +* 2843c688bcc2 - HADOOP-14642. wasb: add support for caching Authorization and SASKeys. Contributed by Sivaguru Sankaridurg. (7 years ago) +* 845c4e52bdd5 - YARN-6819. Application report fails if app rejected due to nodesize. Contributed by Bibin A Chundatt. (7 years ago) +* daaf530fce4b - YARN-6778. In ResourceWeights, weights and setWeights() should be final. (Daniel Templeton via Yufei Gu) (7 years ago) +* 5aa2bf231f40 - HADOOP-14637. GenericTestUtils.waitFor needs to check condition again after max wait time. Contributed by Daniel Templeton (7 years ago) +* f5f14a2ad67f - YARN-6798. Fix NM startup failure with old state store due to version mismatch. (Botong Huang via rchiang) (7 years ago) +* 0b7afc060c20 - Addendum patch for YARN-5731 (7 years ago) +* ccaf036662e2 - HADOOP-14539. Move commons logging APIs over to slf4j in hadoop-common. Contributed by Wenxin He. (7 years ago) +* 5b007921cdf0 - YARN-6706. Refactor ContainerScheduler to make oversubscription change easier. (Haibo Chen via asuresh) (7 years ago) +* ed27f2b2cc60 - HDFS-12138. Remove redundant 'public' modifiers from BlockCollection. Contributed by Chen Liang (7 years ago) +* b0e78ae08592 - HADOOP-14640. Azure: Support affinity for service running on localhost and reuse SPNEGO hadoop.auth cookie for authorization, SASKey and delegation token generation. Contributed by Santhosh G Nayak. (7 years ago) +* fb3b5d33ffb2 - MAPREDUCE-6889. Add Job#close API to shutdown MR client services. Contributed by Rohith Sharma K S. (7 years ago) +* 02b141ac6059 - HDFS-11786. Add support to make copyFromLocal multi threaded. Contributed by Mukul Kumar Singh. (7 years ago) +* b778887af59d - HDFS-12112. TestBlockManager#testBlockManagerMachinesArray sometimes fails with NPE. Contributed by Wei-Chiu Chuang. (7 years ago) +* 06ece483222b - (weichiu/YARN-6828, pbacsko/YARN-6828, origin/YARN-6828, JackWangCS/YARN-6828, 9uapaw/YARN-6828) HADOOP-14662. Update azure-storage sdk to version 5.4.0. Contributed by Thomas Marquardt. (7 years ago) +* 0a6d5c0cf1d9 - HADOOP-14521. KMS client needs retry logic. Contributed by Rushabh S Shah. (7 years ago) +* f413ee33df30 - HDFS-12130. Optimizing permission check for getContentSummary. Contributed by Chen Liang (7 years ago) +* a1f12bb54377 - Revert "HDFS-12130. Optimizing permission check for getContentSummary." to fix commit message. (7 years ago) +* 9e0cde1469b8 - YARN-6625. yarn application -list returns a tracking URL for AM that doesn't work in secured and HA environment. (Yufei Gu) (7 years ago) +* e7d187a1b6a8 - HDFS-12140. Remove BPOfferService lock contention to get block pool id. Contributed by Daryn Sharp. (7 years ago) +* 8d86a93915ee - HDFS-12137. DN dataset lock should be fair. Contributed by Daryn Sharp. (7 years ago) +* a29fe100b3c6 - HDFS-12130. Optimizing permission check for getContentSummary. (7 years ago) +* a5ae5ac50e97 - YARN-3260. AM attempt fail to register before RM processes launch event. Contributed by Bibin A Chundatt (7 years ago) +* 75c0220b4494 - YARN-6759. Fix TestRMRestart.testRMRestartWaitForPreviousAMToFinish failure. Contributed by Naganarasimha G R (7 years ago) +* 4a574e9a84f2 - YARN-6769. Make schedulables without demand less needy in FairSharePolicy#compare. (Yunfan Zhou via Yufei Gu) (7 years ago) +* 228ddaa31d81 - YARN-6792. Incorrect XML convertion in NodeIDsInfo and LabelsToNodesInfo. Contributed by Giovanni Matteo Fumarola. (7 years ago) +* 43f0503286ec - MAPREDUCE-6910. MapReduceTrackingUriPlugin can not return the right URI of history server with HTTPS. Contributed by Lantao Jin (7 years ago) +* ebc048cc055d - YARN-6805. NPE in LinuxContainerExecutor due to null PrivilegedOperationException exit code. Contributed by Jason Lowe (7 years ago) +* 0ffca5d347df - Revert "YARN-6805. NPE in LinuxContainerExecutor due to null PrivilegedOperationException exit code. Contributed by Jason Lowe" (7 years ago) +* f76f5c0919cd - YARN-6805. NPE in LinuxContainerExecutor due to null PrivilegedOperationException exit code. Contributed by Jason Lowe (7 years ago) +* 5f1ee72b0ebf - YARN-6654. RollingLevelDBTimelineStore backwards incompatible after fst upgrade. Contributed by Jonathan Eagles (7 years ago) +* 945c0958bb8d - YARN-6775. CapacityScheduler: Improvements to assignContainers, avoid unnecessary canAssignToUser/Queue calls. (Nathan Roberts via wangda) (7 years ago) +* b61ab8573eb2 - HADOOP-14646. FileContextMainOperationsBaseTest#testListStatusFilterWithSomeMatches never runs. Contributed by Andras Bokor. (7 years ago) +* cf0d0844d6ae - YARN-5731. Preemption calculation is not accurate when reserved containers are present in queue. Contributed by Wangda Tan. (7 years ago) +* e15e2713e1e3 - HDFS-11502. Datanode UI should display hostname based on JMX bean instead of window.location.hostname. Contributed by Jeffrey E Rodriguez and Yuanbo Liu. (7 years ago) +* 9845bea59c00 - YARN-6689. PlacementRule should be configurable. (Jonathan Hung via xgong) (7 years ago) +* 931a49800ef0 - HDFS-6874. Add GETFILEBLOCKLOCATIONS operation to HttpFS. Contributed by Weiwei Yang (7 years ago) +* 655110393bf9 - YARN-6797. TimelineWriter does not fully consume the POST response. Contributed by Jason Lowe (7 years ago) +* b628d0da5196 - YARN-6809. Fix typo in ResourceManagerHA.md. Contributed by Yeliang Cang. (7 years ago) +* 7d272ea12461 - HADOOP-14581. Restrict setOwner to list of user when security is enabled in wasb. Contributed by Varada Hemeswari (7 years ago) +* ac0a04a6e165 - HDFS-12114. Consistent HttpFS property names. Contributed by John Zhuge. (7 years ago) +* 9144fd9e9b5d - HADOOP-14629. Improve exception checking in FileContext related JUnit tests. Contributed by Andras Bokor. (7 years ago) +* d670c3a4da7d - HADOOP-14535 wasb: implement high-performance random access and seek of block blobs. Contributed by Thomas Marquardt (7 years ago) +* 12c8fdceaf26 - HDFS-12052. Set SWEBHDFS delegation token kind when ssl is enabled in HttpFS. Contributed by Zoran Dimitrijevic. (7 years ago) +* 3a7f02b81520 - HDFS-12085. Reconfigure namenode heartbeat interval fails if the interval was set with time unit. Contributed by Weiwei Yang. (7 years ago) +* 34f113df5cff - YARN-6714. IllegalStateException while handling APP_ATTEMPT_REMOVED event when async-scheduling enabled in CapacityScheduler. Contributed by Tao Yang. (7 years ago) +* fce795101461 - HADOOP-14638. Replace commons-logging APIs with slf4j in StreamPumper. (7 years ago) +* f1efa14fc676 - HADOOP-10829. Iteration on CredentialProviderFactory.serviceLoader is thread-unsafe. Contributed by Benoy Antony and Rakesh R. (7 years ago) +* 5496a34c0cb2 - YARN-6776. Refactor ApplicaitonMasterService to move actual processing logic to a separate class. (asuresh) (7 years ago) +* 09653ea098a1 - HADOOP-14634. Remove jline from main Hadoop pom.xml. Contributed by Ray Chiang. (7 years ago) +* 3de47ab5ea5c - YARN-6764. Simplify the logic in FairScheduler#attemptScheduling. Contributed by Yufei Gu. (7 years ago) +* ba5b056e8a15 - YARN-6770. A small mistake in the example of TimelineClient. Contributed by Jinjiang Ling. (7 years ago) +* 626d730bfc4c - YARN-6428. Queue AM limit is not honored in CS always. Contributed by Bibin A Chundatt. (7 years ago) +* 9d278804425f - YARN-6410. FSContext.scheduler should be final (Contributed by Yeliang Cang via Daniel Templeton) (7 years ago) +* c5a0c38d8e17 - YARN-6746. SchedulerUtils.checkResourceRequestMatchingNodePartition() is dead code (Contributed by Deepti Sawhney via Daniel Templeton) (7 years ago) +* 06159858868a - YARN-6752. Display reserved resources in web UI per application (Contributed by Abdullah Yousufi via Daniel Templeton) (7 years ago) +* f484a6ff602d - MAPREDUCE-6246. DBOutputFormat.java appending extra semicolon to query which is incompatible with DB2. Contributed by ramtin and Gergely Novák. (7 years ago) +* f10864a820c5 - Add release notes, changes, jdiff for 3.0.0-alpha4 (7 years ago) +* 7cd095272caa - HADOOP-14587. Use GenericTestUtils.setLogLevel when available in hadoop-common. Contributed by Wenxin He. (7 years ago) +* 8fc5dcc2a199 - Revert "HADOOP-14587. Use GenericTestUtils.setLogLevel when available in hadoop-common. Contributed by Wenxin He." (7 years ago) +* 8153fe2bd35f - HADOOP-14563. LoadBalancingKMSClientProvider#warmUpEncryptedKeys swallows IOException. Contributed by Rushabh S Shah. (7 years ago) +* 82cb2a6497ca - HADOOP-14587. Use GenericTestUtils.setLogLevel when available in hadoop-common. Contributed by Wenxin He. (7 years ago) +* 7576a688ea84 - YARN-6708. Nodemanager container crash after ext3 folder limit. Contributed by Bibin A Chundatt (7 years ago) +* 946dd2567551 - HADOOP-14608. KMS JMX servlet path not backwards compatible. Contributed by John Zhuge. (7 years ago) +* 6436768baf1b - HDFS-12089. Fix ambiguous NN retry log message in WebHDFS. Contributed by Eric Badger (7 years ago) +* a180ba408128 - HADOOP-13414. Hide Jetty Server version header in HTTP responses. Contributed by Surendra Singth Lilhore. (7 years ago) +* b17e655b7069 - HADOOP-14617. Add ReflectionUtils.logThreadInfo that accept slf4j logger API. Contributed by Wenxin He. (7 years ago) +* f2aba1da30aa - HADOOP-14571. Deprecate public APIs relate to log4j1 (7 years ago) +* 1aaa7f1eacab - HADOOP-14615. Add ServiceOperations.stopQuietly that accept slf4j logger API. Contributed by Wenxin He. (7 years ago) +* 186650d21d48 - HDFS-12078. Add time unit to the description of property dfs.namenode.stale.datanode.interval in hdfs-default.xml. Contributed by Weiwei Yang. (7 years ago) +* b0560e062475 - HDFS-12079. Description of dfs.block.invalidate.limit is incorrect in hdfs-default.xml. Contributed by Weiwei Yang. (7 years ago) +* bf1f59937dd5 - MAPREDUCE-6905. HADOOP_JOB_HISTORY_OPTS should be HADOOP_JOB_HISTORYSERVER_OPTS in mapred-config.sh. Contributed by LiXin Ge. (7 years ago) +* fa1aaee87b01 - YARN-6681. Eliminate double-copy of child queues in canAssignToThisQueue. Contributed by Daryn Sharp. (7 years ago) +* 147df300bf00 - YARN-5067 Support specifying resources for AM containers in SLS. (Yufei Gu via Haibo Chen) (7 years ago) +* 38996fdcf098 - HADOOP-14443. Azure: Support retry and client side failover for authorization, SASKey and delegation token generation. Contributed by Santhosh G Nayak (7 years ago) +* bcba844d1144 - HDFS-12042. Lazy initialize AbstractINodeDiffList#diffs for snapshots to reduce memory consumption. Contributed by Misha Dmitriev. (7 years ago) +* 6a9dc5f44b0c - HDFS-12043. Add counters for block re-replication. Contributed by Chen Liang. (7 years ago) +* a2f0cbd92f7e - Revert "HDFS-12043. Add counters for block re-replication. Contributed by Chen Liang." (7 years ago) +* 3be2659f8396 - YARN-6694. Add certain envs to the default yarn.nodemanager.env-whitelist. Contributed by Jian He (7 years ago) +* af2773f609ba - Updating version for 3.0.0-beta1 development (7 years ago) +* 900221f95ea9 - HDFS-12043. Add counters for block re-replication. Contributed by Chen Liang. (7 years ago) +* 72993b33b704 - HADOOP-14596. AWS SDK 1.11+ aborts() on close() if > 0 bytes in stream; logs error. Contributed by Steve Loughran (7 years ago) +* ec9751977994 - YARN-6751. Display reserved resources in web UI per queue (Contributed by Abdullah Yousufi via Daniel Templeton) (7 years ago) +* 441378e7e460 - Revert "HDFS-11696. Fix warnings from Spotbugs in hadoop-hdfs. Contributed by Yiqun Lin." (7 years ago) +* 5a75f7389356 - HADOOP-14611. NetworkTopology.DEFAULT_HOST_LEVEL is unused (Contributed by Chen Liang via Daniel Templeton) (7 years ago) +* b08cc973964b - HADOOP-14601. Azure: Reuse ObjectMapper. Contributed by Mingliang Liu (7 years ago) +* 0c52da7d3e38 - HADOOP-14602. allow custom release notes/changelog during create-release (7 years ago) +* 16c8dbde574f - HDFS-11881. NameNode consumes a lot of memory for snapshot diff report generation. Contributed by Manoj Govindassamy. (7 years ago) +* ea1da39b1908 - HADOOP-14479. Erasurecode testcase failures with native enabled. Contributed by Sammi Chen (7 years ago) +* 20ba86d66a47 - MAPREDUCE-6536. hadoop-pipes doesn't use maven properties for openssl (7 years ago) +* c1edca101c32 - YARN-6280. Introduce deselect query param to skip ResourceRequest from getApp/getApps REST API. Contributed by Lantao Jin. (7 years ago) +* 4e3eebc94383 - YARN-5311. Document graceful decommission CLI and usage. Contributed by Elek, Marton. (7 years ago) +* 990aa34de23c - HADOOP-14609. NPE in AzureNativeFileSystemStore.checkContainer() if StorageException lacks an error code. Contributed by Steve Loughran (7 years ago) +* e9d8bdfdf576 - HADOOP-14297. Update the documentation about the new ec codecs config keys. Contributed by Kai Sasaki. (7 years ago) +* d6df0fdbbda4 - Add -E option in 'ls' to list erasure coding policy of each file and directory if applicable. Contributed by luhuichun via lei. (7 years ago) +* 25d891a78430 - YARN-6743. yarn.resourcemanager.zk-max-znode-size.bytes description needs spaces in yarn-default.xml (Contributed by Lori Loberg via Daniel Templeton) (7 years ago) +* f99b6d19de77 - HDFS-11870. Add CLI cmd to enable/disable an erasure code policy. Contributed by lufei. (7 years ago) +* ee243e528921 - HADOOP-14190. Add more on S3 regions to the s3a documentation. Contributed by Steve Loughran (7 years ago) +* fb5ee3fafbe5 - HADOOP-14515. Addendum. Specifically configure zookeeper-related log levels in KMS log4j. (7 years ago) +* a5c0476a990e - MAPREDUCE-6697. Concurrent task limits should only be applied when necessary. Contributed by Nathan Roberts. (7 years ago) +* 7e031c2c18b8 - HADOOP-14546. Azure: Concurrent I/O does not work when secure.mode is enabled. Contributed by Thomas (7 years ago) +* 686a634f01e4 - HADOOP-14573. regression: Azure tests which capture logs failing with move to SLF4J. Contributed by Steve Loughran (7 years ago) +* 63ce1593c5b7 - YARN-6738. LevelDBCacheTimelineStore should reuse ObjectMapper instances. Contributed by Zoltan Haindrich (7 years ago) +* bc4dfe9c9cb3 - HADOOP-14594. ITestS3AFileOperationCost::testFakeDirectoryDeletion to uncomment metric assertions. Contributed by Mingliang Liu (7 years ago) +* 94e39c6c4e39 - HADOOP-14536. Update azure-storage sdk to version 5.3.0 Contributed by Georgi Chalakov (7 years ago) +* 07defa4c09db - HDFS-12040. TestFsDatasetImpl.testCleanShutdownOfVolume fails. Contributed by hu xiaodong. (7 years ago) +* 8641a2c08b0c - HDFS-12045. Add log when Diskbalancer volume is transient storage type. Contributed by steven-wugang. (7 years ago) +* 2b87faf16632 - MAPREDUCE-6904. HADOOP_JOB_HISTORY_OPTS should be HADOOP_JOB_HISTORYSERVER_OPTS in mapred-config.sh (rkanter) (7 years ago) +* 144753e87f4a - HDFS-12033. DatanodeManager picking EC recovery tasks should also consider the number of regular replication tasks. Contributed by Lei (Eddy) Xu. (7 years ago) +* a9d3412b4ce4 - HDFS-11993. Add log info when connect to datanode socket address failed. Contributed by chencan (7 years ago) +* 2c367b464c86 - HDFS-11956. Do not require a storage ID or target storage IDs when writing a block. Contributed by Ewan Higgs. (7 years ago) +* 06c8ca3bb330 - HDFS-12032. Inaccurate comment on DatanodeDescriptor#getNumberOfBlocksToBeErasureCoded. (7 years ago) +* 48f4a229a93b - HADOOP-14461 Azure: handle failure gracefully in case of missing account access key. Contributed by Mingliang Liu. (7 years ago) +* 379f19a2c768 - HDFS-11943. [Erasure coding] Warn log frequently print to screen in doEncode/doDecode functions. Contributed by liaoyuxiangqin (7 years ago) +* a594f96fb115 - HADOOP-14549. Use GenericTestUtils.setLogLevel when available in hadoop-tools. Contributed by wenxin he. (7 years ago) +* 0111711d8b23 - HADOOP-14543. ZKFC should use getAversion() while setting the zkacl. Contributed by Brahma Reddy Battula. (7 years ago) +* c6bd73c6c576 - HADOOP-14547. [WASB] the configured retry policy is not used for all storage operations. Contributed by Thomas. (7 years ago) +* 0b77262890d7 - YARN-5876. TestResourceTrackerService#testGracefulDecommissionWithApp fails intermittently on trunk. (Robert Kanter via Yufei Gu) (7 years ago) +* abdea2628013 - HDFS-12024. Fix typo's in FsDatasetImpl.java. Contributed by Yasen liu. (7 years ago) +* e5db9af8a00d - HADOOP-14568. GenericTestUtils#waitFor missing parameter verification. Contributed by Yiqun Lin (7 years ago) +* ca13b224b2fe - YARN-5892. Support user-specific minimum user limit percentage in Capacity Scheduler. Contributed by Eric Payne. (7 years ago) +* 68dc7c240509 - HDFS-12009. Accept human-friendly units in dfsadmin -setBalancerBandwidth and -setQuota. Contributed by Andrew Wang. (7 years ago) +* 740204b2926f - YARN-5006. ResourceManager quit due to ApplicationStateData exceed the limit size of znode in zk. Contributed by Bibin A Chundatt. (7 years ago) +* 092ebdf88546 - HADOOP-12940. Fix warnings from Spotbugs in hadoop-common. (7 years ago) +* 8ceaac187755 - HDFS-12010. TestCopyPreserveFlag fails consistently because of mismatch in access time. Contributed by Mukul Kumar Singh. (7 years ago) +* 6d116ffad23b - HDFS-11789. Maintain Short-Circuit Read Statistics. Contributed by Hanisha Koneru. (7 years ago) +* 49aa60e50d20 - YARN-6127. Add support for work preserving NM restart when AMRMProxy is enabled. (Botong Huang via asuresh). (7 years ago) +* 8dbd53ef9f34 - HDFS-11067. DFS#listStatusIterator(..) should throw FileNotFoundException if the directory deleted before fetching next batch of entries. Contributed by Vinayakumar B. (7 years ago) +* b64951905e64 - HADOOP-14542. Add IOUtils.cleanupWithLogger that accepts slf4j logger API. Contributed by Chen Liang. (7 years ago) +* 9ae9467f920e - HDFS-11998. Enable DFSNetworkTopology as default. Contributed by Chen Liang. (7 years ago) +* c22cf004425d - Confusion/name conflict between NameNodeActivity#BlockReportNumOps and RpcDetailedActivity#BlockReportNumOps. Contributed by Erik Krogen. (7 years ago) +* e806c6e0ce60 - HADOOP-14146. KerberosAuthenticationHandler should authenticate with SPN in AP-REQ. Contributed by Daryn Sharp (7 years ago) +* 5db3f9846882 - HDFS-11606. Add CLI cmd to remove an erasure code policy. Contributed by Tim Yao (7 years ago) +* a010b330e779 - HDFS-11933. Arguments check for ErasureCodingPolicy->composePolicyName. Contributed by Lu Fei (7 years ago) +* 1a598479a9fa - HDFS-11992. Replace commons-logging APIs with slf4j in FsDatasetImpl. Contributed by hu xiaodong. (7 years ago) +* 5157f6c46ec3 - HADOOP-14429. FTPFileSystem#getFsAction always returns FsAction.NONE. (Hongyuan Li via Yongjun Zhang) (7 years ago) +* 45ff4d38e617 - HDFS-11647. Add -E option in hdfs "count" command to show erasure policy summarization. Contributed by luhuichun. (7 years ago) +* 2b654a493cb8 - HDFS-11978. Remove invalid '-usage' command of 'ec' and add missing commands 'addPolicies' 'listCodecs' in doc. Contributed by wenxin he. (7 years ago) +* dd65eea74b1f - HADOOP-8143. Change distcp to have -pb on by default. Contributed by Mithun Radhakrishnan (7 years ago) +* 8c0769dee4b4 - HDFS-11960. Successfully closed files can stay under-replicated. Contributed by Kihwal Lee. (7 years ago) +* 2e9daa2e2753 - HADOOP-14533. Size of args cannot be less than zero in TraceAdmin#run as its linkedlist. Contributed by Weisen Han. (7 years ago) +* 099dfe92a974 - YARN-6713. Fix dead link in the Javadoc of FairSchedulerEventLog.java. Contributed by Weiwei Yang. (7 years ago) +* 2c769167dbdb - HDFS-11345. Document the configuration key for FSNamesystem lock fairness. Contributed by Erik Krogen. (7 years ago) +* 15964ef14737 - HADOOP-14515. Specifically configure zookeeper-related log levels in KMS log4j. (7 years ago) +* 3369540653a4 - HADOOP-14296. Move logging APIs over to slf4j in hadoop-tools. (7 years ago) +* 099cbb427ad5 - HDFS-11890. Handle NPE in BlockRecoveryWorker when DN is getting shoutdown. Contributed by Surendra Singh Lilhore. (7 years ago) +* d954a64730c0 - HDFS-11995. HDFS Architecture documentation incorrectly describes writing to a local temporary file. Contributed by Nandakumar. (7 years ago) +* 73fb75017e23 - HDFS-11916. Extend TestErasureCodingPolicies/TestErasureCodingPolicyWithSnapshot with a random EC policy. Contributed by Takanobu Asanuma. (7 years ago) +* ee89ac84e68d - YARN-6680. Avoid locking overhead for NO_LABEL lookups. Contributed by Daryn Sharp (7 years ago) +* e9c2aa1bc383 - YARN-6467. CSQueueMetrics needs to update the current metrics for default partition only. Contributed by Manikandan R. (7 years ago) +* 300804595e5b - HADOOP-14540. Replace MRv1 specific terms in HostsFileReader. Contributed by hu xiaodong. (7 years ago) +* 7ade5124b8b6 - HADOOP-14538. Fix TestFilterFileSystem and TestHarFileSystem failures after DistributedFileSystem.append API. Contributed by Lei (Eddy) Xu. (7 years ago) +* 75043d342935 - HADOOP-14424. Add CRC32C performance test. Contributed by LiXin Ge. (7 years ago) +* 7582dedad1c7 - YARN-6517. Fix warnings from Spotbugs in hadoop-yarn-common(addendum). Contributed by Weiwei Yang. (7 years ago) +* 6460df21a09a - HADOOP-14395. Provide Builder pattern for DistributedFileSystem.append. Contributed by Lei (Eddy) Xu. (7 years ago) +* 82bbcbf37f81 - MAPREDUCE-6897. Add Unit Test to ensure Job end notification gets sent even when appMaster stop gets YarnRuntimeException. Contributed by Gergely Novák (7 years ago) +* 9ef2743fa18e - Revert "MAPREDUCE-6898. TestKill.testKillTask is flaky. Contributed by Peter Bacsko" (7 years ago) +* e78542f4bea9 - MAPREDUCE-6898. TestKill.testKillTask is flaky. Contributed by Peter Bacsko (7 years ago) +* 4ebc23ba7b16 - HADOOP-14524. Make CryptoCodec Closeable so it can be cleaned up proactively. (7 years ago) +* 942ecbbc9876 - HADOOP-14486 TestSFTPFileSystem#testGetAccessTime test failure using openJDK 1.8.0. Contributed by Hongyuan Li. (7 years ago) +* e855cc4ed467 - HADOOP-14289. Move log4j APIs over to slf4j in hadoop-common. (7 years ago) +* fb68980959f9 - HDFS-10480. Add an admin command to list currently open files. Contributed by Manoj Govindassamy. (7 years ago) +* f214a9961fde - HADOOP-14494. ITestJets3tNativeS3FileSystemContract tests NPEs in teardown if store undefined. Contributed by Steve Loughran (7 years ago) +* 3f5108723c62 - HDFS-11682. TestBalancer.testBalancerWithStripedFile is flaky. (lei) (7 years ago) +* 5e7cfdca7b73 - HADOOP-14394. Provide Builder pattern for DistributedFileSystem.create. (lei) (7 years ago) +* ef8edab93033 - HADOOP-14523. OpensslAesCtrCryptoCodec.finalize() holds excessive amounts of memory. Contributed by Misha Dmitriev. (7 years ago) +* d780a67864d2 - HADOOP-14506. Add create() contract test that verifies ancestor dir creation. Contributed by Sean Mackrory. (7 years ago) +* 315f07700dcf - HDFS-11736. OIV tests should not write outside 'target' directory. Contributed by Yiqun Lin. (7 years ago) +* 999c8fcbefc8 - HDFS-10999. Introduce separate stats for Replicated and Erasure Coded Blocks apart from the current Aggregated stats. (Manoj Govindassamy via lei) (7 years ago) +* 6ed54f3439ea - MAPREDUCE-6895. Job end notification not send due to YarnRuntimeException. Contributed by yunjiong zhao. (7 years ago) +* 036a24bab3f3 - MAPREDUCE-6896. Document wrong spelling in usage of MapredTestDriver tools. (Contributed by LiXin Ge via Daniel Templeton) (7 years ago) +* 8633ef8e10a7 - HADOOP-14503. Make RollingAverages a mutable metric. Contributed by Hanisha Koneru. (7 years ago) +* bec79ca2495a - HDFS-11947. When constructing a thread name, BPOfferService may print a bogus warning message. Contributed by Weiwei Yang (7 years ago) +* b3d3ede91a2f - HDFS-11967. TestJMXGet fails occasionally. Contributed by Arpit Agarwal. (7 years ago) +* 3f0a727f7585 - HDFS-11907. Add metric for time taken by NameNode resource check. Contributed by Chen Liang. (7 years ago) +* a81916ea89d5 - HADOOP-14501. Switch from aalto-xml to woodstox to handle odd XML features (jeagles) (7 years ago) +* 86368cc7667a - HADOOP-14310. RolloverSignerSecretProvider.LOG should be @VisibleForTesting (Contributed by Arun Shanmugam Kumar via Daniel Templeton) (7 years ago) +* d64c842743da - YARN-6703. RM startup failure with old state store due to version mismatch. Contributed by Varun Saxena (7 years ago) +* e86eef9812d0 - YARN-6707. [ATSv2] Update HBase version to 1.2.6 (Vrushali C via Varun Saxena) (7 years ago) +* a2121cb0d907 - HADOOP-14465. LdapGroupsMapping - support user and group search base. Contributed by Shwetha G S and Mingliang Liu (7 years ago) +* 5578af860335 - YARN-6585. RM fails to start when upgrading from 2.7 for clusters with node labels. Contributed by Sunil G. (7 years ago) +* 325163f23f72 - HADOOP-14512. WASB atomic rename should not throw exception if the file is neither in src nor in dst when doing the rename. Contributed by Duo Xu (7 years ago) +* 99634d10edb7 - YARN-6682. Improve performance of AssignmentInformation datastructures. Contributed by Daryn Sharp. (7 years ago) +* c4b5c3266942 - HADOOP-13854. KMS should log error details in KMSExceptionsProvider. (7 years ago) +* 0202480742b8 - HADOOP-13174. Add more debug logs for delegation tokens and authentication. (7 years ago) +* 7c9694c56712 - HADOOP-14283. Upgrade AWS SDK to 1.11.134. Contributed by Aaron Fabbri (7 years ago) +* 1a33c9d58927 - HDFS-11945. Internal lease recovery may not be retried for a long time. Contributed by Kihwal Lee (7 years ago) +* 164c222c4aa6 - HDFS-11851. getGlobalJNIEnv() may deadlock if exception is thrown. Contributed by Sailesh Mukil. (7 years ago) +* a062374c396b - YARN-6679. Reduce Resource instance overhead via non-PBImpl (Contributed by Daryn Sharp via Daniel Templeton) (7 years ago) +* 5672ae7b37ce - HDFS-11861. ipc.Client.Connection#sendRpcRequest should log request name. Contributed by John Zhuge. (7 years ago) +* df35e4cc3b0c - HADOOP-14500. Azure: TestFileSystemOperationExceptionHandling{,MultiThreaded} fails. Contributed by Rajesh Balamohan (7 years ago) +* 547cb53e8ae2 - YARN-6634. [API] Refactor ResourceManager WebServices to make API explicit. (Giovanni Matteo Fumarola via curino) (7 years ago) +* 24181f559f00 - MAPREDUCE-6676. NNBench should Throw IOException when rename and delete fails. Contributed by Brahma Reddy Battula. (7 years ago) +* 0b7bff706e9a - YARN-6604. Allow metric TTL for Application table to be specified through cmd (Haibo Chen via Varun Saxena) (7 years ago) +* 5ec71639cf41 - HDFS-11929. Document missing processor of hdfs oiv_legacy command. Contributed by LiXin Ge. (7 years ago) +* 70fc6746b326 - HDFS-11708. Positional read will fail if replicas moved to different DNs after stream is opened. Contributed by Vinayakumar B. (7 years ago) +* 1869e1771c7e - HDFS-11711. DN should not delete the block On "Too many open files" Exception. Contributed by Brahma Reddy Battula. (7 years ago) +* b65100c14bf9 - YARN-6547. Enhance SLS-based tests leveraging invariant checker. (7 years ago) +* c31cb879a359 - HDFS-11840. Log HDFS Mover exception message of exit to its own log. Contributed by LiXin Ge. (7 years ago) +* 867903db2b38 - HDFS-11932. BPServiceActor thread name is not correctly set. Contributed by Chen Liang. (7 years ago) +* 536f057158c4 - HADOOP-14491. Azure has messed doc structure. Contributed by Mingliang Liu (7 years ago) +* 6b5285bbcb43 - HADOOP-14472. Azure: TestReadAndSeekPageBlobAfterWrite fails intermittently. Contributed by Mingliang Liu (7 years ago) +* 19ef3a81f8b9 - HADOOP-14485. Redundant 'final' modifier in try-with-resources statement. Contributed by wenxin he. (7 years ago) +* 855e0477b170 - HADOOP-14035. Reduce fair call queue backoff's impact on clients. Contributed by Daryn Sharp. (7 years ago) +* 66c6fd831497 - HADOOP-14431. ModifyTime of FileStatus returned by SFTPFileSystem's getFileStatus method is wrong. Contributed by Hongyuan Li. (7 years ago) +* 6a28a2b91466 - HDFS-11914. Add more diagnosis info for fsimage transfer failure. Contributed by Yongjun Zhang. (7 years ago) +* 5fd9742c83fb - HADOOP-14478. Optimize NativeAzureFsInputStream for positional reads. Contributed by Rajesh Balamohan (7 years ago) +* 835560983ed7 - HDFS-11928. Segment overflow in FileDistributionCalculator. Contributed by LiXin Ge. (7 years ago) +* e4e203e0807f - HDFS-10816. TestComputeInvalidateWork#testDatanodeReRegistration fails due to race between test and replication monitor. Contributed by Eric Badger. (7 years ago) +* 7311015ace49 - YARN-6683. Invalid event: COLLECTOR_UPDATE at KILLED. Contributed by Rohith Sharma K S (7 years ago) +* 6aeda55bb8f7 - HADOOP-14428. s3a: mkdir appears to be broken. Contributed by Mingliang Liu (7 years ago) +* abdd609e51a8 - HADOOP-14440. Add metrics for connections dropped. Contributed by Eric Badger. (7 years ago) +* 46f7e91980b2 - YARN-6458. Use yarn package manager to lock down dependency versions for new web UI. Contributed by Sreenath Somarajapuram. (7 years ago) +* 367da9b7b883 - HDFS-11899. ASF License warnings generated intermittently in trunk. Contributed by Yiqun Lin. (7 years ago) +* 73ecb1931287 - YARN-6208. Improve the log when FinishAppEvent sent to the NodeManager which didn't run the application (Contributed by Akira Ajisaka via Daniel Templeton) (7 years ago) +* 056cc7288547 - HADOOP-14436. Remove the redundant colon in ViewFs.md. Contributed by maobaolong. (7 years ago) +* 8d9084eb62f4 - HDFS-11359. DFSAdmin report command supports displaying maintenance state datanodes. Contributed by Yiqun Lin. (7 years ago) +* d95c82cb7916 - YARN-6316 Provide help information and documentation for TimelineSchemaCreator (Contributed by Haibo Chen via Vrushali C) (7 years ago) +* 7101477e4726 - HDFS-11383. Intern strings in BlockLocation and ExtendedBlock. Contributed by Misha Dmitriev. (7 years ago) +* 219f4c199e45 - HDFS-11904. Reuse iip in unprotectedRemoveXAttrs calls. (7 years ago) +* 6a3fc685a987 - HDFS-11741. Long running balancer may fail due to expired DataEncryptionKey. Contributed by Wei-Chiu Chuang and Xiao Chen. (7 years ago) +* ece33208b89a - HADOOP-14460. Azure: update doc for live and contract tests. Contributed by Mingliang Liu (7 years ago) +* ff3103556b7c - HDFS-11905. Fix license header inconsistency in hdfs. Contributed by Yeliang Cang. (7 years ago) +* 0dcf843c008f - HDFS-11893. Fix TestDFSShell.testMoveWithTargetPortEmpty failure. Contributed by Brahma Reddy Battula. (7 years ago) +* f5517a82001e - HADOOP-13921. Remove log4j classes from JobConf. (7 years ago) +* 6e6e96583f1e - HADOOP-14466. Remove useless document from TestAliyunOSSFileSystemContract.java. Contributed by Chen Liang. (7 years ago) +* 92243484f9b8 - HADOOP-9849. License information is missing for native CRC32 code (Contributed by Andrew Wang via Daniel Templeton) (7 years ago) +* d5b71e4175c1 - YARN-6246. Identifying starved apps does not need the scheduler writelock (Contributed by Karthik Kambatla via Daniel Templeton) (7 years ago) +* 4369690ce635 - YARN-6649. RollingLevelDBTimelineServer throws RuntimeException if object decoding ever fails runtime exception. Contributed by Jon Eagles. (7 years ago) +* 1543d0f5be6a - HDFS-5042. Completed files lost after power failure. Contributed by Vinayakumar B. (7 years ago) +* cbfed0e82f57 - YARN-6497. Method length of ResourceManager#serviceInit() is too long (Gergely Novák via jeagles) (7 years ago) +* 13de636b4079 - HDFS-11901. Modifier 'static' is redundant for inner enums. Contributed by ZhangBing Lin. (7 years ago) +* 547f18cb96ae - YARN-6366. Refactor the NodeManager DeletionService to support additional DeletionTask types. Contributed by Shane Kumpf. (7 years ago) +* 4b4a6524f2df - YARN-6477. Dispatcher no longer needs the raw types suppression. (Maya Wexler via Haibo Chen) (7 years ago) +* 91d6fe151f2e - HDFS-11659. TestDataNodeHotSwapVolumes.testRemoveVolumeBeingWritten fail due to no DataNode available for pipeline recovery. Contributed by Lei (Eddy) Xu. (7 years ago) +* 62857be2110a - HADOOP-14456. Modifier 'static' is redundant for inner enums. Contributed by ZhangBing Lin. (7 years ago) +* af03c3334610 - YARN-6635. Refactor yarn-app pages in new YARN UI. Contributed by Akhil PB. (7 years ago) +* 07e60f85d87c - HADOOP-14458. Add missing imports to TestAliyunOSSFileSystemContract.java. Contributed by Mingliang Liu. (7 years ago) +* d4015f8628dd - MAPREDUCE-6887. Modifier 'static' is redundant for inner enums. Contributed by ZhangBing Lin. (7 years ago) +* a7f085d6bf49 - HDFS-11832. Switch leftover logs to slf4j format in BlockManager.java. Contributed by Hui Xu and Chen Liang. (7 years ago) +* 6c6a7a59622b - HADOOP-14464. hadoop-aws doc header warning #5 line wrapped. Contributed by John Zhuge. (7 years ago) +* 31058b243e95 - HDFS-11446. TestMaintenanceState#testWithNNAndDNRestart fails intermittently. Contributed by Yiqun Lin. (7 years ago) +* 89bb8bfe582b - HADOOP-14442. Owner support for ranger-wasb integration. Contributed by Varada Hemeswari (7 years ago) +* bd6a2172e044 - HDFS-11891. DU#refresh should print the path of the directory when an exception is caught. Contributed by Chen Liang. (7 years ago) +* 2cd612ba8e3b - Update 3.0.0-alpha3 changes, release notes, jdiff. (7 years ago) +* 16ad896d5cb8 - Update maven version for 3.0.0-alpha4 development (7 years ago) +* 303c8dc9b6c8 - Fix NPE in LazyPersistFileScrubber. Contributed by Inigo Goiri. (7 years ago) +* d81372dfad32 - YARN-6646. Modifier 'static' is redundant for inner enums (Contributed by ZhangBing Lin via Daniel Templeton) (7 years ago) +* aea42930bbb9 - YARN-6641. Non-public resource localization on a bad disk causes subsequent containers failure. Contributed by Kuhu Shukla (7 years ago) +* 47474fffac08 - YARN-6555. Store application flow context in NM state store for work-preserving restart. (Rohith Sharma K S via Haibo Chen) (7 years ago) +* 2b5ad4876258 - HDFS-11817. A faulty node can cause a lease leak and NPE on accessing data. Contributed by Kihwal Lee. (7 years ago) +* 87590090c887 - YARN-6582. FSAppAttempt demand can be updated atomically in updateDemand(). (Karthik Kambatla via Yufei Gu) (7 years ago) +* 3fd6a2da4e53 - YARN-6643. TestRMFailover fails rarely due to port conflict. Contributed by Robert Kanter (7 years ago) +* 11615631360b - HDFS-11879. Fix JN sync interval in case of exception. Contributed by Hanisha Koneru. (7 years ago) +* 29b7df960fc3 - HDFS-11856. Ability to re-add Upgrading Nodes to pipeline for future pipeline updates. Contributed by Vinayakumar B. (7 years ago) +* 4fb41b31dbc1 - HDFS-11878. Fix journal missing log httpServerUrl address in JournalNodeSyncer. Contributed by Hanisha Koneru. (7 years ago) +* 2e41f8803dd4 - HDFS-11445. FSCK shows overall health stauts as corrupt even one replica is corrupt. Contributed by Brahma Reddy Battula. (7 years ago) +* 8bf0e2d6b38a - HADOOP-14430 the accessTime of FileStatus returned by SFTPFileSystem's getFileStatus method is always 0. Contributed by Hongyuan Li. (7 years ago) +* 1ba9704eec22 - HADOOP-14399. Configuration does not correctly XInclude absolute file URIs. Contributed by Jonathan Eagles (7 years ago) +* 1a56a3db5996 - Addendum patch to fix Docker sanitization. (7 years ago) +* bc28da65fb1c - YARN-6141. ppc64le on Linux doesn't trigger __linux get_executable codepath. Contributed by Sonia Garudi and Ayappan. (7 years ago) +* 6a52b5e14495 - HADOOP-14180. FileSystem contract tests to replace JUnit 3 with 4. Contributed by Xiaobing Zhou and Mingliang Liu. (7 years ago) +* d049bd2a8654 - HADOOP-14426. Upgrade Kerby version from 1.0.0-RC2 to 1.0.0. Contributed by Jiajia Li. (7 years ago) +* b8b69d797aed - Revert "HDFS-10797. Disk usage summary of snapshots causes renamed blocks to get counted twice. Contributed by Sean Mackrory." (7 years ago) +* 2cba56122825 - Revert "HDFS-11515. -du throws ConcurrentModificationException. Contributed by Istvan Fajth, Wei-Chiu Chuang." (7 years ago) +* 0e83ed5e7372 - HDFS-11877. FileJournalManager#getLogFile should ignore in progress edit logs during JN sync. Contributed by Hanisha Koneru. (7 years ago) +* 1c8dd6d3d107 - HDFS-11823. Extend TestDFSStripedIutputStream/TestDFSStripedOutputStream with a random EC policy. Contributed by Takanobu Asanuma. (7 years ago) +* dcf4559ebdb5 - HADOOP-14166. Reset the DecayRpcScheduler AvgResponseTime metric to zero when queue is not used. Contributed by Surendra Singh Lilhore. (7 years ago) +* b7a0c0e70195 - HADOOP-14449. The ASF Header in ComparableVersion.java and SSLHostnameVerifier.java is not correct. Contributed by ZhangBing Lin. (7 years ago) +* 8bf1949c0efe - YARN-6615. AmIpFilter drops query parameters on redirect. Contributed by Wilfred Spiegelenburg (7 years ago) +* a62be38a5e5d - HDFS-11793. Allow to enable user defined erasure coding policy. Contributed by Sammi Chen (7 years ago) +* 52661e0912a7 - HDFS-11864. Document Metrics to track usage of memory for writes. Contributed by Yiqun Lin. (7 years ago) +* 1b5451bf054c - HDFS-11794. Add ec sub command -listCodec to show currently supported ec codecs. Contributed by SammiChen. (7 years ago) +* d0f346af2629 - HDFS-11419. Performance analysis of new DFSNetworkTopology#chooseRandom. Contributed by Chen Liang. (7 years ago) +* ca6bcc3c76ba - HDFS-11866. JournalNode Sync should be off by default in hdfs-default.xml. Contributed by Hanisha Koneru. (7 years ago) +* 8e0f83e49a89 - YARN-6493. Print requested node partition in assignContainer logs. (Jonathan Hung via wangda) (7 years ago) +* c583ab02c730 - YARN-2113. Add cross-user preemption within CapacityScheduler's leaf-queue. (Sunil G via wangda) (7 years ago) +* 9cab42cc7979 - HDFS-11849. JournalNode startup failure exception should be logged in log file. Contributed By Surendra Singh Lilhore. (7 years ago) +* 2a8fcf0c9a9b - HDFS-11863. Document missing metrics for blocks count in pending IBR. Contributed By Yiqun Lin. (7 years ago) +* b6f66b0da1cc - YARN-6584. Correct license headers in hadoop-common, hdfs, yarn and mapreduce. Contributed by Yeliang Cang. (7 years ago) +* fcbdecc54d4d - YARN-6111. Rumen input does't work in SLS. Contributed by Yufei Gu. (7 years ago) +* 46d9c4ca7aba - YARN-5705. Show timeline data from ATS v2 in new web UI. Contributed by Akhil PB. (7 years ago) +* c80d3bc48045 - HDFS-11862. Option -v missing for du command in FileSystemShell.md. Contributed by Yiqun Lin (7 years ago) +* e135c0b20794 - YARN-6627. Use deployed webapp folder to launch new YARN UI. Contributed by Sunil G (7 years ago) +* 9855225a790e - YARN-6602. Impersonation does not work if standby RM is contacted first (rkanter) (7 years ago) +* 66bba8c0244e - YARN-6249. TestFairSchedulerPreemption fails inconsistently. (Tao Jie via Yufei Gu) (7 years ago) +* 1db186f662af - HDFS-11803. Add -v option for du command to show header line. Contributed by Xiaobing Zhou (7 years ago) +* e82da2b4f4de - YARN-6540. Resource Manager is spelled "Resource Manger" in ResourceManagerRestart.md and ResourceManagerHA.md. (Grant Sohn via Yufei Gu) (7 years ago) +* 6672810eeac1 - HADOOP-14432. S3A copyFromLocalFile to be robust, tested. Contributed by Steve Loughran (7 years ago) +* 19482e0d0990 - YARN-6618. TestNMLeveldbStateStoreService#testCompactionCycle can fail if compaction occurs more than once. Contributed by Jason Lowe. (7 years ago) +* 009b9f3ebc6e - HADOOP-11869. Suppress ParameterNumber checkstyle violations for overridden methods. Contributed by Jonathan Eagles (7 years ago) +* b4adc8392c13 - HADOOP-14407. DistCp - Introduce a configurable copy buffer size. (Omkar Aradhya K S via Yongjun Zhang) (7 years ago) +* 40e6a85d2538 - YARN-6560. SLS doesn't honor node total resource specified in sls-runner.xml. Contributed by Wangda Tan. (7 years ago) +* ba70225cf6a1 - HADOOP-11572. s3a delete() operation fails during a concurrent delete of child entries. Contributed by Steve Loughran. (7 years ago) +* b46cd315f7c8 - Sanitize arguments before launching Docker containers. (7 years ago) +* e120ee865aa7 - Validate docker image name before launching container. (7 years ago) +* b23fcc86c670 - YARN-6577. Remove unused ContainerLocalization classes. Contributed by ZhangBing Lin (7 years ago) +* 44e9ef2e906b - HDFS-11842. TestDataNodeOutlierDetectionViaMetrics UT fails intermittently. Controbuted by Hanisha Koneru. (7 years ago) +* ef9e536a7137 - HADOOP-14434. Use MoveFileEx to allow renaming a file when the destination exists. Contributed by Lukas Majercak (7 years ago) +* eb7791b4743c - HADOOP-14427. Avoid reloading of Configuration in ViewFileSystem creation. Contributed by Vinayakumar B (7 years ago) +* d4aa9e3c699f - HADOOP-14415. Use java.lang.AssertionError instead of junit.framework.AssertionFailedError. Contributed by Chen Liang. (7 years ago) +* 035d46836be9 - MAPREDUCE-6459. Native task crashes when merging spilled file on ppc64. Contributed by Tao Jie and Ayappan. (7 years ago) +* e6f6682aa864 - HADOOP-14419. Remove findbugs report from docs profile. Contributed by Andras Bokor. (7 years ago) +* d87a63a9019d - HADOOP-14412. HostsFileReader#getHostDetails is very expensive on large clusters. Contributed by Jason Lowe. (7 years ago) +* ec21ce425f4e - HDFS-11827. NPE is thrown when log level changed in BlockPlacementPolicyDefault#chooseRandom() method. Contributed by xupeng. (7 years ago) +* 18c494a00c8e - YARN-6447. Provide container sandbox policies for groups (gphillips via rkanter) (7 years ago) +* 101852ca11ed - YARN-6535. Program needs to exit when SLS finishes. (yufeigu via rkanter) (7 years ago) +* b415c6fe7432 - HADOOP-14416. Path starting with 'wasb:///' not resolved correctly while authorizing with WASB-Ranger. Contributed by Sivaguru Sankaridurg (7 years ago) +* 8236130b2c61 - YARN-6306. NMClient API change for container upgrade. Contributed by Arun Suresh (7 years ago) +* 89a8edc0149e - HDFS-11696. Fix warnings from Spotbugs in hadoop-hdfs. Contributed by Yiqun Lin. (7 years ago) +* 9b90e52f1ec2 - HDFS-11641. Reduce cost of audit logging by using FileStatus instead of HdfsFileStatus. Contributed by Daryn Sharp. (7 years ago) +* 1d1c52b42fea - HDFS-11833. HDFS architecture documentation descibes outdated placement policy. Contributed by Chen Liang. (7 years ago) +* 489f85933c50 - YARN-6603. NPE in RMAppsBlock. Contributed by Jason Lowe (7 years ago) +* c48f2976a3de - YARN-6598. History server getApplicationReport NPE when fetching report for pre-2.8 job (Jason Lowe via jeagles) (7 years ago) +* 6600abbb5c23 - YARN-6587. Refactor of ResourceManager#startWebApp in a Util class. (Giovanni Matteo Fumarola via curino). (7 years ago) +* 2397a2626e22 - HDFS-11818. TestBlockManager.testSufficientlyReplBlocksUsesNewRack fails intermittently. Contributed by Nathan Roberts (7 years ago) +* 7bc217224891 - HADOOP-14376. Memory leak when reading a compressed file using the native library. Contributed by Eli Acherkan (7 years ago) +* 6c35001b9f93 - YARN-6580. Incorrect logger for FairSharePolicy. (Vrushali C via Haibo Chen) (7 years ago) +* a9e24a13b7e3 - HADOOP-14375. Remove tomcat support from hadoop-functions.sh. Contributed by John Zhuge. (7 years ago) +* 1411612aa4e7 - HDFS-11674. reserveSpaceForReplicas is not released if append request failed due to mirror down and replica recovered (Contributed by Vinayakumar B) (7 years ago) +* 0d5c8ed8e017 - HADOOP-14401. maven-project-info-reports-plugin can be removed. Contributed by Andras Bokor. (7 years ago) +* 83dd14aa84ad - HDFS-11757. Query StreamCapabilities when creating balancer's lock file. Contributed by SammiChen. (7 years ago) +* 90cb5b4635b7 - YARN-6380. FSAppAttempt keeps redundant copy of the queue (7 years ago) +* 2ada100da7cf - YARN-5543. ResourceManager SchedulingMonitor could potentially terminate the preemption checker thread. Contributed by Min Shen. (7 years ago) +* 09f28da2d2aa - HADOOP-14413. Add Javadoc comment for jitter parameter on CachingGetSpaceUsed (Contributed by Erik Krogen via Daniel Templeton) (7 years ago) +* 4aae2d40a3e2 - HADOOP-14410. Correct spelling of 'beginning' and variants. Contributed By Dongtao Zhang (7 years ago) +* 51b671ef1844 - HDFS-11681. DatanodeStorageInfo#getBlockIterator() should return an iterator to an unmodifiable set Contributed by Virajith Jalaparti (7 years ago) +* eed731496f63 - HADOOP-14361. Azure: NativeAzureFileSystem.getDelegationToken() call fails sometimes when invoked concurrently. Contributed by Santhosh G Nayak (7 years ago) +* 5cb6e3e082ed - YARN-6473. Create ReservationInvariantChecker to validate ReservationSystem + Scheduler operations. (7 years ago) +* e7654c4a1f35 - YARN-6571. Fix JavaDoc issues in SchedulingPolicy (Contributed by Weiwei Yang via Daniel Templeton) (7 years ago) +* 3873904a943f - HDFS-11800. Document output of 'hdfs count -u' should contain PATHNAME. Contributed by Xiaobing Zhou (7 years ago) +* ad1e3e4d9f10 - HDFS-11755. Underconstruction blocks can be considered missing. Contributed by Nathan Roberts. (7 years ago) +* fab73748a1ce - HDFS-11745. Increase HDFS test timeouts from 1 second to 10 seconds. Contributed by Eric Badger (7 years ago) +* 74a61438ca01 - YARN-6475. Fix some long function checkstyle issues (Contributed by Soumabrata Chakraborty via Daniel Templeton) (7 years ago) +* 1e71fe8c42b7 - MAPREDUCE-6882. Increase MapReduce test timeouts from 1 second to 10 seconds. Contributed by Eric Badger (7 years ago) +* 6099deebcb0e - YARN-6552. Increase YARN test timeouts from 1 second to 10 seconds. Contributed by Eric Badger (7 years ago) +* 2ba9903932e3 - HADOOP-14400. Fix warnings from spotbugs in hadoop-tools. Contributed by Weiwei Yang. (7 years ago) +* a5fa954684f5 - HADOOP-14373. License error in org.apache.hadoop.metrics2.util.Servers. Contributed by hu xiaodong. (7 years ago) +* 06ffeb8d4d70 - HADOOP-14405. Fix performance regression due to incorrect use of DataChecksum. Contributed by LiXin Ge. (7 years ago) +* ab2bb93a2ab1 - YARN-6561. Update exception message during timeline collector aux service initialization. (Vrushali C via Haibo Chen) (7 years ago) +* 461ee44d287b - YARN-6435. [ATSv2] Can't retrieve more than 1000 versions of metrics in time series. (Rohith Sharma K S via Haibo Chen) (7 years ago) +* 166be0ee95d5 - YARN-3742. YARN RM will shut down if ZKClient creation times out. (Daniel Templeton via kasha) (7 years ago) +* f7faac8e90ef - HADOOP-14377. Increase Common test timeouts from 1 second to 10 seconds. Contributed by Eric Badger (7 years ago) +* a2f680493f04 - YARN-5301. NM mount cpu cgroups failed on some systems (Contributed by Miklos Szegedi via Daniel Templeton) (7 years ago) +* 7dd258d8f4ae - YARN-6563 ConcurrentModificationException in TimelineCollectorManager while stopping RM (Contributed by Haibo Chen via Vrushali C) (7 years ago) +* 45382bf047d1 - AuditLogger and TestAuditLogger are dead code. Contributed by Vrushali C (7 years ago) +* 149b903be30e - HADOOP-14384. Reduce the visibility of FileSystem.newFSDataOutputStreamBuilder before the API becomes stable. (lei) (7 years ago) +* 543aac9f2818 - HADOOP-14386. Rewind trunk from Guava 21.0 back to Guava 11.0.2. (7 years ago) +* c60164fb60d3 - HADOOP-14374. License error in GridmixTestUtils.java. Contributed by lixinglong. (7 years ago) +* 54fd0e44b76c - HDFS-11644. Support for querying outputstream capabilities. Contributed by Manoj Govindassamy. (7 years ago) +* 749e5c09b999 - YARN-6281. Cleanup when AMRMProxy fails to initialize a new interceptor chain. (Botong Huang via Subru) (7 years ago) +* cd9ff27ffc93 - YARN-6234. Support multiple attempts on the node when AMRMProxy is enabled. (Giovanni Matteo Fumarola via Subru). (7 years ago) +* 1769b12a773d - YARN-6457. Allow custom SSL configuration to be supplied in WebApps. (Sanjay M Pujare via Haibo Chen) (7 years ago) +* ff5ec3b84161 - HADOOP-14383. Implement FileSystem that reads from HTTP / HTTPS endpoints. (7 years ago) +* 424887ecb7d1 - YARN-3839. Quit throwing NMNotYetReadyException. Contributed by Manikandan R (7 years ago) +* cef2815cf481 - HDFS-11702. Remove indefinite caching of key provider uri in DFSClient. Contributed by Rushabh S Shah. (7 years ago) +* a9a3d219fed2 - HDFS-9342. Erasure coding: client should update and commit block based on acknowledged size. Contributed by SammiChen. (7 years ago) +* 8065129d87e1 - (downstream_fork/rebase-cdh6.x-3.0.0-alpha3) HADOOP-14298. TestHadoopArchiveLogsRunner fails. Contribute dby Akira Ajisaka. (7 years ago) +* d6eed5acca22 - YARN-6565. Fix memory leak and finish app trigger in AMRMProxy. (Botong Huang via Subru). (7 years ago) +* e4f34ecb049a - HADOOP-14390. Correct spelling of 'succeed' and variants. Contributed by Dongtao Zhang (7 years ago) +* a3954ccab148 - HDFS-9807. Add an optional StorageID to writes. Contributed by Ewan Higgs (7 years ago) +* 4e6bbd049dea - HADOOP-14382 Remove usages of MoreObjects.toStringHelper. Contributed by Andrew Wang (7 years ago) +* 97c2e576c91c - HDFS-11530. Use HDFS specific network topology to choose datanode in BlockPlacementPolicyDefault. Contributed by Yiqun Lin and Chen Liang. (7 years ago) +* 3082552b3b99 - YARN-6522. Make SLS JSON input file format simple and scalable (yufeigu via rkanter) (7 years ago) +* 07761af357ef - HDFS-11448. JN log segment syncing should support HA upgrade. Contributed by Hanisha Koneru. (7 years ago) +* 54e2b9e876fd - YARN-6375 App level aggregation should not consider metric values reported in the previous aggregation cycle (Varun Saxena via Vrushali C) (7 years ago) +* 61858a5c378d - HADOOP-14380. Make the Guava version Hadoop which builds with configurable. Contributed by Steve Loughran (7 years ago) +* 25f5d9ad5ee5 - HDFS-11687. Add new public encryption APIs required by Hive. (lei) (7 years ago) +* c2a52ef9c294 - HDFS-11643. Add shouldReplicate option to create builder. Contributed by SammiChen. (7 years ago) +* 81092b1f1193 - HDFS-11722. Change Datanode file IO profiling sampling to percentage. Contributed by Hanisha Koneru. (7 years ago) +* 30cd265134ba - Revert "HDFS-11488. JN log segment syncing should support HA upgrade. Contributed by Hanisha Koneru." (7 years ago) +* 08fb82d6d121 - HDFS-11488. JN log segment syncing should support HA upgrade. Contributed by Hanisha Koneru. (7 years ago) +* fd5cb2c94680 - YARN-6374. Improve test coverage and add utility classes for common Docker operations. Contributed by Shane Kumpf (7 years ago) +* 83dded556dc1 - HDFS-11739. Fix regression in tests caused by YARN-679. Contributed by Steve Loughran (7 years ago) +* d4631e466bc8 - HADOOP-14372. TestSymlinkLocalFS timeouts are too low. Contributed by Eric Badger. (7 years ago) +* d9014bda9376 - HDFS-11717. Add unit test for HDFS-11709 StandbyCheckpointer should handle non-existing legacyOivImageDir gracefully. Contributed by Erik Krogen. (7 years ago) +* 8b82317fab0c - HADOOP-14352. Make some HttpServer2 SSL properties optional (jzhuge via rkanter) (7 years ago) +* cedaf4cab9d5 - HADOOP-14306. TestLocalFileSystem tests have very low timeouts. Contributed by Eric Badger (7 years ago) +* 9f0aea0ee2c6 - YARN-6481. Yarn top shows negative container number in FS (Contributed by Tao Jie via Daniel Templeton) (7 years ago) +* b062b323b7f4 - HADOOP-14281. Fix TestKafkaMetrics#testPutMetrics. Contributed by Alison Yu. (7 years ago) +* dcc292d7ded2 - HADOOP-14369. NetworkTopology calls expensive toString() when logging. Contributed by Inigo Goiri. (7 years ago) +* dc77255a7ba8 - HADOOP-14367. Remove unused setting from pom.xml. Contributed by Chen Liang. (7 years ago) +* 20cde552748c - HADOOP-14371. License error in TestLoadBalancingKMSClientProvider.java. Contributed by hu xiaodong. (7 years ago) +* b0f54ea035f4 - HDFS-11710. hadoop-hdfs-native-client build fails in trunk in Windows after HDFS-11529 (Contributed by Sailesh Mukil) (7 years ago) +* 6bf42e48ef65 - YARN-5331. Extend RLESparseResourceAllocation with period for supporting recurring reservations in YARN ReservationSystem. (Sangeetha Abdu Jyothi via Subru). (7 years ago) +* e514fc432a42 - YARN-6542. Fix the logger in TestAlignedPlanner and TestGreedyReservationAgent. (7 years ago) +* 1058b4084392 - HDFS-11593. Change SimpleHttpProxyHandler#exceptionCaught log level from info to debug. Contributed by Xiaobing Zhou. (7 years ago) +* a3a615eeab8c - YARN-4359. Update LowCost agents logic to take advantage of YARN-4358. (Jonathan Yaniv and Ishai Menache via Subru). (7 years ago) +* 14b5c93f3cba - HADOOP-14366. Maven upgrade broke start-build-env.sh. Contributed by Akira Ajisaka. (7 years ago) +* 4cfc8664362e - HDFS-11714. Newly added NN storage directory won't get initialized and cause space exhaustion. Contributed by Kihwal Lee. (7 years ago) +* 343948ca795d - HDFS-11724. libhdfs compilation is broken on OS X. Contributed by John Zhuge. (7 years ago) +* 07b98e7830c2 - HDFS-11609. Some blocks can be permanently lost if nodes are decommissioned while dead. Contributed by Kihwal Lee. (7 years ago) +* 30fc5801966f - YARN-6519. Fix warnings from Spotbugs in hadoop-yarn-server-resourcemanager. Contributed by Weiwei Yang. (7 years ago) +* 64f68cb0b8c0 - YARN-6520. Fix warnings from Spotbugs in hadoop-yarn-client. Contributed by Weiwei Yang. (7 years ago) +* 0f1af3178eb2 - YARN-6518. Fix warnings from Spotbugs in hadoop-yarn-server-timelineservice. Contributed by Weiwei Yang. (7 years ago) +* 4b5bd73ac53f - YARN-6517. Fix warnings from Spotbugs in hadoop-yarn-common. Contributed by Weiwei Yang (7 years ago) +* f378621546df - HADOOP-13901. Fix ASF License warnings. (7 years ago) +* b7d769d02002 - HADOOP-14359. Remove unnecessary shading of commons-httpclient. Contributed by Wei-Chiu Chuang. (7 years ago) +* c735362df719 - HADOOP-14363. Inconsistent default block location in FileSystem javadoc. Contributed by Chen Liang (7 years ago) +* 19a7e94ee47f - HDFS-11718. DFSStripedOutputStream hsync/hflush should not throw UnsupportedOperationException. (Manoj Govindassamy via lei) (7 years ago) +* 2e52789edf68 - YARN-2962. ZKRMStateStore: Limit the number of znodes under a znode (Contributed by Varun Sexena via Daniel Templeton) (7 years ago) +* fdf5192bbbb3 - YARN-6536. TestAMRMClient.testAMRMClientWithSaslEncryption fails intermittently. Contributed by Jason Lowe. (7 years ago) +* 6fe11f615564 - HADOOP-14320. TestIPC.testIpcWithReaderQueuing fails intermittently. Contributed by Eric Badger. (7 years ago) +* 68e45f554b6c - YARN-6472. Improve Java sandbox regex (gphillips via rkanter) (7 years ago) +* 373bb4931fb3 - YARN-679. Add an entry point that can start any Yarn service. Contributed by Steve Loughran. (7 years ago) +* cb672a45a0bb - HDFS-11605. Allow user to customize new erasure code policies. Contributed by Huafeng Wang (7 years ago) +* 371b6467dcee - YARN-5894. fixed license warning caused by de.ruedigermoeller:fst:jar:2.24 (haibochen via rkanter) (7 years ago) +* 689fb2fc661f - HADOOP-14354. SysInfoWindows is not thread safe. Contributed by Inigo Goiri (7 years ago) +* 31cf480d6520 - HADOOP-14309. Add PowerShell NodeFencer. Contributed by Inigo Goiri (7 years ago) +* 94607214ce87 - YARN-6534. ResourceManager failed due to TimelineClient try to init SSLFactory even https is not enabled. Contributed by Rohith Sharma K S. (7 years ago) +* bbf8cac14d8b - HADOOP-13200. Implement customizable and configurable erasure coders. Contributed by Tim Yao. (7 years ago) +* ddaeb3e49793 - Revert "HADOOP-13200. Implement customizable and configurable erasure coders. Contributed by Tim Yao." (7 years ago) +* 872088c6e7e7 - HADOOP-13200. Implement customizable and configurable erasure coders. Contributed by Tim Yao. (7 years ago) +* d8a33098309f - HDFS-11709. StandbyCheckpointer should handle an non-existing legacyOivImageDir gracefully. Contributed by Erik Krogen. (7 years ago) +* 61cda39e4eec - HADOOP-14346. CryptoOutputStream throws IOException if stream is closed. Contributed by Pierre Lacave (7 years ago) +* 793bbf216dc6 - YARN-6455. Enhance the timelinewriter.flush() race condition fix (Haibo Chen via Varun Saxena) (7 years ago) +* 62579b69a0a2 - HADOOP-11614. Remove httpclient dependency from hadoop-openstack. Contributed by Akira Ajisaka, Brahma Reddy Battula, and Steve Loughran. (7 years ago) +* 249cb210f5fc - HDFS-11697. Add javadoc for storage policy and erasure coding policy. Contributed by Kai Sasaki. (7 years ago) +* 3ed3062fe397 - MAPREDUCE-6881. Fix warnings from Spotbugs in hadoop-mapreduce. Contributed by Weiwei Yang. (7 years ago) +* 28eb2aabebd1 - HDFS-11384. Balancer disperses getBlocks calls to avoid NameNode's rpc queue saturation. Contributed by Konstantin V Shvachko. (7 years ago) +* 8b5f2c372e70 - HADOOP-14351. Azure: RemoteWasbAuthorizerImpl and RemoteSASKeyGeneratorImpl should not use Kerberos interactive user cache. Contributed by Santhosh G Nayak (7 years ago) +* 4f3ca0396a81 - YARN-6510. Fix profs stat file warning caused by process names that includes parenthesis. (Wilfred Spiegelenburg via Haibo Chen) (7 years ago) +* edd693833b46 - HADOOP-14340. Enable KMS and HttpFS to exclude SSL ciphers. Contributed by John Zhuge. (7 years ago) +* 93fa48fcf243 - HDFS-11417. Add datanode admin command to get the storage info. Contributed by Surendra Singh Lilhore. (7 years ago) +* 2f73396b5901 - HDFS-6708. StorageType should be encoded in the block token. Contributed by Ewan Higgs (7 years ago) +* 8a99eba96d7d - Revert "YARN-5007. Remove deprecated constructors of MiniYARNCluster and MiniMRYarnCluster. Contributed by Andras Bokor." (7 years ago) +* 9ccb849eb69f - HADOOP-14341. Support multi-line value for ssl.server.exclude.cipher.list. Contributed by John Zhuge. (7 years ago) +* e4c32bccde31 - HADOOP-14349. Rename ADLS CONTRACT_ENABLE_KEY. Contributed by Mingliang Liu (7 years ago) +* 4ea2778acb78 - HADOOP-14207. "dfsadmin -refreshCallQueue" fails with DecayRpcScheduler. Contributed by Surendra Singh Lihore. (7 years ago) +* d11d280b8b52 - HADOOP-12856. FileUtil.checkDest() and RawLocalFileSystem.mkdirs() to throw stricter IOEs; RawLocalFS contract tests to verify. Contributed by Steve Loughran (7 years ago) +* 475f933b4127 - YARN-6423. Queue metrics doesn't work for Fair Scheduler in SLS (yufeigu via rkanter) (7 years ago) +* e4321ec84321 - HDFS-11691. Add a proper scheme to the datanode links in NN web UI. Contributed by Kihwal Lee (7 years ago) +* 2ba21d63767e - YARN-6392. Add submit time to Application Summary log. (Zhihai Xu via wangda) (7 years ago) +* 5f934f838619 - HADOOP-14305 S3A SSE tests won't run in parallel: Bad request in directory GetFileStatus. Contributed by Steve Moist. (7 years ago) +* 8ac50e1322cb - YARN-6500. Do not mount inaccessible cgroups directories in CgroupsLCEResourcesHandler. (Miklos Szegedi via Haibo Chen) (7 years ago) +* 52adf719143c - YARN-5617. AMs only intended to run one attempt can be run more than once? Contributed by Jason Lowe. (7 years ago) +* 561718e05de5 - YARN-6291. Introduce query parameters (sort, filter, etc.) for tables to keep state on refresh/navigation in new YARN UI. Contributed by Gergely Novák. (7 years ago) +* fda86ef2a320 - HDFS-11529. Add libHDFS API to return last exception. Contributed by Sailesh Mukil. (7 years ago) +* 20e3ae260b40 - HDFS-11402. HDFS Snapshots should capture point-in-time copies of OPEN files. (Manoj Govindassamy via Yongjun Zhang) (7 years ago) +* 3721cfe1fbd9 - MAPREDUCE-6871. Allow users to specify racks and nodes for strict locality for AMs (rkanter) (7 years ago) +* 5078df7be317 - HDFS-11689. New exception thrown by DFSClient%isHDFSEncryptionEnabled broke hacky hive code. Contributed by Yongjun Zhang. (7 years ago) +* a22fe02fba66 - HADOOP-14261. Some refactoring work for erasure coding raw coder. Contributed by Lin Zeng. (7 years ago) +* b0803388fc5e - HDFS-11604. Define and parse erasure code policies. Contributed by Lin Zeng (7 years ago) +* de69d6e81128 - YARN-6363. Extending SLS: Synthetic Load Generator. (Carlo Curino via wangda) (7 years ago) +* 667966c13c1e - HADOOP-14324. Refine S3 server-side-encryption key as encryption secret; improve error reporting and diagnostics. Contributed by Steve Loughran (7 years ago) +* f356f0f4cf22 - YARN-6453. fairscheduler-statedump.log gets generated regardless of service (Contributed by Yufei Gu via Daniel Templeton) (7 years ago) +* c0cf11e1078b - YARN-6402. Move 'Long Running Services' to an independent tab at top level for new Yarn UI. Contributed by Akhil PB. (7 years ago) +* 74a723852d9e - HDFS-11660. TestFsDatasetCache#testPageRounder fails intermittently with AssertionError. (7 years ago) +* c1549352cf1d - HDFS-11671. TestReconstructStripedBlocks#test2RecoveryTasksForSameBlockGroup fails. (7 years ago) +* 46940d92e2b1 - YARN-6302. Fail the node if Linux Container Executor is not configured properly (Contributed by Miklos Szegedi via Daniel Templeton) (7 years ago) +* 394589f38515 - HADOOP-14316. Switch from Findbugs to Spotbugs (aw) (7 years ago) +* 0344bea3fd40 - HADOOP-14241. Add ADLS sensitive config keys to default list. Contributed by John Zhuge. (7 years ago) +* dd43b895c2e5 - YARN-6202. Configuration item Dispatcher.DISPATCHER_EXIT_ON_ERROR_KEY is disregarded (Contributed by Yufei Gu via Daniel Templeton) (7 years ago) +* 7e075a50e37a - YARN-6365. Get static SLS html resources from classpath. Contributed by Yufei Gu. (7 years ago) +* 41ac190dba78 - YARN-6438. Code can be improved in ContainersMonitorImpl.java (Contributed by Miklos Szegedi via Daniel Templeton) (7 years ago) +* 15acdbdba26c - YARN-3427. Remove deprecated methods from ResourceCalculatorProcessTree (Contributed by Miklos Szegedi via Daniel Templeton) (7 years ago) +* d4483a2fe47c - HADOOP-13997. Typo in metrics docs (Contributed by Ana Krasteva via Daniel Templeton) (7 years ago) +* 9ff25408bc09 - YARN-6164. Expose Queue Configurations per Node Label through YARN client api. Contributed by Benson Qiu. (7 years ago) +* 6b015d00c9ef - HADOOP-14321. explicitly exclude s3a root dir ITests from parallel runs. Contributed by Steve Loughran (7 years ago) +* 8c81a16a1fa4 - HDFS-11531. Expose hedged read metrics via libHDFS API. Contributed by Sailesh Mukil. (7 years ago) +* af8e9842d2ca - YARN-6451. Add RM monitor validating metrics invariants. Contributed by Carlo Curino (7 years ago) +* a9f07e0d3ebb - HADOOP-14317. KMSWebServer$deprecateEnv may leak secret. Contributed by John Zhuge. (7 years ago) +* ca2488c009b4 - HDFS-11665. HttpFSServerWebServer$deprecateEnv may leak secret. Contributed by John Zhuge. (7 years ago) +* 654372db8596 - HADOOP-14315. Python example in the rack awareness document doesn't work due to bad indentation (7 years ago) +* 84a8848aaecd - HADOOP-14318. Remove non-existent setfattr command option from FileSystemShell.md. Contributed by Doris Gu. (7 years ago) +* 8dfcd95d580b - HDFS-11634. Optimize BlockIterator when interating starts in the middle. Contributed by Konstantin V Shvachko. (7 years ago) +* c0ca785dbb51 - HDFS-11652. Improve ECSchema and ErasureCodingPolicy toString, hashCode, equals. (7 years ago) +* ad49098eb324 - HDFS-11615. FSNamesystemLock metrics can be inaccurate due to millisecond precision. Contributed by Erik Krogen. (7 years ago) +* 6ed9d362242d - YARN-6304. Skip rm.transitionToActive call to RM if RM is already active. Contributed by Rohith Sharma K S. (7 years ago) +* f1de2c8560a4 - MAPREDUCE-6875. Rename mapred-site.xml.template to mapred-site.xml. (Yuanbo Liu via Haibo Chen) (7 years ago) +* ac3cfdf3e592 - MAPREDUCE-6673. Add a test example job that grows in memory usage over time (Karthik Kambatla via Haibo Chen) (7 years ago) +* 0ac17dc644c0 - HADOOP-14311. Add python2.7-dev to Dockerfile (Allen Wittenauer via asuresh) (7 years ago) +* 416880550214 - YARN-6480. Timeout is too aggressive for TestAMRestart.testPreemptedAMRestartOnRMRestart. Contributed by Eric Badger (7 years ago) +* 8a1d7480f739 - YARN-6433. Only accessible cgroup mount directories should be selected for a controller. (Miklos Szegedi via kasha) (7 years ago) +* a41f8dd58e27 - YARN-5994. TestCapacityScheduler.testAMLimitUsage fails intermittently. Contributed by Eric Badger (7 years ago) +* 0cab57223e3f - HADOOP-14274. Azure: Simplify Ranger-WASB policy model. Contributed by Sivaguru Sankaridurg (7 years ago) +* b053fdc547dd - HADOOP-14255. S3A to delete unnecessary fake directory objects in mkdirs(). Contributed by Mingliang Liu (7 years ago) +* c3375175d616 - YARN-6432. FairScheduler: Reserve preempted resources for corresponding applications. (Miklos Szegedi via kasha) (7 years ago) +* 9d9087a67ad5 - YARN-3760. FSDataOutputStream leak in AggregatedLogFormat.LogWriter.close(). Contributed by Haibo Chen. (7 years ago) +* a7312715a66d - HDFS-10996. Ability to specify per-file EC policy at create time. Contributed by SammiChen. (7 years ago) +* 966b1b5b4410 - HDFS-11565. Use compact identifiers for built-in ECPolicies in HdfsFileStatus. (7 years ago) +* abce61335678 - HDFS-11645. DataXceiver thread should log the actual error when getting InvalidMagicNumberException. Contributed by Chen Liang. (7 years ago) +* d4c01dde49b3 - HDFS-11648. Lazy construct the IIP pathname. Contributed by Daryn Sharp. (7 years ago) +* 4dd6206547de - HADOOP-14246. Authentication Tokens should use SecureRandom instead of Random and 256 bit secrets (Conttributed by Robert Konter via Daniel Templeton) (7 years ago) +* b8305e6d06cb - HADOOP-14248. Retire SharedInstanceProfileCredentialsProvider in trunk. Contributed by Mingliang Liu. (7 years ago) +* a16ab2be91e2 - YARN-6450. TestContainerManagerWithLCE requires override for each new test added to ContainerManagerTest? Contributed by Jason Lowe. (7 years ago) +* f48e968bec65 - YARN-6421. Upgrade frontend-maven-plugin to 1.1 to fix new YARN UI build error in ppc64le. Contributed by Sonia Garudi. (7 years ago) +* 23b1a7bdf1b5 - HDFS-11163. Mover should move the file blocks to default storage once policy is unset. Contributed by Surendra Singh Lilhore. (7 years ago) +* 62e4573efbef - HDFS-11630. TestThrottledAsyncCheckerTimeout fails intermittently in Jenkins builds. Contributed by Hanisha Koneru. (7 years ago) +* 3a91376707d4 - HDFS-11558. BPServiceActor thread name is too long. Contributed by Xiaobing Zhou (7 years ago) +* 4d4ad0ebb761 - YARN-6439. Fix ReservationSystem creation of default ReservationQueue. (Carlo Curino via wangda) (7 years ago) +* 7d873c465b81 - YARN-6463. Correct spelling mistake in FileSystemRMStateStore. Contributed by Yeliang Cang. (7 years ago) +* f050afb5785d - HADOOP-13665. Erasure Coding codec should support fallback coder. Contributed by Kai Sasaki. (7 years ago) +* 90d97372ed11 - YARN-6461. TestRMAdminCLI has very low test timeouts. Contributed by Eric Badger (7 years ago) +* 0e065f2edead - YARN-6195. Export UsedCapacity and AbsoluteUsedCapacity to JMX. Contributed by Benson Qiu (7 years ago) +* 2fd568fdd416 - HDFS-11637. Fix javac warning caused by the deprecated key used in TestDFSClientRetries#testFailuresArePerOperation. Contributed by Yiqun Lin. (7 years ago) +* aabf08dd0707 - HADOOP-13545. Update HSQLDB to 2.3.4. Contributed by Giovanni Matteo Fumarola. (7 years ago) +* 7999318af12a - YARN-6344. Add parameter for rack locality delay in CapacityScheduler. (kkaranasos) (7 years ago) +* e9ac61cc0e55 - YARN-6372. Add default value for NM disk validator (Contributed by Yufei Gu via Daniel Templeton) (7 years ago) +* a5e57df3c56b - HADOOP-14225. Remove xmlenc dependency (7 years ago) +* be144117a885 - HADOOP-14293. Initialize FakeTimer with a less trivial value. (7 years ago) +* 14a39907c636 - YARN-6343. Docker docs MR example is broken (Contributed by Prashant Jha via Daniel Templeton) (7 years ago) +* 443aa51bc149 - YARN-5153. Add a toggle button to switch between timeline view / table view for containers and application-attempts in new YARN UI. Contributed by Akhil PB. (7 years ago) +* 5d38504071d7 - HADOOP-14290. Update SLF4J from 1.7.10 to 1.7.25. (7 years ago) +* 2ed65540a3fe - HADOOP-14066 VersionInfo should be marked as public API (7 years ago) +* 612578fe6773 - HADOOP-14285. Update minimum version of Maven from 3.0 to 3.3. (7 years ago) +* 39fa3712d952 - HADOOP-14008. Upgrade to Apache Yetus 0.4.0 (7 years ago) +* 2aa8967809b0 - YARN-6298. Metric preemptCall is not used in new preemption. (Yufei Gu via kasha) (7 years ago) +* e8bdad7385ab - HDFS-11623. Move system erasure coding policies into hadoop-hdfs-client. (7 years ago) +* 203edc026c39 - HDFS-11633. FSImage failover disables all erasure coding policies. Contributed by Wei-Chiu Chuang. (7 years ago) +* 63f7322522e0 - YARN-6368. Decommissioning an NM results in a -1 exit code (miklos.szegedi@cloudera.com via rkanter) (7 years ago) +* d298f734a465 - HADOOP-14287. Compiling trunk with -DskipShade fails. Contributed by Arun Suresh. (7 years ago) +* 56e81f2a204d - HADOOP-14174. Set default ADLS access token provider type to ClientCredential. Contributed by John Zhuge. (7 years ago) +* 96cbb4fce227 - HADOOP-14202. fix jsvc/secure user var inconsistencies (7 years ago) +* ad24464be85b - YARN-6258. localBaseAddress for CORS proxy configuration is not working when suffixed with forward slash in new YARN UI. Contributed by Gergely Novák. (7 years ago) +* e7167e4a1323 - MAPREDUCE-6201. TestNetworkedJob fails on trunk (pbacsko via rkanter) (7 years ago) +* 95b7f1d29a5e - HADOOP-14276. Add a nanosecond API to Time/Timer/FakeTimer. Contributed by Erik Krogen. (7 years ago) +* 0116c3c95769 - YARN-5797. Add metrics to the node manager for cleaning the PUBLIC and PRIVATE caches. (Chris Trezzo via mingma) (7 years ago) +* 0eacd4c13be9 - HDFS-11608. HDFS write crashed with block size greater than 2 GB. Contributed by Xiaobing Zhou. (7 years ago) +* a49fac530212 - HDFS-11362. StorageDirectory should initialize a non-null default StorageDirType. Contribute by Hanisha Koneru. (7 years ago) +* 1b081ca27e05 - YARN-6288. Exceptions during aggregated log writes are mishandled. Contributed by Akira Ajisaka (7 years ago) +* 1a9439e29991 - YARN-6424. TimelineCollector is not stopped when an app finishes in RM. Contributed by Varun Saxena. (7 years ago) +* 8c57aeb5b4fc - HDFS-11131. TestThrottledAsyncChecker#testCancellation is flaky. (7 years ago) +* 32bb36b750ab - HDFS-11302. Improve Logging for SSLHostnameVerifier. Contributed by Chen Liang. (7 years ago) +* fc0885da2944 - MAPREDUCE-6846. Fragments specified for libjar paths are not handled correctly (Contributed by Chris Trezzo via Daniel Templeton) (7 years ago) +* a2c57bb70d71 - YARN-6381. FSAppAttempt has several variables that should be final (Contributed by Ameet Zaveri via Daniel Templeton) (7 years ago) +* 539ef5aa2e87 - HFDS-11596. hadoop-hdfs-client jar is in the wrong directory in release tarball. Contributed by Yuanbo Liu. (7 years ago) +* b4c4f365948d - YARN-6448. Continuous scheduling thread crashes while sorting nodes. (Yufei Gu via kasha) (7 years ago) +* 3db8d68d63f8 - HDFS-11628. Clarify the behavior of HDFS Mover in documentation. Contributed by Xiaobing Zhou. (7 years ago) +* 7eea8d83fa64 - HADOOP-14280. Fix compilation of TestKafkaMetrics. (7 years ago) +* 7d963c477ab9 - YARN-6437. TestSignalContainer#testSignalRequestDeliveryToNM fails intermittently (Jason Lowe via Varun Saxena) (7 years ago) +* 87e2ef8c985b - YARN-6406. Remove SchedulerRequestKeys when no more pending ResourceRequest. (Arun Suresh via wangda) (7 years ago) +* e8071aa249c7 - YARN-6403. Invalid local resource request can raise NPE and make NM exit. Contributed by Tao Yang (7 years ago) +* 34ab8e73d48e - YARN-5007. Remove deprecated constructors of MiniYARNCluster and MiniMRYarnCluster. Contributed by Andras Bokor. (7 years ago) +* 9e0e430f18d4 - HDFS-11538. Move ClientProtocol HA proxies into hadoop-hdfs-client. Contributed by Huafeng Wang. (7 years ago) +* 19b89c4c7be0 - YARN-6420. RM startup failure due to wrong order in nodelabel editlog (Bibin A Chundatt via Varun Saxena) (7 years ago) +* 8cb73255274b - HDFS-9651. Add missing robots.txt files. (7 years ago) +* 09e6caec3dbb - HDFS-9651. All web UIs should include a robots.txt file. Contributed by Lars Francke. (7 years ago) +* 2d5c09b8481d - YARN-6004. Refactor TestResourceLocalizationService#testDownloadingResourcesOnContainer so that it is less than 150 lines. (Chris Trezzo via mingma) (7 years ago) +* 9cc04b470887 - YARN-6436. TestSchedulingPolicy#testParseSchedulingPolicy timeout is too low. (Eric Badger via kasha) (7 years ago) +* 3fdae0a2b66c - YARN-6109. Add an ability to convert ChildQueue to ParentQueue. (Xuan Gong via wangda) (7 years ago) +* 18432130a7f5 - HADOOP-14104. Client should always ask namenode for kms provider path. Contributed by Rushabh S Shah. (7 years ago) +* 56ab02eed9b6 - HADOOP-14273. Azure: NativeAzureFileSystem should respect config for kerberosSupportEnabled flag. Contributed by Santhosh G Nayak (7 years ago) +* 27a44b60c1a5 - HADOOP-14272. Azure: WasbRemoteCallHelper should use String equals for comparison. Contributed by Santhosh G Nayak (7 years ago) +* 6eba79232f36 - HADOOP-14271. Correct spelling of 'occurred' and variants. Contributed by Yeliang Cang (7 years ago) +* 5faa949b782b - HADOOP-14268. Fix markdown itemization in hadoop-aws documents. Contributed by Akira Ajisaka (7 years ago) +* bbd68478d574 - HDFS-11598. Improve -setrep for Erasure Coded files. Contributed by Yiqun Lin. (7 years ago) +* bc7aff7cec07 - HDFS-11515. -du throws ConcurrentModificationException. Contributed by Istvan Fajth, Wei-Chiu Chuang. (7 years ago) +* 845529b3ab33 - MAPREDUCE-6824. TaskAttemptImpl#createCommonContainerLaunchContext is longer than 150 lines. Contributed by Chris Trezzo. (7 years ago) +* a4b5aa8493e0 - YARN-6377. NMTimelinePublisher#serviceStop does not stop timeline clients (Haibo Chen via Varun Saxena) (7 years ago) +* b8838578ce1f - YARN-6414. ATSv2 HBase related tests fail due to guava version upgrade (Haibo Chen via Varun Saxena) (7 years ago) +* 26172a94d643 - HADOOP-14267. Make DistCpOptions immutable. Contributed by Mingliang Liu (7 years ago) +* 73835c73e2d3 - HDFS-11560. Expose slow disks via NameNode JMX. Contributed by Hanisha Koneru. (7 years ago) +* 5485d93bda33 - HDFS-11603. Improve slow mirror/disk warnings in BlockReceiver. (7 years ago) +* 318bfb01bc67 - YARN-6354. LeveldbRMStateStore can parse invalid keys when recovering reservations. Contributed by Jason Lowe (7 years ago) +* 4d1fac5df250 - YARN-6411. Clean up the overwrite of createDispatcher() in subclass of MockRM. Contributed by Yufei Gu (7 years ago) +* 28cdc5a8dc37 - HDFS-11551. Handle SlowDiskReport from DataNode at the NameNode. Contributed by Hanisha Koneru. (7 years ago) +* bf3fb585aaf2 - HADOOP-11794. Enable distcp to copy blocks in parallel. Contributed by Yongjun Zhang, Wei-Chiu Chuang, Xiao Chen, Rosie Li. (7 years ago) +* 144f1cf76527 - Revert "HADOOP-11794. Enable distcp to copy blocks in parallel. Contributed by Yongjun Zhang, Wei-Chiu Chuang, Xiao Chen." (7 years ago) +* 064c8b25eca9 - HADOOP-11794. Enable distcp to copy blocks in parallel. Contributed by Yongjun Zhang, Wei-Chiu Chuang, Xiao Chen. (7 years ago) +* e5f0622a6f40 - HDFS-11592. Closing a file has a wasteful preconditions in NameNode. Contributed by Eric Badger (7 years ago) +* b58777a9c9a5 - YARN-6376. Exceptions caused by synchronous putEntities requests can be swallowed (Haibo Chen via Varun Saxena) (7 years ago) +* 7c2bc444b3d6 - YARN-6342. Make TimelineV2Client's drain timeout after stop configurable (Haibo Chen via Varun Saxena) (7 years ago) +* 1309c585fb9f - HADOOP-14216. Addendum to Improve Configuration XML Parsing Performance (jeagles) (7 years ago) +* 8c591b8d1993 - HDFS-10974. Document replication factor for EC files. Contributed by Yiqun Lin. (7 years ago) +* c9b7ce92737f - MAPREDUCE-6836. exception thrown when accessing the job configuration web UI. Contributed by Haibo Chen (7 years ago) +* 7297e82cb4ab - HADOOP-14250. Correct spelling of 'separate' and variants. Contributed by Doris Gu (7 years ago) +* c8bd5fc7a86f - MAPREDUCE-6850. Shuffle Handler keep-alive connections are closed from the server side. Contributed by Jonathan Eagles (7 years ago) +* 0d053eeb3002 - HADOOP-14256. [S3A DOC] Correct the format for "Seoul" example. Contributed by Brahma Reddy Battula. (7 years ago) +* de7efd2687cc - MAPREDUCE-6873. MR Job Submission Fails if MR framework application path not on defaultFS. Contributed by Erik Krogen. (7 years ago) +* ceab00ac62f8 - MAPREDUCE-6862. Fragments are not handled correctly by resource limit checking. (Chris Trezzo via mingma) (7 years ago) +* 6a5516c2381f - YARN-5654. Not be able to run SLS with FairScheduler (yufeigu via rkanter) (7 years ago) +* 4966a6e26e45 - HADOOP-14223. Extend FileStatus#toString() to include details like Erasure Coding and Encryption. Contributed by Manoj Govindassamy. (7 years ago) +* 640ba1d23fe8 - YARN-5685. RM configuration allows all failover methods to disabled when automatic failover is enabled (7 years ago) +* 13c766b62c48 - HADOOP-14247. FileContextMainOperationsBaseTest should clean up test root path. Contributed by Mingliang Liu (7 years ago) +* 15e3873dc3d4 - HDFS-11571. Typo in DataStorage exception message (Contributed by Anna Budai via Daniel Templeton) (7 years ago) +* 523f467d939d - HADOOP-14216. Improve Configuration XML Parsing Performance (jeagles) (7 years ago) +* 84d787b9d511 - HDFS-11541. Call RawErasureEncoder and RawErasureDecoder release() methods. Contributed by SammiChen. (7 years ago) +* 0e6f8e4bc664 - HDFS-10971. Distcp should not copy replication factor if source file is erasure coded. Contributed by Manoj Govindassamy. (7 years ago) +* 82fb9ce8df7a - YARN-6329. Remove unnecessary TODO comment from AppLogAggregatorImpl.java. Contributed by victor bertschinger. (7 years ago) +* 063b513b1c10 - YARN-6357. Implement putEntitiesAsync API in TimelineCollector (Haibo Chen via Varun Saxena) (7 years ago) +* 01aca54a22c8 - YARN-5368. Memory leak in timeline server (Jonathan Eagles via Varun Saxena) (7 years ago) +* 6b0933643835 - HDFS-11577. Combine the old and the new chooseRandom for better performance. Contributed by Chen Liang. (7 years ago) +* fdf8f8ebca99 - YARN-6359. TestRM#testApplicationKillAtAcceptedState fails rarely due to race condition. Contributed by Robert Kanter (7 years ago) +* 253e3e78abb9 - HADOOP-14038. Rename ADLS credential properties. Contributed by John Zhuge. (7 years ago) +* 448ec81fd713 - HADOOP-14218. Replace assertThat with assertTrue in MetricsAsserts. (7 years ago) +* 9bae6720cb84 - YARN-6050. AMs can't be scheduled on racks or nodes (rkanter) (7 years ago) +* 64ea62c1ccc0 - HDFS-11486. Client close() should not fail fast if the last block is being decommissioned. Contributed by Wei-Chiu Chuang and Yiqun Lin. (7 years ago) +* cd014d57aa8b - YARN-6339. Improve performance for createAndGetApplicationReport. (Yunjiong Zhao via wangda) (7 years ago) +* db2adf356a93 - Configuration#get return value optimization (jeagles) (7 years ago) +* 858d597be00c - Delay construction of PreCondition.check failure message in Configuration#set (jeagles) (7 years ago) +* 46d37a65cf09 - HDFS-10506. Addendum patch to include missing changes. Contributed by Akira Ajisaka. (7 years ago) +* 96e2ab81444f - HDFS-11555. Fix typos in class OfflineImageReconstructor. Contributed by Yiqun Lin. (7 years ago) +* 945b006fe854 - MAPREDUCE-6868. License check for jdiff output files should be ignored. Contributed by Akira Ajisaka. (7 years ago) +* e0a2eb71e3eb - MAPREDUCE-6866. Fix getNumMapTasks() documentation in JobConf. (7 years ago) +* b63ae854f9f5 - YARN-6379. Remove unused argument in ClientRMService. Contributed by Kai Sasaki. (7 years ago) +* e7b7c96a30b0 - Set jdiff.stable.api to 2.8.0 (7 years ago) +* 6df029db3641 - Add COMMON/MAPREDUCE/YARN jdiff of 2.8.0 release. (7 years ago) +* d174c06b01e1 - Add HDFS jdiff for 2.8.0 release. (7 years ago) +* d8e6d6df4c23 - Add 2.8.0 RELEASENOTEs.md and CHANGES.md. (7 years ago) +* cffea251be4b - YARN-5956. Refactor ClientRMService for unify error handling across apis. Contributed by Kai Sasaki. (7 years ago) +* 84ddedc0b2d5 - HADOOP-10101. Update guava dependency to the latest version. (ozawa) (7 years ago) +* 1f66524432ed - HDFS-11570. Unit test for NameNodeStatusMXBean. Contributed by Hanisha Koneru. (7 years ago) +* 1168ece59640 - HDFS-11534. Add counters for number of blocks in pending IBR. Contributed by Xiaobing Zhou. (7 years ago) +* d1b7439b48ca - HADOOP-14230. TestAdlFileSystemContractLive fails to clean up. Contributed by John Zhuge. (7 years ago) +* 332a997e10cc - HDFS-11170. Add builder-based create API to FileSystem. Contributed by SammiChen and Wei Zhou. (7 years ago) +* 52b00600df92 - HADOOP-13715. Add isErasureCoded() API to FileStatus class. Contributed by Manoj Govindassamy. (7 years ago) +* 33815af4242a - YARN-6334. TestRMFailover#testAutomaticFailover always passes even when it should fail (Contributed by Yufei Gu via Daniel Templeton) (7 years ago) +* d49d1862a645 - YARN-6360. Prevent FS state dump logger from cramming other log files (Contributed by Yufei Gu via Daniel Templeton) (7 years ago) +* 0e556a5ba645 - HADOOP-14211. FilterFs and ChRootedFs are too aggressive about enforcing 'authorityNeeded'. Contributed by Erik Krogen. (7 years ago) +* d4f73e7e2714 - HDFS-11574. Spelling mistakes in the Java source. Contributed by Hu Xiaodong. (7 years ago) +* ab759e91b746 - HDFS-10649. Remove unused PermissionStatus#applyUMask. Contributed by Chen Liang. (7 years ago) +* 128015584d69 - HADOOP-14195. CredentialProviderFactory$getProviders is not thread-safe. Contributed by Vihang Karajgaonkar. (7 years ago) +* d35e79abc2fe - HADOOP-14214. DomainSocketWatcher::add()/delete() should not self interrupt while looping await(). Contributed by Mingliang Liu (7 years ago) +* c55195588f58 - HADOOP-14197. Fix ADLS doc for credential provider. Contributed by John Zhuge (7 years ago) +* 03955612b77f - HADOOP-14196. Azure Data Lake doc is missing required config entry. Contributed by Atul Sikaria (7 years ago) +* 2e30aa72e01d - HADOOP-14135. Remove URI parameter in AWSCredentialProvider constructors. Contributed by Mingliang Liu (7 years ago) +* 595f62e362c0 - HADOOP-14213. Move Configuration runtime check for hadoop-site.xml to initialization. Contributed by Jonathan Eagles (7 years ago) +* a5a4867f3b19 - HADOOP-14120 needless S3AFileSystem.setOptionalPutRequestParameters in S3ABlockOutputStream putObject(). Contributed by Yuanbo Liu (7 years ago) +* 59d69257a888 - HADOOP-9631. ViewFs should use underlying FileSystem's server side defaults. Contributed by Lohit Vijayarenu and Erik Krogen. (7 years ago) +* ed2d03f2a531 - HDFS-11561. HttpFS doc errors. Contributed by Yuanbo Liu. (7 years ago) +* f462e1ff68d6 - YARN-5934. Fix TestTimelineWebServices.testPrimaryFilterNumericString (Akira Ajisaka via Varun Saxena) (7 years ago) +* cc938e99ec09 - YARN-6326. Shouldn't use AppAttemptIds to fetch applications while AM Simulator tracks app in SLS (yufeigu via rkanter) (7 years ago) +* 0a05c5c5989e - YARN-6284. hasAlreadyRun should be final in ResourceManager.StandByTransitionRunnable (Contributed by Laura Adams via Daniel Templeton) (7 years ago) +* c01d15ab2731 - YARN-6367. YARN logs CLI needs alway check containerLogsInfo/containerLogInfo before parse the JSON object from NMWebService. Contributed by Xuan Gong. (7 years ago) +* 74af0bdf68d5 - HADOOP-14187. Update ZooKeeper dependency to 3.4.9 and Curator dependency to 2.12.0. Contributed by Tsuyoshi Ozawa. (7 years ago) +* 2841666f1f2d - HADOOP-14204 S3A multipart commit failing, "UnsupportedOperationException at java.util.Collections$UnmodifiableList.sort". (7 years ago) +* 3b908f71c582 - HDFS-11358. DiskBalancer: Report command supports reading nodes from host file. Contributed by Yiqun Lin. (7 years ago) +* 1a98a279f45c - YARN-6362. Use frontend-maven-plugin 0.0.22 version for new yarn ui. Contributed by Kai Sasaki. (7 years ago) +* e7c8da614c37 - HDFS-11545. Propagate DataNode's slow disks info to the NameNode via Heartbeats. Contributed by Hanisha Koneru. (7 years ago) +* b104f3a282ab - HDFS-6648. Order of namenodes in ConfiguredFailoverProxyProvider is undefined. Contributed by Inigo Goiri (7 years ago) +* 8e15e240597f - HADOOP-13945. Azure: Add Kerberos and Delegation token support to WASB client. Contributed by Santhosh G Nayak (7 years ago) +* 49efd5d20452 - YARN-6309. Fair scheduler docs should have the queue and queuePlacementPolicy elements listed in bold so that they're easier to see (Contributed by Esmaeil Mirzaee via Daniel Templeton) (7 years ago) +* 6c399a88e9b5 - HADOOP-14059. typo in s3a rename(self, subdir) error message. Contributed by Steve Loughran. (7 years ago) +* 35034653d02a - YARN-6353. Clean up OrderingPolicy javadoc (Daniel Templeton via Varun Saxena) (7 years ago) +* 34a931c0fa58 - MAPREDUCE-6865. Fix typo in javadoc for DistributedCache. Contributed by Attila Sasvari. (7 years ago) +* ffa160ddb824 - HDFS-11547. Add logs for slow BlockReceiver while writing data to disk. Contributed by Xiaobing Zhou. (7 years ago) +* e1a99802fc5c - HADOOP-14169. Implement listStatusIterator, listLocatedStatus for ViewFs. Contributed by Erik Krogen. (7 years ago) +* 7f8e928400db - HDFS-11517. Expose slow disks via DataNode JMX. Contributed by Hanisha Koneru (7 years ago) +* 4a8e30450270 - YARN-6217. TestLocalCacheDirectoryManager test timeout is too aggressive. Contributed by Miklos Szegedi (7 years ago) +* 92ea6d74ecd8 - HDFS-11516. Admin command line should print message to stderr in failure case. Contributed by Kai Sasaki. (7 years ago) +* 86035c16447e - HADOOP-14192. Aliyun OSS FileSystem contract test should implement getTestBaseDir(). Contributed by Mingliang Liu (7 years ago) +* 753681503959 - HDFS-10394. move declaration of okhttp version from hdfs-client to hadoop-project POM. Contributed by Xiaobing Zhou. (7 years ago) +* c04fb35c4542 - HADOOP-14191. Duplicate hadoop-minikdc dependency in hadoop-common module. Contributed by Xiaobing Zhou (7 years ago) +* 4812518b23ca - HDFS-10530. BlockManager reconstruction work scheduling should correctly adhere to EC block placement policy. Contributed by Manoj Govindassamy and Rui Gao. (7 years ago) +* 09ad8effb825 - HDFS-11533. reuseAddress option should be used for child channels in Portmap and SimpleTcpServer. Contributed by Mukul Kumar Singh. (7 years ago) +* 79ede403eed4 - Revert "HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider." (7 years ago) +* ba62b50ebacd - HDFS-10601. Improve log message to include hostname when the NameNode is in safemode. Contributed by Kuhu Shukla. (7 years ago) +* 7114baddb627 - YARN-4051. ContainerKillEvent lost when container is still recovering and application finishes. Contributed by sandflee (7 years ago) +* cd976b263be3 - HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider. Contributed by Steven Rand. (7 years ago) +* 6d95866dcf27 - YARN-6332. Make RegistrySecurity use short user names for ZK ACLs. Contributed by Billie Rinaldi (7 years ago) +* d69a82c89c1e - HDFS-11511. Support Timeout when checking single disk. Contributed by Hanisha Koneru. (7 years ago) +* 615ac09499dc - HDFS-11419. DFSTopologyNodeImpl#chooseRandom optimizations. Contributed by Chen Liang. (7 years ago) +* 221783b35bb7 - YARN-6294. ATS client should better handle Socket closed case. Contributed by Li Lu. (7 years ago) +* bb6a214cd34b - YARN-6336. Jenkins report YARN new UI build failure. Contributed by Sunil G. (7 years ago) +* 4416a07c9c57 - HDFS-11420. Edit file should not be processed by the same type processor in OfflineEditsViewer. Contributed by Yiqun Lin. (7 years ago) +* 2d0e24eb01ce - YARN-6328. Fix a spelling mistake in CapacityScheduler. Contributed by Jin Yibo. This closes #202 (7 years ago) +* cc1292e73acd - HDFS-9705. Refine the behaviour of getFileChecksum when length = 0. Contributed by Kai Zheng and SammiChen. (7 years ago) +* 4c66a8d19b7d - YARN-6331. Fix flakiness in TestFairScheduler#testDumpState. (Yufei Gu via rchiang) (7 years ago) +* fa67a96d7b08 - HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu (7 years ago) +* e6cda5819b1f - Revert "HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu" (7 years ago) +* 871dc420f8a4 - YARN-6313. YARN logs cli should provide logs for a completed container even when application is still running. Contributed by Xuan Gong. (7 years ago) +* 0a3aa40fe787 - YARN-6327. Removing queues from CapacitySchedulerQueueManager and ParentQueue should be done with iterator. Contributed by Jonathan Hung. (7 years ago) +* 7515e75103c0 - HDFS-11505. Do not enable any erasure coding policies by default. Contributed by Manoj Govindassamy. (7 years ago) +* 34424e98a618 - YARN-6314. Potential infinite redirection on YARN log redirection web service. Contributed by Xuan Gong. (7 years ago) +* 023b941e3b83 - HDFS-11526. Fix confusing block recovery message. Contributed by Yiqun Lin. (7 years ago) +* e5f2eedcbfcb - YARN-5496. Make Node Heatmap Chart categories clickable in new YARN UI. Contributed by Gergely Novák. (7 years ago) +* 9832ae0ed885 - HDFS-11482. Add storage type demand to into DFSNetworkTopology#chooseRandom. Contributed by Chen Liang. (7 years ago) +* 55796a0946f8 - HDFS-11395. RequestHedgingProxyProvider#RequestHedgingInvocationHandler hides the Exception thrown from NameNode. Contributed by Nandakumar. (7 years ago) +* b8c69557b7a2 - HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu (7 years ago) +* 5a40bafdaeec - HADOOP-14173. Remove unused AdlConfKeys#ADL_EVENTS_TRACKING_SOURCE. Contributed by John Zhuge. (7 years ago) +* 79924266f8f6 - HDFS-11512. Increase timeout on TestShortCircuitLocalRead#testSkipWithVerifyChecksum. Contributed by Eric Badger. (7 years ago) +* 04a5f5a6dc88 - HADOOP-14156. Fix grammar error in ConfTest.java. (7 years ago) +* 4db9cc70d017 - YARN-6042. Dump scheduler and queue state information into FairScheduler DEBUG log. (Yufei Gu via rchiang) (7 years ago) +* 229c7c9f8922 - YARN-6069. CORS support in timeline v2 (Rohith Sharma K S via Varun Saxena) (7 years ago) +* 6d356b6b4d8c - HDFS-11340. DataNode reconfigure for disks doesn't remove the failed volumes. (Manoj Govindassamy via lei) (7 years ago) +* 9649c27864a2 - YARN-6321. TestResources test timeouts are too aggressive. Contributed by Eric Badger (7 years ago) +* 092ec39fb9d9 - HADOOP-14111 cut some obsolete, ignored s3 tests in TestS3Credentials. Contributed by Yuanbo Liu (7 years ago) +* 4478273e5fb7 - HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand (7 years ago) +* deb9f569465b - YARN-6310. OutputStreams in AggregatedLogFormat.LogWriter can be left open upon exceptions. Contributed by Haibo Chen (7 years ago) +* e06ff18ab68d - YARN-6196. Improve Resource Donut chart with better label in Node page of new YARN UI. Contributed by Akhil PB. (7 years ago) +* fd26783aaf3d - HADOOP-13946. Document how HDFS updates timestamps in the FS spec; compare with object stores. Contributed by Steve Loughran (7 years ago) +* 881ec4d97bd1 - HADOOP-14153. ADL module has messed doc structure. Contributed by Mingliang Liu (7 years ago) +* a96afae125ba - YARN-6264. AM not launched when a single vcore is available on the cluster. (Yufei Gu via kasha) (7 years ago) +* c5ee7fded46d - HADOOP-14123. Remove misplaced ADL service provider config file for FileSystem. Contributed by John Zhuge. (7 years ago) +* 846a0cd678fb - YARN-1047. Expose # of pre-emptions as a queue counter (Contributed by Karthik Kambatla via Daniel Templeton) (7 years ago) +* 819808a016e1 - HDFS-11506. Move ErasureCodingPolicyManager#getSystemDefaultPolicy to test code. Contributed by Manoj Govindassamy. (7 years ago) +* e96a0b8c92b4 - YARN-5669. Add support for docker pull command (Contribtued by luhuichun) (7 years ago) +* 822a74f2ae95 - YARN-6300. NULL_UPDATE_REQUESTS is redundant in TestFairScheduler (Contributed by Yuanbo Liu via Daniel Templeton) (7 years ago) +* 385d2cb777a0 - HDFS-11499. Decommissioning stuck because of failing recovery. Contributed by Lukas Majercak and Manoj Govindassamy. (7 years ago) +* 570827a819c5 - HADOOP-14052. Fix dead link in KMS document. Contributed by Christina Vu. (7 years ago) +* 33a38a534110 - HDFS-11314. Enforce set of enabled EC policies on the NameNode. (7 years ago) +* 5ca6ef0c268b - HDFS-10983. OIV tool should make an EC file explicit. Contributed by Manoj Govindassamy. (7 years ago) +* d7762a55113a - YARN-6165. Intra-queue preemption occurs even when preemption is turned off for a specific queue. Contributed by Eric Payne (7 years ago) +* 2be8947d1271 - Revert "HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand" (7 years ago) +* 241c1cc05b71 - HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand (7 years ago) +* 287ba4ffa662 - YARN-6297. TestAppLogAggregatorImp.verifyFilesUploaded() should check # of filed uploaded with that of files expected (haibochen via rkanter) (7 years ago) +* 98142d2f722e - Revert "HADOOP-13606 swift FS to add a service load metadata file. Contributed by Steve Loughran" (7 years ago) +* 5addacb1e301 - HDFS-11152. Start erasure coding policy ID number from 1 instead of 0 to void potential unexpected errors. Contributed by SammiChen. (7 years ago) +* 4ebe8a6a2372 - MAPREDUCE-6859. hadoop-mapreduce-client-jobclient.jar sets a main class that isn't in the JAR. Contributed by Daniel Templeton (7 years ago) +* 1eb81867032b - YARN-6207. Move application across queues should handle delayed event processing. Contributed by Bibin A Chundatt. (7 years ago) +* 28daaf0eb206 - HADOOP-14150. Implement getHomeDirectory() method in NativeAzureFileSystem. Contributed by Santhosh G Nayak (7 years ago) +* 1598fd3b7948 - YARN-6275. Fail to show real-time tracking charts in SLS (yufeigu via rkanter) (7 years ago) +* 38d75dfd3a64 - MAPREDUCE-6839. TestRecovery.testCrashed failed (pairg via rkanter) (7 years ago) +* e0c239cdbda3 - YARN-6287. RMCriticalThreadUncaughtExceptionHandler.rmContext should be final (Contributed by Corey Barker via Daniel Templeton) (7 years ago) +* 1f9848dfe1fc - HDFS-11508. Fix bind failure in SimpleTCPServer & Portmap where bind fails because socket is in TIME_WAIT state. Contributed by Mukul Kumar Singh. (7 years ago) +* 959940b0ab56 - HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru. (7 years ago) +* f597f4c43e0a - HADOOP-14087. S3A typo in pom.xml test exclusions. Contributed by Aaron Fabbri. (7 years ago) +* f01a69f84f4c - Treat encrypted files as private. Contributed by Daniel Templeton. (7 years ago) +* 14413989cac9 - MAPREDUCE-6855. Specify charset when create String in CredentialsTestJob. Contributed by Kai Sasaki. (7 years ago) +* 686823529be0 - HADOOP-13930. Azure: Add Authorization support to WASB. Contributed by Sivaguru Sankaridurg and Dushyanth (7 years ago) +* 52d7d5aa1a30 - Revert "HADOOP-13930. Azure: Add Authorization support to WASB. Contributed by Sivaguru Sankaridurg and Dushyanth" (7 years ago) +* c571cda5c7d9 - HADOOP-14048. REDO operation of WASB#AtomicRename should create placeholder blob for destination folder. Contributed by NITIN VERMA (7 years ago) +* b5adc5c3011f - HDFS-10838. Last full block report received time for each DN should be easily discoverable. Contributed by Surendra Singh Lilhore. (7 years ago) +* 5e74196ede9b - HDFS-11498. Make RestCsrfPreventionHandler and WebHdfsHandler compatible with Netty 4.0. (7 years ago) +* d9dc444dc73f - YARN-5665. Enhance documentation for yarn.resourcemanager.scheduler.class property. (Yufei Gu via rchiang) (7 years ago) +* ec839b94c0eb - HDFS-11441. Add escaping to error message in KMS web UI. Contributed by Aaron T. Myers. (7 years ago) +* 209ecd1a5c05 - HADOOP-14108. CLI MiniCluster: add an option to specify NameNode HTTP port. Contributed by Takanobu Asanuma. (7 years ago) +* 3536ce031ca7 - HDFS-8741. Proper error msg to be printed when invalid operation type is given to WebHDFS operations. Contributed by Surendra Singh Lilhore. (7 years ago) +* fad766e1d255 - HADOOP-14056. Update maven-javadoc-plugin to 2.10.4. (7 years ago) +* c8bd8ac7f964 - HADOOP-14026. start-build-env.sh: invalid docker image name (Contributed by Gergő Pásztor via Daniel Templeton) (7 years ago) +* c1386a90d7ff - YARN-6248. user is not removed from UsersManager’s when app is killed with pending container requests. Contributed by Eric Payne. (7 years ago) +* c61bc2d843ac - YARN-6278. Enforce to use correct node and npm version in new YARN-UI build. (Sunil G via wangda) (7 years ago) +* 0f336bab9c07 - HDFS-11494. Log message when DN is not selected for block replication. Contributed by Yiqun Lin (7 years ago) +* 6b7cd62b8cf1 - HADOOP-13930. Azure: Add Authorization support to WASB. Contributed by Sivaguru Sankaridurg and Dushyanth (7 years ago) +* 279d187f723d - YARN-6270. WebUtils.getRMWebAppURLWithScheme() needs to honor RM HA setting. Contributed by Xuan Gong (7 years ago) +* 8db7a8c3aea3 - YARN-6271. yarn rmadin -getGroups returns information from standby RM. Contributed by Jian He. (7 years ago) +* ac5ae0065a12 - HDFS-11476. Fix NPE in FsDatasetImpl#checkAndUpdate. Contributed by Xiaobing Zhou. (7 years ago) +* 2148b83993fd - YARN-6218. Fix TestAMRMClient when using FairScheduler. (Miklos Szegedi via rchiang) (7 years ago) +* 3085a604300e - HDFS-8112. Relax permission checking for EC related operations. (7 years ago) +* 490abfb10f8c - HADOOP-14057. Fix package.html to compile with Java 9. (7 years ago) +* e58fc7603053 - YARN-6263. NMTokenSecretManagerInRM.createAndGetNMToken is not thread safe. Contributed by Haibo Chen (7 years ago) +* 05237636d3a3 - YARN-6274. Documentation refers to incorrect nodemanager health checker interval property. Contributed by WeiWei Yang (7 years ago) +* eb5a17954a75 - HADOOP-6801. io.sort.mb and io.sort.factor were renamed and moved to mapreduce but are still in CommonConfigurationKeysPublic.java and used in SequenceFile.java. (7 years ago) +* 19a1fc6373f0 - MAPREDUCE-6753. Variable in byte printed directly in mapreduce client. Contributed by Kai Sasaki. (7 years ago) +* 3749152b661d - HDFS-11416. Refactor out system default erasure coding policy. Contributed by Andrew Wang. (7 years ago) +* 8f4817f2c552 - Revert "HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru." (7 years ago) +* e61491d47695 - HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru. (7 years ago) +* a97833e0ed4b - HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry. Contributed by Steve Loughran (7 years ago) +* b3ec531f400d - HDFS-11461. DataNode Disk Outlier Detection. Contributed by Hanisha Koneru. (7 years ago) +* 747bafaf9698 - MAPREDUCE-6852. Job#updateStatus() failed with NPE due to race condition. Contributed by Junping Du (7 years ago) +* eeca8b0c4e28 - HDFS-11419. HDFS specific network topology classes with storage type info included. Contributed by Chen Liang. (7 years ago) +* 4e14eaded21f - Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk (7 years ago) +|\ +| * 555d0c399500 - HDFS-11478. Update EC commands in HDFSCommands.md. Contributed by Yiqun Lin. (7 years ago) +* | 25c84d279bce - HDFS-11412. Maintenance minimum replication config value allowable range should be [0, DefaultReplication]. (Manoj Govindassamy via mingma) (7 years ago) +|/ +* 6f6dfe020224 - YARN-5280. Allow YARN containers to run with Java Security Manager (gphillips via rkanter) (7 years ago) +* 899d5c4d49f0 - HDFS-11479. Socket re-use address option should be used in SimpleUdpServer. Contributed by Mukul Kumar Singh. (7 years ago) +* 82ef9accafe7 - HDFS-11428. Change setErasureCodingPolicy to take a required string EC policy name. Contributed by Andrew Wang. (7 years ago) +* dcd03df9f9e0 - HDFS-11432. Federation : Support fully qualified path for Quota/Snapshot/cacheadmin/cryptoadmin commands. Contributed by Brahma Reddy Battula. (7 years ago) +* 989bd56b9fd5 - HADOOP-12556. KafkaSink jar files are created but not copied to target dist (Babak Behzad via aw) (7 years ago) +* 235203dffda1 - YARN-6153. KeepContainer does not work when AM retry window is set. Contributed by kyungwan nam (7 years ago) +* e0bb867c3fa6 - YARN-6189: Improve application status log message when RM restarted when app is in NEW state. Contributed by Junping Du (7 years ago) +* eac6b4c35c50 - YARN-6216. Unify Container Resizing code paths with Container Updates making it scheduler agnostic. (Arun Suresh via wangda) (7 years ago) +* 480b4dd574d0 - YARN-1728. Regression test for guice-undecoded pathInfo in YARN WebApp. (Yuanbo Liu via gera) (7 years ago) +* d269b488a71a - HDFS-11466. Change dfs.namenode.write-lock-reporting-threshold-ms default from 1000ms to 5000ms. Contributed by Andrew Wang. (7 years ago) +* 0f35443bf262 - YARN-6239. Fix javadoc warnings in YARN that caused by deprecated FileSystem APIs. Contributed by Yiqun Lin. (7 years ago) +* ef488044d089 - YARN-5335. Use em-table in app/nodes pages for new YARN UI. Contributed by Sunil G. (7 years ago) +* f187d6381658 - YARN-6231. FairSchedulerTestBase helper methods should call scheduler.update to avoid flakiness. (kasha) (7 years ago) +* 258342e76c87 - HADOOP-14118. move jets3t into a dependency on hadoop-aws JAR. (7 years ago) +* d235dcdf0b6f - HADOOP-14127. Add log4j configuration to enable logging in hadoop-distcp's tests. (Xiao Chen via Yongjun Zhang) (7 years ago) +* 55c07bbed2f4 - HDFS-11382. Persist Erasure Coding Policy ID in a new optional field in INodeFile in FSImage. Contributed by Manoj Govindassamy. (7 years ago) +* 5f5b031d1f20 - YARN-5703. ReservationAgents are not correctly configured. Contributed by Manikandan R. (7 years ago) +* 4d33683882cc - MAPREDUCE-6841. Fix dead link in MapReduce tutorial document. Contributed by Victor Nee. (7 years ago) +* 9db2e0c8d4b2 - HADOOP-14119. Remove unused imports from GzipCodec.java. Contributed by Yiqun Lin. (7 years ago) +* fbfe86deea5f - YARN-6172. FSLeafQueue demand update needs to be atomic. (Miklos Szegedi via kasha) (7 years ago) +* 815d53506fb0 - YARN-6215. FairScheduler preemption and update should not run concurrently. (Tao Jie via kasha) (7 years ago) +* 05391c184563 - HDFS-10506. OIV's ReverseXML processor cannot reconstruct some snapshot details. Contributed by Akira Ajisaka. (7 years ago) +* dab00da19f25 - HADOOP-14028. S3A BlockOutputStreams doesn't delete temporary files in multipart uploads or handle part upload failures. Contributed by Steve Loughran. (7 years ago) +* 120bef7de81d - HDFS-11462. Fix occasional BindException in TestNameNodeMetricsLogger. (7 years ago) +* 4a58870a0427 - HDFS-11433. Document missing usages of OfflineEditsViewer processors. Contributed by Yiqun Lin. (7 years ago) +* e24ed47d9a19 - HDFS-11421. Make WebHDFS' ACLs RegEx configurable. Contributed by Harsh J. (7 years ago) +* d2b3ba9b8fb7 - HDFS-11295. Check storage remaining instead of node remaining in BlockPlacementPolicyDefault.chooseReplicaToDelete(). Contributed by Marton Elek. (7 years ago) +* 289bc50e663b - HADOOP-14116:FailoverOnNetworkExceptionRetry does not wait when failover on certain exception. Contributed by Jian He (7 years ago) +* 53d372a2550c - YARN-6228: EntityGroupFSTimelineStore should allow configurable cache stores. Contributed by Li Lu (7 years ago) +* c1a52b04d0cc - HDFS-11427. Rename rs-default to rs. (7 years ago) +* b32ffa2753e8 - YARN-4779. Fix AM container allocation logic in SLS. Contributed by Wangda Tan. (7 years ago) +* e8694deb6ad1 - HADOOP-13817. Add a finite shell command timeout to ShellBasedUnixGroupsMapping. (harsh) (7 years ago) +* 50decd361309 - HADOOP-14097. Remove Java6 specific code from GzipCodec.java. Contributed by Elek, Marton. (7 years ago) +* e60c6543d576 - HADOOP-14113. Review ADL Docs. Contributed by Steve Loughran (7 years ago) +* 9c22a91662af - HADOOP-14114 S3A can no longer handle unencoded + in URIs. Contributed by Sean Mackrory. (7 years ago) +* 132f758e3dbe - HDFS-11426. Refactor EC CLI to be similar to storage policies CLI. (7 years ago) +* 694e680d20dc - YARN-6222. TestFairScheduler.testReservationMetrics is flaky. (Yufei Gu via kasha) (7 years ago) +* 159d6c56e7f3 - HADOOP-14100. Upgrade Jsch jar to latest version to fix vulnerability in old versions. Contributed by Vinayakumar B (7 years ago) +* 82607fce3915 - HADOOP-14091. AbstractFileSystem implementaion for 'wasbs' scheme. Contributed Varada Hemeswari. (7 years ago) +* a4d4a2378535 - HADOOP-13321. Deprecate FileSystem APIs that promote inefficient call patterns. Contributed by Chris Nauroth and Mingliang Liu (7 years ago) +* a207aa9930e7 - YARN-6211. Synchronization improvement for moveApplicationAcrossQueues and updateApplicationPriority. Contributed by Bibin A Chundatt. (7 years ago) +* 13d4bcfe3535 - HDFS-4025. QJM: Sychronize past log segments to JNs that missed them. Contributed by Hanisha Koneru. (7 years ago) +* b10e962224a8 - YARN-6194. Cluster capacity in SchedulingPolicy is updated only on allocation file reload. (Yufei Gu via kasha) (7 years ago) +* 718ad9f6ee93 - YARN-6210. FairScheduler: Node reservations can interfere with preemption. (kasha) (7 years ago) +* 732ee6f0b58a - MAPREDUCE-6825. YARNRunner#createApplicationSubmissionContext method is longer than 150 lines (Contributed by Gergely Novák via Daniel Templeton) (7 years ago) +* d150f061f4eb - HDFS-11438. Fix typo in error message of StoragePolicyAdmin tool. Contributed by Alison Yu. (7 years ago) +* 0013090fb434 - HADOOP-14102. Relax error message assertion in S3A test ITestS3AEncryptionSSEC. Contributed by Mingliang Liu (7 years ago) +* 1a6ca75f3872 - YARN-6143. Fix incompatible issue caused by YARN-3583. (Sunil G via wangda) (7 years ago) +* cfcd52732335 - HDFS-11411. Avoid OutOfMemoryError in TestMaintenanceState test runs. (Manoj Govindassamy via mingma) (7 years ago) +* 4f4250fbccec - HADOOP-14099 Split S3 testing documentation out into its own file. Contributed by Steve Loughran. (7 years ago) +* f1c9cafefc19 - YARN-6184. Introduce loading icon in each page of new YARN UI. Contributed by Akhil PB. (7 years ago) +* 003ae00693d0 - HDFS-11430. Separate class InnerNode from class NetworkTopology and make it extendable. Contributed by Tsz Wo Nicholas Sze (7 years ago) +* 8ef7ebbc7112 - HDFS-11406. Remove unused getStartInstance and getFinalizeInstance in FSEditLogOp. Contributed by Alison Yu. (7 years ago) +* fc9ad3ce3aa7 - HDFS-11405. Rename "erasurecode" CLI subcommand to "ec". Contributed by Manoj Govindassamy. (7 years ago) +* 924def78544a - HADOOP-14017. User friendly name for ADLS user and group. Contributed by Vishwajeet Dusane (7 years ago) +* 2158496f6bed - HADOOP-13826. S3A Deadlock in multipart copy due to thread pool limits. Contributed by Sean Mackrory. (7 years ago) +* a07ddef10115 - HDFS-11404. Increase timeout on TestShortCircuitLocalRead.testDeprecatedGetBlockLocalPathInfoRpc. Contributed by Eric Badger (7 years ago) +* 480405063063 - HDFS-11177. 'storagepolicies -getStoragePolicy' command should accept URI based path. (Contributed by Surendra Singh Lilhore) (7 years ago) +* 6ba61d20d3f6 - YARN-6159. Documentation changes for TimelineV2Client (Naganarasimha G R via Varun Saxena) (7 years ago) +* 8035749c2694 - HADOOP-14081. S3A: Consider avoiding array copy in S3ABlockOutputStream (ByteArrayBlock). Contributed by Rajesh Balamohan (7 years ago) +* 172b23af3355 - HADOOP-14077. Add ability to access jmx via proxy. Contributed by Yuanbo Liu. (7 years ago) +* 3a2e30fa9fe6 - HADOOP-14092. Typo in hadoop-aws index.md. Contributed by John Zhuge (7 years ago) +* dbbfcf74ab44 - YARN-6193. FairScheduler might not trigger preemption when using DRF. (kasha) (7 years ago) +* c7a36e613053 - YARN-6125. The application attempt's diagnostic message should have a maximum size (Contributed by Andras Piros via Daniel Templeton) (7 years ago) +* 9a928377868d - YARN-6188. Fix OOM issue with decommissioningNodesWatcher in the case of clusters with large number of nodes (Contributed by Ajay Jadhav via Daniel Templeton) (7 years ago) +* 4c26c241ad2b - HADOOP-13805. UGI.getCurrentUser() fails if user does not have a keytab associated. Contributed by Xiao Chen, Wei-Chiu Chuang, Yongjun Zhang. (7 years ago) +* 02c549484a4f - HDFS-11410. Use the cached instance when edit logging SetAclOp, SetXAttrOp and RemoveXAttrOp. (7 years ago) +* 658702efffdf - HADOOP-14040. Use shaded aws-sdk uber-JAR 1.11.86. Contributed by Steve Loughran and Sean Mackrory (7 years ago) +* bdad8b7b97d7 - HADOOP-14019. Fix some typos in the s3a docs. Contributed by Steve Loughran (7 years ago) +* f4329990250b - HADOOP-14049. Honour AclBit flag associated to file/folder permission for Azure datalake account. Contributed by Vishwajeet Dusane (7 years ago) +* a77f432449aa - YARN-6171. ConcurrentModificationException on FSAppAttempt.containersToPreempt. (Miklos Szegedi via kasha) (7 years ago) +* 5d339c46f5b1 - YARN-6177. Yarn client should exit with an informative error message if an incompatible Jersey library is used at client. Contributed by Weiwei Yang. (7 years ago)
  • +* 4fa1afdb883d - YARN-4675. Reorganize TimelineClient and TimelineClientImpl into separate classes for ATSv1.x and ATSv2. Contributed by Naganarasimha G R. (7 years ago) +* 5690b51ef7c7 - HDFS-11100. Recursively deleting file protected by sticky bit should fail. Contributed by John Zhuge. (7 years ago) +* e63a7814d21c - YARN-6200. addendum to fix compilation error caused by reverting YARN-5068. (7 years ago) +* a393e84c6f57 - YARN-6200. Reverting since the same functionality achieved by YARN-1623. Revert "YARN-5068. Expose scheduler queue to application master. (Harish Jaiprakash via rohithsharmaks)" (7 years ago) +* 74dd14225059 - YARN-5798. Set UncaughtExceptionHandler for all FairScheduler threads. (Yufei Gu via kasha) (7 years ago) +* 11be3f70e029 - YARN-4212. FairScheduler: Can't create a DRF queue under a FAIR policy queue. (Yufei Gu via kasha) (7 years ago) +* 6c25dbcdc051 - YARN-6163. FS Preemption is a trickle for severely starved applications. (kasha) (7 years ago) +* a136936d018b - HDFS-11265. Extend visualization for Maintenance Mode under Datanode tab in the NameNode UI. (Marton Elek via mingma) (7 years ago) +* 0741dd3b9abd - HDFS-11375. Display the volume storage type in datanode UI. Contributed by Surendra Singh Lilhore (7 years ago) +* 627da6f7178e - HDFS-8498. Blocks can be committed with wrong size. Contributed by Jing Zhao. (7 years ago) +* 0fc6f38379f0 - Addendum patch for YARN-6174 - remove deleted file. (7 years ago) +* ce2d5bfa5f84 - YARN-6174. Log files pattern should be same for both running and finished container. Contributed by Xuan Gong. (7 years ago) +* 859bd159ae55 - HDFS-11333. Print a user friendly error message when plugins are not found. Contributed by Wei-Chiu Chuang. (7 years ago) +* ff7513235579 - YARN-6183. Few missing informations in Application and Application Attempt pages for new YARN UI. Contributed by Akhil PB. (7 years ago) +* b7613e0f406f - YARN-6156. AM blacklisting to consider node label partition (Bibin A Chundatt via Varun Saxena) (7 years ago) +* cd3e59a3dcc6 - HADOOP-14072. AliyunOSS: Failed to read from stream when seek beyond the download size. Contributed by Genmao Yu (7 years ago) +* 8acb376c9c5f - HDFS-11238. Fix checkstyle warnings in NameNode#createNameNode. Contributed by Ethan Li. (7 years ago) +* 1e11080b7825 - HADOOP-13942. Update checkstyle and checkstyle plugin version to handle indentation of JDK8 Lambdas. (7 years ago) +* fbc0c2bd763e - YARN-4753. Use doxia macro to generate in-page TOC of YARN site documentation. (iwasakims) (7 years ago) +* 353a9b2d9165 - YARN-6061. Addendum. Remove extraneous change. (7 years ago) +* 8e53f2b9b085 - HDFS-11391. Numeric usernames do no work with WebHDFS FS write access. (Pierre Villard via Yongjun Zhang) (7 years ago) +* 652679aa8ad6 - YARN-6061. Add an UncaughtExceptionHandler for critical threads in RM. (Yufei Gu via kasha) (7 years ago) +* aaf271323505 - HDFS-11409. DatanodeInfo getNetworkLocation and setNetworkLocation shoud use volatile instead of synchronized. Contributed by Chen Liang. (7 years ago) +* 0cf5993712a0 - HDFS-11084. Add a regression test for sticky bit support of OIV ReverseXML processor. Contributed by Wei-Chiu Chuang. (7 years ago) +* 1fa084c4254b - YARN-5912. Fix breadcrumb issues for various pages in new YARN UI. Contributed by Akhil P B. (7 years ago) +* b9f8491252f5 - HADOOP-14058. Fix NativeS3FileSystemContractBaseTest#testDirWithDifferentMarkersWorks. Contributed by Yiqun Lin. (7 years ago) +* aaf106fde35e - YARN-5966. AMRMClient changes to support ExecutionType update. (asuresh) (7 years ago) +* 4164a2032a41 - HDFS-11408. The config name of balance bandwidth is out of date. Contributed by Yiqun Lin. (7 years ago) +* 719df99c05a4 - HDFS-11407. Document the missing usages of OfflineImageViewer processors. Contributed by Yiqun Lin. (7 years ago) +* 71c23c9fc94c - HADOOP-13929. ADLS connector should not check in contract-test-options.xml. (John Zhuge via lei) (7 years ago) +* 4ed33e9ca3d8 - HDFS-11026. Convert BlockTokenIdentifier to use Protobuf. Contributed by Ewan Higgs. (7 years ago) +* 646c6d6509f5 - YARN-3933. FairScheduler: Multiple calls to completedContainer are not safe. (Shiwei Guo and Miklos Szegedi via kasha) (7 years ago) +* cc45da79fda7 - HADOOP-13233. help of stat is confusing. Contributed by Attila Bukor. (7 years ago) +* 464ff479ceec - YARN-6113. Re-direct NM Web Service to get container logs for finished applications. Contributed by Xuan Gong. (7 years ago) +* 243c0f33ec25 - HADOOP-13769. AliyunOSS: update oss sdk version. Contributed by Genmao Yu (7 years ago) +* 01be4503c3b0 - HADOOP-14069. AliyunOSS: listStatus returns wrong file info. Contributed by Fei Hui (7 years ago) +* 839b690ed5ed - HADOOP-13075. Add support for SSE-KMS and SSE-C in s3a filesystem. (Steve Moist via lei) (7 years ago) +* 649deb72fbb6 - YARN-6170. TimelineReaderServer should wait to join with HttpServer2 (Sangjin Lee via Varun Saxena) (7 years ago) +* 0aacd8fd2530 - HDFS-11403. Zookeper ACLs on NN HA enabled clusters should be handled consistently. Contributed by Hanisha Koneru. (7 years ago) +* 07a5184f74fd - HDFS-11379. DFSInputStream may infinite loop requesting block locations. Contributed by Daryn Sharp. (7 years ago) +* 2b7a7bbe0f2a - HADOOP-14055. SwiftRestClient includes pass length in exception if auth fails. Contributed by Marcell Hegedus. (7 years ago) +* 1238fa71f8e6 - YARN-6166. Unnecessary INFO logs in AMRMClientAsyncImpl$CallbackHandlerThread.run (Contributed by Grant Whiteheart via Daniel Templeton) (7 years ago) +* 3a0a0a485a41 - YARN-6118. Add javadoc for Resources.isNone. Contributed by Andres Perez. (7 years ago) +* 5b151290ae29 - HADOOP-13768. AliyunOSS: handle the failure in the batch delete operation `deleteDirs`. Contributed by Genmao Yu (7 years ago) +* 08f93978f3ec - YARN-6144. FairScheduler: preempted resources can become negative. (Miklos Szegedi via kasha) (7 years ago) +* 0c01cf57987b - HADOOP-14033. Reduce fair call queue lock contention. Contributed by Daryn Sharp. (7 years ago) +* 9b85053583a3 - YARN-6112. UpdateCallDuration is calculated only when debug logging is enabled. (Yufei Gu via kasha) (7 years ago) +* 5fb723bb7772 - YARN-5889. Improve and refactor user-limit calculation in Capacity Scheduler. (Sunil G via wangda) (7 years ago) +* b6bb99c18a77 - HADOOP-14034. Allow ipc layer exceptions to selectively close connections. Contributed by Daryn Sharp. (7 years ago) +* a0bfb4150464 - HADOOP-14032. Reduce fair call queue priority inversion. Contributed by Daryn Sharp. (7 years ago) +* a8a594b4c893 - HADOOP-14065. AliyunOSS: oss directory filestatus should use meta time. Contributed by Fei Hui (7 years ago) +* 37b4acf7cee1 - YARN-6137. Yarn client implicitly invoke ATS client which accesses HDFS. Contributed by Li Lu (7 years ago) +* eec52e158b7b - YARN-6145. Improve log message on fail over. Contributed by Jian He. (7 years ago) +* 2007e0cf2ad3 - HDFS-11210. Enhance key rolling to guarantee new KeyVersion is returned from generateEncryptedKeys after a key is rolled. (7 years ago) +* a87e3850b924 - YARN-6135. Node manager REST API documentation is not up to date (Contributed by Miklos Szegedi via Daniel Templeton) (7 years ago) +* 307ec58ffb9a - YARN-5258. Document Use of Docker with LinuxContainerExecutor (Contributed by Daniel Templeton) (7 years ago) +* deb368b1b676 - MAPREDUCE-6842. Update the links in PiEstimator document (Contributed by Jung Yoo via Daniel Templeton) (7 years ago) +* 69b23632c482 - HDFS-10860. Switch HttpFS from Tomcat to Jetty. Contributed by John Zhuge. (7 years ago) +* 7a8f3f237e9e - YARN-5917. Make navigation link active when selecting sub tabs in 'Applications' and 'Nodes' page for new UI. Contributed by Kai Sasaki. (7 years ago) +* 9dbfab128401 - YARN-6108. Improve AHS webservice to accept NM address as a parameter to get container logs. Contributed by Xuan Gong. (7 years ago) +* 7afe5b1a3165 - MAPREDUCE-6404. Allow AM to specify a port range for starting its webapp. Contributed by Varun Saxena. (7 years ago) +* d88497d44a7c - HADOOP-14047. Require admin to access KMS instrumentation servlets. Contributed by John Zhuge. (7 years ago) +* 663e683adfbb - HDFS-10219. Change the default value for dfs.namenode.reconstruction.pending.timeout-sec from -1 to 300. Contributed by Yiqun Lin. (7 years ago) +* 9cbbd1eae893 - HDFS-11377. Balancer hung due to no available mover threads. Contributed by yunjiong zhao. (7 years ago) +* cce35c38159b - HADOOP-12097. Allow port range to be specified while starting webapp. Contributed by Varun Saxena. (7 years ago) +* d401e63b6c36 - MAPREDUCE-6338. MR AppMaster does not honor ephemeral port range. Contributed by Frank Nguyen. (7 years ago) +* 3ea6d3517e2f - HDFS-11371. Document missing metrics of erasure coding. Contributed by Yiqun Lin. (7 years ago) +* cb8f3f3adf7a - HADOOP-14053. Update the link to HTrace SpanReceivers. Contributed by Yiqun Lin. (7 years ago) +* ba75bc759334 - HADOOP-14044. Synchronization issue in delegation token cancel functionality. Contributed by Hrishikesh Gadre. (7 years ago) +* e0235842a74f - HDFS-11387. Socket reuse address option is not honored in PrivilegedNfsGatewayStarter. Contributed by Mukul Kumar Singh. (7 years ago) +* 0914fcca312b - HDFS-11363. Need more diagnosis info when seeing Slow waitForAckedSeqno. (7 years ago) +* 3433f572fafb - HDFS-11353. Improve the unit tests relevant to DataNode volume failure testing. Contributed by Yiqun Lin. (7 years ago) +* 327c9980aafc - YARN-6100. Improve YARN webservice to output aggregated container logs. Contributed by Xuan Gong. (7 years ago) +* 2a942eed2140 - HADOOP-14045. Aliyun OSS documentation missing from website. Contributed by Yiqun Lin. (7 years ago) +* 6aa09dc28adc - HDFS-11112. Journal Nodes should refuse to format non-empty directories. Contributed by Yiqun Lin. (7 years ago) +* b6f290d5b660 - HDFS-11370. Optimize NamenodeFsck#getReplicaInfo. Contributed Takanobu Asanuma. (7 years ago) +* 59c5f1878412 - HADOOP-13895. Make FileStatus Serializable (7 years ago) +* 3619ae32bea2 - MAPREDUCE-6644. Use doxia macro to generate in-page TOC of MapReduce site documentation. (iwasakims) (7 years ago) +* bec9b7aa1dd3 - HDFS-11335. Remove HdfsClientConfigKeys.DFS_CLIENT_SLOW_IO_WARNING_THRESHOLD_KEY usage from DNConf. (Manoj Govindassamy via lei) (7 years ago) +* 3e06475307e3 - YARN-4658. Typo in o.a.h.yarn.server.resourcemanager.scheduler.fair.TestFairScheduler comment (Contributed by Udai Potluri via Daniel Templeton) (7 years ago) +* 258991dc5a3b - HADOOP-14018. shaded jars of hadoop-client modules are missing hadoop's root LICENSE and NOTICE files. Contributed by Elek, Marton. (7 years ago) +* 4c6bae5a223f - YARN-5866. Fix few issues reported by jshint in new YARN UI. Contributed by Akhil P B. (7 years ago) +* 87852b6ef4b9 - YARN-6103. Log updates for ZKRMStateStore (Contributed by Daniel Sturman via Daniel Templeton) (7 years ago) +* 11e44bdda74b - YARN-6131. FairScheduler: Lower update interval for faster tests. (kasha) (7 years ago) +* 312b36d113d8 - HDFS-11378. Verify multiple DataNodes can be decommissioned/maintenance at the same time. (Manoj Govindassamy via mingma) (7 years ago) +* ebd40056a07d - HADOOP-13992. KMS should load SSL configuration the same way as SSLFactory. Contributed by John Zhuge. (7 years ago) +* 1a16431bd0df - YARN-6126. Obtaining app logs for Running application fails with json parse error. Contributed by Xuan Gong. (7 years ago) +* 165f07f51a03 - YARN-6123. [YARN-5864] Add a test to make sure queues of orderingPolicy will be updated when childQueues is added or removed. Contributed by Wangda Tan. (7 years ago) +* 2034315763cd - HADOOP-14029. Fix KMSClientProvider for non-secure proxyuser use case. Contributed by Xiaoyu Yao. (7 years ago) +* 7bc333ad4156 - HDFS-11374. Skip FSync in CreateEditsLog to speed up edit log generation. Contributed by Hanisha Koneru. (7 years ago) +* 55c9f6d747f4 - HDFS-9884. Use doxia macro to generate in-page TOC of HDFS site documentation. (iwasakims) (7 years ago) +* 88da9f6b6782 - Revert "HDFS-8377. Support HTTP/2 in datanode. Contributed by Duo Zhang." (7 years ago) +* c65f884fc7e0 - MAPREDUCE-6829. Add peak memory usage counter for each task. (Miklos Szegedi via kasha) (7 years ago) +* 44606aa8508a - HDFS-11364. Add a test to verify Audit log entries for setfacl/getfacl commands over FS shell. Contributed by Manoj Govindassamy. (7 years ago) +* f85b74ccf9f1 - YARN-4975. Fair Scheduler: exception thrown when a parent queue marked 'parent' has configured child queues (Contributed by Yufei Gu via Daniel Templeton) (7 years ago) +* 7c1cc30b3c61 - HDFS-11369. Change exception message in StorageLocationChecker. (7 years ago) +* 425a7e502869 - YARN-3637. Handle localization sym-linking correctly at the YARN level. Contributed by Chris Trezzo. (7 years ago) +* cd59b9ccab51 - HADOOP-13989. Remove erroneous source jar option from hadoop-client shade configuration. Contributed by Joe Pallas. (7 years ago) +* ff02bdfe65b5 - Add CHANGES, RELEASENOTES, and jdiff for 3.0.0-alpha2 release. (7 years ago) +* a7463b6c88f6 - MAPREDUCE-6808. Log map attempts as part of shuffle handler audit log (Contributed by Gergő Pásztor via Daniel Templeton) (7 years ago) +* 9e19f758c195 - YARN-5641. Localizer leaves behind tarballs after container is complete. Contributed by Eric Badger (7 years ago) +* a46933e8ce4c - HADOOP-13988. KMSClientProvider does not work with WebHDFS and Apache Knox w/ProxyUser. Contributed by Greg Senia and Xiaoyu Yao. (7 years ago) +* 7fc3e68a8761 - HADOOP-13433 Race in UGI.reloginFromKeytab. Contributed by Duo Zhang. (7 years ago) +* abedb8a9d86b - YARN-5830. FairScheduler: Avoid preempting AM containers. (Yufei Gu via kasha) (7 years ago) +* b782bf2156dd - HDFS-11124. Report blockIds of internal blocks for EC files in Fsck. Contributed by Takanobu Asanuma. (7 years ago) +* 18e1d6820926 - HDFS-10534. NameNode WebUI should display DataNode usage histogram. Contributed by Kai Sasaki. (7 years ago) +* 5a5652098c0c - HDFS-11365. Log portnumber in PrivilegedNfsGatewayStarter. Contributed by Mukul Kumar Singh. (8 years ago) +* 9c0a4d3e7191 - HADOOP-13990. Document KMS usage of CredentialProvider API. Contributed by John Zhuge. (8 years ago) +* b57368b6f893 - HDFS-11194. Maintain aggregated peer performance metrics on NameNode. (8 years ago) +* 8528d85a68c0 - YARN-6099. Improve webservice to list aggregated log files. Contributed by Xuan Gong. (8 years ago) +* a33ce45e35ce - YARN-5547. NMLeveldbStateStore should be more tolerant of unknown keys. Contributed by Ajith S (8 years ago) +* 0101267d9d80 - YARN-6082. Invalid REST api response for getApps since queueUsagePercentage is coming as INF. Contributed by Sunil G. (8 years ago) +* dc6ec9704829 - YARN-6117. SharedCacheManager does not start up. Contributed by Chris Trezzo. (8 years ago) +* a2c50127d12b - YARN-6012. Remove node label (removeFromClusterNodeLabels) document is missing (Contributed by Ying Zhang via Daniel Templeton) (8 years ago) +* ce832059db07 - YARN-5864. Capacity Scheduler - Queue Priorities. (wangda) (8 years ago) +* 69fa81679f59 - YARN-5910. Support for multi-cluster delegation tokens. Contributed by Jian He (8 years ago) +* 3fa0d540dfca - YARN-6031. Application recovery has failed when node label feature is turned off during RM recovery. Contributed by Ying Zhang. (8 years ago) +* a847903b6e64 - HADOOP-13119. Add ability to secure log servlet using proxy users. Contribute by Yuanbo Liu. (8 years ago) +* 98c35bb1a4fa - HADOOP-13858. TestGridmixMemoryEmulation and TestResourceUsageEmulators fail on the environment other than Linux or Windows. (8 years ago) +* ccf2d662443f - HADOOP-13962. Update ADLS SDK to 2.1.4. (John Zhuge via lei) (8 years ago) +* 9bab85cadfdf - YARN-6106. Document FairScheduler 'allowPreemptionFrom' queue property. (Yufei Gu via rchiang) (8 years ago) +* 355b907c09dc - HDFS-11121. Add assertions to BlockInfo#addStorage to protect from breaking reportedBlock-blockGroup mapping. Contributed by Takanobu Asanuma. (8 years ago) +* d79c645b2e07 - Update straggler 3.0.0-alpha2-SNAPSHOT versions to 3.0.0-alpha3-SNAPSHOT (8 years ago) +* 8a2e1d4cbe45 - HADOOP-14004. Missing hadoop-cloud-storage-project module in pom.xml. Contributed by Akira Ajisaka. (8 years ago) +* e015b563197a - HADOOP-13956. Read ADLS credentials from Credential Provider. (John Zhuge via lei) (8 years ago) +* fdf72029929b - Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk (8 years ago) +|\ +| * b01514f65bc6 - YARN-5928. Move ATSv2 HBase backend code into a new module that is only dependent at runtime by yarn servers. Contributed by Haibo Chen. (8 years ago) +* | f3fb94be05a6 - HDFS-11296. Maintenance state expiry should be an epoch time and not jvm monotonic. (Manoj Govindassamy via mingma) (8 years ago) +|/ +* 60865c8ea080 - HADOOP-14002. Document -DskipShade property in BUILDING.txt. Contributed by Hanisha Koneru. (8 years ago) +* 5d8b80ea9bc9 - Preparing for 3.0.0-alpha3 development (8 years ago) +* f5839fd6df77 - YARN-6028. Add document for container metrics (Contributed by Weiwei Yang via Daniel Templeton) (8 years ago) +* efc8faa1bae7 - YARN-6104. RegistrySecurity overrides zookeeper sasl system properties. Contributed by Billie Rinaldi (8 years ago) +* 7e8d32147c70 - YARN-6110. Fix opportunistic containers documentation. (Akira Ajisaka via asuresh) (8 years ago) +* 85e4961f60b7 - HADOOP-13999 Add -DskipShade maven profile to disable jar shading to reduce compile time. Contributed by Arun Suresh (8 years ago) +* ed33ce11dd8d - HADOOP-13496. Include file lengths in Mismatch in length error for distcp. Contributed by Ted Yu (8 years ago) +* 176346721006 - HADOOP-14001. Improve delegation token validity checking. (8 years ago) +* 78ae2aed8f84 - HDFS-11259. Update fsck to display maintenance state info. (Manoj Govindassamy via lei) (8 years ago) +* a8f1c7f54296 - HDFS-110268. Correctly reconstruct erasure coding file from FSImage. Contributed by SammiChen. (8 years ago) +* 63320d1daab7 - HDFS-11287. Storage class member storageDirs should be private to avoid unprotected access by derived classes. (Manoj Govindassamy via lei) (8 years ago) +* 724bb8635144 - HDFS-11316. TestDataNodeVolumeFailure#testUnderReplicationAfterVolFailure fails in trunk. Contributed by Yiqun Lin. (8 years ago) +* 383aa9c9f559 - HADOOP-13965. Groups should be consistent in using default group mapping class. Contributed by Yiqun Lin. (8 years ago) +* 2bf4c6e2d622 - HADOOP-13996. Fix some release build issues. (8 years ago) +* 0eb4b513b76b - HADOOP-13673. Update scripts to be smarter when running with privilege (8 years ago) +* acda1a5fee55 - HADOOP-13964. Remove vestigal templates directories (8 years ago) +* 72054a817dfb - YARN-5556. CapacityScheduler: Support deleting queues without requiring a RM restart. (Naganarasimha G R via wangda) (8 years ago) +* a2a5d7b5bca7 - HDFS-10759. Change fsimage bool isStriped from boolean to an enum. Contributed by Ewan Higgs. (8 years ago) +* 8a0fa0f7e88c - HDFS-10733. NameNode terminated after full GC thinking QJM is unresponsive. Contributed by Vinitha Gankidi. (8 years ago) +* 9130af3f74a7 - HADOOP-13955. Replace deprecated HttpServer2 and SSLFactory constants. Contributed by John Zhuge. (8 years ago) +* b1a9ec856b57 - HDFS-11290. TestFSNameSystemMBean should wait until JMX cache is cleared. Contributed by Erik Krogen. (8 years ago) +* e224c9623493 - YARN-5831. FairScheduler: Propagate allowPreemptionFrom flag all the way down to the app. (Yufei Gu via kasha) (8 years ago) +* 47dfda7c92bf - Revert "HADOOP-13989. Fix typo in hadoop-client shade configuration. Contributed by Joe Pallas." (8 years ago) +* 4d1f3d9020b8 - YARN-6016. Fix minor bugs in handling of local AMRMToken in AMRMProxy. (Botong Huang via Subru). (8 years ago) +* b1fce2b8b14c - HDFS-11209. SNN can't checkpoint when rolling upgrade is not finalized. Contributed by Xiaoyu Yao. (8 years ago) +* 37468ebf6f42 - HADOOP-13978. Update project release notes for 3.0.0-alpha2. Contributed by Andrew Wang and Arun Suresh. (8 years ago) +* 706d630eb9db - HADOOP-13976. Path globbing does not match newlines. Contributed by Eric Badger. (8 years ago) +* 695f110f937b - YARN-6071. Fix incompatible API change on AM-RM protocol due to YARN-3866 (trunk only) (Contributed by Wangda Tan via Daniel Templeton) (8 years ago) +* 78b487bde175 - MAPREDUCE-6831. Flaky test TestJobImpl.testKilledDuringKillAbort. Contributed by Peter Bacsko (8 years ago) +* 7ee8be1aa3f8 - MAPREDUCE-6819. Replace UTF8 with Text in MRBench. Contributed by Peter Bacsko. (8 years ago) +* a9d946d4df91 - YARN-6057. yarn.scheduler.minimum-allocation-* descriptions are incorrect about behavior when a request is out of bounds. Contributed by Julia Sommer. (8 years ago) +* 7e81063c13a6 - HADOOP-13989. Fix typo in hadoop-client shade configuration. Contributed by Joe Pallas. (8 years ago) +* 89bb05d92ba7 - HDFS-11339. Fix import. (8 years ago) +* e407449ddb52 - HADOOP-13933. Add haadmin -getAllServiceState option to get the HA state of all the NameNodes/ResourceManagers. Contributed by Surendra Singh Lilhore. (8 years ago) +* cf695577aa6d - YARN-6011. Add a new web service to list the files on a container in AHSWebService. Contributed by Xuan Gong. (8 years ago) +* d1d0b3e1fd59 - HDFS-11307. The rpc to portmap service for NFS has hardcoded timeout. Contributed by Mukul Kumar Singh. (8 years ago) +* 79e939d0b848 - HDFS-11339. Support File IO sampling for Datanode IO profiling hooks. Contributed by Hanisha Koneru. (8 years ago) +* a853b4e1b574 - HDFS-11342. Fix FileInputStream leak in loadLastPartialChunkChecksum. Contributed by Chen Liang. (8 years ago) +* 2f8e9b7e4b17 - Revert "HDFS-11259. Update fsck to display maintenance state info. (Manoj Govindassamy via lei)" (8 years ago) +* ed09c1418da0 - HADOOP-13928. TestAdlFileContextMainOperationsLive.testGetFileContext1 runtime error. (John Zhuge via lei) (8 years ago) +* 2604e82ebab6 - HDFS-11344. The default value of the setting dfs.disk.balancer.block.tolerance.percent is different. Contributed by Yiqun Lin. (8 years ago) +* 1cde954a4fe7 - HDFS-11306. Print remaining edit logs from buffer if edit log can't be rolled. Contributed by Wei-Chiu Chuang. (8 years ago) +* d3170f9eba9b - YARN-6081. LeafQueue#getTotalPendingResourcesConsideringUserLimit should deduct reserved from pending to avoid unnecessary preemption of reserved container. Contributed by Wangda Tan. (8 years ago) +* 1f344e057977 - YARN-5646. Addendum patch to include missing changes to site.xml. (8 years ago) +* a6b06f71797a - YARN-6072. RM unable to start in secure mode. Contributed by Ajith S. (8 years ago) +* e6f13fe5d1df - YARN-5849. Automatically create YARN control group for pre-mounted cgroups (Contributed by Miklos Szegedi via Daniel Templeton) (8 years ago) +* 5f336512d08c - HADOOP-13961. Fix compilation failure from missing hadoop-kms test jar. Contributed by Sangjin Lee and John Zhuge. (8 years ago) +* d51f8ba80816 - HDFS-11312. Fix incompatible tag number change for nonDfsUsed in DatanodeInfoProto. Contributed by Sean Mackrory. (8 years ago) +* 7979939428ad - YARN-5554. MoveApplicationAcrossQueues does not check user permission on the target queue (Contributed by Wilfred Spiegelenburg via Daniel Templeton) (8 years ago) +* e648b6e13823 - HADOOP-13336 S3A to support per-bucket configuration. Contributed by Steve Loughran (8 years ago) +* 357eab95668d - YARN-5416. TestRMRestart#testRMRestartWaitForPreviousAMToFinish failed intermittently due to not wait SchedulerApplicationAttempt to be stopped. Contributed by Junping Du (8 years ago) +* a5ec1e31a3be - HDFS-9935. Remove LEASE_{SOFTLIMIT,HARDLIMIT}_PERIOD and unused import from HdfsServerConstants. Contributed Yiqun Lin. (8 years ago) +* be529dade182 - HADOOP-13903. Improvements to KMS logging to help debug authorization errors. (Tristan Stevens via asuresh) (8 years ago) +* 467f5f173549 - HDFS-9391. Update webUI/JMX to display maintenance state info. (Manoj Govindassamy via mingma) (8 years ago) +* 4db119b7b552 - YARN-6079. Fix simple spelling errors in yarn test code. Contributed by vijay. (8 years ago) +* e69231658dc4 - HDFS-11072. Add ability to unset and change directory EC policy. Contributed by Sammi Chen. (8 years ago) +* 4046794a5365 - HDFS-11299. Support multiple Datanode File IO hooks. Contributed by Hanisha Koneru. (8 years ago) +* c18590fce283 - HDFS-11259. Update fsck to display maintenance state info. (Manoj Govindassamy via lei) (8 years ago) +* 4c431a694059 - YARN-6054. TimelineServer fails to start when some LevelDb state files are missing. Contributed by Ravi Prakash. (8 years ago) +* 41db07d532f4 - YARN-5937. stop-yarn.sh is not able to gracefully stop node managers. Contributed by Weiwei Yang. (8 years ago) +* 9594c35dcb65 - YARN-5899. Debug log in AbstractCSQueue#canAssignToThisQueue needs improvement. Contributed by Ying Zhang. (8 years ago) +* 6332a318bc1e - YARN-6073. Misuse of format specifier in Preconditions.checkArgument (Contributed by Yuanbo Liu via Daniel Templeton) (8 years ago) +* 945db55f2e65 - YARN-4148. When killing app, RM releases app's resource before they are released by NM. Contributed by Jason Lowe. (8 years ago) +* 7ec609b28989 - HDFS-11273. Move TransferFsImage#doGetUrl function to a Util class. Contributed by Hanisha Koneru. (8 years ago) +* 511d39e0740f - HADOOP-13885. Implement getLinkTarget for ViewFileSystem. Contributed by Manoj Govindassamy. (8 years ago) +* 603cbcd513a7 - HDFS-11292. log lastWrittenTxId etc info in logSyncAll. Contributed by Yongjun Zhang. (8 years ago) +* 0a212a40fcbd - HADOOP-13953. Make FTPFileSystem's data connection mode and transfer mode configurable. Contributed by Xiao Chen. (8 years ago) +* 91bf50444096 - HDFS-11301. Double wrapping over RandomAccessFile in LocalReplicaInPipeline#createStreams. Contributed by Hanisha Koneru. (8 years ago) +* 287d3d6804a8 - YARN-3955. Support for application priority ACLs in queues of CapacityScheduler. (Sunil G via wangda) (8 years ago) +* db490eccced3 - YARN-6074. FlowRunEntity does not deserialize long values correctly (Rohith Sharma K S via Varun Saxena) (8 years ago) +* f59e36b4ce71 - YARN-6068. Log aggregation get failed when NM restart even with recovery (Junping Du via Varun Saxena) (8 years ago) +* 94f1d06f205e - HADOOP-13958. Bump up release year to 2017. Contributed by Junping Du. (8 years ago) +* 85826f6ca5a6 - YARN-6066. Opportunistic containers Minor fixes : API annotations, parameter name changes, checkstyles. (asuresh) (8 years ago) +* 679478d0c643 - MAPREDUCE-6711. JobImpl fails to handle preemption events on state COMMITTING. Contributed by Prabhu Joseph. (8 years ago) +* ac16400e1fb8 - YARN-6022. Revert changes of AbstractResourceRequest (Contributed by Wangda Tan via Daniel Templeton) (8 years ago) +* a59df15757fa - YARN-6015. AsyncDispatcher thread name can be set to improved debugging. Contributed by Ajith S. (8 years ago) +* 020316458dfe - YARN-6009. Skip validating app timeout value on recovery. Contributed by Rohith Sharma K S (8 years ago) +* 71a4acf74bc9 - YARN-5991. Yarn Distributed Shell does not print throwable t to App Master When failed to start container (Contributed by Jim Frankola via Daniel Templeton) (8 years ago) +* 2977bc6a1410 - YARN-6040. Introduce api independent PendingAsk to replace usage of ResourceRequest within Scheduler classes. (Wangda Tan via asuresh) (8 years ago) +* 4a659ff40fca - HDFS-11282. Document the missing metrics of DataNode Volume IO operations. Contributed by Yiqun Lin. (8 years ago) +* 0b8a7c18ddbe - MAPREDUCE-6715. Fix Several Unsafe Practices (Contributed by Yufei Gu via Daniel Templeton) (8 years ago) +* 5d182949badb - HADOOP-13597. Switch KMS from Tomcat to Jetty. Contributed by John Zhuge. (8 years ago) +* 8850c056a5af - HADOOP-13780. LICENSE/NOTICE are out of date for source artifacts. (8 years ago) +* 4c8f9e130230 - HDFS-9483. Documentation does not cover use of "swebhdfs" as URL scheme for SSL-secured WebHDFS. Contributed by Surendra Singh Lilhore. (8 years ago) +* 02766b6c224b - HADOOP-13896. Invoke assembly plugin after building jars. (8 years ago) +* 0a55bd841ec0 - YARN-5959. RM changes to support change of container ExecutionType. (Arun Suresh via wangda) (8 years ago) +* a605ff36a53a - HDFS-11280. Allow WebHDFS to reuse HTTP connections to NN. Contributed by Zheng Shao. (8 years ago) +* 5ed63e3e9d99 - YARN-4899. Queue metrics of SLS capacity scheduler only activated after app submit to the queue. (Jonathan Hung via wangda) (8 years ago) +* a0a276162147 - HADOOP-13578. Add Codec for ZStandard Compression. Contributed by churro morales (8 years ago) +* e49e0a6e37f4 - (weichiu/YARN-5673, pbacsko/YARN-5673, origin/YARN-5673, JackWangCS/YARN-5673, 9uapaw/YARN-5673) YARN-5988. RM unable to start in secure setup. Contributed by Ajith S. (8 years ago) +* 01d31fe9389c - HADOOP-12733. Remove references to obsolete io.seqfile configuration variables. Contributed by Ray Chiang. (8 years ago) +* 87bb1c49bb25 - HDFS-11279. Cleanup unused DataNode#checkDiskErrorAsync(). Contributed by Hanisha Koneru (8 years ago) +* 8fadd6904714 - YARN-5923. Unable to access logs for a running application if YARN_ACL_ENABLE is enabled. Contributed by Xuan Gong. (8 years ago) +* f69a107aeccc - YARN-6025. Fix synchronization issues of AbstractYarnScheduler#nodeUpdate and its implementations. (Naganarasimha G R via wangda) (8 years ago) +* ab1faa4ba807 - Revert "Fix synchronization issues of AbstractYarnScheduler#nodeUpdate and its implementations. (Naganarasimha G R via wangda)" to add correct JIRA number (8 years ago) +* e0f2379312c4 - Fix synchronization issues of AbstractYarnScheduler#nodeUpdate and its implementations. (Naganarasimha G R via wangda) (8 years ago) +* 88731c731a72 - Revert "HADOOP-13946. Document how HDFS updates timestamps in the FS spec; compare with object stores. Contributed by Steve Loughran" (8 years ago) +* ebdd2e03b7b8 - HADOOP-13922. Some modules have dependencies on hadoop-client jar removed by HADOOP-11804. Contributed by Sean Busbey. (8 years ago) +* 451efb08fe06 - HADOOP-13946. Document how HDFS updates timestamps in the FS spec; compare with object stores. Contributed by Steve Loughran (8 years ago) +* 591fb1594440 - YARN-5529. Create new DiskValidator class with metrics (yufeigu via rkanter) (8 years ago) +* 7fcc73fc0d24 - HDFS-11156. Add new op GETFILEBLOCKLOCATIONS to WebHDFS REST API. Contributed by Weiwei Yang. (8 years ago) +* b31e1951e044 - Revert "HDFS-11280. Allow WebHDFS to reuse HTTP connections to NN. Contributed by Zheng Shao." (8 years ago) +* 6938b677111a - (weichiu/YARN-5085, pbacsko/YARN-5085, origin/YARN-5085, JackWangCS/YARN-5085, 9uapaw/YARN-5085) HADOOP-13883. Addendum patch to correct the message and alphabetized with the earlier patch. Contributed by Yiqun Lin. (8 years ago) +* b811a1c14d00 - HDFS-11280. Allow WebHDFS to reuse HTTP connections to NN. Contributed by Zheng Shao. (8 years ago) +* 165d01a73e5f - YARN-5931. Document timeout interfaces CLI and REST APIs (Contributed by Rohith Sharma K S via Daniel Templeton) (8 years ago) +* c6a5b689db57 - HADOOP-13942. Build failure due to errors of javadoc build in hadoop-azure. Contributed by Kai Sasaki (8 years ago) +* 95c2c24cd000 - MAPREDUCE-5155. Race condition in test case TestFetchFailure cause it to fail (Contributed by Haibo Chen via Daniel Templeton) (8 years ago) +* e76995755629 - HDFS-11275. Check groupEntryIndex and throw a helpful exception on failures when removing ACL. (8 years ago) +* a4f66655ec22 - HDFS-11267. Avoid redefinition of storageDirs in NNStorage and cleanup its accessors in Storage. (Manoj Govindassamy via lei) (8 years ago) +* e9f139683417 - HDFS-11251. ConcurrentModificationException during DataNode#refreshVolumes. (Manoj Govindassamy via lei) (8 years ago) +* 603f3ef13860 - HDFS-11274. Datanode should only check the failed volume upon IO errors. Contributed by Xiaoyu Yao. (8 years ago) +* ce3613c9656e - HDFS-11278. Add missing @Test annotation for TestSafeMode.testSafeModeUtils() (Contributed by Lukas Majercak via Daniel Templeton) (8 years ago) +* f216276d2164 - YARN-4882. Change the log level to DEBUG for recovering completed applications (templedf via rkanter) (8 years ago) +* 9ca54f4810de - YARN-5906. Update AppSchedulingInfo to use SchedulingPlacementSet. Contributed by Wangda Tan. (8 years ago) +* 972da46cb487 - YARN-5719. Enforce a C standard for native container-executor. Contributed by Chris Douglas. (8 years ago) +* f6715b26b65f - YARN-6024. Capacity Scheduler 'continuous reservation looking' doesn't work when sum of queue's used and reserved resources is equal to max. Contributed by Wangda Tan. (8 years ago) +* e297be74ed4c - YARN-6001. Improve moveApplicationQueues command line. Contributed by Sunil G. (8 years ago) +* 0840b4329b24 - YARN-5756. Add state-machine implementation for scheduler queues. (Xuan Gong via wangda) (8 years ago) +* 0ddb8defad6a - HDFS-11252. TestFileTruncate#testTruncateWithDataNodesRestartImmediately can fail with BindException. Contributed by Yiqun Lin. (8 years ago) +* 9262797e8645 - YARN-5257. Fix unreleased resources and null dereferences (yufeigu via rkanter) (8 years ago) +* 1bbd023275db - YARN-5962. Spelling errors in logging and exceptions for resource manager code (gsohn via rkanter) (8 years ago) +* e216e8e23345 - HADOOP-13932. Fix indefinite article in comments (Contributed by LiXin Ge via Daniel Templeton) (8 years ago) +* ac1e5d4f77e3 - YARN-5938. Refactoring OpportunisticContainerAllocator to use SchedulerRequestKey instead of Priority and other misc fixes (asuresh) (8 years ago) +* c3973e7080bf - YARN-5969. FairShareComparator: Cache value of getResourceUsage for better performance. (zhangshilong via kasha) (8 years ago) +* c0e0ef296961 - HDFS-11270. Document the missing options of NameNode bootstrap command. Contributed by Yiqun Lin (8 years ago) +* 0665c5f09afb - HADOOP-13943. TestCommonConfigurationFields#testCompareXmlAgainstConfigurationClass fails after HADOOP-13863. Contributed by Brahma Reddy Battula. (8 years ago) +* ded2d08f33c2 - HADOOP-13940. Document the missing envvars commands (Contributed by Yiqun Lin via Daniel Templeton) (8 years ago) +* ea547529cb17 - HDFS-11272. Refine the assert messages in TestFSDirAttrOp. Contributed by Jimmy Xiang. (8 years ago) +* 8f218ea28494 - HDFS-11250. Fix a typo in ReplicaUnderRecovery#setRecoveryID. Contributed by Yiqun Lin. (8 years ago) +* 483cd06ad43b - HDFS-11271. Typo in NameNode UI. Contributed by Wei-Chiu Chuang. (8 years ago) +* c721f78a3c6f - YARN-6026. A couple of spelling errors in the docs. Contributed by Grant Sohn. (8 years ago) +* 4d3f73acc0a5 - YARN-6000. Make AllocationFileLoaderService.Listener public. (Tao Jie via kasha) (8 years ago) +* 4e9029653dfa - HDFS-10917. Collect peer performance statistics on DataNode. Contributed by Xiaobing Zhou. (8 years ago) +* e92a77099b91 - HADOOP-13863. Azure: Add a new SAS key mode for WASB. Contributed by Dushyanth (8 years ago) +* 22befbd585f6 - MAPREDUCE-6704. Update the documents to run MapReduce application. Contributed by Bibin A Chundatt. (8 years ago) +* 38e66d4d64f3 - YARN-5903. Fix race condition in TestResourceManagerAdministrationProtocolPBClientImpl beforeclass setup method (Haibo Chen via Varun Saxena) (8 years ago) +* 56a13a6a59cb - HDFS-11216. Add remoteBytesRead counter metrics for erasure coding reconstruction task. Contributed by Sammi Chen (8 years ago) +* ae401539eaf7 - YARN-4994. Use MiniYARNCluster with try-with-resources in tests. Contributed by Andras Bokor. (8 years ago) +* 736f54b727c3 - YARN-4990. Re-direction of a particular log file within in a container in NM UI does not redirect properly. Contributed by Xuan Gong. (8 years ago) +* f6e80acd6815 - HDFS-11258. File mtime change could not save to editlog. Contributed by Jimmy Xiang. (8 years ago) +* 8b042bc1e6ae - YARN-5976. Update hbase version to 1.2. Contributed by Vrushali C. (8 years ago) +* f6e2521eb216 - HDFS-11261. Document missing NameNode metrics. Contributed by Yiqun Lin. (8 years ago) +* 30f85d7a88a1 - HADOOP-13911. Remove TRUSTSTORE_PASSWORD related scripts from KMS. Contributed by John Zhuge. (8 years ago) +* f678080dbd25 - HDFS-11182. Update DataNode to use DatasetVolumeChecker. Contributed by Arpit Agarwal. (8 years ago) +* 5daa8d863183 - HDFS-10913. Introduce fault injectors to simulate slow mirrors. Contributed by Xiaobing Zhou. (8 years ago) +* 4af66b1d664b - HDFS-11247. Add a test to verify NameNodeMXBean#getDecomNodes() and Live/Dead Decom Nodes shown in NameNode WebUI. Contributed by Manoj Govindassamy. (8 years ago) +* 5b7acdd206f5 - HDFS-11195. Return error when appending files by webhdfs rest api fails. Contributed by Yuanbo Liu. (8 years ago) +* 523411d69b37 - YARN-4844 (Addendum). Change JobStatus(usedMem,reservedMem,neededMem) back to int for compatibility. Contributed by Wangda Tan (8 years ago) +* 3bcfe3a9de2c - YARN-5706. Fail to launch SLSRunner due to NPE. (Kai Sasaki via wangda) (8 years ago) +* 1b401f6a734d - HDFS-11263. ClassCastException when we use Bzipcodec for Fsimage compression. Contributed by Brahma Reddy Battula. (8 years ago) +* fe4ff64a4af4 - HDFS-10959. Adding per disk IO statistics and metrics in DataNode. Contributed by Xiaoyu Yao. (8 years ago) +* 575773a3570b - YARN-5877. Allow all env's from yarn.nodemanager.env-whitelist to get overridden during launch. Contributed by Bibin A Chundatt. (8 years ago) +* d2026ae9e6c8 - HDFS-11262. Remove unused variables in FSImage.java. Contributed by Jagadesh Kiran N. (8 years ago) +* 358341398adf - YARN-5524. Yarn live log aggregation does not throw if command line arg is wrong. Contributed by Xuan Gong. (8 years ago) +* ef2dd7b78c5b - YARN-5650. Render Application Timeout value in web UI. Contributed by Akhil PB. (8 years ago) +* fcbe1523422e - HADOOP-13913. maven issuing pom.version being deprecation warnings. Contributed by Steve Loughran (8 years ago) +* f121645c4bdf - This closes #119. (empty commit) (8 years ago) +* a95639068c99 - HDFS-9911. TestDataNodeLifeline Fails intermittently. Contributed by Yiqun Lin (8 years ago) +* 2273a74c1f38 - YARN-5646. Add documentation and update config parameter names for scheduling of OPPORTUNISTIC containers. (Konstantinos Karanasos via asuresh) (8 years ago) +* cee0c468b0eb - HDFS-11188. Change min supported DN and NN versions back to 2.x. Contributed by Andrew Wang. (8 years ago) +* aebb9127bae8 - HDFS-11160. VolumeScanner reports write-in-progress replicas as corrupt incorrectly. Contributed by Wei-Chiu Chuang and Yongjun Zhang. (8 years ago) +* 6fce19154906 - HDFS-11253. FileInputStream leak on failure path in BlockSender. Contributed by Arpit Agarwal (8 years ago) +* ac0d402c6a3a - HDFS-11094. Send back HAState along with NamespaceInfo during a versionRequest as an optional parameter. Contributed by Eric Badger (8 years ago) +* 631f1daee350 - HADOOP-13709. Ability to clean up subprocesses spawned by Shell when the process exits. Contributed by Eric Badger (8 years ago) +* 169bfc090375 - Revert "HADOOP-13709. Ability to clean up subprocesses spawned by Shell when the process exits. Contributed by Eric Badger" (8 years ago) +* f92913c35bfd - HADOOP-13831. Correct check for error code to detect Azure Storage Throttling and provide retries. Contributed by Gaurav Kanade (8 years ago) +* 70ca1f1e3a32 - HADOOP-11804. Shaded Hadoop client artifacts and minicluster. Contributed by Sean Busbey. (8 years ago) +* 36947f79ba66 - HDFS-11249. Redundant toString() in DFSConfigKeys.java. Contributed by Jagadesh Kiran N. (8 years ago) +* 64a2d5be91a7 - YARN-5999. AMRMClientAsync will stop if any exceptions thrown on allocate call. Contributed by Jian He (8 years ago) +* f5e0bd30fde6 - HADOOP-13890. Maintain HTTP/host as SPNEGO SPN support and fix KerberosName parsing. Contributed by Xiaoyu Yao. (8 years ago) +* 6ba9587d370f - HDFS-10958. Add instrumentation hooks around Datanode disk IO. (8 years ago) +* 72bff192cd37 - HDFS-11204. Document the missing options of hdfs zkfc command. Contributed by Yiqun Lin. (8 years ago) +* 1f14f6d038ae - HDFS-8411. Add bytes count metrics to datanode for ECWorker. Contributed by Sammi Chen and Andrew Wang (8 years ago) +* ada876cd1d22 - Revert YARN-4126. RM should not issue delegation tokens in unsecure mode. (8 years ago) +* fbdbbd57cdc3 - HDFS-10684. WebHDFS DataNode calls fail without parameter createparent. Contributed by John Zhuge. (8 years ago) +* e24a923db508 - HDFS-11164: Mover should avoid unnecessary retries if the block is pinned. Contributed by Rakesh R (8 years ago) +* 9947aeb60c3d - HADOOP-13709. Ability to clean up subprocesses spawned by Shell when the process exits. Contributed by Eric Badger (8 years ago) +* ef34bf2bb92a - HADOOP-13900. Remove snapshot version of SDK dependency from Azure Data Lake Store File System. Contributed by Vishwajeet Dusane (8 years ago) +* b0b033ea2e46 - MAPREDUCE-6821. Fix javac warning related to the deprecated APIs after upgrading Jackson. Contributed by Yiqin Lin. (8 years ago) +* 754f15bae61b - HDFS-11226. cacheadmin, cryptoadmin and storagepolicyadmin should support generic options. Contributed by Brahma Reddy Battula (8 years ago) +* 2d4731c067ff - HDFS-11233. Fix javac warnings related to the deprecated APIs after upgrading Jackson. Contributed by Yiqun Lin. (8 years ago) +* c6a39232456f - HADOOP-13871. ITestS3AInputStreamPerformance.testTimeToOpenAndReadWholeFileBlocks performance awful. Contributed by Steve Loughran (8 years ago) +* f66f61892ac7 - HADOOP-13852 hadoop build to allow hadoop version property to be explicitly set. Contriibuted by Steve Loughran (8 years ago) +* 4c38f11cec06 - HADOOP-13565. KerberosAuthenticationHandler#authenticate should not rebuild SPN based on client request. Contributed by Xiaoyu Yao. (8 years ago) +* 92a8917ca5a2 - MAPREDUCE-6820. Fix dead links in Job relevant classes. Contributed by Yiqun Lin. (8 years ago) +* 4b149a1e7781 - YARN-4457. Cleanup unchecked types for EventHandler (templedf via rkanter) (8 years ago) +* a6410a542e59 - YARN-5709. Cleanup leader election configs and pluggability. Contribtued by Karthik Kambatla (8 years ago) +* b0aace21b1ef - YARN-5982. Simplify opportunistic container parameters and metrics. (Konstantinos Karanasos via asuresh) (8 years ago) +* 55f5886ea246 - YARN-5925. Extract hbase-backend-exclusive utility methods from TimelineStorageUtil. Contributed by Haibo Chen. (8 years ago) +* 2a28e8cf0469 - HDFS-11229. HDFS-11056 failed to close meta file. Contributed by Wei-Chiu Chuang. (8 years ago) +* b606e025f10d - HADOOP-13824. FsShell can suppress the real error if no error message is present. Contributed by John Zhuge. (8 years ago) +* 5bd7dece920b - HDFS-11217. Annotate NameNode and DataNode MXBean interfaces as Private/Stable. Contributed by Jagadesh Kiran N. (8 years ago) +* 80b802327612 - HADOOP-13883. Add description of -fs option in generic command usage. Contributed By Yiqun Lin. (8 years ago) +* d1d4aba71b21 - HDFS-11224. Lifeline message should be ignored for dead nodes (Contributed by Vinayakumar B) (8 years ago) +* 7d8e440eee51 - Revert "HADOOP-13852 hadoop build to allow hadoop version property to be explicitly set. Contriibuted by Steve Loughran" (8 years ago) +* 13d8e552d2ed - Revert "HDFS-5079. Cleaning up NNHAStatusHeartbeat.State from DatanodeProtocolProtos. Contributed by Tao Luo." (8 years ago) +* 9f8344db502b - Revert "HDFS-11094. Send back HAState along with NamespaceInfo during a versionRequest as an optional parameter. Contributed by Eric Badger" (8 years ago) +* 401c7318723d - HDFS-11197. Listing encryption zones fails when deleting a EZ that is on a snapshotted directory. Contributed by Wellington Chevreuil. (8 years ago) +* a5a55a54ab15 - YARN-5922. Remove direct references of HBaseTimelineWriter/Reader in core ATS classes. Contributed by Haibo Chen. (8 years ago) +* c26551572570 - HADOOP-13852 hadoop build to allow hadoop version property to be explicitly set. Contriibuted by Steve Loughran (8 years ago) +* 0ef796174ecb - HADOOP-13867. FilterFileSystem should override rename(.., options) to take effect of Rename options called via FilterFileSystem implementations. Contributed By Vinayakumar B. (8 years ago) +* 4c2cf5560f6d - HDFS-11223. Fix typos in HttpFs documentations. Contributed by Yiqun Lin. (8 years ago) +* 74d0066d3392 - YARN-5970. Validate application update timeout request parameters. Contributed by Rohith Sharma K S. (8 years ago) +* 9ef89ede2f18 - HDFS-11140. Directory Scanner should log startup message time correctly. Contributed by Yiqun Lin. (8 years ago) +* deb4743b2c3b - Revert "HDFS-11140. Directory Scanner should log startup message time correctly. Contributed by Yiqun Lin." (8 years ago) +* 0857641f6277 - HDFS-11140. Directory Scanner should log startup message time correctly. Contributed by Yiqun Lin. (8 years ago) +* f54afdb83b25 - MAPREDUCE-4683. Create and distribute hadoop-mapreduce-client-core-tests.jar. (8 years ago) +* 3c774b8c9854 - HADOOP-13842. Update jackson from 1.9.13 to 2.x in hadoop-maven-plugins. (8 years ago) +* ea2895f4ed50 - HDFS-8630. WebHDFS : Support get/set/unset StoragePolicy. Contributed by Surendra Singh Lilhore. (8 years ago) +* 72fe54684198 - YARN-5963. Spelling errors in logging and exceptions for node manager, client, web-proxy, common, and app history code (gsohn via rkanter) (8 years ago) +* a793cec2c9a7 - MAPREDUCE-6817. The format of job start time in JHS is different from those of submit and finish time. (Haibo Chen via kasha) (8 years ago) +* 9f5d2c4fff6d - YARN-5136. Error in handling event type APP_ATTEMPT_REMOVED to the scheduler (Contributed by Wilfred Spiegelenburg via Daniel Templeton) (8 years ago) +* ab923a53fcf5 - YARN-5965. Retrospect ApplicationReport#getApplicationTimeouts. Contributed by Rohith Sharma K S (8 years ago) +* c73e08a6dad4 - HDFS-10206. Datanodes not sorted properly by distance when the reader isn't a datanode. (Nandakumar via mingma) (8 years ago) +* 563480dccd01 - YARN-5932. Retrospect moveApplicationToQueue in align with YARN-5611. Contributed by Sunil G. (8 years ago) +* a7288da595fd - YARN-5184. Fix up incompatible changes introduced on ContainerStatus and NodeReport. Contributed by Sangjin Lee. (8 years ago) +* c8d0a049b005 - HADOOP-13859. TestConfigurationFieldsBase fails for fields that are DEFAULT values of skipped properties. (Haibo Chen via kasha) (8 years ago) +* da4ecc9f8223 - MAPREDUCE-6816. Progress bars in Web UI always at 100%. Contributed by Shen Yinjie. (8 years ago) +* 6b4a9970f187 - MAPREDUCE-6571. JobEndNotification info logs are missing in AM container syslog (haibochen via rkanter) (8 years ago) +* f53b481ffeec - HDFS-11172. Support an erasure coding policy using RS 10 + 4. Contributed by Wei Zhou. (8 years ago) +* 79d90b810c14 - HADOOP-13827. Add reencryptEncryptedKey interface to KMS. (8 years ago) +* df983b524ab6 - HDFS-10930. Refactor: Wrap Datanode IO related operations. Contributed by Xiaoyu Yao. (8 years ago) +* 43cb1678cc00 - HDFS-11211. Add a time unit to the DataNode client trace format. Contributed by Jagadesh Kiran N (8 years ago) +* ed89856755fd - HDFS-11178. TestAddStripedBlockInFBR#testAddBlockInFullBlockReport fails frequently in trunk. Contributed By Yiqun Lin. (8 years ago) +* 4dd4f3a4bb48 - HDFS-11198. NN UI should link DN web address using hostnames. Contributed by Weiwei Yang. (8 years ago) +* 7b988e889925 - HADOOP-13861. Spelling errors in logging and exceptions for code. Contributed by Grant Sohn. (8 years ago) +* 08a7253bc0eb - Revert "HDFS-11156. Add new op GETFILEBLOCKLOCATIONS to WebHDFS REST API. Contributed by Weiwei Yang" (8 years ago) +* b2a3d6c519d8 - HADOOP-13835. Move Google Test Framework code from mapreduce to hadoop-common. Contributed by Varun Vasudev. (8 years ago) +* 8e63fa98eaba - HDFS-10581. Hide redundant table on NameNode WebUI when no nodes are decomissioning. Contributed by Weiwei Yang. (8 years ago) +* a2b5d602201a - HADOOP-13864. KMS should not require truststore password. Contributed by Mike Yoder. (8 years ago) +* f3b8ff54ab08 - YARN-5921. Incorrect synchronization in RMContextImpl#setHAServiceState/getHAServiceState. Contributed by Varun Saxena (8 years ago) +* dcedb72af468 - Revert "HADOOP-10930. Refactor: Wrap Datanode IO related operations. Contributed by Xiaoyu Yao." (8 years ago) +* 15dd1f338106 - HADOOP-13675. Bug in return value for delete() calls in WASB. Contributed by Dushyanth (8 years ago) +* 8c4680852b20 - HDFS-11094. Send back HAState along with NamespaceInfo during a versionRequest as an optional parameter. Contributed by Eric Badger (8 years ago) +* 43ebff2e3541 - YARN-5559. Analyse 2.8.0/3.0.0 jdiff reports and fix any issues. Contributed by Akira Ajisaka & Wangda Tan (8 years ago) +* 1b5cceaffbdd - Revert "HDFS-11201. Spelling errors in the logging, help, assertions and exception messages. Contributed by Grant Sohn." (8 years ago) +* b9522e86a555 - HDFS-11201. Spelling errors in the logging, help, assertions and exception messages. Contributed by Grant Sohn. (8 years ago) +* 291df5c7fb71 - HADOOP-13847. KMSWebApp should close KeyProviderCryptoExtension. Contributed by John Zhuge. (8 years ago) +* c51bfd29cd1e - HDFS-11181. Fuse wrapper has a typo. Contributed by Wei-Chiu Chuang. (8 years ago) +* f885160f4ac5 - YARN-5746. The state of the parentQueue and its childQueues should be synchronized. Contributed by Xuan Gong (8 years ago) +* 4113ec5fa5ca - HADOOP-13257. Improve Azure Data Lake contract tests. Contributed by Vishwajeet Dusane (8 years ago) +* 51211a7d7aa3 - HADOOP-13855. Fix a couple of the s3a statistic names to be consistent with the rest. Contributed by Steve Loughran (8 years ago) +* 5bd18c49bd50 - YARN-5929. Missing scheduling policy in the FS queue metric. (Contributed by Yufei Gu via Daniel Templeton) (8 years ago) +* 2ff84a00405e - HADOOP-13857. S3AUtils.translateException to map (wrapped) InterruptedExceptions to InterruptedIOEs. Contributed by Steve Loughran (8 years ago) +* c7ff34f8dcca - HDFS-11156. Add new op GETFILEBLOCKLOCATIONS to WebHDFS REST API. Contributed by Weiwei Yang (8 years ago) +* 0cfd7ad21f44 - MAPREDUCE-6815. Fix flaky TestKill.testKillTask(). Contributed by Haibo Chen (8 years ago) +* f304ccae3c2e - YARN-5915. ATS 1.5 FileSystemTimelineWriter causes flush() to be called after every event write. Contributed by Atul Sikaria (8 years ago) +* c87b3a448a00 - MAPREDUCE-6787. Allow job_conf.xml to be downloadable on the job overview page in JHS (haibochen via rkanter) (8 years ago) +* 2d77dc727d9b - YARN-5901. Fix race condition in TestGetGroups beforeclass setup() (Contributed by Haibo Chen via Daniel Templeton) (8 years ago) +* 19f373a46b2a - HDFS-11132. Allow AccessControlException in contract tests when getFileStatus on subdirectory of existing files. Contributed by Vishwajeet Dusane (8 years ago) +* 96c574927a60 - HDFS-8674. Improve performance of postponed block scans. Contributed by Daryn Sharp. (8 years ago) +* e0fa49234fd3 - HDFS-11180. Intermittent deadlock in NameNode when failover happens. (8 years ago) +* 1f7613be958b - HADOOP-13840. Implement getUsed() for ViewFileSystem. Contributed by Manoj Govindassamy. (8 years ago) +* 7226a71b1f68 - HDFS-5517. Lower the default maximum number of blocks per file. Contributed by Aaron T. Myers and Andrew Wang. (8 years ago) +* 69fb70c31aa2 - YARN-5761. Separate QueueManager from Scheduler. (Xuan Gong via gtcarrera9) (8 years ago)
  • +* 3fd844b99fdf - HADOOP-13830. Intermittent failure of ITestS3NContractRootDir#testRecursiveRootListing: "Can not create a Path from an empty string". Contributed by Steve Loughran (8 years ago) +* 4fca94fbdad1 - YARN-5942. "Overridden" is misspelled as "overriden" in FairScheduler.md (Contributed by Heather Sutherland via Daniel Templeton) (8 years ago) +* be5a75709624 - HADOOP-13790. Make qbt script executable. Contributed by Andrew Wang. (8 years ago) +* 7c848719de77 - MAPREDUCE-6810. Fix hadoop-mapreduce-client-nativetask compilation with GCC-6.2.1. Contributed by Ravi Prakash. (8 years ago) +* b3befc021b0e - YARN-4997. Update fair scheduler to use pluggable auth provider (Contributed by Tao Jie via Daniel Templeton) (8 years ago) +* 625df87c7b8e - HDFS-8678. Bring back the feature to view chunks of files in the HDFS file browser. Contributed by Ivo Udelsmann. (8 years ago) +* 51e6c1cc3f66 - HDFS-10994. Support an XOR policy XOR-2-1-64k in HDFS. Contributed by Sammi Chen (8 years ago) +* cfd8076f8193 - Revert due to an error "HDFS-10994. Support an XOR policy XOR-2-1-64k in HDFS. Contributed by Sammi Chen" (8 years ago) +* aeecfa24f4fb - HADOOP-10930. Refactor: Wrap Datanode IO related operations. Contributed by Xiaoyu Yao. (8 years ago) +* eaaa32950cba - HDFS-11149. Support for parallel checking of FsVolumes. (8 years ago) +* 8f6e14399a3e - MAPREDUCE-6565. Configuration to use host name in delegation token service is not read from job.xml during MapReduce job execution. Contributed by Li Lu. (8 years ago) +* 6d8b4f6c2791 - YARN-4395. Typo in comment in ClientServiceDelegate (Contributed by Alison Yu via Daniel Templeton) (8 years ago) +* dd9a96cb175d - YARN-5851. TestContainerManagerSecurity testContainerManager[1] failed (Contributed by Haibo Chen via Daniel Templeton) (8 years ago) +* 3b9d3acd203c - YARN-5890. FairScheduler should log information about AM-resource-usage and max-AM-share for queues (Contributed by Yufei Gu via Daniel Templeton) (8 years ago) +* b407d5319597 - Revert "HDFS-5517. Lower the default maximum number of blocks per file. Contributed by Aaron T. Myers." (8 years ago) +* 25f9872be634 - YARN-5774. MR Job stuck in ACCEPTED status without any progress in Fair Scheduler if set yarn.scheduler.minimum-allocation-mb to 0. (Contributed by Yufei Gu via Daniel Templeton) (8 years ago) +* 00096dcc0c23 - HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge. (8 years ago) +* 09451252fae9 - HDFS-5517. Lower the default maximum number of blocks per file. Contributed by Aaron T. Myers. (8 years ago) +* 67d9f2808efb - HADOOP-13706. Update jackson from 1.9.13 to 2.x in hadoop-common-project. (8 years ago) +* 47ca9e26fba4 - HADOOP-13838. KMSTokenRenewer should close providers (xiaochen via rkanter) (8 years ago) +* d60a60be8aa4 - HADOOP-13823. s3a rename: fail if dest file exists. Contributed by Steve Loughran (8 years ago) +* be88d574a9a4 - MAPREDUCE-6743. nativetask unit tests need to provide usable output; fix link errors during mvn test (8 years ago) +* 62b42ef5dd04 - YARN-5725. Test uncaught exception in TestContainersMonitorResourceChange.testContainersResourceChange when setting IP and host (Contributed by Miklos Szegedi via Daniel Templeton) (8 years ago) +* a2b1ff0257bd - HADOOP-13828. Implement getFileChecksum(path, length) for ViewFileSystem. Contributed by Manoj Govindassamy. (8 years ago) +* 5d5614f847b2 - HDFS-10994. Support an XOR policy XOR-2-1-64k in HDFS. Contributed by Sammi Chen (8 years ago) +* 209e80543075 - HADOOP-13506. Redundant groupid warning in child projects. Contributed by Kai Sasaki. (8 years ago) +* 9e173d2bac56 - HADOOP-13816. Ambiguous plugin version warning from maven build. Contributed by Kai Sasaki. (8 years ago) +* c06114d6a360 - YARN-5572. HBaseTimelineWriterImpl appears to reference a bad property name. Contributed by Varun Saxena. (8 years ago) +* e2f77ca77b80 - Revert "YARN-5921. Incorrect synchronization in RMContextImpl#setHAServiceState/getHAServiceState. Contributed by Varun Saxena." (8 years ago) +* 9f2960be19aa - YARN-5921. Incorrect synchronization in RMContextImpl#setHAServiceState/getHAServiceState. Contributed by Varun Saxena. (8 years ago) +* 07825f2b4938 - HADOOP-1381. The distance between sync blocks in SequenceFiles should be configurable rather than hard coded to 2000 bytes. Contributed by Harsh J. (8 years ago) +* ee3d437a33c2 - HADOOP-13820. Replace ugi.getUsername() with ugi.getShortUserName() in viewFS. Contributed By Brahma Reddy Battula. (8 years ago) +* bb1b5e083b6f - HDFS-11174. Wrong HttpFS test command in doc. Contributed by John Zhuge. (8 years ago) +* 636f7547b706 - HDFS-11175. Document uppercase key names are not supported in TransparentEncryption.md. Contributed by Yiqun Lin. (8 years ago) +* 01665e456de8 - HADOOP-10776 Open up already widely-used APIs for delegation-token fetching & renewal to ecosystem projects. Contributed by Vinod Kumar Vavilapalli (8 years ago) +* 3df3fa396c7b - HADOOP-13833 TestSymlinkHdfsFileSystem#testCreateLinkUsingPartQualPath2 fails after HADOOP-13605. Contributed by Brahma Reddy Battula. (8 years ago) +* 13501053dd95 - HADOOP-11603. Metric Snapshot log can be changed #MetricsSystemImpl.java since all the services will be initialized. Contributed By Brahma Reddy Battula. (8 years ago) +* abb9fa7fc69e - HADOOP-13018. Make Kdiag check whether hadoop.token.files points to existent and valid files. Contributed by Ravi Prakash (8 years ago) +* eb0a483ed073 - YARN-4206. Add Application timeouts in Application report and CLI. Contributed by Rohith Sharma K S. (8 years ago) +* e15c20edba1e - YARN-5920. Fix deadlock in TestRMHA.testTransitionedToStandbyShouldNotHang. Contributed by Varun Saxena. (8 years ago) +* 10468529a9b8 - YARN-4752. Improved preemption in FairScheduler. (kasha) (8 years ago) +* c7a5f2906fcf - HADOOP-13766. Fix a typo in the comments of RPC.getProtocolVersion. Contributed by Ethan Li. (8 years ago) +* 860d49aa6ae7 - HADOOP-13605. Clean up FileSystem javadocs, logging; improve diagnostics on FS load. Contributed by Steve Loughran (8 years ago) +* de4894936a5b - HDFS-11368. Erasure Coding: Deprecate replication-related config keys. Contributed by Rakesh R. (8 years ago) +* dd98a8005ad8 - HDFS-11058. Implement 'hadoop fs -df' command for ViewFileSystem. Contributed by Manoj Govindassamy. (8 years ago) +* 1f12867a6954 - YARN-5649. Add REST endpoints for updating application timeouts. Contributed by Rohith Sharma K S (8 years ago) +* 3d94da1e00fc - HADOOP-11552. Allow handoff on the server side for RPC requests. Contributed by Siddharth Seth (8 years ago) +* 0de0c32ddd46 - HADOOP-13801 regression: ITestS3AMiniYarnCluster failing. Contributed by Steve Loughran (8 years ago) +* 005850b28feb - YARN-5918. Handle Opportunistic scheduling allocate request failure when NM is lost. (Bibin A Chundatt via asuresh) (8 years ago) +* 3541ed80685f - YARN-4330. MiniYARNCluster is showing multiple Failed to instantiate default resource calculator warning messages. Contributed by Varun Saxena (8 years ago) +* 466756416214 - YARN-5911. DrainDispatcher does not drain all events on stop even if setDrainEventsOnStop is true. Contributed by Varun Saxena. (8 years ago) +* 2bf9a15e8a1a - HADOOP-13166. Add getFileStatus("/") test to AbstractContractGetFileStatusTest. Contributed by Steve Loughran (8 years ago) +* af791b774bdc - HADOOP-13050. Upgrade to AWS SDK 10.11+. Contributed by Chris Nauroth and Steve Loughran (8 years ago) +* 3a09e5970db7 - HDFS-11145. Implement getTrashRoot() for ViewFileSystem. (Manoj Govindassamy via lei) (8 years ago) +* beb70fed4f15 - HADOOP-13655. document object store use with fs shell and distcp. Contributed by Steve Loughran (8 years ago) +* 83cc7263af63 - YARN-5722. FairScheduler hides group resolution exceptions when assigning queue (Contributed by Wilfred Spiegelenburg via Daniel Templeton) (8 years ago) +* 613b902b9808 - HDFS-11148. Update DataNode to use StorageLocationChecker at startup. (8 years ago) +* afcf8d38e750 - HADOOP-13646. Remove outdated overview.html. Contributed By Brahma Reddy Battula. (8 years ago) +* a926f895c11c - YARN-5865. Retrospect updateApplicationPriority api to handle state store exception in align with YARN-5611. Contributed by Sunil G. (8 years ago) +* 6f8074298d8f - YARN-5713. Update jackson from 1.9.13 to 2.x in hadoop-yarn. (8 years ago) +* 683e0c71fe09 - MAPREDUCE-6793. io.sort.factor code default and mapred-default.xml values inconsistent. Contributed by Gera Shegalov. (8 years ago) +* 009452bb6dbe - YARN-5859. TestResourceLocalizationService#testParallelDownloadAttemptsForPublicResource sometimes fails. Contributed by Eric Badger (8 years ago) +* 3eb7b686879d - HADOOP-12705 Upgrade Jackson 2.2.3 to 2.7.8 (8 years ago) +* 49a09179e3fa - HDFS-10966. Enhance Dispatcher logic on deciding when to give up a source DataNode. Contributed by Mark Wagner and Zhe Zhang. (8 years ago) +* f92206774899 - HDFS-11101. TestDFSShell#testMoveWithTargetPortEmpty fails intermittently. Contributed By Brahma Reddy Battula. (8 years ago) +* c68dad18ab5c - HDFS-11144. TestFileCreationDelete#testFileCreationDeleteParent fails wind bind exception. Contributed By Brahma Reddy Battula. (8 years ago) +* d232625f735e - HDFS-11113. Document dfs.client.read.striped configuration in hdfs-default.xml. Contributed by Rakesh R. (8 years ago) +* c65d6b654157 - HADOOP-13814. Sample configuration of KMS HTTP Authentication signature is misleading. Contributed by Masahiro Tanaka. (8 years ago) +* 7584fbf4cbaf - MAPREDUCE-6801. Fix flaky TestKill.testKillJob (Haibo Chen via Varun Saxena) (8 years ago) +* f6ffa11635c4 - HDFS-11117. Refactor striped file tests to allow flexibly test erasure coding policy. Contributed by Sammi Chen (8 years ago) +* c0b1a44f6c6e - HADOOP-13660. Upgrade commons-configuration version. Contributed by Sean Mackrory. (8 years ago) +* 09520cb439f8 - YARN-5271. ATS client doesn't work with Jersey 2 on the classpath. Contributed by Weiwei Yang. (8 years ago) +* 140b9939da71 - YARN-5904. Reduce the number of default server threads for AMRMProxyService. (8 years ago) +* f05a9ceb4a96 - YARN-3538. TimelineWebService doesn't catch runtime exception. Contributed by Steve Loughran and Tsuyoshi Ozawa. (8 years ago) +* b4f1971ff1dd - closes apache/hadoop#116 *Invalid* (8 years ago) +* cdb323f356ca - closes apache/hadoop##116 *Invalid* (8 years ago) +* f78470c2644e - closes apache/hadoop#50 Addendum commit for HADOOP-11601. (8 years ago) +* ae8849fe378e - HADOOP-11601. Enhance FS spec & tests to mandate FileStatus.getBlocksize() >0 for non-empty files. Contributed by Steve Loughran (8 years ago) +* bd3735554fa5 - HADOOP-13742. Expose NumOpenConnectionsPerUser as a metric. Brahma Reddy Battula. (8 years ago) +* b2d4b7b1b902 - HDFS-11134. Fix bind exception threw in TestRenameWhileOpen. Contributed By Yiqun Lin. (8 years ago) +* aab9737a058c - HADOOP-13822. Use GlobalStorageStatistics.INSTANCE.reset() at FileSystem#clearStatistics(). Contribute by Brahma Reddy Battula (8 years ago) +* ce2847e79441 - YARN-5870. Expose getApplications API in YarnClient with GetApplicationsRequest parameter. Contributed by Jian He. (8 years ago) +* 04a024b683cd - HDFS-11147. Remove confusing log output in FsDatasetImpl#getInitialVolumeFailureInfos. Contributed by Chen Liang. (8 years ago) +* 59bfcbf3579e - YARN-5836. Malicious AM can kill containers of other apps running in any node its containers are running. Contributed by Botong Huang (8 years ago) +* 6a11877ab5b4 - YARN-5891. yarn rmadmin -help contains a misspelled ResourceManager (Grant Sohn via Varun Saxena) (8 years ago) +* c90891e7b3af - HDFS-11105. TestRBWBlockInvalidation#testRWRInvalidation fails intermittently. Contributed by Yiqun Lin (8 years ago) +* b8690a9d25cb - MAPREDUCE-6811. TestPipeApplication#testSubmitter fails after HADOOP-13802 (Brahma Reddy Battula via Varun Saxena) (8 years ago) +* 7ef290cfefdb - MAPREDUCE-6804. Add timeout when starting JobHistoryServer in MiniMRYarnCluster. Contributed by Andras Bokor (8 years ago) +* d65603517e52 - YARN-5375. invoke MockRM#drainEvents implicitly in MockRM methods to reduce test failures. Contributed by sandflee. (8 years ago) +* 61c0bedf775e - HADOOP-13815. TestKMS#testDelegationTokensOpsSimple and TestKMS#testDelegationTokensOpsKerberized Fails in Trunk. (8 years ago) +* f121d0b036fe - YARN-5875. TestTokenClientRMService#testTokenRenewalWrongUser fails. Contributed by Gergely Novák. (8 years ago) +* 264ddb13ff74 - YARN-5736 Addendum. Fixes segfault due to unterminated string. (Contributed by Miklos Szegedi via Daniel Templeton) (8 years ago) +* 4fcea8a0c801 - HDFS-8870. Lease is leaked on write failure. Contributed by Kuhu Shukla. (8 years ago) +* 5af572b64437 - HADOOP-13427. Eliminate needless uses of FileSystem#{exists(), isFile(), isDirectory()}. Contributed by Steve Loughran and Mingliang Liu (8 years ago) +* 3219b7b4ac7d - YARN-4597. Introduce ContainerScheduler and a SCHEDULED state to NodeManager container lifecycle. (asuresh) (8 years ago) +* 7ffb9943b883 - YARN-4355. NPE while processing localizer heartbeat. Contributed by Varun Saxena & Jonathan Hung. (8 years ago) +* 43aef303bf9b - Reverted due to issue YARN-5765. Revert "YARN-5287. LinuxContainerExecutor fails to set proper permission. Contributed by Ying Zhang" (8 years ago) +* b7070f3308fc - YARN-5874. RM -format-state-store and -remove-application-from-state-store commands fail with NPE. Contributed by Varun Saxena. (8 years ago) +* 296c5de0cfee - YARN-5873. RM crashes with NPE if generic application history is enabled. Contributed by Varun Saxena. (8 years ago) +* 04014c4c739b - HADOOP-13810. Add a test to verify that Configuration handles &-encoded characters. Contributed by Steve Loughran (8 years ago) +* 99c2bbd33794 - MAPREDUCE-6797. Job history server scans can become blocked on a single, slow entry. Contributed by Prabhu Joseph (8 years ago) +* ff0b99eafeda - HDFS-10872. Add MutableRate metrics for FSNamesystemLock operations. Contributed by Erik Krogen. (8 years ago) +* 6efb8c9c6018 - HDFS-11135. The tests in TestBalancer run fails due to NPE. Contributed By Yiqun Lin (8 years ago) +* 79448d4ab1f2 - YARN-4033. In FairScheduler, parent queues should also display queue status. (Siqi Li via kasha) (8 years ago) +* 96f43921baf7 - HADOOP-13813. TestDelegationTokenFetcher#testDelegationTokenWithoutRenewer is failing. Contributed by Mingliang Liu (8 years ago) +* 2ee18fc15e60 - HDFS-11129. TestAppendSnapshotTruncate fails with bind exception. Contributed by Brahma Reddy Battula (8 years ago) +* fad9609d13e7 - YARN-5825. ProportionalPreemptionalPolicy should use readLock over LeafQueue instead of synchronized block. Contributed by Sunil G (8 years ago) +* 3d2671777765 - HDFS-11119. Support for parallel checking of StorageLocations on DataNode startup. (8 years ago) +* 4484b48498b2 - HDFS-10941. Improve BlockManager#processMisReplicatesAsync log. Contributed by Chen Liang. (8 years ago) +* ede1a473f506 - YARN-5552. Add Builder methods for common yarn API records. (Tao Jie via wangda) (8 years ago) +* aa6010ccca30 - HDFS-11122. TestDFSAdmin#testReportCommand fails due to timed out. Contributed by Yiqun Lin (8 years ago) +* 5c61ad24887f - HADOOP-13037. Refactor Azure Data Lake Store as an independent FileSystem. Contributed by Vishwajeet Dusane (8 years ago) +* a9ad5d6c815d - YARN-5868. Update npm to latest version in Dockerfile to avoid random failures of npm while run maven build. (Sunil G via wangda) (8 years ago) +* 503e73e849cb - YARN-5545. Fix issues related to Max App in capacity scheduler. Contributed by Bibin A Chundatt (8 years ago) +* 1ae57f0f7569 - HDFS-11128. CreateEditsLog throws NullPointerException. Contributed by Hanisha Koneru. (8 years ago) +* fd2f22adec5c - HADOOP-13720. Add more info to the msgs printed in AbstractDelegationTokenSecretManager. Contributed by Yongjun Zhang. (8 years ago) +* 470bdaa27a77 - HADOOP-12718. Incorrect error message by fs -put local dir without permission. (John Zhuge via Yongjun Zhang) (8 years ago) +* 8848a8a76c7e - HDFS-11116. Fix javac warnings caused by deprecation of APIs in TestViewFsDefaultValue. Contributed by Yiqun Lin. (8 years ago) +* 93eeb1316470 - YARN-4218. Metric for resource*time that was preempted. Contributed by Chang Li. (8 years ago) +* 3a9841953268 - YARN-5834. TestNodeStatusUpdater.testNMRMConnectionConf compares nodemanager wait time to the incorrect value. (Chang Li via kasha) (8 years ago) +* 89354f0475ef - HADOOP-13687. Provide a unified dependency artifact that transitively includes the cloud storage modules shipped with Hadoop. Contributed by Chris Nauroth (8 years ago) +* ca68f9cb5bc7 - HDFS-9337. Validate required params for WebHDFS requests (Contributed by Jagadesh Kiran N) (8 years ago) +* 86ac1ad9fd65 - YARN-5453. FairScheduler#update may skip update demand resource of child queue/app if current demand reached maxResource. (sandflee via kasha) (8 years ago) +* c8bc7a84758f - YARN-5843. Incorrect documentation for timeline service entityType/events REST end points (Bibin A Chundatt via Varun Saxena) (8 years ago) +* c202a10923a4 - YARN-5862. TestDiskFailures.testLocalDirsFailures failed (Yufei Gu via Varun Saxena) (8 years ago) +* 71adf44c3fc5 - HDFS-11120. TestEncryptionZones should waitActive. Contributed by John Zhuge. (8 years ago) +* de3a5f8d08f6 - YARN-5856. Unnecessary duplicate start container request sent to NM State store. Contributed by Varun Saxena. (8 years ago) +* bcc15c6290b3 - YARN-5611. Provide an API to update lifetime of an application. Contributed by Rohith Sharma K S (8 years ago) +* edbee9e609e7 - YARN-4498. Application level node labels stats to be available in REST (addendum patch). Contributed by Bibin A Chundatt. (8 years ago) +* 59ee8b7a8860 - YARN-4329. [YARN-5437] Allow fetching exact reason as to why a submitted app is in ACCEPTED state in Fair Scheduler (Contributed by Yufei Gu) (8 years ago) +* 822ae88f7da6 - HADOOP-13346. DelegationTokenAuthenticationHandler writes via closed writer. Contributed by Gregory Chanan and Hrishikesh Gadre. (8 years ago) +* c619e9b43fd0 - HDFS-11056. Concurrent append and read operations lead to checksum error. Contributed by Wei-Chiu Chuang. (8 years ago) +* 367c3d412177 - HADOOP-13590. Retry until TGT expires even if the UGI renewal thread encountered exception. (8 years ago) +* 280357c29f86 - YARN-5833. Addendum patch to include missing changes to yarn-default.xml (8 years ago) +* c074880096bd - HADOOP-13800. Remove unused HADOOP_AUDIT_LOGGER from hadoop-env.sh. Contributed by Yiqun Lin. (8 years ago) +* 09f43fa9c089 - YARN-5736. YARN container executor config does not handle white space (miklos.szegedi@cloudera.com via rkanter) (8 years ago) +* 283fa33febe0 - YARN-5823. Update NMTokens in case of requests with only opportunistic containers. (Konstantinos Karanasos via asuresh) (8 years ago) +* ed0bebabaaf2 - HDFS-9482. Replace DatanodeInfo constructors with a builder pattern. Contributed by Brahma Reddy Battula. (8 years ago) +* 62d8c17dfda7 - HDFS-11083. Add unit test for DFSAdmin -report command. Contributed by Xiaobing Zhou (8 years ago) +* e1c6ef2efa9d - HADOOP-13789. Hadoop Common includes generated test protos in both jar and test-jar. Contributed by Sean Busbey. (8 years ago) +* 77c13c385774 - HADOOP-13782. Make MutableRates metrics thread-local write, aggregate-on-read. Contributed by Erik Krogen. (8 years ago) +* 2a65eb121e23 - HADOOP-13802. Make generic options help more consistent, and aligned. Contributed by Grant Sohn (8 years ago) +* 29e3b3417c16 - YARN-5833. Add validation to ensure default ports are unique in Configuration. (Konstantinos Karanasos via Subru). (8 years ago) +* 3f93ac073305 - YARN-5356. NodeManager should communicate physical resource capability to ResourceManager. Contributed by Inigo Goiri (8 years ago) +* dbb133ccfc00 - HADOOP-13707. If kerberos is enabled while HTTP SPNEGO is not configured, some links cannot be accessed. Contributed by Yuanbo Liu. (8 years ago) +* 026b39ad9d93 - MAPREDUCE-6782. JHS task page search based on each individual column not working (Ajith S via Varun Saxena) (8 years ago) +* f38a6d03a11c - YARN-5377. Fix TestQueuingContainerManager.testKillMultipleOpportunisticContainers. (Konstantinos Karanasos via asuresh) (8 years ago) +* 3fff1585875a - HDFS-11114. Support for running async disk checks in DataNode. (8 years ago) +* 3dbad5d823b8 - HADOOP-13804. MutableStat mean loses accuracy if add(long, long) is used. Contributed by Erik Krogen. (8 years ago) +* de3b4aac5612 - YARN-5716. Add global scheduler interface definition and update CapacityScheduler to use it. Contributed by Wangda Tan (8 years ago) +* acd509dc57d6 - HADOOP-13795. Skip testGlobStatusThrowsExceptionForUnreadableDir in TestFSMainOperationsSwift. Contributed by John Zhuge. (8 years ago) +* f76895573d01 - HADOOP-13797 Remove hardcoded absolute path for ls. Contributed by Christine Koppelt (8 years ago) +* b970446b2c59 - HADOOP-13798. TestHadoopArchives times out. (8 years ago) +* ca33bdd5c6af - MAPREDUCE-6790. Update jackson from 1.9.13 to 2.x in hadoop-mapreduce. (8 years ago) +* 049e7d27bea1 - HDFS-10970. Update jackson from 1.9.13 to 2.x in hadoop-hdfs. (8 years ago) +* 59bc84aaddc2 - YARN-4849. Addendum patch to improve pom for yarn-ui. (Wangda Tan via Sunil G) (8 years ago) +* c00b5d1e51b3 - YARN-5804. New UI2 is not able to launch with jetty 9 upgrade post HADOOP-10075. (Sunil G via wangda) (8 years ago) +* 013ff07bc695 - YARN-5785. [YARN-3368] Accessing applications and containers list from Node page is throwing few exceptions in console. (Akhil P B and Sreenath Somarajapuram via Sunil G) (8 years ago) +* fad392a22f10 - YARN-5779. [YARN-3368] Addendum patch to document limits/notes of the new YARN UI . (Sunil G via Sreenath Somarajapuram) (8 years ago) +* 64c7cda7e5ac - YARN-5490. [YARN-3368] Fix various alignment issues and broken breadcrumb link in Node page. (Akhil P B Tan via Sunil G) (8 years ago) +* 12ddbbc61d0c - YARN-5497. [YARN-3368] Use different color for Undefined and Succeeded for Final State in applications page. (Akhil P B Tan via Sunil G) (8 years ago) +* bc273c43ae99 - YARN-5500. [YARN-3368] ‘Master node' link under application tab is broken. (Akhil P B Tan via Sunil G) (8 years ago) +* e93f900b5544 - YARN-5772. [YARN-3368] Replace old Hadoop logo with new one (Akhil P B Tan via Sunil G) (8 years ago) +* 825de90b96d7 - YARN-5779. [YARN-3368] Document limits/notes of the new YARN UI (Wangda Tan via Sunil G) (8 years ago) +* cb77e3eb409d - YARN-5741. [YARN-3368] Update UI2 documentation for new UI2 path (Kai Sasaki and Wangda Tan via Sunil G) (8 years ago) +* d8be7667597b - YARN-5145. [YARN-3368] Move new YARN UI configuration to HADOOP_CONF_DIR. (Sunil G and Kai Sasaki via wangda) (8 years ago) +* 1be2fd662dbc - YARN-4849. Addendum patch to remove unwanted files from rat exclusions. (Wangda Tan via Sunil G) (8 years ago) +* 3de0da2a7659 - YARN-5698. [YARN-3368] Launch new YARN UI under hadoop web app port. (Sunil G via wangda) (8 years ago) +* 98b2ad7208ea - YARN-5682. [YARN-3368] Fix maven build to keep all generated or downloaded files in target folder (Wangda Tan via Sunil G) (8 years ago) +* 817d5f4c9697 - YARN-4849. Addendum patch to fix javadocs. (Sunil G via wangda) (8 years ago) +* e8096911acbc - YARN-5598. [YARN-3368] Fix create-release to be able to generate bits for the new yarn-ui (Wangda Tan via Sunil G) (8 years ago) +* a5be75974f72 - YARN-4849. Addendum patch to fix ASF warnings. (Wangda Tan via Sunil G) (8 years ago) +* f6574d9ff694 - YARN-5503. [YARN-3368] Add missing hidden files in webapp folder for deployment (Sreenath Somarajapuram via Sunil G) (8 years ago) +* 05555f8f0ac6 - YARN-5583. [YARN-3368] Fix wrong paths in .gitignore (Sreenath Somarajapuram via Sunil G) (8 years ago) +* 7005580752bf - YARN-5504. [YARN-3368] Fix YARN UI build pom.xml (Sreenath Somarajapuram via Sunil G) (8 years ago) +* 666de803ae55 - YARN-4849. Addendum patch to fix license. (Wangda Tan via Sunil G) (8 years ago) +* ce2361a941b2 - YARN-4849. Addendum patch to fix document. (Wangda Tan via Sunil G) (8 years ago) +* 23b0287f62d5 - YARN-5488. [YARN-3368] Applications table overflows beyond the page boundary(Harish Jaiprakash via Sunil G) (8 years ago) +* b61e60fb92fa - YARN-5509. Build error due to preparing 3.0.0-alpha2 deployment. (Kai Sasaki via wangda) (8 years ago) +* 561839cb5f37 - YARN-3334. [YARN-3368] Introduce REFRESH button in various UI pages (Sreenath Somarajapuram via Sunil G) (8 years ago) +* 8f584a561edd - YARN-5321. [YARN-3368] Add resource usage for application by node managers (Wangda Tan via Sunil G) YARN-5320. [YARN-3368] Add resource usage by applications and queues to cluster overview page (Wangda Tan via Sunil G) YARN-5322. [YARN-3368] Add a node heat chart map (Wangda Tan via Sunil G) YARN-5347. [YARN-3368] Applications page improvements (Sreenath Somarajapuram via Sunil G) YARN-5348. [YARN-3368] Node details page improvements (Sreenath Somarajapuram via Sunil G) YARN-5346. [YARN-3368] Queues page improvements (Sreenath Somarajapuram via Sunil G) YARN-5345. [YARN-3368] Cluster overview page improvements (Sreenath Somarajapuram via Sunil G) YARN-5344. [YARN-3368] Generic UI improvements (Sreenath Somarajapuram via Sunil G) (8 years ago) +* 35f08122e23b - YARN-5161. [YARN-3368] Add Apache Hadoop logo in YarnUI home page. (Kai Sasaki via Sunil G) (8 years ago) +* 14aa58c5942d - YARN-5183. [YARN-3368] Support for responsive navbar when window is resized. (Kai Sasaki via Sunil G) (8 years ago) +* c85cc3b56ebc - YARN-4515. [YARN-3368] Support hosting web UI framework inside YARN RM. (Sunil G via wangda) YARN-5000. [YARN-3368] App attempt page is not loading when timeline server is not started (Sunil G via wangda) YARN-5038. [YARN-3368] Application and Container pages shows wrong values when RM is stopped. (Sunil G via wangda) (8 years ago) +* 2c4f164e16fb - YARN-5019. [YARN-3368] Change urls in new YARN ui from camel casing to hyphens. (Sunil G via wangda) (8 years ago) +* dea4a296e558 - YARN-4514. [YARN-3368] Cleanup hardcoded configurations, such as RM/ATS addresses. (Sunil G via wangda) (8 years ago) +* 266784b84915 - YARN-4849. [YARN-3368] cleanup code base, integrate web UI related build to mvn, and fix licenses. (wangda) (8 years ago) +* 0a5f6520713f - YARN-4517. Add nodes page and fix bunch of license issues. (Varun Saxena via wangda) (8 years ago) +* 53e661f68e29 - YARN-4733. [YARN-3368] Initial commit of new YARN web UI. (wangda) (8 years ago) +* d8bab3dcb693 - HDFS-10756. Expose getTrashRoot to HTTPFS and WebHDFS. Contributed by Yuanbo Liu. (8 years ago) +* 95665a6eea32 - Revert "HADOOP-13565. KerberosAuthenticationHandler#authenticate should not rebuild SPN based on client request. Contributed by Xiaoyu Yao." (8 years ago) +* 6bb741ff0ef2 - YARN-5837. NPE when getting node status of a decommissioned node after an RM restart. Contributed by Robert Kanter (8 years ago) +* 0c0ab102ab39 - HDFS-11085. Add unit test for NameNode failing to start when name dir is unwritable. Contributed by Xiaobing Zhou (8 years ago) +* de0132748da4 - MAPREDUCE-6796. Remove unused properties from JTConfig.java. Contributed by Haibo Chen. (8 years ago) +* abfc15d5ef96 - HADOOP-13792. Stackoverflow for schemeless defaultFS with trailing slash. Contributed by John Zhuge (8 years ago) +* 0aafc122d401 - YARN-2995. Enhance UI to show cluster resource utilization of various container Execution types. (Konstantinos Karanasos via asuresh) (8 years ago) +* 19b3779ae745 - YARN-5802. updateApplicationPriority api in scheduler should ensure to re-insert app to correct ordering policy. Contributred by Bibin A Chundatt (8 years ago) +* 69dd5fa2d43e - HDFS-11098. Datanode in tests cannot start in Windows after HDFS-10638 (Contributed by Vinayakumar B) (8 years ago) +* 5cad93d5c753 - HADOOP-11088. Quash unnecessary safemode WARN message during NameNode startup. Contributed by Yiqun Lin. (8 years ago) +* 7534aee09af4 - HDFS-11076. Add unit test for extended Acls. Contributed by Chen Liang (8 years ago) +* 7154a20bcb15 - HADOOP-12453. Support decoding KMS Delegation Token with its own Identifier. Contributed by Xiaoyu Yao. (8 years ago) +* 20c4d8efab42 - HADOOP-13787. Azure testGlobStatusThrowsExceptionForUnreadableDir fails. Contributed by John Zhuge. (8 years ago) +* b71907b2ae3d - HDFS-11097. Fix warnings for deprecated StorageReceivedDeletedBlocks constructor. Contributed by Yiqun Lin. (8 years ago) +* 9ee0e3172ed2 - YARN-5822. Log ContainerRuntime initialization error in LinuxContainerExecutor. Contributed by Sidharta Seethana. (8 years ago) +* 352cbaa7a54a - YARN-4862. Handle duplicate completed containers in RMNodeImpl. Contributed by Rohith Sharma K S (8 years ago) +* 0e7549604900 - YARN-5720. Update document for "rmadmin -replaceLabelOnNode". Contributred by Tao Jie (8 years ago) +* 7e521c5a49fb - HDFS-11080. Update HttpFS to use ConfigRedactor. Contributed by Sean Mackrory. (8 years ago) +* dcc07ad8c8ab - HADOOP-13784. Output javadoc inside the target directory. (8 years ago) +* 730cb0cff6a6 - HDFS-10566. Submit plan request should throw exception if Datanode is in non-REGULAR status. Contributed by Xiaobing Zhou. (8 years ago) +* b59206190e6f - HDFS-10909. De-duplicate code in ErasureCodingWorker#initializeStripedReadThreadPool and DFSClient#initThreadsNumForStripedReads. (Manoj Govindassamy via lei) (8 years ago) +* 9b0c17f85232 - HDFS-11095. BlockManagerSafeMode should respect extension period default config value (30s). Contributed by Mingliang Liu (8 years ago) +* f2800f523d4a - Revert "HADOOP-13717. Normalize daemonization behavior of the diskbalancer with balancer and mover." (8 years ago) +* 377919010b68 - YARN-5815. Random failure of TestApplicationPriority.testOrderOfActivatingThePriorityApplicationOnRMRestart (Bibin A Chundatt via Varun Saxena) (8 years ago) +* 0dc2a6a3a50a - HADOOP-13667. Fix typing mistake of inline document in hadoop-metrics2.properties (Contributed by Rui Gao via Daniel Templeton) (8 years ago) +* cb5cc0dc53d3 - HDFS-11031. Add additional unit test for DataNode startup behavior when volumes fail. Contributed by Mingliang Liu. (8 years ago) +* fc2b69eba1c5 - MAPREDUCE-6765. MR should not schedule container requests in cases where reducer or mapper containers demand resource larger than the maximum supported (haibochen via rkanter) (8 years ago) +* 1b6ecaf016aa - HADOOP-13738. DiskChecker should perform some disk IO. (8 years ago) +* bd7f5911c726 - HADOOP-13717. Normalize daemonization behavior of the diskbalancer with balancer and mover. (8 years ago) +* 0cd22d66691f - HADOOP-13583. Incorporate checkcompatibility script which runs Java API Compliance Checker. (8 years ago) +* aacf214a274f - YARN-5697. Use CliParser to parse options in RMAdminCLI. Contributed by Tao jie (8 years ago) +* fa1512a740b2 - HDFS-11065. Add space quota tests for heterogenous storages. Contributed by Xiaobing Zhou (8 years ago) +* 76893a41003d - YARN-5001. Aggregated Logs root directory is created with wrong group if nonexistent. Contributed by Haibo Chen (8 years ago) +* 34173a42d450 - HDFS-10633. DiskBalancer : Add the description for the new setting dfs.disk.balancer.plan.threshold.percent in HDFSDiskbalancer.md. Contributed by Yiqun Lin. (8 years ago) +* 808f5d898532 - HDFS-10499. TestNameNodeMetadataConsistency#testGenerationStampInFuture Fails Intermittently. Contributed by Yiqun Lin. (8 years ago) +* 5b577f43a269 - HADOOP-13603. Ignore package line length checkstyle rule. Contributed by Shane Kumpf. (8 years ago) +* 235f39b7c44c - MAPREDUCE-6795. Update the document for JobConf#setNumReduceTasks. Contributed by Yiqun Lin. (8 years ago) +* 9d0c2ad5a5e3 - YARN-3732. Change NodeHeartbeatResponse.java and RegisterNodeManagerResponse.java as abstract classes. Contributed by Devaraj K. (8 years ago) +* 7d2d8d25ba0c - YARN-5788. Apps not activiated and AM limit resource in UI and REST not updated after -replaceLabelsOnNode (Bibin A Chundatt via Varun Saxena) (8 years ago) +* 310aa4686eb6 - YARN-5805. Add isDebugEnabled check for debug logs in nodemanager (Bibin A Chundatt via Varun Saxena) (8 years ago) +* 7ba74befcff2 - HADOOP-8500. Fix javadoc jars to not contain entire target directory. (8 years ago) +* 733aa993134b - YARN-4998. Minor cleanup to UGI use in AdminService. (Daniel Templeton via kasha) (8 years ago) +* 07ab89e8bb3f - YARN-5809. AsyncDispatcher possibly invokes multiple shutdown threads when handling exception (Jian He via Varun Saxena) (8 years ago) +* 0c49f73a6c19 - HDFS-11030. TestDataNodeVolumeFailure#testVolumeFailure is flaky (though passing). Contributed by Mingliang Liu (8 years ago) +* 90dd3a814846 - YARN-2009. CapacityScheduler: Add intra-queue preemption for app priority support. (Sunil G via wangda) (8 years ago) +* 773c60bd7bd0 - YARN-5800. Delete LinuxContainerExecutor comment from yarn-default.xml (Contributed by Jan Hentschel via Daniel Templeton) (8 years ago) +* a1761a841e95 - HADOOP-13680. fs.s3a.readahead.range to use getLongBytes. Contributed by Abhishek Modi. (8 years ago) +* f3eb4c3c7382 - YARN-5793. Trim configuration values in DockerLinuxContainerRuntime (Contributed by Tianyin Xu via Daniel Templeton) (8 years ago) +* 2528bea67ff8 - YARN-4396. Log the trace information on FSAppAttempt#assignContainer (Contributed by Yiqun Li via Daniel Templeton) (8 years ago) +* cc2c993a8af6 - YARN-4907. Make all MockRM#waitForState consistent. (Contributed by Yufei Gu via Daniel Templeton) (8 years ago) +* a9d68d2e8ed8 - HDFS-11074. Remove unused method FsDatasetSpi#getFinalizedBlocksOnPersistentStorage. Contributed by Hanisha Koneru. (8 years ago) +* f646fe34be70 - MAPREDUCE-6799. Document mapreduce.jobhistory.webapp.https.address in mapred-default.xml. Contributed by Yiqun Lin. (8 years ago) +* e0bebbbcddce - YARN-4498. Application level node labels stats to be available in REST. Contributed by Bibin A Chundatt (8 years ago) +* e9c7a97089dd - HDFS-10455. Logging the username when deny the setOwner operation. Contributed by Rakesh R. (8 years ago) +* aa3cab1eb29c - YARN-5799. Fix Opportunistic Allocation to set the correct value of Node Http Address. (asuresh) (8 years ago) +* 1c8ab41e8b34 - YARN-5773. RM recovery too slow due to LeafQueue#activateApplications (Bibin A Chundatt via Varun Saxena) (8 years ago) +* ebb88231f802 - HADOOP-10075. addendum to fix compilation on Windows (8 years ago) +* 76a10429809c - YARN-3460. TestSecureRMRegistryOperations fails with IBM_JAVA. Contributed by Pascal Oliva (8 years ago) +* 112f04eb1b77 - HDFS-11061. Update dfs -count -t command line help and documentation. Contributed by Yiqun Lin. (8 years ago) +* 8a9388e5f6d6 - HDFS-11048. Audit Log should escape control characters. Contributed by Eric Badger (8 years ago) +* 1eae719bcead - YARN-4963. capacity scheduler: Make number of OFF_SWITCH assignments per heartbeat configurable. Contributed by Nathan Roberts (8 years ago) +* 1b79c417dca1 - YARN-5767. Fix the order that resources are cleaned up from the local Public/Private caches. Contributed by Chris Trezzo (8 years ago) +* 7146359bfd43 - YARN-5027. NM should clean up app log dirs after NM restart. Contributed by sandflee (8 years ago) +* c017171da00a - HADOOP-13770. Shell.checkIsBashSupported swallowed an interrupted exception. Contributed by Wei-Chiu Chuang (8 years ago) +* 3de130252dd8 - YARN-5794. Fix the asflicense warnings. Contributed by Yiqun Lin (8 years ago) +* 8fa219569762 - HDFS-10926. Update staled configuration properties related to erasure coding. Contributed by Sammi Chen (8 years ago) +* 57187fdb93c8 - HDFS-11064. Mention the default NN rpc ports in hdfs-default.xml. Contributed by Yiqun Lin. (8 years ago) +* b62bc2bbd80b - HADOOP-13763. KMS REST API Documentation Decrypt URL typo. Contributed by Jeffrey E Rodriguez. (8 years ago) +* 4df8ed63ed93 - YARN-4743. FairSharePolicy breaks TimSort assumption. (Zephyr Guo and Yufei Gu via kasha) (8 years ago) +* b2c4f24c31e7 - YARN-2306. Add test for leakage of reservation metrics in fair scheduler. (Hong Zhiguo and Yufei Gu via subru). (8 years ago) +* 28660f51af16 - MAPREDUCE-2631. Potential resource leaks in BinaryProtocol$TeeOutputStream.java. Contributed by Sunil G. (8 years ago) +* 5877f20f9c3f - HADOOP-10075. Update jetty dependency to version 9 (rkanter) (8 years ago) +* 9e03ee527988 - HDFS-11047. Remove deep copies of FinalizedReplica to alleviate heap consumption on DataNode. Contributed by Xiaobing Zhou (8 years ago) +* f3ac1f41b8fa - HDFS-9500. Fix software version counts for DataNodes during rolling upgrade. Contributed by Erik Krogen. (8 years ago) +* 022bf783aa89 - YARN-4765 Split TestHBaseTimelineStorage into multiple test classes (Varun Saxena via Vrushali C) (8 years ago) +* 221582c4ab0f - YARN-4668. Reuse objectMapper instance in Yarn. (Yiqun Lin via gtcarrera9) (8 years ago)
  • +* 892a8348fceb - YARN-3432. Cluster metrics have wrong Total Memory when there is reserved memory on CS. (Brahma Reddy Battula via curino) (8 years ago) +* 79ae78dcbec1 - YARN-3568. TestAMRMTokens should use some random port. (Takashi Ohnishi via Subru). (8 years ago) +* b98fc8249f05 - YARN-4710. Reduce logging application reserved debug info in FSAppAttempt#assignContainer (Contributed by Yiqun Lin via Daniel Templeton) (8 years ago) +* 9449519a2503 - YARN-5776. Checkstyle: MonitoringThread.Run method length is too long (miklos.szegedi@cloudera.com via rkanter) (8 years ago) +* dd4ed6a587bf - YARN-4388. Cleanup mapreduce.job.hdfs-servers from yarn-default.xml (Junping Du via Varun Saxena) (8 years ago) +* 7e3c327d316b - YARN-4831. Recovered containers will be killed after NM stateful restart. Contributed by Siqi Li (8 years ago) +* 31ff42b51037 - HDFS-11055. Update default-log4j.properties for httpfs to imporve test logging. Contributed by Wei-Chiu Chuang. (8 years ago) +* b4a8fbcbbc5e - YARN-5172. Update yarn daemonlog documentation due to HADOOP-12847. Contributed by Wei-Chiu Chuang (8 years ago) +* 6fbfb501f2e2 - YARN-4456. Clean up Lint warnings in nodemanager (templedf via rkanter) (8 years ago) +* ae48c496dce8 - HDFS-11069. Tighten the authorization of datanode RPC. Contributed by Kihwal Lee (8 years ago) +* db4196599663 - Revert "HDFS-10455. Logging the username when deny the setOwner operation. Contributed by Tianyin Xiu" (8 years ago) +* 79aeddc88f0e - YARN-5308. FairScheduler: Move continuous scheduling related tests to TestContinuousScheduling (Kai Sasaki via Varun Saxena) (8 years ago) +* ac35ee9393e0 - HDFS-10455. Logging the username when deny the setOwner operation. Contributed by Tianyin Xiu (8 years ago) +* 0c837db8a874 - HADOOP-13201. Print the directory paths when ViewFs denies the rename operation on internal dirs. Contributed by Tianyin Xiu (8 years ago) +* b43951750254 - Revert "HADOOP-13514. Upgrade maven surefire plugin to 2.19.1. Contributed by Ewan Higgs." (8 years ago) +* 94e77e911516 - Revert "Addendum patch for HADOOP-13514 Upgrade maven surefire plugin to 2.19.1. Contributed by Akira Ajisaka." (8 years ago) +* b3c15e4ef763 - YARN-5420. Delete org.apache.hadoop.yarn.server.resourcemanager.resource.Priority as its not necessary. Contributed by Sunil G. (8 years ago) +* 060558c6f221 - MAPREDUCE-6541. Exclude scheduled reducer memory when calculating available mapper slots from headroom to avoid deadlock. Contributed by Varun Saxena (8 years ago) +* 8bd6d77a416d - YARN-5757. RM REST API documentation is not up to date (Miklos Szegedi via Varun Saxena) (8 years ago) +* 6c8830992c73 - YARN-3848. TestNodeLabelContainerAllocation is timing out. Contributed by Varun Saxena (8 years ago) +* 1cf6ec4ad4e1 - HDFS-8492. DN should notify NN when client requests a missing block (Contributed by Walter Su) (8 years ago) +* 4e403def80a2 - MAPREDUCE-6798. Fix intermittent failure of TestJobHistoryParsing.testJobHistoryMethods (Haibo Chen via Varun Saxena) (8 years ago) +* 77f2684dd3d4 - HDFS-10769. BlockIdManager.clear doesn't reset the counter for blockGroupIdGenerator (Contributed by Yiqun Lin and Rakesh R) (8 years ago) +* 7b4e9ec3b03d - YARN-5686. DefaultContainerExecutor random working dir algorigthm skews results (Vrushali C via Varun Saxena) (8 years ago) +* 6cc7c438661f - YARN-5710. Fix inconsistent naming in class ResourceRequest (Yufei Gu via Varun Saxena) (8 years ago) +* 5c39a419a642 - YARN-5752. TestLocalResourcesTrackerImpl#testLocalResourceCache times out (Eric Badger via Varun Saxena) (8 years ago) +* 9c680d0b0508 - HDFS-11049. The description of dfs.block.replicator.classname is not clear. Contributed by Yiqun Lin. (8 years ago) +* a895c6625553 - HDFS-9929. Duplicate keys in NAMENODE_SPECIFIC_KEYS (Contributed by Akira Ajisaka) (8 years ago) +* 0bdd263d82a4 - HADOOP-13017. Implementations of InputStream.read(buffer, offset, bytes) to exit 0 if bytes==0. Contributed by Steve Loughran. (8 years ago) +* e29cba61a0be - YARN-4363. In TestFairScheduler, testcase should not create FairScheduler redundantly. Conntributed by Tao Jie. (8 years ago) +* b110c4b5e82d - YARN-4555. TestDefaultContainerExecutor#testContainerLaunchError fails on non-english locale environment. Contributed by Takashi Ohnishi. (8 years ago) +* 9f32364d283d - HDFS-11038. DiskBalancer: support running multiple commands in single test. Contributed by Xiaobing Zhou. (8 years ago) +* 22ff0eff4d58 - HADOOP-8299. ViewFileSystem link slash mount point crashes with IndexOutOfBoundsException. Contributed by Manoj Govindassamy. (8 years ago) +* 55e1fb8e3221 - HDFS-10921. TestDiskspaceQuotaUpdate doesn't wait for NN to get out of safe mode. Contributed by Eric Badger (8 years ago) +* e48b592f8ba1 - Addendum patch for HADOOP-13514 Upgrade maven surefire plugin to 2.19.1. Contributed by Akira Ajisaka. (8 years ago) +* f511cc89b669 - YARN-5433. Audit dependencies for Category-X. Contributed by Sangjin Lee. (8 years ago) +* f209e93566b1 - HDFS-10638. Modifications to remove the assumption that StorageLocation is associated with java.io.File in Datanode. (Virajith Jalaparti via lei) (8 years ago) +* 1f8490a5bacd - HADOOP-13502. Split fs.contract.is-blobstore flag into more descriptive flags for use by contract tests. Contributed by Chris Nauroth. (8 years ago) +* 9cad3e235026 - HADOOP-13614. Purge some superfluous/obsolete S3 FS tests that are slowing test runs down. Contributed by Steve Loughran. (8 years ago) +* e90af4a89ba2 - HDFS-11053. Unnecessary superuser check in versionRequest(). Contributed by Kihwal Lee. (8 years ago) +* ce6bbfb23c9a - HDFS-11050. Change log level to 'warn' when ssl initialization fails and defaults to DEFAULT_TIMEOUT_CONN_CONFIGURATOR. Contributed by Kuhu Shukla. (8 years ago) +* 24a83febea4b - HADOOP-13659. Upgrade jaxb-api version. Contributed by Sean Mackrory. (8 years ago) +* 44fdf009642a - YARN-5753. fix NPE in AMRMClientImpl.getMatchingRequests() (haibochen via rkanter) (8 years ago) +* d3bb69a66776 - YARN-5575. Many classes use bare yarn. properties instead of the defined constants. Contributed by Daniel Templeton. (8 years ago) +* 287effff9327 - HDFS-10935. TestFileChecksum fails in some cases. Contributed by Sammi Chen (8 years ago) +* 9dce9011ad21 - HDFS-11054. Suppress verbose log message in BlockPlacementPolicyDefault. Contributed by Chen Liang. (8 years ago) +* d88dca844a84 - HADOOP-11798. Native raw erasure coder in XOR codes. Contributed by SammiChen. (8 years ago) +* 084bdab156fd - HDFS-5684. Annotate o.a.h.fs.viewfs.ViewFileSystem.MountPoint as VisibleForTesting. Contributed by Manoj Govindassamy. (8 years ago) +* 86c735bcb1f1 - Revert "HADOOP-13696. change hadoop-common dependency scope of jsch to provided. Contributed by Yuanbo Liu." (8 years ago) +* de6faae97c09 - YARN-5388. Deprecate and remove DockerContainerExecutor. (Daniel Templeton via kasha) (8 years ago) +* 0f0c15f7a5ea - HDFS-11040. Add documentation for HDFS-9820 distcp improvement. Contributed by Yongjun Zhang. (8 years ago) +* 3a6057303900 - Revert "Fix HDFS-11040" (8 years ago) +* 54c18157904d - Fix HDFS-11040 (8 years ago) +* c88c1dc50c0e - YARN-5777. TestLogsCLI#testFetchApplictionLogsAsAnotherUser fails. Contributed by Akira Ajisaka. (8 years ago) +* 9a8a3864584c - HDFS-11011. Add unit tests for HDFS command 'dfsadmin -set/clrSpaceQuota'. Contributed by Xiaobing Zhou. (8 years ago) +* 9b7ce948a52f - MAPREDUCE-6792. Allow user's full principal name as owner of MapReduce staging directory in JobSubmissionFiles#JobStagingDir(). Contributed by Santhosh G Nayak. (8 years ago) +* f6367c5f44a8 - HDFS-11015. Enforce timeout in balancer. Contributed by Kihwal Lee. (8 years ago) +* 09ef97dccbd4 - HADOOP-13669. Addendum patch 2 for KMS Server should log exceptions before throwing. (8 years ago) +* 309a43925c07 - HADOOP-13309. Document S3A known limitations in file ownership and permission model. Contributed by Chris Nauroth. (8 years ago) +* dbd205762ef2 - HADOOP-13514. Upgrade maven surefire plugin to 2.19.1. Contributed by Ewan Higgs. (8 years ago) +* a71fc81655cd - YARN-5754. Null check missing for earliest in FifoPolicy. (Yufei Gu via kasha) (8 years ago) +* 3372e9403031 - HADOOP-12774. s3a should use UGI.getCurrentUser.getShortname() for username. Contributed by Steve Loughran. (8 years ago) +* d8fa1cfa6722 - HADOOP-13727. S3A: Reduce high number of connections to EC2 Instance Metadata Service caused by InstanceProfileCredentialsProvider. Contributed by Chris Nauroth. (8 years ago) +* 0a166b134722 - YARN-5711. Propogate exceptions back to client when using hedging RM failover provider. (8 years ago) +* dc3272bfe8ce - HDFS-11046. Duplicate '-' in the daemon log name. (8 years ago) +* 9d175853b017 - HDFS-10997. Reduce number of path resolving methods. Contributed by Daryn Sharp. (8 years ago) +* a1a0281e12ea - HADOOP-13626. Remove distcp dependency on FileStatus serialization (8 years ago) +* b18f35f097a3 - HDFS-11042. Add missing cleanupSSLConfig() call for tests that use setupSSLConfig(). Contributed by Kuhu Shukla. (8 years ago) +* d0a347984da1 - HADOOP-13749. KMSClientProvider combined with KeyProviderCache can result in wrong UGI being used. Contributed by Xiaoyu Yao. (8 years ago) +* da901b6c1487 - Revert "HDFS-10757. KMSClientProvider combined with KeyProviderCache can result in wrong UGI being used. Contributed by Xiaoyu Yao." (8 years ago) +* d4725bfcb2d3 - MAPREDUCE-6728. Give fetchers hint when ShuffleHandler rejects a shuffling connection (haibochen via rkanter) (8 years ago) +* c473490da01c - HADOOP-13732. Upgrade OWASP dependency-check plugin version. Contributed by Mike Yoder. (8 years ago) +* 25438526edd6 - HDFS-11033. Add documents for native raw erasure coder in XOR codes. Contributed by SammiChen. (8 years ago) +* df857f0d10bd - HDFS-10975. fsck -list-corruptfileblocks does not report corrupt EC files. Contributed by Takanobu Asanuma. (8 years ago) +* be7237224819 - HDFS-10757. KMSClientProvider combined with KeyProviderCache can result in wrong UGI being used. Contributed by Xiaoyu Yao. (8 years ago) +* 23d7d53a41c6 - YARN-5679. TestAHSWebServices is failing (ajisakaa via rkanter) (8 years ago) +* 61e30cf83ca7 - HDFS-8410. Add computation time metrics to datanode for ECWorker. Contributed by SammiChen. (8 years ago) +* ae8bccd5090d - HADOOP-13702. Add instrumented ReadWriteLock. Contributed by Jingcheng Du (8 years ago) +* 44eb2bd7ae39 - YARN-5747. Application timeline metric aggregation in timeline v2 will lose last round aggregation when an application finishes (Li Lu via Varun Saxena) (8 years ago) +* f63cd78f6008 - HDFS-10730. Fix some failed tests due to BindException. Contributed by Yiqun Lin (8 years ago) +* 754cb4e30fac - YARN-5047. Refactor nodeUpdate across schedulers. (Ray Chiang via kasha) (8 years ago) +* a064865abf7d - YARN-4911. Bad placement policy in FairScheduler causes the RM to crash (8 years ago) +* d7d87deece66 - HDFS-10998. Add unit tests for HDFS command 'dfsadmin -fetchImage' in HA. Contributed by Xiaobing Zhou (8 years ago) +* 262827cf75bf - HADOOP-13737. Cleanup DiskChecker interface. Contributed by Arpit Agarwal. (8 years ago) +* 5e83a21cb66c - HDFS-10976. Report erasure coding policy of EC files in Fsck. Contributed by Wei-Chiu Chuang. (8 years ago) +* 3fbf4cd5da13 - HADOOP-13716. Add LambdaTestUtils class for tests; fix eventual consistency problem in contract test setup. Contributed by Steve Loughran. (8 years ago) +* 6d2da38d16ce - HDFS-11018. Incorrect check and message in FsDatasetImpl#invalidate. Contributed by Yiqun Lin. (8 years ago) +* f872c6bc0390 - HADOOP-13236. truncate will fail when we use viewfilesystem. Contributed by Brahma Reddy Battula (8 years ago) +* 6fb6b651e8d3 - HDFS-10699. Log object instance get incorrectly in TestDFSAdmin. Contributed by Yiqun Lin (8 years ago) +* 5c0bffddc0cb - HDFS-10627. Volume Scanner marks a block as "suspect" even if the exception is network-related. Contributed by Rushabh S Shah. (8 years ago) +* 4c73be135ca6 - HDFS-9480. Expose nonDfsUsed via StorageTypeStats. Contributed by Brahma Reddy Battula (8 years ago) +* 9ae270af02c2 - HADOOP-13735 ITestS3AFileContextStatistics.testStatistics() failing. Contributed by Pieter Reuse (8 years ago) +* 73504b1bdc4b - HDFS-11025. TestDiskspaceQuotaUpdate fails in trunk due to Bind exception. Contributed by Yiqun Lin (8 years ago) +* 8650cc84f20e - HDFS-9820. Improve distcp to support efficient restore to an earlier snapshot. Contributed by Yongjun Zhang. (8 years ago) +* b4564103e470 - HDFS-10752. Several log refactoring/improvement suggestion in HDFS. Contributed by Hanisha Koneru. (8 years ago) +* e9c4616b5e47 - YARN-5561. [Atsv2] : Support for ability to retrieve apps/app-attempt/containers and entities via REST. Contributed by Rohith Sharma K S. (8 years ago) +* c5573e6a7599 - HDFS-11009. Add a tool to reconstruct block meta file from CLI. (8 years ago) +* 4bca385241c0 - HADOOP-12082 Support multiple authentication schemes via AuthenticationFilter (8 years ago) +* d75cbc574980 - HADOOP-13693. Remove the message about HTTP OPTIONS in SPNEGO initialization message from kms audit log. (8 years ago) +* efdf810cf9f7 - HADOOP-7352. FileSystem#listStatus should throw IOE upon access error. Contributed by John Zhuge. (8 years ago) +* 29caf6d7df54 - MAPREDUCE-6791. remove unnecessary dependency from hadoop-mapreduce-client-jobclient to hadoop-mapreduce-client-shuffle (haibochen via rkanter) (8 years ago) +* c62ae7107f02 - HDFS-10906. Add unit tests for Trash with HDFS encryption zones. Contributed by Hanisha Koneru. (8 years ago) +* 6c348c569189 - HADOOP-13560. S3ABlockOutputStream to support huge (many GB) file writes. Contributed by Steve Loughran (8 years ago) +* b733a6f86262 - YARN-5718. TimelineClient (and other places in YARN) shouldn't over-write HDFS client retry settings which could cause unexpected behavior. Contributed by Junping Du. (8 years ago) +* b154d3edcee9 - YARN-5743. [Atsv2] Publish queue name and RMAppMetrics to ATS (Rohith Sharma K S via Varun Saxena) (8 years ago) +* d26a1bb9d60f - HDFS-10920. TestStorageMover#testNoSpaceDisk is failing intermittently. Contributed by Rakesh R (8 years ago) +* c023c7488690 - HADOOP-13061. Refactor erasure coders. Contributed by Kai Sasaki (8 years ago) +* bedfec0c1014 - HADOOP-13522. Add %A and %a formats for fs -stat command to print permissions. Contributed by Alex Garbarini. (8 years ago) +* 0bc6d37f3c1e - Revert "HDFS-9820. Improve distcp to support efficient restore to an earlier snapshot. Contributed by Yongjun Zhang." (8 years ago) +* b61fb267b92b - HDFS-9390. Block management for maintenance states. (8 years ago) +* f5d92359145d - YARN-5466. DefaultContainerExecutor needs JavaDocs (templedf via rkanter) (8 years ago) +* 8fd4c37c4558 - HDFS-10922. Adding additional unit tests for Trash (II). Contributed by Weiwei Yang. (8 years ago) +* b671ee6846b7 - HDFS-11013. Correct typos in native erasure coding dump code. Contributed by László Bence Nagy. (8 years ago) +* 987ee51141a1 - HADOOP-13724. Fix a few typos in site markdown documents. Contributed by Ding Fei. (8 years ago) +* 0f4afc810091 - HADOOP-13722. Code cleanup -- ViewFileSystem and InodeTree. Contributed by Manoj Govindassamy. (8 years ago) +* 412c4c9a342b - HDFS-9820. Improve distcp to support efficient restore to an earlier snapshot. Contributed by Yongjun Zhang. (8 years ago) +* ed9fcbec544d - HADOOP-13661. Upgrade HTrace version. Contributed by Sean Mackrory. (8 years ago) +* 1f304b0c7f26 - YARN-5699. Retrospect yarn entity fields which are publishing in events info fields. Contributed by Rohith Sharma K S. (8 years ago) +* 5f4ae85bd8a2 - HDFS-11003. Expose XmitsInProgress through DataNodeMXBean. Contributed By Brahma Reddy Battula (8 years ago) +* 5ad037df25ab - HDFS-11012. Unnecessary INFO logging on DFSClients for InvalidToken. Contributed by Harsh J. (8 years ago) +* 391ce535a739 - HDFS-10301. Remove FBR tracking state to fix false zombie storage detection for interleaving block reports. Contributed by Vinitha Gankidi. (8 years ago) +* 30bb1970cc27 - HDFS-10558. DiskBalancer: Print the full path to plan file. Contributed by Xiaobing Zhou. (8 years ago) +* 76cc84e6d41c - HDFS-11008. Change unit test for testing parsing "-source" parameter in Balancer CLI. Contributed by Mingliang Liu (8 years ago) +* aee538be6c2a - HADOOP-13721. Remove stale method ViewFileSystem#getTrashCanLocation. Contributed by Manoj Govindassamy. (8 years ago) +* 8c520a27cbd9 - HDFS-10960. TestDataNodeHotSwapVolumes#testRemoveVolumeBeingWritten fails at disk error verification after volume remove. (Manoj Govindassamy via lei) (8 years ago) +* adb96e109f1a - HDFS-10827. When there are unrecoverable ec block groups, Namenode Web UI doesn't show the block names. Contributed by Takanobu Asanuma. (8 years ago) +* 0007360c3344 - HDFS-10883. 's behavior is not consistent in DFS after enabling EZ. Contributed by Yuanbo Liu. (8 years ago) +* 701c27a77622 - HDFS-10735 Distcp using webhdfs on secure HA clusters fails with StandbyException (8 years ago) +* 8a9f6635a33e - HDFS-10990. TestPendingInvalidateBlock should wait for IBRs. Contributed by Yiqun Lin. (8 years ago) +* dbe663d5241f - HADOOP-13686. Adding additional unit test for Trash (I). Contributed by Weiwei Yang. (8 years ago) +* 5a5a724731b7 - HADOOP-13417. Fix javac and checkstyle warnings in hadoop-auth package. (8 years ago) +* d9f73f1b7cd8 - HADOOP-13723. AliyunOSSInputStream#read() should update read bytes stat correctly. Contributed by Mingliang Liu (8 years ago) +* ae51b11f7872 - HADOOP-13669. Addendum patch for KMS Server should log exceptions before throwing. (8 years ago) +* cf3f43e95bf4 - YARN-5717. Add tests for container-executor is_feature_enabled. Contributed by Sidharta Seethana (8 years ago) +* 0a85d079838f - HADOOP-13024. Distcp with -delete feature on raw data not implemented. Contributed by Mavin Martin. (8 years ago) +* 8c721aa00a47 - Revert "HDFS-10990. TestPendingInvalidateBlock should wait for IBRs. Contributed by Yiqun Lin." (8 years ago) +* 332a61fd74fd - HDFS-10987. Make Decommission less expensive when lot of blocks present. Contributed by Brahma Reddy Battula. (8 years ago) +* fdce515091f0 - HDFS-10990. TestPendingInvalidateBlock should wait for IBRs. Contributed by Yiqun Lin. (8 years ago) +* 008122b3c927 - HADOOP-13710. Supress CachingGetSpaceUsed from logging interrupted exception stacktrace. Contributed by Hanisha Koneru. (8 years ago) +* 9097e2efe4c9 - HADOOP-13565. KerberosAuthenticationHandler#authenticate should not rebuild SPN based on client request. Contributed by Xiaoyu Yao. (8 years ago) +* b371c56365c1 - HDFS-10949. DiskBalancer: deprecate TestDiskBalancer#setVolumeCapacity. Contributed by Xiaobing Zhou. (8 years ago) +* 129125404244 - HDFS-10986. DFSAdmin should log detailed error message if any. Contributed by MingLiang Liu (8 years ago) +* 9454dc5e8091 - HDFS-11000. webhdfs PUT does not work if requests are routed to call queue. Contributed by Kihwal Lee. (8 years ago) +* 901eca004d0e - HDFS-11002. Fix broken attr/getfattr/setfattr links in ExtendedAttributes.md. Contributed by Mingliang Liu. (8 years ago) +* 12d739a34ba8 - HADOOP-13700. Remove unthrown IOException from TrashPolicy#initialize and #getInstance signatures. (8 years ago) +* 85cd06f6636f - HDFS-10789. Route webhdfs through the RPC call queue. Contributed by Daryn Sharp and Rushabh S Shah. (8 years ago) +* 6476934ae5de - (weichiu/HADOOP-13037, pbacsko/HADOOP-13037, origin/HADOOP-13037, JackWangCS/HADOOP-13037, 9uapaw/HADOOP-13037) YARN-5677. RM should transition to standby when connection is lost for an extended period. (Daniel Templeton via kasha) (8 years ago) +* 6378845f9ef7 - YARN-4464. Lower the default max applications stored in the RM and store. (Daniel Templeton via kasha) (8 years ago) +* 7ba7092bbcbb - HDFS-10965. Add unit test for HDFS command 'dfsadmin -printTopology'. Contributed by Xiaobing Zhou (8 years ago) +* b84c4891f9ec - HADOOP-13698. Document caveat for KeyShell when underlying KeyProvider does not delete a key. (8 years ago) +* 3c9a01062e90 - HDFS-10903. Replace config key literal strings with config key names II: hadoop hdfs. Contributed by Chen Liang (8 years ago) +* 61f0490a7308 - HDFS-10984. Expose nntop output as metrics. Contributed by Siddharth Wagle. (8 years ago) +* dacd3ec66b11 - HDFS-10991. Export hdfsTruncateFile symbol in libhdfs. Contributed by Surendra Singh Lilhore. (8 years ago) +* 8a09bf7c19d9 - HADOOP-13705. Revert HADOOP-13534 Remove unused TrashPolicy#getInstance and initialize code. (8 years ago) +* 4b32b1420d98 - HADOOP-13684. Snappy may complain Hadoop is built without snappy if libhadoop is not found. Contributed by Wei-Chiu Chuang. (8 years ago) +* 2fb392a587d2 - HADOOP-13697. LogLevel#main should not throw exception if no arguments. Contributed by Mingliang Liu (8 years ago) +* 809cfd27a309 - HDFS-10916. Switch from "raw" to "system" xattr namespace for erasure coding policy. (Andrew Wang via lei) (8 years ago) +* ecb51b857ac7 - YARN-5551. Ignore file backed pages from memory computation when smaps is enabled. Contributed by Rajesh Balamohan (8 years ago) +* 96b12662ea76 - HDFS-10637. Modifications to remove the assumption that FsVolumes are backed by java.io.File. (Virajith Jalaparti via lei) (8 years ago) +* 0773ffd0f838 - YARN-5057. Resourcemanager.security.TestDelegationTokenRenewer fails in trunk. Contributed by Jason Lowe. (8 years ago) +* 669d6f13ec48 - Merge branch 'HADOOP-12756' into trunk (8 years ago) +|\ +| * c31b5e61b1f0 - (weichiu/HADOOP-12756, pbacsko/HADOOP-12756, origin/HADOOP-12756, JackWangCS/HADOOP-12756, 9uapaw/HADOOP-12756) HADOOP-13701. AbstractContractRootDirectoryTest can fail when handling delete "/". Contributed by Genmao Yu (8 years ago) +| * a57bba470b39 - Merge branch 'trunk' into HADOOP-12756 (8 years ago) +| |\ +| * | 26d5df390cf9 - HADOOP-13634. Some configuration in doc has been outdated. Contributed by Genmao Yu (8 years ago) +| * | 846c5ceb3a92 - Merge branch 'trunk' into HADOOP-12756 (8 years ago) +| |\ \ +| * \ \ a49b3be38ed9 - Merge branch 'trunk' into HADOOP-12756 (8 years ago) +| |\ \ \ +| * | | | 22af6f8db3a4 - HADOOP-13624. Rename TestAliyunOSSContractDispCp. Contributed by Genmao Yu (8 years ago) +| * | | | 08b37603d9c0 - HADOOP-13591. Unit test failure in TestOSSContractGetFileStatus and TestOSSContractRootDir. Contributed by Genmao Yu (8 years ago) +| * | | | 9cd47602576c - HADOOP-13609. Refine credential provider related codes for AliyunOss integration. Contributed by Genmao Yu (8 years ago) +| * | | | 005f4528c7b0 - Merge branch 'trunk' into HADOOP-12756 (8 years ago) +| |\ \ \ \ +| * \ \ \ \ 7d4431c93bf4 - Merge branch 'trunk' into HADOOP-12756 (8 years ago) +| |\ \ \ \ \ +| * | | | | | a1940464a498 - HADOOP-13610. Clean up AliyunOss integration tests. Contributed by Genmao Yu (8 years ago) +| * | | | | | dbb28eb1f212 - Merge branch 'trunk' into HADOOP-12756 (8 years ago) +| |\ \ \ \ \ \ +| * \ \ \ \ \ \ 60f66a930626 - Merge branch 'trunk' into HADOOP-12756 (8 years ago) +| |\ \ \ \ \ \ \ +| * | | | | | | | e671a0f52b54 - HADOOP-13481. User documents for Aliyun OSS FileSystem. Contributed by Genmao Yu. (8 years ago) +| * | | | | | | | d33e928fbeb1 - HADOOP-13529. Do some code refactoring. Contributed by Genmao Yu. (8 years ago) +| * | | | | | | | cdb77110e77b - HADOOP-13498. The number of multi-part upload part should not bigger than 10000. Contributed by Genmao Yu. (8 years ago) +| * | | | | | | | 6bb741b9f811 - HADOOP-13499. Support session credentials for authenticating with Aliyun. Contributed by Genmao Yu. (8 years ago) +| * | | | | | | | bd2d97adeea5 - HADOOP-13483. File create should throw error rather than overwrite directories. Contributed by Genmao Yu. (8 years ago) +| * | | | | | | | 4d84c814fcaf - HADOOP-13491. Fix several warnings from findbugs. Contributed by Genmao Yu. (8 years ago) +| * | | | | | | | a5d534222805 - HADOOP-12756. Incorporate Aliyun OSS file system implementation. Contributed by Mingfei Shi and Lin Zhou (8 years ago) +* | | | | | | | | c874fa914dfb - HDFS-10985. o.a.h.ha.TestZKFailoverController should not use fixed time sleep before assertions. Contributed by Mingliang Liu (8 years ago) +* | | | | | | | | b963818621c2 - HDFS-10988. Refactor TestBalancerBandwidth. Contributed by Brahma Reddy Battula (8 years ago) +* | | | | | | | | 65912e402754 - HADOOP-13669. KMS Server should log exceptions before throwing. Contributed by Suraj Acharya. (8 years ago) +* | | | | | | | | 03060075c53a - HADOOP-13699. Configuration does not substitute multiple references to the same var. (8 years ago) +* | | | | | | | | 3441c746b5f3 - HDFS-10972. Add unit test for HDFS command 'dfsadmin -getDatanodeInfo'. Contributed by Xiaobing Zhou (8 years ago) +* | | | | | | | | cef61d505e28 - HADOOP-13696. change hadoop-common dependency scope of jsch to provided. Contributed by Yuanbo Liu. (8 years ago) +* | | | | | | | | af50da3298f9 - HDFS-10895. Update HDFS Erasure Coding doc to add how to use ISA-L based coder. Contributed by Sammi Chen (8 years ago) +* | | | | | | | | 3d59b18d49d9 - HADOOP-13641. Update UGI#spawnAutoRenewalThreadForUserCreds to reduce indentation. Contributed by Huafeng Wang (8 years ago) +* | | | | | | | | bea004eaeb7b - MAPREDUCE-6780. Add support for HDFS directory with erasure code policy to TeraGen and TeraSort. Contributed by Sammi Chen (8 years ago) +* | | | | | | | | ec0b70716c8e - HADOOP-12579. Deprecate WriteableRPCEngine. Contributed by Wei Zhou (8 years ago) +* | | | | | | | | 4d106213c0f4 - HDFS-10968. BlockManager#isInNewRack should consider decommissioning nodes. Contributed by Jing Zhao. (8 years ago) +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | 6a38d118d86b - HDFS-10797. Disk usage summary of snapshots causes renamed blocks to get counted twice. Contributed by Sean Mackrory. (8 years ago) +* | | | | | | | e57fa81d9559 - HDFS-10980. Optimize check for existence of parent directory. Contributed by Daryn Sharp. (8 years ago) +* | | | | | | | f3f37e6fb817 - MAPREDUCE-6776. yarn.app.mapreduce.client.job.max-retries should have a more useful default (miklos.szegedi@cloudera.com via rkanter) (8 years ago) +* | | | | | | | 2e853be6577a - HADOOP-13627. Have an explicit KerberosAuthException for UGI to throw, text from public constants. Contributed by Xiao Chen. (8 years ago) +* | | | | | | | 3565c9af17ab - HDFS-10979. Pass IIP for FSDirDeleteOp methods. Contributed by Daryn Sharp. (8 years ago) +* | | | | | | | 69620f955997 - HADOOP-13692. hadoop-aws should declare explicit dependency on Jackson 2 jars to prevent classpath conflicts. Contributed by Chris Nauroth. (8 years ago) +* | | | | | | | 3059b251d8f3 - HDFS-10933. Refactor TestFsck. Contributed by Takanobu Asanuma. (8 years ago) +* | | | | | | | be3cb10f5301 - HDFS-10969. Fix typos in hdfs-default.xml Contributed by Yiqun Lin (8 years ago) +* | | | | | | | c183b9de8d07 - HADOOP-12611. TestZKSignerSecretProvider#testMultipleInit occasionally fail (ebadger via rkanter) (8 years ago) +* | | | | | | | 459a4833a904 - YARN-5659. getPathFromYarnURL should use standard methods. Contributed by Sergey Shelukhin. (8 years ago) +* | | | | | | | ebd4f39a393e - HADOOP-12977 s3a to handle delete("/", true) robustly. Contributed by Steve Loughran. (8 years ago) +* | | | | | | | bf372173d0f7 - HADOOP-13689. Do not attach javadoc and sources jars during non-dist build. (8 years ago) +* | | | | | | | 48b9d5fd2a96 - HDFS-10955. Pass IIP for FSDirAttr methods. Contributed by Daryn Sharp. (8 years ago) +* | | | | | | | 1d330fbaf6b5 - HADOOP-13150. Avoid use of toString() in output of HDFS ACL shell commands. Contributed by Chris Nauroth. (8 years ago) +* | | | | | | | f32e9fc8f715 - HDFS-10939. Reduce performance penalty of encryption zones. Contributed by Daryn sharp. (8 years ago) +* | | | | | | | 72a2ae6452e6 - HADOOP-13688. Stop bundling HTML source code in javadoc JARs. (8 years ago) +* | | | | | | | 2d46c3f6b7d5 - HADOOP-13323. Downgrade stack trace on FS load from Warn to debug. Contributed by Steve Loughran. (8 years ago) +* | | | | | | | 2cc841f16ec9 - HADOOP-13678 Update jackson from 1.9.13 to 2.x in hadoop-tools. Contributed by Akira Ajisaka. (8 years ago) +* | | | | | | | 4d2f380d787a - YARN-5101. YARN_APPLICATION_UPDATED event is parsed in ApplicationHistoryManagerOnTimelineStore#convertToApplicationReport with reversed order. Contributed by Sunil G. (8 years ago) +* | | | | | | | 311954883f71 - HDFS-10957. Retire BKJM from trunk (Vinayakumar B) (8 years ago) +* | | | | | | | 35b9d7de9f0a - HADOOP-13690. Fix typos in core-default.xml. Contributed by Yiqun Lin (8 years ago) +* | | | | | | | b90fc70d6714 - HDFS-10963. Reduce log level when network topology cannot find enough datanodes. Contributed by Xiao chen (8 years ago) +* | | | | | | | 272a21747e8a - MAPREDUCE-6789. Fix TestAMWebApp failure. Contributed by Daniel Templeton. (8 years ago) +* | | | | | | | 202325485d66 - HDFS-10893. Refactor TestDFSShell by setting up MiniDFSCluser once for all commands test. Contributed by Mingliang Liu (8 years ago) +* | | | | | | | c5ca2169151a - HDFS-10683. Make class Token$PrivateToken private. Contributed by John Zhuge. (8 years ago) +* | | | | | | | e68c7b96c76b - HDFS-10962. TestRequestHedgingProxyProvider is flaky. (8 years ago) +* | | | | | | | 00160f71b6d9 - HADOOP-13628. Support to retrieve specific property from configuration via REST API. Contributed by Weiwei Yang (8 years ago) +* | | | | | | | d65b957776c4 - YARN-5702. Refactor TestPBImplRecords for reuse in other YARN modules. Contributed by Subru Krishnan (8 years ago) +* | | | | | | | 886776225611 - HDFS-10826. Correctly report missing EC blocks in FSCK. Contributed by Takanobu Asanuma. (8 years ago) +* | | | | | | | d6be1e75d8e5 - HADOOP-12667 s3a to support createNonRecursive API. Contributed by Sean Mackrory (8 years ago) +* | | | | | | | 6cfe649375d2 - HADOOP-13681. Reduce Kafka dependencies in hadoop-kafka module. Contributed by Grant Henke. (8 years ago) +* | | | | | | | 9a61b52fbefd - HADOOP-13685. Document -safely option of rm command. Contributed by Xiaoyu Yao. (8 years ago) +* | | | | | | | 0992708d790b - YARN-5704. Provide config knobs to control enabling/disabling new/work in progress features in container-executor. Contributed by Sidharta Seethana. (8 years ago) +* | | | | | | | 31f8da22d0b8 - YARN-3139. Improve locks in AbstractYarnScheduler/CapacityScheduler/FairScheduler. Contributed by Wangda Tan (8 years ago) +* | | | | | | | 44f48ee96ee6 - HDFS-10956. Remove rename/delete performance penalty when not using snapshots. Contributed by Daryn Sharp. (8 years ago) +* | | | | | | | 88b9444a8108 - HADOOP-13674. S3A can provide a more detailed error message when accessing a bucket through an incorrect S3 endpoint. Contributed by Chris Nauroth. (8 years ago) +* | | | | | | | 382307cbdd94 - HDFS-10878. TestDFSClientRetries#testIdempotentAllocateBlockAndClose throws ConcurrentModificationException. Contributed by Rushabh S Shah. (8 years ago) +* | | | | | | | ef7f06f7d156 - HDFS-10947. Correct the API name for truncate in webhdfs document. Contributed by Surendra Singh Lilhore (8 years ago) +* | | | | | | | 5ea0210c7fea - HDFS-10944. Correct the javadoc of dfsadmin#disallowSnapshot. Contributed by Jagadesh Kiran N (8 years ago) +* | | | | | | | f61e3d13e961 - HDFS-10934. TestDFSShell#testStat fails intermittently. Contributed by Eric Badger (8 years ago) +* | | | | | | | 8078a5efd0fe - HDFS-10810. setreplication removing block from underconstrcution temporarily. Contributed by Brahma Reddy Battula (8 years ago) +* | | | | | | | 853d65a15736 - HDFS-10918. Add a tool to get FileEncryptionInfo from CLI. Contributed by Xiao Chen. (8 years ago) +* | | | | | | | 736d33cddd88 - YARN-4767. Network issues can cause persistent RM UI outage. (Daniel Templeton via kasha) (8 years ago) +* | | | | | | | 607705c488fa - HDFS-10690. Optimize insertion/removal of replica in ShortCircuitCache. Contributed by Fenghua Hu. (8 years ago) +* | | | | | | | de7a0a92ca19 - MAPREDUCE-6638. Do not attempt to recover progress from previous job attempts if spill encryption is enabled. (Haibo Chen via kasha) (8 years ago) +* | | | | | | | 744208431f73 - HDFS-10940. Reduce performance penalty of block caching when not used. Contributed by Daryn Sharp. (8 years ago) +* | | | | | | | 90020624b052 - HDFS-10619. Cache path in InodesInPath. Contributed by Daryn Sharp. (8 years ago) +* | | | | | | | 0da54e884876 - YARN-5672. FairScheduler: Wrong queue name in log when adding application. (Wilfred Spiegelenburg via kasha) (8 years ago) +* | | | | | | | 6e130c308cf1 - YARN-4855. Should check if node exists when replace nodelabels. Contributeed by Tao Jie (8 years ago) +* | | | | | | | 82857037b6e9 - YARN-5678. Log demand as demand in FSLeafQueue and FSParentQueue. (Yufei Gu via kasha) (8 years ago) +* | | | | | | | fe9ebe20ab11 - Revert "HDFS-10923. Make InstrumentedLock require ReentrantLock." (8 years ago) +* | | | | | | | c7ce6fdc20fe - HDFS-10923. Make InstrumentedLock require ReentrantLock. (8 years ago) +* | | | | | | | 3a3697deab3e - YARN-5384. Expose priority in ReservationSystem submission APIs. (Sean Po via Subru). (8 years ago) +* | | | | | | | 89bd6d29a62a - HADOOP-13317. Add logs to KMS server-side to improve supportability. Contributed by Suraj Acharya. (8 years ago) +* | | | | | | | 2549ee9d4c4d - YARN-5693. Reduce loglevel to Debug in ContainerManagementProtocolProxy and AMRMClientImpl (yufeigu via rkanter) (8 years ago) +* | | | | | | | 434c5ea75dc3 - HDFS-10896. Move lock logging logic from FSNamesystem into FSNamesystemLock. Contributed by Erik Krogen. (8 years ago) +* | | | | | | | 57aec2b46b0e - HADOOP-12974. Create a CachingGetSpaceUsed implementation that uses df. Contributed by Elliott Clark. (8 years ago) +* | | | | | | | 7fad1221d6f3 - HDFS-10907. Fix Erasure Coding documentation. Contributed by Manoj Govindassamy. (8 years ago) +* | | | | | | | ee33a0223451 - HDFS-10910. HDFS Erasure Coding doc should state its currently supported erasure coding policies. Contributed by Yiqun Lin. (8 years ago) +* | | | | | | | 2ab1ef15c5e0 - HDFS-10908. Improve StripedBlockReader#createBlockReader error logging. Contributed by Manoj Govindassamy. (8 years ago) +* | | | | | | | d6afcf364c3d - HADOOP-13671. Fix ClassFormatException in trunk build. Contributed by Kihwal Lee. (8 years ago) +* | | | | | | | a0730aa5ced7 - HDFS-10851. FSDirStatAndListingOp: stop passing path as string. Contributed by Daryn Sharp. (8 years ago) +* | | | | | | | 0670149c8885 - HDFS-10850. getEZForPath should NOT throw FNF. Contributed by Andrew Wang. (8 years ago) +* | | | | | | | 82c55dcbc8e3 - HADOOP-13640. Fix findbugs warning in VersionInfoMojo.java. Contributed by Yuanbo Liu. (8 years ago) +* | | | | | | | 10be45986cdf - YARN-5486. Update OpportunisticContainerAllocatorAMService::allocate method to handle OPPORTUNISTIC container requests. (Konstantinos Karanasos via asuresh) (8 years ago) +* | | | | | | | 1e0ea27e9602 - Revert "HADOOP-13081. add the ability to create multiple UGIs/subjects from one kerberos login. Contributed by Sergey Shelukhin." (8 years ago) +* | | | | | | | 236ac773c964 - HADOOP-13537. Support external calls in the RPC call queue. Contributed by Daryn Sharp. (8 years ago) +* | | | | | | | ee0c722dc8fb - HADOOP-13164 Optimize S3AFileSystem::deleteUnnecessaryFakeDirectories. Contributed by Rajesh Balamohan. (8 years ago) +* | | | | | | | a1b8251bf7a7 - MAPREDUCE-6771. RMContainerAllocator sends container diagnostics event after corresponding completion event. Contributed by Haibo Chen (8 years ago) +* | | | | | | | 2ae5a3a5bf5e - YARN-4205. Add a service for monitoring application life time out. Contributed by Rohith Sharma K S (8 years ago) +* | | | | | | | 1518cb9532cb - HADOOP-13663 Index out of range in SysInfoWindows. Contributed by Inigo Goiri (8 years ago) +* | | | | | | | 47f80922dc7c - HADOOP-13599. s3a close() to be non-synchronized, so avoid risk of deadlock on shutdown. Contributed by Steve Loughran. (8 years ago) +* | | | | | | | 84c626407925 - HDFS-10892. Add unit tests for HDFS command 'dfs -tail' and 'dfs -stat'. Contributed by Mingliang Liu (8 years ago) +* | | | | | | | 92e5e9159850 - HDFS-10914. Move remnants of oah.hdfs.client to hadoop-hdfs-client. (8 years ago) +* | | | | | | | 5f34402adae1 - HDFS-10779. Rename does not need to re-solve destination. Contributed by Daryn Sharp. (8 years ago) +* | | | | | | | 0d6778d800ff - MAPREDUCE-6718. add progress log to JHS during startup (haibochen via rkanter) (8 years ago) +* | | | | | | | bcb2528a51c3 - YARN-5400. Light cleanup in ZKRMStateStore (templedf via rkanter) (8 years ago) +* | | | | | | | c3b235e56597 - HDFS-10824. MiniDFSCluster#storageCapacities has no effects on real capacity. Contributed by Xiaobing Zhou. (8 years ago) +* | | | | | | | e19b37ead238 - HADOOP-11780. Prevent IPC reader thread death. Contributed by Daryn Sharp. (8 years ago) +* | | | | | | | 9b0fd01d2ee0 - YARN-5599. Publish AM launch command to ATS (Rohith Sharma K S via Varun Saxena) (8 years ago) +* | | | | | | | bc2656f09f85 - YARN-5662. Provide an option to enable ContainerMonitor. Contributed by Jian He. (8 years ago) +* | | | | | | | 03f519a757ce - HDFS-9850. DiskBalancer: Explore removing references to FsVolumeSpi. Contributed by Manoj Govindassamy. (8 years ago) +* | | | | | | | 6437ba18c5c2 - HDFS-10915. Fix time measurement bug in TestDatanodeRestart. Contributed by Xiaobing Zhou (8 years ago) +* | | | | | | | 9c9736463b2b - HDFS-10900. DiskBalancer: Complete the documents for the report command. Contributed by Yiqun Lin. (8 years ago) +* | | | | | | | d1443988f809 - Revert "HADOOP-13584. hdoop-aliyun: merge HADOOP-12756 branch back" This reverts commit 5707f88d8550346f167e45c2f8c4161eb3957e3a (8 years ago) +* | | | | | | | 9a44a832a99e - HADOOP-13658. Replace config key literal strings with names I: hadoop common. Contributed by Chen Liang (8 years ago) +* | | | | | | | 2acfb1e1e435 - HDFS-10376. Enhance setOwner testing. (John Zhuge via Yongjun Zhang) (8 years ago) +* | | | | | | | 1831be8e737f - YARN-3142. Improve locks in AppSchedulingInfo. (Varun Saxena via wangda) (8 years ago) +* | | | | | | | 875062b5bc78 - HADOOP-13544. JDiff reports unncessarily show unannotated APIs and cause confusion while our javadocs only show annotated and public APIs. (vinodkv via wangda) (8 years ago) +* | | | | | | | 8ae4729107d3 - HDFS-10828. Fix usage of FsDatasetImpl object lock in ReplicaMap. (Arpit Agarwal) (8 years ago) +* | | | | | | | f55eb981dd40 - HDFS-10426. TestPendingInvalidateBlock failed in trunk. Contributed by Yiqun Lin. (8 years ago) +* | | | | | | | df1d0f5d56f3 - HDFS-10889. Remove outdated Fault Injection Framework documentaion. Contributed by Brahma Reddy Battula (8 years ago) +* | | | | | | | ebf528c443f3 - YARN-5660. Wrong audit constants are used in Get/Put of priority in RMWebService. Contributed by Rohith Sharma K S (8 years ago) +* | | | | | | | e17a4970bea8 - HDFS-9885. Correct the distcp counters name while displaying counters. Contributed by Surendra Singh Lilhore (8 years ago) +* | | | | | | | edf0d0f8b211 - HDFS-9444. Add utility to find set of available ephemeral ports to ServerSocketUtil. Contributed by Masatake Iwasaki (8 years ago) +* | | | | | | | 059058f96146 - HDFS-10713. Throttle FsNameSystem lock warnings. Contributed by Hanisha Koneru. (8 years ago) +* | | | | | | | 8e06d865c484 - Addendum patch for HDFS-10609. Uncaught InvalidEncryptionKeyException during pipeline recovery may abort downstream applications. (8 years ago) +* | | | | | | | 3ae652f82110 - HDFS-10609. Uncaught InvalidEncryptionKeyException during pipeline recovery may abort downstream applications. Contributed by Wei-Chiu Chuang. (8 years ago) +* | | | | | | | fa397e74fe98 - HADOOP-13638. KMS should set UGI's Configuration object properly. Contributed by Wei-Chiu Chuang. (8 years ago) +* | | | | | | | 4815d024c59c - YARN-5609. Expose upgrade and restart API in ContainerManagementProtocol. Contributed by Arun Suresh (8 years ago) +* | | | | | | | 2f163cd5cfaf - Revert "YARN-5609. Expose upgrade and restart API in ContainerManagementProtocol. Contributed by Arun Suresh" (8 years ago) +* | | | | | | | fe644bafe7b4 - YARN-5609. Expose upgrade and restart API in ContainerManagementProtocol. Contributed by Arun Suresh (8 years ago) +* | | | | | | | 14a696f369f7 - (weichiu/MAPREDUCE-6608, pbacsko/MAPREDUCE-6608, origin/MAPREDUCE-6608, JackWangCS/MAPREDUCE-6608, 9uapaw/MAPREDUCE-6608) YARN-5663. Small refactor in ZKRMStateStore. Contributed by Oleksii Dymytrov. (8 years ago) +* | | | | | | | 5707f88d8550 - HADOOP-13584. hdoop-aliyun: merge HADOOP-12756 branch back. (8 years ago) +* | | | | | | | e4e72db5f9f3 - YARN-3877. YarnClientImpl.submitApplication swallows exceptions. Contributed by Varun Saxena (8 years ago) +* | | | | | | | 3e37e243ee04 - HDFS-10869. Remove the unused method InodeId#checkId(). Contributed by Jagadesh Kiran N (8 years ago) +* | | | | | | | 4d16d2d72f08 - YARN-5664. Fix Yarn documentation to link to correct versions. Contributed by Xiao Chen (8 years ago) +* | | | | | | | 6eb700ee7469 - HDFS-10866. Fix Eclipse Java compile errors related to generic parameters. Contributed by Konstantin Shvachko. (8 years ago) +* | | | | | | | 74b3dd514c86 - HDFS-10876. Dispatcher#dispatch should log IOException stacktrace. Contributed by Manoj Govindassamy. (8 years ago) +* | | | | | | | 6e849cb65843 - YARN-5622. TestYarnCLI.testGetContainers fails due to mismatched date formats. Contributed by Eric Badger. (8 years ago) +* | | | | | | | a5bb88c8e0fd - HDFS-10843. Update space quota when a UC block is completed rather than committed. Contributed by Erik Krogen. (8 years ago) +* | | | | | | | bbdf350ff9fb - HDFS-10886. Replace fs.default.name with fs.defaultFS in viewfs document. (8 years ago) +* | | | | | | | c4480f7f42f3 - HDFS-10894. Remove the redundant charactors for command -saveNamespace in HDFSCommands.md Contributed by Yiqun Lin. (8 years ago) +* | | | | | | | e5ef51e71764 - HADOOP-13643. Math error in AbstractContractDistCpTest. Contributed by Aaron Fabbri. (8 years ago) +* | | | | | | | b8a2d7b8fc96 - YARN-5539. TimelineClient failed to retry on java.net.SocketTimeoutException: Read timed out (Junping Du via Varun Saxena) (8 years ago) +* | | | | | | | 3293a7d92d56 - Revert "TimelineClient failed to retry on java.net.SocketTimeoutException: Read timed out" (8 years ago) +* | | | | | | | 2e6ee957161a - TimelineClient failed to retry on java.net.SocketTimeoutException: Read timed out (8 years ago) +* | | | | | | | d85d9b2e7b4d - HDFS-10871. DiskBalancerWorkItem should not import jackson relocated by htrace. Contributed by Manoj Govindassamy. (8 years ago) +* | | | | | | | d0372dc61313 - YARN-3692. Allow REST API to set a user generated message when killing an application. Contributed by Rohith Sharma K S (8 years ago) +* | | | | | | | 5ffd4b7c1e1f - YARN-4973. YarnWebParams next.fresh.interval should be next.refresh.interval (templedf via rkanter) (8 years ago) +* | | | | | | | 4fc632ae19a1 - MAPREDUCE-6632. Master.getMasterAddress() should be updated to use YARN-4629 (templedf via rkanter) (8 years ago) +* | | | | | | | 40acacee0854 - HDFS-10877. Make RemoteEditLogManifest.committedTxnId optional in Protocol Buffers. Contributed by Sean Mackrory. (8 years ago) +* | | | | | | | 8d619b4896ac - HADOOP-13602. Fix some warnings by findbugs in hadoop-maven-plugin. (ozawa) (8 years ago) +* | | | | | | | 537095d13cd3 - MAPREDUCE-6740. Enforce mapreduce.task.timeout to be at least mapreduce.task.progress-report.interval. (Haibo Chen via kasha) (8 years ago) +| |_|_|_|_|_|/ +|/| | | | | | +* | | | | | | 964e546ab1db - HDFS-9333. Some tests using MiniDFSCluster errored complaining port in use. (iwasakims) (8 years ago) +* | | | | | | 5a58bfee30a6 - YARN-4591. YARN Web UIs should provide a robots.txt. (Sidharta Seethana via wangda) (8 years ago) +* | | | | | | 0e918dff594e - HDFS-10879. TestEncryptionZonesWithKMS#testReadWrite fails intermittently. Contributed by Xiao Chen. (8 years ago) +* | | | | | | e80386d69d5f - HADOOP-13601. Fix a log message typo in AbstractDelegationTokenSecretManager. Contributed by Mehran Hassani. (8 years ago) +* | | | | | | 9f03b403ec69 - YARN-5656. Fix ReservationACLsTestBase. (Sean Po via asuresh) (8 years ago) +* | | | | | | e45307c9a063 - Addendum patch for fix javadocs failure which is caused by YARN-3141. (wangda) (8 years ago) +* | | | | | | c6d1d742e70e - YARN-5655. TestContainerManagerSecurity#testNMTokens is asserting. Contributed by Robert Kanter (8 years ago) +* | | | | | | 734d54c1a895 - HDFS-10861. Refactor StripeReaders and use ECChunk version decode API. Contributed by Sammi Chen (8 years ago) +* | | | | | | 2b66d9ec5bda - YARN-3140. Improve locks in AbstractCSQueue/LeafQueue/ParentQueue. Contributed by Wangda Tan (8 years ago) +| |_|_|_|_|/ +|/| | | | | +* | | | | | e52d6e7a46ce - HDFS-10875. Optimize du -x to cache intermediate result. Contributed by Xiao Chen. (8 years ago) +* | | | | | 98bdb5139769 - HADOOP-13169. Randomize file list in SimpleCopyListing. Contributed by Rajesh Balamohan. (8 years ago) +* | | | | | 7558dbbb481e - YARN-5540. Scheduler spends too much time looking at empty priorities. Contributed by Jason Lowe (8 years ago) +* | | | | | c54f6ef30fbd - HDFS-10868. Remove stray references to DFS_HDFS_BLOCKS_METADATA_ENABLED. (8 years ago) +* | | | | | b8a30f2f170f - YARN-3141. Improve locks in SchedulerApplicationAttempt/FSAppAttempt/FiCaSchedulerApp. Contributed by Wangda Tan (8 years ago) +* | | | | | ea29e3bc27f1 - YARN-5577. [Atsv2] Document object passing in infofilters with an example (Rohith Sharma K S via Varun Saxena) (8 years ago) +| |_|_|_|/ +|/| | | | +* | | | | 3552c2b99dff - YARN-5637. Changes in NodeManager to support Container rollback and commit. (asuresh) (8 years ago) +* | | | | ea839bd48e44 - HDFS-10489. Deprecate dfs.encryption.key.provider.uri for HDFS encryption zones. Contributed by Xiao Chen. (8 years ago) +* | | | | 96142efa2dde - HADOOP-13621. s3:// should have been fully cut off from trunk. Contributed by Mingliang Liu. (8 years ago) +| |_|_|/ +|/| | | +* | | | f67237cbe7bc - YARN-5657. Fix TestDefaultContainerExecutor. (asuresh) (8 years ago) +* | | | 4174b9756c8c - YARN-5642. Typos in 9 log messages. Contributed by Mehran Hassani (8 years ago) +* | | | 7d21c280a82b - MAPREDUCE-6777. Typos in 4 log messages. Contributed by Mehran Hassani (8 years ago) +* | | | ade7c2bc9ccf - YARN-4232. TopCLI console support for HA mode. Contributed by Bibin A Chundatt (8 years ago) +| |_|/ +|/| | +* | | 501a77856d6b - MAPREDUCE-6774. Add support for HDFS erasure code policy to TestDFSIO. Contributed by Sammi Chen (8 years ago) +* | | 58bae3544747 - YARN-5163. Migrate TestClientToAMTokens and TestClientRMTokens tests from the old RPC engine. Contributed by Wei Zhou and Kai Zheng (8 years ago) +* | | 8a40953058d5 - HDFS-10823. Implement HttpFSFileSystem#listStatusIterator. (8 years ago) +* | | f6f3a447bf3b - HADOOP-13580. If user is unauthorized, log "unauthorized" instead of "Invalid signed text:". Contributed by Wei-Chiu Chuang. (8 years ago) +* | | cd099a63d58c - HADOOP-13412. Move dev-support/checkstyle/suppressions.xml to hadoop-build-tools. Contributed by John Zhuge. (8 years ago) +* | | 0e68e14d5506 - HADOOP-13411. Checkstyle suppression by annotation or comment. Contributed by John Zhuge. (8 years ago) +* | | b09a03cd7d26 - HDFS-10862. Typos in 4 log messages. Contributed by Mehran Hassani. (8 years ago) +* | | ec3ea188753e - HDFS-9895. Remove unnecessary conf cache from DataNode. Contributed by Xiaobing Zhou. (8 years ago) +* | | fcbac00212e9 - (weichiu/HADOOP-13128, pbacsko/HADOOP-13128, origin/HADOOP-13128, JackWangCS/HADOOP-13128, 9uapaw/HADOOP-13128) Revert "HADOOP-13410. RunJar adds the content of the jar twice to the classpath (Yuanbo Liu via sjlee)" (8 years ago) +* | | 7cad7b704644 - HADOOP-13616. Broken code snippet area in Hadoop Benchmarking. Contributed by Kai Sasaki. (8 years ago) +* | | 40b5a59b7267 - YARN-5620. Core changes in NodeManager to support re-initialization of Containers with new launchContext. (asuresh) (8 years ago) +* | | 2a8f55a0cf14 - HDFS-10805. Reduce runtime for append test. Contributed by Gergely Novak. (8 years ago) +* | | 53a12fa721bb - HADOOP-13606 swift FS to add a service load metadata file. Contributed by Steve Loughran (8 years ago) +* | | ea0c2b8b051a - HADOOP-13218. Migrate other Hadoop side tests to prepare for removing WritableRPCEngine. Contributed by Wei Zhou and Kai Zheng (8 years ago) +* | | 696bc0e0abe5 - HADOOP-13598. Add eol=lf for unix format files in .gitattributes. Contributed by Yiqun Lin. (8 years ago) +* | | 86c9862bec02 - HDFS-10636. Modify ReplicaInfo to remove the assumption that replica metadata and data are stored in java.io.File. (Virajith Jalaparti via lei) (8 years ago) +* | | 1c0d18f32289 - HDFS-10562. DiskBalancer: update documentation on how to report issues and debug. Contributed by Anu Engineer. (8 years ago) +* | | 08d8e0ba259f - HADOOP-13546. Override equals and hashCode of the default retry policy to avoid connection leakage. Contributed by Xiaobing Zhou. (8 years ago) +* | | db6d243cf89d - HDFS-10837. Standardize serializiation of WebHDFS DirectoryListing. (8 years ago) +* | | e3f7f58a5fb3 - HDFS-10599. DiskBalancer: Execute CLI via Shell. Contributed by Manoj Govindassamy. (8 years ago) +* | | e7933097354a - YARN-5630. NM fails to start after downgrade from 2.8 to 2.7. Contributed by Jason Lowe (8 years ago) +* | | 729de3e6b6ae - YARN-5631. Missing refreshClusterMaxPriority usage in rmadmin help message. Contributed by Kai Sasaki. (8 years ago) +| |/ +|/| +* | f0876b8b60c1 - HDFS-10856. Update the comment of BPServiceActor$Scheduler#scheduleNextBlockReport. Contributed by Yiqun Lin. (8 years ago) +* | d2466ec3e01b - HDFS-10657. testAclCLI.xml setfacl test should expect mask r-x. (John Zhuge via Yongjun Zhang) (8 years ago) +* | 72dfb048a9a7 - HDFS-10858. FBR processing may generate incorrect reportedBlock-blockGroup mapping. Contributed by Jing Zhao. (8 years ago) +* | 59d59667a8b1 - HADOOP-13588. ConfServlet should respect Accept request header. Contributed by Weiwei Yang (8 years ago) +* | 8a93f45a8093 - HDFS-10821. DiskBalancer: Report command support with multiple nodes. Contributed by Yiqun Lin. (8 years ago) +* | 58ed4fa54498 - HADOOP-13341. Deprecate HADOOP_SERVERNAME_OPTS; replace with (command)_(subcommand)_OPTS (8 years ago) +* | 9faccd104672 - HADOOP-13587. distcp.map.bandwidth.mb is overwritten even when -bandwidth flag isn't set. Contributed by Zoran Dimitrijevic (8 years ago) +* | cc01ed702629 - HDFS-10855. Fix typos in HDFS documents. Contributed by Yiqun Lin. (8 years ago) +* | a99bf26a0899 - HDFS-10830. FsDatasetImpl#removeVolumes crashes with IllegalMonitorStateException when vol being removed is in use. (Arpit Agarwal and Manoj Govindassamy) (8 years ago) +* | bee9f57f5ca9 - HDFS-10808. DiskBalancer does not execute multi-steps plan-redux. Contributed by Anu Engineer. (8 years ago) +* | cba973f036a2 - HDFS-10832. Propagate ACL bit and isEncrypted bit in HttpFS FileStatus permissions. (8 years ago) +* | 9f192cc5ac4a - MAPREDUCE-6628. Potential memory leak in CryptoOutputStream. Contributed by Mariappan Asokan (8 years ago) +* | 4b6d795f2859 - HADOOP-13540 improve section on troubleshooting s3a auth problems. Contributed by Steve Loughran (8 years ago) +* | a0b0383677c0 - Addendum patch for HDFS-9781. FsDatasetImpl#getBlockReports can occasionally throw NullPointerException. Contributed by Manoj Govindassamy. (8 years ago) +* | d4d076876a8d - HADOOP-10940. RPC client does no bounds checking of responses. Contributed by Daryn Sharp. (8 years ago) +* | baab48922a30 - HDFS-9849. DiskBalancer: reduce lock path in shutdown code. Contributed by Yuanbo Liu. (8 years ago) +* | 35c5943b8ba3 - HDFS-10553. DiskBalancer: Rename Tools/DiskBalancer class to Tools/DiskBalancerCLI. Contributed by Manoj Govindassamy. (8 years ago) +* | b07c266dca7f - HDFS-10831. Add log when URLConnectionFactory.openConnection failed. Contributed by yunjiong zhao. (8 years ago) +* | 011f3b24d4bf - HDFS-10742. Measure lock time in FsDatasetImpl. Contributed by Chen Liang (8 years ago) +* | 1192781a78e7 - HADOOP-13519. Make Path Serializable. Contributed by Steve Loughran (8 years ago) +* | b6d839a60cee - HDFS-10845. Change defaults in hdfs-site.xml to match timeunit type. Contributed by Yiqun Lin (8 years ago) +* | cae331186da2 - Revert "YARN-5567. Fix script exit code checking in NodeHealthScriptRunner#reportHealthStatus. (Yufei Gu via rchiang)" (8 years ago) +* | 401db4fc6514 - HDFS-8901. Use ByteBuffer in striping positional read. Contributed by Sammi Chen and Kai Zheng. (8 years ago) +* | 20a20c2f6e1b - HDFS-10847. Complete the document for FileDistribution processor in OfflineImageViewer. Contributed by Yiqun Lin. (8 years ago) +* | 2d1bf53c7e20 - HDFS-10844. test_libhdfs_threaded_hdfs_static and test_libhdfs_zerocopy_hdfs_static are failing. (8 years ago) +* | 63f594892ecd - HDFS-10778. Add -format option to make the output of FileDistribution processor human-readable in OfflineImageViewer. (8 years ago) +* | d355573f5681 - Revert "HADOOP-13218. Migrate other Hadoop side tests to prepare for removing WritableRPCEngine. Contributed by Wei Zhou and Kai Zheng" (8 years ago) +* | f414d5e11894 - HADOOP-13388. Clean up TestLocalFileSystemPermission. Contributed by Andras Bokor. (8 years ago) +* | 7fdfcd8a6c9e - HADOOP-13541 explicitly declare the Joda time version S3A depends on. Contributed by Stevel Loughran (8 years ago) +* | c0e492e50fa9 - YARN-5616. Clean up WeightAdjuster. (Yufei Gu via kasha) (8 years ago) +* | 680be58aac03 - HADOOP-13558. UserGroupInformation created from a Subject incorrectly tries to renew the Kerberos ticket. Contributed by Xiao Chen. (8 years ago) +|/ +* 5f23abfa30ea - HDFS-9038. DFS reserved space is erroneously counted towards non-DFS used. (Brahma Reddy Battula) (8 years ago) +* f6c0b7543f61 - HDFS-10841. Remove duplicate or unused variable in appendFile(). Contributed by Kihwal Lee. (8 years ago) +* 7c213c341d04 - HDFS-10835. Fix typos in httpfs.sh. Contributed by John Zhuge. (8 years ago) +* f0d5382ff3e3 - HDFS-6962. ACL inheritance conflicts with umaskmode. Contributed by Chris Nauroth. (8 years ago) +* d37dc5d1b8e0 - HDFS-9847. HDFS configuration should accept time units. Contributed by Yiqun Lin (8 years ago) +* f388a209431c - Add CHANGES and release notes for 3.0.0-alpha1 to site (8 years ago) +* d152557cf7f4 - HADOOP-13447. Refactor S3AFileSystem to support introduction of separate metadata repository and tests. Contributed by Chris Nauroth. (8 years ago) +* 39d1b1d747b1 - HADOOP-13549. Eliminate intermediate buffer for server-side PB encoding. Contributed by Daryn Sharp. (8 years ago) +* e6fcfe28e304 - YARN-5576. Allow resource localization while container is running. Contributed by Jian He. (8 years ago) +* 62a9667136eb - HADOOP-13218. Migrate other Hadoop side tests to prepare for removing WritableRPCEngine. Contributed by Wei Zhou and Kai Zheng (8 years ago) +* f9557127b366 - YARN-5608. TestAMRMClient.setup() fails with ArrayOutOfBoundsException. Contributed by Daniel Templeton. (8 years ago) +* 07650bc37a3c - HDFS-9781. FsDatasetImpl#getBlockReports can occasionally throw NullPointerException. Contributed by Manoj Govindassamy. (8 years ago) +* f6ea9be5473a - YARN-5264. Store all queue-specific information in FSQueue. (Yufei Gu via kasha) (8 years ago) +* cbd909ce2a5a - HDFS-10833. Fix JSON errors in WebHDFS.md examples. (8 years ago) +* 378f624a3925 - YARN-5549. AMLauncher#createAMContainerLaunchContext() should not log the command to be launched indiscriminately. (Daniel Templeton via rchiang) (8 years ago) +* 5a8c5064d1a1 - HDFS-10822. Log DataNodes in the write pipeline. John Zhuge via Lei Xu (8 years ago) +* 23abb09c1f97 - HADOOP-13547. Optimize IPC client protobuf decoding. Contributed by Daryn Sharp. (8 years ago) +* 05f5c0f63168 - YARN-5555. Scheduler UI: "% of Queue" is inaccurate if leaf queue is hierarchically nested. Contributed by Eric Payne. (8 years ago) +* 0690f0969efe - HDFS-10820. Reuse closeResponder to reset the response variable in DataStreamer#run. Contributed by Yiqun Lin. (8 years ago) +* 74f4bae45597 - YARN-5566. Client-side NM graceful decom is not triggered when jobs finish. (Robert Kanter via kasha) (8 years ago) +* 76cd81f4b656 - HADOOP-13465. Design Server.Call to be extensible for unified call queue. Contributed by Daryn Sharp. (8 years ago) +* 3069df755131 - FsPermission string constructor does not recognize sticky bit. Contributed by Atul Sikaria (8 years ago) +* dcd21d083ab2 - HADOOP-13375. o.a.h.security.TestGroupsCaching.testBackgroundRefreshCounters seems flaky. (Contributed by Weiwei Yang) (8 years ago) +* 08f55ccbb075 - YARN-5596. Fix failing unit test in TestDockerContainerRuntime. Contributed by Sidharta Seethana. (8 years ago) +* 6c600360ca46 - Addendum fix for HDFS-10817 to fix failure of the added testFSReadLockLongHoldingReport in branch-2. (8 years ago) +* 6f4b0d33ca33 - HDFS-10817. Add Logging for Long-held NN Read Locks. Contributed by Erik Krogen. (8 years ago) +* 85bab5fb5721 - HDFS-10784. Implement WebHdfsFileSystem#listStatusIterator. (8 years ago) +* 01721dd88ee5 - HDFS-10729. Improve log message for edit loading failures caused by FS limit checks. Contributed by Wei-Chiu Chuang. (8 years ago) +* 20ae1fa259b3 - HDFS-10813. DiskBalancer: Add the getNodeList method in Command. Contributed by Yiqun Lin. (8 years ago) +* d6d9cff21b7b - YARN-5221. Expose UpdateResourceRequest API to allow AM to request for change in container properties. (asuresh) (8 years ago) +* 9dcbdbdb5a34 - HDFS-9392. Admins support for maintenance state. Contributed by Ming Ma. (8 years ago) +* c4ee6915a14e - HDFS-10760. DataXceiver#run() should not log InvalidToken exception as an error. Contributed by Pan Yuxuan. (8 years ago) +* af508605a9ed - MAPREDUCE-4784. TestRecovery occasionally fails. Contributed by Haibo Chen (8 years ago) +* 4bd45f54eedd - HDFS-10814. Add assertion for getNumEncryptionZones when no EZ is created. Contributed by Vinitha Reddy Gankidi. (8 years ago) +* cd5e10ccca9b - HDFS-4210. Throw helpful exception when DNS entry for JournalNode cannot be resolved. Contributed by Charles Lamb and John Zhuge. (8 years ago) +* 05ede0038688 - YARN-5567. Fix script exit code checking in NodeHealthScriptRunner#reportHealthStatus. (Yufei Gu via rchiang) (8 years ago) +* 8b57be108f9d - HADOOP-12608. Fix exception message in WASB when connecting with anonymous credential. Contributed by Dushyanth. (8 years ago) +* ed6ff5cd789c - YARN-5550. TestYarnCLI#testGetContainers should format according to CONTAINER_PATTERN. Contributed by Jonathan Hung. (8 years ago) +* 5d1609ddf275 - HDFS-10625. VolumeScanner to report why a block is found bad. Contributed by Rushabh S Shah and Yiqun Lin. (8 years ago) +* 6fcb04c1780a - HADOOP-13559. Remove close() within try-with-resources in ChecksumFileSystem/ChecksumFs classes. (Contributed by Aaron Fabbri) (8 years ago) +* 69f7277625b8 - MAPREDUCE-6768. TestRecovery.testSpeculative failed with NPE. Contributed by Haibo Chen (8 years ago) +* 6742fb6e68d3 - HDFS-10807. Doc about upgrading to a version of HDFS with snapshots may be confusing. (Contributed by Mingliang Liu) (8 years ago) +* e1ad598cef61 - HADOOP-7363. TestRawLocalFileSystemContract is needed. Contributed by Andras Bokor. (8 years ago) +* 4cbe61407dcb - YARN-5560. Clean up bad exception catching practices in TestYarnClient. Contributed by Sean Po (8 years ago) +* 92d8f371553b - HADOOP-13552. RetryInvocationHandler logs all remote exceptions. Contributed by Jason Lowe (8 years ago) +* c25817159af1 - HDFS-10652. Add a unit test for HDFS-4660. Contributed by Vinayakumar B., Wei-Chiu Chuang, Yongjun Zhang. (8 years ago) +* 19c743c1bbca - YARN-4889. Changes in AMRMClient for identifying resource-requests explicitly. (Arun Suresh via wangda) (8 years ago) +* b930dc3ec06a - YARN-5327. API changes required to support recurring reservations in the YARN ReservationSystem. (Sangeetha Abdu Jyothi via Subru). (8 years ago) +* e806db719053 - HDFS-10584. Allow long-running Mover tool to login with keytab. Contributed by Rakesh R. (8 years ago) +* a445b82baaa5 - HDFS-10793. Fix HdfsAuditLogger binary incompatibility introduced by HDFS-9184. Contributed by Manoj Govindassamy. (8 years ago) +* 407b519fb14f - HDFS-10798. Make the threshold of reporting FSNamesystem lock contention configurable. Contributed by Erik Krogen. (8 years ago) +* 8b7adf4ddf42 - HDFS-10768. Optimize mkdir ops. Contributed by Daryn Sharp. (8 years ago) +* cde3a00526c5 - YARN-5373. NPE listing wildcard directory in containerLaunch. (Daniel Templeton via kasha) (8 years ago) +* 9ef632f3b0b0 - YARN-5557. Add localize API to the ContainerManagementProtocol. Contributed by Jian He. (8 years ago) +* 13fb1b50e608 - HDFS-8915. TestFSNamesystem.testFSLockGetWaiterCount fails intermittently. Contributed by Masatake Iwasaki. (8 years ago) +* 46e02ab719d0 - YARN-3940. Application moveToQueue should check NodeLabel permission. Contributed by Bibin A Chundatt (8 years ago) +* bfb4d950596d - YARN-5430. Return container's ip and host from NM ContainerStatus call. Contributed by Jian He. (8 years ago) +* 27c3b8625238 - YARN-5564. Fix typo in RM_SCHEDULER_RESERVATION_THRESHOLD_INCREMENT_MULTIPLE. Contributed by Ray Chiang (8 years ago) +* f4a21d3abaa7 - HDFS-10795. Fix an error in ReaderStrategy#ByteBufferStrategy. Contributed by Sammi Chen (8 years ago) +* 81485dbfc1ff - Revert "HADOOP-13465. Design Server.Call to be extensible for unified call queue. Contributed by Daryn Sharp." (8 years ago) +* 1360bd2d5451 - MAPREDUCE-6764. Teragen LOG initialization bug. Contributed by Yufei Gu. (8 years ago) +* d288a0ba8364 - HADOOP-13465. Design Server.Call to be extensible for unified call queue. Contributed by Daryn Sharp. (8 years ago) +* 4da5000dd33c - HDFS-10748. TestFileTruncate#testTruncateWithDataNodesRestart runs sometimes timeout. Contributed by Yiqun Lin. (8 years ago) +* 3d86110a5ccf - YARN-5389. TestYarnClient#testReservationDelete fails. Contributed by Sean Po (8 years ago) +* 52b25fe6ae8f - HADOOP-13533. Do not require user to set HADOOP_SSH_OPTS to a non-null string, allow setting of an empty string. (Albert Chu via aw) closes #121 (8 years ago) +* 601599b03685 - HADOOP-13532. Fix typo in hadoop_connect_to_hosts error message (Albert Chu via aw) closes #120 (8 years ago) +* 525d52bf7c18 - YARN-5042. Mount /sys/fs/cgroup into Docker containers as read only mount. Contributed by luhuichun. (8 years ago) +* 79603f588238 - YARN-5537. Fix intermittent failure of TestAMRMClient#testAMRMClientWithContainerResourceChange (Bibin A Chundatt via Varun Saxena) (8 years ago) +* ab3b727b5f15 - HADOOP-13534. Remove unused TrashPolicy#getInstance and initialize code. Contributed by Yiqun Lin. (8 years ago) +* 5a6fc5f4831d - MAPREDUCE-6767. TestSlive fails after a common change. Contributed by Daniel Templeton. (8 years ago) +* a1f3293762dd - HDFS-10772. Reduce byte/string conversions for get listing. Contributed by Daryn Sharp. (8 years ago) +* 347615680773 - HADOOP-13396. Allow pluggable audit loggers in KMS. Contributed by Xiao Chen (8 years ago) +* 6fa9bf4407a0 - MAPREDUCE-6761. Regression when handling providers - invalid configuration ServiceConfiguration causes Cluster initialization failure. Contributed by Peter Vary (8 years ago) +* 0ce1ab95cc11 - MAPREDUCE-6578. Add support for HDFS heterogeneous storage testing to TestDFSIO. Contributed by Wei Zhou and Sammi Chen (8 years ago) +* 793447f79924 - HDFS-8905. Refactor DFSInputStream#ReaderStrategy. Contributed by Kai Zheng and Sammi Chen (8 years ago) +* ec252ce0fc09 - HDFS-10762. Pass IIP for file status related methods (8 years ago) +* 092b4d5bfd02 - HADOOP-13538. Deprecate getInstance and initialize methods with Path in TrashPolicy. Contributed by Yiqun Lin. (8 years ago) +* c37346d0e3f9 - HADOOP-12726. Unsupported FS operations should throw UnsupportedOperationException. Contributed by Daniel Templeton. (8 years ago) +* 143c59e4c5a8 - YARN-4491. yarn list command to support filtering by tags. Contributed by Varun Saxena (8 years ago) +* 8aae8d6bf03a - HADOOP-13497. fix wrong command in CredentialProviderAPI.md. Contributed by Yuanbo Liu. (8 years ago) +* 126d165efd80 - HDFS-9745. TestSecureNNWithQJM#testSecureMode sometimes fails with timeouts. Contributed by Xiao Chen (8 years ago) +* 6f9c346e5773 - HADOOP-13446. Support running isolated unit tests separate from AWS integration tests. Contributed by Chris Nauroth. (8 years ago) +* f0efea490e5a - HDFS-8986. Add option to -du to calculate directory space usage excluding snapshots. Contributed by Xiao Chen. (8 years ago) +* dd76238a3baf - HADOOP-13524. mvn eclipse:eclipse generates .gitignore'able files. Contributed by Vinod Kumar Vavilapalli (8 years ago) +* e90f3359de29 - HDFS-10783. The option '-maxSize' and '-step' fail in OfflineImageViewer. Contributed by Yiqun Lin. (8 years ago) +* 0d5997d2b98e - YARN-5544. TestNodeBlacklistingOnAMFailures fails on trunk. Contributed by Sunil G. (8 years ago) +* 8cc4a67059e3 - MAPREDUCE-6587. Remove unused params in connection-related methods of Fetcher. Contributed by Yiqun Lin. (8 years ago) +* c49333becfa7 - HDFS-8312. Added permission check for moving file to Trash. (Weiwei Yang via Eric Yang) (8 years ago) +* 4070caad70db - HADOOP-13526. Add detailed logging in KMS for the authentication failure of proxy user. Contributed by Suraj Acharya. (8 years ago) +* 3ca4d6ddfd19 - Revert "HDFS-10762. Pass IIP for file status related methods. Contributed by Daryn Sharp." (8 years ago) +* f4d4d3474cfd - HADOOP-13487. Hadoop KMS should load old delegation tokens from Zookeeper on startup. Contributed by Xiao Chen. (8 years ago) +* 22fc46d76599 - HDFS-10762. Pass IIP for file status related methods. Contributed by Daryn Sharp. (8 years ago) +* dc7a1c54f444 - HDFS-10692. Update JDiff report's base version for HDFS from 2.6.0 to 2.7.2. Contributed by Wangda Tan. (8 years ago) +* 115ecb52a86b - HADOOP-13527. Add Spark to CallerContext LimitedPrivate scope. (Contributed by Weiqing Yang) (8 years ago) +* d37b45d613b7 - MAPREDUCE-6762. ControlledJob#toString failed with NPE when job status is not successfully updated (Weiwei Yang via Varun Saxena) (8 years ago) +* 0faee62a0c8c - HDFS-10764. Fix INodeFile#getBlocks to not return null. Contributed by Arpit Agarwal. (8 years ago) +* 99603e902244 - HADOOP-13428. Fixed hadoop-common build files to generate jdiff by working around a jdiff-bug. Contributed by Wangda Tan. (8 years ago) +* 2da32a6ef9ed - YARN-4685. Disable AM blacklisting by default to mitigate situations that application get hanged. (Rohith Sharma K S via wangda) (8 years ago) +* 444b2ea7afeb - YARN-3388. Allocation in LeafQueue could get stuck because DRF calculator isn't well supported when computing user-limit. (Nathan Roberts via wangda) (8 years ago) +* 3d937457ee60 - MAPREDUCE-6310. Add jdiff support to MapReduce. (Li Lu/vinodkv via wangda) (8 years ago) +* 723facfa408f - MAPREDUCE-6763. Shuffle server listen queue is too small (Jason Lowe via Varun Saxena) (8 years ago) +* 763f0497bb99 - HADOOP-13252. Tune S3A provider plugin mechanism. Contributed by Steve Loughran. (8 years ago) +* 03a9343d5798 - HADOOP-12765. HttpServer2 should switch to using the non-blocking SslSelectChannelConnector to prevent performance degradation when handling SSL connections. Contributed by Min Shen. (8 years ago) +* 2550371f66c4 - HDFS-10711. Optimize FSPermissionChecker group membership check. Contributed by Daryn Sharp. (8 years ago) +* 091dd19e8636 - YARN-5533. JMX AM Used metrics for queue wrong when app submited to nodelabel partition (Bibin A Chundatt via Varun Saxena) (8 years ago) +* 8aed374182f2 - Revert "YARN-5533. JMX AM Used metrics for queue wrong when app submited to nodelabel partition (Bibin A Chundatt via Varun Saxena)" (8 years ago) +* 59557e85a40f - YARN-5533. JMX AM Used metrics for queue wrong when app submited to nodelabel partition (Bibin A Chundatt via Varun Saxena) (8 years ago) +* 8179f9a493c1 - HDFS-10645. Make block report size as a metric and add this metric to datanode web ui. Contributed by Yuanbo Liu. (8 years ago) +* dbcaf999d9ea - HADOOP-13504. Refactor jni_common to conform to C89 restrictions imposed by Visual Studio 2010. Contributed by Sammi Chen (8 years ago) +* c5c3e81b49ae - HADOOP-13503. Improve SaslRpcClient failure logging. Contributed by Xiaobing Zhou. (8 years ago) +* 0f51eae0c085 - HADOOP-13512. ReloadingX509TrustManager should keep reloading in case of exception. (Contributed by Mingliang Liu) (8 years ago) +* ae4db2544346 - HADOOP-13513. Java 1.7 support for org.apache.hadoop.fs.azure testcases. Contributed by Tibor Kiss. (8 years ago) +* 0da69c324dee - YARN-4676. Automatic and Asynchronous Decommissioning Nodes Status Tracking. Contributed by Diniel Zhi. (cherry picked from commit d464483bf7f0b3e3be3ba32cd6c3eee546747ab5) (8 years ago) +* 040c185d624a - HADOOP-13405 doc for fs.s3a.acl.default indicates incorrect values. Contributed by Shen Yinjie (8 years ago) +* 913a8951366a - YARN=5526. DrainDispacher#serviceStop blocked if setDrainEventsOnStop invoked (sandflee via Varun Saxena) (8 years ago) +* 20f0eb871c57 - YARN-4702. FairScheduler: Allow setting maxResources for ad hoc queues. (Daniel Templeton via kasha) (8 years ago) +* ca13e7971d0d - HDFS-10773. BlockSender should not synchronize on the dataset object. (Contributed by Chen Liang) (8 years ago) +* 2aa5e2c40364 - HDFS-10549. Correctly revoke file leases when closing files. Contributed by Yiqun Lin. (8 years ago) +* c57523163f89 - HADOOP-11786. Fix Javadoc typos in org.apache.hadoop.fs.FileSystem. Contributed by Andras Bokor. (8 years ago) +* 822d661b8fcc - HADOOP-13208. S3A listFiles(recursive=true) to do a bulk listObjects instead of walking the pseudo-tree of directories. Contributed by Steve Loughran. (8 years ago) +* 869393643de2 - HDFS-10745. Directly resolve paths into INodesInPath. Contributed by Daryn Sharp. (8 years ago) +* e3037c564117 - YARN-5523. Yarn running container log fetching causes OutOfMemoryError (Xuan Gong via Varun Saxena) (8 years ago) +* f80a7298325a - MAPREDUCE-6690. Limit the number of resources a single map reduce job can submit for localization. Contributed by Chris Trezzo (8 years ago) +* 7f05ff7a4e65 - YARN-5455. Update Javadocs for LinuxContainerExecutor. Contributed by Daniel Templeton. (8 years ago) +* 23532716fcd3 - HADOOP-13470. GenericTestUtils$LogCapturer is flaky. (Contributed by Mingliang Liu) (8 years ago) +* 3808876c7397 - HADOOP-13324. s3a tests don't authenticate with S3 frankfurt (or other V4 auth only endpoints). Contributed by Steve Loughran. (8 years ago) +* 27a6e09c4e22 - Revert "HADOOP-13470. GenericTestUtils$LogCapturer is flaky. (Contributed by Mingliang Liu)" (8 years ago) +* 4b689e7a758a - HADOOP-13494. ReconfigurableBase can log sensitive information. Contributed by Sean Mackrory. (8 years ago) +* 6c154abd3327 - MAPREDUCE-6751. Add debug log message when splitting is not possible due to unsplittable compression. (Peter Vary via rchiang) (8 years ago) +* b047bc7270f3 - HDFS-10560. DiskBalancer: Reuse ObjectMapper instance to improve the performance. Contributed by Yiqun Lin. (8 years ago) +* b427ce12bcdd - YARN-5475. Fix test failure of TestAggregatedLogFormat#testReadAcontainerLogs1 (Jun Gong via Varun Saxena) (8 years ago) +* ffe1fff5262b - YARN-5514. Clarify DecommissionType.FORCEFUL comment (Vrushali C via Varun Saxena) (8 years ago) +* b8a446ba57d8 - HADOOP-13419. Fix javadoc warnings by JDK8 in hadoop-common package. Contributed by Kai Sasaki. (8 years ago) +* 4d4d95fdd5e1 - HDFS-10641. TestBlockManager#testBlockReportQueueing fails intermittently. (Contributed by Daryn Sharp) (8 years ago) +* 9336a0495f99 - HADOOP-13470. GenericTestUtils$LogCapturer is flaky. (Contributed by Mingliang Liu) (8 years ago) +* ef55fe171691 - HDFS-10747. o.a.h.hdfs.tools.DebugAdmin usage message is misleading. (Contributed by Mingliang Liu) (8 years ago) +* 382d61526023 - HDFS-10678. Documenting NNThroughputBenchmark tool. (Contributed by Mingliang Liu) (8 years ago) +* 4bcbef39f7ca - HDFS-10724. Document caller context config keys. (Contributed by Mingliang Liu) (8 years ago) +* 12ad63d7232c - HDFS-10725. Caller context should always be constructed by a builder. (Contributed by Mingliang Liu) (8 years ago) +* 5628b36c0872 - HDFS-10559. DiskBalancer: Use SHA1 for Plan ID. Contributed by Xiaobing Zhou. (8 years ago) +* 02abd131b857 - HDFS-10567. Improve plan command help message. Contributed by Xiaobing Zhou. (8 years ago) +* 9daa9979a1f9 - HADOOP-13437. KMS should reload whitelist and default key ACLs when hot-reloading. Contributed by Xiao Chen. (8 years ago) +* 864f878d5912 - HDFS-10763. Open files can leak permanently due to inconsistent lease update. Contributed by Kihwal Lee. (8 years ago) +* 03dea65e0b17 - HDFS-10744. Internally optimize path component resolution. Contributed by Daryn Sharp. (8 years ago) +* d714030b5d41 - HADOOP-13333. testConf.xml ls comparators in wrong order (Vrushali C via Varun Saxena) (8 years ago) +* bed69d18e6c8 - HDFS-10580. DiskBalancer: Make use of unused methods in GreedyPlanner to print debug info. Contributed by Yiqun Lin (8 years ago) +* 24249115bff3 - YARN-5521. Fix random failure of TestCapacityScheduler#testKillAllAppsInQueue (sandflee via Varun Saxena) (8 years ago) +* 83e57e083f2c - HDFS-9696. Garbage snapshot records linger forever. Contributed by Kihwal Lee (8 years ago) +* 9f29f423e426 - HDFS-10737. disk balancer add volume path to report command. Contributed by Yuanbo Liu. (8 years ago) +* d677b68c2599 - YARN-5491. Fix random failure of TestCapacityScheduler#testCSQueueBlocked (Bibin A Chundatt via Varun Saxena) (8 years ago) +* 23c6e3c4e41f - YARN-5476. Non existent application reported as ACCEPTED by YarnClientImpl (Junping Du via Varun Saxena) (8 years ago) +* 9019606b69bf - HDFS-10731. FSDirectory#verifyMaxDirItems does not log path name. Contributed by Wei-Chiu Chuang. (8 years ago) +* b5af9be72c72 - HDFS-8668. Erasure Coding: revisit buffer used for encoding and decoding. Contributed by Sammi Chen (8 years ago) +* 4d3ea92f4fe4 - HADOOP-13410. RunJar adds the content of the jar twice to the classpath (Yuanbo Liu via sjlee) (8 years ago) +* 874577a67df8 - YARN-4833. For Queue AccessControlException client retries multiple times on both RM. Contributed by Bibin A Chundatt (8 years ago) +* db719ef125b1 - HADOOP-13190. Mention LoadBalancingKMSClientProvider in KMS HA documentation. Contributed by Wei-Chiu Chuang. (8 years ago) +* d892ae9576d0 - HADOOP-13441. Document LdapGroupsMapping keystore password properties. Contributed by Yuanbo Liu. (8 years ago) +* 8fbb57fbd903 - HADOOP-11588. Benchmark framework and test for erasure coders. Contributed by Rui Li (8 years ago) +* 5199db387d59 - YARN-5492. TestSubmitApplicationWithRMHA is failing sporadically during precommit builds. Contributed by Vrushali C. (8 years ago) +* 666ad0b67b91 - YARN-2398. TestResourceTrackerOnHA crashes. Contributed by Ajith S. (8 years ago) +* a428d4f50e8c - HDFS-8897. Balancer should handle fs.defaultFS trailing slash in HA. Contributed by John Zhuge. (8 years ago) +* e7e8aed208f0 - HDFS-10720. Fix intermittent test failure of TestDataNodeErasureCodingMetrics. Contributed by Rakesh R (8 years ago) +* aea3e6574933 - YARN-5137. Make DiskChecker pluggable in NodeManager. (Yufei Gu via rchiang) (8 years ago) +* e83be44af530 - HADOOP-13461. NPE in KeyProvider.rollNewVersion. Contributed by Colm O hEigeartaigh. (8 years ago) +* ec289bbeceff - HDFS-10643. Namenode should use loginUser(hdfs) to generateEncryptedKey. Contributed by Xiaoyu Yao. (8 years ago) +* fdafd0cb4f16 - Revert "Namenode should use loginUser(hdfs) to generateEncryptedKey. Contributed by Xiaoyu Yao." (8 years ago) +* 9f816d7ca74c - Namenode should use loginUser(hdfs) to generateEncryptedKey. Contributed by Xiaoyu Yao. (8 years ago) +* 89c0bff7197d - YARN-5495. Remove import wildcard in CapacityScheduler. Contributed by Ray Chiang. (8 years ago) +* 5c95bb315ba6 - YARN-5382. RM does not audit log kill request for active applications. Contributed by Vrushali C (8 years ago) +* 10e84c6a6e83 - HDFS-10694. processReport() should print blockReportId in each log message. Contributed by Yuanbo Liu. (8 years ago) +* e0b570dffb47 - YARN-5483. Optimize RMAppAttempt#pullJustFinishedContainers. Contributed by sandflee (8 years ago) +* 4d4fe07c3cdd - HADOOP-13476. CredentialProviderFactory fails at class loading from libhdfs (JNI). Contributed by Aaron Fabbri. (8 years ago) +* d00d3add9e3c - HDFS-8224. Schedule a block for scanning if its metadata file is corrupt. Contributed by Rushabh S Shah. (8 years ago) +* 7992c0b42ceb - YARN-5343. TestContinuousScheduling#testSortedNodes fails intermittently. (Yufei Gu via kasha) (8 years ago) +* 9c6a4383cac2 - HDFS-10681. DiskBalancer: query command should report Plan file path apart from PlanID. (Manoj Govindassamy via lei) (8 years ago) +* cc48251bfdef - HDFS-10457. DataNode should not auto-format block pool directory if VERSION is missing. (Wei-Chiu Chuang via lei) (8 years ago) +* 85422bb7c5d3 - HADOOP-13299. JMXJsonServlet is vulnerable to TRACE. (Haibo Chen via kasha) (8 years ago) +* 0f701f433dd3 - HDFS-10738. Fix TestRefreshUserMappings.testRefreshSuperUserGroupsConfiguration test failure. Contributed by Rakesh R. (8 years ago) +* caf800d5290d - HADOOP-13473. Tracing in IPC Server is broken. Contributed by Daryn Sharp. (8 years ago) +* c4b77aed7e75 - MAPREDUCE-6750. Fix TestHSAdminServer#testRefreshSuperUserGroups (Kihwal Lee via Varun Saxena) (8 years ago) +* 3cd386bd97c0 - YARN-5474. Typo mistake in AMRMClient#getRegisteredTimeineClient API. Contributed by Naganarasimha G R. (8 years ago) +* b10c936020e2 - HDFS-10342. BlockManager#createLocatedBlocks should not check corrupt replicas if none are corrupt. Contributed by Kuhu Shukla. (8 years ago) +* 4aba85875090 - MAPREDUCE-6741. Add MR support to redact job conf properties. Contributed by Haibo Chen (8 years ago) +* 522ddbde79cd - YARN-5394. Remove bind-mount /etc/passwd for Docker containers. Contributed by Zhankun Tang. (8 years ago) +* 82c9e061017c - YARN-5457. Refactor DistributedScheduling framework to pull out common functionality. (asuresh) (8 years ago) +* 8f9b61852bf6 - HADOOP-13439. Fix race between TestMetricsSystemImpl and TestGangliaMetrics. Contributed by Chen Liang. (8 years ago) +* 0ad48aa2c8f4 - HADOOP-12747. support wildcard in libjars argument (sjlee) (8 years ago) +* 070548943a16 - HADOOP-13395. Enhance TestKMSAudit. Contributed by Xiao Chen. (8 years ago) +* 6418edd6feea - HADOOP-13380. TestBasicDiskValidator should not write data to /tmp (Yufei Gu via lei) (8 years ago) +* 83a2ffec408f - YARN-5470. Addedum to differentiate exactly matching of log-files with regex in yarn log CLI. Contributed by Xuan Gong. (8 years ago) +* 58e1523c8ea1 - HADOOP-13457. Remove hardcoded absolute path for shell executable. (Chen Liang) (8 years ago) +* 2ed58c40e5dc - HADOOP-13403. AzureNativeFileSystem rename/delete performance improvements. Contributed by Subramanyam Pattipaka. (8 years ago) +* 8c0638471f8f - HADOOP-10682. Replace FsDatasetImpl object lock with a separate lock object. (Chen Liang) (8 years ago) +* 625585950a15 - HADOOP-10823. TestReloadingX509TrustManager is flaky. Contributed by Mingliang Liu. (8 years ago) +* 37d939a453d1 - YARN-4910. Fix incomplete log info in ResourceLocalizationService (Jun Gong via Varun Saxena) (8 years ago) +* 6529fe934546 - MAPREDUCE-6748. Enhance logging for Cluster.java around InetSocketAddress (Vrushali C via Varun Saxena) (8 years ago) +* 4d3af47f2765 - HDFS-10693. metaSave should print blocks, not LightWeightHashSet. Contributed by Yuanbo Liu. (8 years ago) +* 131d58a24edc - YARN-5287. LinuxContainerExecutor fails to set proper permission. Contributed by Ying Zhang (8 years ago) +* 10ed06a0c96c - HADOOP-13418. Fix javadoc warnings by JDK8 in hadoop-nfs package. Contributed by Kai Sasaki. (8 years ago) +* 49ba09a9221a - HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Zhaohao Liang and Wei-Chiu Chuang. (8 years ago) +* d81b8163b4e5 - (weichiu/YARN-4902, pbacsko/YARN-4902, origin/YARN-4902, JackWangCS/YARN-4902, 9uapaw/YARN-4902) YARN-4624. NPE in PartitionQueueCapacitiesInfo while accessing Schduler UI. Contributed by Brahma Reddy Battula (8 years ago) +* e605d47df056 - YARN-5470. Differentiate exactly match with regex in yarn log CLI. Contributed by Xuan Gong. (8 years ago) +* 3f100d76ff5d - YARN-4888. Changes in scheduler to identify resource-requests explicitly by allocation-id. (Subru Krishnan via wangda) (8 years ago) +* e0d131f055ee - YARN-4091. Add REST API to retrieve scheduler activity. (Chen Ge and Sunil G via wangda) (8 years ago) +* d9a354c2f392 - YARN-5333. Some recovered apps are put into default queue when RM HA. Contributed by Jun Gong. (8 years ago) +* 4a26221021ec - YARN-5429. Fix return related javadoc warnings in yarn-api (Vrushali C via Varun Saxena) (8 years ago) +* ef432579a776 - HDFS-10715. NPE when applying AvailableSpaceBlockPlacementPolicy. Contributed by Guangbin Zhu. (8 years ago) +* 18d9e6ec0bdb - HDFS-10588. False alarm in datanode log - ERROR - Disk Balancer is not enabled. Contributed by Weiwei Yang. (8 years ago) +* 438a9f047eb6 - HDFS-10673. Optimize FSPermissionChecker's internal path usage. Contributed by Daryn Sharp. (8 years ago) +* cca622969609 - HDFS-10718. Prefer direct ByteBuffer in native RS encoder and decoder. Contributed by Sammi Chen (8 years ago) +* 57369a678c4c - HDFS-10343. BlockManager#createLocatedBlocks may return blocks on failed storages. Contributed by Kuhu Shukla. (8 years ago) +* 331ef251527f - HADOOP-13466. Add an AutoCloseableLock class. (Chen Liang) (8 years ago) +* b8ca84ac99d2 - HADOOP-13467. Shell#getSignalKillCommand should use the bash builtin on Linux. (Arpit Agarwal) (8 years ago) +* 4a8e6dc02fb1 - HDFS-10722. Fix race condition in TestEditLog#testBatchedSyncWithClosedLogs. Contributed by Daryn Sharp. (8 years ago) +* 8c9b44eaffb7 - In Balancer, the target task should be removed when its size < 0. Contributed by Yiqun Lin (8 years ago) +* 94225152399e - HADOOP-13442. Optimize UGI group lookups. Contributed by Daryn Sharp. (8 years ago) +* 6ae39199dac6 - HDFS-10662. Optimize UTF8 string/byte conversions. Contributed by Daryn Sharp. (8 years ago) +* 70c278115249 - MAPREDUCE-6730. Use StandardCharsets instead of String overload in TextOutputFormat. Contributed by Sahil Kang. (8 years ago) +* 08e33381f534 - YARN-5459. Add support for docker rm. Contributed by Shane Kumpf. (8 years ago) +* 05db64913d8c - HADOOP-13443. KMS should check the type of underlying keyprovider of KeyProviderExtension before falling back to default. Contributed by Anthony Young-Garner. (8 years ago) +* 8f1c374bec24 - MAPREDUCE-6682. TestMRCJCFileOutputCommitter fails intermittently Contributed by Akira Ajisaka. (8 years ago) +* a1f6564d31c1 - HADOOP-13458. LoadBalancingKMSClientProvider#doOp should log IOException stacktrace. Contributed by Chen Liang. (8 years ago) +* 6f63566694f8 - HDFS-10569. A bug causes OutOfIndex error in BlockListAsLongs. Contributed by Weiwei Yang. (8 years ago) +* c82745432a96 - HADOOP-10980. TestActiveStandbyElector fails occasionally in trunk. Contributed by Eric Badger (8 years ago) +* db4a61dc6179 - YARN-5469. Increase timeout of TestAmFilter.testFilter. Contributed by Eric Badger (8 years ago) +* f4ba5ff1d70e - HDFS-10710. In BlockManager#rescanPostponedMisreplicatedBlocks(), postponed misreplicated block counts should be retrieved within the NN lock protection.Contributed by GAO Rui. (8 years ago) +* db646540f094 - YARN-5462. TestNodeStatusUpdater.testNodeStatusUpdaterRetryAndNMShutdown fails intermittently. Contributed by Eric Badger (8 years ago) +* 4d92aefd35d4 - YARN-4280. CapacityScheduler reservations may not prevent indefinite postponement on a busy cluster. Contributed by Kuhu Shukla (8 years ago) +* 580a83349637 - HADOOP-13483. Optimize IPC server protobuf decoding. Contributed by Daryn Sharp. (8 years ago) +* 22ef5286bc85 - HDFS-10674. Optimize creating a full path from an inode. Contributed by Daryn Sharp. (8 years ago) +* 58db263e93da - HDFS-742. A down DataNode makes Balancer to hang on repeatingly asking NameNode its partial block list. Contributed by Mit Desai. (8 years ago) +* bebf10d2455c - HDFS-10656. Optimize conversion of byte arrays back to path string. Contributed by Daryn Sharp. (8 years ago) +* 2d8227605fe2 - HADOOP-13426. More efficiently build IPC responses. Contributed by Daryn Sharp. (8 years ago) +* d848184e905d - YARN-5460. Change container runtime type logging in DelegatingLinuxContainerRuntime to debug. Contributed by Shane Kumpf. (8 years ago) +* 4ef1bc0bdb6b - HADOOP-13459. hadoop-azure runs several test cases repeatedly, causing unnecessarily long running time. Contributed by Chris Nauroth. (8 years ago) +* b913677365ad - YARN-5456. container-executor support for FreeBSD, NetBSD, and others if conf path is absolute. Contributed by Allen Wittenauer. (8 years ago) +* d28c2d9f5563 - HDFS-9353. Code and comment mismatch in JavaKeyStoreProvider. (Andras Bokor) (8 years ago) +* 954465e7ba3a - HADOOP-13434. Add bash quoting to Shell class. (Owen O'Malley) (8 years ago) +* 5e5b8793fba8 - HDFS-5805. TestCheckpoint.testCheckpoint fails intermittently on branch-2. Contributed by Eric Badger. (8 years ago) +* 0458a2af6e92 - HADOOP-13081. add the ability to create multiple UGIs/subjects from one kerberos login. Contributed by Sergey Shelukhin. (8 years ago) +* 3818393297c7 - YARN-5226. Remove AHS enable check from LogsCLI#fetchAMContainerLogs. Contributed by Xuan Gong. (8 years ago) +* b3018e73ccae - HADOOP-13429. Dispose of unnecessary SASL servers. Contributed by Daryn Sharp. (8 years ago) +* 7fc70c6422da - YARN-5458. Rename DockerStopCommandTest to TestDockerStopCommand. Contributed by Shane Kumpf. (8 years ago) +* 2e7c2a13a853 - YARN-5443. Add support for docker inspect command. Contributed by Shane Kumpf. (8 years ago) +* a5fb298e5622 - HDFS-10707. Replace org.apache.commons.io.Charsets with java.nio.charset.StandardCharsets. Contributed by Vincent Poon. (8 years ago) +* 6890d5b47232 - MAPREDUCE-6724. Single shuffle to memory must not exceed Integer#MAX_VALUE. (Haibo Chen via gera) (8 years ago) +* c4463f2ef20d - Revert "HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi." (8 years ago) +* 9f473cf903e5 - HDFS-10655. Fix path related byte array conversion bugs. (daryn) (8 years ago) +* 95694b70cd38 - YARN-5444. Fix failing unit tests in TestLinuxContainerExecutorWithMocks. Contributed by Yufei Gu. (8 years ago) +* 770b5eb2db68 - HADOOP-13444. Replace org.apache.commons.io.Charsets with java.nio.charset.StandardCharsets. Contributed by Vincent Poon. (8 years ago) +* 34ccaa8367f0 - HADOOP-11540. Raw Reed-Solomon coder using Intel ISA-L library. Contributed by Kai Zheng (8 years ago) +* e5766b1dbee0 - YARN-5113. Refactoring and other clean-up for distributed scheduling. (Konstantinos Karanasos via asuresh) (8 years ago) +* 3d191cc15244 - HADOOP-13440. FileContext does not react on changing umask via configuration. (8 years ago) +* ef501b1a0b4c - YARN-5121. fix some container-executor portability issues. Contributed by Allen Wittenauer. (8 years ago) +* ce93595d7a18 - MAPREDUCE-6729. Accurately compute the test execute time in DFSIO. Contributed by mingleizhang. (8 years ago) +* 8d32bd884d53 - HDFS-10703. HA NameNode Web UI should show last checkpoint time. (John Zhuge via Yongjun Zhang) (8 years ago) +* 3f0bffea2d35 - MAPREDUCE-6746. Replace org.apache.commons.io.Charsets with java.nio.charset.StandardCharsets. Contributed by Vincent Poon. (8 years ago) +* 95f2b9859718 - YARN-5434. Add -client|server argument for graceful decommmission. Contributed by Robert Kanter. (8 years ago) +* 204a2055b1b9 - HDFS-10691. FileDistribution fails in hdfs oiv command due to ArrayIndexOutOfBoundsException. Contributed by Yiqun Lin. (8 years ago) +* 8ebf2e95d205 - HADOOP-13381. KMS clients should use KMS Delegation Tokens from current UGI. Contributed by Xiao Chen. (8 years ago) +* 7086fc72eebc - YARN-5436. Race in AsyncDispatcher can cause random test failures in Tez (probably YARN also). (Zhiyuan Yang via gtcarrera9) (8 years ago)
  • +* d9aae22fdf2a - HDFS-9276. Failed to Update HDFS Delegation Token for long running application in HA mode. Contributed by Liangliang Gu and John Zhuge (8 years ago) +* ce3d68e9c351 - HDFS-10676. Add namenode metric to measure time spent in generating EDEKs. Contributed by Hanisha Koneru. (8 years ago) +* 4e756d72719e - YARN-5203.Return ResourceRequest JAXB object in ResourceManager Cluster Applications REST API. Contributed by Ellen Hui. (8 years ago) +* a1890c32c52f - YARN-5438. TimelineClientImpl leaking FileSystem Instances causing Long running services like HiverServer2 daemon going OOM. Contributed by Rohith Sharma K S (8 years ago) +* a3d0cba81071 - HDFS-10689. Hdfs dfs chmod should reset sticky bit permission when the bit is omitted in the octal mode. (Manoj Govindassamy via Lei Xu) (8 years ago) +* 67406460f0b6 - HDFS-4176. EditLogTailer should call rollEdits with a timeout. (Lei Xu) (8 years ago) +* 328c855a578b - HDFS-10650. DFSClient#mkdirs and DFSClient#primitiveMkdir should use default directory permission. Contributed by John Zhuge. (8 years ago) +* 26de4f0de789 - YARN-5440. Use AHSClient in YarnClient when TimelineServer is running. (Xuan Gong via gtcarrera9) (8 years ago)
  • +* 7f3c306e2ed9 - YARN-5432. Lock already held by another process while LevelDB cache store creation for dag. Contributed by Li Lu. (8 years ago) +* 414fbfab4147 - HDFS-10696. TestHDFSCLI fails. Contributed by Kai Sasaki. (8 years ago) +* 8d06bda337db - YARN-5431. TimelineReader daemon start should allow to pass its own reader opts (Rohith Sharma K S via Varun Saxena) (8 years ago) +* d2cbfd7de33f - YARN-5441. Fixing minor Scheduler test case failures (8 years ago) +* 098ec2b11ff3 - HDFS-10519. Add a configuration option to enable in-progress edit log tailing. Contributed by Jiayi Zhou. (8 years ago) +* b43de80031d1 - HADOOP-13354. Update WASB driver to use the latest version (4.2.0) of SDK for Microsoft Azure Storage Clients. Contributed by Sivaguru Sankaridurg. (8 years ago) +* eb7ff0c99271 - HDFS-10667. Report more accurate info about data corruption location. (Yuanbo Liu via Yongjun Zhang) (8 years ago) +* 54fe17a607ec - HADOOP-9427. Use JUnit assumptions to skip platform-specific tests. Contributed by Gergely Novák. (8 years ago) +* 55d5993a8e6b - HDFS-10668. Fix intermittently failing UT TestDataNodeMXBean#testDataNodeMXBeanBlockCount. Contributed by Mingliang Liu. (8 years ago) +* d62e121ffc02 - YARN-5195. RM intermittently crashed with NPE while handling APP_ATTEMPT_REMOVED event when async-scheduling enabled in CapacityScheduler. (sandflee via wangda) (8 years ago) +* 2d8d183b1992 - YARN-5351. ResourceRequest should take ExecutionType into account during comparison. (Konstantinos Karanasos via asuresh) (8 years ago) +* 49969b16cdba - YARN-5342. Improve non-exclusive node partition resource allocation in Capacity Scheduler. (Sunil G via wangda) (8 years ago) +* d84ab8a5786c - HDFS-10598. DiskBalancer does not execute multi-steps plan. Contributed by Lei (Eddy) Xu. (8 years ago) +* 255ea45e50e1 - HADOOP-13422. ZKDelegationTokenSecretManager JaasConfig does not work well with other ZK users in process. Contributed by Sergey Shelukhin. (8 years ago) +* 5aace38b748b - YARN-5392. Replace use of Priority in the Scheduling infrastructure with an opaque ShedulerRequestKey. (asuresh and subru) (8 years ago) +* d2cf8b54c546 - HDFS-10642. TestLazyPersistReplicaRecovery#testDnRestartWithSavedReplicas fails intermittently. (Contributed by Mingliang Liu) (8 years ago) +* da6adf5151bb - Revert "YARN-5431. TimelineReader daemon start should allow to pass its own reader opts (Rohith Sharma K S via Varun Saxena)" (8 years ago) +* 8e2614592ddb - YARN-5431. TimelineReader daemon start should allow to pass its own reader opts (Rohith Sharma K S via Varun Saxena) (8 years ago) +* 25f0a9b3ab13 - HDFS-9937. Update dfsadmin command line help and HdfsQuotaAdminGuide. Contributed by Kai Sasaki. (8 years ago) +* f1a4863dfc9e - HADOOP-13041. Adding tests for coder utilities. Contributed by Kai Sasaki (8 years ago) +* 2aa18e19252b - Revert "HDFS-10668. Fix intermittently failing UT TestDataNodeMXBean#testDataNodeMXBeanBlockCount. Contributed by Mingliang Liu." (8 years ago) +* 7cac7655fd84 - HDFS-10668. Fix intermittently failing UT TestDataNodeMXBean#testDataNodeMXBeanBlockCount. Contributed by Mingliang Liu. (8 years ago) +* 85a20508bd04 - HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi. (8 years ago) +* 59466b8c1807 - HDFS-10671. Fix typo in HdfsRollingUpgrade.md. Contributed by Yiqun Lin. (8 years ago) +* 0cde9e12a717 - HDFS-10688. BPServiceActor may run into a tight loop for sending block report when hitting IOException. Contributed by Chen Liang. (8 years ago) +* d383bfdcd40c - YARN-5164. Use plan RLE to improve CapacityOverTimePolicy efficiency (8 years ago) +* 703fdf86c6e4 - MAPREDUCE-6744. Increase timeout on TestDFSIO tests. Contributed by Eric Badger (8 years ago) +* 86ae218893d0 - HADOOP-13188 S3A file-create should throw error rather than overwrite directories. Contributed by Steve Loughran (8 years ago) +* be9e46b42dd1 - HADOOP-13406 S3AFileSystem: Consider reusing filestatus in delete() and mkdirs(). Contributed by Rajesh Balamohan (8 years ago) +* 7052ca8804b2 - HADOOP-13389 TestS3ATemporaryCredentials.testSTS error when using IAM credentials. Contributed by Steven K. Wong (8 years ago) +* b79ba4fe9673 - HDFS-10651. Clean up some configuration related codes about legacy block reader. Contributed by Youwei Wang (8 years ago) +* 22a9a6b0d412 - HADOOP-13272. ViewFileSystem should support storage policy related API. Contributed by Peter Shi (8 years ago) +* 5fda66e4a38c - HADOOP-13207. Specify FileSystem listStatus, listFiles and RemoteIterator. Contributed by Steve Loughran. (8 years ago) +* c6e3a0020f42 - HDFS-10660. Expose storage policy apis via HDFSAdmin interface. (Contributed by Rakesh R) (8 years ago) +* 77ac04efe46e - HDFS-10565: Erasure Coding: Document about the current allowed storage policies for EC Striped mode files (8 years ago) +* c60a68ce1d2b - HADOOP-13392. [Azure Data Lake] OAuth2 configuration should be default set to true when AdlFileSystem is configured. Contributed by Vishwajeet Dusane and Chris Douglas. (8 years ago) +* dca6335dbc25 - HADOOP-13393. Omit unsupported fs.defaultFS setting in ADLS documentation (8 years ago) +* 132deb4cacc4 - HDFS-10225. DataNode hot swap drives should disallow storage type changes. Contributed by Lei (Eddy) Xu. (8 years ago) +* 12aa18447967 - HADOOP-13382. Remove unneeded commons-httpclient dependencies from POM files in Hadoop and sub-projects, while adding it in to the only place it is still needed, hadoop-openstack. Contributed by Matt Foley. (8 years ago) +* 43cf6b101dac - HADOOP-13240. TestAclCommands.testSetfaclValidations fail. Contributed by John Zhuge. (8 years ago) +* ecff7d03595b - MAPREDUCE-6738. TestJobListCache.testAddExisting failed intermittently in slow VM testbed. Contributed by Junping Du. (8 years ago) +* fcde6940e0cb - HDFS-10287. MiniDFSCluster should implement AutoCloseable. Contributed by Andras Bokor. (8 years ago) +* bd3dcf46e263 - HDFS-10653. Optimize conversion from path string to components. Contributed by Daryn Sharp. (8 years ago) +* 557a245d83c3 - YARN-5092. TestRMDelegationTokens fails intermittently. Contributed by Jason Lowe. (8 years ago) +* be34b2a8fd30 - YARN-1126. Add validation of users input nodes-states options to nodes CLI. Contributed by Wei Yan. (8 years ago) +* 521f34317a2f - HADOOP-12928. Update netty to 3.10.5.Final to sync with zookeeper. (lei) (8 years ago) +* e34006401312 - HADOOP-13383. Update release notes for 3.0.0-alpha1. (8 years ago) +* c63afdbe14df - YARN-4883. Make consistent operation name in AdminService. Contributed by Kai Sasaki. (8 years ago) +* 38128baff40e - HDFS-10425. Clean up NNStorage and TestSaveNamespace. Contributed by Andras Bokor. (8 years ago) +* 1c9d2ab503ea - YARN-5340. Fixed a race condition in RollingLevelDBTimelineStore that caused loss of Timeline events. Contributed by Li Lu. (8 years ago) +* 37362c2f922b - HADOOP-13212 Provide an option to set the socket buffers in S3AFileSystem (Rajesh Balamohan) (8 years ago) +* 9ccf935b2cba - YARN-5309. Fix SSLFactory truststore reloader thread leak in TimelineClientImpl. Contributed by Weiwei Yang. (8 years ago) +* 8fbe6ece24e3 - YARN-5350. Distributed Scheduling: Ensure sort order of allocatable nodes returned by the RM is not lost. (asuresh) (8 years ago) +* 8f0d3d69d65a - MAPREDUCE-6365. Refactor JobResourceUploader#uploadFilesInternal (Chris Trezzo via sjlee) (8 years ago) +* dc065dd64ca3 - HADOOP-12991. Conflicting default ports in DelegateToFileSystem. Contributed by Kai Sasaki. (8 years ago) +* f7dabe3addf3 - HDFS-10620. StringBuilder created and appended even if logging is disabled. Contributed by Staffan Friberg. (8 years ago) +* 7ddef0fee408 - HDFS-10647. Add a link to HDFS disk balancer document in site.xml. Contributed by Yiqun Lin. (8 years ago) +* fc570b55b9d1 - HDFS-10603. Fix flaky tests in org.apache.hadoop.hdfs.server.namenode.snapshot.TestOpenFilesWithSnapshot. Contributed by Yiqun Lin. (8 years ago) +* cda0a280ddd0 - YARN-5181. ClusterNodeTracker: add method to get list of nodes matching a specific resourceName. (kasha via asuresh) (8 years ago) +* 5f2d33a55103 - Revert "YARN=5181. ClusterNodeTracker: add method to get list of nodes matching a specific resourceName. (kasha via asuresh)" (8 years ago) +* dc2f4b6ac8a6 - YARN-5213. Fix a bug in LogCLIHelpers which cause TestLogsCLI#testFetchApplictionLogs fails intermittently. Contributed by Xuan Gong. (8 years ago) +* fe20494a7288 - YARN-4996. Make TestNMReconnect.testCompareRMNodeAfterReconnect() scheduler agnostic (Kai Sasaki via Varun Saxena) (8 years ago) +* 92fe2db540a7 - HADOOP-13301. Millisecond timestamp for FsShell console log and MapReduce jobsummary log. Contributed by John Zhuge. (8 years ago) +* c2bcffb34ebe - HADOOP-13202. Avoid possible overflow in org.apache.hadoop.util.bloom.BloomFilter#getNBytes. Contributed by Kai Sasaki. (8 years ago) +* 76be82bc0419 - HADOOP-13073 RawLocalFileSystem does not react on changing umask. Contributed by Andras Bokor (8 years ago) +* 5b4a708704b7 - HDFS-10639. Fix typos in HDFSDiskbalancer.md. Contributed by Yiqun Lin. (8 years ago) +* da456ffd625d - Preparing for 3.0.0-alpha2 development (8 years ago) +* ea9f43781e5a - HADOOP-13298. Fix the leftover L&N files in hadoop-build-tools/src/main/resources/META-INF/. (ozawa) (8 years ago) +* f5f1c81e7dca - YARN-5272. Handle queue names consistently in FairScheduler. (Wilfred Spiegelenburg via rchiang) (8 years ago) +* e905a42a2c6c - YARN=5181. ClusterNodeTracker: add method to get list of nodes matching a specific resourceName. (kasha via asuresh) (8 years ago) +* c2f9cd584cd7 - HADOOP-13368. DFSOpsCountStatistics$OpType#fromSymbol and s3a.Statistic#fromSymbol should be O(1) operation. Contributed by Mingliang Liu. (8 years ago) +* 442162048a15 - HADOOP-13254. Create framework for configurable disk checkers (yufeigu via rkanter) (8 years ago) +* 0881ed3fc313 - MAPREDUCE-6652. Add configuration property to prevent JHS from loading jobs with a task count greater than X (haibochen via rkanter) (8 years ago) +* c48e9d608c1d - HDFS-10628. Log HDFS Balancer exit message to its own log. Contributed by Jiayi Zhou. (8 years ago) +* 24db9167f16b - YARN-4484. Available Resource calculation for a queue is not correct when used with labels. (Sunil G via wangda) (8 years ago) +* 1d053836b118 - MAPREDUCE-6733. MapReduce JerseyTest tests failing with java.net.BindException: Address already in use. Contributed by Vinod Kumar Vavilapalli. (8 years ago) +* a72cb3825a11 - YARN-5383. Fix findbugs and checkstyle issues in ContainerExecutor. (Vrushali C via Varun Saxena) (8 years ago) +* 7e5355c14e55 - YARN-5339. Passing file to -out for YARN log CLI doesnt give warning or error code. Contributed by Xuan Gong. (8 years ago) +* b5ee7dbd8dde - YARN-5380. NMTimelinePublisher should use getMemorySize instead of getMemory. Contributed by Vrushali C (8 years ago) +* 13814832331a - HADOOP-13289. Remove unused variables in TestFairCallQueue. Contributed by Ye Zhou. (8 years ago) +* e549a9af3177 - YARN-5379. TestHBaseTimelineStorage. testWriteApplicationToHBase() fails intermittently (Vrushali C via sjlee) (8 years ago) +* 5537c6b23430 - HADOOP-13351. TestDFSClientSocketSize buffer size tests are flaky. Contributed by Aaron Fabbri and Mingliang Liu. (8 years ago) +* 6cf017558a3d - YARN-5159. Wrong Javadoc tag in MiniYarnCluster. Contributed by Andras Bokor. (8 years ago) +* 382dff74751b - HDFS-10600. PlanCommand#getThrsholdPercentage should not use throughput value. (Yiqun Lin via lei) (8 years ago) +* 429347289c77 - YARN-5363. For AM containers, or for containers of running-apps, "yarn logs" incorrectly only (tries to) shows syslog file-type by default. (Contributed by Vinod Kumar Vavilapalli) (8 years ago) +* 54bf14f80bcb - YARN-5303. Clean up ContainerExecutor JavaDoc. Contributed by Daniel Templeton. (8 years ago) +* e5e558b0a349 - YARN-4759. Fix signal handling for docker containers. Contributed by Shane Kumpf. (8 years ago) +* 58e185080180 - YARN-5298. Mount usercache and NM filecache directories into Docker container. Contributed by Sidharta Seethana. (8 years ago) +* be26c1b9b0ae - Revert "HADOOP-13073 RawLocalFileSystem does not react on changing umask. Contributed by Andras Bokor" (8 years ago) +* 45af585e7ad2 - HADOOP-13073 RawLocalFileSystem does not react on changing umask. Contributed by Andras Bokor (8 years ago) +* 1fa1fab69535 - HDFS-10570. Remove classpath conflicts of netty-all jar in hadoop-hdfs-client. Contributed by Vinayakumar B. (8 years ago) +* dbe97aa768e2 - YARN-5299. Log Docker run command when container fails. Contributed by Varun Vasudev. (8 years ago) +* 2bbc3ea1b54c - HDFS-10617. PendingReconstructionBlocks.size() should be synchronized. Contributed by Eric Badger. (8 years ago) +* 728bf7f6988e - HADOOP-13290. Appropriate use of generics in FairCallQueue. Contributed by Jonathan Hung. (8 years ago) +* d18050522c5c - YARN-5339. Fixed "yarn logs" to fail when a file is passed to -out option instead of a directory. Contributed by Xuan Gong. (8 years ago) +* af8f480c2482 - YARN-5364. timelineservice modules have indirect dependencies on mapreduce artifacts. Contributed by Sangjin Lee (8 years ago) +* 505ce884378f - HADOOP-13366. Fix dead link in o.a.h.fs.CommonConfigurationKeysPublic javadoc. Contributed by Rakesh R. (8 years ago) +* eb471632349d - YARN-5200. Enhanced "yarn logs" to be able to get a list of containers whose logs are aggregated via a "show_container_log_info" option. Contributed by Xuan Gong. (8 years ago) +* 56142171b952 - YARN-5359. FileSystemTimelineReader/Writer uses unix-specific default storage path (Sangjin Lee via Varun Saxena) (8 years ago) +* d6d41e820ac7 - YARN-5362. TestRMRestart#testFinishedAppRemovalAfterRMRestart can fail. Contributed by sandflee. (8 years ago) +* 77ffe7621212 - HADOOP-11361. Fix a race condition in MetricsSourceAdapter.updateJmxCache. Contributed by Vinayakumar B, Yongjun Zhang, and Brahma Reddy Battula. (ozawa) (8 years ago) +* 438b7c5935f4 - HDFS-10590: Fix TestReconstructStripedBlocks.testCountLiveReplicas test failures. Contributed by Rakesh R (8 years ago) +* 087290e6b1cb - HDFS-10544. Balancer doesn't work with IPFailoverProxyProvider. (8 years ago) +* 06c56ff79b4c - YARN-5353. ResourceManager can leak delegation tokens when they are shared across apps. (Jason Lowe via Varun Saxena). (8 years ago) +* a290a98b6ab2 - HADOOP-13315. FileContext#umask is not initialized properly. (John Zhuge via lei) (8 years ago) +* d5f5a6475b19 - HDFS-10387. DataTransferProtocol#writeBlock missing some javadocs (John Zhuge via lei) (8 years ago) +* ad256beb50e8 - MAPREDUCE-6625. TestCLI#testGetJob fails occasionally (haibochen via rkanter) (8 years ago) +* bf6f4a3b980a - YARN-4366. Fix Lint Warnings in YARN Common (templedf via rkanter) (8 years ago) +* 10b704c5946a - YARN-5317. testAMRestartNotLostContainerCompleteMsg may fail. Contributed by sandflee (8 years ago) +* 7705812c7e3a - New addendum to YARN-5080. Cannot obtain logs using YARN CLI -am for either KILLED or RUNNING AM. (8 years ago) +* d14e729a55c0 - MAPREDUCE-6731. TestMRTimelineEventHandling#testMRNewTimelineServiceEventHandling fails randomly for concurrent tests. (Sangjin Lee via Varun Saxena). (8 years ago) +* a3ac1c194351 - YARN-5354. TestDistributedShell.checkTimelineV2 fails randomly for concurrent tests. (Sangjin Lee via Varun Saxena). (8 years ago) +* 819224dcf9c6 - YARN-5270. Solve miscellaneous issues caused by YARN-4844. Contributed by Wangda Tan (8 years ago) +* f292624bd8db - HDFS-10300. TestDistCpSystem should share MiniDFSCluster. Contributed by John Zhuge. (8 years ago) +* 7bd5d4272cd6 - HADOOP-13297. Add missing dependency in setting maven-remote-resource-plugin to fix builds. Contributed by Sean Busbey. (8 years ago) +* c447efebdb92 - HDFS-10579. HDFS web interfaces lack configs for X-FRAME-OPTIONS protection. Contributed by Anu Engineer. (8 years ago) +* 0fd3980a1f98 - YARN-5037. Fix random failure of TestRMRestart#testQueueMetricsOnRMRestart (sandflee via Varun Saxena). (8 years ago) +* b191c6b2021f - YARN-2928: YARN Timeline Service v.2: alpha 1 (sjlee) (8 years ago) +|\ +| * 6cf6ab7b780d - (tag: YARN-2928-2016-07-10, weichiu/YARN-2928, pbacsko/YARN-2928, origin/YARN-2928, JackWangCS/YARN-2928, 9uapaw/YARN-2928) Made a number of miscellaneous fixes for javac, javadoc, and checstyle warnings. (8 years ago) +| * c5dbde0cc4ad - Fixed the build after the rebase with trunk. (8 years ago) +| * 5db9b0ba2dbc - YARN-5316 fix hadoop-aws pom not to do the exclusion (Sangjin Li via Vrushali C) (8 years ago) +| * b313ce06b285 - YARN-5174. [documentation] several updates/corrections to timeline service documentation (Sangjin Lee, Varun Saxena, Naganarasimha G R, and Li Lu via sjlee) (8 years ago) +| * 8bf87eede2b1 - MAPREDUCE-6720. Inconsistent values of counters across tasks and job reported to timeline service. Contributed by Varun Saxena (8 years ago) +| * 6d943038f612 - Cleanup changes during rebase with trunk (Vrushali C) (8 years ago) +| * 1a227744ac0c - YARN-5070. upgrade HBase version for first merge (Vrushali C via sjlee) (8 years ago) +| * 1ff6833bbacf - YARN-5243. fix several rebase and other miscellaneous issues before merge. (Sangjin Lee via Varun Saxena) (8 years ago) +| * 32b033d57ccb - YARN-5052 Update timeline service v2 documentation to capture information about filters (Varun Saxena via Vrushali C) (8 years ago) +| * 892b193bd77c - YARN-5170. Eliminate singleton converters and static method access. (Joep Rottinghuis via Varun Saxena) (8 years ago) +| * 3832795e3c3e - YARN-5210 NPE in Distributed Shell while publishing DS_CONTAINER_START event (Varun Saxena via Vrushali C) (8 years ago) +| * c65020075ea0 - YARN-5167. Escape occurences of encodedValues. (Sangjin Lee via Varun Saxena) (8 years ago) +| * 9c926cf4322b - YARN-5142. fix findbugs warnings/errors for hadoop-yarn-server-timelineservice-hbase-tests. (Vrushali C via Varun Saxena) (8 years ago) +| * 0a9b085f052b - YARN-5189. Make HBaseTimeline[Reader|Writer]Impl default and move FileSystemTimeline*Impl. (Joep Rottinghuis and Sangjin Lee via gtcarrera9) (8 years ago)
  • +| * c81a2e1d197b - YARN-5015. entire time series is returned for YARN container system metrics (CPU and memory) (Varun Saxena via sjlee) (8 years ago) +| * 497d1c7f510a - YARN-5111. YARN container system metrics are not aggregated to application (Naganarasimha G R via sjlee) (8 years ago) +| * 7b8cfa5c2ff6 - YARN-5109. timestamps are stored unencoded causing parse errors (Varun Saxena via sjlee) (8 years ago) +| * d729e8211bbb - YARN-5138. fix "no findbugs output file" error for hadoop-yarn-server-timelineservice-hbase-tests. (Vrushali C via gtcarrera9) (8 years ago)
  • +| * 702236129b93 - YARN-5095. flow activities and flow runs are populated with wrong timestamp when RM restarts w/ recovery enabled (Varun Saxena via sjlee) (8 years ago) +| * 831a3ffd6ef4 - YARN-5097. NPE in Separator.joinEncoded() (Vrushali C via sjlee) (8 years ago) +| * a1b6d7456fa3 - YARN-5018. Online aggregation logic should not run immediately after collectors got started (Li Lu via sjlee) (8 years ago) +| * 8c8183e515b4 - YARN-5093. created time shows 0 in most REST output (Varun Saxena via sjlee) (8 years ago) +| * d5dfee24b11c - YARN-5050. Code cleanup for TestDistributedShell (Li Lu via sjlee) (8 years ago) +| * 4a7011a45f5e - YARN-5096 addendum. Turned another logging statement to debug. Contributed by Sangjin Lee. (8 years ago) +| * bcdb38260063 - YARN-5096. timelinereader has a lot of logging that's not useful. (Sangjin Lee via Varun Saxena) (8 years ago) +| * 8e090403812b - YARN-5102. timeline service build fails with java 8. (Sangjin Lee via varunsaxena) (8 years ago) +| * bc6f978cd3af - YARN-5045. hbase unit tests fail due to dependency issues. (Sangjin Lee via varunsaxena) (8 years ago) +| * 000a4d8e1339 - MAPREDUCE-6688. Store job configurations in Timeline Service v2 (Varun Saxena via sjlee) (8 years ago) +| * 089caf49fe96 - YARN-4447. Provide a mechanism to represent complex filters and parse them at the REST layer (Varun Saxena via sjlee) (8 years ago) +| * f0dbd7a40f0d - MAPREDUCE-6424. Store MR counters as timeline metrics instead of event. (Naganarasimha G R via varunsaxena) (8 years ago) +| * c2055a97d55f - YARN-3150. Documenting the timeline service v2. (Sangjin Lee and Vrushali C via gtcarrera9) (8 years ago)
  • +| * 69dc561b61bf - YARN-4986. Add a check in the coprocessor for table to operated on (Vrushali C via sjlee) (8 years ago) +| * 39cce4e629aa - YARN-3816. [Aggregation] App-level aggregation and accumulation for YARN system metrics (Li Lu via sjlee) (8 years ago) +| * fba7532c5631 - Addendum to YARN-3863. Deleted files that were added incorrectly. (8 years ago) +| * c2efdc415a13 - YARN-3863. Support complex filters in TimelineReader (Varun Saxena via sjlee) (8 years ago) +| * a3cf40e532d1 - YARN-3461. Consolidate flow name/version/run defaults. (Sangjin Lee via Varun Saxena) (8 years ago) +| * 84c35ac6c4a7 - YARN-4711. NM is going down with NPE's due to single thread processing of events by Timeline client (Naganarasimha G R via sjlee) (8 years ago) +| * 6f6cc647d6e7 - YARN-4712. CPU Usage Metric is not captured properly in YARN-2928. (Naganarasimha G R via Varun Saxena) (8 years ago) +| * 9bdd455dced1 - YARN-4062. Add the flush and compaction functionality via coprocessors and scanners for flow run table (Vrushali C via sjlee) (8 years ago) +| * 4ba63547179b - MAPREDUCE-6546. reconcile the two versions of the timeline service performance tests. (Sangjin Lee via Naganarasimha G R) (8 years ago) +| * d56dde490bea - YARN-4700. ATS storage has one extra record each time the RM got restarted. (Naganarasimha G R via Varun Saxena) (8 years ago) +| * 0d02ab872963 - YARN-3367. Replace starting a separate thread for post entity with event loop in TimelineClient (Naganarasimha G R via sjlee) (8 years ago) +| * 960af7d4717b - YARN-4409. Fix javadoc and checkstyle issues in timelineservice code (Varun Saxena via sjlee) (8 years ago) +| * 9cb1287e9b84 - YARN-4446. Refactor reader API for better extensibility (Varun Saxena via sjlee) (8 years ago) +| * 06f0b50a2844 - YARN-4644. TestRMRestart fails and findbugs issue in YARN-2928 branch (Varun Saxena via Naganarasimha G R) (8 years ago) +| * 9d40d9d34ce3 - YARN-4224. Support fetching entities by UID and change the REST interface to conform to current REST APIs' in YARN. (Varun Saxena via gtcarrera9) (8 years ago)
  • +| * 6934b05c7117 - YARN-4238. createdTime and modifiedTime is not reported while publishing entities to ATSv2. (Varun Saxena via Naganarasimha G R) (8 years ago) +| * f5380d850ec6 - YARN-4622. TestDistributedShell fails for v2 test cases after modifications for 1.5. (Naganarasimha G R via Varun Saxena) (8 years ago) +| * 34f02f07d5bf - Rebase to latest trunk (8 years ago)
  • +| * 88f029411448 - YARN-4200. Refactor reader classes in storage to nest under hbase specific package name. Contributed by Li Lu. (8 years ago)
  • +| * cc16683cefe2 - YARN-3995. Some of the NM events are not getting published due race condition when AM container finishes in NM (Naganarasimha G R via sjlee) (8 years ago) +| * 829cceebc0b4 - YARN-3586. RM to only get back addresses of Collectors that NM needs to know. (Junping Du via Varun Saxena). (8 years ago) +| * eb0ac8efb123 - YARN-4350. TestDistributedShell fails for V2 scenarios. (Naganarasimha G R via Varun Saxena) (8 years ago) +| * 8ef546c1ee9f - YARN-4445. Unify the term flowId and flowName in timeline v2 codebase. Contributed by Zhan Zhang. (8 years ago)
  • +| * c4d7bbda5cb3 - YARN-4460. [Bug fix] RM fails to start when SMP is enabled. (Li Lu via Varun Saxena) (8 years ago) +| * 2e2dbf59d1ab - YARN-4392. ApplicationCreatedEvent event time resets after RM restart/failover. Contributed by Naganarasimha G R and Xuan Gong (8 years ago) +| * b7d484aead76 - YARN-4450. TestTimelineAuthenticationFilter and TestYarnConfigurationFields fail. Contributed by Sangjin Lee. (8 years ago)
  • +| * 89e5c44f9e89 - YARN-4356. Ensure the timeline service v.2 is disabled cleanly and has no impact when it's turned off. Contributed by Sangjin Lee. (8 years ago)
  • +| * cf4666bb8ccc - YARN-3623. Add a config to indicate the Timeline Service version. Contributed by Xuan Gong. (8 years ago) +| * 1f710484e5b8 - YARN-3862. Support for fetching specific configs and metrics based on prefixes (Varun Saxena via sjlee) (8 years ago) +| * ae72f1dc7713 - YARN-4297. TestJobHistoryEventHandler and TestRMContainerAllocator failing on YARN-2928 branch (Varun Saxena via sjlee) (8 years ago) +| * 51254a6b5133 - YARN-4053. Change the way metric values are stored in HBase Storage (Varun Saxena via sjlee) (8 years ago) +| * 09649005ca26 - YARN-4221. Store user in app to flow table (Varun Saxena via sjlee) (8 years ago) +| * 10ec5586fba2 - YARN-4129. Refactor the SystemMetricPublisher in RM to better support newer events (Naganarasimha G R via sjlee) (8 years ago) +| * e3e857866d9f - YARN-4179. [reader implementation] support flow activity queries based on time (Varun Saxena via sjlee) (8 years ago) +| * d014f2ffd24c - YARN-4237 Support additional queries for ATSv2 Web UI. Contributed by Varun Saxena. (8 years ago)
  • +| * b51d0fef56a5 - YARN-4178. [storage implementation] app id as string in row keys can cause incorrect ordering (Varun Saxena via sjlee) (8 years ago) +| * 0f44b5508d2f - YARN-3864. Implement support for querying single app and all apps for a flow run (Varun Saxena via sjlee) (8 years ago) +| * 708fa8b1ae85 - YARN-4210. HBase reader throws NPE if Get returns no rows (Varun Saxena via vrushali) (8 years ago) +| * da2b7bd08e27 - YARN-4203. Add request/response logging & timing for each REST endpoint call (Varun Saxena via vrushali) (8 years ago) +| * d95dc89a02d5 - YARN-4075 [reader REST API] implement support for querying for flows and flow runs (Varun Saxena via vrushali) (8 years ago) +| * 10fa6da7d8a6 - YARN-4074. [timeline reader] implement support for querying for flows and flow runs (sjlee via vrushali) (8 years ago) +| * a68e38392185 - YARN-3901. Populate flow run data in the flow_run & flow activity tables (Vrushali C via sjlee) (8 years ago) +| * ee081018e480 - YARN-4102. Add a "skip existing table" mode for timeline schema creator (Li Lu via sjlee) (8 years ago) +| * 8d9476ec5f64 - YARN-4058. Miscellaneous issues in NodeManager project (Naganarasimha G R via sjlee) (8 years ago) +| * 451c13b1de1e - YARN-3814. REST API implementation for getting raw entities in TimelineReader (Varun Saxena via sjlee) (8 years ago) +| * c7224a285c55 - YARN-4064. build is broken at TestHBaseTimelineWriterImpl.java (sjlee) (8 years ago) +| * 7a41b5501ea7 - YARN-4025. Deal with byte representations of Longs in writer code. Contributed by Sangjin Lee and Vrushali C. (8 years ago) +| * 477a30f53627 - YARN-3045. Implement NM writing container lifecycle events to Timeline Service v2. Contributed by Naganarasimha G R. (8 years ago) +| * 102b56ee96f0 - YARN-3904. Refactor timelineservice.storage to add support to online and offline aggregation writers (Li Lu via sjlee) (8 years ago) +| * 561c746cbe28 - MAPREDUCE-6370. Made the timeline service v2 test driver write event ID. Contributed by Li Lu. (8 years ago) +| * 5088f6c76a3b - MAPREDUCE-6337. Added a mode to replay MR job history files and put them into the timeline service v2. Contributed by Sangjin Lee. (8 years ago) +| * 00e85e7a2b94 - YARN-3906. Split the application table from the entity table. Contributed by Sangjin Lee. (8 years ago) +| * 9e5155be363c - YARN-3049. [Storage Implementation] Implement storage reader interface to fetch raw data from HBase backend (Zhijie Shen via sjlee) (8 years ago) +| * 9422d9b50d90 - YARN-3984. Adjusted the event column key schema and avoided missing empty event. Contributed by Vrushali C. (8 years ago) +| * 57e2498cd496 - YARN-3993. Changed to use the AM flag in ContainerContext determine AM container in TestPerNodeTimelineCollectorsAuxService. Contributed by Sunil G. (8 years ago) +| * a9fab9b644e6 - YARN-3908. Fixed bugs in HBaseTimelineWriterImpl. Contributed by Vrushali C and Sangjin Lee. (8 years ago) +| * 8603736ef2bb - YARN-3949. Ensure timely flush of timeline writes. Contributed by Sangjin Lee. (8 years ago) +| * 57d8dc2fb79b - YARN-3836. add equals and hashCode to TimelineEntity and other classes in the data model (Li Lu via sjlee) (8 years ago) +| * e27642abf4de - YARN-3047. [Data Serving] Set up ATS reader with basic request serving structure and lifecycle (Varun Saxena via sjlee) (8 years ago) +| * 2d59bc4458ea - YARN-3051. Created storage oriented reader interface for fetching raw entity data and made the filesystem based implementation. Contributed by Varun Saxena. (8 years ago) +| * 22e7ae57715c - YARN-3792. Test case failures in TestDistributedShell and some issue fixes related to ATSV2 (Naganarasimha G R via sjlee) (8 years ago) +| * 92d90c3a2431 - YARN-3706. Generalize native HBase writer for additional tables (Joep Rottinghuis via sjlee) (8 years ago) +| * 6b445a5ccb98 - YARN-3801. [JDK-8] Exclude jdk.tools from hbase-client and hbase-testing-util (Tsuyoshi Ozawa via sjlee) (8 years ago) +| * f3c661e8dddc - YARN-3044. Made RM write app, attempt and optional container lifecycle events to timeline service v2. Contributed by Naganarasimha G R. (8 years ago) +| * 42d7864b84e4 - YARN-3276. Code cleanup for timeline service API records. Contributed by Junping Du. (8 years ago) +| * f6682125297b - YARN-3721. build is broken on YARN-2928 branch due to possible dependency cycle (Li Lu via sjlee) (8 years ago) +| * db891f51d0b7 - YARN-3726. Fix TestHBaseTimelineWriterImpl unit test failure by fixing its test data (Vrushali C via sjlee) (8 years ago) +| * 5a4278ccbd22 - YARN-3411. [Storage implementation] explore the native HBase write schema for storage (Vrushali C via sjlee) (8 years ago) +| * d275677e240c - YARN-3634. TestMRTimelineEventHandling and TestApplication are broken. Contributed by Sangjin Lee. (8 years ago) +| * 51d092faef7a - YARN-3529. Added mini HBase cluster and Phoenix support to timeline service v2 unit tests. Contributed by Li Lu. (8 years ago) +| * 41fb5c738117 - YARN-3134. Implemented Phoenix timeline writer to access HBase backend. Contributed by Li Lu. (8 years ago) +| * dc1f306fdc83 - YARN-3562. unit tests failures and issues found from findbug from earlier ATS checkins (Naganarasimha G R via sjlee) (8 years ago) +| * fc8485d8934e - YARN-3551. Consolidate data model change according to the backend implementation (Zhijie Shen via sale) (8 years ago) +| * 8c7b6dd2c7ed - MAPREDUCE-6335. Created MR job based performance test driver for the timeline service v2. Contributed by Sangjin Lee. (8 years ago) +| * b50a6d78f5e1 - MAPREDUCE-6327. Made MR AM use timeline service v2 API to write history events and counters. Contributed by Junping Du. (8 years ago) +| * 2bdefbc4a070 - YARN-3431. Sub resources of timeline entity needs to be passed to a separate endpoint. Contributed By Zhijie Shen. (8 years ago) +| * 11e8905d8daf - YARN-3390. Reuse TimelineCollectorManager for RM (Zhijie Shen via sjlee) (8 years ago) +| * 47f35a30bb4d - YARN-3391. Clearly define flow ID/ flow run / flow version in API and storage. Contributed by Zhijie Shen (8 years ago) +| * 5712b8f9fd18 - YARN-3334. NM uses timeline client to publish container metrics to new timeline service. Contributed by Junping Du. (8 years ago) +| * 42e49399cece - YARN-3374. Collector's web server should randomly bind an available port. Contributed by Zhijie Shen (8 years ago) +| * d67c9bdb4db2 - YARN-3040. Make putEntities operation be aware of the app's context. Contributed by Zhijie Shen (8 years ago) +| * 5e3d9a477b5a - YARN-3034. Implement RM starting its timeline collector. Contributed by Naganarasimha G R (8 years ago) +| * 19c1132146df - YARN-3377. Fixed test failure in TestTimelineServiceClientIntegration. Contributed by Sangjin Lee. (8 years ago) +| * 2188a07e5bea - YARN-3333. Rename TimelineAggregator etc. to TimelineCollector. Contributed by Sangjin Lee (8 years ago) +| * 9b5636408005 - YARN-3039. Implemented the app-level timeline aggregator discovery service. Contributed by Junping Du. (8 years ago) +| * f0e752c14b0b - YARN-3264. Created backing storage write interface and a POC only FS based storage implementation. Contributed by Vrushali C. (8 years ago) +| * bf54d32750f8 - YARN-3210. Refactored timeline aggregator according to new code organization proposed in YARN-3166. Contributed by Li Lu. (8 years ago) +| * d45ff878c4cb - YARN-3125. Made the distributed shell use timeline service next gen and add an integration test for it. Contributed by Junping Du and Li Lu. (8 years ago) +| * 9d57c9c01540 - YARN-3087. Made the REST server of per-node aggregator work alone in NM daemon. Conntributed by Li Lu. (8 years ago) +| * 309592b9e552 - YARN-3240. Added ".keep" file which was missed before. (8 years ago) +| * 4f0c7eaff3b6 - YARN-3240. Implement client API to put generic entities. Contributed by Zhijie Shen (8 years ago) +| * c77f86bf637a - YARN-3041. Added the overall data model of timeline service next gen. Contributed by Zhijie Shen. (8 years ago) +| * 7c8abec0a8fc - YARN-3030. Set up TS aggregator with basic request serving structure and lifecycle. Contributed by Sangjin Lee. (8 years ago) +| * 0d2da08f3514 - YARN-3063. Bootstrapping TimelineServer next generation module. Contributed by Zhijie Shen. (8 years ago) +|/ +* 9bdb5bebea11 - Fix OOM issue in DistributedShell. Contributed by Jian He. (8 years ago) +* da6f1b88dd47 - HDFS-10512. VolumeScanner may terminate due to NPE in DataNode.reportBadBlocks. Contributed by Wei-Chiu Chuang and Yiqun Lin. (8 years ago) +* 932aed64d77e - HDFS-10336. TestBalancer failing intermittently because of not reseting UserGroupInformation completely. Contributed by Yiqun Lin. (8 years ago) +* ef30bf3c3f26 - HADOOP-13352. Make X-FRAME-OPTIONS configurable in HttpServer2. Contributed by Anu Engineer. (8 years ago) +* c04c5ec5018e - YARN-5318. Fix intermittent test failure of TestRMAdminService#testRefreshNodesResourceWithFileSystemBasedConfigurationProvider. (Jun Gong via Varun Saxena). (8 years ago) +* 5252562edf1f - YARN-5297. Avoid printing a stack trace when recovering an app after the RM restarts. (Junping Du via Varun Saxena). (8 years ago) +* 30ee57ceb1e8 - YARN-4939. The decommissioning Node should keep alive during NM restart. Contributed by sandflee. (8 years ago) +* 673e5e02feba - YARN-5314. Fixed a ConcurrentModificationException in ATS v1.5 EntityGroupFSTimelineStore. Contributed by Li Lu. (8 years ago) +* 9d46a49c746b - HADOOP-13320. Fix arguments check in documentation for WordCount v2.0. Contributed by niccolo becchi. (8 years ago) +* 6e597600f791 - HADOOP-13283. Support reset operation for new global storage statistics and per FS storage stats. Contributed by Mingliang Liu. (8 years ago) +* a0035661c101 - HADOOP-13349. HADOOP_CLASSPATH vs HADOOP_USER_CLASSPATH (aw) (8 years ago) +* ab092c56c251 - HDFS-10592:Fix intermittent test failure of TestNameNodeResourceChecker#testCheckThatNameNodeResourceMonitorIsRunning. Contributed by Rakesh R (8 years ago) +* 0185de07676d - HADOOP-11993. maven enforcer plugin to ban java 8 incompatible dependencies. (ozawa) (8 years ago) +* d1626a7b3747 - MAPREDUCE-6717. Remove deprecated StringUtils.getFormattedTimeWithDiff. Contributed by Shen Yinjie. (8 years ago) +* 0e0f45f0ec3d - HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen. (8 years ago) +* b8f93cd2750c - HDFS-10488. Update WebHDFS documentation regarding CREATE and MKDIR default permissions. Contributed by Wellington Chevreuil. (8 years ago) +* a3f93beaa19d - HDFS-10582. Change deprecated configuration fs.checkpoint.dir to dfs.namenode.checkpoint.dir in HDFS Commands Doc. Contributed by Pan Yuxuan. (8 years ago) +* 8a9d293dd60f - YARN-5233. Support for specifying a path for ATS plugin jars. Contributed by Li Lu (8 years ago) +* 4c9e1aeb9424 - YARN-5224. Added new web-services /containers/{containerid}/logs & /containers/{containerid}/logs/{filename} and using them in "yarn logs" CLI to get logs of finished containers of a running application. Contributed by Xuan Gong. (8 years ago) +* d169f5052fe8 - YARN-5227. Yarn logs command: no need to specify applicationId when specifying containerId. Contributed by Gergely Novák (8 years ago) +* 04f6ebb66a4f - YARN-5294. Pass remote ip address down to YarnAuthorizationProvider. (Jian He via wangda) (8 years ago) +* d792a90206e9 - YARN-5296. NMs going OutOfMemory because ContainerMetrics leak in ContainerMonitorImpl. Contributed by Junping Du (8 years ago) +* ce9c006430d1 - YARN-5214. Fixed locking in DirectoryCollection to avoid hanging NMs when various code-paths hit slow disks. Contributed by Junping Du. (8 years ago) +* 9560f252cf1f - HADOOP-13342. ISAL download is breaking the Dockerfile (8 years ago) +* 8e672e3c717b - YARN-5286. Add RPC port info in RM web service's response when getting app status. (Jun Gong via Varun Saxena). (8 years ago) +* 8b4b5259d508 - HDFS-10589. Javadoc for HAState#HAState and HAState#setStateInternal contains non-existent params. Contributed by shenyinjie. (8 years ago) +* 2e835d986ecd - HDFS-10572. Fix TestOfflineEditsViewer#testGenerated. Contributed by Surendra Singh Lilhore. (8 years ago) +* 8b281bce8547 - HDFS-10548. Remove the long deprecated BlockReaderRemote. Contributed by Kai Zheng (8 years ago) +* 0a5def155eff - YARN-4568. Fix message when NodeManager runs into errors initializing the recovery directory. (rchiang) (8 years ago) +* 36cd0bce83b2 - HADOOP-13337. Update maven-enforcer-plugin versioin to 1.4.1. (ozawa) (8 years ago) +* aa42c7a6dda2 - HADOOP-13305. Define common statistics names across schemes. Contributed by Mingliang Liu. (8 years ago) +* c35a5a7a8d85 - YARN-5023. TestAMRestart#testShouldNotCountFailureToMaxAttemptRetry fails. Contributed by sandflee (8 years ago) +* 4009fa3a9272 - HADOOP-12064. [JDK8] Update guice version to 4.0. (ozawa) (8 years ago) +* c25021fb7196 - HADOOP-13314. Remove 'package-info.java' from 'test\java\org\apache\hadoop\fs\shell\' to remove eclipse compile error (Contributed by Vinayakumar B) (8 years ago) +* 8ade81228e12 - YARN-5282. Fix typos in CapacityScheduler documentation. (Ray Chiang via Varun Saxena). (8 years ago) +* 846ada2de33f - HADOOP-12345. Pad hostname correctly in CredentialsSys.java. Contributed by Pradeep Nayak Udupi Kadbet. (8 years ago) +* 5c07c573db06 - HADOOP-12242. Add in-page TOC to filesystem specification pages. (iwasakims) (8 years ago) +* e4a25456202f - HDFS-9805. Add server-side configuration for enabling TCP_NODELAY for DataTransferProtocol and default it to true (Gary Helmling via cmccabe) (8 years ago) +* abe7fc22c154 - YARN-5182. MockNodes.newNodes creates one more node per rack than requested. (Karthik Kambatla via Varun Saxena). (8 years ago) +* 991c94659345 - HADOOP-10568. Reuse ObjectMapper instance in CombinedHostsFileReader and CombinedHostsFileWriter. Contributed by Yiqun Lin. (8 years ago) +* 96fa0f848bbd - HADOOP-12709 Cut s3:// from trunk. Contributed by Mingliang Liu. (8 years ago) +* 8d202f125893 - HADOOP-13235. Use Date and Time API in KafkaSink. (8 years ago) +* 111739df8fa6 - HADOOP-12229 Fix inconsistent subsection titles in filesystem.md. Contributed by Masatake Iwasaki (8 years ago) +* 8113855b3af9 - HDFS-10396. Using -diff option with DistCp may get "Comparison method violates its general contract" exception. Contributed by Yongjun Zhang. (8 years ago) +* 26b5e6116f39 - YARN-5262. Optimize sending RMNodeFinishedContainersPulledByAMEvent for every AM heartbeat. (8 years ago) +* b3649adf6a1b - HDFS-9852. hdfs dfs -setfacl error message is misleading (Wei-Chiu Chuang via aw) (8 years ago) +* 610363559135 - HADOOP-9330. Add custom JUnit4 test runner with configurable timeout (Steve Loughran via aw) (8 years ago) +* 1faaa6907852 - HADOOP-9321. fix coverage org.apache.hadoop.net (Ivan A. Veselovsky via aw) (8 years ago) +* 77031a9c37e7 - HADOOP-12864. Remove bin/rcc script. Contributed by Allen Wittenauer. (8 years ago) +* c0829f449337 - HDFS-6434. Default permission for creating file should be 644 for WebHdfs/HttpFS. Contributed by Wellington Chevreuil. (8 years ago) +* be38e530bb23 - HADOOP-9888. KerberosName static initialization gets default realm, which is unneeded in non-secure deployment. (Dmytro Kabakchei via aw) (8 years ago) +* 422c73a8657d - HADOOP-13034. Log message about input options in distcp lacks some items (Takashi Ohnishi via aw) (8 years ago) +* 23c3ff85a9e7 - HADOOP-13209. replace slaves with workers (John Smith via aw) (8 years ago) +* 2a0082c51da7 - HDFS-10440. Improve DataNode web UI (Contributed by Weiwei Yang) (8 years ago) +* 4fd37eed9054 - MAPREDUCE-5803. Counters page display all task nevertheless of task type( Map or Reduce). Contributed by Kai Sasaki. (8 years ago) +* 7d2070493e07 - HADOOP-13316. Enforce Kerberos authentication for required ops in DelegationTokenAuthenticator. Contributed by Xiao Chen. (8 years ago) +* 771f798edf97 - HADOOP-13251. Authenticate with Kerberos credentials when renewing KMS delegation token. Contributed by Xiao Chen. (8 years ago) +* 9683eab0e1ee - HADOOP-13263. Reload cached groups in background after expiry. (Contributed bt Stephen O'Donnell) (8 years ago) +* 73615a789d96 - HDFS-10536. Standby NN can not trigger log roll after EditLogTailer thread failed 3 times in EditLogTailer.triggerActiveLogRoll method (Contributed by XingFeng Shen (8 years ago) +* d328e6670677 - HADOOP-13227. AsyncCallHandler should use an event driven architecture to handle async calls. (8 years ago) +* bf74dbf80dc9 - HDFS-7959. WebHdfs logging is missing on Datanode (Kihwal Lee via sjlee) (8 years ago) +* 975786492c42 - Fix accidental revert of HADOOP-13072: WindowsGetSpaceUsed constructor should be public (Vinayakumar B via cmccabe) (8 years ago) +* 22be604fa3e4 - Revert "HDFS-10534. NameNode WebUI should display DataNode usage rate with a certain percentile. Contributed by Kai Sasaki." (8 years ago) +* 0424056a7700 - HDFS-10534. NameNode WebUI should display DataNode usage rate with a certain percentile. Contributed by Kai Sasaki. (8 years ago) +* 0f23cd497b0b - MAPREDUCE-6725. Javadoc for CLI#listEvents() contains no-existent param. Contributed by shenyinjie. (8 years ago) +* 6314843881b4 - Merge branch 'HDFS-1312' into trunk (8 years ago) +|\ +| * b2584bee4571 - (weichiu/HDFS-1312, pbacsko/HDFS-1312, origin/HDFS-1312, JackWangCS/HDFS-1312, 9uapaw/HDFS-1312) HDFS-10571. TestDiskBalancerCommand#testPlanNode failed with IllegalArgumentException. Contributed by Xiaobing Zhou. (8 years ago) +| * 8a6e3541226f - HDFS-10552. DiskBalancer "-query" results in NPE if no plan for the node. Contributed by Anu Engineer. (8 years ago) +| * e8de28181a3e - HDFS-10551. o.a.h.h.s.diskbalancer.command.Command does not actually verify options as expected. Contributed by Anu Engineer. (8 years ago) +| * 66fa34c839c8 - HDFS-10557. Fix handling of the -fs Generic option. (Arpit Agarwal) (8 years ago) +| * 7b23ad1ef767 - HDFS-10550. DiskBalancer: fix issue of order dependency in iteration in ReportCommand test. Contributed by Xiaobing Zhou. (8 years ago) +| * c6ed54808d08 - HDFS-10547. DiskBalancer: fix whitespace issue in doc files. Contributed by Anu Engineer. (8 years ago) +| * 0774412e4185 - HDFS-10545. DiskBalancer: PlanCommand should use -fs instead of -uri to be consistent with other hdfs commands. Contributed by Anu Engineer. (8 years ago) +| * 5b8e1c26d702 - HDFS-10541. Diskbalancer: When no actions in plan, error message says "Plan was generated more than 24 hours ago". Contributed by Anu Engineer. (8 years ago) +| * cb68e5b3bdb0 - HDFS-10540. Diskbalancer: The CLI error message for disk balancer is not enabled is not clear. Contributed by Anu Engineer. (8 years ago) +| * 3225c24e0efb - HDFS-10520. DiskBalancer: Fix Checkstyle issues in test code. Contributed by Anu Engineer. (8 years ago) +| * 7e2be5c4a0b6 - HDFS-10518. DiskBalancer: Pretty-print json in Query command. Contributed by Anu Engineer. (8 years ago) +| * af11ab34d0cf - HDFS-10517. DiskBalancer: Support help command. Contributed by Anu Engineer. (8 years ago) +| * b502102bb1a1 - HDFS-9461. DiskBalancer: Add Report Command. Contributed by Xiaobing Zhou. (8 years ago) +| * 121142cf952a - HDFS-10501. DiskBalancer: Use the default datanode port if port is not provided. Contributed by Anu Engineer. (8 years ago) +| * 78a1032b71af - HDFS-10500. Diskbalancer: Print out information when a plan is not generated. Contributed by Anu Engineer. (8 years ago) +| * d2ff793ae478 - HDFS-10496. DiskBalancer: ExecuteCommand checks planFile in a wrong way. Contributed by Lei (Eddy) Xu. (8 years ago) +| * 64ccb232ccf2 - HDFS-10478. DiskBalancer: resolve volume path names. Contributed by Anu Engineer. (8 years ago) +| * 47dcb0f95288 - HDFS-10476. DiskBalancer: Plan command output directory should be a sub-directory. Contributed by Anu Engineer. (8 years ago) +| * 06a9799d84be - HDFS-9547. DiskBalancer: Add user documentation. Contributed by Anu Engineer. (8 years ago) +| * 43eee5096619 - HDFS-10403. DiskBalancer: Add cancel command. Contributed by Anu Engineer. (8 years ago) +| * 9e5fcb5e40bb - HDFS-10402. DiskBalancer: Add QueryStatus command. (Contributed by Anu Engineer) (8 years ago) +| * 5df2d2b8fd29 - HDFS-10399. DiskBalancer: Add JMX for DiskBalancer. Contributed by Anu Engineer. (8 years ago) +| * 1b39b283c708 - HDFS-9546: DiskBalancer: Add Execute command. Contributed by Anu Engineer. (8 years ago) +| * 75882ec0b096 - HDFS-9545: DiskBalancer: Add Plan Command. Contributed by Anu Engineer. (8 years ago) +| * 1594b472bb9d - HDFS-9543. DiskBalancer: Add Data mover. Contributed by Anu Engineer. (8 years ago) +| * 7820737cfa17 - HDFS-9735. DiskBalancer : Refactor moveBlockAcrossStorage to be used by disk balancer. Contributed by Anu Engineer. (8 years ago) +| * 050677077bea - HDFS-9720. DiskBalancer : Add configuration parameters. Contributed by Anu Engineer. (8 years ago) +| * 6c606bf5c8c1 - HDFS-9709. DiskBalancer : Add tests for disk balancer using a Mock Mover class. Contributed by Anu Engineer. (8 years ago) +| * 9be9703716d2 - Fix a build break in HDFS-1312 (8 years ago) +| * ec601673a848 - HDFS-10170. DiskBalancer: Force rebase diskbalancer branch. Contributed by Anu Engineer (8 years ago) +| * 75a711a2d539 - HDFS-9703. DiskBalancer: getBandwidth implementation. (Contributed by Anu Engineer) (8 years ago) +| * 918722bdd202 - HDFS-9702. DiskBalancer: getVolumeMap implementation. (Contributed by Anu Engineer) (8 years ago) +| * 4b93ddae07ba - HDFS-8821. Stop tracking CHANGES.txt in the HDFS-1312 feature branch. Contributed by Xiaobing Zhou (8 years ago) +| * 747227e9dea1 - HDFS-9817. Use SLF4J in new classes. Contributed by Anu Engineer (8 years ago) +| * 3df0781aa7dc - HDFS-9856. Suppress Jenkins warning for sample JSON file. Contributed by Xiaobing Zhou (8 years ago) +| * 9847640603ac - HDFS-9683. DiskBalancer: Add cancelPlan implementation. (Contributed by Anu Engineer) (8 years ago) +| * e646c2eb50b9 - HDFS-9681. DiskBalancer: Add QueryPlan implementation. (Contributed by Anu Engineer) (8 years ago) +| * 2b1b2faf76a7 - HDFS-9671. DiskBalancer: SubmitPlan implementation. (Contributed by Anu Engineer) (8 years ago) +| * 66f0bb646d04 - HDFS-9647. DiskBalancer: Add getRuntimeSettings. (Contributed by Anu Engineer) (8 years ago) +| * 96fe685b7a4d - HDFS-9645. DiskBalancer: Add Query RPC. (Contributed by Anu Engineer) (8 years ago) +| * 0501d430e2f6 - HDFS-9595. DiskBalancer: Add cancelPlan RPC. (Contributed by Anu Engineer) (8 years ago) +| * 7100c0da353d - HDFS-9588. DiskBalancer: Add submitDiskbalancer RPC. (Anu Engineer via Arpit Agarwal) (8 years ago) +| * 5724a1031614 - HDFS-9469. DiskBalancer: Add Planner. (Contributed by Anu Engineer) (8 years ago) +| * e325c6ade9da - HDFS-9611. DiskBalancer : Replace htrace json imports with jackson. (Contributed by Anu Engineer) (8 years ago) +| * 599eca07b422 - HDFS-9526. Fix jackson annotation imports. Contributed by Xiaobing Zhou (8 years ago) +| * 30c6ebd69919 - HDFS-9449. DiskBalancer: Add connectors. Contributed by Anu Engineer (8 years ago) +| * 91a5c4814381 - HDFS-9420. Add DataModels for DiskBalancer. Contributed by Anu Engineer (8 years ago) +|/ +* 0b9edf6e0f19 - HADOOP-13019. Implement ErasureCodec for HitchHiker XOR coding. Contributed by Kai Sasaki. (8 years ago) +* dca298d79e46 - HDFS-10469. Add number of active xceivers to datanode metrics. Contributed by Hanisha Koneru. (8 years ago) +* e98c0c7a1c2f - Revert "HADOOP-13228. Add delegation token to the connection in DelegationTokenAuthenticator. Contributed by Xiao Chen." (8 years ago) +* 42d53e806eca - addendum commit to close HADOOP-9613's PR. (ozawa) (8 years ago) +* e6cb07520f93 - HDFS-10460. Recompute block checksum for a particular range less than file size on the fly by reconstructing missed block. Contributed by Rakesh R (8 years ago) +* ff07b108039e - HDFS-10561. test_native_mini_dfs fails by NoClassDefFoundError. (aajisaka) (8 years ago) +* 85209cc59152 - HADOOP-13307. add rsync to Dockerfile so that precommit archive works. Contributed by Allen Wittenauer. (8 years ago) +* a8a48c91250c - YARN-5278. Remove unused argument in TestRMWebServicesForCSWithPartitions#setupQueueConfiguration. Contributed by Tao Jie. (8 years ago) +* 01643020d24b - HDFS-10555: Unable to loadFSEdits due to a failure in readCachePoolInfo. Contributed by Uma Maheswara Rao G (8 years ago) +* 6ab5aa1c1f82 - YARN-5266. Wrong exit code while trying to get app logs using regex via CLI. Contributed by Xuan Gong (8 years ago) +* 69c21d2db099 - MAPREDUCE-6641. TestTaskAttempt fails in trunk. Contributed by Haibo Chen. (8 years ago) +* 99e5dd68d0f4 - YARN-5171. Extend DistributedSchedulerProtocol to notify RM of containers allocated by the Node. (Inigo Goiri via asuresh) (8 years ago) +* 79a728916551 - MAPREDUCE-6721. mapreduce.reduce.shuffle.memory.limit.percent=0.0 should be legal to enforce shuffle to disk. (Gera Shegalov via ozawa) (8 years ago) +* 17eae9ebb30a - HDFS-10473: Allow only suitable storage policies to be set on striped files. Contributed by Uma Maheswara Rao G (8 years ago) +* 4ee3543625c7 - HADOOP-13203 S3A: Support fadvise "random" mode for high performance readPositioned() reads. Contributed by Rajesh Balamohan and stevel. (8 years ago) +* 67089875f0ea - HADOOP-12588. addendum patch to fix intermittent failure of TestGangliaMetrics. (iwasakims) (8 years ago) +* d433b16ce6d7 - HDFS-7597. DelegationTokenIdentifier should cache the TokenIdentifier to UGI mapping. Contributed by Daryn Sharp, Bob Hansen, and Xiao Chen. (8 years ago) +* d8107fcd1c93 - MAPREDUCE-6197. Cache MapOutputLocations in ShuffleHandler. Contributed by Junping Du (8 years ago) +* b2c596cdda7c - HADOOP-13287. TestS3ACredentials#testInstantiateFromURL fails if AWS secret key contains +. Contributed by Chris Nauroth. (8 years ago) +* 605b4b613647 - MAPREDUCE-6719. The list of -libjars archives should be replaced with a wildcard in the distributed cache to reduce the application footprint in the state store (Daniel Templeton via sjlee) (8 years ago) +* e15cd43369eb - HADOOP-13296. Cleanup javadoc for Path. Contributed by Daniel Templeton. (8 years ago) +* f2ac132d6a21 - HDFS-9530. ReservedSpace is not cleared for abandoned Blocks (Contributed by Brahma Reddy Battula) (8 years ago) +* 46f1602e8962 - HDFS-10448. CacheManager#addInternal tracks bytesNeeded incorrectly when dealing with replication factors other than 1 (Yiqun Lin via cmccabe) (8 years ago) +* 7adc4d176918 - HDFS-10538. Remove AsyncDistributedFileSystem. Contributed by Xiaobing Zhou and Jitendra Pandey. (8 years ago) +* b7c4cf712976 - HADOOP-13291. Probing stats in DFSOpsCountStatistics/S3AStorageStatistics should be correctly implemented. Contributed by Mingliang Liu. (8 years ago) +* 5d58858bb6df - HADOOP-9613. [JDK8] Update jersey version to latest 1.x release. (8 years ago) +* 8c1f81d4bf42 - HADOOP-13288. Guard null stats key in FileSystemStorageStatistics (Mingliang Liu via Colin P. McCabe) (8 years ago) +* aa1b583cf99d - HDFS-10423. Increase default value of httpfs maxHttpHeaderSize. Contributed by Nicolae Popa. (8 years ago) +* 5370a6ffaec5 - HADOOP-13280. FileSystemStorageStatistics#getLong(“readOps“) should return readOps + largeReadOps (Mingliang Liu via cmccabe) (8 years ago) +* 5f6b4157a40e - HDFS-10328. Add per-cache-pool default replication num configuration (xupeng via cmccabe) (8 years ago) +* 5107a967fa25 - YARN-4958. The file localization process should allow for wildcards to reduce the application footprint in the state store (Daniel Templeton via sjlee) (8 years ago) +* fc6b50cc574e - HADOOP-13192. org.apache.hadoop.util.LineReader cannot handle multibyte delimiters correctly. Contributed by binde. (8 years ago) +* d0162f2040a4 - YARN-5246. NMWebAppFilter web redirects drop query parameters. Contributed by Varun Vasudev. (8 years ago) +* 0319d73c3b14 - HDFS-10437. ReconfigurationProtocol not covered by HDFSPolicyProvider. (Arpit Agarwal) (8 years ago) +* 5f6bc65bb312 - Revert "HADOOP-12718. Incorrect error message by fs -put local dir without permission. (John Zhuge via Yongjun Zhang)" (8 years ago) +* 20f2799938c5 - YARN-5077. Fix FSLeafQueue#getFairShare() for queues with zero fairshare. (Yufei Gu via kasha) (8 years ago) +* fbbe0bb627c1 - YARN-5082. Limit ContainerId increase in fair scheduler if the num of node app reserved reached the limit. Addendum to fix javac warning. (Arun Suresh via kasha) (8 years ago) +* 0761379fe458 - HADOOP-13285. DecayRpcScheduler MXBean should only report decayed CallVolumeSummary. Contributed by Xiaoyu Yao. (8 years ago) +* 280069510b71 - HDFS-10493. Add links to datanode web UI in namenode datanodes page. Contributed by Weiwei Yang. (8 years ago) +* c35fa4a0e57b - YARN-5251. Yarn CLI to obtain App logs for last 'n' bytes fails. Contributed by Xuan Gong. (8 years ago) +* 09e82acaf9a6 - HADOOP-12943. Add -w -r options in dfs -test command. Contributed by Weiwei Yang. (8 years ago) +* 51d16e7b38d2 - HADOOP-13242. Authenticate to Azure Data Lake using client ID and keys. Contributed by Atul Sikaria. (8 years ago) +* 51d497fa93d3 - MAPREDUCE-6542. HistoryViewer uses SimpleDateFormat, but SimpleDateFormat is not threadsafe. Contributed by zhangyubiao. (8 years ago) +* a2a5cb60b094 - HADOOP-13189. FairCallQueue makes callQueue larger than the configured capacity. Contributed by Vinitha Gankidi. (8 years ago) +* bf780406f2b3 - HADOOP-12975. Add jitter to CachingGetSpaceUsed's thread (Elliott Clark via Colin P. McCabe) (8 years ago) +* b1674caa409c - HADOOP-13255. KMSClientProvider should check and renew tgt when doing delegation token operations. Contributed by Xiao Chen. (8 years ago) +* 127d2c728191 - HADOOP-13241. document s3a better. Contributed by Steve Loughran. (8 years ago) +* 4aefe119a020 - HADOOP-3733. "s3x:" URLs break when Secret Key contains a slash, even if encoded. Contributed by Steve Loughran. (8 years ago) +* e983eafb44a6 - HDFS-10532. Typo in RollingUpgrade docs. (Contributed by Yiqun Lin) (8 years ago) +* c9e71382a58b - HADOOP-12875. [Azure Data Lake] Support for contract test and unit test cases. Contributed by Vishwajeet Dusane. (8 years ago) +* e14ee0d3b558 - YARN-5083. YARN CLI for AM logs does not give any error message if entered invalid am value. Contributed by Jian He. (8 years ago) +* cc6c265171aa - HDFS-10256. Use GenericTestUtils.getTestDir method in tests for temporary directories (Contributed by Vinayakumar B) (8 years ago) +* 2ca73445f5c2 - HDFS-10525. Fix NPE in CacheReplicationMonitor#rescanCachedBlockMap (Xiao Chen via cmccabe) (8 years ago) +* 2449db507d84 - HDFS-10505. OIV's ReverseXML processor should support ACLs (Surendra Singh Lilhore via cmccabe) (8 years ago) +* b48f27e794e4 - HDFS-9922. Upgrade Domain placement policy status marks a good block in violation when there are decommissioned nodes. (Chris Trezzo via mingma) (8 years ago) +* 5dfc38ff5766 - YARN-5237. Fix missing log files issue in rolling log aggregation. Contributed by Xuan Gong. (8 years ago) +* 6f0aa7512122 - HADOOP-12291. Add support for nested groups in LdapGroupsMapping. Contributed by Esther Kundin. (8 years ago) +* 25064fb2fb79 - YARN-5223. Container line in yarn logs output for a live application should include the hostname for the container. Contributed by Xuan Gong. (8 years ago) +* d6284428e8bd - YARN-5122. "yarn logs" for running containers should print an explicit footer saying that the log may be incomplete. Contributed by Jian He. (8 years ago) +* 098ae11e35e5 - HADOOP-12893. Verify LICENSE.txt and NOTICE.txt. Contributed by Xiao Chen, Andrew Wang, and Akira Ajisaka. (8 years ago) +* 7d521a29eed6 - HDFS-9016. Display upgrade domain information in fsck. (mingma) (8 years ago) +* e2f640942b72 - HADOOP-13245. Fix up some misc create-release issues (aw) (8 years ago) +* c77a1095dc55 - YARN-1942. Deprecate toString/fromString methods from ConverterUtils and move them to records classes like ContainerId/ApplicationId, etc. (wangda) (8 years ago) +* 8e8cb4c6ca7e - HADOOP-13179. GenericOptionsParser is not thread-safe because commons-cli OptionBuilder is not thread-safe. (Contributed by hongbin ma) (8 years ago) +* 20b13d109a1f - HADOOP-13244. o.a.h.ipc.Server#Server should honor handlerCount when queueSizePerHandler is specified in consturctor. Contributed by Kai Sasaki. (8 years ago) +* ee55b74fb93e - Revert "HADOOP-12893. Verify LICENSE.txt and NOTICE.txt. Contributed by Xiao Chen, Akira Ajisaka, and Andrew Wang." (8 years ago) +* eec835ec17f7 - YARN-4887. Add allocation request ID to AM-RM protocol for identifying resource-requests explicitly. (Subru Krishnan via wangda) (8 years ago) +* e3ba9ad3f116 - HADOOP-13270. BZip2CompressionInputStream finds the same compression marker twice in corner case, causing duplicate data blocks. Contributed by Kai Sasaki. (8 years ago) +* 709a814fe015 - HDFS-10516. Fix bug when warming up EDEK cache of more than one encryption zone. Contributed by Xiao Chen. (8 years ago) +* 0accc3306d83 - HADOOP-13079. Add -q option to Ls to print ? instead of non-printable characters. Contributed by John Zhuge. (8 years ago) +* 28b66ae919e3 - YARN-4989. TestWorkPreservingRMRestart#testCapacitySchedulerRecovery fails intermittently. Contributed by Ajith S. (8 years ago) +* 49b4064644b2 - HADOOP-13243. TestRollingFileSystemSink.testSetInitialFlushTime() fails intermittently. (Daniel Templeton via kasha) (8 years ago) +* 7dae2b3bc4ce - YARN-5212. Run existing ContainerManager tests using QueuingContainerManagerImpl. (Konstantinos Karanasos via asuresh) (8 years ago) +* 51432779588f - YARN-5124. Modify AMRMClient to set the ExecutionType in the ResourceRequest. (asuresh) (8 years ago) +* 5279af7cd4af - YARN-5082. Limit ContainerId increase in fair scheduler if the num of node app reserved reached the limit (sandflee via asuresh) (8 years ago) +* e0f4620cc7db - YARN-5197. RM leaks containers if running container disappears from node update. Contributed by Jason Lowe. (8 years ago) +* 8a1dcceccea5 - HADOOP-13213. Small Documentation bug with AuthenticatedURL in hadoop-auth. Contributed by Tom Ellis. (8 years ago) +* 0bbb4ddd7930 - HADOOP-13249. RetryInvocationHandler need wrap InterruptedException in IOException when call Thread.sleep. Contributed by Zhihai Xu. (8 years ago) +* 03fc6b1bb0f5 - YARN-3426. Add jdiff support to YARN. (vinodkv via wangda) (8 years ago) +* 244506f9c895 - YARN-5208. Run TestAMRMClient TestNMClient TestYarnClient TestClientRMTokens TestAMAuthorization tests with hadoop.security.token.service.use_ip enabled. (Rohith Sharma K S via wangda) (8 years ago) +* d44f4745b4a1 - HDFS-7987. Allow files / directories to be moved (Ravi Prakash via aw) (8 years ago) +* 0b7b8a377611 - MAPREDUCE-6741. Refactor UncompressedSplitLineReader.fillBuffer(). Contributed by Daniel Templeton. (8 years ago) +* 9581fb715cbc - HADOOP-12666. Support Microsoft Azure Data Lake - as a file system in Hadoop. Contributed by Vishwajeet Dusane. (8 years ago) +* e383b732c54c - HADOOP-12893. Verify LICENSE.txt and NOTICE.txt. Contributed by Xiao Chen, Akira Ajisaka, and Andrew Wang. (8 years ago) +* 58c3486850c0 - HADOOP-13175. Remove hadoop-ant from hadoop-tools. Contributed by Chris Douglas. (8 years ago) +* 31ffaf76f2b6 - HADOOP-12537 S3A to support Amazon STS temporary credentials. Contributed by Sean Mackrory. (8 years ago) +* 9378d9428f12 - YARN-5191. Renamed the newly added “download=true” option for getting logs via NMWebServices and AHSWebServices to be a better "format" option. (Xuan Gong via vinodkv) (8 years ago) +* 656c460c0e79 - HADOOP-13237: s3a initialization against public bucket fails if caller lacks any credentials. Contributed by Chris Nauroth (8 years ago) +* 8ea9bbce2614 - HDFS-10508. DFSInputStream should set thread's interrupt status after catching InterruptException from sleep. Contributed by Jing Zhao. (8 years ago) +* 1500a0a3009e - YARN-4308. ContainersAggregated CPU resource utilization reports negative usage in first few heartbeats. Contributed by Sunil G (8 years ago) +* ae047655f435 - HDFS-10220. A large number of expired leases can make namenode unresponsive and cause failover (Nicolas Fraison via raviprak) (8 years ago) +* 0af96a1c0859 - (weichiu/MAPREDUCE-6240-trunk, pbacsko/MAPREDUCE-6240-trunk, origin/MAPREDUCE-6240-trunk, JackWangCS/MAPREDUCE-6240-trunk, 9uapaw/MAPREDUCE-6240-trunk) MAPREDUCE-6240. Hadoop client displays confusing error message. (gera) (8 years ago) +* 1ee9ea002609 - Remove redundant TestMiniDFSCluster.testDualClusters. Contributed by Jiayi Zhou. (8 years ago) +* 5a43583c0bbb - YARN-5080. Addendum fix to the original patch to fix YARN logs CLI. Contributed by Xuan Gong (8 years ago) +* 3344ba70e027 - YARN-5204. Properly report status of killed/stopped queued containers. (Konstantinos Karanasos via asuresh) (8 years ago) +* 8c8a377cac10 - YARN-5206. RegistrySecurity includes id:pass in exception text if considered invalid. Contributed by Steve Loughran (8 years ago) +* 723432b3387f - HADOOP-13220. Follow on fixups after upgraded mini-kdc using Kerby. Contributed by Jiajia Li (8 years ago) +* 76f0800c21f4 - YARN-5176. More test cases for queuing of containers at the NM. (Konstantinos Karanasos via asuresh) (8 years ago) +* 58be55b6e07b - YARN-5199. Close LogReader in in AHSWebServices#getStreamingOutput and FileInputStream in NMWebServices#getLogs. Contributed by Xuan Gong (8 years ago) +* 8554aee1bef5 - Addendum patch for YARN-5180 updating findbugs-exclude.xml (8 years ago) +* 733f3f18d5cf - MAPREDUCE-6702. TestMiniMRChildTask.testTaskEnv and TestMiniMRChildTask.testTaskOldEnv are failing (ajisakaa via rkanter) (8 years ago) +* 620325e81696 - YARN-4837. User facing aspects of 'AM blacklisting' feature need fixing. (vinodkv via wangda) (8 years ago) +* be34e85e6828 - HDFS-10468. HDFS read ends up ignoring an interrupt. Contributed by Jing Zhao (8 years ago) +* c14c1b298e29 - HADOOP-10048. LocalDirAllocator should avoid holding locks while accessing the filesystem. Contributed by Jason Lowe. (8 years ago) +* e620530301fd - HDFS-10485. Fix findbugs warning in FSEditLog.java. (aajisaka) (8 years ago) +* bddea5fe5fe7 - YARN-5118. Tests fails with localizer port bind exception. Contributed by Brahma Reddy Battula. (8 years ago) +* 3a154f75ed85 - YARN-4525. Fix bug in RLESparseResourceAllocation.getRangeOverlapping(). (Ishai Menache and Carlo Curino via asuresh) (8 years ago) +* 7a9b7372a1a9 - YARN-5185. StageAllocaterGreedyRLE: Fix NPE in corner case. (Carlo Curino via asuresh) (8 years ago) +* 6de9213df111 - HDFS-10458. getFileEncryptionInfo should return quickly for non-encrypted cluster. (8 years ago) +* a3f78d8fa83f - HADOOP-12807 S3AFileSystem should read AWS credentials from environment variables. Contributed by Tobin Baker. (8 years ago) +* 4a1cedc010d3 - MAPREDUCE-5044. Have AM trigger jstack on task attempts that timeout before killing them. (Eric Payne and Gera Shegalov via mingma) (8 years ago) +* 35f255b03b1b - Revert "Revert "HADOOP-13226 Support async call retry and failover."" (8 years ago) +* 7e7b1ae03759 - Revert "Revert "HDFS-10430. Reuse FileSystem#access in TestAsyncDFS. Contributed by Xiaobing Zhou."" (8 years ago) +* db41e6d285a3 - Revert "Revert "HDFS-10431 Refactor and speedup TestAsyncDFSRename. Contributed by Xiaobing Zhou"" (8 years ago) +* b3d81f38da5d - Revert "Revert "HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou"" (8 years ago) +* 574dcd34c0da - Revert "Revert "HADOOP-13168. Support Future.get with timeout in ipc async calls."" (8 years ago) +* cba9a0188970 - Revert "Revert "HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou"" (8 years ago) +* aa20fa150d52 - Revert "Revert "HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou"" (8 years ago) +* eded3d109e4c - Revert "Revert "HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou"" (8 years ago) +* 106234d873c6 - Revert "HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou" (8 years ago) +* 4d36b221a24e - Revert "HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou" (8 years ago) +* f23d5dfc60a0 - Revert "HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou" (8 years ago) +* e4450d47f191 - Revert "HADOOP-13168. Support Future.get with timeout in ipc async calls." (8 years ago) +* b82c74b9102b - Revert "HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou" (8 years ago) +* 5ee5912ebd54 - Revert "HDFS-10431 Refactor and speedup TestAsyncDFSRename. Contributed by Xiaobing Zhou" (8 years ago) +* 8cf47d8589ba - Revert "HDFS-10430. Reuse FileSystem#access in TestAsyncDFS. Contributed by Xiaobing Zhou." (8 years ago) +* 5360da8bd9f7 - Revert "HADOOP-13226 Support async call retry and failover." (8 years ago) +* 47e0321ee911 - HDFS-10481. HTTPFS server should correctly impersonate as end user to open file. Contributed by Xiao Chen. (8 years ago) +* 99a771cd7a3f - HDFS-7767. Use the noredirect flag in WebHDFS to allow web browsers to upload files via the NN UI (Ravi Prakash via aw) (8 years ago) +* 15f018434c5b - HDFS-9877. HDFS Namenode UI: Fix browsing directories that need to be encoded (Ravi Prakash via aw) (8 years ago) +* 713cb71820ad - HADOOP-13155. Implement TokenRenewer to renew and cancel delegation tokens in KMS. Contributed by Xiao Chen. (8 years ago) +* d82bc8501869 - HADOOP-13105. Support timeouts in LDAP queries in LdapGroupsMapping. Contributed by Mingliang Liu. (8 years ago) +* 78b3a038319c - HADOOP-13109. Add ability to edit existing token file via dtutil -alias flag (Matthew Paduano via aw) (8 years ago) +* db54670e83a8 - YARN-5165. Fix NoOvercommitPolicy to take advantage of RLE representation of plan. (Carlo Curino via asuresh) (8 years ago) +* f10ebc67f57a - YARN-5098. Fixed ResourceManager's DelegationTokenRenewer to replace expiring system-tokens if RM stops and only restarts after a long time. Contributed by Jian He. (8 years ago) +* 99cc439e2979 - YARN-5190. Registering/unregistering container metrics in ContainerMonitorImpl and ContainerImpl causing uncaught exception in ContainerMonitorImpl. Contributed by Junping Du (8 years ago) +* 097baaaebae0 - YARN-1815. Work preserving recovery of Unmanged AMs. Contributed by Subru Krishnan (8 years ago) +* c58a59f7081d - HADOOP-13171. Add StorageStatistics to S3A; instrument some more operations. Contributed by Steve Loughran. (8 years ago) +* 97e244947719 - HDFS-10341. Add a metric to expose the timeout number of pending replication blocks. (Contributed by Akira Ajisaka) (8 years ago) +* 1df6f5735c9d - HDFS-10471. DFSAdmin#SetQuotaCommand's help msg is not correct. Contributed by Yiqun Lin. (8 years ago) +* ead61c45da3c - HADOOP-13224. Grep job in Single Cluster document fails. (aajisaka) (8 years ago) +* dc26601d8fe2 - YARN-5180. Allow ResourceRequest to specify an enforceExecutionType flag. (asuresh) (8 years ago) +* aadb77e412ab - HDFS-10367. TestDFSShell.testMoveWithTargetPortEmpty fails with Address bind exception. Contributed by Brahma Reddy Battula. (8 years ago) +* 99675e00df65 - HADOOP-13232. Typo in exception in ValueQueue.java. Contributed by Jiayi Zhou. (8 years ago) +* 69555fca0668 - HDFS-9476. TestDFSUpgradeFromImage#testUpgradeFromRel1BBWImage occasionally fail. Contributed by Masatake Iwasaki. (8 years ago) +* 16b1cc7af9bd - HADOOP-13131. Add tests to verify that S3A supports SSE-S3 encryption. Contributed by Steve Loughran. (8 years ago) +* 0bc05e40fa7e - YARN-5088. Improve "yarn log" command-line to read the last K bytes for the log files. Contributed by Xuan Gong (8 years ago) +* 35356de1ba1c - HADOOP-13228. Add delegation token to the connection in DelegationTokenAuthenticator. Contributed by Xiao Chen. (8 years ago) +* 587061103097 - HADOOP-13162. Consider reducing number of getFileStatus calls in S3AFileSystem.mkdirs. (Rajesh Balamohan via stevel) (8 years ago) +* d749cf65e1ab - HDFS-9833. Erasure coding: recomputing block checksum on the fly by reconstructing the missed/corrupt block data. Contributed by Rakesh R. (8 years ago) +* 8ceb06e23927 - HADOOP-13137. TraceAdmin should support Kerberized cluster (Wei-Chiu Chuang via cmccabe) (8 years ago) +* c7921c9bddb7 - HDFS-9466. TestShortCircuitCache#testDataXceiverCleansUpSlotsOnFailure is flaky (Wei-Chiu Chuang via cmccabe) (8 years ago) +* 29d6cadc52e4 - HDFS-10415. TestDistributedFileSystem#MyDistributedFileSystem attempts to set up statistics before initialize() is called (Mingliang Liu via cmccabe) (8 years ago) +* 83f2f78c118a - HADOOP-13226 Support async call retry and failover. (8 years ago) +* bca31fe276cc - HADOOP-13132. Handle ClassCastException on AuthenticationException in LoadBalancingKMSClientProvider. Contributed by Wei-Chiu Chuang. (8 years ago) +* 93d8a7f2a2d7 - Revert "HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng" (8 years ago) +* 4e1f56e111a8 - YARN-5141. Get Container logs for the Running application from Yarn Logs CommandLine. Contributed by Xuan Gong. (8 years ago) +* 86fb58b7dc83 - YARN-4007. Add support for different network setups when launching the docker container. Contributed by Sidharta Seethana. (8 years ago) +* 42f90ab885d9 - YARN-4844. Add getMemorySize/getVirtualCoresSize to o.a.h.y.api.records.Resource. Contributed by Wangda Tan. (8 years ago) +* f5ff05cc8a67 - YARN-5132. Exclude generated protobuf sources from YARN Javadoc build. (Subru Krishnan via kasha) (8 years ago) +* 4ca885958383 - HADOOP-13197. Add non-decayed call metrics for DecayRpcScheduler. Contributed by Xiaoyu Yao. (8 years ago) +* 4fc09a897b25 - YARN-5117. QueuingContainerManager does not start GUARANTEED Container even if Resources are available. (Konstantinos Karanasos via asuresh) (8 years ago) +* 21890c4239b6 - HDFS-10430. Reuse FileSystem#access in TestAsyncDFS. Contributed by Xiaobing Zhou. (8 years ago) +* da074771977f - HADOOP-13193. Upgrade to Apache Yetus 0.3.0. Contributed by Kengo Seki. (8 years ago) +* aa975bc7811f - YARN-5127. Expose ExecutionType in Container api record. (Hitesh Sharma via asuresh) (8 years ago) +* 5ea6fd85c7af - HDFS-10276. HDFS should not expose path info that user has no permission to see. (Yuanbo Liu via Yongjun Zhang) (8 years ago) +* e4022debf717 - YARN-5166. javadoc:javadoc goal fails on hadoop-yarn-client. Contributed by Andras Bokor. (8 years ago) +* 705286ccaeea - YARN-4987. Read cache concurrency issue between read and evict in EntityGroupFS timeline store. Contributed by Li Lu. (8 years ago) +* bde819abbbce - YARN-5089. Improve "yarn log" command-line "logFiles" option to support regex. Contributed by Xuan Gong (8 years ago) +* cfb860dee72a - HADOOP-13199. Add doc for distcp -filters. (John Zhuge via Yongjun Zhang) (8 years ago) +* 916140604ffe - HADOOP-12911. Upgrade Hadoop MiniKDC with Kerby. Contributed by Jiajia Li (8 years ago) +* 34cc21f6d1a2 - HADOOP-12847. hadoop daemonlog should support https and SPNEGO for Kerberized cluster. (Wei-Chiu Chuang via Yongjun Zhang) (8 years ago) +* 0a544f8a3e52 - YARN-5005. TestRMWebServices#testDumpingSchedulerLogs fails randomly. Contributed by Bibin A Chundatt. (8 years ago) +* 8c84a2a93c22 - HDFS-10236. Erasure Coding: Rename replication-based names in BlockManager to more generic [part-3]. Contributed by Rakesh R. (8 years ago) +* 1b0cfc84e7ed - YARN-5116. Failed to execute "yarn application". Contributed by Jun Gong (8 years ago) +* 5b41b288d01b - YARN-5162. Fix Exceptions thrown during in registerAM call when Distributed Scheduling is Enabled (Hitesh Sharma via asuresh) (8 years ago) +* 04ded558b03e - YARN-5035. FairScheduler: Adjust maxAssign dynamically when assignMultiple is turned on. (kasha) (8 years ago) +* 55c3e2de3d63 - HDFS-10463. TestRollingFileSystemSinkWithHdfs needs some cleanup. (Daniel Templeton via kasha) (8 years ago) +* f4b9bcd87c66 - HDFS-10431 Refactor and speedup TestAsyncDFSRename. Contributed by Xiaobing Zhou (8 years ago) +* fed9bf0ec194 - HADOOP-12727. Minor cleanups needed for CMake 3.X (Alan Burlison via aw) (8 years ago) +* 77202fa1035a - HADOOP-13010. Refactor raw erasure coders. Contributed by Kai Zheng (8 years ago) +* 4f513a4a8ed7 - YARN-4866. FairScheduler: AMs can consume all vcores leading to a livelock when using FAIR policy. (Yufei Gu via kasha) (8 years ago) +* 013532a95e63 - YARN-4957. Add getNewReservation in ApplicationClientProtocol (Sean Po via curino) (8 years ago) +* 3c83cee11813 - HADOOP-12925. Checks for SPARC architecture need to include 64-bit SPARC (Alan Burlison via aw) (8 years ago) +* 1ba31fe9e906 - YARN-4459. container-executor should only kill process groups. Contributed by Jun Gong (8 years ago) +* f69f5ab3b696 - HDFS-10434. Fix intermittent test failure of TestDataNodeErasureCodingMetrics. Contributed by Rakesh R (8 years ago) +* a6c79f92d503 - HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng (8 years ago) +* 77d5ce9069b9 - YARN-3344. Fix warning - procfs stat file is not in the expected format. (Ravindra Kumar Naik and Akira Ajisaka via kasha) (8 years ago) +* e07519b8dbb9 - YARN-4766. NM should not aggregate logs older than the retention policy (haibochen via rkanter) (8 years ago) +* 9a31e5dfef42 - YARN-5115. Avoid setting CONTENT-DISPOSITION header in the container-logs web-service. Contributed by Xuan Gong. (8 years ago) +* c380a22031a6 - YARN-857. Localization failures should be available in container diagnostics. Contributed by Vinod Kumar Vavilapalli. (8 years ago) +* 48c931331cc4 - YARN-5131. Distributed shell AM fails when extra container arrives during finishing. Contributed by Wangda Tan. (8 years ago) +* dcbb7009b6f9 - HADOOP-13160. Suppress checkstyle JavadocPackage check for test source. John Zhuge via stevel (8 years ago) +* 2dab64da2ff5 - HDFS-10217. show 'blockScheduled' tooltip in datanodes table. (8 years ago) +* 28bd63e92b2e - YARN-5024. TestContainerResourceUsage#testUsageAfterAMRestartWithMultipleContainers random failure. Contributed by Bibin A Chundatt (8 years ago) +* ae353ea96993 - MAPREDUCE-6703. Add flag to allow MapReduce AM to request for OPPORTUNISTIC containers. Contributed by Arun Suresh (8 years ago) +* 09b866fd4566 - HADOOP-13198. Add support for OWASP's dependency-check. Contributed by Mike Yoder. (8 years ago) +* edd716e99cb5 - YARN-5114. Add additional tests in TestRMWebServicesApps and rectify testInvalidAppAttempts failure in 2.8. Contributed by Bibin A Chundatt (8 years ago) +* 02d4e478a398 - HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou (8 years ago) +* 15ed080e3610 - HDFS-9365. Balaner does not work with the HDFS-6376 HA setup. (8 years ago) +* f979d779e192 - YARN-4878. Expose scheduling policy and max running apps over JMX for Yarn queues. (Yufei Gu via kasha) (8 years ago) +* 57c31a3fef62 - HDFS-9782. RollingFileSystemSink should have configurable roll interval. (Daniel Templeton via kasha) (8 years ago) +* b4078bd17b41 - YARN-3971. Skip RMNodeLabelsManager#checkRemoveFromClusterNodeLabelsOfQueue on nodelabel recovery. (addendum patch). Contributed by Bibin A chundatt (8 years ago) +* 4b0f55b6ea16 - HDFS-7766. Add a flag to WebHDFS op=CREATE to not respond with a 307 redirect (Ravi Prakash via aw) (8 years ago) +* 6d043aa4cf14 - YARN-4979. FSAppAttempt demand calculation considers demands at multiple locality levels different. (Zhihai Xu via kasha) (8 years ago) +* eebb39a56fe5 - HADOOP-13112. Change CredentialShell to use CommandShell base class (Matthew Paduano via aw) (8 years ago) +* ac954486c510 - YARN-5055. max apps per user can be larger than max per queue. Contributed by Eric Badger (8 years ago) +* d1df0266cf4e - YARN-5103. With NM recovery enabled, restarting NM multiple times results in AM restart. Contributed by Junping Du (8 years ago) +* 6161d9ba5230 - YARN-5112. Excessive log warnings for directory permission issue on NM recovery. Contributed by Jian He. (cherry picked from commit 867cd2f5a2e5966d6a7c5f5accb2fce78f9e7778) (8 years ago) +* 3b3b63081b39 - MAPREDUCE-6607. Enable regex pattern matching when mapreduce.task.files.preserve.filepattern is set. Contributed by Kai Sasaki. (8 years ago) +* 12eb5a7b11c3 - HDFS-10439. Update setOwner doc in HdfsPermissionsGuide. Contributed by John Zhuge. (8 years ago) +* d8c1fd194416 - HADOOP-13178. TestShellBasedIdMapping.testStaticMapUpdate doesn't work on OS X (Kai Sasaki via aw) (8 years ago) +* 39ec1515a205 - HADOOP-13130. s3a failures can surface as RTEs, not IOEs. (Steve Loughran) (8 years ago) +* 500e946729e1 - HDFS-10438. When NameNode HA is configured to use the lifeline RPC server, it should log the address of that server. Contributed by Chris Nauroth. (8 years ago) +* bcde1562d25c - HDFS-10424. DatanodeLifelineProtocol not able to use under security cluster. Contributed by Chris Nauroth. (8 years ago) +* d364ceac8562 - YARN-5020. Fix Documentation for Yarn Capacity Scheduler on Resource Calculator. Contributed by Takashi Ohnishi (8 years ago) +* 757050ff355d - HADOOP-12723 S3A: Add ability to plug in any AWSCredentialsProvider. Contributed by Steven Wong. (8 years ago) +* c918286b17e7 - HADOOP-13145 In DistCp, prevent unnecessary getFileStatus call when not preserving metadata. Contributed by Chris Nauroth. (8 years ago) +* 0287c491071c - YARN-5016. Add support for a minimum retry interval for container retries. Contributed by Jun Gong. (8 years ago) +* 93258459faf5 - HADOOP-13183. S3A proxy tests fail after httpclient/httpcore upgrade. Contributed by Steve Loughran. (8 years ago) +* 21d2b90213e8 - MAPREDUCE-6696. Add a configuration to limit the number of map tasks allowed per job. Contributed by Zhihai Xu (8 years ago) +* 42c22f7e3d6e - HADOOP-13168. Support Future.get with timeout in ipc async calls. (8 years ago) +* 22fcd819f0c4 - YARN-5076. YARN web interfaces lack XFS protection. Contributed by Jonathan Maron. (cherry picked from commit 2703ec68712279494d67b0d76b7ac10e7a1628be) (8 years ago) +* 204de430bf6a - HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu. (8 years ago) +* feb90ffcca53 - YARN-4002. Make ResourceTrackerService#nodeHeartbeat more concurrent. Contributed by Rohith Sharma K S & Zhiguo Hong (8 years ago) +* 141873ca7d68 - YARN-5100. The YarnApplicationState is always running in ATS even application is finished. Contributed by Xuan Gong. (8 years ago) +* 2120de588b92 - Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk (8 years ago) +|\ +| * 22ff9e68d1d9 - HADOOP-12767. Update apache httpclient version to 4.5.2; httpcore to 4.4.4. Artem Aliev via stevel. (8 years ago) +| * c7159f0240be - HADOOP-13177. Native tests fail on OS X, because DYLD_LIBRARY_PATH is not defined to include libhadoop.dylib (Chris Nauroth via aw) (8 years ago) +* | 182fc1986a98 - HADOOP-12782. Faster LDAP group name resolution with ActiveDirectory. Contributed by Wei-Chiu Chuang (8 years ago) +|/ +* d4274c64bc77 - YARN-5107. TestContainerMetrics fails. (aajisaka) (8 years ago) +* 1597630681c7 - YARN-5110. Fix OpportunisticContainerAllocator to insert complete HostAddress in issued ContainerTokenIds. (Konstantinos Karanasos via asuresh) (8 years ago) +* 010e6ac32885 - HDFS-2173. saveNamespace should not throw IOE when only one storage directory fails to write VERSION file. Contributed by Andras Bokor. (8 years ago) +* 992a49353f0b - MAPREDUCE-6686. Add a way to download the job config from the mapred CLI (rkanter) (8 years ago) +* f04c81c9ce93 - YARN-4925. ContainerRequest in AMRMClient, application should be able to specify nodes/racks together with nodeLabelExpression. Contributed by Bibin A Chundatt (8 years ago) +* ef1757790d89 - YARN-4913. Yarn logs should take a -out option to write to a directory. Contributed by Xuan Gong. (8 years ago) +* bad85f3e3a53 - HADOOP-13138. Unable to append to a SequenceFile with Compression.NONE. Contributed by Vinayakumar B. (8 years ago) +* cf552aa87b4c - HDFS-10360. DataNode may format directory and lose blocks if current/VERSION is missing. (Wei-Chiu Chuang via lei) (8 years ago) +* f4d8fde8224a - HDFS-9926. MiniDFSCluster leaks dependency Mockito via DataNodeTestUtils. (Contributed by Josh Elser) (8 years ago) +* f2c1d9181f80 - HADOOP-13140. FileSystem#initialize must not attempt to create StorageStatistics objects with null or empty schemes (Mingliang Liu via cmccabe) (8 years ago) +* 8a9ecb7584b5 - YARN-5090. Add End-to-End test-cases for DistributedScheduling using MiniYarnCluster. (asuresh) (8 years ago) +* 7154ace71212 - HADOOP-13157. Follow-on improvements to hadoop credential commands. Contributed by Mike Yoder. (8 years ago) +* dd99f5fc7934 - HDFS-10383. Safely close resources in DFSTestUtil. Contributed by Mingliang Liu. (8 years ago) +* 16c07cc68a3e - HDFS-10381, DataStreamer DataNode exclusion log message should be warning. (John Zhuge via Yongjun Zhang) (8 years ago) +* 03788d3015c9 - HDFS-10397. Distcp should ignore -delete option if -diff option is provided instead of exiting. Contributed by Mingliang Liu. (8 years ago) +* 94784848456a - HADOOP-13159. Fix potential NPE in Metrics2 source for DecayRpcScheduler. Contributed by Xiaoyu Yao. (8 years ago) +* 0c6726e20d95 - Addendum patch for YARN-4832. Contributed by Junping Du (8 years ago) +* f6ef876fe158 - MAPREDUCE-6657. Job history server can fail on startup when NameNode is in start phase. Contributed by Haibo Chen. (8 years ago) +* e24fe2641b41 - HDFS-9732, Improve DelegationTokenIdentifier.toString() for better logging. Contributed by Yongjun Zhang. (8 years ago) +* 1356cbe9941c - Revert "HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu." (8 years ago) +* 0942954e8ab6 - HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu. (8 years ago) +* fa3bc3405dc2 - YARN-4832. NM side resource value should get updated if change applied in RM side. Contributed by Junping Du (8 years ago) +* 7cd5ae62f639 - HDFS-10404. Fix formatting of CacheAdmin command usage help text (Yiqun Lin via cmccabe) (8 years ago) +* 34fddd1e912d - MAPREDUCE-6698. Increase timeout on TestUnnecessaryBlockingOnHistoryFileInfo.testTwoThreadsQueryingDifferentJobOfSameUser. Contributed by Haibo Chen (8 years ago) +* 12fa4ec141f8 - MAPREDUCE-6701. application master log can not be available when clicking jobhistory's am logs link. Contributed by Haibo Chen (8 years ago) +* 4a5819dae2b0 - HDFS-10303. DataStreamer#ResponseProcessor calculates packet ack latency incorrectly. Contributed by Surendra Singh Lilhore. (8 years ago) +* 08ea07f1b8ed - HADOOP-13158 S3AFileSystem#toString might throw NullPointerException due to null cannedACL. (Chris Nauroth via stevel) (8 years ago) +* c69a649257a3 - HADOOP-13163 Reuse pre-computed filestatus in Distcp-CopyMapper (Rajesh Balamohan via stevel) (8 years ago) +* b3579305268b - MAPREDUCE-6693. ArrayIndexOutOfBoundsException occurs when the length of the job name is equal to mapreduce.jobhistory.jobname.limit. Contributed by Ajith S. (8 years ago) +* 9fe5828f05ac - HDFS-10242. Cannot create space quota of zero. Contributed by Takashi Ohnishi. (8 years ago) +* ccc93e78127c - YARN-5075. Fix findbugs warnings in hadoop-yarn-common module. (asuresh) (8 years ago) +* 2c91fd82415a - HADOOP-13161. remove JDK7 from Dockerfile (aw) (8 years ago) +* 61f46be071e4 - HDFS-10208. Addendum for HDFS-9579: to handle the case when client machine can't resolve network path (Ming Ma via sjlee) (8 years ago) +* 730bc746f9ac - HADOOP-12930. Dynamic subcommands for hadoop shell scripts (aw) (8 years ago) +* 6a6e74acf5c3 - HDFS-10410. RedundantEditLogInputStream.LOG is set to wrong class. (John Zhuge via lei) (8 years ago) +* 4b55642b9d83 - HADOOP-11858. [JDK8] Set minimum version of Hadoop 3 to JDK 8. Contributed by Robert Kanter. (8 years ago) +* a9a8297cad41 - HADOOP-13146. Refactor RetryInvocationHandler. Contributed by Tsz Wo Nicholas Sze. (8 years ago) +* 1217c8f6b49e - YARN-5069. TestFifoScheduler.testResourceOverCommit race condition. Contributed by Eric Badger. (8 years ago) +* 576e2d1278a5 - HADOOP-13149. Windows distro build fails on dist-copynativelibs. Contributed by Chris Nauroth. (8 years ago) +* b9685e85d59e - HADOOP-13148. TestDistCpViewFs to include IOExceptions in test error reports. Contributed by Steve Loughran. (8 years ago) +* 81effb7dcde2 - YARN-4325. Nodemanager log handlers fail to send finished/failed events in some cases. Contributed by Junping Du (8 years ago) +* ad9441122f31 - HDFS-8449. Add tasks count metrics to datanode for ECWorker. Contributed by Bo Li. (8 years ago) +* 45788204ae2a - HDFS-10333. Intermittent org.apache.hadoop.hdfs.TestFileAppend failure in trunk. Contributed by Yiqun Lin. (8 years ago) +* f45bc5a83ed2 - YARN-4738. Notify the RM about the status of OPPORTUNISTIC containers (Konstantinos Karanasos via asuresh) (8 years ago) +* 7be53b65f95d - YARN-5080. Cannot obtain logs using YARN CLI -am for either KILLED or RUNNING AM. Contributed by Xuan Gong (8 years ago) +* 3fa1380c221b - HADOOP-13083. The number of javadocs warnings is limited to 100. (Gergely Novák via gtcarrera9) (8 years ago)
  • +* f0ac18d001d9 - YARN-2888. Corrective mechanisms for rebalancing NM container queues. (asuresh) (8 years ago) +* 1f2794b4faf1 - HADOOP-12971. FileSystemShell doc should explain relative path (John Zhuge via sale) (8 years ago) +* 9227dfc25f37 - MAPREDUCE-6558. multibyte delimiters with compressed input files generate duplicate records. Contributed by Wilfred Spiegelenburg (8 years ago) +* dd3a8bed0aa1 - HADOOP-13113 Enable parallel test execution for hadoop-aws. Chris Nauroth via stevel (8 years ago) +* fa440a39b788 - HADOOP-12868. Fix hadoop-openstack undeclared and unused dependencies. Contributed by Masatake Iwasaki. (8 years ago) +* 3bfd29949fef - HADOOP-11180. Change log message "token.Token: Cannot find class for token kind kms-dt" to debug. Contributed by Yi Liu. (8 years ago) +* 3c5c57af2899 - HADOOP-13142. Change project version from 3.0.0 to 3.0.0-alpha1. (8 years ago) +* a2774debf71b - HDFS-9389. Add maintenance states to AdminStates. (Ming Ma via lei) (8 years ago) +* ca5613af91f5 - Revert "Update project version to 3.0.0-alpha1-SNAPSHOT." (8 years ago) +* 0f3d6bc65e58 - HADOOP-12581. ShellBasedIdMapping needs suport for Solaris (Alan Burlison via aw) (8 years ago) +* 013000fbc208 - YARN-5053. More informative diagnostics when applications killed by a user. Contributed by Eric Badger (8 years ago) +* 27c4e90efce0 - HADOOP-13028 add low level counter metrics for S3A; use in read performance tests. contributed by: stevel patch includes HADOOP-12844 Recover when S3A fails on IOException in read() HADOOP-13058 S3A FS fails during init against a read-only FS if multipart purge HADOOP-13047 S3a Forward seek in stream length to be configurable (8 years ago) +* 6b53802cba97 - Update project version to 3.0.0-alpha1-SNAPSHOT. (8 years ago) +* 7eddecd35701 - MAPREDUCE-6639 Process hangs in LocatedFileStatusFetcher if FileSystem.get throws. Ryan Blue via stevel (8 years ago) +* 0bbe01f8d561 - YARN-4577. Enable aux services to have their own custom classpath/jar file (Xuan Gong via sale) (8 years ago) +* 3f2816ab5a3d - HADOOP-13116 Jets3tNativeS3FileSystemContractTest does not run. (8 years ago) +* def2a6d38564 - HADOOP-13122 Customize User-Agent header sent in HTTP requests by S3A. Chris Nauroth via stevel. (8 years ago) +* b7ac85259c7d - YARN-5068. Expose scheduler queue to application master. (Harish Jaiprakash via rohithsharmaks) (8 years ago) +* d464f4d1c4de - YARN-5049. Extend NMStateStore to save queued container information. (Konstantinos Karanasos via asuresh) (8 years ago) +* 7251bb922b20 - HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou (8 years ago) +* 4b4e4c6ba83b - YARN-4995. FairScheduler: Display per-queue demand on the scheduler page. (xupeng via kasha) (8 years ago) +* 687233f20d24 - HADOOP-13065. Add a new interface for retrieving FS and FC Statistics (Mingliang Liu via cmccabe) (8 years ago) +* acb509b2fa0b - HADOOP-12942. hadoop credential commands non-obviously use password of "none" (Mike Yoder via lmccay) (8 years ago) +* dee279b532e7 - HADOOP-13008. Add XFS Filter for UIs to Hadoop Common. Contributed by Larry McCay. (8 years ago) +* 39f2bac38b11 - YARN-5029. RM needs to send update event with YarnApplicationState as Running to ATS/AHS. Contributed by Xuan Gong. (8 years ago) +* 355326140096 - HADOOP-13125 FS Contract tests don't report FS initialization errors well. (stevel) (8 years ago) +* d971bf252f36 - YARN-5073. Refactor startContainerInternal() in ContainerManager to remove unused parameter. (Konstantinos Karanasos via asuresh) (8 years ago) +* 6e5657803154 - HADOOP-10694. Remove synchronized input streams from Writable deserialization. Contributed by Gopal V and Rajesh Balamohan. (8 years ago) +* 27242f211e83 - HADOOP-12801. Suppress obsolete S3FileSystem tests. Contributed by Chris Nauroth. (8 years ago) +* 307db61aac9f - HDFS-10172. hdfs erasurecode command should remove the redundant -usage option. Contributed by Yuanbo Liu. (8 years ago) +* 6b1c1cb01cbf - YARN-4768. getAvailablePhysicalMemorySize can be inaccurate on linux. Contributed by Nathan Roberts. (8 years ago) +* 025219b12fca - HADOOP-12982 Document missing S3A and S3 properties. (Wei-Chiu Chuang via stevel) (8 years ago) +* 829a2e4d271f - HADOOP-12751. While using kerberos Hadoop incorrectly assumes names with '@' to be non-simple. (Bolke de Bruin via stevel). (8 years ago) +* f0252ad2525c - HDFS-10377. CacheReplicationMonitor shutdown log message should use INFO level (Yiqun Lin via cmccabe) (8 years ago) +* 0f0c6415af40 - HADOOP-13118. Fix IOUtils#cleanup and IOUtils#closeStream javadoc. Contributed by Wei-Chiu Chuang. (8 years ago) +* 5ffb54694b52 - MAPREDUCE-6684. High contention on scanning of user directory under immediate_done in Job History Server. Contributed by Haibo Chen (8 years ago) +* cd35b692de88 - MAPREDUCE-6678. Allow ShuffleHandler readahead without drop-behind. Contributed by Nathan Roberts. (8 years ago) +* 87f5e351337a - YARN-4842. Fixed "yarn logs" command to guess (and thus not require) the appOwner argument when viewing another user's logs. Contributed by Ram Venkatesh and Xuan Gong. (8 years ago) +* 996a210ab013 - YARN-4778. Support specifying resources for task containers in SLS. Contributed by Wangda Tan (8 years ago) +* b9e5a32fa14b - HDFS-10372. Fix for failing TestFsDatasetImpl#testCleanShutdownOfVolume. Contributed by Rushabh Shah. (8 years ago) +* 411fb4b2b792 - HDFS-10337. OfflineEditsViewer stats option should print 0 instead of null for the count of operations. Contributed by Yiqun Lin. (8 years ago) +* 2750fb900fc9 - YARN-4926. Change nodelabel rest API invalid reponse status to 400. Contributed by Bibin A Chundatt (8 years ago) +* 47c41e7ac7e6 - YARN-5048. DelegationTokenRenewer#skipTokenRenewal may throw NPE (Jian He via Yongjun Zhang) (8 years ago) +* 6957e4569996 - HDFS-10374. typo in HDFSHighAvailabilityWithQJM doc. Contributed by Takashi Ohnishi. (8 years ago) +* 8ef75a702e3b - HDFS-9939. Increase DecompressorStream skip buffer size. Contributed by John Zhuge. (8 years ago) +* e097c9a124dc - HADOOP-12701. Run checkstyle on test source files. Contributed by John Zhuge. (8 years ago) +* b2ed6ae73197 - YARN-4747. AHS error 500 due to NPE when container start event is missing. Contributed by Varun Saxena (8 years ago) +* 23248f63aab7 - getApplicationReport call may raise NPE for removed queues. (Jian He via wangda) (8 years ago) +* c9bb96fa81fc - MAPREDUCE-6689. MapReduce job can infinitely increase number of reducer resource requests. Contributed by Wangda Tan (8 years ago) +* 1c5bbf64993f - HADOOP-12866. add a subcommand for gridmix (Kai Sasaki via aw) (8 years ago) +* 2835f146b551 - HDFS-2043. TestHFlush failing intermittently. Contributed by Lin Yiqun. (8 years ago) +* 8d48266720dc - MAPREDUCE-6514. Fixed MapReduce ApplicationMaster to properly updated resources ask after ramping down of all reducers avoiding job hangs. Contributed by Varun Saxena and Wangda Tan. (8 years ago) +* dacd1f50feb2 - HDFS-10324. Trash directory in an encryption zone should be pre-created with correct permissions. Contributed by Wei-Chiu Chuang. (8 years ago) +* 4e5e87ddd4a4 - HADOOP-13098. Dynamic LogLevel setting page should accept case-insensitive log level string. (Junping Du via xyao) (8 years ago) +* f305d9c0f64f - HADOOP-13103 Group resolution from LDAP may fail on javax.naming.ServiceUnavailableException (8 years ago) +* d8faf47f32c7 - HADOOP-13051. Test for special characters in path being respected during globPaths. Contributed by Harsh J. (8 years ago) +* bb62e0592566 - YARN-4390. Do surgical preemption based on reserved container in CapacityScheduler. Contributed by Wangda Tan (8 years ago) +* 35cf503149d6 - HADOOP-13077. Handle special characters in passwords in httpfs.sh (Xiao Chen via aw) (8 years ago) +* d0da13229cf6 - YARN-4311. Removing nodes from include and exclude lists will not remove them from decommissioned nodes list. Contributed by Kuhu Shukla (8 years ago) +* 72b047715c1a - YARN-4595. Add support for configurable read-only mounts when launching Docker containers. Contributed by Billie Rinaldi. (8 years ago) +* 9d3fcdfbb314 - MAPREDUCE-6675. TestJobImpl.testUnusableNode failed (haibochen via rkanter) (8 years ago) +* ecce3b7d53ab - MAPREDUCE-6677. LocalContainerAllocator doesn't specify resource of the containers allocated (haibochen via rkanter) (8 years ago) +* 1268cf5fbe44 - HDFS-10320. Rack failures may result in NN terminate. (Xiao Chen via mingma) (8 years ago) +* 9e37fe3b7a3b - YARN-4905. Improved "yarn logs" command-line to optionally show log metadata also. Contributed by Xuan Gong. (8 years ago) +* 7bd418e48c71 - YARN-4984. LogAggregationService shouldn't swallow exception in handling createAppDir() which cause thread leak. (Junping Du via wangda) (8 years ago) +* e61d431275d7 - YARN-4920. ATS/NM should support a link to dowload/get the logs in text format. Contributed by Xuan Gong. (8 years ago) +* af942585a108 - HADOOP-12469. distcp should not ignore the ignoreFailures option. Contributed by Mingliang Liu. (8 years ago) +* f343d91ecc0d - HADOOP-13068. Clean up RunJar and related test class. (Contributed by Andras Bokor) (8 years ago) +* 36972d61d1cf - HADOOP-12504. Remove metrics v1. (aajisaka) (8 years ago) +* 355325bcc711 - HADOOP-12101. Add automatic search of default Configuration variables to TestConfigurationFieldsBase. Contributed by Ray Chiang. (8 years ago) +* 75e045059368 - YARN-4947. Test timeout is happening for TestRMWebServicesNodes. Contributed by Bibin A Chundatt (8 years ago) +* 6d77d6eab779 - HDFS-9902. Support different values of dfs.datanode.du.reserved per storage type. (Contributed by Brahma Reddy Battula) (8 years ago) +* ed54f5f1ff78 - YARN-5003. Add container resource to RM audit log. Contributed by Nathan Roberts (8 years ago) +* c6b48391680c - YARN-4834. ProcfsBasedProcessTree doesn't track daemonized processes. Contributed by Nathan Roberts (8 years ago) +* 06413da72efe - YARN-4851. Metric improvements for ATS v1.5 storage components. Li Lu via junping_du. (8 years ago) +* c1cc6ac667e9 - HADOOP-13080. Refresh time in SysInfoWindows is in nanoseconds. Contributed by Inigo Goiri (8 years ago) +* 45a753ccf79d - HDFS-10344. DistributedFileSystem#getTrashRoots should skip encryption zone that does not have .Trash. Contributed by Xiaoyu Yao. (8 years ago) +* 4ee4e5ca2b84 - MAPREDUCE-6526. Remove usage of metrics v1 from hadoop-mapreduce. (aajisaka) (8 years ago) +* 3ff0510ffdc2 - Fix hadoop-hdfs-native-client compilation on Windows. Contributed by Brahma Reddy Battula. (8 years ago) +* 9e8411d0a630 - MAPREDUCE-6537. Include hadoop-pipes examples in the release tarball. Contributed by Kai Sasaki. (8 years ago) +* 1b9f18623ab5 - HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou (8 years ago) +* 2beedead72ee - HADOOP-13072. WindowsGetSpaceUsed constructor should be public (Vinayakumar B via cmccabe) (8 years ago) +* 971af603ea2a - HADOOP-13045. hadoop_add_classpath is not working in .hadooprc (8 years ago) +* c7484eb54141 - HADOOP-13012. yetus-wrapper should fail sooner when download fails (Steven Wong via aw) (8 years ago) +* 2753185a010e - HADOOP-12563. Updated utility (dtutil) to create/modify token files. Contributed by Matthew Paduano (8 years ago) +* 7da540d03ecc - HDFS-10347. Namenode report bad block method doesn't log the bad block or datanode. Contributed by Rushabh Shah. (8 years ago) +* 26ac0f8f0b28 - MAPREDUCE-6672. TestTeraSort fails on Windows. Contributed by Tibor Kiss. (8 years ago) +* 4da6f69ca129 - HDFS-10335 Mover$Processor#chooseTarget() always chooses the first matching target storage group. Contributed by Mingliang Liu (8 years ago) +* 9d4d30243b0f - Remove parent's env vars from child processes (8 years ago) +* af9b000535cc - HDFS-10260. TestFsDatasetImpl#testCleanShutdownOfVolume often fails. Contributed by Rushabh Shah. (8 years ago) +* ef0870ad038a - HADOOP-12378. Fix findbugs warnings in hadoop-tools module. Contributed by Akira AJISAKA. (8 years ago) +* 0f25a1bb52bc - YARN-3998. Add support in the NodeManager to re-launch containers. Contributed by Jun Gong. (8 years ago) +* 4a8508501bc7 - YARN-5009. NMLeveldbStateStoreService database can grow substantially leading to longer recovery times. Contributed by Jason Lowe (8 years ago) +* dd80042c42aa - YARN-5008. LeveldbRMStateStore database can grow substantially leading to long recovery times. Contributed by Jason Lowe (8 years ago) +* 6243eabb4839 - HDFS-9958. BlockManager#createLocatedBlocks can throw NPE for corruptBlocks on failed storages. Contributed by Kuhu Shukla (8 years ago) +* cf2ee45f71f3 - HADOOP-13067. cleanup the dockerfile (8 years ago) +* 6f26b665874f - HADOOP-13030. Handle special characters in passwords in KMS startup script. Contributed by Xiao Chen. (8 years ago) +* 8bd0bca0b1ea - HDFS-3702. Fix missing imports from HDFS-3702 trunk patch. (8 years ago) +* 0a152103f19a - HDFS-3702. Add an option for NOT writing the blocks locally if there is a datanode on the same box as the client. (Contributed by Lei (Eddy) Xu) (8 years ago) +* f16722d2ef31 - YARN-4956. findbug issue on LevelDBCacheTimelineStore. (Zhiyuan Yang via gtcarrera9) (8 years ago)
  • +* 3337ef2bfecb - HADOOP-5470. RunJar.unJar() should write the last modified time found in the jar entry to the uncompressed file. (Contributed by Andras Bakor) (8 years ago) +* 185c3d4de1ac - YARN-4807. MockAM#waitForState sleep duration is too long. (Yufei Gu via kasha) (8 years ago) +* 7b1c37a13a55 - HADOOP-12892. fix/rewrite create-release (aw) (8 years ago) +* 919a1d824a0a - HDFS-10330. Add Corrupt Blocks Information in Metasave output. Contributed by Kuhu Shukla. (8 years ago) +* 66b07d83740a - YARN-4966. Improve yarn logs to fetch container logs without specifying nodeId. Contributed by Xuan Gong. (8 years ago) +* 4beff013546d - YARN-4983. JVM and UGI metrics disappear after RM transitioned to standby mode (8 years ago) +* ea5475d1c125 - HADOOP-13039. Add documentation for configuration property ipc.maximum.data.length (Contributed by Mingliang Liu) (8 years ago) +* 341888a0aa23 - YARN-4412. Create ClusterMonitor to compute ordered list of preferred NMs for OPPORTUNITIC containers. (asuresh) (8 years ago) +* 68b4564e7838 - HADOOP-12738. Create unit test to automatically compare Common related classes and core-default.xml. Contributed by Ray Chiang. (8 years ago) +* fc94810d3f53 - HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou (8 years ago) +* 959a28dd1216 - HDFS-10313. Distcp need to enforce the order of snapshot names passed to -diff. (Lin Yiqun via Yongjun Zhang) (8 years ago) +* 6be22ddbf1b6 - HDFS-10297. Increase default balance bandwidth and concurrent moves. Contributed by John Zhuge. (8 years ago) +* c6a2430b4769 - HDFS-10329. Bad initialisation of StringBuffer in RequestHedgingProxyProvider. Contributed by Lin Yiqun. (8 years ago) +* 1a3f1482e273 - YARN-4795. ContainerMetrics drops records. (Daniel Templeton via kasha) (8 years ago) +* 4b1dcbbe0c1d - YARN-1297. FairScheduler: Move some logs to debug and check if debug logging is enabled (8 years ago) +* a5fed8bbfeed - YARN-4991. Fix ContainerRequest Constructor to set nodelabelExpression correctly. (Bibin A Chundatt via asuresh) (8 years ago) +* 5865fe2bf012 - HDFS-9869. Erasure Coding: Rename replication-based names in BlockManager to more generic [part-2]. Contributed by Rakesh R. (8 years ago) +* 8eadd7145ef1 - HDFS-10325. TestDFSShell#testMoveWithTargetPortEmpty fails. Contributed by Takanobu Asanuma. (8 years ago) +* f308561f1d88 - HDFS-8057 Move BlockReader implementation to the client implementation package. Contributed by Takanobu Asanuma (8 years ago) +* 10f0f7851a32 - HDFS-10318. TestJMXGet hides the real error in case of test failure. Contributed by Andras Bokor. (8 years ago) +* bec5b4cd8c1f - HADOOP-11418. Property "io.compression.codec.lzo.class" does not work with other value besides default. (Yuanbo Liu via iwasakims) (8 years ago) +* 02c51c27d92e - HDFS-10298. Document the usage of distcp -diff option. Contributed by Takashi Ohnishi. (8 years ago) +* c282a08f3892 - YARN-2885. Create AMRMProxy request interceptor and ContainerAllocator to distribute OPPORTUNISTIC containers to appropriate Nodes (asuresh) (8 years ago) +* 6fcde2e38da0 - HDFS-9905. WebHdfsFileSystem#runWithRetry should display original stack trace on error. (Wei-Chiu Chuang via iwasakims) (8 years ago) +* b2a654c5ee65 - YARN-4335. Allow ResourceRequests to specify ExecutionType of a request ask (kkaranasos via asuresh) (8 years ago) +* 63e5412f1aef - HDFS-9427. HDFS should not default to ephemeral ports. Contributed by Xiaobing Zhou. (8 years ago) +* c610031cabce - HADOOP-13033. Add missing Javadoc entries to Interns.java. Contributed by Andras Bokor. (8 years ago) +* 9dbdc8e12d00 - HADOOP-13052. ChecksumFileSystem mishandles crc file permissions. Contributed by Daryn Sharp. (8 years ago) +* 7cb3a3da96e5 - YARN-4846. Fix random failures for TestCapacitySchedulerPreemption#testPreemptionPolicyShouldRespectAlreadyMarkedKillableContainers. (Bibin A Chundatt via wangda) (8 years ago) +* d6402fadedad - Revert "HADOOP-12563. Updated utility (dtutil) to create/modify token files. Contributed by Matthew Paduano" (8 years ago) +* 5d4255a80156 - HDFS-9555. LazyPersistFileScrubber should still sleep if there are errors in the clear progress. Contributed by Phil Yang. (8 years ago) +* 19f0f9608e31 - HADOOP-12891. S3AFileSystem should configure Multipart Copy threshold and chunk size. (Andrew Olson via stevel) (8 years ago) +* 337bcde1dc47 - HADOOP-13011 - Clearly Document the Password Details for Keystore-based Credential Providers (8 years ago) +* 4a043b3fec70 - HDFS-9894. Add unsetStoragePolicy API to FileContext/AbstractFileSystem and derivatives. Contributed by Xiaobing Zhou. (8 years ago) +* 14ab7a81e251 - HDFS-10309 Balancer doesn't honor dfs.blocksize value defined with suffix k(kilo), m(mega), g(giga). Contributed by Amit Anand (8 years ago) +* bbce1d525e00 - HDFS-10319. Balancer should not try to pair storages with different types. (8 years ago) +* 3dce486d8889 - YARN-4556. TestFifoScheduler.testResourceOverCommit fails. Contributed by Akihiro Suda (8 years ago) +* 08b7efa95202 - HADOOP-13043. Add LICENSE.txt entries for bundled javascript dependencies. (8 years ago) +* fea50c5440d8 - HADOOP-13042. Restore lost leveldbjni LICENSE and NOTICE changes. (8 years ago) +* 7c6339f66ac3 - YARN-4968. A couple of AM retry unit tests need to wait SchedulerApplicationAttempt stopped. (Wangda Tan via gtcarrera9) (8 years ago)
  • +* a749ba0ceaa8 - HDFS-9670. DistCp throws NPE when source is root. (John Zhuge via Yongjun Zhang) (8 years ago) +* 4838b735f0d4 - HADOOP-12563. Updated utility (dtutil) to create/modify token files. Contributed by Matthew Paduano (8 years ago) +* 95a50466075c - YARN-4976. Missing NullPointer check in ContainerLaunchContextPBImpl. Contributed by Giovanni Matteo Fumarola (8 years ago) +* b4be288c5d68 - HDFS-10207. Support enable Hadoop IPC backoff without namenode restart. Contributed by Xiaobing Zhou. (8 years ago) +* 7da5847cf10b - MAPREDUCE-2398. MRBench: setting the baseDir parameter has no effect. Contributed by Michael Noll and Wilfred Spiegelenburg. (8 years ago) +* 170c4fd4cdbb - YARN-4784. Fairscheduler: defaultQueueSchedulingPolicy should not accept FIFO. (Yufei Gu via kasha) (8 years ago) +* 6e297836d644 - YARN-4935. TestYarnClient#testSubmitIncorrectQueue fails when FairScheduler is the default. (Yufei Gu via kasha) (8 years ago) +* 5bd7b592e5fb - HADOOP-12985. Support MetricsSource interface for DecayRpcScheduler Metrics. Contributed by Xiaoyu Yao. (8 years ago) +* 1e48eefe5800 - MAPREDUCE-6680. JHS UserLogDir scan algorithm sometime could skip directory with update in CloudFS (Azure FileSystem, S3, etc. Contributed by Junping Du (8 years ago) +* 33fd95a99c4d - YARN-4890. Unit test intermittent failure: TestNodeLabelContainerAllocation#testQueueUsedCapacitiesUpdate. (Sunil G via wangda) (8 years ago) +* 63ac2db59af2 - HDFS-10312. Large block reports may fail to decode at NameNode due to 64 MB protobuf maximum length restriction. Contributed by Chris Nauroth. (8 years ago) +* ad36fa6f4287 - HDFS-10308. TestRetryCacheWithHA#testRetryCacheOnStandbyNN failing (Rakesh R via cmccabe) (8 years ago) +* c8172f5f143d - YARN-2883. Queuing of container requests in the NM. (Konstantinos Karanasos and Arun Suresh via kasha) (8 years ago) +* af9bdbe447b1 - HDFS-10264. Logging improvements in FSImageFormatProtobuf.Saver. (Contributed by Xiaobing Zhou) (8 years ago) +* 90d1af141666 - HDFS-9744. TestDirectoryScanner#testThrottling occasionally time out after 300 seconds. Contributed by Lin Yiqun. (8 years ago) +* 4b4df2cd4864 - HDFS-10284. o.a.h.hdfs.server.blockmanagement.TestBlockManagerSafeMode.testCheckSafeMode fails intermittently. Contributed by Mingliang Liu. (8 years ago) +* 438efc36349f - HDFS-10291 TestShortCircuitLocalRead failing (stevel) (8 years ago) +* b5d4c7dc76dd - HADOOP-12924. Configure raw erasure coders for supported codecs. Contributed by Rui Li. (8 years ago) +* be0bce1b7171 - HDFS-10306. SafeModeMonitor should not leave safe mode if name system is starting active service. Contributed by Mingliang Liu. (8 years ago) +* cb3ca460efb9 - HDFS-10265. OEV tool fails to read edit xml file if OP_UPDATE_BLOCKS has no BLOCK tag (Wan Chang via cmccabe) (8 years ago) +* 477003730e6a - Fixed TimelineClient to retry SocketTimeoutException too. Contributed by Xuan Gong. (8 years ago) +* d8b729e16fb2 - HDFS-10302. BlockPlacementPolicyDefault should use default replication considerload value. Contributed by Lin Yiqun. (8 years ago) +* ab903029a9d3 - HDFS-10275. TestDataNodeMetrics failing intermittently due to TotalWriteTime counted incorrectly. Contributed by Lin Yiqun. (8 years ago) +* 67523ffcf491 - HDFS-9412. getBlocks occupies FSLock and takes too long to complete. Contributed by He Tianyi. (8 years ago) +* fdc46bfb3777 - YARN-4934. Reserved Resource for QueueMetrics needs to be handled correctly in few cases. (Sunil G via wangda) (8 years ago) +* e6c0742012ff - YARN-4965. Distributed shell AM failed due to ClientHandlerException thrown by jersey. Contributed by Junping Du (8 years ago) +* cc8b83a8e85b - MAPREDUCE-6649. getFailureInfo not returning any failure info. Contributed by Eric Badger (8 years ago) +* cab9cbaa0a6d - YARN-4468. Document the general ReservationSystem functionality, and the REST API. (subru and carlo via asuresh) (8 years ago) +* 69f3d428d5c3 - YARN-4940. yarn node -list -all failed if RM start with decommissioned node. Contributed by sandflee (8 years ago) +* fdbafbc9e593 - YARN-4909. Fix intermittent failures of TestRMWebServices And TestRMWithCSRFFilter. Contributed by Bibin A Chundatt (8 years ago) +* 55e19b7f0c12 - HDFS-10293. StripedFileTestUtil#readAll flaky. Contributed by Mingliang Liu. (8 years ago) +* 89a838769ff5 - HDFS-10283. o.a.h.hdfs.server.namenode.TestFSImageWithSnapshot#testSaveLoadImageWithAppending fails intermittently. Contributed by Mingliang Liu. (8 years ago) +* 4feed9b2dbff - HADOOP-13026 Should not wrap IOExceptions into a AuthenticationException in KerberosAuthenticator. Xuan Gong via stevel (8 years ago) +* 6e6b6dd5aaf9 - HADOOP-12989. Some tests in org.apache.hadoop.fs.shell.find occasionally time out. Contributed by Takashi Ohnishi. (8 years ago) +* b9c9d03591a4 - HDFS-10281. TestPendingCorruptDnMessages fails intermittently. Contributed by Mingliang Liu. (8 years ago) +* 2c155afe2736 - HDFS-10292. Add block id when client got Unable to close file exception. Contributed by Brahma Reddy Battula. (8 years ago) +* 3150ae8108a1 - YARN-4924. NM recovery race can lead to container not cleaned up. Contributed by sandflee (8 years ago) +* a74580a4d303 - HADOOP-12811. Change kms server port number which conflicts with HMaster port number. Contributed by Xiao Chen. (8 years ago) +* 8b2880c0b621 - MAPREDUCE-6513. MR job got hanged forever when one NM unstable for some time. (Varun Saxena via wangda) (8 years ago) +* 809226752dd1 - HDFS-10286. Fix TestDFSAdmin#testNameNodeGetReconfigurableProperties. Contributed by Xiaobing Zhou. (8 years ago) +* c970f1d00525 - HDFS-10280. Document new dfsadmin command -evictWriters. Contributed by Wei-Chiu Chuang. (8 years ago) +* 404f57f328b0 - HDFS-10216. Distcp -diff throws exception when handling relative path. Contributed by Takashi Ohnishi. (8 years ago) +* 0d1c1152f1ce - HDFS-10282. The VolumeScanner should warn about replica files which are misplaced. Contributed by Colin Patrick McCabe. (8 years ago) +* df18b6e9849c - HADOOP-12963 Allow using path style addressing for accessing the s3 endpoint. (Stephen Montgomery via stevel) (8 years ago) +* 40211d1f0a3e - HADOOP-12969 Mark IPC.Client and IPC.Server as @Public, @Evolving (Xiaobing Zhou via stevel) (8 years ago) +* 27b131e79c5f - HADOOP-12822. Change "Metrics intern cache overflow" log level from WARN to INFO. Contributed by Andras Bokor. (8 years ago) +* 0d9194df00fd - YARN-4541. Change log message in LocalizedResource#handle() to DEBUG (rchiang via rkanter) (8 years ago) +* 5566177c9af9 - HDFS-10209. Support enable caller context in HDFS namenode audit log without restart namenode. Contributed by Xiaobing Zhou. (8 years ago) +* 4895c73dd493 - Revert "HDFS-10209. Support enable caller context in HDFS namenode audit log without restart namenode" (8 years ago) +* 314aa21a8913 - HDFS-10279. Improve validation of the configured number of tolerated failed volumes. Contributed by Lin Yiqun. (8 years ago) +* 192112d5a2e7 - HDFS-10209. Support enable caller context in HDFS namenode audit log without restart namenode (8 years ago) +* 8ced42daff5c - HADOOP-12993. Change ShutdownHookManger complete shutdown log from INFO to DEBUG. Contributed by Xiaoyu Yao. (8 years ago) +* e0cb426758b3 - YARN-4886. Add HDFS caller context for EntityGroupFSTimelineStore. Contributed by Li Lu (8 years ago) +* d2f3bbc29046 - HDFS-10270. TestJMXGet:testNameNode() fails. Contributed by Gergely Novák (8 years ago) +* 903428bf9468 - HDFS-9772. TestBlockReplacement#testThrottler doesn't work as expected. Contributed by Lin Yiqun. (8 years ago) +* 35f07705552e - HADOOP-12973. Make DU pluggable. (Elliott Clark via cmccabe) (8 years ago) +* 042a3ae96088 - HADOOP-12964. Http server vulnerable to clickjacking (haibochen via rkanter) (8 years ago) +* 6ef42873a02b - HDFS-9918. Erasure Coding: Sort located striped blocks based on decommissioned states. Contributed by Rakesh R. (8 years ago) +* 600d129bb8d5 - HDFS-10273. Remove duplicate logSync() and log message in FSN#enterSafemode() (Vinayakumar B via cmccabe) (8 years ago) +* 437e9d6475a9 - YARN-4810. NM applicationpage cause internal error 500. Contributed by Bibin A Chundatt. (8 years ago) +* 209303be3a4d - HDFS-8356. Document missing properties in hdfs-default.xml. Contributed by Ray Chiang. (8 years ago) +* a9a607f8fc0d - HDFS-10271. Extra bytes are getting released from reservedSpace for append (Contributed by Brahma Reddy Battula) (8 years ago) +* a409508b3f4c - HDFS-10277. PositionedReadable test testReadFullyZeroByteFile failing in HDFS. Contributed by Steve Loughran. (8 years ago) +* 4ee7f0a3e781 - YARN-4897. dataTables_wrapper change min height. Contributed by Bibin A Chundatt. (8 years ago) +* ff722bbbdfaf - YARN-4794. Deadlock in NMClientImpl. Contributed by Jian He. (8 years ago) +* 44bbc50d9193 - YARN-4168. Fixed a failing test TestLogAggregationService.testLocalFileDeletionOnDiskFull. Contributed by Takashi Ohnishi. (8 years ago) +* 069c6c62def4 - HADOOP-12406. Fixed AbstractMapWritable.readFields to use the thread's ClassLoader to load class instead of System ClassLoader. Contributed by Nadeem Douba. (8 years ago) +* 2a5da97f81d6 - Revert "YARN-4311. Removing nodes from include and exclude lists will not remove them from decommissioned nodes list. Contributed by Kuhu Shukla" (8 years ago) +* 08ddb3ac6da6 - YARN-4928. Some yarn.server.timeline.* tests fail on Windows attempting to use a test root path containing a colon. Contributed by Gergely Novák. (8 years ago) +* 1ff27f9d12e8 - YARN-4630. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta. (8 years ago) +* 07920acc165f - YARN-4562. YARN WebApp ignores the configuration passed to it for keystore settings. Contributed by Sergey Shelukhin. (8 years ago) +* 1b78b2ba17cf - YARN-4938. MiniYarnCluster should not request transitionToActive to RM on non-HA environment. Contributed by Eric Badger. (8 years ago) +* ff95fd547b30 - YARN-4927. TestRMHA#testTransitionedToActiveRefreshFail fails with FairScheduler. (Bibin A Chundatt via kasha) (8 years ago) +* 1fec06e037d2 - MAPREDUCE-6633. AM should retry map attempts if the reduce task encounters commpression related errors. Contributed by Rushabh Shah (8 years ago) +* b9e3eff62a74 - HADOOP-12444 Support lazy seek in S3AInputStream. Rajesh Balamohan via stevel (8 years ago) +* fcb3fcd4c674 - YARN-4826. Document configuration of ReservationSystem for CapacityScheduler. (Subru Krishnan via wangda) (8 years ago) +* ec0695794136 - YARN-3215. Respect labels in CapacityScheduler when computing headroom. (Naganarasimha G R via wangda) (8 years ago) +* 843ee8d59d8b - HADOOP-12994. Specify PositionedReadable, add contract tests, fix problems. Contributed by Steve Loughran. (8 years ago) +* 9cb0c963d21b - YARN-4740. AM may not receive the container complete msg when it restarts. Contributed by Jun Gong (8 years ago) +* ce5b4812f0f4 - HADOOP-12753 S3A JUnit tests failing if using HTTP proxy. (Zoran Rajic via stevel) (8 years ago) +* 6791221572ee - HADOOP-13006 FileContextMainOperationsBaseTest.testListStatusThrowsExceptionForNonExistentFile() doesnt run. (Kai Sasaki via stevel) (8 years ago) +* 594c70f779b2 - HADOOP-12951. Improve documentation on KMS ACLs and delegation tokens. Contributed by Xiao Chen. (8 years ago) +* 9c32f8785e8d - HDFS-10266. Remove unused properties dfs.client.file-block-storage-locations.num-threads and dfs.client.file-block-storage-locations.timeout.millis. Contributed by Ray Chiang. (8 years ago) +* e82f961a3925 - YARN-4756. Unnecessary wait in Node Status Updater during reboot. (Eric Badger via kasha) (8 years ago) +* a62637a413ad - HADOOP-12909. Change ipc.Client to support asynchronous calls. Contributed by Xiaobing Zhou (8 years ago) +* 3c18a53cbd2e - HDFS-9719. Refactoring ErasureCodingWorker into smaller reusable constructs. Contributed by Kai Zheng. (8 years ago) +* 8d29e2451f5c - HADOOP-12984. Add GenericTestUtils.getTestDir method and use it for emporary directory in tests (Contributed by Steve Loughran and Vinayakumar B (8 years ago) +* 654cd1d0c042 - HDFS-10186. DirectoryScanner: Improve logs by adding full path of both actual and expected block directories. Contributed by Rakesh R (8 years ago) +* 4bd7cbc29d14 - HDFS-10267. Extra "synchronized" on FsDatasetImpl#recoverAppend and FsDatasetImpl#recoverClose (8 years ago) +* 3be1ab485f55 - MAPREDUCE-6647. MR usage counters use the resources requested instead of the resources allocated (haibochen via rkanter) (8 years ago) +* 93bacda08bc5 - YARN-4769. Add support for CSRF header in the dump capacity scheduler logs and kill app buttons in RM web UI. Contributed by Varun Vasudev (8 years ago) +* aede8c10ecad - HDFS-9945. Datanode command for evicting writers. Contributed by Kihwal Lee (8 years ago) +* 188f65287d5b - HDFS-6520. hdfs fsck passes invalid length value when creating BlockReader (Xiao Chen via cmccabe) (8 years ago) +* 221b3a8722f8 - HDFS-10192. Namenode safemode not coming out during failover. Contributed by Brahma Reddy Battula. (8 years ago) +* de96d7c88a42 - MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with timeout. Contributed by Gergely Novák. (8 years ago) +* b41e65e5bc94 - YARN-4906. Capture container start/finish time in container metrics. Contributed by Jian He. (8 years ago) +* 21eb4284487d - YARN-4699. Scheduler UI and REST o/p is not in sync when -replaceLabelsOnNode is used to change label of a node. (Sunil G via wangda) (8 years ago) +* 9ba1e5af0607 - HDFS-10261. TestBookKeeperHACheckpoints doesn't handle ephemeral HTTP ports. Contributed by Eric Badger. (8 years ago) +* 0cd320a8463e - HDFS-10235. Last contact for Live Nodes should be relative time. Contributed by Brahma Reddy Battula. (8 years ago) +* 500e5a5952f8 - YARN-4917. Fix typos in documentation of Capacity Scheduler. (Takashi Ohnishi via iwasakims) (8 years ago) +* 30206346cf13 - YARN-4915. Fix typo in YARN Secure Containers documentation (Takashi Ohnishi via iwasakims) (8 years ago) +* 85ec5573eb9f - HADOOP-12672. RPC timeout should not override IPC ping interval (iwasakims) (8 years ago) +* 000581674314 - YARN-4916. TestNMProxy.tesNMProxyRPCRetry fails. Contributed by Tibor Kiss. (8 years ago) +* 917464505c0e - HDFS-10239. Fsshell mv fails if port usage doesn't match in src and destination paths. Contributed by Kuhu Shukla. (8 years ago) +* 6be28bcc4612 - YARN-4893. Fix some intermittent test failures in TestRMAdminService. Contributed by Brahma Reddy Battula. (8 years ago) +* 1cbcd4a491e6 - YARN-4311. Removing nodes from include and exclude lists will not remove them from decommissioned nodes list. Contributed by Kuhu Shukla (8 years ago) +* 776b549e2ac2 - YARN-4609. RM Nodes list page takes too much time to load. Contributed by Bibin A Chundatt (8 years ago) +* 552237d4a34a - YARN-4880. Running TestZKRMStateStorePerf with real zookeeper cluster throws NPE. Contributed by Sunil G (8 years ago) +* 818d6b799eea - HDFS-9917. IBR accumulate more objects when SNN was down for sometime. (Contributed by Brahma Reddy Battula) (8 years ago) +* f6b1a818124c - HDFS-8496. Calling stopWriter() with FSDatasetImpl lock held may block other threads (cmccabe) (8 years ago) +* f65f5b18fd46 - HADOOP-12959. Add additional github web site for ISA-L library (Li Bo via cmccabe) (8 years ago) +* f61de4173684 - YARN-4706. UI Hosting Configuration in TimelineServer doc is broken. (Akira AJISAKA via gtcarrera9) (8 years ago)
  • +* a7d1fb0cd2fd - HDFS-10178. Permanent write failures can happen if pipeline recoveries occur for the first packet. Contributed by Kihwal Lee. (8 years ago) +* 154d2532cf01 - HDFS-9599. TestDecommissioningStatus.testDecommissionStatus occasionally fails (Lin Yiqun via iwasakims) (8 years ago) +* 7280550a8f66 - HADOOP-11212. NetUtils.wrapException to handle SocketException explicitly. (Contributed by Steve Loughran) (8 years ago) +* 89c93475116e - HADOOP-12169 ListStatus on empty dir in S3A lists itself instead of returning an empty list. author: Pieter Reuse. - omitted new S3A subclass (8 years ago) +* 5092c94195a6 - YARN-4746. yarn web services should convert parse failures of appId, appAttemptId and containerId to 400. Contributed by Bibin A Chundatt (8 years ago) +* da614ca5dc26 - HADOOP-12967. Remove FileUtil#copyMerge. Contributed by Brahma Reddy Battula. (8 years ago) +* 1e6f92977dc5 - YARN-4607. Pagination support for AppAttempt page TotalOutstandingResource Requests table. Contributed by Bibin A Chundatt (8 years ago) +* 0ecdd4cffa51 - HADOOP-12169 ListStatus on empty dir in S3A lists itself instead of returning an empty list. author: Pieter Reuse. (8 years ago) +* 54b2e78fd28c - HDFS-10253. Fix TestRefreshCallQueue failure (Contributed by Xiaoyu Yao) (8 years ago) +* 81d04cae4118 - YARN-4657. Javadoc comment is broken for Resources.multiplyByAndAddTo(). (Daniel Templeton via kasha) (8 years ago) +* 5686caa9fcb5 - Missing file for YARN-4895. (8 years ago) +* 82621e38a044 - YARN-4895. Add subtractFrom method to ResourceUtilization class. Contributed by Konstantinos Karanasos. (8 years ago) +* 256c82fe2981 - HADOOP-11687. Ignore x-* and response headers when copying an Amazon S3 object. Contributed by Aaron Peterson and harsh. (8 years ago) +* 3488c4f2c976 - Revert "YARN-4857. Add missing default configuration regarding preemption of CapacityScheduler. Contributed by Kai Sasaki." (8 years ago) +* a8d8b80a205c - HADOOP-11661. Deprecate FileUtil#copyMerge. Contributed by Brahma Reddy Battula. (8 years ago) +* aac4d65bf9c6 - HADOOP-12950. ShutdownHookManager should have a timeout for each of the Registered shutdown hook. Contributed by Xiaoyu Yao. (8 years ago) +* 19639785f5e9 - HADOOP-12955. Fix bugs in the initialization of the ISA-L library JNI bindings (Kai Zheng via cmccabe) (8 years ago) +* 12b11e2e6881 - YARN-4634. Scheduler UI/Metrics need to consider cases like non-queue label mappings. (Sunil G via wangda) (8 years ago) +* 0dd9bcab97cc - YARN-4811. Generate histograms in ContainerMetrics for actual container resource usage (8 years ago) +* 7a021471c376 - YARN-4639. Remove dead code in TestDelegationTokenRenewer added in YARN-3055 (templedf via rkanter) (8 years ago) +* 6d67420dbc5c - YARN-4183. Clarify the behavior of timeline service config properties (Naganarasimha G R via sjlee) (8 years ago) +* d95c6eb32cec - HADOOP-12916. Allow RPC scheduler/callqueue backoff using response times. Contributed by Xiaoyu Yao. (8 years ago) +* 0a74610d1c7c - HADOOP-11393. Revert HADOOP_PREFIX, go back to HADOOP_HOME (aw) (8 years ago) +* 0064cba169d1 - (weichiu/yarn-4726, pbacsko/yarn-4726, origin/yarn-4726, JackWangCS/yarn-4726, 9uapaw/yarn-4726) YARN-4857. Add missing default configuration regarding preemption of CapacityScheduler. Contributed by Kai Sasaki. (8 years ago) +* f1b8f6b2c164 - YARN-4884. Fix missing documentation about rmadmin command regarding node labels. Contributed by Kai Sasaki. (8 years ago) +* acca149ec96f - HADOOP-12902. JavaDocs for SignerSecretProvider are out-of-date in AuthenticationFilter. Contributed by Gabor Liptak. (8 years ago) +* 32c0c3ecdf72 - HDFS-10221. Add .json to the rat exclusions. Contributed by Ming Ma. (8 years ago) +* e4fc609d5d37 - HADOOP-12886. Exclude weak ciphers in SSLFactory through ssl-server.xml. Contributed by Wei-Chiu Chuang. (8 years ago) +* 37e23ce45c59 - HDFS-10223. peerFromSocketAndKey performs SASL exchange before setting connection timeouts (cmccabe) (8 years ago) +* 60e4116bf1d0 - YARN-4822. Refactor existing Preemption Policy of CS for easier adding new approach to select preemption candidates. Contributed by Wangda Tan (8 years ago) +* 09d63d5a192b - HDFS-5177. blocksScheduled count should be decremented for abandoned blocks (Contributed by Vinayakumar B) (8 years ago) +* 690d8a368d3e - MAPREDUCE-6663. [NNBench] Refactor nnbench as a Tool implementation. Contributed by Brahma Reddy Battula. (8 years ago) +* 82862704665a - YARN-4436. DistShell ApplicationMaster.ExecBatScripStringtPath is misspelled (mattlamantia via rkanter) (8 years ago) +* e3d15a2e236f - DOOP-12972. Lz4Compressor#getLibraryName returns the wrong version number (cmccabe) (8 years ago) +* fc055a3cbe95 - YARN-4865. Track Reserved resources in ResourceUsage and QueueCapacities. (Sunil G via wangda) (8 years ago) +* ddfe6774c21c - HDFS-9439. Support reconfiguring fs.protected.directories without NN restart. (Contributed by Xiaobing Zhou) (8 years ago) +* c9307e48b71d - HDFS-10228. TestHDFSCLI fails. (Contributed by Akira AJISAKA) (8 years ago) +* 46a5245db95f - HDFS-9478. Reason for failing ipc.FairCallQueue contruction should be thrown. (Contributed by Ajith S) (8 years ago) +* f2aec4eb8246 - HDFS-10197. TestFsDatasetCache failing intermittently due to timeout. Contributed by Lin Yiqun. (8 years ago) +* 0050fa5f1c20 - MAPREDUCE-6543. Migrate MR client test cases part 2. Contributed by Dustin Cote. (8 years ago) +* 80182809aed7 - YARN-4863. AHS Security login should be in serviceInit() instead of serviceStart(). Contributed by Junping Du (8 years ago) +* 1f004b3367c5 - HDFS-9871. "Bytes Being Moved" -ve(-1 B) when cluster was already balanced. (Contributed by Brahma Reddy Battulla) (8 years ago) +* 0ef8bbfd8791 - MAPREDUCE-6662. Clear ASF Warnings on test data files. Contributed by Vinayakumar B (8 years ago) +* 948b75807068 - YARN-4773. Log aggregation performs extraneous filesystem operations when rolling log aggregation is disabled. Contributed by Jun Gong (8 years ago) +* 8bfaa8003736 - HADOOP-10965. Print fully qualified path in CommandWithDestination error messages. Contributed by John Zhuge. (8 years ago) +* 524bc3c33aff - YARN-998. Keep NM resource updated through dynamic resource config for RM/NM restart. Contributed by Junping Du (8 years ago) +* 8cac1bb09f55 - HADOOP-12954. Add a way to change hadoop.security.token.service.use_ip (rkanter) (8 years ago) +* 8831b18c65c8 - Missing file for YARN-4117. (8 years ago) +* 90fcb16c0fc7 - MAPREDUCE-6655. Fix a typo (STRICT_IE6) in Encrypted Shuffle. Contributed by Wei-Chiu Chuang. (8 years ago) +* d8383c687c95 - HDFS-10182. Hedged read might overwrite user's buf. Contributed by zhouyingchao. (8 years ago) +* 115be193df07 - Revert "MAPREDUCE-6543. Migrate MR client test cases part 2. Contributed by Dustin Cote." (8 years ago) +* 01cfee63815a - HADOOP-12873. Remove MRv1 terms from HttpAuthentication.md. Contributed by Brahma Reddy Battula. (8 years ago) +* 18c7e582839e - HDFS-9640. Remove hsftp from DistCp in trunk. Contributed by Wei-Chiu Chuang. (8 years ago) +* 55ae1439233e - YARN-4117. End to end unit test with mini YARN cluster for AMRMProxy Service. Contributed by Giovanni Matteo Fumarola (8 years ago) +* 49ff54c86094 - YARN-4805. Don't go through all schedulers in ParameterizedTestBase. (kasha) (8 years ago) +* 3a4ff7776e8f - HDFS-9694. Make existing DFSClient#getFileChecksum() work for striped blocks. Contributed by Kai Zheng (8 years ago) +* a337ceb74e98 - Revert "HDFS-9694. Make existing DFSClient#getFileChecksum() work for striped blocks. Contributed by Kai Zheng" (8 years ago) +* e5ff0ea7ba08 - HDFS-9694. Make existing DFSClient#getFileChecksum() work for striped blocks. Contributed by Kai Zheng (8 years ago) +* fde8ac5d8514 - Add missing files from HDFS-9005. (lei) (8 years ago) +* 4fcfea71bfb1 - HDFS-9005. Provide support for upgrade domain script. (Ming Ma via Lei Xu) (8 years ago) +* 9a09200a1f5f - HADOOP-12958. PhantomReference for filesystem statistics can trigger OOM. Contributed by Sangjin Lee (8 years ago) +* 00bebb7e58ba - YARN-4823. Refactor the nested reservation id field in listReservation to simple string field. (subru via asuresh) (8 years ago) +* d4df7849a5ca - HADOOP-12962. KMS key names are incorrectly encoded when creating key. Contributed by Xiao Chen. (8 years ago) +* e8fc81f9c812 - YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. Contributed by Xuan Gong (8 years ago) +* 3f622a143c5f - MAPREDUCE-6535. TaskID default constructor results in NPE on toString(). Contributed by Daniel Templeton (8 years ago) +* 2c268cc93658 - MAPREDUCE-6543. Migrate MR client test cases part 2. Contributed by Dustin Cote. (8 years ago) +* 2e1d0ff4e901 - YARN-4687. Document Reservation ACLs (Contributed by Sean Po) (8 years ago) +* d820975c1aad - YARN-4683. Document the List Reservations REST API. (Contributed by Sean Po) (8 years ago) +* d82e797b652f - YARN-4825. Remove redundant code in ClientRMService::listReservations. (subru via asuresh) (8 years ago) +* b1394d630742 - YARN-4850. test-fair-scheduler.xml isn't valid xml (Yufei Gu via aw) (8 years ago) +* 19b645c93801 - YARN-4820. ResourceManager web redirects in HA mode drops query parameters. Contributed by Varun Vasudev. (8 years ago) +* 938222b2e207 - HADOOP-12947. Update documentation Hadoop Groups Mapping to add static group mapping, negative cache. Contributed by Wei-Chiu Chuang. (8 years ago) +* 738155063e6f - HADOOP-12857. rework hadoop-tools (aw) (8 years ago) +* 8f85e5d2128c - HDFS-10200. Docs for WebHDFS still describe GETDELEGATIONTOKENS operation. Contributed by Wellington Chevreuil. (8 years ago) +* 0d19a0ce9805 - HDFS-10193. fuse_dfs segfaults if uid cannot be resolved to a username (John Thiltges via cmccabe) (8 years ago) +* af1d125f9ce3 - YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. Contributed by Xuan Gong. (8 years ago) +* 368c77376a37 - MAPREDUCE-6656. [NNBench] OP_DELETE operation isn't working after MAPREDUCE-6363. Contributed by J.Andreina. (8 years ago) +* a107cee14bb5 - HADOOP-12952. BUILDING example of zero-docs dist should skip javadocs. Contributed by Steve Loughran. (8 years ago) +* 0bfe5a0167f0 - MAPREDUCE-6580. Test failure: TestMRJobsWithProfiler. Contributed by Eric Badger. (8 years ago) +* a7d8f2b3960d - HDFS-10189. PacketResponder#toString should include the downstreams for PacketResponderType.HAS_DOWNSTREAM_IN_PIPELINE (Joe Pallas via cmccabe) (8 years ago) +* 57ead18a85e1 - MAPREDUCE-6110. JobHistoryServer CLI throws NullPointerException with job ids that do not exist. (Kai Sasaki via gtcarrera9) (8 years ago)
  • +* e7ed05e4f5b0 - HADOOP-12929. JWTRedirectAuthenticationHandler must accommodate null expiration time. Contributed by Larry McCay. (8 years ago) +* 680716f31e12 - HDFS-9951. Use string constants for XML tags in OfflineImageReconstructor (Lin Yiqun via cmccabe) (8 years ago) +* e3bb38d62567 - HDFS-9405. Warmup NameNode EDEK caches in background thread. Contributed by Xiao Chen. (8 years ago) +* ed1e23fe8f2d - HADOOP-12819. Migrate TestSaslRPC and related codes to rebase on ProtobufRpcEngine. Contributed by Kai Zheng. (8 years ago) +* 8a3f0cb25540 - HDFS-7166. SbNN Web UI shows #Under replicated blocks and #pending deletion blocks. Contributed by Wei-Chiu Chuang. (8 years ago) +* 7fae4c68e6d5 - YARN-4732. *ProcessTree classes have too many whitespace issues (8 years ago) +* cd8b6889a74a - HDFS-9579. Provide bytes-read-by-network-distance metrics at FileSystem.Statistics level (Ming Ma via sjlee) (8 years ago) +* 33239c99257d - HADOOP-12926. lz4.c does not detect 64-bit mode properly. Contributed by Alan Burlison. (8 years ago) +* fbe3e86970cd - HADOOP-12626. Intel ISA-L libraries should be added to the Dockerfile (Kai Zheng via cmccabe) (8 years ago) +* 92b7e0d41302 - YARN-4686. MiniYARNCluster.start() returns before cluster is completely started. Contributed by Eric Badger. (8 years ago) +* 9b623fbaf79c - HDFS-3677. dfs.namenode.edits.dir.required is missing from hdfs-default.xml. Contributed by Mark Yang. (8 years ago) +* 63c966a3fbeb - HDFS-9874. Long living DataXceiver threads cause volume shutdown to block. Contributed by Rushabh Shah. (8 years ago) +* dc951e606f40 - HDFS-9949. Add a test case to ensure that the DataNode does not regenerate its UUID when a storage directory is cleared (Harsh J via cmccabe) (8 years ago) +* ca8106d2dd03 - YARN-4785. inconsistent value type of the type field for LeafQueueInfo in response of RM REST API. (8 years ago) +* f84af8bd5887 - YARN-4812. TestFairScheduler#testContinuousScheduling fails intermittently. (kasha) (8 years ago) +* 80fa70c4e15f - MAPREDUCE-6645. TestWordStats outputs logs under directories other than target/test-dir. Contributed by Gabor Liptak. (8 years ago) +* 02a250db9f4b - HDFS-10173. Typo in DataXceiverServer. Contributed by Michael Han. (8 years ago) +* ae14e5d07f1b - YARN-4108. CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan) (8 years ago) +* fa7a43529d52 - Revert "CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan)" (8 years ago) +* 7e8c9beb4156 - CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan) (8 years ago) +* 32d043d9c5f4 - HDFS-9857. Erasure Coding: Rename replication-based names in BlockManager to more generic [part-1]. Contributed by Rakesh R. (8 years ago) +* 605fdcbb8168 - YARN-4593 Deadlock in AbstractService.getConfig() (stevel) (8 years ago) +* 5a725f0ab8ef - HADOOP-12888 Shell to disable bash and setsid support when running under JVM security manager (Costin Leau via stevel) (8 years ago) +* 3ef5500783f0 - YARN-4560. Make scheduler error checking message more user friendly. (Ray Chiang via kasha) (8 years ago) +* a888b5bc533b - Revert "YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. (Xuan Gong via gtcarrera9)" (8 years ago) +* 6529c87551e0 - MAPREDUCE-6579. JobStatus#getFailureInfo should not output diagnostic information when the job is running. (Akira AJISAKA via wangda) (8 years ago) +* 5176a6986848 - YARN-4817. Change Log Level to DEBUG for putDomain call in ATS 1.5. (Xuan Gong via gtcarrera9) (8 years ago)
  • +* 3a0b69544183 - YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. (Xuan Gong via gtcarrera9) (8 years ago)
  • +* 22ca176dfe12 - TestResourceLocalizationService.testPublicResourceInitializesLocalDir fails Intermittently due to IllegalArgumentException from cleanup (templedf via rkanter) (8 years ago) +* d4574017845c - HDFS-9904. testCheckpointCancellationDuringUpload occasionally fails. Contributed by Lin Yiqun. (8 years ago) +* 5de848cd5d46 - HDFS-9928. Make HDFS commands guide up to date (Wei-Chiu Chuang via iwasakims) (8 years ago) +* eba66a64d28b - YARN-4816. Fix incompatible change in SystemClock. (8 years ago) +* 19e8f0769199 - HADOOP-12826. Rename the new Java coder and make it default. Contributed by Rui Li. (8 years ago) +* 1898810cda83 - HADOOP-12923. Move the test code in ipc.Client to test. (8 years ago) +* 9a43094e12ab - HDFS-9947. Block#toString should not output information from derived classes (cmccabe) (8 years ago) +* bd5556ba124a - Download File from UI broken after pagination. Contributed by Brahma Reddy Battula (8 years ago) +* 20d389ce61ea - YARN-4719. Add a helper library to maintain node state and allows common queries. (kasha) (8 years ago) +* 5644137adad3 - HDFS-9941. Do not log StandbyException on NN, other minor logging fixes. Contributed by Arpit Agarwal. (8 years ago) +* f291d82cd49c - YARN-4545. Allow YARN distributed shell to use ATS v1.5 APIs. Li Lu via junping_du (8 years ago) +* 658ee95ff367 - HADOOP-11996. Improve and restructure native ISAL support (Kai Zheng via cmccabe) (8 years ago) +* 6e9a582eb1ab - HDFS-9942. Add an HTrace span when refreshing the groups for a username (cmccabe) (8 years ago) +* 754299695b77 - Revert "HADOOP-12672. RPC timeout should not override IPC ping interval (iwasakims)" (8 years ago) +* 247a79060920 - MAPREDUCE-6520. Migrate MR Client test cases part 1. Contributed by Dustin Cote. (8 years ago) +* 6876b9f9f990 - Revert "MAPREDUCE-6520. Migrate MR Client test cases part 1." (8 years ago) +* ef68b441957c - MAPREDUCE-6520. Migrate MR Client test cases part 1. (8 years ago) +* 682adc6ba9db - HADOOP-12672. RPC timeout should not override IPC ping interval (iwasakims) (8 years ago) +* e01c6ea688e6 - HDFS-1477. Support reconfiguring dfs.heartbeat.interval and dfs.namenode.heartbeat.recheck-interval without NN restart. (Contributed by Xiaobing Zhou) (8 years ago) +* adf1cdf3d5ab - HADOOP-12899. External distribution stitching scripts do not work correctly on Windows. Contributed by Chris Nauroth. (8 years ago) +* 79961ecea888 - HDFS-9933. ReverseXML should be capitalized in oiv usage message (cmccabe) (8 years ago) +* bd49354c6d63 - HDFS-9934. ReverseXML oiv processor should bail out if the XML file's layoutVersion doesn't match oiv's (cmccabe) (8 years ago) +* 500875dfccdb - HDFS-9927. Document the new OIV ReverseXML processor (Wei-Chiu Chuang via cmccabe) (8 years ago) +* 017d2c127b9c - YARN-4696. Improving EntityGroupFSTimelineStore on exception handling, test setup, and concurrency. (8 years ago)
  • +* 9a79b738c582 - HADOOP-12906. AuthenticatedURL should convert a 404/Not Found into an FileNotFoundException. (Steve Loughran via gtcarrera9) (8 years ago)
  • +* d49cfb350454 - YARN-4696. Improving EntityGroupFSTimelineStore on exception handling, test setup, and concurrency. (Steve Loughran via gtcarrera9) (8 years ago)
  • +* 318c9b68b059 - HADOOP-11404. Clarify the "expected client Kerberos principal is null" authorization message. Contributed by Stephen Chu (8 years ago) +* 2e040d31c7bb - HADOOP-12903. IPC Server should allow suppressing exception logging by type, not log 'server too busy' messages. (Arpit Agarwal) (8 years ago) +* 87c8005ad323 - HADOOP-12688. Fix deadlinks in Compatibility.md. Contributed by Gabor Liptak. (8 years ago) +* 7600e3c48ff2 - HDFS-7866. Erasure coding: NameNode manages multiple erasure coding policies. Contributed by Rui Li. (8 years ago) +* 89b16d27e262 - HADOOP-12905. Clean up CHANGES.txt RAT exclusions from pom.xml files. Contributed by Chris Nauroth. (8 years ago) +* 55f73a1cbd45 - HADOOP-12798. Update changelog and release notes (2016-03-04) (aw) (8 years ago) +* 6f9d2f669fe2 - HADOOP-12904. Update Yetus to 0.2.0 (aw) (8 years ago) +* 0233d4e0ee99 - YARN-4465. SchedulerUtils#validateRequest for Label check should happen only when nodelabel enabled. (Bibin A Chundatt via wangda) (8 years ago) +* a3cc6e2511e0 - HADOOP-12895. SSLFactory#createSSLSocketFactory exception message is wrong. Contributed by Wei-Chiu Chuang. (8 years ago) +* 3c33158d1cb3 - YARN-4764. Application submission fails when submitted queue is not available in scheduler xml. Contributed by Bibin A Chundatt (8 years ago) +* a14a6f08ee94 - HDFS-9919. TestStandbyCheckpoints#testNonPrimarySBNUploadFSImage waitForCheckpoint incorrectly. Contributed by Lin Yiqun. (8 years ago) +* 743a99f2dbc9 - HDFS-8786. Erasure coding: use simple replication for internal blocks on decommissioning datanodes. Contributed by Rakesh R. (8 years ago) +* f86850b544dc - HADOOP-12860. Expand section "Data Encryption on HTTP" in SecureMode documentation. Contributed by Wei-Chiu Chuang. (8 years ago) +* c2140d05efaf - HDFS-9882. Add heartbeatsTotal in Datanode metrics. (Contributed by Hua Liu) (8 years ago) +* 49eedc7ff02e - HADOOP-12789. log classpath of ApplicationClassLoader at INFO level. (Sangjin Lee via mingma) (8 years ago) +* 352d299cf8eb - HDFS-9812. Streamer threads leak if failure happens when closing DFSOutputStream. Contributed by Lin Yiqun. (8 years ago) +* 391da36d9335 - HADOOP-12901. Add warning log when KMSClientProvider cannot create a connection to the KMS server. (Xiao Chen via wang) (8 years ago) +* 724d2299cd25 - HDFS-9906. Remove spammy log spew when a datanode is restarted. (Contributed by Brahma Reddy Battula) (8 years ago) +* b2661765a5a4 - YARN-4762. Fixed CgroupHandler's creation and usage to avoid NodeManagers crashing when LinuxContainerExecutor is enabled. (Sidharta Seethana via vinodkv) (8 years ago) +* d718fc1ee5ae - HDFS-9865. TestBlockReplacement fails intermittently in trunk (Lin Yiqun via iwasakims) (8 years ago) +* 4163e36c2be2 - YARN-4760. proxy redirect to history server uses wrong URL. Contributed by Eric Badger (8 years ago) +* 059caf998919 - YARN-4744. Too many signal to container failure in case of LCE. Contributed by Sidharta Seethana (8 years ago) +* fd1c09be3e7c - HDFS-9521. TransferFsImage.receiveFile should account and log separate times for image download and fsync to disk. Contributed by Wellington Chevreuil (8 years ago) +* 8ed2e060e80c - YARN-4245. Generalize config file handling in container-executor. Contributed by Sidharta Seethana. (8 years ago) +* e51a8c10560e - YARN-4737. Add CSRF filter support in YARN. Contributed by Jonathan Maron. (8 years ago) +* 4f9fe3ac0370 - MAPREDUCE-6648. Add yarn.app.mapreduce.am.log.level to mapred-default.xml (harsh) (8 years ago) +* e1ccc9622b2f - YARN-4761. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations on fair scheduler. Contributed by Sangjin Lee (8 years ago) +* 19ee18590715 - YARN-4763. RMApps Page crashes with NPE. (Bibin A Chundatt via rohithsharmaks) (8 years ago) +* c50aad0f854b - HADOOP-12717. NPE when trying to rename a directory in Windows Azure Storage FileSystem. Contributed by Robert Yokota and Gaurav Kanade. (8 years ago) +* 2759689d7d23 - HDFS-9239. DataNode Lifeline Protocol: an alternative protocol for reporting DataNode liveness. Contributed by Chris Nauroth. (8 years ago) +* 8e08861a14cb - HDFS-9889. Update balancer/mover document about HDFS-6133 feature. Contributed by Yongjun Zhang. (8 years ago) +* 3e8099a45a4c - HDFS-9888. Allow reseting KerberosName in unit tests. Contributed by Xiao Chen. (8 years ago) +* cbd31328a612 - HADOOP-12470. In-page TOC of documentation should be automatically generated by doxia macro (iwasakims) (8 years ago) +* 1bc454615e91 - HADOOP-11792. Remove all of the CHANGES.txt files. (8 years ago) +* ff0ee84d77d9 - MAPREDUCE-4785. TestMRApp occasionally fails (haibochen via rkanter) (8 years ago) +* 0a9f00af5e11 - HADOOP-12872. Fix formatting in ServiceLevelAuth.md. Contributed by Brahma Reddy Battula. (8 years ago) +* 1c3136cbd8ff - HADOOP-12871. Fix dead link to NativeLibraries.html in CommandsManual.md. Contributed by Brahma Reddy Battula. (8 years ago) +* 33a412e8a4ab - HDFS-9048. DistCp documentation is out-of-dated (Daisuke Kobayashi via iwasakims) (8 years ago) +* eb864d35d6c5 - HADOOP-12870. Fix typo admininistration in CommandsManual.md. Contributed by John Zhuge. (8 years ago) +* f70e317cccf1 - HADOOP-12793. Write a new group mapping service guide (Wei-Chiu Chuang via iwasakims) (8 years ago) +* 27941a181183 - HDFS-9534. Add CLI command to clear storage policy from a path. (Contributed by Xiaobing Zhou) (8 years ago) +* 700b0e4019cf - HDFS-9835. OIV: add ReverseXML processor which reconstructs an fsimage from an XML file (cmccabe) (8 years ago) +* 67880ccae656 - HDFS-9886. Configuration properties for hedged read is broken. Contributed by Akira AJISAKA. (8 years ago) +* 480302b4ba93 - HADOOP-12859. Disable hiding field style checks in class setters. Contributed by Kai Zheng. (8 years ago) +* 5abf051249d4 - HDFS-9887. WebHdfs socket timeouts should be configurable. Contributed by Austin Donnelly and Chris Douglas. (8 years ago) +* 27e0681f28ee - HDFS-9851. NameNode throws NPE when setPermission is called on a path that does not exist. Contributed by Brahma Reddy Battula. (8 years ago) +* e2ddf824694e - HDFS-9766. TestDataNodeMetrics#testDataNodeTimeSpend fails intermittently. Contributed by Xiao Chen. (8 years ago) +* f2ba7da4f0df - HDFS-9876. shouldProcessOverReplicated should not count number of pending replicas. Contributed by Jing Zhao. (8 years ago) +* 4abb2fa687a8 - HDFS-9881. DistributedFileSystem#getTrashRoot returns incorrect path for encryption zones. (8 years ago) +* e76b13c41545 - HDFS-9880. TestDatanodeRegistration fails occasionally. Contributed by Kihwal Lee. (8 years ago) +* f98dff329b1f - HADOOP-12853. Change WASB documentation regarding page blob support. Contributed by Madhumita Chakraborty. (8 years ago) +* 5c465df90414 - YARN-4671. There is no need to acquire CS lock when completing a container. Contributed by Meng Ding (8 years ago) +* 2c8496ebf3b7 - HDFS-8791. block ID-based DN storage layout can be very slow for datanode on ext4. Contributed by Chris Trezzo. (8 years ago) +* 2137e8feeb5c - HDFS-9870. Remove unused imports from DFSUtil. Contributed by Brahma Reddy Battula. (8 years ago) +* 44d9bac1f58a - Add HADOOP-12843 to 2.8.0 in CHANGES.txt. (8 years ago) +* d251e55415f1 - HADOOP-12851. S3AFileSystem Uptake of ProviderUtils.excludeIncompatibleCredentialProviders. Contributed by Larry McCay. (8 years ago) +* 307ec80acae3 - HDFS-9733. Refactor DFSClient#getFileChecksum and DataXceiver#blockChecksum. Contributed by Kai Zheng (8 years ago) +* 680f3fc02d00 - HADOOP-10321. TestCompositeService should cover all enumerations of adding a service to a parent service. (Ray Chiang via kasha) (8 years ago) +* d93c22ec274b - YARN-4748. ApplicationHistoryManagerOnTimelineStore should not swallow exceptions on generateApplicationReport. Contributed by Li Lu (8 years ago) +* d8f390d01551 - HADOOP-12622. Improve the loggings in RetryPolicies and RetryInvocationHandler. Contributed by Junping Du (8 years ago) +* 9dafaaaf0de6 - YARN-4704. TestResourceManager#testResourceAllocation() fails when using FairScheduler. (Yufei Gu via kasha) (8 years ago) +* 2151716832ad - HDFS-7964. Add support for async edit logging. Contributed by Daryn Sharp. (8 years ago) +* 0fa54d45b1cf - HADOOP-12813. Migrate TestRPC and related codes to rebase on ProtobufRpcEngine. Contributed by Kai Zheng. (8 years ago) +* 1cb2f93451aa - HADOOP-12850. pull shell code out of hadoop-dist (8 years ago) +* c58a6d53c582 - YARN-4731. container-executor should not follow symlinks in recursive_unlink_children. Contributed by Colin Patrick McCabe (8 years ago) +* 8bc023b3b177 - HDFS-9864. Correct reference for RENEWDELEGATIONTOKEN and CANCELDELEGATIONTOKEN in webhdfs doc. Contributed by Brahma Reddy Battula. (8 years ago) +* 809ebc0b1461 - HADOOP-12552. Fix undeclared/unused dependency to httpclient (iwasakims) (8 years ago) +* e3ac231f7267 - Move HADOOP-9121 from 3.0.0 to 2.7.3 in CHANGES.txt. (8 years ago) +* e0b14f26f520 - YARN-4566. Fix test failure in TestMiniYarnClusterNodeUtilization. (Takashi Ohnishi via rohithsharmaks) (8 years ago) +* 321a80c759e8 - HDFS-9867. Missing block exception should carry locatedBlocks information. Contributed by Mingliang Liu. (8 years ago) +* 408f2c807bba - HDFS-9866. BlockManager#chooseExcessReplicasStriped may weaken rack fault tolerance. Contributed by Jing Zhao. (8 years ago) +* 7634d404b750 - HADOOP-12846. Credential Provider Recursive Dependencies. Contributed by Larry McCay. (8 years ago) +* f9692770a58a - YARN-4718. Rename variables in SchedulerNode to reduce ambiguity post YARN-1011. (Inigo Goiri via kasha) (8 years ago) +* 7545ce663606 - HADOOP-12831. LocalFS/FSOutputSummer NPEs in constructor if bytes per checksum set to 0 (Mingliang Liu via gtcarrera9) (8 years ago)
  • +* 03cfb454fe5a - HADOOP-12825. Log slow name resolutions. (Sidharta Seethana via stevel) (8 years ago) +* 798babf66131 - HADOOP-12849. TestSymlinkLocalFSFileSystem fails intermittently. Contributed by Mingliang Liu. (8 years ago) +* 0f72da7e2813 - MAPREDUCE-6622. Add capability to set JHS job cache to a task-based limit (rchiang via rkanter) (8 years ago) +* d1d4e16690cc - HDFS-9710. DN can be configured to send block receipt IBRs in batches. (8 years ago) +* eab52dfb35d1 - HDFS-9831. Document webhdfs retry configuration keys introduced by HDFS-5219/HDFS-5122. Contributed by Xiaobing Zhou. (8 years ago) +* 6b0f813e898c - YARN-4723. NodesListManager$UnknownNodeId ClassCastException. Contributed by Kuhu Shukla (8 years ago) +* 2093acf6b659 - HADOOP-12841. Update s3-related properties in core-default.xml. (Wei-Chiu Chuang via lei) (8 years ago) +* 1aa06978e9b5 - Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk (8 years ago) +|\ +| * f0de733ca043 - Moved HADOOP-8818 from 3.0.0 to 2.7.3 in CHANGES.txt. (8 years ago) +* | 7f3139e54da2 - YARN-4720. Skip unnecessary NN operations in log aggregation. (Jun Gong via mingma) (8 years ago) +|/ +* d7fdec1e6b46 - YARN-4579. Allow DefaultContainerExecutor container log directory permissions to be configurable (rchiang via rkanter) (8 years ago) +* c2460dad642f - HDFS-9858. RollingFileSystemSink can throw an NPE on non-secure clusters. (Daniel Templeton via kasha) (8 years ago) +* b2951f9fbcce - HADOOP-12824. Collect network and disk usage on the node running Windows. Contributed by Inigo Goiri. (8 years ago) +* c4d4df8de09e - YARN-4701. When task logs are not available, port 8041 is referenced instead of port 8042 (haibochen via rkanter) (8 years ago) +* 8808779db351 - HDFS-9734. Refactoring of checksum failure report related codes. Contributed by Kai Zheng. (8 years ago) +* ccff6035f507 - HDFS-9804. Allow long-running Balancer to login with keytab. Contributed by Xiao Chen. (8 years ago) +* 6979cbfc1f4c - HDFS-9838. Refactor the excessReplicateMap to a class. (8 years ago) +* c684f2b007a4 - YARN-4729. SchedulerApplicationAttempt#getTotalRequiredResources can throw an NPE. (kasha) (8 years ago) +* dbbfc58c33fd - HDFS-9843. Document distcp options required for copying between encrypted locations. Contributed by Xiaoyu Yao. (8 years ago) +* 47b92f2b6f2d - HDFS-9837. BlockManager#countNodes should be able to detect duplicated internal blocks. Contributed by Jing Zhao. (8 years ago) +* 954dd57043d2 - YARN-4697. NM aggregation thread pool is not bound by limits (haibochen via rkanter) (8 years ago) +* efdc0070d880 - HADOOP-12808. Rename the RS coder from HDFS-RAID as legacy. Contributed by Rui Li. (8 years ago) +* d6b181c6faa5 - HADOOP-12716. KerberosAuthenticator#doSpnegoSequence use incorrect class to determine isKeyTab in JDK8. Contributed by Xiaoyu Yao. (8 years ago) +* 9e0f7b8b69ea - YARN-4680. TimerTasks leak in ATS V1.5 Writer. (Xuan Gong via gtcarrera9) (8 years ago)
  • +* 2e76c2f751f6 - HADOOP-12070. Some of the bin/hadoop subcommands are not available on Windows. (Contributed by Kengo Seki) (8 years ago) +* d1dd248b756e - HDFS-9854. Log cipher suite negotiation more verbosely. Contributed by Wei-Chiu Chuang. (8 years ago) +* d27d7fc72e27 - HDFS-9395. Make HDFS audit logging consistant. Contributed by Kuhu Shukla. (8 years ago) +* 553b591ba06b - YARN-4722. AsyncDispatcher logs redundant event queue sizes (Jason Lowe via sjlee) (8 years ago) +* 3369a4f6916f - HADOOP-12535. Run FileSystem contract tests with hadoop-azure. Contributed by Madhumita Chakraborty. (8 years ago) +* 4343a4cf7790 - MAPREDUCE-6640. mapred job -history command should be able to take Job ID (rkanter) (8 years ago) +* def754ec064c - HDFS-9816. Erasure Coding: allow to use multiple EC policies in striping related tests [Part 3]. Contributed by Rui Li. (8 years ago) +* 647a35e996d3 - HDFS-9844. Correct path creation in getTrashRoot to handle root dir. (8 years ago) +* d284e187b8db - YARN-2046. Out of band heartbeats are sent only on container kill and possibly too early. Contributed by Ming Ma (8 years ago) +* 211c78c09073 - HDFS-9549. TestCacheDirectives#testExceedsCapacity is flaky (Xiao Chen via cmccabe) (8 years ago) +* d9c409a4286e - HADOOP-12829. StatisticsDataReferenceCleaner swallows interrupt exceptions (Gregory Chanan via cmccabe) (8 years ago) +* 9ed17f181d96 - YARN-3223. Resource update during NM graceful decommission. Contributed by Brook Zhou. (8 years ago) +* 0e12114c9ccb - YARN-4648. Move preemption related tests from TestFairScheduler to TestFairSchedulerPreemption. Contributed by Kai Sasaki. (8 years ago) +* 48c61cd6aa3f - HDFS-9084. Pagination, sorting and filtering of files/directories in the HDFS Web UI. (Contributed by Ravi Prakash) (8 years ago) +* de09f41147bf - YARN-4651. Document movetoqueue option in 'YARN Commands'. (Takashi Ohnishi via rohithsharmaks) (8 years ago) +* c6f2d761d543 - MAPREDUCE-6635. Unsafe long to int conversion in UncompressedSplitLineReader and IndexOutOfBoundsException. Contributed by Junping Du. (8 years ago) +* 140cb5d74565 - YARN-4709. NMWebServices produces incorrect JSON for containers. Contributed by Varun Saxena. (8 years ago) +* 27b77751c116 - HADOOP-12555. WASB to read credentials from a credential provider. Contributed by Larry McCay. (8 years ago) +* 66289a3bf403 - HDFS-8578. On upgrade, Datanode should process all storage/data dirs in parallel. Contributed by vinayakumarb and szetszwo (8 years ago) +* a2fdfff02dae - HADOOP-12668. Support excluding weak Ciphers in HttpServer2 through ssl-server.conf. Contributed by Vijay Singh. (8 years ago) +* d4f5fc23b208 - HADOOP-11613. Remove commons-httpclient dependency from hadoop-azure. Contributed by Masatake Iwasaki. (8 years ago) +* a63301a8645c - HDFS-9842. dfs.datanode.balance.bandwidthPerSec should accept friendly size units. (Contributed by Lin Yiqun) (8 years ago) +* 3fab88540f07 - YARN-4386. refreshNodesGracefully() should send recommission event to active RMNodes only. Contributed by Kuhu Shukla. (8 years ago) +* 5e7d4d51f856 - YARN-4707. Remove the extra char (>) from SecureContainer.md. Contributed by Brahma Reddy Battula. (8 years ago) +* 342c9572bf6a - HDFS-9425. Expose number of blocks per volume as a metric (Contributed by Brahma Reddy Battula) (8 years ago) +* f313516731d7 - HDFS-7452. skip StandbyException log for getCorruptFiles() (Contributed by Bramha Reddy Battula) (8 years ago) +* b68901d7dde9 - YARN-4708. Missing default mapper type in TimelineServer performance test tool usage. Contributed by Kai Sasaki. (8 years ago) +* d5abd293a890 - HDFS-9839. Reduce verbosity of processReport logging. (Contributed by Arpit Agarwal) (8 years ago) +* e54cc2931262 - HDFS-9818. Correctly handle EC reconstruction work caused by not enough racks. Contributed by Jing Zhao. (8 years ago) +* 6eae4337d192 - MAPREDUCE-6613. Change mapreduce.jobhistory.jhist.format default from json to binary (rchiang via rkanter) (8 years ago) +* 37577852ba54 - MAPREDUCE-6637. Testcase Failure : TestFileInputFormat.testSplitLocationInfo. Contributed by Brahma Reddy Battula. (8 years ago) +* 18f9b77a321b - Support additional compression levels for GzipCodec. Contributed by Ravi Mutyala. (8 years ago) +* 6546d9e7ff73 - HDFS-9829. Erasure Coding: Improve few exception handling logic of ErasureCodingWorker. Contributed by Rakesh R. (8 years ago) +* ba1c9d484a8d - HDFS-9764. DistCp doesn't print value for several arguments including -numListstatusThreads. (Wei-Chiu Chuang via Yongjun Zhang) (8 years ago) +* a963baba1064 - HADOOP-12828. Print user when services are started. (Wei-Chiu Chuang via Yongjun Zhang) (8 years ago) +* 748b6c07fe29 - Move HDFS-8923 to Release 2.8.0 in CHANGES.txt. (8 years ago) +* 46f77902368e - HDFS-8923. Add -source flag to balancer usage message. Contributed by Chris Trezzo (8 years ago) +* 8eee59ce6b30 - MAPREDUCE-6627. Add machine-readable output to mapred job -history command (rkanter) (8 years ago) +* 8ab765802561 - HADOOP-11031. Design Document for Credential Provider API. Contributed by Larry McCay. (8 years ago) +* c7ac25e52c30 - HDFS-9830. Remove references to hftp in ViewFs documentation in trunk. Contributed by Wei-Chiu Chuang. (8 years ago) +* bbfaf3c2712c - HADOOP-10865. Add a Crc32 chunked verification benchmark for both directly and non-directly buffer cases. (8 years ago) +* ba6d5ed955aa - HDFS-4946. Allow preferLocalNode in BlockPlacementPolicyDefault to be configurable. Contributed by James Kinley and Nathan Roberts. (8 years ago) +* a365a3941cf9 - HADOOP-12817. Enable TLS v1.1 and 1.2 (rkanter) (8 years ago) +* 5d1889a66d91 - HDFS-9711. Integrate CSRF prevention filter in WebHDFS. Contributed by Chris Nauroth. (8 years ago) +* e78d8e66f748 - HDFS-6832. Fix the usage of 'hdfs namenode' command. Contributed by Manjunath Ballur. (8 years ago) +* 2440671a117f - MAPREDUCE-6634. Log uncaught exceptions/errors in various thread pools in mapreduce. Contributed by Sidharta Seethana. (8 years ago) +* c1afac3a98a4 - YARN-4654. Yarn node label CLI should parse "=" correctly when trying to remove all labels on a node. (Naganarasimha G R via rohithsharmaks) (8 years ago) +* 7de70680fe44 - YARN-4690. Skip object allocation in FSAppAttempt#getResourceUsage when possible (Ming Ma via sjlee) (8 years ago) +* a0c95b5fc4c9 - YARN-4569. Remove incorrect part of maxResources in FairScheduler documentation. (Ray Chiang via kasha) (8 years ago) +* 1c248ea4a844 - YARN-4689. Fix up CHANGES.txt (8 years ago) +* 2ab4c476ed22 - YARN-4689. FairScheduler: Cleanup preemptContainer to be more readable. (Kai Sasaki via kasha) (8 years ago) +* 0fb14aaced7a - HDFS-9799. Reimplement getCurrentTrashDir to remove incompatibility. (zhz) (8 years ago) +* 76fab26c5c02 - HADOOP-12548. Read s3a creds from a Credential Provider. Contributed by Larry McCay. (8 years ago) +* 3a23dc683c05 - HDFS-9608. Disk IO imbalance in HDFS with heterogeneous storages. Contributed by Wei Zhou. (8 years ago) +* 77f7ca3e94ec - HDFS-9815. Move o.a.h.fs.Hdfs to hadoop-hdfs-client. Contributed by Vinayakumar B. (8 years ago) +* fd1befb6ba45 - HADOOP-12878. KMS SPNEGO sequence does not work with WEBHDFS. Contributed by Xiaoyu Yao. (8 years ago) +* 1a1c2f5bab52 - HADOOP-12710. Remove dependency on commons-httpclient for TestHttpServerLogs (Wei-Chiu Chuang via iwasakims) (8 years ago) +* 453e7e0d1091 - MAPREDUCE-6341. addendum patch to fix typos. Contributed by John Michael Luy. (8 years ago) +* 2536ece7b67c - HDFS-9787. SNNs stop uploading FSImage to ANN once isPrimaryCheckPointer changed to false. (Contributed by Guocui Mi) (8 years ago) +* 96ea3094315b - HADOOP-12810. FileSystem#listLocatedStatus causes unnecessary RPC calls (Contributed by Ryan Blue) (8 years ago) +* 77ba5add0d9c - HDFS-9456. BlockPlacementPolicyWithNodeGroup should override verifyBlockPlacement(). Contributed by Xiaobing Zhou. (8 years ago) +* 4b0e59fdc010 - HADOOP-12805. Annotate CanUnbuffer with @InterfaceAudience.Public (Contributed by Ted Yu) (8 years ago) +* 8ed07bd3e6b6 - HDFS-9765. TestBlockScanner#testVolumeIteratorWithCaching fails intermittently. (aajisaka) (8 years ago) +* b0738ae673e4 - HDFS-9773. Remove dead code related to SimulatedFSDataset in tests. Contributed by Brahma Reddy Battula. (8 years ago) +* ac5da1139952 - HDFS-9691. TestBlockManagerSafeMode#testCheckSafeMode fails intermittently. Contributed by Mingliang Liu. (8 years ago) +* 1c48e50ce71f - HADOOP-12786. "hadoop key" command usage is not documented. Contributed by Xiao Chen. (8 years ago) +* dea90c9a86d0 - YARN-4653. Document YARN security model from the perspective of Application Developers. Contributed by Steve Loughran (8 years ago) +* ec12ce8f4894 - Set the release date for 2.6.4. (8 years ago) +* 36ba5cac37de - HADOOP-12589. Fix intermittent test failure of TestCopyPreserveFlag (iwasakims) (8 years ago) +* 91a96eaa534d - HADOOP-12780. During WASB atomic rename handle crash when one directory has been renamed but not file under it. Contributed by Madhumita Chakraborty. (8 years ago) +* 1de1641f17f8 - HDFS-9801. ReconfigurableBase should update the cached configuration. (Arpit Agarwal) (8 years ago) +* 9fdfb546fb67 - HDFS-9797. Log Standby exceptions thrown by RequestHedgingProxyProvider at DEBUG Level (Inigo Goiri via asuresh) (8 years ago) +* 972782d9568e - HDFS-9754. Avoid unnecessary getBlockCollection calls in BlockManager. Contributed by Jing Zhao. (8 years ago) +* f3c91a41a5bf - HDFS-9794. Streamer threads may leak if failure happens when closing the striped outputstream. Contributed by Jing Zhao. (8 years ago) +* b21bbe9ed1ba - HDFS-9644. Update encryption documentation to reflect nested EZs. (zhz) (8 years ago) +* 372d1302c63c - HDFS-9700. DFSClient and DFSOutputStream should set TCP_NODELAY on sockets for DataTransferProtocol (Gary Helmling via iwasakims) (8 years ago) +* e6a7044b8530 - HDFS-9768. Reuse ObjectMapper instance in HDFS to improve the performance. Contributed by Lin Yiqun. (8 years ago) +* 51fc7f542747 - YARN-4682. AMRM client to log when AMRM token updated. (Prabhu Joseph via stevel) (8 years ago) +* 2fb423e195fb - YARN-4684. TestYarnCLI#testGetContainers failing in CN locale. Contributed by Bibin A Chundatt. (8 years ago) +* c78740a979c1 - HADOOP-12776. Remove getaclstatus call for non-acl commands in getfacl. (Contributed by Brahma Reddy Battula) (8 years ago) +* 9b959f3ee70c - HDFS-9790. HDFS Balancer should exit with a proper message if upgrade is not finalized (Contributed by Xiaobing Zhou) (8 years ago) +* 33ce7f6c0721 - HDFS-9780. RollingFileSystemSink doesn't work on secure clusters. (Daniel Templeton via kasha) (8 years ago) +* c7fcec24b845 - HDFS-9795. OIV Delimited should show which files are ACL-enabled (lei) (8 years ago) +* 8fdef0bd9d1e - HADOOP-12699. TestKMS#testKMSProvider intermittently fails during 'test rollover draining'. Contributed by Xiao Chen. (8 years ago) +* 70c756d35e6e - HADOOP-12795. KMS does not log detailed stack trace for unexpected errors. Contributed by Chris Nauroth. (8 years ago) +* 23f937e3b718 - YARN-2575. Create separate ACLs for Reservation create/update/delete/list ops (Sean Po via asuresh) (8 years ago) +* 0aa8c828943e - HDFS-9755. Erasure Coding: allow to use multiple EC policies in striping related tests [Part 2]. Contributed by Rui Li. (8 years ago) +* fa00d3e20560 - YARN-4655. Log uncaught exceptions/errors in various thread pools in YARN. Contributed by Sidharta Seethana. (8 years ago) +* 663a80031cf6 - YARN-4628. Display application priority in yarn top. Contributed by Bibin A Chundatt. (8 years ago) +* 19adb2bc6419 - HDFS-9789. Correctly update DataNode's scheduled block size when writing small EC file. Contributed by Jing Zhao. (8 years ago) +* 39a71b606a4a - Move YARN-4519 in CHANGES.txt to 2.8 (8 years ago) +* d16b17b4d299 - YARN-4138. Roll back container resource allocation after resource increase token expires. Contributed by Meng Ding (8 years ago) +* aeb13ef2ab65 - HDFS-9788. Incompatible tag renumbering in HeartbeatResponseProto. (8 years ago) +* df4dcd3e75f1 - HADOOP-12788. OpensslAesCtrCryptoCodec should log which random number generator is used. Contributed by Wei-Chiu Chuang. (8 years ago) +* cb3a10362d3c - YARN-4420. Amend adding modification to CHANGES.txt (8 years ago) <=> +* 6f03959e4dc0 - HADOOP-12792. TestUserGroupInformation#testGetServerSideGroups fails in chroot. Contributed by Eric Badger (8 years ago) +* c3641ed3b183 - Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk (8 years ago) <=> +|\ +| * bc425a623fd0 - HDFS-9637. Tests for RollingFileSystemSink. (Daniel Templeton via kasha) (8 years ago) +* | b706cbc1bc0a - YARN-4420. Add REST API for List Reservations (Sean Po via curino) (8 years ago) <=> +|/ +* 4ef1324ff66f - HADOOP-12764. Increase default value of KMX maxHttpHeaderSize and make it configurable. (8 years ago) +* 5cf5c41a895f - YARN-4360. Improve GreedyReservationAgent to support "early" allocations, and performance improvements (curino via asuresh) (8 years ago) +* a429f857b2ae - Update CHANGES.txt for commit of MAPREDUCE-6191 to other branches. (8 years ago) +* 802a7edfaed7 - HDFS-9686. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta. (8 years ago) +* 5e565ce7a7e1 - Revert "HDFS-9686. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta." (8 years ago) +* e9a622606f69 - YARN-4629. Distributed shell breaks under strong security. (Daniel Templeton via stevel) (8 years ago) +* a7fce9ab415f - HDFS-9779 . TestReplicationPolicyWithNodeGroup NODE variable picks wrong rack value. Contributed by Kuhu Shukla. (8 years ago) +* a0fb2eff9b71 - HDFS-9775. Erasure Coding : Rename BlockRecoveryWork to BlockReconstructionWork. Contributed by Rakesh R. (8 years ago) +* 401ae4ecdb64 - HDFS-9760. WebHDFS AuthFilter cannot be configured with custom AltKerberos auth handler (Ryan Sasson via aw) (8 years ago) +* 60d2011b7c0f - HDFS-9784. Example usage is not correct in Transparent Encryption document. Contributed by Ohnishi Takashi. (8 years ago) +* a0b1f10a30dc - MAPREDUCE-6626. Reuse ObjectMapper instance in MapReduce. Contributed by Lin Yiqun. (8 years ago) +* fba6e9f5ef3d - Update CHANGES.txt to reflect recent commits to branch-2.7 and branch-2.6. (8 years ago) +* acac72911e59 - Move HDFS-9347 from 2.8.0 to 2.6.5 in CHANGES.txt. (8 years ago) +* dbe49c1bd6f6 - HDFS-9244. Support nested encryption zones. (8 years ago) +* 58acbf940a92 - HADOOP-12773. HBase classes fail to load with client/job classloader enabled (sjlee) (8 years ago) +* bffaa38a91b2 - HDFS-9777. Fix typos in DFSAdmin command line and documentation.(Wei-Chiu Chuang via umamahesh) (8 years ago) +* 193d27de0a5d - HDFS-9752. Permanent write failures may happen to slow writers during datanode rolling upgrades. Contributed by Walter Su. (8 years ago) +* cf3261570ae1 - HADOOP-12752. Improve diagnostics/use of envvar/sysprop credential propagation. Contributed by Steve Loughran. (8 years ago) +* d37eb828ffa0 - HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to log uncaught exceptions/errors. Contributed by Sidharta Seethana. (8 years ago) +* af218101e50d - Revert "HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to log uncaught exceptions/errors. Contributed by Sidharta Seethana." (8 years ago) +* 565af873d5e9 - YARN-4667. RM Admin CLI for refreshNodesResources throws NPE when nothing is configured. Contributed by Naganarasimha G R. (8 years ago) +* f3bbe0bd020b - HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to log uncaught exceptions/errors. Contributed by Sidharta Seethana. (8 years ago) +* aea31eee78a2 - HDFS-9713. DataXceiver#copyBlock should return if block is pinned. Contributed by Uma Maheswara Rao G. (8 years ago) +* 5b59a0ea85c9 - HADOOP-12759. RollingFileSystemSink should eagerly rotate directories. Contributed by Daniel Templeton. (8 years ago) +* 1495ff979a47 - HADOOP-12292. Make use of DeleteObjects optional -move CHANGES.TXT reference (8 years ago) +* 29ae25801380 - HADOOP-12292. Make use of DeleteObjects optional. (Thomas Demoor via stevel) (8 years ago) +* fe124da5ffc1 - HDFS-9686. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta. (8 years ago) +* cfa8513890ec - HADOOP-12426. Add Entry point for Kerberos health check. Contributed by Steve Loughran. (8 years ago) +* c6497949e866 - HDFS-9761. Rebalancer sleeps too long between iterations. Contributed by Mingliang Liu. (8 years ago) +* a37e423e8407 - HADOOP-12758. Extend CSRF Filter with UserAgent Checks. Contributed by Larry McCay. (8 years ago) +* 49e176c29f95 - HADOOP-12772. NetworkTopologyWithNodeGroup.getNodeGroup() can loop infinitely for invalid 'loc' values. Contributed by Kuhu Shukla. (8 years ago) +* 9086dd58c3fc - HADOOP-12766. The default value of "hadoop.workaround.non.threadsafe.getpwuid" is different between core-default.xml and NativeIO.java (Akira AJISAKA via cmccabe) (8 years ago) +* 5d00067ca7f1 - HADOOP-12771. Fix typo in JvmPauseMonitor#getNumGcWarnThreadholdExceeded. Contributed by Xiaobing Zhou. (8 years ago) +* 4e5e1c0f9938 - HDFS-9726. Refactor IBR code to a new class. (8 years ago) +* 1bcfab8e7fd8 - HDFS-9724. Degraded performance in WebHDFS listing as it does not reuse ObjectMapper. Contributed by Akira Ajisaka. (8 years ago) +* 496f33de0ce8 - HDFS-9730. Storage ID update does not happen when there is a layout change. Contributed by Tsz Wo Nicholas Sze. (8 years ago) +* 22a2b2231d26 - YARN-4669. Fix logging statements in resource manager's Application class. Contributed by Sidharta Seethana. (8 years ago) +* a6728a013e5e - HDFS-9629. Update the footer of Web UI to show year 2016 (Contributed by Xiao Chen and Vinayakumar B) (8 years ago) +* 308d63f382e1 - YARN-4307. Display blacklisted nodes for AM container in the RM web UI. Contributed by Naganarasimha G R. (8 years ago) +* 63c63e298cf9 - YARN-4662. Document some newly added metrics. Contributed by Jian He (8 years ago) +* c89a14a8a4fe - HADOOP-12041. Implement another Reed-Solomon coder in pure Java. Contributed by Kai Zheng. (8 years ago) +* 81ef1a1f55ee - HDFS-9503. Use generic option -fs for NNThroughputBenchmark instead of -namenode. Contributed by Mingliang Liu. (8 years ago) +* a0f5e83f2847 - HDFS-9658. Erasure Coding: allow to use multiple EC policies in striping related tests. Contributed by Rui Li. (8 years ago) +* 48b76c8301b7 - Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv) (8 years ago) +* 7badf156049b - HDFS-9748. Avoid duplication in pendingReplications when addExpectedReplicasToPending is called twice. Contributed by Walter Su. (8 years ago) +* fa328e2d39ed - YARN-4594. container-executor fails to remove directory tree when chmod required. Contributed by Colin Patrick McCabe (8 years ago) +* 4dc0a3949386 - HADOOP-12761. incremental maven build is not really incremental (sjlee) (8 years ago) +* 1adb64e09bd4 - YARN-4625. Make ApplicationSubmissionContext and ApplicationSubmissionContextInfo more consistent. Contributed by Xuan Gong. (8 years ago) +* eb2fb943fd97 - HDFS-9740. Use a reasonable limit in DFSTestUtil.waitForMetric() (Contributed by Chang Li) (8 years ago) +* d6b1acb94018 - HDFS-9739. DatanodeStorage.isValidStorageId() is broken (Contributed by Mingliang Liu) (8 years ago) +* 04375756a5ed - HDFS-9715. Check storage ID uniqueness on datanode startup (Contributed by Lei (Eddy) Xu) (8 years ago) +* 414cf076509d - Adding release 2.6.5 to CHANGES.txt (8 years ago) +* ccbba4a4deb8 - MAPREDUCE-6620. Jobs that did not start are shown as starting in 1969 in the JHS web UI (haibochen via rkanter) (8 years ago) +* 6d1213860f44 - HDFS-9403. Erasure coding: some EC tests are missing timeout. Contributed by Gao Rui. (8 years ago) +* 4ae543fdcd6d - HDFS-9731. Erasure Coding: Rename BlockECRecoveryCommand to BlockECReconstructionCommand. Contributed by Rakesh R. (8 years ago) +* 913676dc355f - CHANGES.txt: Move HDFS-9260 to trunk (8 years ago) +* 8171874dd198 - HADOOP-12755. Fix typo in defaultFS warning message. (8 years ago) +* 43e669b22d9a - MAPREDUCE-6621. Memory Leak in JobClient#submitJobInternal(). Contributed by Xuan Gong (8 years ago) +* dd9ebf6eedfd - HDFS-9260. Improve the performance and GC friendliness of NameNode startup and full block reports (Staffan Friberg via cmccabe) (8 years ago) +* 2da03b48eba5 - HDFS-9669. TcpPeerServer should respect ipc.server.listen.queue.size (Elliot Clark via cmccabe) (8 years ago) +* 9d494f0c0eaa - HDFS-9721. Allow Delimited PB OIV tool to run upon fsimage that contains INodeReference. (Xiao Chen via lei) (8 years ago) +* 700a176fa7e0 - HADOOP-12757. Findbug compilation fails for 'Kafka Library support'. (aajisaka) (8 years ago) +* 4d7055e0c8d1 - HDFS-9718. HAUtil#getConfForOtherNodes should unset independent generic keys before initialize (Contributed by DENG FEI) (8 years ago) +* db144eb1c51c - YARN-4100. Add Documentation for Distributed and Delegated-Centralized Node Labels feature. Contributed by Naganarasimha G R. (8 years ago) +* 1cd55e0c171f - YARN-4649. Add additional logging to some NM state store operations. Contributed by Sidharta Seethana (8 years ago) +* 9875325d5c63 - YARN-4340. Add list API to reservation system. (Sean Po via wangda) (8 years ago) +* ed55950164a6 - YARN-3102. Decommisioned Nodes not listed in Web UI. Contributed by Kuhu Shukla (8 years ago) +* 34ab50ea9237 - HDFS-9406. FSImage may get corrupted after deleting snapshot. (Contributed by Jing Zhao, Stanislav Antic, Vinayakumar B, Yongjun Zhang) (8 years ago) +* e30ce01ddce1 - HDFS-9494. Parallel optimization of DFSStripedOutputStream#flushAllInternals. Contributed by Gao Rui. (8 years ago) +* e50aa53eed3d - HDFS-9701. DN may deadlock when hot-swapping under load. (Xiao Chen via lei) (8 years ago) +* b11008d54d8a - HDFS-9210. Fix some misuse of %n in VolumeScanner#printStats. Contributed by Xiaoyu Yao. (8 years ago) +* 59a212b6e126 - MAPREDUCE-6618. YarnClientProtocolProvider leaking the YarnClient thread. Contributed by Xuan Gong (8 years ago) +* af2dccbca50b - HDFS-9708. FSNamesystem.initAuditLoggers() doesn't trim classnames (Mingliang Liu via stevel) (8 years ago) +* 8f2622b6a060 - HDFS-9659. EditLogTailerThread to Active Namenode RPC should timeout (Contributed by surendra singh lilhore) (8 years ago) +* e418bd1fb056 - HDFS-9566. Remove expensive 'BlocksMap#getStorages(Block b, final DatanodeStorage.State state)' method (Contributed by Daryn Sharp) (8 years ago) +* 2673cbaf556e - YARN-4615. Fix random test failure in TestAbstractYarnScheduler#testResourceRequestRecoveryToTheRightAppAttempt. (Sunil G via rohithsharmaks) (8 years ago) +* 772ea7b41b06 - YARN-4428. Redirect RM page to AHS page when AHS turned on and RM page is not available. Contributed by Chang Li (8 years ago) +* f4a57d4a531e - YARN-4617. LeafQueue#pendingOrderingPolicy should always use fixed ordering policy instead of using same as active applications ordering policy. Contributed by Rohith Sharma K S (8 years ago) +* eddd823cd624 - HDFS-9638. Improve DistCp Help and documentation. (Wei-Chiu Chuang via Yongjun Zhang) (8 years ago) +* c9a09d6926b2 - YARN-4647. Make RegisterNodeManagerRequestPBImpl thread-safe. (kasha) (8 years ago) +* a277bdc9edc6 - YARN-4411. RMAppAttemptImpl#createApplicationAttemptReport throws IllegalArgumentException. Contributed by Bibin A Chundatt and yarntime. (8 years ago) +* df99ea8a92d6 - MAPREDUCE-6616. Fail to create jobhistory file if there are some multibyte characters in the job name. Contributed by Kousuke Saruta. (8 years ago) +* 8ee060311c89 - HDFS-9706. Log more details in debug logs in BlockReceiver's constructor. (Xiao Chen via Yongjun Zhang) (8 years ago) +* ac686668031e - YARN-4543. Fix random test failure in TestNodeStatusUpdater.testStopReentrant. (Akihiro Suda via rohithsharmaks) (8 years ago) +* 09d831c95ba1 - YARN-4219. addendum patch to fix javadoc errors (8 years ago) +* f67149ab08bb - HDFS-7764. DirectoryScanner shouldn't abort the scan if one directory had an error (Rakesh R via cmccabe) (8 years ago) +* ee005e010cff - HADOOP-12702. Add an HDFS metrics sink. (Daniel Templeton via kasha) (8 years ago) +* 7f46636495e2 - YARN-4519. Potential deadlock of CapacityScheduler between decrease container and assign containers. Contributed by Meng Ding (8 years ago) +* 41da9a07738c - MAPREDUCE-6563. Streaming documentation contains a stray % character. Contributed by Chris Nauroth. (8 years ago) +* 9fab22b36673 - YARN-4219. New levelDB cache storage for timeline v1.5. Contributed by Li Lu (8 years ago) +* 61382ff8fabc - YARN-4643. Container recovery is broken with delegating container runtime. Contributed by Sidharta Seethana (8 years ago) +* ef343be82b42 - YARN-4633. Fix random test failure in TestRMRestart#testRMRestartAfterPreemption. (Bibin A Chundatt via rohithsharmaks) (8 years ago) +* 86560a4978c4 - MAPREDUCE-6595. Fix findbugs warnings in OutputCommitter and FileOutputCommitter. Contributed by Akira AJISAKA. (8 years ago) +* 662e17b46a0f - HDFS-9654. Code refactoring for HDFS-8578. (8 years ago) +* dca0dc8ac28e - MAPREDUCE-6431. JobClient should be an AutoClosable (haibochen via rkanter) (8 years ago) +* ec25c7f9c7e6 - HDFS-9677. Rename generationStampV1/generationStampV2 to legacyGenerationStamp/generationStamp. Contributed by Mingliang Liu. (8 years ago) +* 3a9571308e99 - Revert "HDFS-9677. Rename generationStampV1/generationStampV2 to legacyGenerationStamp/generationStamp. Contributed by Mingliang Liu." (8 years ago) +* 8a91109d1639 - HDFS-9677. Rename generationStampV1/generationStampV2 to legacyGenerationStamp/generationStamp. Contributed by Mingliang Liu. (8 years ago) +* fb238d7e5dcd - YARN-4462. FairScheduler: Disallow preemption from a queue. (Tao Jie via kasha) (8 years ago) +* 2e8ab3d46568 - HADOOP-12735. core-default.xml misspells hadoop.workaround.non.threadsafe.getpwuid (Ray Chiang via cmccabe) (8 years ago) +* 79d7949fbb19 - HADOOP-12492. maven install triggers bats test (aw) (8 years ago) +* 97056c335581 - HADOOP-12718. Incorrect error message by fs -put local dir without permission. (John Zhuge via Yongjun Zhang) (8 years ago) +* c01bee010832 - YARN-4573. Fix test failure in TestRMAppTransitions#testAppRunningKill and testAppKilledKilled. (Takashi Ohnishi via rohithsharmaks) (8 years ago) +* 4efdf3a979c3 - YARN-4612. Fix rumen and scheduler load simulator handle killed tasks properly. Contributed by Ming Ma. (8 years ago) +* d323639686ea - HADOOP-12743. Fix git environment check during test-patch (aw) (8 years ago) +* cf8af7bb459b - HDFS-9541. Add hdfsStreamBuilder API to libhdfs to support defaultBlockSizes greater than 2 GB. Contributed by Colin Patrick McCabe. (8 years ago) +* d0d7c221682a - MAPREDUCE-6610. JobHistoryEventHandler should not swallow timeline response. Contributed by Li Lu (9 years ago) +* 45c763ad6171 - HDFS-9690. ClientProtocol.addBlock is not idempotent after HDFS-8071. (9 years ago) +* bd909ed9f2d8 - HDFS-8999. Allow a file to be closed with COMMITTED but not yet COMPLETE blocks. (9 years ago) +* 2085e60a9655 - YARN-3542. Refactored existing CPU cgroups support to use the newer and integrated ResourceHandler mechanism, and also deprecated the old LCEResourceHandler inteface hierarchy. Contributed by Varun Vasudev. (9 years ago) +* e8650fea1f08 - HDFS-9672. o.a.h.hdfs.TestLeaseRecovery2 fails intermittently. Contributed by Mingliang Liu. (9 years ago) +* ec4d2d9f40c1 - Release process for 2.7.2: Set the release date for 2.7.2 (9 years ago) +* 992dd2f783fc - YARN-4520. Finished app info is unnecessarily persisted in NM state-store if container is acquired but not lunched on this node. Contributed by sandflee (9 years ago) +* d62b4a4de75e - HDFS-9094. Add command line option to ask NameNode reload configuration. (Contributed by Xiaobing Zhou) (9 years ago) +* 6eacdea0e475 - HADOOP-12715. TestValueQueue#testgetAtMostPolicyALL fails intermittently. Contributed by Xiao Chen. (9 years ago) +* 56a0c175082b - YARN-4592. Remove unused GetContainerStatus proto. Contributed by Chang Li. (9 years ago) +* 643227927a7d - HADOOP-12736. TestTimedOutTestsListener#testThreadDumpAndDeadlocks sometimes times out. Contributed by Xiao Chen. (9 years ago) +* 736eb17a796a - HADOOP-12731. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta. (9 years ago) +* 2b833297ceb5 - Added MAPREDUCE-6614 to 2.8.0 in CHANGES.txt. (9 years ago) +* 10a2bc0dffae - HDFS-9653. Added blocks pending deletion report to dfsadmin. (Weiwei Yang via eyang) (9 years ago) +* 10dc2c049304 - YARN-4613. Fix test failure in TestClientRMService#testGetClusterNodes. (Takashi Ohnishi via rohithsharmaks) (9 years ago) +* 99829eb22148 - YARN-4614. Fix random failure in TestApplicationPriority#testApplicationPriorityAllocationWithChangeInPriority. (Sunil G via rohithsharmaks) (9 years ago) +* 618bfd6ac2a5 - YARN-4496. Improve HA ResourceManager Failover detection on the client. Contributed by Jian He (9 years ago) +* 46e5ea81e0e4 - YARN-4598. Invalid event: RESOURCE_FAILED at CONTAINER_CLEANEDUP_AFTER_KILL. Contributed by tangshangwen (9 years ago) +* e91e8b711c68 - YARN-4371. "yarn application -kill" should take multiple application ids. Contributed by Sunil G (9 years ago) +* d22c4239a40a - HDFS-9525. hadoop utilities need to support provided delegation tokens (HeeSoo Kim via aw) (9 years ago) +* 95363bcc7dae - HDFS-9646. ErasureCodingWorker may fail when recovering data blocks with length less than the first internal block. Contributed by Jing Zhao. (9 years ago) +* 34a3900773df - YARN-4574. Fix random failure in TestAMRMClientOnRMRestart. (Takashi Ohnishi via rohithsharmaks) (9 years ago) +* 2fd19b967442 - HDFS-8898. Create API and command-line argument to get quota and quota usage without detailed content summary. Contributed by Ming Ma. (9 years ago) +* d6258b33a742 - YARN-4497. RM might fail to restart when recovering apps whose attempts are missing. (Jun Gong via rohithsharmaks) (9 years ago) +* 0bae506c221f - HADOOP-12730. Hadoop streaming -mapper and -reducer options are wrongly documented as required. Contributed by Kengo Seki. (9 years ago) +* 683163468219 - HDFS-9682. Fix a typo "aplication" in HttpFS document. Contributed by Weiwei yang. (9 years ago) +* 8f58f742aea8 - YARN-4605. Spelling mistake in the help message of "yarn applicationattempt" command. Contributed by Weiwei Yang. (9 years ago) +* f5c8c857beea - MAPREDUCE-6605. Fix typos mapreduce.map.skip.proc.count.autoincr and mapreduce.reduce.skip.proc.count.autoincr in mapred-default.xml. Contributed by Kai Sasaki. (9 years ago) +* b41a7e89d1eb - YARN-4578. Directories that are mounted in docker containers need to be more restrictive/container-specific. Contributed by Sidharta Seethana. (9 years ago) +* ae9c61ff0a90 - HDFS-9618. Fix mismatch between log level and guard in BlockManager#computeRecoveryWorkForBlocks (iwasakims) (9 years ago) +* e30668106dc2 - YARN-4584. RM startup failure when AM attempts greater than max-attempts. (Bibin A Chundatt via rohithsharmaks) (9 years ago) +* b2ffcc291583 - HDFS-9601. NNThroughputBenchmark.BlockReportStats should handle NotReplicatedYetException on adding block (iwasakims) (9 years ago) +* f3427d3766d7 - HADOOP-12659. Incorrect usage of config parameters in token manager of KMS. Contributed by Mingliang Liu. (9 years ago) +* b4a05c1fd5ae - HDFS-9674. The HTrace span for OpWriteBlock should record the maxWriteToDisk time. Contributed by Colin McCabe. (9 years ago) +* 2a867355dfce - HADOOP-12651. Replace dev-support with wrappers to Yetus (aw) (9 years ago) +* 8cecad2d564d - HADOOP-12651. Replace dev-support with wrappers to Yetus (aw) (9 years ago) +* c304890c8c77 - HDFS-9542. Move BlockIdManager from FSNamesystem to BlockManager. Contributed by Jing Zhao. (9 years ago) +* 468a53b22f4a - YARN-4610. Reservations continue looking for one app causes other apps to starve. Contributed by Jason Lowe (9 years ago) +* 1bb31fb22e6f - HADOOP-11828. Implement the Hitchhiker erasure coding algorithm. Contributed by Jack Liu Quan. (9 years ago) +* 2ac39ca762fd - HADOOP-7161. Remove unnecessary oro package from dependency management section. Contributed by Sean Busbey. (9 years ago) +* 3ac9511da2c0 - YARN-4608. Redundant code statement in WritingYarnApplications. Contributed by Kai Sasaki. (9 years ago) +* 4992398aeeb2 - YARN-4603. FairScheduler should mention user requested queuename in error message when failed in queue ACL check. (Tao Jie via kasha) (9 years ago) +* f858ac24269c - YARN-4492. Add documentation for preemption supported in Capacity scheduler. Contributed by Naganarasimha G R (9 years ago) +* 3616c7b85596 - HDFS-9634. webhdfs client side exceptions don't provide enough details. Contributed by Eric Payne. (9 years ago) +* 446987e20aac - HADOOP-12423. Handle failure of registering shutdownhook by ShutdownHookManager in static block (Contributed by Abhishek Agarwal) (9 years ago) +* b7372b7166a1 - HDFS-9625. set replication for empty file failed when set storage policy (Contributed by DENG FEI) (9 years ago) +* 9eec6cbedcc5 - HADOOP-12605. Fix intermittent failure of TestIPC.testIpcWithReaderQueuing (iwasakims) (9 years ago) +* 5ff5f67332b5 - YARN-4557. Fix improper Queues sorting in PartitionedQueueComparator when accessible-node-labels=*. (Naganarasimha G R via wangda) (9 years ago) +* 1708a4cd2377 - YARN-4611. Fix scheduler load simulator to support multi-layer network location. Contributed by Ming Ma. (9 years ago) +* 890a2ebd1af5 - YARN-4559. Make leader elector and zk store share the same curator client. Contributed by Jian He (9 years ago) +* 2ec438e8f7cd - HDFS-9655. NN should start JVM pause monitor before loading fsimage. (John Zhuge via Lei (Eddy) Xu) (9 years ago) +* 7905788db94d - HDFS-9576: HTrace: collect position/length information on read operations (zhz via cmccabe) (9 years ago) +* 14255786908f - HDFS-9661. Deadlock in DN.FsDatasetImpl between moveBlockAcrossStorage and createRbw (Contributed by ade) (9 years ago) +* 57d0a94305b2 - HDFS-6054. MiniQJMHACluster should not use static port to avoid binding failure in unit test. (Yongjun Zhang) (9 years ago) +* 1acc509b45d5 - HADOOP-12696. Add tests for S3FileSystem Contract. Contributed by Matt Paduano (9 years ago) +* 89d1fd5dac4b - HADOOP-12356. Fix computing CPU usage statistics on Windows. (Inigo Goiri via wangda) (9 years ago) +* edc43a909753 - YARN-4565. Fix a bug that leads to AM resource limit not hornored when sizeBasedWeight enabled for FairOrderingPolicy. Contributed by Wangda Tan (9 years ago) +* 92c5f565fd54 - HDFS-9623. Update example configuration of block state change log in log4j.properties. Contributed by Masatake Iwasaki. (9 years ago) +* a44ce3f14fd9 - YARN-4502. Fix two AM containers get allocated when AM restart. (Vinod Kumar Vavilapalli via wangda) (9 years ago) +* 150f5ae0343e - Revert "YARN-4502. Fix two AM containers get allocated when AM restart. (Vinod Kumar Vavilapalli via wangda)" (9 years ago) +* f38585114152 - YARN-4596. SystemMetricPublisher should not swallow error messages from TimelineClient#putEntities. Contributed by Li Lu (9 years ago) +* 8bc93db2e7c6 - HADOOP-12635. Adding Append API support for WASB. Contributed by Dushyanth. (9 years ago) +* d40859fab1ad - YARN-4526. Make SystemClock singleton so AppSchedulingInfo could use it. (kasha) (9 years ago) +* 3fe57285635e - YARN-4502. Fix two AM containers get allocated when AM restart. (Vinod Kumar Vavilapalli via wangda) (9 years ago) +* 01603be97bcd - Move YARN-4524 from 2.9 to 2.8 (9 years ago) +* adf260a728df - Revert "YARN-4502. Fix two AM containers get allocated when AM restart. (Vinod Kumar Vavilapalli via wangda)" (9 years ago) +* b08ecf5c7589 - YARN-4304. AM max resource configuration per partition to be displayed/updated correctly in UI and in various partition related metrics. (Sunil G via wangda) (9 years ago) +* 805a9ed85eb3 - YARN-4502. Fix two AM containers get allocated when AM restart. (Vinod Kumar Vavilapalli via wangda) (9 years ago) +* 9523648d57eb - YARN-4538. QueueMetrics pending cores and memory metrics wrong. (Bibin A Chundatt via wangda) (9 years ago) +* 02f597c5db36 - YARN-4265. Provide new timeline plugin storage to support fine-grained entity caching. Contributed by Li Lu and Jason Lowe (9 years ago) +* da77f423d142 - HADOOP-12691. Move files to correct location. (9 years ago) +* 995f06f2684c - In CHANGES.txt, move HDFS-9294 to Release 2.6.4. (9 years ago) +* 2a3038653916 - HADOOP-12662. The build should fail if a -Dbundle option fails (Kai Zheng via cmccabe) (9 years ago) +* 5af5f9575a90 - HADOOP-12714. Fix hadoop-mapreduce-client-nativetask unit test which fails because it is not able to open the "glibc bug spill" file. (cmccabe) (9 years ago) +* b2c155f81088 - HADOOP-12712. Fix some cmake plugin and native build warnings (cmccabe) (9 years ago) +* 5d5a22a878d1 - HADOOP-12713. Disable spurious checkstyle checks. (9 years ago) +* c07f7fa8ff75 - HDFS-9624. DataNode start slowly due to the initial DU command operations. (Lin Yiqun via wang) (9 years ago) +* a9c69ebeb707 - HDFS-9612. DistCp worker threads are not terminated after jobs are done. (Wei-Chiu Chuang via Yongjun Zhang) (9 years ago) +* 9fbd579ab50f - MAPREDUCE-6554. MRAppMaster servicestart failing with NPE in MRAppMaster#parsePreviousJobHistory. Contributed by Bibin A Chundatt (9 years ago) +* fc6d3a3b234e - YARN-4581. AHS writer thread leak makes RM crash while RM is recovering. Contributed by sandflee. (9 years ago) +* f7736f464f06 - YARN-4389. Allow application to enable or disable am blacklisting. (Sunil G via rohithsharmaks) (9 years ago) +* 1da762c745fa - Move HADOOP-12590 from 2.9.0 to 2.8.0 in CHANGES.txt. (9 years ago) +* cdf88952599a - HADOOP-12706. TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp times out occasionally. Contributed by Sangjin Lee and Colin Patrick McCabe (9 years ago) +* 651c23e8ef8a - Update CHANGES.txt for commit of HADOOP-12107 to branch-2.7 and branch-2.6 (9 years ago) +* e97cd4ade5e8 - HDFS-9415. Document dfs.cluster.administrators and dfs.permissions.superusergroup. (Contributed by Xiaobing Zhou) (9 years ago) +* 817cc1f02a60 - HDFS-9648. TestStartup.testImageChecksum is broken by HDFS-9569's message change. (Wei-Chiu Chuang via Yongjun Zhang) (9 years ago) +* 06f4ac0ccdc6 - HADOOP-12691. Add CSRF Filter for REST APIs to Hadoop Common. Contributed by Larry McCay. (9 years ago) +* b1ed28fa77cb - HADOOP-8887. Use a Maven plugin to build the native code using CMake (cmccabe) (9 years ago) +* 9d04f26d4c42 - YARN-3446. FairScheduler headroom calculation should exclude nodes in the blacklist. (Zhihai Xu via kasha) (9 years ago) +* 5cc44d18aa94 - MAPREDUCE-6601. Fix typo in Job#setUseNewAPI. Contributed by Kai Sasaki. (9 years ago) +* ff8758377cf6 - HADOOP-12700. Remove unused import in TestCompressorDecompressor.java. Contributed by John Zhuge. (9 years ago) +* c8b80eb0d968 - Remove .CHANGES.txt.swp that wrongly checked in. (9 years ago) +* e50dd19a9c81 - Add missing CHANGES.txt entry for HDFS-8767. (9 years ago) +* 3ddb92bd30d4 - YARN-4553. Add cgroups support for docker containers. Contributed by Sidharta Seethana. (9 years ago) +* 62b0d6151362 - YARN-4534. Remove the redundant symbol in yarn rmadmin help msg. Contributed by Lin Yiqun. (9 years ago) +* 7b0964f354e9 - MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Vlad Sharanhovich and Bibin A Chundatt. (9 years ago) +* 8315582c4ff2 - HDFS-9517. Fix missing @Test annotation on TestDistCpUtils.testUnpackAttributes (Wei-Chiu Chuang via cmccabe) (9 years ago) +* fb64e6051a65 - HADOOP-12683. Add number of samples in last interval in snapshot of MutableStat. (Vikram Srivastava via kasha) (9 years ago) +* 9b33a03900c9 - MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter) Removed multiple duplicate CHANGES.txt entries. (9 years ago) +* cb73c753dab8 - 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. (9 years ago) +* 321072ba8114 - YARN-4551. Address the duplication between StatusUpdateWhenHealthy and StatusUpdateWhenUnhealthy transitions. (Sunil G via kasha) (9 years ago) +* c722b6290898 - Supplement to HDFS-9047. (9 years ago) +* c0537bcd2c2d - YARN-4571. Make app id/name available to the yarn authorizer provider for better auditing. (Jian He via wangda) (9 years ago) +* fbb5868deb6a - HADOOP-12603. TestSymlinkLocalFSFileContext#testSetTimesSymlinkToDir occasionally fail. Contributed by Wei-Chiu Chuang. (9 years ago) +* f657b54281d5 - MAPREDUCE-6473. Job submission can take a long time during Cluster initialization. Contributed by Kuhu Shukla (9 years ago) +* 126705f67eaa - HADOOP-11262. Enable YARN to use S3A. (Pieter Reuse via lei) (9 years ago) +* 30c7dfd8ba87 - HADOOP-12653. Use SO_REUSEADDR to avoid getting "Address already in use" when using kerberos and attempting to bind to any port on the local IP address (cmccabe) (9 years ago) +* 25051c3bd08e - HDFS-9569. Log the name of the fsimage being loaded for better supportability. (Yongjun Zhang) (9 years ago) +* 13de8359a1c6 - YARN-4414. Nodemanager connection errors are retried at multiple levels. Contributed by Chang Li (9 years ago) +* c77c35f83ce9 - Update CHANGES.txt for recent commits to 2.7 and 2.6 (9 years ago) +* 17158647f8b7 - move HDFS-9621 from trunk to 2.9.0 in CHANGES.txt. (9 years ago) +* da1e3e3c571e - YARN-4567. javadoc failing on java 8. Contributed by Steve Loughran. This closes #67. (9 years ago) +* 9e792da01419 - YARN-4582. Label-related invalid resource request exception should be able to properly handled by application. (Bibin A Chundatt via wangda) (9 years ago) +* 56b9500bbd44 - HADOOP-12584. Disable browsing the static directory in HttpServer2. Contributed by Robert Kanter. (9 years ago) +* 103d3cfc4ee1 - Correct commit message for HDFS-9584 (9 years ago) +* c2e2e1345550 - HDFS-8584. NPE in distcp when ssl configuration file does not exist in class path. Contributed by Surendra Singh Lilhore. (9 years ago) +* 5fab4ec31c40 - Missing file for YARN-4580 (9 years ago) +* b8942be888e1 - YARN-4537. Pull out priority comparison from fifocomparator and use compound comparator for FifoOrdering policy. Contributed by Rohith Sharma K S (9 years ago) +* de37f37543c2 - HDFS-9639. Inconsistent Logging in BootstrapStandby. (Contributed by Xiaobing Zhou) (9 years ago) +* 9f4bf3bdf9e7 - HDFS-9621. getListing wrongly associates Erasure Coding policy to pre-existing replicated files under an EC directory. Contributed by Jing Zhao. (9 years ago) +* e5df366707e3 - Add MR-5982 and MR-6492 to 2.6.4 (9 years ago) +* 71e5982e3970 - Update CHANGES.txt: move HDFS-9626 and HDFS-9630 to the section of release 2.8 (9 years ago) +* 95f32015ad92 - HDFS-9630. DistCp minor refactoring and clean up. Contributed by Kai Zheng. (9 years ago) +* 8c1adeaa26a7 - MAPREDUCE-6068. Illegal progress value warnings in map tasks. Contributed by Binglin Chang. (9 years ago) +* 76e727085111 - Add YARN-3849 to Release 2.6.4 entry in CHANGES.txt (9 years ago) +* 0e76f1fceaaa - HADOOP-12551. Introduce FileNotFoundException for WASB FileSystem API. Contributed by Dushyanth. (9 years ago) +* dec8dfdfa66c - HADOOP-12587. Hadoop AuthToken refuses to work without a maxinactive attribute in issued token. (Benoy Antony) (9 years ago) +* d7ed04758c1b - HADOOP-12590. TestCompressorDecompressor failing without stack traces (John Zhuge via stevel) (9 years ago) +* 84bf5122e4e3 - HADOOP-12573. TestRPC.testClientBackOff failing. (Xiao Chen via stevel) (9 years ago) +* f0fa6d869b9a - HADOOP-12678. Handle empty rename pending metadata file during atomic rename in redo path. Contributed by Madhumita Chakraborty. (9 years ago) +* 109e528ef5d8 - YARN-4479. Change CS LeafQueue pendingOrderingPolicy to hornor recovered apps. Contributed by Rohith Sharma K S (9 years ago) +* fd8065a763ff - HDFS-9493. Test o.a.h.hdfs.server.namenode.TestMetaSave fails in trunk. (Tony Wu via lei) (9 years ago) +* 0af2022e6d43 - HDFS-9626. TestBlockReplacement#testBlockReplacement fails occasionally. Contributed by Xiao Chen. (9 years ago) +* 38c4c1447299 - HDFS-9574. Reduce client failures during datanode restart. Contributed by Kihwal Lee. (9 years ago) +* ed18527e3843 - Revert "HADOOP-12687. SecureUtil#QualifiedHostResolver#getByName should also try to resolve direct hostname (Sunil G via rohithsharmaks)" (9 years ago) +* 89022f8d4bac - YARN-4438. Implement RM leader election with curator. Contributed by Jian He (9 years ago) +* 52b77577c445 - YARN-4544. All the log messages about rolling monitoring interval are shown with WARN level. Contributed by Takashi Ohnishi. (9 years ago) +* bac798abfcaf - HADOOP-12597. In kms-site.xml configuration "hadoop.security.keystore.JavaKeyStoreProvider.password" should be updated with new name. (Surendra Singh Lilhore via stevel) (9 years ago) +* 172d07825c13 - HADOOP-12613. TestFind.processArguments occasionally fails. (Wei-Chiu Chuang via stevel) (9 years ago) +* 7914f569ef4c - HADOOP-12655. TestHttpServer.testBindAddress patch - move from improvement to bug fix (9 years ago) +* 319053481458 - HADOOP-12655. TestHttpServer.testBindAddress bind port range is wider than expected. (Wei-Chiu Chuang via stevel) (9 years ago) +* 3fcdbe076fc2 - HADOOP-12663. Remove Hard-Coded Values From FileSystem.java. (BELUGA BEHR via stevel) (9 years ago) +* 21bededd2fc2 - HADOOP-12675. Fix description about retention period in usage of expunge command. (Masatake Iwasaki via stevel) (9 years ago) +* 07d1cb612cce - YARN-4550. Some tests in TestContainerLanch fails on non-english locale environment. (Takashi Ohnishi via stevel) (9 years ago) +* 6702e7d66a49 - HDFS-9619. SimulatedFSDataset sometimes can not find blockpool for the correct namenode (Contributed by Wei-Chiu Chuang) (9 years ago) +* 34cd7cd76505 - HDFS-9600. do not check replication if the block is under construction (Contributed by Phil Yang) (9 years ago) +* 2b252844e04e - HADOOP-12687. SecureUtil#QualifiedHostResolver#getByName should also try to resolve direct hostname (Sunil G via rohithsharmaks) (9 years ago) +* 791c1639ae0b - YARN-4393. Fix intermittent test failure for TestResourceLocalizationService#testFailedDirsResourceRelease (Varun Saxana via rohithsharmaks) (9 years ago) +* c213ee085971 - HDFS-9047. Retire libwebhdfs. Contributed by Haohui Mai. (9 years ago) +* b6c9d3fab9c7 - Add YARN-2975, YARN-3893, YARN-2902 and YARN-4354 to Release 2.6.4 entry in CHANGES.txt (9 years ago) +* 978bbdfeb2d1 - HADOOP-12634. Change Lazy Rename Pending Operation Completion of WASB to address case of potential data loss due to partial copy. Contributed by Gaurav Kanade. (9 years ago) +* 67c9780609f7 - HDFS-9498. Move code that tracks blocks with future generation stamps to BlockManagerSafeMode. (Contributed by Mingliang Liu) (9 years ago) +* b9936689c9ea - HDFS-9615. Fix variable name typo in DFSConfigKeys. (Contributed by Ray Chiang) (9 years ago) +* c1462a67ff7b - YARN-4546. ResourceManager crash due to scheduling opportunity overflow. Contributed by Jason Lowe. (9 years ago) +* 2d16f40dab29 - HADOOP-12689. S3 filesystem operations stopped working correctly (9 years ago) +* c52b407cbffc - HADOOP-12685. Input buffer position after encode/decode not consistent between different kinds of buffers. Contributed by Rui Li. (9 years ago) +* 355c0ce7237c - MAPREDUCE-6577 addendum. Moved the changelog to 2.6.4 which is the earliest target. (9 years ago) +* f6f16118d38f - MAPREDUCE-6577. MR AM unable to load native library without MR_AM_ADMIN_USER_ENV set (sjlee) (9 years ago) +* dec8fedb65f6 - HDFS-9605. Add links to failed volumes to explorer.html in HDFS Web UI. Contributed by Archana T. (9 years ago) +* cea0972fa13c - HDFS-7779. Support changing ownership, group and replication in HDFS Web UI. Contributed by Ravi Prakash. (9 years ago) +* 28bd138018be - HADOOP-12604. Exception may be swallowed in KMSClientProvider. (Yongjun Zhang) (9 years ago) +* 96d8f1d6f302 - update CHANGES.txt to add YARN-3697 to 2.6.4 release (9 years ago) +* 6da6d87872de - YARN-4535. Fix checkstyle error in CapacityScheduler.java (Naganarasimha G R via rohithsharmaks) (9 years ago) +* 778146eaae5b - HADOOP-12658. Clear javadoc and check style issues around DomainSocket. Contributed by Kai Zheng (9 years ago) +* 1af2917856f8 - HADOOP-12686. Update FileSystemShell documentation to mention the meaning of each columns of fs -du. Contributed by Daisuke Kobayashi. (9 years ago) +* 7dafee11d865 - MAPREDUCE-6593. TestJobHistoryEventHandler.testTimelineEventHandling fails on trunk because of NPE. Contributed by Naganarasimha G R. (9 years ago) +* db99e30f670c - Set release date for 2.6.3 (9 years ago) +* 64ae85fd2ea9 - HADOOP-11252. RPC client does not time out by default. Contributed by Wilfred Spiegelenburg and Masatake Iwasaki. (9 years ago) +* f9e36dea96f5 - YARN-4530. LocalizedResource trigger a NPE Cause the NodeManager exit. (tangshangwen via rohithsharmaks) (9 years ago) +* 4e4b3a8465a8 - YARN-4524. Cleanup AppSchedulingInfo. (Karthik Kambatla via wangda) (9 years ago) +* a9594c61bb8c - YARN-4510. Fix SLS startup failure caused by NPE. (Bibin A Chundatt via wangda) (9 years ago) +* 8310b2e9ff3d - YARN-4522. Queue acl can be checked at app submission. (Jian He via wangda) (9 years ago) +* ab725cff66e8 - HADOOP-12682. Fix TestKMS#testKMSRestart* failure. Contributed by Wei-Chiu Chuang. (9 years ago) +* 223ce323bb81 - YARN-1382. Remove unusableRMNodesConcurrentSet (never used) in NodeListManager to get rid of memory leak. Contributed by Rohith Sharma K S. (9 years ago) +* ad997fab67c6 - YARN-4098. Document ApplicationPriority feature. Contributed by Rohith Sharma K S (9 years ago) +* 52734134116e - YARN-3480. Remove attempts that are beyond max-attempt limit from state store. Contributed by Jun Gong (9 years ago) +* 84a814779126 - HDFS-9376. TestSeveralNameNodes fails occasionally. Contributed by Masatake Iwasaki. (9 years ago) +* 561abb9fee5f - YARN-4315. NaN in Queue percentage for cluster apps page. (Bibin A Chundatt via wangda) (9 years ago) +* 99cf2ecee9c1 - HDFS-7553. fix the TestDFSUpgradeWithHA due to BindException. Contributed by Xiao Chen. (9 years ago) +* 2a59d01503ed - MAPREDUCE-6589. TestTaskLog outputs a log under directory other than target/test-dir. (aajisaka) (9 years ago) +* bee542817dd1 - MAPREDUCE-6584. Remove trailing whitespaces from mapred-default.xml. (aajisaka) (9 years ago) +* d0a22bae9bd2 - YARN-4417. Make RM and Timeline-server REST APIs more consistent. Contributed by Wangda Tan (9 years ago) +* 32b3dc11eba8 - MAPREDUCE-6574. MR AM should print host of failed tasks. (Mohammad Shahid Khan via wangda) (9 years ago) +* 993311e547e6 - HADOOP-12559. KMS connection failures should trigger TGT renewal. Contributed by Zhe Zhang. (9 years ago) +* a0249da8a775 - Add HADOOP-12681 to 2.8.0 in CHANGES.txt. (9 years ago) +* fb00794368e0 - YARN-2882. Add an OPPORTUNISTIC ExecutionType. (Konstantinos Karanasos and Inigo Goiri via kasha) (9 years ago) +* 8cfd672397ef - HDFS-9597. BaseReplicationPolicyTest should update data node stats after adding a data node. Contributed by Wei-Chiu Chuang. (9 years ago) +* 2c17b81569c0 - YARN-2934. Improve handling of container's stderr. (Naganarasimha G R via gera) (9 years ago) +* 65537845a979 - YARN-4234. addendum patch to remove unnecessary file. Contributed by Masatake Iwasaki. (9 years ago) +* a308e86621b1 - MAPREDUCE-6419. JobHistoryServer doesn't sort properly based on Job ID when Job id's exceed 9999. (Mohammad Shahid Khan via rohithsharmaks) (9 years ago) +* 0af492b4bdb0 - YARN-4156. TestAMRestart#testAMBlacklistPreventsRestartOnSameNode assumes CapacityScheduler. (Anubhav Dhoot via kasha) (9 years ago) +* 8b1837fcd1f0 - HADOOP-12566. Add NullGroupMapping. (Daniel Templeton via kasha) (9 years ago) +* bb5df272b9c0 - YARN-4400. AsyncDispatcher.waitForDrained should be final. Contributed by Daniel Templeton. (9 years ago) +* 882f2f04644a - YARN-4234. New put APIs in TimelineClient for ats v1.5. Contributed by Xuan Gong. (9 years ago) +* 8c180a13c82a - YARN-4109. Exception on RM scheduler page loading with labels. (Mohammad Shahid Khan via rohithsharmaks) (9 years ago) +* df8323094820 - HDFS-9034. StorageTypeStats Metric should not count failed storage. Contributed by Surendra Singh Lilhore. (9 years ago) +* 867048c3e4b2 - HDFS-7163. WebHdfsFileSystem should retry reads according to the configured retry policy. Contributed by Eric Payne. (9 years ago) +* 5c0ff69618fa - HDFS-9458. TestBackupNode always binds to port 50070, which can cause bind failures. Contributed by Xiao Chen. (9 years ago) +* bb540ba85aa3 - HDFS-9589. Block files which have been hardlinked should be duplicated before the DataNode appends to the them (cmccabe) (9 years ago) +* 70d6f2012600 - HDFS-9575. Use byte array for internal block indices in a striped block. Contributed by jing9 (9 years ago) +* e88422df4555 - YARN-4477. FairScheduler: Handle condition which can result in an infinite loop in attemptScheduling. (Tao Jie via asuresh) (9 years ago) +* 0087734cc1e1 - HDFS-9580. TestComputeInvalidateWork#testDatanodeReRegistration failed due to unexpected number of invalidate blocks. Contributed by Wei-Chiu Chuang. (9 years ago) +* 114b59095540 - YARN-3458. CPU resource monitoring in Windows. Contributed by Inigo Goiri. (9 years ago) +* a0de7028515e - YARN-4290. Add -showDetails option to YARN Nodes CLI to print all nodes reports information. (Sunil G via wangda) (9 years ago) +* bc038b382cb2 - YARN-4454. NM to nodelabel mapping going wrong after RM restart. (Bibin A Chundatt via wangda) (9 years ago) +* 2cb5afffc4c5 - Move HDFS-8914 from 2.8.0 to 2.7.3 in CHANGES.txt. (9 years ago) +* fa544020f6f7 - HDFS-9505. HDFS Architecture documentation needs to be refreshed. Contributed by Masatake Iwasaki. (9 years ago) +* 52ad9125b8fb - HDFS-9582. TestLeaseRecoveryStriped file missing Apache License header and not well formatted. (umamahesh) (9 years ago) +* 7995a6ea4dc5 - MAPREDUCE-6583. Clarify confusing sentence in MapReduce tutorial document. Contributed by Kai Sasaki. (9 years ago) +* 0f82b5d878a7 - YARN-4480. Clean up some inappropriate imports. (Kai Zheng via umamahesh) (9 years ago) +* 8652cce5b218 - HADOOP-12636. Prevent ServiceLoader failure init for unused FileSystems. Contributed by Inigo Goiri (9 years ago) +* 932956458ddd - HADOOP-12570. HDFS Secure Mode Documentation updates. Contributed by Arpit Agarwal. (9 years ago) +* 8fb70a031b32 - HADOOP-12656. MiniKdc throws "address in use" BindException. (Contributed by Wei-Chiu Chuang) (9 years ago) +* ef3f3f6bb14c - HDFS-9347. Invariant assumption in TestQuorumJournalManager.shutdown() is wrong. Contributed by Wei-Chiu Chuang. (9 years ago) +* 61ab0440f7ea - HDFS-9173. Erasure Coding: Lease recovery for striped file. Contributed by Walter Su and Jing Zhao. (9 years ago) +* 85c24660481f - YARN-4164. Changed updateApplicationPriority API to return the updated application priority. Contributed by Rohith Sharma K S (9 years ago) +* e63388fdf22b - HDFS-9350. Avoid creating temprorary strings in Block.toString() and getBlockName() (Staffan Friberg via cmccabe) (9 years ago) +* f349d0a76c8f - HADOOP-12647. Add /usr/lib default for ISAL library and fix missing .c file in CMakeLists (Kai Zheng via cmccabe) (9 years ago) +* 058cfddebbbb - HDFS-8477. describe dfs.ha.zkfc.port in hdfs-default.xml. Contributed by Kanaka Kumar Avvaru. (9 years ago) +* bfadf11b36e9 - HDFS-9393. After choosing favored nodes, choosing nodes for remaining replicas should go through BlockPlacementPolicy (Contributed by J.Andreina) (9 years ago) +* 061c05cc05ff - HADOOP-12657. Add a option to skip newline on empty files with getMerge -nl. Contributed by Kanaka Kumar Avvaru. (9 years ago) +* bd5e207432c5 - HADOOP-12588. Fix intermittent test failure of TestGangliaMetrics. Contributed by Masatake Iwasaki. (9 years ago) +* 6da9deec204a - HDFS-9571. Fix ASF Licence warnings in Jenkins reports. Contributed by Brahma Reddy Battula. (9 years ago) +* 1de56b0448d3 - YARN-3226. UI changes for decommissioning node. Contributed by Sunil G. (9 years ago) +* 5cb1e0118b17 - HDFS-9533. seen_txid in the shared edits directory is modified during bootstrapping. Contributed by Kihwal Lee. (9 years ago) +* 03bab8dea163 - HDFS-9572. Prevent DataNode log spam if a client connects on the data transfer port but sends no data. Contributed by Chris Nauroth (9 years ago) +* 2f623fb8cc3d - HDFS-9515. NPE when MiniDFSCluster#shutdown is invoked on uninitialized reference. (Contributed by Wei-Chiu Chuang) (9 years ago) +* db37f02dc704 - Revert "HDFS-9569. Log the name of the fsimage being loaded for better supportability. Contributed by Yongjun Zhang." (9 years ago) +* f5756a2038cd - HADOOP-12615. Fix NPE in MiniKMS.start(). Contributed by Wei-Chiu Chuang. (9 years ago) +* 5104077e1f43 - HDFS-9373. Erasure coding: friendly log information for write operations with some failed streamers. Contributed by Li Bo. (9 years ago) +* 4e7d32c0db69 - YARN-1856. Added cgroups based memory monitoring for containers as another alternative to custom memory-monitoring. Contributed by Varun Vasudev. (9 years ago) +* d85f72978e32 - HDFS-9570. Update CHANGES.txt to list under 2.8.0. (9 years ago) +* 724e71f63b35 - HDFS-9552. Document types of permission checks performed for HDFS operations. Contributed by Chris Nauroth. (9 years ago) +* 72a3f649e4db - HDFS-9565. TestDistributedFileSystem.testLocatedFileStatusStorageIdsTypes is flaky due to race condition. (Contributed by Wei-Chiu Chuang) (9 years ago) +* 8d278d8d2e5a - HDFS-9570. Minor typos, grammar, and case sensitivity cleanup in HdfsPermissionsGuide.md's (Travis Campbell via aw) (9 years ago) +* eb6939cea034 - HDFS-9569. Log the name of the fsimage being loaded for better supportability. Contributed by Yongjun Zhang. (9 years ago) +* d90625e03871 - Update CHANGES.txt to move HDFS-9516 to 2.7.3 section. (9 years ago) +* f74147614657 - HDFS-9198. Coalesce IBR processing in the NN. (Daryn Sharp via umamahesh) (9 years ago) +* 3c0adac88c3c - HDFS-9300. TestDirectoryScanner.testThrottle() is still a little flakey. Contributed by Daniel Templeton. (9 years ago) +* d4e766de931c - MAPREDUCE-6566. Add retry support to mapreduce CLI tool. Contributed by Varun Vasudev (9 years ago) +* 91828fef6b93 - YARN-4461. Redundant nodeLocalityDelay log in LeafQueue. Contributed by Eric Payne (9 years ago) +* 60fe6d53d92c - Revert "MAPREDUCE-6566. Add retry support to mapreduce CLI tool. Contributed by Varun Vasudev" (9 years ago) +* ce16541c6272 - HADOOP-12415. Fixed pom files to correctly include compile-time dependency on netty. (Tom Zeng via cos) Addendum commit to include CHANGES.txt entry. (9 years ago) +* 9b856d9787be - YARN-4416. Deadlock due to synchronised get Methods in AbstractCSQueue. (Naganarasimha G R via wangda) (9 years ago) +* 7faa406f27f6 - YARN-4225. Add preemption status to yarn queue -status for capacity scheduler. (Eric Payne via wangda) (9 years ago) +* 79c41b1d83e9 - YARN-4293. ResourceUtilization should be a part of yarn node CLI. (Sunil G via wangda) (9 years ago) +* 0f708d465fbc - YARN-4207. Add a non-judgemental YARN app completion status. Contributed by Rich Haase. (9 years ago) +* c470c8953d49 - HDFS-9557. Reduce object allocation in PB conversion. Contributed by Daryn Sharp. (9 years ago) +* 50bd067e1d63 - YARN-4452. NPE when submit Unmanaged application. Contributed by Naganarasimha G R. (9 years ago) +* 607473e1d047 - HADOOP-12192. update releasedocmaker command line (aw) (9 years ago) +* 7092d47fc0b3 - Update CHANGES.txt to move MAPREDUCE-6436 from YARN to MAPREDUCE (9 years ago) +* ae67c8424c18 - HADOOP-12639. Improve JavaDoc for getTrimmedStrings. (BELUGA BEHR via umamahesh) (9 years ago) +* 49949a4bb03a - HDFS-8894. Set SO_KEEPALIVE on DN server sockets. Contributed by Kanaka Kumar Avvaru. (9 years ago) +* 8602692338d6 - HDFS-9371. Code cleanup for DatanodeManager. Contributed by Jing Zhao. (9 years ago) +* 0c3a53e5a978 - Update CHANGES.txt to add YARN-3857 and YARN-3535 to branch-2.6 (9 years ago) +* 5b7078d06921 - MAPREDUCE-6436. JobHistory cache issue. Contributed by Kai Sasaki (9 years ago) +* 96d307e1e320 - HDFS-9516. Truncate file fails with data dirs on multiple disks. Contributed by Plamen Jeliazkov. (9 years ago) +* 2aaed1032719 - YARN-4440. FSAppAttempt#getAllowedLocalityLevelByTime should init the lastScheduler time. Contributed by Lin Yiqun (9 years ago) +* d8a45425eba3 - YARN-4439. Clarify NMContainerStatus#toString method. Contributed by Jian He (9 years ago) +* 915cd6c3f43f - YARN-4402. TestNodeManagerShutdown And TestNodeManagerResync fails with bind exception. Contributed by Brahma Reddy Battula (9 years ago) +* 1cb3299b48a0 - YARN-4403. (AM/NM/Container)LivelinessMonitor should use monotonic time when calculating period. Contributed by Junping Du (9 years ago) +* bc7242298118 - HADOOP-12638. UnsatisfiedLinkError while checking ISA-L in checknative command. (Kai Sasaki via Colin P. McCabe) (9 years ago) +* de522d2cd46b - Revert "Revert "HDFS-8860. Remove unused Replica copyOnWrite code (Lei (Eddy) Xu via Colin P. McCabe)"" (9 years ago) +* 07b0fb996a32 - YARN-4418. AM Resource Limit per partition can be updated to ResourceUsage as well. (Sunil G via wangda) (9 years ago) +* dfcbbddb0963 - YARN-4309. Add container launch related debug information to container logs when a container fails. (Varun Vasudev via wangda) (9 years ago) +* e53456981474 - HDFS-9535. Newly completed blocks in IBR should not be considered under-replicated too quickly. Contributed by Mingliang Liu. (9 years ago) +* f229772f99d1 - HDFS-9281. Change TestDeleteBlockPool to not explicitly use File to check block pool existence. (lei) (9 years ago) +* 6cb0af3c39a5 - YARN-3946. Update exact reason as to why a submitted app is in ACCEPTED state to app's diagnostic message. (Naganarasimha G R via wangda) (9 years ago) +* 7fb212e5e672 - YARN-4358 addendum patch to fix javadoc error (9 years ago) +* bf5295b118a2 - HDFS-9514. TestDistributedFileSystem.testDFSClientPeerWriteTimeout failing; exception being swallowed. (Wei-Chiu Chuang via Yongjun Zhang) (9 years ago) +* 2a4c7d4facab - HDFS-9519. Some coding improvement in SecondaryNameNode#main. (Xiao Chen via Yongjun Zhang) (9 years ago) +* f5a911452f8f - HDFS-9532. Detailed exception info is lost in reportTo methods of ErrorReportAction and ReportBadBlockAction. (Yongjun Zhang) (9 years ago) +* 796a676d18bd - HDFS-9528. Cleanup namenode audit/log/exception messages. (szetszwo via umamahesh) (9 years ago) +* 576b569b6c97 - Revert "HDFS-9525. hadoop utilities need to support provided delegation tokens (HeeSoo Kim via aw)" (9 years ago) +* b7b292367ff6 - YARN-4341 addendum. Moved the changelog entry from 2.8.0 to 2.9.0. (9 years ago) +* e8964589de27 - YARN-4341. add doc about timeline performance tool usage (Chang Li via sjlee) (9 years ago) +* a48301791e95 - HDFS-9445. Datanode may deadlock while handling a bad volume. Contributed by Walter Su. (9 years ago) +* e363417e7b7a - HDFS-9472. concat() API does not give proper exception messages on ./reserved relative path (Rakesh R via umamahesh) (9 years ago) +* eee0cf4611b0 - HADOOP-12602. TestMetricsSystemImpl#testQSize occasionally fails. Contributed by Masatake Iwasaki. (9 years ago) +* 7f393a6f61f5 - Revert "HDFS-8860. Remove unused Replica copyOnWrite code (Lei (Eddy) Xu via Colin P. McCabe)" (9 years ago) +* 21daa6c68a0b - YARN-3623-Addendum: Improve the description for Timeline Service Version configuration in yarn-default.xml (9 years ago) +* f910e4f639dc - YARN-3623. Add a config to indicate the Timeline Service version. Contributed by Xuan Gong. (9 years ago) +* 132478e805ba - HDFS-9527. The return type of FSNamesystem.getBlockCollection should be changed to INodeFile. (9 years ago) +* e27fffdb9036 - HADOOP-12625. Add a config to disable the /logs endpoints (rkanter) (9 years ago) +* 50edcb947ccb - YARN-4434. NodeManager Disk Checker parameter documentation is not correct. Contributed by Weiwei Yang. (9 years ago) +* ad53c5206308 - HADOOP-12618. Fix NPE in TestSequenceFile. (Brahma Reddy Battula via umamahesh) (9 years ago) +* a5e2e1ecb06a - YARN-4421. Remove dead code in RmAppImpl.RMAppRecoveredTransition. (Daniel Templeton via rohithsharmaks) (9 years ago) +* 15c3e7ffe3d1 - YARN-4431. Not necessary to do unRegisterNM() if NM get stop due to failed to connect to RM. (Junpin Du via rohithsharmaks) (9 years ago) +* ada9c2c410c1 - HADOOP-12617. SPNEGO authentication request to non-default realm gets default realm name inserted in target server principal. (mattf) (9 years ago) +* 7e4715186d31 - YARN-4424. Fix deadlock in RMAppImpl. (Jian he via wangda) (9 years ago) +* c4084d9bc3b5 - HADOOP-10729. Add tests for PB RPC in case version mismatch of client and server. Contributed by Junping Du. (9 years ago) +* 832b3cbde1c2 - HDFS-9525. hadoop utilities need to support provided delegation tokens (HeeSoo Kim via aw) (9 years ago) +* 9f50e13d5dc3 - YARN-4248. Followup patch adding asf-licence exclusions for json test files (9 years ago) +* 9676774e233f - HDFS-9273. Moving to 2.6.3 CHANGES section to reflect the backport. (9 years ago) +* 303f80e65670 - HDFS-9414. Refactor reconfiguration of ClientDatanodeProtocol for reusability. Contributed by Xiaobing Zhou. (9 years ago) +* d7b3f8dbe818 - Update CHANGES.txt for commit of YARN-4348 to branch-2.7 and branch-2.6. (9 years ago) +* fc470840a0b1 - MAPREDUCE-6566. Add retry support to mapreduce CLI tool. Contributed by Varun Vasudev (9 years ago) +* 7fa9ea85d47d - Move HDFS-9129 from trunk to branch-2.9.0 (9 years ago) +* c25a6354598e - YARN-4248. REST API for submit/update/delete Reservations. (curino) (9 years ago) <=> +* 4ff973f96ae7 - YARN-4422. Generic AHS sometimes doesn't show started, node, or logs on App page (Eric Payne via jeagles) (9 years ago) +* 4546c7582b67 - YARN-4392. ApplicationCreatedEvent event time resets after RM restart/failover. Contributed by Naganarasimha G R and Xuan Gong (9 years ago) +* 01a641bc447c - YARN-3456. Improve handling of incomplete TimelineEntities. (Varun Saxena via rohithsharmaks) (9 years ago) +* 65f395226ba6 - HADOOP-12321. Make JvmPauseMonitor an AbstractService. (Sunil G via Stevel) [includes HDFS-8947 MAPREDUCE-6462 and YARN-4072] (9 years ago) +* 742632e34660 - YARN-4358. Reservation System: Improve relationship between SharingPolicy and ReservationAgent. (Carlo Curino via asuresh) (9 years ago) +* 42d49016d412 - HDFS-9414. Add missing license header (9 years ago) +* 86c95cb31a39 - HDFS-9414. Refactor reconfiguration of ClientDatanodeProtocol for reusability. (Contributed by Xiaobing Zhou) (9 years ago) +* 4265a85f6d9f - HDFS-9491. Tests should get the number of pending async deletes via FsDatasetTestUtils. (Tony Wu via lei) (9 years ago) +* bc6d8d981477 - HDFS-9214. Add missing license header (9 years ago) +* 9d817fa1b14b - HDFS-9214. Support reconfiguring dfs.datanode.balance.max.concurrent.moves without DN restart. (Contributed by Xiaobing Zhou) (9 years ago) +* 59dbe8b3e96d - HDFS-9474. TestPipelinesFailover should not fail when printing debug message. (John Zhuge via Yongjun Zhang) (9 years ago) +* e02bbeb8862e - HDFS-9267. TestDiskError should get stored replicas through FsDatasetTestUtils. (Lei (Eddy) Xu via Colin P. McCabe) (9 years ago) +* cbc7b6bf97a8 - HDFS-8831. Trash Support for deletion in HDFS encryption zone. Contributed by Xiaoyu Yao. (9 years ago) +* 0ac8fb4b336d - HDFS-9490. MiniDFSCluster should change block generation stamp via FsDatasetTestUtils. (Tony Wu via lei) (9 years ago) +* 3fa33b5c2c28 - HDFS-9430 Remove waitForLoadingFSImage since checkNNStartup has ensured image loaded and namenode started. (Brahma Reddy Battula via mingma) (9 years ago) +* e84d6ca2df77 - Add missing file for YARN-4419 (9 years ago) +* 755dda8dd8bb - YARN-4405. Support node label store in non-appendable file system. Contributed by Wangda Tan (9 years ago) +* 924a33d02d82 - HDFS-9484. NNThroughputBenchmark$BlockReportStats should not send empty block reports. Contributed by Mingliang Liu. (9 years ago) +* e71aa717d42f - HDFS-9436. Make NNThroughputBenchmark$BlockReportStats run with 10 datanodes by default. Contributed by Mingliang. (9 years ago) +* a2c3bfc8c134 - YARN-4292. ResourceUtilization should be a part of NodeInfo REST API. (Sunil G via wangda) (9 years ago) +* 9f77ccad735f - YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > 9999). Contributed by Mohammad Shahid Khan and Varun Saxena (9 years ago) +* 62e9348bc10b - YARN-4408. Fix issue that NodeManager still reports negative running containers. Contributed by Robert Kanter. (9 years ago) +* 3857fed2c8fc - HADOOP-12565. Replace DSA with RSA for SSH key type in SingleCluster.md. Contributed by Mingliang Liu. (9 years ago) +* e8bd1ba74b2f - HDFS-9294. DFSClient deadlock when close file and failed to renew lease. Contributed by Brahma Reddy Battula (9 years ago) +* 6b9a5beb2b2f - YARN-4398. Remove unnecessary synchronization in RMStateStore. Contributed by Ning Ding (9 years ago) +* 53e3bf7e704c - HDFS-9429. Tests in TestDFSAdminWithHA intermittently fail with EOFException (Xiao Chen via Colin P. McCabe) (9 years ago) +* 3c4a34e90c47 - Move HDFS-9129 to trunk in CHANGES.txt (9 years ago) +* a49cc74b4c72 - HDFS-9129. Move the safemode block count into BlockManager. Contributed by Mingliang Liu. (9 years ago) +* 58f6f54eeac7 - HDFS-6533. TestBPOfferService#testBasicFunctionalitytest fails intermittently. (Contributed by Wei-Chiu Chuang) (9 years ago) +* 830eb252aaa4 - HDFS-9485. Make BlockManager#removeFromExcessReplicateMap accept BlockInfo instead of Block. Contributed by Mingliang Liu. (9 years ago) +* 1cc7e614319a - HDFS-9269. Update the documentation and wrapper for fuse-dfs. Contributed by Wei-Chiu Chuang. (9 years ago) +* 485c3468a852 - HADOOP-12609. Fix intermittent failure of TestDecayRpcScheduler. (Contributed by Masatake Iwasaki) (9 years ago) +* 028894281bcc - Creating 2.6.4 entries in CHANGES.txt files. (9 years ago) +* 1c05393b5174 - HDFS-9336. deleteSnapshot throws NPE when snapshotname is null. Contributed by Brahma Reddy Battula. (9 years ago) +* 9b8e50b424d0 - HDFS-9470. Encryption zone on root not loaded from fsimage after NN restart. Xiao Chen via wang. (9 years ago) +* 43acf9ab8ef4 - Update CHANGES.txt for commit of MR-6549 to branch-2.7 and branch-2.6. (9 years ago) +* c37c3f41b3b5 - Revert "HADOOP-11505. Various native parts use bswap incorrectly and unportably (Alan Burlison via aw)" (9 years ago) +* 2577e5b2c10d - Revert "HADOOP-11505. Various native parts use bswap incorrectly and unportably (Alan Burlison via aw)" (9 years ago) +* b2c78536cb55 - HADOOP-12600. FileContext and AbstractFileSystem should be annotated as a Stable interface. Contributed by Chris Nauroth. (9 years ago) +* 4c8125d60d47 - HADOOP-11505. Various native parts use bswap incorrectly and unportably (Alan Burlison via aw) (9 years ago) +* 6725e7f1beb9 - HADOOP-11505. Various native parts use bswap incorrectly and unportably (Alan Burlison via aw) (9 years ago) +* 9f256d1d716a - HDFS-9426. Rollingupgrade finalization is not backward compatible (Contributed by Kihwal Lee) (9 years ago) +* 0348e769abc5 - HADOOP-12468. Partial group resolution failure should not result in user lockout. (Wei-Chiu Chuang via Yongjun Zhang) (9 years ago) +* d57fd181c75c - Adding release 2.8.0 to CHANGES.txt (9 years ago) +* 6d84cc16b3e0 - MAPREDUCE-6550. archive-logs tool changes log ownership to the Yarn user when using DefaultContainerExecutor (rkanter) (9 years ago) +* 7fd00b3db4b7 - MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter) (9 years ago) +* e556c35b0596 - HDFS-9467. Fix data race accessing writeLockHeldTimeStamp in FSNamesystem. Contributed by Mingliang Liu. (9 years ago) +* fc799ab16cc6 - HDFS-9407. TestFileTruncate should not use fixed NN port. Contributed by Brahma Reddy Battula. (9 years ago) +* e3d673901b39 - HDFS-8512. WebHDFS : GETFILESTATUS should return LocatedBlock with storage type info. Contributed by Xiaoyu Yao. (9 years ago) +* b21dffb1fec3 - HDFS-9451. Clean up depreated umasks and related unit tests. Contributed by Wei-Chiu Chuang. (9 years ago) +* 95d5227c75f4 - HDFS-9459. hadoop-hdfs-native-client fails test build on Windows after transition to ctest. Contributed by Chris Nauroth. (9 years ago) +* 15d577bfbb3f - Tests in mapreduce-client-app are writing outside of target. Contributed by Akira AJISAKA. (9 years ago) +* 84d01ad7f43b - HDFS-6694. Addendum. Update CHANGES.txt for cherry-picking to 2.8. (9 years ago) +* bab03f3ee69f - HADOOP-12598. Add XML namespace declarations for some hadoop/tools modules. Contributed by Xin Wang. (9 years ago) +* 0656d2dc83af - YARN-4380. TestResourceLocalizationService.testDownloadingResourcesOnContainerKill fails intermittently. Contributed by Varun Saxena. (9 years ago) +* 3e85542a7afb - MAPREDUCE-6555. TestMRAppMaster fails on trunk. (Junping Du via ozawa) (9 years ago) +* 8176ea7dc694 - HDFS-9438. TestPipelinesFailover assumes Linux ifconfig. (John Zhuge via Yongjun Zhang) (9 years ago) +* 177975e96228 - Fix indents in the 2.8.0 section of MapReduce CHANGES.txt. (9 years ago) +* 5ec44fc35c12 - MAPREDUCE-6553. Replace '\u2b05' with '<-' in rendering job configuration. Contributed by Gabor Liptak. (9 years ago) +* b4c6b511e705 - HADOOP-12415. Add io.netty dependency to hadoop-nfs and to hadoop-hdfs, needed to build Bigtop successfuly, see BIGTOP-2049 (9 years ago) +* 23c625ec571b - YARN-4384. updateNodeResource CLI should not accept negative values for resource. (Junping Du via wangda) (9 years ago) +* 78ec38b2ede8 - HDFS-8807. dfs.datanode.data.dir does not handle spaces between storageType and URI correctly. Contributed by Anu Engineer (9 years ago) +* f5acf94ecafb - YARN-4365. FileSystemNodeLabelStore should check for root dir existence on startup. Contributed by Kuhu Shukla (9 years ago) +* 4ac6799d4a8b - YARN-4132. Separate configs for nodemanager to resourcemanager connection timeout and retries. Contributed by Chang Li (9 years ago) +* f634505d48d9 - MAPREDUCE-5870. Support for passing Job priority through Application Submission Context in Mapreduce Side. Contributed by Sunil G (9 years ago) +* cab3c7c8892a - MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly misleading. Contributed by Nathan Roberts (9 years ago) +* 977e0b3c4ce7 - HDFS-8335. FSNamesystem should construct FSPermissionChecker only if permission is enabled. Contributed by Gabor Liptak. (9 years ago) +* fe5624b85d71 - HDFS-8855. Webhdfs client leaks active NameNode connections. Contributed by Xiaobing Zhou. (9 years ago) +* e8a87d739f0f - HADOOP-11954. Solaris does not support RLIMIT_MEMLOCK as in Linux (Alan Burlison via aw) (9 years ago) +* 56493cda04e3 - Move HDFS-9434 to 2.6.3 in CHANGES.txt. (9 years ago) +* db4cab21f4c6 - HDFS-5165. Remove the TotalFiles metrics. Contributed by Akira AJISAKA. (9 years ago) +* 17b1a5482b32 - Revert "HADOOP-11361. Fix a race condition in MetricsSourceAdapter.updateJmxCache. Contributed by Brahma Reddy Battula." (9 years ago) +* 0e1c12c17401 - HADOOP-12294. Correct CHANGES.txt description. (9 years ago) +* 0e54b164a8d8 - HDFS-9314. Improve BlockPlacementPolicyDefault's picking of excess replicas. (Xiao Chen via mingma) (9 years ago) +* 1777608fa075 - HDFS-6101. TestReplaceDatanodeOnFailure fails occasionally. Contributed by Wei-Chiu Chuang. (9 years ago) +* 28dfe721b86c - YARN-4387. Fix typo in FairScheduler log message. Contributed by Xin Wang. (9 years ago) +* 8c0133f3d4c8 - YARN-4298. Fix findbugs warnings in hadoop-yarn-common. Contributed by Sunil G. (9 years ago) +* fb0f09e46b45 - CHANGES.txt: add YARN-4367 to 2.8.0. (9 years ago) +* 52948bb20bd1 - YARN-3980. Plumb resource-utilization info in node heartbeat through to the scheduler. (Inigo Goiri via kasha) (9 years ago) +* f80dc6f49989 - CHANGES.txt: move HDFS-9423 to trunk (9 years ago) +* 411e2b2e7cd6 - HDFS-9433. DFS getEZForPath API on a non-existent file should throw FileNotFoundException (Rakesh R via umamahesh) (9 years ago) +* 8676a118a121 - YARN-4349. Support CallerContext in YARN. Contributed by Wangda Tan (9 years ago) +* 4bff073b4d67 - Revert "HADOOP-12572. Update Hadoop's lz4 to r131. Contributed by Kevin Bowling." (9 years ago) +* aa2009c37bc3 - Update CHANGES.txt for recent commits to branch-2.6. (9 years ago) +* 5f269a0ad81b - HADOOP-9822. create constant MAX_CAPACITY in RetryCache rather than hard-coding 16 in RetryCache constructor. Contributed by Tsuyoshi Ozawa. (9 years ago) +* d36b6e045f31 - YARN-4344. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations. Contributed by Varun Vasudev (9 years ago) +* 298a8cb09690 - HDFS-7988. Replace usage of ExactSizeInputStream with LimitInputStream. Contributed by Walter Su. (9 years ago) +* 70c26703f462 - HADOOP-12577. Bumped up commons-collections version to 3.2.2 to address a security flaw. Contributed by Wei-Chiu Chuang. (9 years ago) +* 201f14e27148 - HDFS-9423. Fix intermittent failure of TestEditLogTailer. Contributed by Masatake Iwasaki. (9 years ago) +* 001ecf962cc9 - HDFS-9435. TestBlockRecovery#testRBWReplicas is failing intermittently. Contributed by Rakesh R. (9 years ago) +* 5aba093361dc - HDFS-9428. Fix intermittent failure of TestDNFencing.testQueueingWithAppend. Contributed by Masatake Iwasaki. (9 years ago) +* 817ae221ac1c - HADOOP-12313. NPE in JvmPauseMonitor when calling stop() before start(). Contributed by Gabor Liptak. (9 years ago) +* 822869785707 - HDFS-9024. Deprecate the TotalFiles metric. Contributed by Akira Ahisaka. (9 years ago) +* 04c14b5dc456 - HDFS-9356. Decommissioning node does not have Last Contact value in the UI. Contributed by Surendra Singh Lilhore. (9 years ago) +* 611aa77f7509 - HADOOP-11677. Add cookie flags for logs and static contexts. Contributed by nijel. (9 years ago) +* 053a5119197d - HADOOP-11149. TestZKFailoverController times out. Contributed by Steve Loughran. closes apache/hadoop#51 (9 years ago) +* a4bd54f9d776 - HDFS-7897. Shutdown metrics when stopping JournalNode. Contributed by zhouyingchao. (9 years ago) +* c3ba44d85862 - HADOOP-10068. Improve log4j regex in testFindContainingJar. Contributed by Robert Rati. (9 years ago) +* dc46c46b9123 - HADOOP-10465. Fix use of generics within SortedMapWritable. Contributed by Bertrand Dechoux. (9 years ago) +* aac260faa15d - HADOOP-10555. Add offset support to MurmurHash. Contributed by Sergey Shelukhin. (9 years ago) +* 077fa529e13e - HADOOP-10035. Cleanup TestFilterFileSystem. Contributed by Suresh Srinivas. (9 years ago) +* 0d27917042bb - HADOOP-12098. Remove redundant test dependencies in Hadoop Archives. Contributed by Varun Saxena. (9 years ago) +* bfbcfe73644d - HDFS-6885. Fix wrong use of BytesWritable in FSEditLogOp#RenameOp. Contributed by Yi Liu. (9 years ago) +* 5f688453df71 - HADOOP-12181. Fix intermittent test failure of TestZKSignerSecretProvider. Contributed by Masatake Iwasaki. (9 years ago) +* 4492b9e7302b - HADOOP-12294. Remove the support of the deprecated dfs.umask. Contributed by Chang Li. (9 years ago) +* 2326171ea84b - HDFS-3302. Review and improve HDFS trash documentation. Contributed by Harsh J. (9 years ago) +* 38146a6cdbd3 - HDFS-7796. Include X-editable for slick contenteditable fields in the web UI. Contributed by Ravi Prakash. (9 years ago) +* 000e12f6fa11 - HDFS-9153. Pretty-format the output for DFSIO. Contributed by Kai Zheng. (9 years ago) +* 0c7340f377f6 - HDFS-8914. Document HA support in the HDFS HdfsDesign.md. Contributed by Lars Francke. (9 years ago) +* f0cd90386685 - HADOOP-12467. Respect user-defined JAVA_LIBRARY_PATH in Windows Hadoop scripts. Contributed by Radhey Shah. (9 years ago) +* 66428d33a7b6 - HADOOP-11218. Add TLSv1.1,TLSv1.2 to KMS, HttpFS, SSLFactory. Contributed by Vijay Singh. (9 years ago) +* 176ff5ce90f2 - HDFS-9402. Switch DataNode.LOG to use slf4j. Contributed by Walter Su. (9 years ago) +* 4c061e607ef6 - HADOOP-12572. Update Hadoop's lz4 to r131. Contributed by Kevin Bowling. (9 years ago) +* 6039059c3762 - HDFS-9443. Disabling HDFS client socket cache causes logging message printed to console for CLI commands. Contributed by Chris Nauroth. (9 years ago) +* a6f20d80de3a - Revert "HADOOP-12584. Disable browsing the static directory in HttpServer2. Contributed by Robert Kanter." (9 years ago) +* 5b714a2819c5 - HDFS-9348. Erasure Coding: DFS GetErasureCodingPolicy API on a non-existent file should be handled properly. (Rakesh R via umamahesh) (9 years ago) +* da1016365aba - YARN-3454. Add efficient merge operation to RLESparseResourceAllocation (Carlo Curino via asuresh) (9 years ago) +* a30eccb38c83 - move YARN-4326/YARN-3849 from 2.8.0 to 2.7.3 (9 years ago) +* 2346fa3141bf - YARN-3769. Consider user limit when calculating total pending resource for preemption policy in Capacity Scheduler. (Eric Payne via wangda) (9 years ago) +* 060cdcbe5db5 - YARN-4374. RM capacity scheduler UI rounds user limit factor. Contributed by Chang Li (9 years ago) +* 4539131102e0 - HADOOP-12584. Disable browsing the static directory in HttpServer2. Contributed by Robert Kanter. (9 years ago) +* 8e03e855b6a0 - HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags. (9 years ago) +* 31dc5c650e3f - HDFS-9439. Include status of closeAck into exception message in DataNode#run. (Xiao Chen via Yongjun Zhang) (9 years ago) +* 747455a13b71 - HADOOP-11901. BytesWritable fails to support 2G chunks due to integer overflow. Contributed by Reynold Xin. (9 years ago) +* 866dce4e8e10 - YARN-2859 addendum: move the entry from 2.6.2 to 2.6.3 in hadoop-yarn/CHANGES.txt. (9 years ago) +* f114e728da6e - YARN-2859.addendum: fix the remaining issue from the previous patch (9 years ago) +* 1c4951a7a094 - HDFS-8056. Decommissioned dead nodes should continue to be counted as dead after NN restart. (mingma) (9 years ago) +* ac1aa6c81972 - HDFS-9431. DistributedFileSystem#concat fails if the target path is relative. Contributed by Kazuho Fujii. (9 years ago) +* 25e82b4eb922 - HADOOP-12575. Add build instruction for docker toolbox instead of boot2docker. Contributed by Kai Sasaki. (9 years ago) +* bd166f0eed05 - HADOOP-12582. Using BytesWritable's getLength() and getBytes() instead of get() and getSize(). Contributed by Akira AJISAKA. (9 years ago) +* 23a130abd7f2 - move fix version of YARN-4287 from 2.8.0 to 2.7.3 (9 years ago) +* 253e0404f37e - YARN-4279. Mark ApplicationId and ApplicationAttemptId static methods as @Public, @Unstable. (stevel) (9 years ago) +* bad2afe39a3a - HDFS-9400. TestRollingUpgradeRollback fails on branch-2. Contributed by Brahma Reddy Battula. (9 years ago) +* be9f3bba7316 - Update CHANGES.txt to reflect commit of MR-6377 to branch-2.7 and branch-2.6. (9 years ago) +* 989b9e3e11bd - HADOOP-12564. Upgrade JUnit3 TestCase to JUnit 4 in org.apache.hadoop.io package. Contributed by Dustin Cote. (9 years ago) +* 169921e8abc2 - Moved HADOOP-8419 in CHANGES.txt from 3.0.0 to 2.8.0. (9 years ago) +* 4a3b8f1ed20a - HADOOP-12568. Update core-default.xml to describe posixGroups support. Contributed by Wei-Chiu Chuang. (9 years ago) +* 7fab5c8cec0d - HADOOP-12567. NPE in SaslRpcServer. Contributed by Sergey Shelukhin. (9 years ago) +* 6a61928fb790 - YARN-4184. Remove update reservation state api from state store as its not used by ReservationSystem (Sean Po via asuresh) (9 years ago) +* dfbde3fc5114 - HDFS-9252. Change TestFileTruncate to use FsDatasetTestUtils to get block file size and genstamp. (Lei (Eddy) Xu via cmccabe) (9 years ago) +* b82a6cee4b74 - Move HDFS-8615 from 2.8.0 to 2.6.3 in CHANGES.txt. (9 years ago) +* a7f776ffdfc9 - MAPREDUCE-6499. Add elapsed time for retired job in JobHistoryServer WebUI. Contributed by Lin Yiqun. (9 years ago) +* 007c6ce1aff2 - HDFS-9397. Fix typo for readChecksum() LOG.warn in BlockSender.java. (Contributed by Enrique Flores) (9 years ago) +* fcd7888029a8 - Revert "YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > 9999) Contributed by Mohammad Shahid Khan" (9 years ago) +* 621cbb4f6907 - HDFS-9358. TestNodeCount#testNodeCount timed out. Contributed by Masatake Iwasaki. (9 years ago) +* 6502d59e73cd - MAPREDUCE-5485. Allow repeating job commit by extending OutputCommitter API. Contributed by Junping Du (9 years ago) +* a4f62a2d58d4 - HDFS-9421. NNThroughputBenchmark replication test NPE with -namenode option. Contributed by Mingliang Liu. (9 years ago) +* 2701f2d2558f - HDFS-9387. Fix namenodeUri parameter parsing in NNThroughputBenchmark. Contributed by Mingliang Liu. (9 years ago) +* 02653add98f3 - HDFS-9413. getContentSummary() on standby should throw StandbyException. (Brahma Reddy Battula via mingma) (9 years ago) +* 855d52927b61 - YARN-4354. Public resource localization fails with NPE. Contributed by Jason Lowe. (9 years ago) +* c753617a48bf - Move HADOOP-11361, HADOOP-12348 and HADOOP-12482 from 2.8.0 to 2.7.3 in CHANGES.txt for backporting. (9 years ago) +* 47c79a2a4d26 - Move HADOOP-12374 from 2.8.0 to 2.7.3 in CHANGES.txt. (9 years ago) +* f94d89270464 - HADOOP-12545. Hadoop javadoc has broken links for AccessControlList, ImpersonationProvider, DefaultImpersonationProvider, and DistCp. Contributed by Arshad Mohammad. (9 years ago) +* cccf88480b0d - HDFS-9410. Some tests should always reset sysout and syserr. Contributed by Xiao Chen. (9 years ago) +* 7ff280fca9af - YARN-1509. Make AMRMClient support send increase container request and get increased/decreased containers. (Meng Ding via wangda) (9 years ago) +* 7b00c8e20ee6 - HDFS-8968. Erasure coding: a comprehensive I/O throughput benchmark tool. Contributed by Rui Li. (9 years ago) +* 7f55a18071eb - YARN-4347. Resource manager fails with Null pointer exception. (Jian He via wangda) (9 years ago) +* 796638d9bc86 - YARN-4287. Capacity Scheduler: Rack Locality improvement (Nathan Roberts via wangda) (9 years ago) +* 0ca8df716a1b - HADOOP-12562. Make hadoop dockerfile usable by Yetus. Contributed by Allen Wittenauer. (9 years ago) +* 06a70311b90a - YARN-4345. yarn rmadmin -updateNodeResource doesn't work. Contributed by Junping Du (9 years ago) +* 9ad708a0dfa5 - MAPREDUCE-6540. TestMRTimelineEventHandling fails (sjlee) (9 years ago) +* a2a104f3d301 - HDFS-9396. Total files and directories on jmx and web UI on standby is uninitialized. Contributed by Kihwal Lee. (9 years ago) +* 6351d3fa638f - YARN-4183. Reverting the patch to fix behaviour change. Revert "YARN-4183. Enabling generic application history forces every job to get a timeline service delegation token (jeagles)" (9 years ago) +* df68eac825c2 - MAPREDUCE-6533. testDetermineCacheVisibilities of TestClientDistributedCacheManager is broken. Contributed by Chang Li (9 years ago) +* d90769757ae9 - Updated CHANGES.txt to move HADOOP-12526 to 2.6.3. (9 years ago) +* 23d0db551cc6 - YARN-4241. Fix typo of property name in yarn-default.xml. Contributed by Anthony Rojas. (9 years ago) +* 6e4562b844df - HDFS-9245. Fix findbugs warnings in hdfs-nfs/WriteCtx. Contributed by Mingliang Liu. (9 years ago) +* a06e6b81e08d - HDFS-9369. Use ctest to run tests for hadoop-hdfs-native-client. Contributed by Haohui Mai. (9 years ago) +* c99925d6dd02 - YARN-1510. Make NMClient support change container resources. (Meng Ding via wangda) (9 years ago) +* 493e8ae55278 - HADOOP-12560: Fix sprintf warnings in {{DomainSocket.c}} introduced by HADOOP-12344 (Mingliang Liu via Colin P. McCabe) (9 years ago) +* 73b94d789969 - HDFS-9364. Unnecessary DNS resolution attempts when creating NameNodeProxies. Contributed by Xiao Chen. (9 years ago) +* 0eb9c60c5bec - HADOOP-12482. Race condition in JMX cache update. (Tony Wu via lei) (9 years ago) +* 2fda45b9dc9c - HDFS-9401. Fix findbugs warnings in BlockRecoveryWorker. Contributed by Brahma Reddy Battula. (9 years ago) +* 94a1833638df - HDFS-2261. AOP unit tests are not getting compiled or run. Contributed by Haohui Mai. (9 years ago) +* 2741a2109b98 - HDFS-9249. NPE is thrown if an IOException is thrown in NameNode constructor. (Wei-Chiu Chuang via Yongjun Zhang) (9 years ago) +* 8fbea531d7f7 - YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > 9999) Contributed by Mohammad Shahid Khan (9 years ago) +* 41d3f8899d8b - HDFS-9234. WebHdfs: getContentSummary() should give quota for storage types. Contributed by Surendra Singh Lilhore. (9 years ago) +* ef926b2e3824 - HDFS-9383. TestByteArrayManager#testByteArrayManager fails. Contributed by Tsz Wo Nicholas Sze. (9 years ago) +* 668e897538e3 - MAPREDUCE-5763. Warn message about httpshuffle in NM logs. Contributed by Akira AJISAKA. (9 years ago) +* 655d43442f5c - Fix CHANGES.txt for HADOOP-11684. (9 years ago) +* 6d2332ae375e - HDFS-9057. allow/disallow snapshots via webhdfs (Contributed by Brahma Reddy Battula) (9 years ago) +* 3ae82863f045 - HADOOP-12553. [JDK8] Fix javadoc error caused by illegal tag. (aajisaka) (9 years ago) +* b76b0ce51e4e - HADOOP-12366. expose calculated paths (aw) (9 years ago) +* 1ee2db5c41d2 - HDFS-9394. branch-2 hadoop-hdfs-client fails during FileSystem ServiceLoader initialization, because HftpFileSystem is missing. Contributed by Mingliang Liu. (9 years ago) +* 9614dea71a97 - HDFS-9398. Make ByteArraryManager log message in one-line format. Contributed by Mingliang Liu (9 years ago) +* 2801b42a7e17 - HDFS-9379. Make NNThroughputBenchmark support more than 10 datanodes. (Contributed by Mingliang Liu) (9 years ago) +* bf6aa30a156b - HDFS-9318. considerLoad factor can be improved. Contributed by Kuhu Shukla. (9 years ago) +* b64242c0d2ca - HDFS-9236. Missing sanity check for block size during block recovery. (Tony Wu via Yongjun Zhang) (9 years ago) +* 0b18e5e8c69b - HDFS-6481. DatanodeManager#getDatanodeStorageInfos() should check the length of storageIDs. (Contributed by szetszwo) (9 years ago) +* 74a9a51886c4 - Update CHANGES.txt for commit of HADOOP 12413 to 2.7.3 and 2.6.3 (9 years ago) +* 66c096731052 - HDFS-9384. TestWebHdfsContentLength intermittently hangs and fails due to TCP conversation mismatch between client and server. Contributed by Chris Nauroth. (9 years ago) +* bff7c90a5686 - HADOOP-11684. S3a to use thread pool that blocks clients. (Thomas Demoor and Aaron Fabbri via lei) (9 years ago) +* 19a0c2660cce - MAPREDUCE-1125. SerialUtils.cc: deserializeFloat is out of sync with SerialUtils.hh (Simone Leo via aw) (9 years ago) +* fc7cd46faf5c - MAPREDUCE-3914. Mismatched free() / delete / delete [] in HadoopPipes (Joe Mudd via aw) (9 years ago) +* 286cc6483fe4 - HDFS-9377. Fix findbugs warnings in FSDirSnapshotOp. (Mingliang Liu via Yongjun Zhang) (9 years ago) +* 21c0e3eda56b - CHANGES.txt: move HADOOP-11887 to trunk (9 years ago) +* 46e78a7a1694 - HDFS-9282. Make data directory count and storage raw capacity related tests FsDataset-agnostic. (Tony Wu via lei) (9 years ago) +* 482e35c55a4b - HADOOP-11887. Introduce Intel ISA-L erasure coding library for native erasure encoding support (Kai Zheng via Colin P. McCabe) (9 years ago) +* efc73d7896e6 - HDFS-9372. Remove dead code in DataStorage.recoverTransitionRead. Contributed by Duo Zhang. (9 years ago) +* ff47f35deed1 - HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee. (9 years ago) +* c563401796c5 - HDFS-9378. hadoop-hdfs-client tests do not write logs. Contributed by Chris Nauroth. (9 years ago) +* ea5bb483269b - HDFS-9360. Storage type usage isn't updated properly after file deletion. Contributed by Ming Ma. (9 years ago) +* 5667129276c3 - HDFS-9363. Add fetchReplica to FsDatasetTestUtils to return FsDataset-agnostic replica. (Tony Wu via lei) (9 years ago) +* 0fb1867fd62b - HADOOP-12540. TestAzureFileSystemInstrumentation#testClientErrorMetrics fails intermittently due to assumption that a lease error will be thrown. Contributed by Gaurav Kanade. (9 years ago) +* e2a5441b062f - HDFS-9331. Modify TestNameNodeMXBean#testNameNodeMXBeanInfo() to account for filesystem entirely allocated for DFS use. (Tony Wu via lei) (9 years ago) +* ec414600ede8 - HDFS-9007. Fix HDFS Balancer to honor upgrade domain policy. (Ming Ma via lei) (9 years ago) +* 88beb46cf6e6 - Revert "HDFS-8855. Webhdfs client leaks active NameNode connections. Contributed by Xiaobing Zhou." (9 years ago) +* 3fb1ece4e9b2 - fix up CHANGES.txt (9 years ago) +* 0eed886a165f - HDFS-9357. NN UI renders icons of decommissioned DN incorrectly. Contributed by Surendra Singh Lilhore. (9 years ago) +* b9d25c3ee2d2 - HADOOP-12296. when setnetgrent returns 0 in linux, exception should be thrown. Contributed by Chang Li (9 years ago) +* 0383a3973b3b - Add 2.7.3 release to CHANGES.txt (9 years ago) +* 73b9c7b82b0f - HADOOP-10787. Rename/remove non-HADOOP_*, etc from the shell scripts. Contributed by Allen Wittenauer. (9 years ago) +* 3e1745d8e8e5 - HADOOP-12544. Erasure Coding: create dummy raw coder to isolate performance issues in testing. Contributed by Rui Li. (9 years ago) +* 194251c85250 - HDFS-9351. checkNNStartup() need to be called when fsck calls FSNamesystem.getSnapshottableDirs(). (Xiao Chen via Yongjun Zhang) (9 years ago) +* dac0463a4e20 - HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in commitBlock. Contributed by Chang Li. (9 years ago) +* 7e2829662b4c - HDFS-9362. TestAuditLogger#testAuditLoggerWithCallContext assumes Unix line endings, fails on Windows. Contributed by Chris Nauroth. (9 years ago) +* 095ac834022d - HDFS-9354. Fix TestBalancer#testBalancerWithZeroThreadsForMove on Windows. Contributed by Xiaoyu Yao. (9 years ago) +* 0783184f4b3f - YARN-4326. Fix TestDistributedShell timeout as AHS in MiniYarnCluster no longer binds to default port 8188. (Meng Ding via wangda) (9 years ago) +* 957f0311a160 - HADOOP-12542. TestDNS fails on Windows after HADOOP-12437. Contributed by Chris Nauroth. (9 years ago) +* 6e0d35323505 - HADOOP-12541. make re2j dependency consistent (Matthew Paduano via aw) (9 years ago) +* d565480da2f6 - HDFS-9313. Possible NullPointerException in BlockManager if no excess replica can be chosen. (mingma) (9 years ago) +* 8e05dbf2bddc - HDFS-9308. Add truncateMeta() and deleteMeta() to MiniDFSCluster. (Tony Wu via lei) (9 years ago) +* 5ba2b98d0fe2 - HDFS-9275. Wait previous ErasureCodingWork to finish before schedule another one. (Walter Su via yliu) (9 years ago) +* 7632409482aa - HDFS-9312. Fix TestReplication to be FsDataset-agnostic. (lei) (9 years ago) +* 78d689086542 - HDFS-9339. Extend full test of KMS ACLs. Contributed by Daniel Templeton. (9 years ago) +* 9e7dcab185ab - HADOOP-12508. delete fails with exception when lease is held on blob. Contributed by Gaurav Kanade. (9 years ago) +* 3ce0a6502e78 - HADOOP-12533. Introduce FileNotFoundException in WASB for read and seek API. Contributed by Dushyanth. (9 years ago) +* 259bea3b48de - HDFS-9329. TestBootstrapStandby#testRateThrottling is flaky because fsimage size is smaller than IO buffer size. Contributed by Zhe Zhang. (9 years ago) +* 04d97f8abb7f - MAPREDUCE-6525. Fix test failure of TestMiniMRClientCluster.testRestart. Contributed by Masatake Iwasaki. (9 years ago) +* 90e14055168a - HDFS-8777. Erasure Coding: add tests for taking snapshots on EC files. Contributed by Rakesh R. (9 years ago) +* 2529464f0841 - Fix CHANGES.txt (9 years ago) +* 6e4f8a46c5ce - HADOOP-12047. Indicate preference not to affect input buffers during coding in erasure coder. (Contributed by Kai Zheng) (9 years ago) +* 3cde6931cb50 - HDFS-9343. Empty caller context considered invalid. (Contributed by Mingliang Liu) (9 years ago) +* 7fd6416759cb - Revert "HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee." (9 years ago) +* 2ea4413b15f8 - Revert "fix CHANGES.txt" (9 years ago) +* a4a6b5b4b470 - Updated the 2.6.2 final release date. (9 years ago) +* b24fe0648348 - Addendum to MAPREDUCE-6451 (9 years ago) +* 2868ca0328d9 - MAPREDUCE-6451. DistCp has incorrect chunkFilePath for multiple jobs when strategy is dynamic. Contributed by Kuhu Shukla. (9 years ago) +* 18727c63da72 - HADOOP-12133 Add schemas to Maven Assembly XMLs (9 years ago) +* 45d39679dfc4 - HADOOP-11919. Empty commit to test github integration. (9 years ago) +* 6344b6a7694c - MAPREDUCE-6528. Memory leak for HistoryFileManager.getJobSummary(). Contributed by Junping Du (9 years ago) +* 6ae9efaf5949 - Update CHANGES.txt to reflect commit of MR-6273 to branch-2.6 (9 years ago) +* eadf7b3096cb - Creating 2.6.3 entries in CHANGES.txt files. (9 years ago) +* 3c0204a58665 - fix CHANGES.txt (9 years ago) +* 43539b5ff4ac - HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee. (9 years ago) +* ce31b2273951 - YARN-4320. TestJobHistoryEventHandler fails as AHS in MiniYarnCluster no longer binds to default port 8188. Contributed by Varun Saxena. (9 years ago) +* d21214ce33cb - Add an entry of YARN-4312 to CHANGES.txt (9 years ago) +* f072eb5a206d - HDFS-9323. Randomize the DFSStripedOutputStreamWithFailure tests. (9 years ago) +* d2e01f4ed87c - Move YARN-3580 in CHANGES.txt from 2.8 to 2.7.2. (9 years ago) +* 7412ff48eeb9 - YARN-4313. Race condition in MiniMRYarnCluster when getting history server address. Contributed by Jian He (9 years ago) +* e5b1733e049d - YARN-4127. RM fail with noAuth error if switched from failover to non-failover. Contributed by Varun Saxena (9 years ago) +* c293c58954cd - YARN-4183. Enabling generic application history forces every job to get a timeline service delegation token (jeagles) (9 years ago) +* 58d1df585c2b - YARN-4310. FairScheduler: Log skipping reservation messages at DEBUG level (asuresh) (9 years ago) +* ecad1253b782 - Update CHANGES.txt to reflect commit of MR-6273 to branch-2.7 (9 years ago) +* 888c6245e20b - HDFS-9332. Fix Precondition failures from NameNodeEditLogRoller while saving namespace. (9 years ago) +* 8def51a708e5 - HDFS-9229. Expose size of NameNode directory as a metric. Contributed by Surendra Singh Lilhore. (9 years ago) +* cf953b6258b0 - MAPREDUCE-6515. Update Application priority in AM side from AM-RM heartbeat. Contributed by Sunil G (9 years ago) +* e2267de20762 - YARN-2902. Killing a container that is localizing can orphan resources in the DOWNLOADING state. Contributed by Varun Saxena (9 years ago) +* c41699965e78 - YARN-4288. Fixed RMProxy to retry on IOException from local host. Contributed by Junping Du (9 years ago) +* 5eca6dece676 - HADOOP-12327. Initialize output buffers with ZERO bytes in erasure coder. Contributed by Kai Zheng. (9 years ago) +* 656c8f952738 - YARN-4130. Duplicate declaration of ApplicationId in RMAppManager#submitApplication method. (Kai Sasaki via rohithsharmaks) (9 years ago) +* 07ecdb877dee - HDFS-9261. Erasure Coding: Skip encoding the data cells if all the parity data streamers are failed for the current block group. (Rakesh R via umamahesh) (9 years ago) +* 588baab160e7 - HDFS-9044. Give Priority to FavouredNodes , before selecting nodes from FavouredNode's Node Group (Contributed by J.Andreina) (9 years ago) +* 7d2d16f4ee87 - HDFS-8545. Refactor FS#getUsed() to use ContentSummary and add an API to fetch the total file length from a specific path (Contributed by J.Andreina) (9 years ago) +* b0c818b60d0b - Set the release date for 2.6.2 (9 years ago) +* 65f53f246ab8 - HDFS-9168. Move client side unit test to hadoop-hdfs-client. Contributed by Haohui Mai. (9 years ago) +* 73bc65e02ba7 - HDFS-9295. Add a thorough test of the full KMS code path. Contributed by Daniel Templeton. (9 years ago) +* 27414dac66f2 - YARN-2859. ApplicationHistoryServer binds to default port 8188 in MiniYARNCluster. Contributed by Vinod Kumar Vavilapalli (9 years ago) +* 19a77f546657 - HDFS-9279. Decomissioned capacity should not be considered for configured/used capacity. Contributed by Kihu Shukla . (9 years ago) +* 2d10cb8e00fd - HADOOP-12519. hadoop-azure tests should avoid creating a metrics configuration fiale in the module root directory. Contributed by Chris Nauroth. (9 years ago) +* e287e7d14b83 - HDFS-9255. Consolidate block recovery related implementation into a single class. Contributed by Walter Su. (9 years ago) +* a04b16970b0d - HADOOP-12514. Make static fields in GenericTestUtils for assertExceptionContains() package-private and final. (Mingliang Liu via stevel) (9 years ago) +* ff2b2bea9143 - HADOOP-12385. Include nested stack trace in SaslRpcClient.getServerToken() (stevel) (9 years ago) +* 9f4dfdf4eb60 - YARN-4251. TestAMRMClientOnRMRestart#testAMRMClientOnAMRMTokenRollOverOnRMRestart is failing. Contributed by Brahma Reddy Battula. (9 years ago) +* c201cf951d5a - HADOOP-12040. Adjust inputs order for the decode API in raw erasure coder. (Kai Zheng via yliu) (9 years ago) +* 6ff6663f6447 - HDFS-9302. WebHDFS throws NullPointerException if newLength is not provided. (Jagadesh Kiran N via yliu) (9 years ago) +* 97913f430cbe - HDFS-9231. fsck doesn't list correct file path when Bad Replicas/Blocks are in a snapshot. (Xiao Chen via Yongjun Zhang) (9 years ago) +* bf8e45298218 - HDFS-9311. Support optional offload of NameNode HA service health checks to a separate RPC server. Contributed by Chris Nauroth. (9 years ago) +* 1f7ecb0c8404 - HADOOP-11685. StorageException complaining " no lease ID" during HBase distributed log splitting. Contributed by Duo Xu. (9 years ago) +* 73822de7c38e - HADOOP-12520. Use XInclude in hadoop-azure test configuration to isolate Azure Storage account keys for service integration tests. Contributed by Chris Nauroth. (9 years ago) +* eca51b13af19 - Add HDFS-9317 to CHANGES.txt. (9 years ago) +* 68ce93c32e1c - MAPREDUCE-6435. MapReduce client assumes the world is x86 (Alan Burlison via aw) (9 years ago) +* 5c24fe7f9197 - MAPREDUCE-6416. Not all platforms have d_type in struct dirent (Alan Burlison via aw) (9 years ago) +* ab99d953e464 - MAPREDUCE-6412. Make hadoop-mapreduce-client Native code -Wall-clean (Alan Burlison via aw) (9 years ago) +* 0e344902aaca - fix changes.txt for MAPREDUCE-6391. (9 years ago) +* bcc4c746a88c - MAPREDUCE-6391. util/Timer.cc completely misunderstands _POSIX_CPUTIME (Alan Burlison via aw) (9 years ago) +* 1396867b5253 - HADOOP-12494. fetchdt stores the token based on token kind instead of token service (HeeSoo Kim via aw) (9 years ago) +* faeb6a3f89f3 - HDFS-9307. fuseConnect should be private to fuse_connect.c (Mingliang Liu via Colin P. McCabe) (9 years ago) +* fe93577faf49 - HDFS-9299. Give ReplicationMonitor a readable thread name (Staffan Friberg via Colin P. McCabe) (9 years ago) +* ed9806ea40b9 - HADOOP-12178. NPE during handling of SASL setup if problem with SASL resolver class. Contributed by Steve Loughran (9 years ago) +* aa09880ab85f - HDFS-9259. Make SO_SNDBUF size configurable at DFSClient side for hdfs write scenario. (Mingliang Liu via mingma) (9 years ago) +* c28e16b40caf - YARN-4302. SLS not able start due to NPE in SchedulerApplicationAttempt. Contributed by Bibin A Chundatt. (9 years ago) +* bcb2386e3943 - HADOOP-12515. Mockito dependency is missing in hadoop-kafka module. Contributed by Kai Zheng. (9 years ago) +* 96677bef00b0 - YARN-3573. MiniMRYarnCluster constructor that starts the timeline server using a boolean should be marked deprecated. Contributed by Brahma Reddy Battula. (9 years ago) +* ea6b183a1a64 - HADOOP-12457. [JDK8] Fix a failure of compiling common by javadoc. Contributed by Akira AJISAKA. (9 years ago) +* 8a68630dd126 - YARN-4300. [JDK8] Fix javadoc errors caused by wrong tags. (aajisaka) (9 years ago) +* 56e4f6237ae8 - YARN-3216. Max-AM-Resource-Percentage should respect node labels. (Sunil G via wangda) (9 years ago) +* 6f606214e734 - YARN-4169. Fix racing condition of TestNodeStatusUpdaterForLabels. (Naganarasimha G R via wangda) (9 years ago) +* 399ad009158c - HDFS-9292. Make TestFileConcorruption independent to underlying FsDataset Implementation. (lei) (9 years ago) +* d8736eb9ca35 - HDFS-9305. Delayed heartbeat processing causes storm of subsequent heartbeats. (Contributed by Arpit Agarwal) (9 years ago) +* e8aefdf08bc7 - HDFS-8945. Update the description about replica placement in HDFS Architecture documentation. Contributed by Masatake Iwasaki. (9 years ago) +* 37bf6141f10d - HDFS-9291. Fix TestInterDatanodeProtocol to be FsDataset-agnostic. (lei) (9 years ago) +* 677a936bf759 - HDFS-9284. fsck command should not print exception trace when file not found. Contributed by Jagadesh Kiran N. (9 years ago) +* a01a209fbed3 - HADOOP-12472. Make GenericTestUtils.assertExceptionContains robust. Contributed by Steve Loughran. (9 years ago) +* 2f1eb2bceb1d - HDFS-9268. fuse_dfs chown crashes when uid is passed as -1 (cmccabe) (9 years ago) +* 5e718de52232 - HDFS-7284. Add more debug info to BlockInfoUnderConstruction#setGenerationStampAndVerifyReplicas. (Wei-Chiu Chuang via Yongjun Zhang) (9 years ago) +* 3cc73773eb26 - YARN-4285. Display resource usage as percentage of queue and cluster in the RM UI (Varun Vasudev via wangda) (9 years ago) +* 33a03af3c396 - YARN-4284. condition for AM blacklisting is too narrow. Contributed by Sangjin Lee (9 years ago) +* 67e3d75aed1c - HDFS-9304. Add HdfsClientConfigKeys class to TestHdfsConfigFields#configurationClasses. Contributed by Mingliang Liu. (9 years ago) +* 123b3db743a8 - HADOOP-12513. Dockerfile lacks initial 'apt-get update'. Contributed by Akihiro Suda. (9 years ago) +* 5acdde4744c1 - YARN-2729. Support script based NodeLabelsProvider Interface in Distributed Node Label Configuration Setup. (Naganarasimha G R via rohithsharmaks) (9 years ago) +* 092883b34a0f - YARN-4223. Fixed findbugs warnings in hadoop-yarn-server-nodemanager project. (varun saxena via rohithsharmaks) (9 years ago) +* ce60b4fc8b72 - YARN-3528. Tests with 12345 as hard-coded port break jenkins. Contributed by Brahma Reddy Battula. (9 years ago) +* b57f08c0d2da - YARN-4246. NPE while listing app attempt. (Nijel S F via rohithsharmaks) (9 years ago) +* 1aa735c188a3 - YARN-3724. Use POSIX nftw(3) instead of fts(3) (Alan Burlison via aw) (9 years ago) +* ab8eb8770c8b - YARN-3738. Add support for recovery of reserved apps running under dynamic queues (subru via asuresh) (9 years ago) +* 446212a39ecf - YARN-4296. DistributedShell Log.info is not friendly. (Xiaowei Wang via stevel) (9 years ago) +* 14f8dd04230f - YARN-4289. TestDistributedShell failing with bind exception. (Brahma Reddy Battula via stevel) (9 years ago) +* 7781fe1b9e89 - YARN-4294. [JDK8] Fix javadoc errors caused by wrong reference and illegal tag. (aajisaka) (9 years ago) +* 86c92227fc56 - HDFS-4015. Safemode should count and report orphaned blocks. (Contributed by Anu Engineer) (9 years ago) +* 5679e46b7f86 - HDFS-9297. Update TestBlockMissingException to use corruptBlockOnDataNodesByDeletingBlockFile(). (Tony Wu via lei) (9 years ago) +* 15eb84b37e6c - HDFS-9301. HDFS clients can't construct HdfsConfiguration instances. Contributed by Mingliang Liu. (9 years ago) +* b9e0417bdf2b - HDFS-9290. DFSClient#callAppend() is not backward compatible for slightly older NameNodes. Contributed by Tony Wu. (9 years ago) +* ab3c4cff4af3 - HDFS-8808. dfs.image.transfer.bandwidthPerSec should not apply to -bootstrapStandby. Contributed by Zhe Zhang. (9 years ago) +* d3a34a4f3881 - YARN-4041. Slow delegation token renewal can severely prolong RM recovery. Contributed by Sunil G (9 years ago) +* 533a2be5ac7c - HDFS-9264. Minor cleanup of operations on FsVolumeList#volumes. (Walter Su via lei) (9 years ago) +* 600ad7bf4104 - HDFS-9184. Logging HDFS operation's caller context into audit logs. Contributed by Mingliang Liu. (9 years ago) +* eb6379ca25e1 - MAPREDUCE-6508. TestNetworkedJob fails consistently due to delegation token changes on RM. Contributed by Akira AJISAKA (9 years ago) +* 934d96a33459 - YARN-2913. Fair scheduler should have ability to set MaxResourceDefault for each queue. (Siqi Li via mingma) (9 years ago) +* f8adeb712dc8 - YARN-4009. CORS support for ResourceManager REST API. ( Varun Vasudev via jeagles) (9 years ago) +* 35a303dfbe34 - HADOOP-7266. Deprecate metrics v1. Contributed by Akira AJISAKA. (9 years ago) +* 124a412a3711 - HDFS-9286. HttpFs does not parse ACL syntax correctly for operation REMOVEACLENTRIES. Contributed by Wei-Chiu Chuang. (9 years ago) +* 513ec3de194f - HADOOP-9692. Improving log message when SequenceFile reader throws EOFException on zero-length file. (Zhe Zhang and Chu Tong via ozawa) (9 years ago) +* 039a1f9e9686 - Revert HADOOP-9692. (9 years ago) +* cb282d5b89fd - HADOOP-12484. Single File Rename Throws Incorrectly In Potential Race Condition Scenarios. Contributed by Gaurav Kanade. (9 years ago) +* 0fce5f9a4969 - YARN-4243. Add retry on establishing Zookeeper conenction in EmbeddedElectorService#serviceInit. Contributed by Xuan Gong. (9 years ago) +* 960201b79b9f - YARN-4256. YARN fair scheduler vcores with decimal values. Contributed by Jun Gong (9 years ago) +* 47641fcbc9c4 - HADOOP-12334. Change Mode Of Copy Operation of HBase WAL Archiving to bypass Azure Storage Throttling after retries. Contributed by Gaurav Kanade. (9 years ago) +* aea26bf4dd12 - HDFS-9280. Document NFS gateway export point parameter. Contributed by Xiao Chen. (9 years ago) +* 4c0bae240bea - HADOOP-12436. GlobPattern regex library has performance issues with wildcard characters (Matthew Paduano via aw) (9 years ago) +* 2798723a5443 - YARN-3739. Add reservation system recovery to RM recovery process. Contributed by Subru Krishnan. (9 years ago) +* 381610da6201 - HADOOP-9692. Improving log message when SequenceFile reader throws EOFException on zero-length file. Contributed by Zhe Zhang and Chu Tong. (9 years ago) +* b5ca649bff01 - HADOOP-9692. SequenceFile reader throws EOFException on zero-length file. Contributed by Zhe Zhang and Chu Tong. (9 years ago) +* 3dadf369d550 - HDFS-7087. Ability to list /.reserved. Contributed by Xiao Chen. (9 years ago) +* 1b525a9c32fa - HDFS-9273. ACLs on root directory may be lost after NN restart. Contributed by Xiao Chen. (9 years ago) +* d1cdce77faba - HADOOP-10406. TestIPC.testIpcWithReaderQueuing may fail. Contributed by Xiao Chen. (9 years ago) +* a24c6e84205c - HDFS-9278. Fix preferredBlockSize typo in OIV XML output. Contributed by Nicole Pazmany. (9 years ago) +* 3e50f478b9f4 - HDFS-9225. Fix intermittent test failure of TestBlockManager.testBlocksAreNotUnderreplicatedInSingleRack. Contributed by Masatake Iwasaki. (9 years ago) +* 2f19602bba1a - Move HDFS-9070 to trunk section in CHANGES.txt (9 years ago) +* ee9b80acf847 - MAPREDUCE-6518. Set SO_KEEPALIVE on shuffle connections. Contributed by Chang Li (9 years ago) +* d806a5bf079b - HDFS-9070. Allow fsck display pending replica location information for being-written blocks. Contributed by Gao Rui. (9 years ago) +* 59ce780d53fd - HDFS-9274. Default value of dfs.datanode.directoryscan.throttle.limit.ms.per.sec should be consistent. Contributed by Yi Liu. (9 years ago) +* 25f8f801d15e - YARN-2513. Host framework UIs in YARN for use with the ATS (jeagles) (9 years ago) +* d759b4bd74ae - HADOOP-11791. Update src/site/markdown/releases to include old versions of Hadoop (aw) (9 years ago) +* e27c2ae8bafc - HDFS-8647. Abstract BlockManager's rack policy into BlockPlacementPolicy. (Brahma Reddy Battula via mingma) (9 years ago) +* b37c41fd6ec7 - HADOOP-12495. Fix posix_spawn error on OS X (aw) (9 years ago) +* 14f0e2787c7c - Moved CHANGES.txt entries to 2.6.2 (9 years ago) +* cb26cd4bee8a - MAPREDUCE-6489. Fail fast rogue tasks that write too much to local disk. Contributed by Maysam Yabandeh (9 years ago) +* 0c4af0f99811 - MAPREDUCE-6495. Docs for archive-logs tool (rkanter) (9 years ago) +* 506d1b1dbcb7 - YARN-3985. Make ReservationSystem persist state using RMStateStore reservation APIs. (adhoot via asuresh) (9 years ago) +* 6c8b6f3646b3 - HDFS-3059. ssl-server.xml causes NullPointer. Contributed by Xiao Chen. (9 years ago) +* 01b103f4ff2e - HADOOP-12418. TestRPC.testRPCInterruptedSimple fails intermittently. Contributed Kihwal Lee. (9 years ago) +* 6381ddc09669 - HDFS-9270. TestShortCircuitLocalRead should not leave socket after unit test (Masatake Iwasaki via Colin P. McCabe) (9 years ago) +* 71e533a153cb - HDFS-9251. Refactor TestWriteToReplica and TestFsDatasetImpl to avoid explicitly creating Files in the tests code. (lei) (9 years ago) +* 9cb5d353533e - HDFS-9208. Disabling atime may fail clients like distCp. (Kihwal Lee via yliu) (9 years ago) +* 7e2837f83038 - YARN-4270. Limit application resource reservation on nodes for non-node/rack specific requests (asuresh) (9 years ago) +* ded012e1d668 - HADOOP-12493. bash unit tests are failing (aw) (9 years ago) +* 8175c4f6b9fc - HDFS-9250. Add Precondition check to LocatedBlock#addCachedLoc. Contributed by Xiao Chen. (9 years ago) +* 5068a25f7fe7 - Fix a long line in CHANGES.txt (9 years ago) +* 6144e0137bb5 - HADOOP-12464. Interrupted client may try to fail-over and retry. Contributed by Kihwal Lee. (9 years ago) +* 151eab2a12f5 - YARN-4267. Add additional logging to container launch implementations in container-executor. Contributed by Sidharta Seethana. (9 years ago) +* e39ae0e676f7 - YARN-4262. Allow whitelisted users to run privileged docker containers. Contributed by Sidharta Seethana. (9 years ago) +* 7f0e1eb43d3f - HADOOP-12460. Add overwrite option for 'get' shell command (Contributed by Jagadesh Kiran N) (9 years ago) +* 4c9c3955ae6c - HDFS-9237. NPE at TestDataNodeVolumeFailureToleration#tearDown. Contributed by Brahma Reddy Battula. (9 years ago) +* 476a251e5efe - HADOOP-12483. Maintain wrapped SASL ordering for postponed IPC responses. (Daryn Sharp via yliu) (9 years ago) +* 0ab3f9d56465 - HADOOP-10941. Proxy user verification NPEs if remote host is unresolvable (Benoy Antony via stevel). (9 years ago) +* e286512a7143 - HADOOP-12450. UserGroupInformation should not log at WARN level if no groups are found. (Elliott Clark via stevel) (9 years ago) +* e2d59e2c7b18 - YARN-4155. TestLogAggregationService.testLogAggregationServiceWithInterval failing. (Bibin A Chundatt via stevel) (9 years ago) +* bafeb6c7bc50 - HADOOP-11628. SPNEGO auth does not work with CNAMEs in JDK8. (Daryn Sharp via stevel). (9 years ago) +* 58590fef49bf - YARN-2556. Tool to measure the performance of the timeline server (Chang Li via sjlee) (9 years ago) +* f9da5cdb2b2d - YARN-4170. AM need to be notified with priority in AllocateResponse. Contributed by Sunil G (9 years ago) +* 4337b263aa23 - YARN-4162. CapacityScheduler: Add resource usage by partition and queue capacity by partition to REST API. (Naganarasimha G R via wangda) (9 years ago) +* 79b8d60d085a - HDFS-9253. Refactor tests of libhdfs into a directory. Contributed by Haohui Mai. (9 years ago) +* 52ac73f344e8 - HDFS-9257. improve error message for "Absolute path required" in INode.java to contain the rejected path. Contributed by Marcell Szabo (9 years ago) +* a554701fe440 - Revert "Move HDFS-9205 to trunk in CHANGES.txt." (9 years ago) +* cf23f2c2b5b4 - YARN-4000. RM crashes with NPE if leaf queue becomes parent queue during restart. Contributed by Varun Saxena (9 years ago) +* a121fa1d39b2 - HADOOP-12481. JWTRedirectAuthenticationHandler doesn't Retain Original Query String. Contributed by Larry McCay. (9 years ago) +* fdd740622459 - HADOOP-12479. ProtocMojo does not log the reason for a protoc compilation failure. Contributed by Chris Nauroth. (9 years ago) +* 5f3f0e0f707c - HADOOP-12475. Move attribution to 2.8.0 section of CHANGES.txt. (9 years ago) +* 8d2d3eb7bb93 - HADOOP-12475. Replace guava Cache with ConcurrentHashMap for caching Connection in ipc Client (Walter Su via sjlee) (9 years ago) +* 7a98d94b7b6b - Add Apache license header in DatanodeStats.java (9 years ago) +* c7c36cbd6218 - HDFS-9220. Reading small file (< 512 bytes) that is open for append fails due to incorrect checksum. Contributed by Jing Zhao. (9 years ago) +* dc45a7a7c492 - Revert "HADOOP-12436. GlobPattern regex library has performance issues with wildcard characters (Matthew Paduano via aw)" (9 years ago) +* 08f5de1ef55f - HDFS-9157. [OEV and OIV] : Unnecessary parsing for mandatory arguements if '-h' option is specified as the only option (Contributed by nijel) (9 years ago) +* a49298d585f2 - Move HDFS-9205 to trunk in CHANGES.txt. (9 years ago) +* 5411dc559d5f - HDFS-9205. Do not schedule corrupt blocks for replication. (szetszwo) (9 years ago) +* 63020c54c12d - YARN-4258. Add support for controlling capabilities for docker containers. Contributed by Sidharta Seethana. (9 years ago) +* c80b3a804f52 - HDFS-9188. Make block corruption related tests FsDataset-agnostic. (lei) (9 years ago) +* be7a0add8b65 - HDFS-9223. Code cleanup for DatanodeDescriptor and HeartbeatManager. Contributed by Jing Zhao. (9 years ago) +* a8070259f838 - Revert "HDFS-9210. Fix some misuse of %n in VolumeScanner#printStats. Contributed by Xiaoyu Yao." (9 years ago) +* 3d5085595286 - HDFS-9210. Fix some misuse of %n in VolumeScanner#printStats. Contributed by Xiaoyu Yao. (9 years ago) +* ba3c19787849 - HDFS-9238. Update TestFileCreation.testLeaseExpireHardLimit() to avoid using DataNodeTestUtils.getFile(). (Tony Wu via lei) (9 years ago) +* dfa78484633b - HADOOP-12478. Shell.getWinUtilsPath() has been renamed Shell.getWinutilsPath(). (stevel) (9 years ago) +* ab13aa30cb76 - fix CHANGES.txt name typo (9 years ago) +* 56dc7773f857 - HADOOP-12364. Deleting pid file after stop is causing the daemons to keep restarting (Sigi Li via aw) (9 years ago) +* 0d77e85f0aa5 - HADOOP-12436. GlobPattern regex library has performance issues with wildcard characters (Matthew Paduano via aw) (9 years ago) +* d6c8bad86964 - YARN-4250. NPE in AppSchedulingInfo#isRequestLabelChanged. (Brahma Reddy Battula via rohithsharmaks) (9 years ago) +* da1ee078f9d3 - YARN-4255. container-executor does not clean up docker operation command files. Contributed by Sidharta Seethana. (9 years ago) +* fb9c1519b30c - YARN-4252. Log container-executor invocation details when exit code is non-zero. Contributed by Sidharta Seethana. (9 years ago) +* 8d5929308998 - YARN-4253. Standardize on using PrivilegedOperationExecutor for all invocations of container-executor in LinuxContainerExecutor. Contributed by Sidharta Seethana. (9 years ago) +* 2a987243423e - HDFS-1172. Blocks in newly completed files are considered under-replicated too quickly. Contributed by Masatake Iwasaki. (9 years ago) +* 40cac59248f1 - Add HDFS-9187 to CHANGES.txt (9 years ago) +* d286032b7151 - HDFS-9187. Fix null pointer error in Globber when FS was not constructed via FileSystem#createFileSystem (cmccabe) (9 years ago) +* da8441d0fe91 - HDFS-9167. Update pom.xml in other modules to depend on hdfs-client instead of hdfs. Contributed by Mingliang Liu. (9 years ago) +* aa299ecd5e5d - HDFS-8779. WebUI fails to display block IDs that are larger than 2^53 - 1. Contributed by Haohui Mai. (9 years ago) +* c59af2fdf8f7 - HADOOP-10775. Shell operations to fail with meaningful errors on windows if winutils.exe not found. (stevel) (9 years ago) +* eb50c4f7a299 - HDFS-9235. hdfs-native-client build getting errors when built with cmake 2.6. Contributed by Eric Payne. (9 years ago) +* 33fefa33e511 - HADOOP-11515. Upgrade jsch lib to jsch-0.1.51 to avoid problems running on java7. (stevel and ozawa) (9 years ago) +* d1e1925bf6c3 - HDFS-9145. Tracking methods that hold FSNamesytemLock for too long. Contributed by Mingliang Liu. (9 years ago) +* 59e998011788 - HADOOP-12449. TestDNS and TestNetUtils failing if no network. (stevel) (9 years ago) +* 7f00fcac77af - HADOOP-12474. MiniKMS should use random ports for Jetty server by default. Contributed by Mingliang Liu. (9 years ago) +* 6716f1596456 - HADOOP-12344. Improve validateSocketPathSecurity0 error message (Casey Brotherton via Colin P. McCabe) (9 years ago) +* da16c9b3b40f - HDFS-8438. Erasure Coding: Allow concat striped files if they have the same ErasureCodingPolicy. Contributed by Walter Su. (9 years ago) +* 84cbd72afda6 - HDFS-8855. Webhdfs client leaks active NameNode connections. Contributed by Xiaobing Zhou. (9 years ago) +* 5b43db47a313 - HDFS-8676. Delayed rolling upgrade finalization can cause heartbeat expiration. Contributed by Walter Su. (9 years ago) +* 39581e3be2aa - HDFS-9139. Enable parallel JUnit tests for HDFS Pre-commit (Contributed by Chris Nauroth and Vinayakumar B) (9 years ago) +* caa711b660ce - HDFS-9160. [OIV-Doc] : Missing details of 'delimited' for processor options (Contributed by nijel) (9 years ago) +* 5b6bae00942c - YARN-4017. container-executor overuses PATH_MAX. Contributed by Sidharta Seethana (9 years ago) +* 69b025dbbaa4 - HDFS-9224. TestFileTruncate fails intermittently with BindException (Contributed by Brahma Reddy Battula) (9 years ago) +* 0f5f9846edab - HDFS-9006. Provide BlockPlacementPolicy that supports upgrade domain. (Ming Ma via lei) (9 years ago) +* c60a16fceae2 - Addendum patch for HDFS-9215. (9 years ago) +* 9849c8b3865c - YARN-4230. RM crashes with NPE when increasing container resource if there is no headroom left. Contributed by Meng Ding (9 years ago) +* e617cf6dd13f - HADOOP-10300. Allowed deferred sending of call responses. (Daryn Sharp via yliu) (9 years ago) +* 049c6e8dc0f9 - YARN-4201. AMBlacklist does not work for minicluster. Contributed by Jun Gong. (9 years ago) +* 73b86a5046fe - HDFS-8988. Use LightWeightHashSet instead of LightWeightLinkedSet in BlockManager#excessReplicateMap. (yliu) (9 years ago) +* 0ff1216100d1 - HDFS-9221. HdfsServerConstants#ReplicaState#getState should avoid calling values() since it creates a temporary array. (Staffan Friberg via yliu) (9 years ago) +* db9304788187 - YARN-3964. Support NodeLabelsProvider at Resource Manager side. Contributed by Dian Fu. (9 years ago) +* 7e2c971fedd1 - Revert "HADOOP-12469. distcp shout not ignore the ignoreFailures option. Contributed by Mingliang Liu." (9 years ago) +* fa5a54cac7e0 - HADOOP-12469. distcp shout not ignore the ignoreFailures option. Contributed by Mingliang Liu. (9 years ago) +* 18950c0a551e - HDFS-9222. Add hadoop-hdfs-client as a dependency of hadoop-hdfs-native-client. Contributed by Mingliang Liu. (9 years ago) +* d0c1e5fec415 - HDFS-9215. Suppress the RAT warnings in hdfs-native-client module. Contributed by Haohui Mai. (9 years ago) +* def374e666ed - YARN-4140. RM container allocation delayed incase of app submitted to Nodelabel partition. (Bibin A Chundatt via wangda) (9 years ago) +* 4f6e842ba936 - HDFS-9085. Show renewer information in DelegationTokenIdentifier#toString. Contributed by Zhihai Xu. (9 years ago) +* c32614f410fb - HDFS-8941. DistributedFileSystem listCorruptFileBlocks API should resolve relative path. Contributed by Rakesh R. (9 years ago) +* 357b1fd08224 - HDFS-9110. Use Files.walkFileTree in NNUpgradeUtil#doPreUpgrade for better efficiency. Contributed by Charlie Helin. (9 years ago) +* de8efc65a455 - HDFS-9142. Separating Configuration object for namenode(s) in MiniDFSCluster. (Siqi Li via mingma) (9 years ago) +* c11fc8a1be22 - HDFS-9181. Better handling of exceptions thrown during upgrade shutdown. Contributed by Wei-Chiu Chuang. (9 years ago) +* 4aa9b3e75ca8 - MAPREDUCE-6302. Incorrect headroom can lead to a deadlock between map and reduce allocations. (kasha) (9 years ago) +* a0bca2b5ad23 - YARN-261. Ability to fail AM attempts. Contributed by Andrey Klochkov and Rohith Sharma K S (9 years ago) +* 8f195387a4a4 - YARN-4235. FairScheduler PrimaryGroup does not handle empty groups returned for a user. (Anubhav Dhoot via rohithsharmaks) (9 years ago) +* e1bf8b3df6f0 - HADOOP-11104. org.apache.hadoop.metrics2.lib.MetricsRegistry needs numerical parameter checking. Contributed by Ray Chiang. (9 years ago) +* 584cf3bb35b9 - MAPREDUCE-6479. Add missing mapred job command options in mapreduce document. Contributed by nijel. (9 years ago) +* b4390d5ab87e - HDFS-9217. Fix broken findbugsExcludeFile.xml for hadoop-hdfs-client module. Contributed by Mingliang Liu. (9 years ago) +* 8d226225d030 - YARN-3943. Use separate threshold configurations for disk-full detection and disk-not-full detection. Contributed by Zhihai Xu (9 years ago) +* 118a35bc2eab - HDFS-9204. DatanodeDescriptor#PendingReplicationWithoutTargets is wrongly calculated. Contributed by Mingliang Liu. (9 years ago) +* 0841940a2173 - Fixup CHANGES.txt to reflect recent commits to 2.7.2 and 2.6.2 (9 years ago) +* 1107bd399c79 - HDFS-8164. cTime is 0 in VERSION file for newly formatted NameNode. Contributed by Xiao Chen. (9 years ago) +* 35affec38e17 - HDFS-9137. DeadLock between DataNode#refreshVolumes and BPOfferService#registrationSucceeded. (Uma Maheswara Rao G via yliu) (9 years ago) +* 66e2cfa1a028 - HDFS-8632. Add InterfaceAudience annotation to the erasure coding classes. Contributed by Rakesh R. (9 years ago) +* fde729feeb67 - HDFS-9209. Erasure coding: Add apache license header in TestFileStatusWithECPolicy.java. Contributed by Surendra Singh Lilhore. (9 years ago) +* 6dd47d754cb1 - HDFS-9176. Fix TestDirectoryScanner#testThrottling often fails. (Daniel Templeton via lei) (9 years ago) +* 7fbf69bf47bb - HADOOP-12465. Incorrect javadoc in WritableUtils.java. Contributed by Jagadesh Kiran N. (9 years ago) +* 99e5204ff532 - HDFS-9178. Slow datanode I/O can cause a wrong node to be marked bad. Contributed by Kihwal Lee. (9 years ago) +* 61b3547c462a - HDFS-9159. [OIV] : return value of the command is not correct if invalid value specified in '-p (processor)' option (Contributed by nijel) (9 years ago) +* 3112f263688b - HDFS-9170. Move libhdfs / fuse-dfs / libwebhdfs to hdfs-client. Contributed by Haohui Mai. (9 years ago) +* 239d119c6707 - HDFS-9196. Fix TestWebHdfsContentLength. Contributed by Masatake Iwasaki. (9 years ago) +* 8e53311ca205 - HDFS-9206. Inconsistent default value of dfs.datanode.stripedread.buffer.size. Contributed by Walter Su. (9 years ago) +* 8b7339312cb0 - HDFS-9182. Cleanup the findbugs and other issues after HDFS EC merged to trunk. Contributed by Uma Maheswara Rao G. (9 years ago) +* 3793cbe4c3cc - YARN-4228. FileSystemRMStateStore use IOUtils#close instead of fs#close. (Bibin A Chundatt via rohithsharmaks) (9 years ago) +* 9156fc60c654 - YARN-4209. RMStateStore FENCED state doesn’t work due to updateFencedState called by stateMachine.doTransition. (Zhihai Xu via rohithsharmaks) (9 years ago) +* 1bca1bb5175b - MAPREDUCE-6503. archive-logs tool should use HADOOP_PREFIX instead of HADOOP_HOME (rkanter) (9 years ago) +* 6d5713a8a84b - HADOOP-12284. UserGroupInformation doAs can throw misleading exception (Aaron Dosset via stevel) (9 years ago) +* 29a582ada0fe - YARN-4215. RMNodeLabels Manager Need to verify and replace node labels for the only modified Node Label Mappings in the request. (Naganarasimha G R via wangda) (9 years ago) +* a8b4d0ff283a - HDFS-9180. Update excluded DataNodes in DFSStripedOutputStream based on failures in data streamers. Contributed by Jing Zhao. (9 years ago) +* 874c8ed2399f - HDFS-7899. Improve EOF error message (Contributed by Jagadesh Kiran N) (9 years ago) +* 5f6edb30c2bb - HADOOP-12350. WASB Logging: Improve WASB Logging around deletes, reads and writes. Contributed by Dushyanth. (9 years ago) +* 30ac69c6bd3d - YARN-4176. Resync NM nodelabels with RM periodically for distributed nodelabels. (Bibin A Chundatt via wangda) (9 years ago) +* b59e434116a5 - HADOOP-10949. metrics2 sink plugin for Apache Kafka (Babak Behzad via aw) (9 years ago) +* 2fc2b50534c2 - HDFS-9155. OEV should treat .XML files as XML even when the file name extension is uppercase (nijel via cmccabe) (9 years ago) +* 3e1752f9fb76 - HADOOP-12452. Fix tracing documention reflecting the update to htrace-4 (Masatake Iwasaki via Colin P. McCabe) (9 years ago) +* f1c19b9365cb - HADOOP-12441. Fixed shell-kill command behaviour to work correctly on some Linux distributions after HADOOP-12317. Contributed by Wangda Tan. (9 years ago) +* b925cf100662 - HDFS-9158. [OEV-Doc] : Document does not mention about '-f' and '-r' options (Contributed by nijel) (9 years ago) +* 0faa4efa3dd7 - HDFS-9151. Mover should print the exit status/reason on console like balancer tool. (Contributed by Surendra singh lilhore) (9 years ago) +* 30e2f836a264 - HADOOP-11098. [JDK8] Max Non Heap Memory default changed between JDK7 and 8. (9 years ago) +* 3b85bd7c3391 - HDFS-9193. Fix incorrect references the usages of the DN in dfshealth.js. Contributed by Chang Li. (9 years ago) +* 7136e8c5582d - HDFS-8979. Clean up checkstyle warnings in hadoop-hdfs-client module. Contributed by Mingliang Liu. (9 years ago) +* c918f7be5e6a - HADOOP-12458. Retries is typoed to spell Retires in parts of hadoop-yarn and hadoop-common. Contributed by Neelesh Srinivas Salian. (9 years ago) +* ed5f51faa8e4 - Move HDFS-9191 to 2.8.0. (9 years ago) +* 8f08532bde15 - YARN-1897. CLI and core support for signal container functionality. Contributed by Ming Ma (9 years ago) +* fdf02d1f26ce - YARN-3619. ContainerMetrics unregisters during getMetrics and leads to ConcurrentModificationException. Contributed by Zhihai Xu (9 years ago) +* 2ecb5f6d7153 - fix CHANGES.txt (9 years ago) +* 1037ee580f87 - HDFS-9100. HDFS Balancer does not respect dfs.client.use.datanode.hostname. Contributed by Casey Brotherton. (9 years ago) +* a68b6eb0f411 - HDFS-9015. Refactor TestReplicationPolicy to test different block placement policies. (Ming Ma via lei) (9 years ago) +* 3929ac9340a5 - HDFS-9191. Typo in Hdfs.java. NoSuchElementException is misspelled. Contributed by Catherine Palmer. (9 years ago) +* c6cafc77e697 - HDFS-9185. Fix null tracer in ErasureCodingWorker. Contributed by Rakesh R. (9 years ago) +* 439f43ad3def - MAPREDUCE-6485. Create a new task attempt with failed map task priority if in-progress attempts are unassigned. (Xianyin Xin via rohithsharmaks) (9 years ago) +* fd026f535cc0 - HADOOP-8437. getLocalPathForWrite should throw IOException for invalid paths. Contributed by Brahma Reddy Battula (9 years ago) +* ecbfd6897469 - HADOOP-10296. Incorrect null check in SwiftRestClient#buildException(). Contributed by Rahul Palamuttam and Kanaka Kumar Avvaru. (9 years ago) +* 195793c6f3e5 - MAPREDUCE-6497. Fix wrong value of JOB_FINISHED event in JobHistoryEventHandler. Contributed by Shinichi Yamashita. (9 years ago) +* 5db371f52f5c - MAPREDUCE-6494. Permission issue when running archive-logs tool as different users (rkanter) (9 years ago) +* c7e03c3a6cf8 - HDFS-9175. Change scope of 'AccessTokenProvider.getAccessToken()' and 'CredentialBasedAccessTokenProvider.getCredential()' abstract methods to public. Contributed by Santhosh Nayak. (9 years ago) +* 6c17d3152870 - (weichiu/HDFS-7285, pbacsko/HDFS-7285, origin/HDFS-7285, JackWangCS/HDFS-7285, 9uapaw/HDFS-7285) Merge remote-tracking branch 'apache/trunk' into HDFS-7285 (9 years ago) +|\ +| * 854d25b0c30f - YARN-3727. For better error recovery, check if the directory exists before using it for localization. Contributed by Zhihai Xu (9 years ago) +| * 06abc57a90bb - HADOOP-12448. TestTextCommand: use mkdirs rather than mkdir to create test directory. (Contributed by Colin Patrick McCabe and Chris Nauroth) (9 years ago) +| * 071733dc69a6 - HDFS-9001. DFSUtil.getNsServiceRpcUris() can return too many entries in a non-HA, non-federated cluster. Contributed by Daniel Templeton. (9 years ago) +| * 39285e6a1978 - HDFS-8971. Remove guards when calling LOG.debug() and LOG.trace() in client package. Contributed by Mingliang Liu. (9 years ago) +| * 6ee0539ede78 - Revert "HDFS-9170. Move libhdfs / fuse-dfs / libwebhdfs to hdfs-client. Contributed by Haohui Mai." (9 years ago) +| * d5a9a3daa022 - HDFS-9170. Move libhdfs / fuse-dfs / libwebhdfs to hdfs-client. Contributed by Haohui Mai. (9 years ago) +| * 6f335e4f0ea8 - HDFS-8696. Make the lower and higher watermark in the DN Netty server configurable. Contributed by Xiaobing Zhou. (9 years ago) +| * 8703301b466c - HDFS-9174. Fix findbugs warnings in FSOutputSummer.tracer and DirectoryScanner$ReportCompiler.currentThread. Contributed by Yi Liu. (9 years ago) +| * 80d33b589b06 - HDFS-9165. Move entries in META-INF/services/o.a.h.fs.FileSystem to hdfs-client. Contributed by Mingliang Liu. (9 years ago) +| * a2efb945e317 - Add HADOOP-12447 to CHANGES.txt (9 years ago) +| * 850d679acb93 - HADOOP-12447. Clean up some htrace integration issues (cmccabe) (9 years ago) +| * a0b5a0a419df - YARN-4066. Large number of queues choke fair scheduler. (Johan Gustavsson via kasha) (9 years ago) +| * 715dbddf7786 - HDFS-9141. Thread leak in Datanode#refreshVolumes. (Uma Maheswara Rao G via yliu) (9 years ago) +| * d6fa34e014b0 - HDFS-8859. Improve DataNode ReplicaMap memory footprint to save about 45%. (yliu) (9 years ago) +* | 8fd55202468b - Merge remote-tracking branch 'apache/trunk' into HDFS-7285 (9 years ago) +|\| +| * 151fca503271 - HDFS-9092. Nfs silently drops overlapping write requests and causes data copying to fail. Contributed by Yongjun Zhang. (9 years ago) +| * 5c3b663bf955 - HADOOP-12440. TestRPC#testRPCServerShutdown did not produce the desired thread states before shutting down. (Xiao Chen via mingma) (9 years ago) +| * 9735afe967a6 - YARN-4180. AMLauncher does not retry on failures when talking to NM. (adhoot) (9 years ago) +| * 9f53a95ff624 - YARN-4141. Runtime Application Priority change should not throw exception for applications at finishing states. Contributed by Sunil G (9 years ago) +| * 3abbdc929bde - HADOOP-12446. Undeprecate createNonRecursive(). Contributed by Ted Yu. (9 years ago) +| * ab11085b8135 - MAPREDUCE-6492. AsyncDispatcher exit with NPE on TaskAttemptImpl#sendJHStartEventForAssignedFailTask. Contributed by Bibin A Chundatt (9 years ago) +| * e5992ef4df63 - HDFS-9147. Fix the setting of visibleLength in ExternalBlockReader. (Colin P. McCabe via Lei (Eddy) Xu) (9 years ago) +| * 50741cb568d4 - HDFS-9148. Incorrect assert message in TestWriteToReplica#testWriteToTemporary (Tony Wu via Lei (Eddy) Xu) (9 years ago) +| * 4c9497cbf02e - HDFS-9106. Transfer failure during pipeline recovery causes permanent write failures. Contributed by Kihwal Lee. (9 years ago) +| * fb2e525c0775 - YARN-4204. ConcurrentModificationException in FairSchedulerQueueInfo. (adhoot) (9 years ago) +| * 892ade689f9b - HDFS-9080. Update htrace version to 4.0.1 (cmccabe) (9 years ago) +| * 66dad854c0ae - MAPREDUCE-6471. Document distcp incremental copy. Contributed by Neelesh Srinivas Salian. (9 years ago) +| * 1c030c6e58dc - HDFS-8740. Move DistributedFileSystem to hadoop-hdfs-client. Contributed by Mingliang Liu. (9 years ago) +| * f0f984e4e63d - HADOOP-11984. Enable parallel JUnit tests in pre-commit (Contributed by Chris Nauroth) (9 years ago) +| * 0b31c237f262 - HDFS-9087. Add some jitter to DataNode.checkDiskErrorThread (Elliott Clark via Colin P. McCabe) (9 years ago) +| * bf37d3d80e51 - HDFS-8053. Move DFSIn/OutputStream and related classes to hadoop-hdfs-client. Contributed by Mingliang Liu. (9 years ago) +| * 861b52db242f - HADOOP-12442. Display help if the command option to 'hdfs dfs' is not valid (Contributed by nijel) (9 years ago) +| * 7a3c381b3988 - HDFS-8873. Allow the directoryScanner to be rate-limited (Daniel Templeton via Colin P. McCabe) (9 years ago) +| * 7fe521b1dd49 - HADOOP-11918. Listing an empty s3a root directory throws FileNotFound. Contributed by Lei (Eddy) Xu. (9 years ago) +| * 67b0e967f0e1 - HDFS-9133. ExternalBlockReader and ReplicaAccessor need to return -1 on read when at EOF. (Colin Patrick McCabe via Lei (Eddy) Xu) (9 years ago) +| * 5eb237d544fc - HDFS-9132. Pass genstamp to ReplicaAccessorBuilder. (Colin Patrick McCabe via Lei (Eddy) Xu) (9 years ago) +| * 878504dcaacd - Add HDFS-9107 to CHANGES.txt (9 years ago) +| * 4e7c6a653f10 - HDFS-9107. Prevent NN's unrecoverable death spiral after full GC (Daryn Sharp via Colin P. McCabe) (9 years ago) +| * d3c49e76624b - MAPREDUCE-6480. archive-logs tool may miss applications (rkanter) (9 years ago) +| * 83e99d06d0e5 - HDFS-9112. Improve error message for Haadmin when multiple name service IDs are configured. Contributed by Anu Engineer. (9 years ago) +| * 83e65c5fe848 - HDFS-5795. RemoteBlockReader2#checkSuccess() shoud print error status. (Xiao Chen via Yongjun Zhang) (9 years ago) +| * 3187dbd7a8b6 - HDFS-9123. Copying from the root to a subdirectory should be forbidden. (Wei-Chiu Chuang via Yongjun Zhang) (9 years ago) +| * 692b1a45ce46 - HDFS-9134. Move LEASE_{SOFTLIMIT,HARDLIMIT}_PERIOD constants from HdfsServerConstants to HdfsConstants. Contributed by Mingliang Liu. (9 years ago) +| * d1b9b852442c - YARN-3624. ApplicationHistoryServer should not reverse the order of the filters it gets. Contributed by Mit Desai (9 years ago) +| * 9cc9f8126b3e - Update CHANGES.txt to reflect commit of HADOOP-8436 to 2.8.0 (9 years ago) +| * 52c1f272ecb6 - HADOOP-12252. LocalDirAllocator should not throw NPE with empty string configuration. Contributed by Zhihai Xu (9 years ago) +| * df31c446bfa6 - HADOOP-12437. Allow SecurityUtil to lookup alternate hostnames. (Contributed by Arpit Agarwal) (9 years ago) +| * 71a81b6257c0 - HDFS-7529. Consolidate encryption zone related implementation into a single class. Contributed by Rakesh R. (9 years ago) +| * 97a08807ec32 - MAPREDUCE-6484. Yarn Client uses local address instead of RM address as token renewer in a secure cluster when RM HA is enabled. Contributed by Zhihai Xu (9 years ago) +| * e52bc697f8f9 - HDFS-9076. Log full path instead of inodeId in DFSClient#closeAllFilesBeingWritten() (Contributed by Surendra Singh Lilhore) (9 years ago) +| * ead1b9e68020 - HDFS-9131. Move config keys used by hdfs-client to HdfsClientConfigKeys. Contributed by Mingliang Liu. (9 years ago) +| * 4893adff1906 - HDFS-9130. Use GenericTestUtils#setLogLevel to the logging level. Contributed by Mingliang Liu. (9 years ago) +| * a9aafad12b1d - YARN-4044. Running applications information changes such as movequeue is not published to TimeLine server. (Sunil G via rohithsharmaks) (9 years ago) +| * 8ed0d4b744e5 - YARN-4152. NodeManager crash with NPE when LogAggregationService#stopContainer called for absent container. (Bibin A Chundatt via rohithsharmaks) (9 years ago) +| * 06d1c9033eff - HDFS-9128. TestWebHdfsFileContextMainOperations and TestSWebHdfsFileContextMainOperations fail due to invalid HDFS path on Windows. Contributed by Chris Nauroth. (9 years ago) +| * 0ef7ff47d5d0 - HADOOP-12438. Reset RawLocalFileSystem.useDeprecatedFileStatus in TestLocalFileSystem. Contributed by Chris Nauroth. (9 years ago) +| * 1f707ecffd80 - Release process for 2.6.1: Set the release date for 2.6.1 (9 years ago) +| * df52ff92ae42 - YARN-3248. Moving it to improvements section in CHANGES.txt. (9 years ago) +| * f3e5bc67661e - CHANGES.txt: Moving YARN-1884, YARN-3171, YARN-3740, YARN-3248, YARN-3544 to 2.6.1 given the backport. (9 years ago) +| * b3f6b641dccb - (weichiu/YARN-1197, pbacsko/YARN-1197, origin/YARN-1197, JackWangCS/YARN-1197, 9uapaw/YARN-1197) YARN-4171. Fix findbugs warnings in YARN-1197 branch. Contributed by Wangda Tan (9 years ago) +| * 89cab1ba5f06 - YARN-1651. CapacityScheduler side changes to support container resize. Contributed by Wangda Tan (9 years ago) +| * c57eac5dfe27 - YARN-3868. Recovery support for container resizing. Contributed by Meng Ding (9 years ago) +| * c3dc1af07257 - YARN-1644. RM-NM protocol changes and NodeStatusUpdater implementation to support container resizing. Contributed by Meng Ding (9 years ago) +| * c59ae4eeb17e - YARN-1643. Make ContainersMonitor support changing monitoring size of an allocated container. Contributed by Meng Ding and Wangda Tan (9 years ago) +| * 5f5a968d65c4 - YARN-3867. ContainerImpl changes to support container resizing. Contributed by Meng Ding (9 years ago) +| * ffd820c27a4f - YARN-1645. ContainerManager implementation to support container resizing. Contributed by Meng Ding & Wangda Tan (9 years ago) +| * 83a18add10ee - YARN-1449. AM-NM protocol changes to support container resizing. Contributed by Meng Ding & Wangda Tan) (9 years ago) +| * dfe2cb849fcb - YARN-3866. AM-RM protocol changes to support container resizing. Contributed by Meng Ding (9 years ago) +| * 692d51c09d36 - YARN-3975. WebAppProxyServlet should not redirect to RM page if AHS is enabled. Contributed by Mit Desai (9 years ago) +| * c890c51a9168 - YARN-4095. Avoid sharing AllocatorPerContext object in LocalDirAllocator between ShuffleHandler and LocalDirsHandlerService. Contributed by Zhihai Xu (9 years ago) +| * a2c76e5f2630 - HDFS-9013. Deprecate NameNodeMXBean#getNNStarted in branch2 and remove from trunk (Contributed by Surendra Singh Lilhore) (9 years ago) +| * 7c5c099324d9 - HDFS-8733. Keep server related definition in hdfs.proto on server side. Contributed by Mingliang Liu. (9 years ago) +| * 63d9f1596c92 - HDFS-9039. Separate client and server side methods of o.a.h.hdfs.NameNodeProxies. Contributed by Mingliang Liu. (9 years ago) +| * cc2b4739902d - MAPREDUCE-5045. UtilTest#isCygwin method appears to be unused. Contributed by Neelesh Srinivas Salian. (9 years ago) +| * 57003fa97165 - HDFS-9043. Doc updation for commands in HDFS Federation (Contributed by J.Andreina) (9 years ago) +| * 10ab7d595ece - HDFS-8780. Fetching live/dead datanode list with arg true for removeDecommissionNode,returns list with decom node. (Contributed by J.Andreina) (9 years ago) +* | 6419900ac24a - HDFS-9040. Erasure coding: coordinate data streamers in DFSStripedOutputStream. Contributed by Jing Zhao and Walter Su. (9 years ago) +* | c09dc258a8f6 - HDFS-8882. Erasure Coding: Use datablocks, parityblocks and cell size from ErasureCodingPolicy. Contributed by Vinayakumar B. (9 years ago) +* | 7bff8ca1c872 - HDFS-8920. Erasure Coding: when recovering lost blocks, logs can be too verbose and hurt performance. Contributed by Rui Li (9 years ago) +* | 1080c3730068 - Merge remote-tracking branch 'apache/trunk' into HDFS-7285 (9 years ago) +|\| +| * dfd807afab0f - HADOOP-12428. Fix inconsistency between log-level guards and statements. Contributed by Jagadesh Kiran N and Jackie Chang. (9 years ago) +| * 06022b8fdc40 - HDFS-9111. Move hdfs-client protobuf convert methods from PBHelper to PBHelperClient. Contributed by Mingliang Liu. (9 years ago) +| * 8e01b0d97ac3 - YARN-4188. Make MoveApplicationAcrossQueues abstract, newInstance static (9 years ago) +| * b00392dd9cbb - YARN-4113. RM should respect retry-interval when uses RetryPolicies.RETRY_FOREVER. (Sunil G via wangda) (9 years ago) +| * c9cb6a5960ad - YARN-4167. NPE on RMActiveServices#serviceStop when store is null. (Bibin A Chundatt via rohithsharmaks) (9 years ago) +| * 3a9c7076e81c - HDFS-9004. Add upgrade domain to DatanodeInfo. Contributed by Ming Ma (via Lei (Eddy) Xu). (9 years ago) +| * c39ddc306d7e - HADOOP-12360. Create StatsD metrics2 sink. (Dave Marion via stevel) (9 years ago) +| * e3ace31e2b7e - MAPREDUCE-6460. TestRMContainerAllocator.testAttemptNotFoundCausesRMCommunicatorException fails. Contributed by Zhihai Xu. (9 years ago) +| * 66b46d0885f7 - HDFS-9101. Remove deprecated NameNode.getUri() static helper method. Contributed by Mingliang Liu. (9 years ago) +| * 94dec5a9164c - YARN-3920. FairScheduler container reservation on a node should be configurable to limit it to large containers (adhoot via asuresh) (9 years ago) +| * 602335dfe61a - MAPREDUCE-6483. Replace deprecated method NameNode.getUri() with DFSUtilClient.getNNUri() in TestMRCredentials. Contributed by Mingliang Liu. (9 years ago) +| * f97dc034fe5d - Update CHANGES.txt to reflect commit of MR-5982 to 2.7.2 (9 years ago) +| * 88d89267ff6b - HADOOP-12404. Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu (9 years ago) +| * 3732d5238a9a - Revert "Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu" (9 years ago) +| * 372ad270a0d7 - MAPREDUCE-6478. Add an option to skip cleanupJob stage or ignore cleanup failure during commitJob. (Junping Du via wangda) (9 years ago) +| * 9bc913a35c46 - YARN-3212. RMNode State Transition Update with DECOMMISSIONING state. (Junping Du via wangda) (9 years ago) +| * 3f4275310203 - HDFS-9063. Correctly handle snapshot path for getContentSummary. Contributed by Jing Zhao. (9 years ago) +| * e690a32e57bc - Disable caching for JarURLConnection to avoid sharing JarFile with other users when loading resource from URL in Configuration class. Contributed by Zhihai Xu (9 years ago) +| * 288c8854a698 - Update CHANGES.txt to reflect LineRecordReader fixes committed to 2.7.2 (9 years ago) +| * 2ff6faf954eb - HDFS-5802. NameNode does not check for inode type before traversing down a path. (Xiao Chen via Yongjun Zhang) (9 years ago) +| * 92c1af1646b1 - HDFS-6955. DN should reserve disk space for a full block when creating tmp files (Contributed by Kanaka Kumar Avvaru) (9 years ago) +| * a7201d635fc4 - YARN-2597 MiniYARNCluster should propagate reason for AHS not starting (9 years ago) +| * 723c31d45bc0 - YARN-4135. Improve the assertion message in MockRM while failing after waiting for the state.(Nijel S F via rohithsharmaks) (9 years ago) +| * 6b97fa6652da - HADOOP-12386. RetryPolicies.RETRY_FOREVER should be able to specify a retry interval. (Sunil G via wangda) (9 years ago) +| * ee4ee6af6a5a - MAPREDUCE-5982. Task attempts that fail from the ASSIGNED state can disappear. Contributed by Chang Li (9 years ago) +| * 9eee97508f35 - HDFS-9022. Move NameNode.getAddress() and NameNode.getUri() to hadoop-hdfs-client. Contributed by Mingliang Liu. (9 years ago) +| * 3f82f582e51c - MAPREDUCE-5002. AM could potentially allocate a reduce container to a map attempt. Contributed by Chang Li (9 years ago) +| * 58d1a02b8d66 - MAPREDUCE-6481. LineRecordReader may give incomplete record and wrong position/key information for uncompressed input sometimes. Contributed by Zhihai Xu (9 years ago) +| * 6c6e734f0baa - YARN-4034. Render cluster Max Priority in scheduler metrics in RM web UI. Contributed by Rohith Sharma K S (9 years ago) +| * 0832b38d4822 - HADOOP-12417. TestWebDelegationToken failing with port in use. Contributed by Mingliang Liu. (9 years ago) +| * 941001bfa63a - MAPREDUCE-6477. Replace usage of deprecated NameNode.DEFAULT_PORT in TestFileSystem. Contributed by Mingliang Liu. (9 years ago) +| * 07f304467d31 - HDFS-7995. Implement chmod in the HDFS Web UI. Contributed by Ravi Prakash and Haohui Mai. (9 years ago) +| * bf2f2b4fc436 - YARN-3433. Jersey tests failing with Port in Use -again. (Brahma Reddy Battula) (9 years ago) +| * 08024d1b0ba0 - HDFS-9073. Fix failures in TestLazyPersistLockedMemory testReleaseOnEviction(). (J.Andreina via stevel) (9 years ago) +| * 44776437493d - HDFS-9072. Fix random failures in TestJMXGet. (J.Andreina via stevel) (9 years ago) +| * 452079af8bc5 - YARN-4078. Add getPendingResourceRequestForAttempt in YarnScheduler interface. Contributed by Naganarasimha G R (9 years ago) +| * 2ffe2db95ede - HADOOP-12374. Updated expunge command description. (WeiWei Yang via eyang) (9 years ago) +| * 77aaf4cf7dd3 - HADOOP-12416. Trash messages should be handled by Logger instead of being delivered on System.out. Contributed by Mingliang Liu. (9 years ago) +| * 6c52be78a0c6 - HDFS-7986. Allow files / directories to be deleted from the NameNode UI. Contributed by Ravi Prakash. (9 years ago) +| * 559c09dc0eba - HDFS-9082. Change the log level in WebHdfsFileSystem.initialize() from INFO to DEBUG. Contributed by Santhosh Nayak. (9 years ago) +| * 34ef1a092bca - YARN-4149. yarn logs -am should provide an option to fetch all the log files. Contributed by Varun Vasudev (9 years ago) +| * 8c1cdb17a03f - YARN-4158. Remove duplicate close for LogWriter in AppLogAggregatorImpl#uploadLogsForContainers. Contributed by Zhihai Xu (9 years ago) +| * 62943b8e3aff - MAPREDUCE-6472. MapReduce AM should have java.io.tmpdir=./tmp to be consistent with tasks. Contributed by Naganarasimha G R (9 years ago) +| * ce69c9b54c64 - HDFS-8953. DataNode Metrics logging (Contributed by Kanaka Kumar Avvaru) (9 years ago) +| * ae5308fe1d08 - YARN-3717. Expose app/am/queue's node-label-expression to RM web UI / CLI / REST-API. (Naganarasimha G R via wangda) (9 years ago) +| * b2017d9b032a - HADOOP-12413. AccessControlList should avoid calling getGroupNames in isUserInList with empty groups. Contributed by Zhihai Xu. (9 years ago) +| * 083b44c136ea - HDFS-9008. Balancer#Parameters class could use a builder pattern. (Chris Trezzo via mingma) (9 years ago) +| * 73e3a49eb0d5 - YARN-313. Add Admin API for supporting node resource configuration in command line. (Contributed by Inigo Goiri, Kenji Kikushima and Junping Du) (9 years ago) +| * a4405674919d - HDFS-9067. o.a.h.hdfs.server.datanode.fsdataset.impl.TestLazyWriter is failing in trunk (Contributed by Surendra Singh Lilhore) (9 years ago) +| * 5468baa80aa2 - YARN-3635. Refactored current queue mapping implementation in CapacityScheduler to use a generic PlacementManager framework. Contributed by Wangda Tan (9 years ago) +| * d777757d21c1 - HDFS-9065. Include commas on # of files, blocks, total filesystem objects in NN Web UI. Contributed by Daniel Templeton. (9 years ago) +| * 76957a485b52 - HDFS-9010. Replace NameNode.DEFAULT_PORT with HdfsClientConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT config key. Contributed by Mingliang Liu. (9 years ago) +| * 7b5cf5352efe - HDFS-8829. Make SO_RCVBUF and SO_SNDBUF size configurable for DataTransferProtocol sockets and allow configuring auto-tuning (He Tianyi via Colin P. McCabe) (9 years ago) +| * e2a02702178d - YARN-4151. Fix findbugs errors in hadoop-yarn-server-common module. (Meng Ding via wangda) (9 years ago) +| * 53bad4eb008e - HDFS-8996. Consolidate validateLog and scanLog in FJM#EditLogFile (Zhe Zhang via Colin P. McCabe) (9 years ago) +| * 6955771261ad - HDFS-9069. TestNameNodeMetricsLogger failing -port in use. (stevel) (9 years ago) +| * e1b1d7e4aebf - YARN-4126. RM should not issue delegation tokens in unsecure mode. Contributed by Bibin A Chundatt (9 years ago) +| * 332b520a4809 - YARN-3697. FairScheduler: ContinuousSchedulingThread can fail to shutdown. (Zhihai Xu via kasha) (9 years ago) +| * 81df7b586a16 - YARN-2005. Blacklisting support for scheduling AMs. (Anubhav Dhoot via kasha) (9 years ago) +| * 7269906254af - HADOOP-12087. [JDK8] Fix javadoc errors caused by incorrect or illegal tags. (Akira AJISAKA via stevel). (9 years ago) +| * 0c7d3f480548 - HDFS-9041. Move entries in META-INF/services/o.a.h.fs.FileSystem to hdfs-client. Contributed by Mingliang Liu. (9 years ago) +| * 3f685cd5714b - HADOOP-12407. Test failing: hadoop.ipc.TestSaslRPC. (stevel) (9 years ago) +| * 4992f075c80e - syncing branch-2 and trunk CHANGES.TXT to be closer together (9 years ago) +| * 8c054412e1ed - fix trunk/hadoop-common CHANGES.TXT to be the reference across trunk & branch-2 (9 years ago) +| * c7156503856e - HDFS-9036. In BlockPlacementPolicyWithNodeGroup#chooseLocalStorage , random node is selected eventhough fallbackToLocalRack is true. (Contributed by J.Andreina) (9 years ago) +| * d8455479b83e - HDFS-9042. Update document for the Storage policy name (Contributed by J.Andreina) (9 years ago) +| * 9538af0e1a74 - HADOOP-12348. MetricsSystemImpl creates MetricsSourceAdapter with wrong time unit parameter. (zxu via rkanter) (9 years ago) +| * fba06a789ce0 - Fix up CHANGES.txt (9 years ago) +| * ea4bb2749f96 - YARN-4145. Make RMHATestBase abstract so its not run when running all tests under that namespace (adhoot via rkanter) (9 years ago) +| * b84fb41bb6ca - YARN-4115. Reduce loglevel of ContainerManagementProtocolProxy to Debug (adhoot via rkanter) (9 years ago) +| * 15a557fcfec5 - HDFS-9027. Refactor o.a.h.hdfs.DataStreamer#isLazyPersist() method. (Contributed by Mingliang Liu) (9 years ago) +| * ca0827a86235 - HADOOP-12324. Better exception reporting in SaslPlainServer. (Mike Yoder via stevel) (9 years ago) +| * 486d5cb803ef - YARN-4136. LinuxContainerExecutor loses info when forwarding ResourceHandlerException. Contributed by Bibin A Chundatt. (9 years ago) +| * f103a70af5c5 - HDFS-7314. Moving to 2.6.1 CHANGES.txt section. (9 years ago) +| * fbbb7ff1ed11 - 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. (9 years ago) +| * 77666105b455 - YARN-4106. NodeLabels for NM in distributed mode is not updated even after clusterNodelabel addition in RM. (Bibin A Chundatt via wangda) (9 years ago) +| * 8e615588d521 - MAPREDUCE-6474. ShuffleHandler can possibly exhaust nodemanager file descriptors. Contributed by Kuhu Shukla (9 years ago) +| * a40342b0dab1 - HDFS-6763. Initialize file system-wide quota once on transitioning to active. Contributed by Kihwal Lee (9 years ago) +| * 7b5b2c5822ac - HDFS-8974. Convert docs in xdoc format to markdown. Contributed by Masatake Iwasaki. (9 years ago) +| * f15371062f1b - removing accidental file in MAPREDUCE-6415 (9 years ago) +| * 6dd6ca442aba - YARN-4086. Allow Aggregated Log readers to handle HAR files (rkanter) (9 years ago) +| * 119cc75e7ebd - MAPREDUCE-6415. Create a tool to combine aggregated logs into HAR files. (Robert Kanter via kasha) (9 years ago) +| * 4014ce5990bf - HDFS-8581. ContentSummary on / skips further counts on yielding lock (contributed by J.Andreina) (9 years ago) +| * 0f0e897bf1ff - HDFS-7116. Add a command to get the balancer bandwidth (Contributed by Rakesh R) (9 years ago) +| * 4d13335fc937 - HDFS-8716. Introduce a new config specifically for safe mode block count. Contributed by Chang Li. (9 years ago) +| * 0113e4528ded - HDFS-9033. dfsadmin -metasave prints "NaN" for cache used%. Contributed by Brahma Reddy Battula. (9 years ago) +| * 94cf7ab9d28a - HDFS-8929. Add a metric to expose the timestamp of the last journal (Contributed by surendra singh lilhore) (9 years ago) +| * a153b9601ad8 - HDFS-8860. Remove unused Replica copyOnWrite code (Lei (Eddy) Xu via Colin P. McCabe) (9 years ago) +| * d9c1fab2ec29 - HADOOP-12388. Fix components' version information in the web page About the Cluster. Contributed by Jun Gong. (9 years ago) +| * 16b9037dc130 - YARN-4096. App local logs are leaked if log aggregation fails to initialize for the app. Contributed by Jason Lowe. (9 years ago) +| * 970daaa5e44d - HDFS-9019. Adding informative message to sticky bit permission denied exception. Contributed by Xiaoyu Yao. (9 years ago) +| * 090d26652c04 - HADOOP-12384. Add '-direct' flag option for fs copy so that user can choose not to create '._COPYING_' file (Contributed by J.Andreina) (9 years ago) +| * 435f935ba7d8 - YARN-4121. Fix typos in capacity scheduler documentation. Contributed by Kai Sasaki. (9 years ago) +| * 6f72f1e6003a - YARN-2884. Added a proxy service in NM to proxy the the communication between AM and RM. Contributed by Kishore Chaliparambil (9 years ago) +| * 9b78e6e33d8c - YARN-4087. Followup fixes after YARN-2019 regarding RM behavior when state-store error occurs. Contributed by Jian He (9 years ago) +| * 6a5068970567 - Modify the CHANGES.txt to move YARN-2019 Commit log from branch 2.8 to branch 2.7.2 (9 years ago) +| * 1dbd8e34a7d9 - YARN-3591. Resource localization on a bad disk causes subsequent containers failure. Contributed by Lavkesh Lahngir. (9 years ago) +| * 9b685773ec10 - MAPREDUCE-6442. Stack trace is missing when error occurs in client protocol provider's constructor Contributed by Chang Li. (9 years ago) +| * bcc85e3bab78 - YARN-4024. YARN RM should avoid unnecessary resolving IP when NMs doing heartbeat. (Hong Zhiguo via wangda) (9 years ago) +| * e1feaf6db034 - HADOOP-12358. Add -safely flag to rm to prompt when deleting many files. Contributed by Xiaoyu Yao. (9 years ago) +| * 30db1adac31b - HDFS-8981. Adding revision to data node jmx getVersion() method. (Siqi Li via mingma) (9 years ago) +| * 715b9c649982 - HDFS-8984. Move replication queues related methods in FSNamesystem to BlockManager. Contributed by Haohui Mai. (9 years ago) +| * 8928729c80af - HDFS-8384. Allow NN to startup if there are files having a lease but are not under construction. Contributed by Jing Zhao. (9 years ago) +| * d16c4eee1864 - HDFS-9012. Move o.a.h.hdfs.protocol.datatransfer.PipelineAck class to hadoop-hdfs-client module. Contributed by Mingliang Liu. (9 years ago) +| * 6eaca2e3634a - YARN-4105. Capacity Scheduler headroom for DRF is wrong. Contributed by Chang Li (9 years ago) +| * 40d222e86206 - YARN-4103. RM WebServices missing scheme for appattempts logLinks. Contributed by Jonathan Eagles. (9 years ago) +| * c83d13c64993 - HDFS-9021. Use a yellow elephant rather than a blue one in diagram. (9 years ago) +| * ed78b14ebc9a - HDFS-9002. Move o.a.h.hdfs.net/*Peer classes to hdfs-client. Contributed by Mingliang Liu. (9 years ago) +| * c2d2c1802a11 - HDFS-8939. Test(S)WebHdfsFileContextMainOperations failing on branch-2. Contributed by Chris Nauroth. (9 years ago) +| * 53c38cc89ab9 - HDFS-8964. When validating the edit log, do not read at or beyond the file offset that is being written (Zhe Zhang via Colin P. McCabe) (9 years ago) +| * 524ba8708b8e - HDFS-9009. Send metrics logs to NullAppender by default. (Arpit Agarwal) (9 years ago) +| * 0ebc65810533 - HADOOP-12213. Interrupted exception can occur when Client#stop is called. Contributed by Kuhu Shukla. (9 years ago) +| * 355eaaa33d01 - HADOOP-10318. Incorrect reference to nodeFile in RumenToSLSConverter error message. Contributed by Wei Yan. (9 years ago) +| * 9a87f81ce683 - HADOOP-5323. Trash documentation should describe its directory structure and configurations. Contributed by Weiwei Yang. (9 years ago) +| * b469ac531af1 - YARN-3970. Add REST api support for Application Priority. Contributed by Naganarasimha G R. (9 years ago) +| * c92e31bd659e - HDFS-8885. ByteRangeInputStream used in webhdfs does not override available(). Contributed by Shradha Revankar. (9 years ago) +| * 09c64ba1ba8b - YARN-4101. RM should print alert messages if Zookeeper and Resourcemanager gets connection issue. Contributed by Xuan Gong (9 years ago) +| * d31a41c35927 - HDFS-8890. Allow admin to specify which blockpools the balancer should run on. (Chris Trezzo via mingma) (9 years ago) +| * de928d566a11 - HDFS-9003. ForkJoin thread pool leaks. Contributed by Kihwal Lee. (9 years ago) +| * afc88b396f06 - HDFS-328. Improve fs -setrep error message for invalid replication factors. Contributed by Daniel Templeton. (9 years ago) +| * c006c3a1e6d3 - HDFS-2070. Add more unit tests for FsShell getmerge (Daniel Templeton via Colin P. McCabe) (9 years ago) +| * 7d6687fe76f6 - YARN-3893. Both RM in active state when Admin#transitionToActive failure from refeshAll() (Bibin A Chundatt via rohithsharmaks) (9 years ago) +| * 095ab9ab5fa5 - YARN-4073. Removed unused ApplicationACLsManager in ContainerManagerImpl constructor. (Naganarasimha G R via rohithsharmaks) (9 years ago) +| * 65ccf2b1252a - HDFS-8388. Time and Date format need to be in sync in NameNode UI page. Contributed by Surendra Singh Lilhore. (9 years ago) +| * 00804e245790 - Revert "MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Brahma Reddy Battula." (9 years ago) +| * 5652131d2ea6 - HDFS-8995. Flaw in registration bookeeping can make DN die on reconnect. (Kihwal Lee via yliu) (9 years ago) +| * 4620767156ec - YARN-3222. Added the missing CHANGES.txt entry. (9 years ago) +| * 0eb9b1932590 - HADOOP-12369. Point hadoop-project/pom.xml java.security.krb5.conf within target folder. (9 years ago) +| * dd149adeace8 - HADOOP-10365. BufferedOutputStream in FileUtil#unpackEntries() should be closed in finally block. Contributed by Kiran Kumar M R and Sanghyun Yun. (9 years ago) +* | a9e6681edf17 - HDFS-9091. Erasure Coding: Provide DistributedFilesystem API to getAllErasureCodingPolicies. Contributed by Rakesh R. (9 years ago) +* | b762199adbd1 - HDFS-9113. ErasureCodingWorker#processErasureCodingTasks should not fail to process remaining tasks due to one invalid ECTask. Contributed by Uma Maheswara Rao G. (9 years ago) +* | c457095206e5 - HDFS-8550. Erasure Coding: Fix FindBugs Multithreaded correctness Warning. Contributed by Rakesh R. (9 years ago) +* | 82a88b92b469 - HDFS-9086. Rename dfs.datanode.stripedread.threshold.millis to dfs.datanode.stripedread.timeout.millis. Contributed by Andrew Wang. (9 years ago) +* | 607bda2a21ae - HDFS-9097. Erasure coding: update EC command "-s" flag to "-p" when specifying policy. Contributed by Zhe Zhang. (9 years ago) +* | e36129b61abd - HDFS-9088. Cleanup erasure coding documentation. Contributed by Andrew Wang. (9 years ago) +* | ced438a4bf50 - HDFS-8899. Erasure Coding: use threadpool for EC recovery tasks on DataNode. Contributed by Rakesh R. (9 years ago) +* | c2ebab67acf4 - HDFS-7351. Document the HDFS Erasure Coding feature. Contributed by Uma Maheswara Rao G and Zhe Zhang. (9 years ago) +* | ce02b5532c3d - HDFS-8975. Erasure coding : Fix random failure in TestSafeModeWithStripedFile (Contributed by J.Andreina) (9 years ago) +* | 96d6b516b246 - HDFS-8853. Erasure Coding: Provide ECSchema validation when setting EC policy. Contributed by J.Andreina. (9 years ago) +* | f62237bc2f02 - HDFS-8833. Erasure coding: store EC schema and cell size in INodeFile and eliminate notion of EC zones. (9 years ago) +* | 60bd765ac1b7 - HDFS-8978. Erasure coding: fix 2 failed tests of DFSStripedOutputStream. Contributed by Walter Su. (9 years ago) +* | ddf4e785475a - HDFS-8937. Erasure coding: do not throw exception when setting replication factor on EC files. Contributed by Gao Rui. (9 years ago) +* | 53358fe680a1 - Merge remote-tracking branch 'apache/trunk' into HDFS-7285 (9 years ago) +|\| +| * 2e251a767427 - HADOOP-12359. hadoop fs -getmerge doc is wrong. Contributed by Jagadesh Kiran N. (9 years ago) +| * faa38e1aa499 - YARN-2801. Add documentation for node labels feature. Contributed by Wangda Tan and Naganarasimha G R. (9 years ago) +| * bf669b6d9f8b - YARN-4082. Container shouldn't be killed when node's label updated. Contributed by Wangda Tan. (9 years ago) +| * f4d96be6c637 - HADOOP-12367. Move TestFileUtil's test resources to resources folder. (wang via yliu) (9 years ago) +| * 7ad3556ed385 - HADOOP-12368. Mark ViewFileSystemBaseTest and ViewFsBaseTest as abstract. (9 years ago) +| * 24f6a7c95637 - HDFS-8965. Harden edit log reading code against out of memory errors (cmccabe) (9 years ago) +| * 8fa41d9dd4b9 - HDFS-8946. Improve choosing datanode storage for block placement. (yliu) (9 years ago) +| * 4eaa7fd3eae4 - Move YARN-4092 to 2.7.2 (9 years ago) +| * a3fd2ccc869d - YARN-4092. Fixed UI redirection to print useful messages when both RMs are in standby mode. Contributed by Xuan Gong (9 years ago) +| * 826ae1c26d31 - HDFS-8990. Move RemoteBlockReader to hdfs-client module. Contributed by Mingliang Liu. (9 years ago) +| * caa04de14903 - HDFS-8980. Remove unnecessary block replacement in INodeFile. Contributed by Jing Zhao. (9 years ago) +| * cf831565e834 - YARN-2945. Fixing the CHANGES.txt to have the right JIRA number. (9 years ago) +| * 837fb75e8e03 - HDFS-8155. Support OAuth2 in WebHDFS. (9 years ago) +| * 6ab2d19f5c01 - HADOOP-12346. Increase some default timeouts / retries for S3a connector. (Sean Mackrory via Lei (Eddy) Xu) (9 years ago) +| * bdbe53c676dd - HDFS-8983. NameNode support for protected directories. (Contributed by Arpit Agarwal) (9 years ago) +| * e2c9b288b223 - HDFS-8925. Move BlockReaderLocal to hdfs-client. Contributed by Mingliang Liu. (9 years ago) +| * b94b56806d3d - HDFS-8950. NameNode refresh doesn't remove DataNodes that are no longer in the allowed list (Daniel Templeton) (9 years ago) +| * 6d12cd8d609d - HDFS-8938. Extract BlockToMarkCorrupt and ReplicationWork as standalone classes from BlockManager. Contributed by Mingliang Liu. (9 years ago) +* | ab56fcdb1219 - Merge remote-tracking branch 'apache/trunk' into HDFS-7285 (9 years ago) +|\| +| * cbb249534aa7 - MAPREDUCE-6452. NPE when intermediate encrypt enabled for LocalRunner. Contributed by Zhihai Xu (9 years ago) +| * b6ceee9bf42e - HDFS-8865. Improve quota initialization performance. Contributed by Kihwal Lee. (9 years ago) +| * beb65c946580 - YARN-1556. NPE getting application report with a null appId. Contributed by Weiwei Yang. (9 years ago) +| * e166c038c0aa - HDFS-8963. Fix incorrect sign extension of xattr length in HDFS-8900. (Colin Patrick McCabe via yliu) (9 years ago) +| * 035ed26147f1 - Revert "HDFS-8938. Extract BlockToMarkCorrupt and ReplicationWork as standalone classes from BlockManager. Contributed by Mingliang Liu." (9 years ago) +| * 4e9307f26dd4 - HDFS-8938. Extract BlockToMarkCorrupt and ReplicationWork as standalone classes from BlockManager. Contributed by Mingliang Liu. (9 years ago) +| * a9c8ea71aa42 - YARN-3250. Support admin cli interface in for Application Priority. Contributed by Rohith Sharma K S (9 years ago) +| * f97a0f8c2cda - HDFS-8969. Clean up findbugs warnings for HDFS-8823 and HDFS-8932. Contributed by Anu Engineer. (9 years ago) +| * 90fe7bcc3b30 - HADOOP-12362. Set hadoop.tmp.dir and hadoop.log.dir in pom. Contributed by Charlie Helin. (9 years ago) +| * 50fa38370468 - Revert "MAPREDUCE-6455. Unable to use surefire > 2.18. (Charlie Helin via kasha)" (9 years ago) +| * 1e5f69e85c03 - HDFS-8961. Investigate lock issue in o.a.h.hdfs.shortcircuit.DfsClientShmManager.EndpointShmManager. Contributed by Mingliang Liu. (9 years ago) +| * 7e971b7315fa - HDFS-8962. Clean up checkstyle warnings in o.a.h.hdfs.DfsClientConf. Contributed by Mingliang Liu. (9 years ago) +| * 0bf285413f8f - HDFS-2390. dfsadmin -setBalancerBandwidth does not validate -ve value. Contributed by Gautam Gopalakrishnan. (9 years ago) +| * fdb56f74f38c - HDFS-8682. Should not remove decommissioned node,while calculating the number of live/dead decommissioned node. (Contributed by J. Andreina) (9 years ago) +| * 4cbbfa2220e8 - HDFS-8248. Store INodeId instead of the INodeFile object in BlockInfoContiguous. Contributed by Haohui Mai. (9 years ago) +| * f44b599003bb - HDFS-8896. DataNode object isn't GCed when shutdown, because it has GC root in ShutdownHookManager. Contributed by Walter Su. (9 years ago) +| * c992bcf9c136 - HDFS-8951. Move the shortcircuit package to hdfs-client. Contributed by Mingliang Liu. (9 years ago) +| * a4d9acc51d1a - HDFS-8846. Add a unit test for INotify functionality across a layout version upgrade (Zhe Zhang via Colin P. McCabe) (9 years ago) +| * eee0d4563c62 - HDFS-8900. Compact XAttrs to optimize memory footprint. (yliu) (9 years ago) +| * af78767870b8 - HADOOP-12352. Delay in checkpointing Trash can leave trash for 2 intervals before deleting. Contributed by Casey Brotherton. (9 years ago) +| * 57c7ae1affb2 - YARN-4014. Support user cli interface in for Application Priority. Contributed by Rohith Sharma K S (9 years ago) +| * 3b00eaea256d - HDFS-8932. NPE thrown in NameNode when try to get TotalSyncCount metric before editLogStream initialization. Contributed by Surendra Singh Lilhore (9 years ago) +| * 66d0c81d8f4e - HDFS-8948. Use GenericTestUtils to set log levels in TestPread and TestReplaceDatanodeOnFailure. Contributed by Mingliang Liu. (9 years ago) +| * bdd79388f39f - HDFS-8928. Improvements for BlockUnderConstructionFeature: ReplicaUnderConstruction as a separate class and replicas as an array. Contributed by Jing Zhao. (9 years ago) +| * 48774d0a45d9 - HADOOP-12325. RPC Metrics : Add the ability track and log slow RPCs. Contributed by Anu Engineer (9 years ago) +| * b5ce87f84d9d - HDFS-8930. Block report lease may leak if the 2nd full block report comes when NN is still in safemode (Colin P. McCabe via Jing Zhao) (9 years ago) +| * feaf0349949e - YARN-3896. RMNode transitioned from RUNNING to REBOOTED because its response id has not been reset synchronously. (Jun Gong via rohithsharmaks) (9 years ago) +| * bcaf83902aa4 - HDFS-8942. Update hyperlink to rack awareness page in HDFS Architecture documentation. Contributed by Masatake Iwasaki. (9 years ago) +| * b71c6006f579 - YARN-221. Addendum patch to compilation issue which is caused by missing AllContainerLogAggregationPolicy. Contributed by Xuan Gong (9 years ago) +| * 37e1c3d82a96 - YARN-221. NM should provide a way for AM to tell it not to aggregate logs. Contributed by Ming Ma (9 years ago) +| * 490bb5ebd6c6 - HDFS-8934. Move ShortCircuitShm to hdfs-client. Contributed by Mingliang Liu. (9 years ago) +| * 61bf9cae6f38 - MAPREDUCE-6455. Unable to use surefire > 2.18. (Charlie Helin via kasha) (9 years ago) +| * 745d04be59ac - HDFS-8823. Move replication factor into individual blocks. Contributed by Haohui Mai. (9 years ago) +| * 7087e700e032 - HDFS-8924. Add pluggable interface for reading replicas in DFSClient. (Colin Patrick McCabe via Lei Xu) (9 years ago) +| * caa636bf10d9 - HADOOP-12347. Fix mismatch parameter name in javadocs of AuthToken#setMaxInactives. Contributed by Xiaoyu Yao (9 years ago) +| * 22de7c1dca1b - YARN-3986. getTransferredContainers in AbstractYarnScheduler should be present in YarnScheduler interface (9 years ago) +| * b0564c9f3c50 - HDFS-8891. HDFS concat should keep srcs order. Contributed by Yong Zhang. Moved CHANGES.txt entry to 2.7.2 (9 years ago) +| * 2ba90c93d71a - MAPREDUCE-6357. MultipleOutputs.write() API should document that output committing is not utilized when input path is absolute. Contributed by Dustin Cote. (9 years ago) +| * 33474939a048 - Creating 2.6.2 entries in CHANGES.txt files. (9 years ago) +| * c8bca6271820 - HDFS-8809. HDFS fsck reports under construction blocks as CORRUPT. Contributed by Jing Zhao. (9 years ago) +| * 7642f64c2496 - HDFS-8922. Link the native_mini_dfs test library with libdl, since IBM Java requires it (Ayappan via Colin P. McCabe) (9 years ago) +| * fc07464d1a48 - YARN-2923. Support configuration based NodeLabelsProvider Service in Distributed Node Label Configuration Setup. (Naganarasimha G R) (9 years ago) +| * 0bc15cb6e60d - HDFS-8828. Utilize Snapshot diff report to build diff copy list in distcp. (Yufei Gu via Yongjun Zhang) (9 years ago) +| * 5e8fe8943718 - HDFS-8863. The remaining space check in BlockPlacementPolicyDefault is flawed. (Kihwal Lee via yliu) (9 years ago) +| * 80a29906bcd7 - HDFS-8884. Fail-fast check in BlockPlacementPolicyDefault#chooseTarget. (yliu) (9 years ago) +| * 36b1a1e78478 - HADOOP-12061. Incorrect command in single cluster setup document. Contributed by Kengo Seki. (9 years ago) +| * 1e06299df82b - HADOOP-12317. Applications fail on NM restart on some linux distro because NM container recovery declares AM container as LOST (adhoot via rkanter) (9 years ago) +| * 4e14f7982a6e - HDFS-8917. Cleanup BlockInfoUnderConstruction from comments and tests. Contributed by Zhe Zhang. (9 years ago) +| * 3aac4758b007 - HDFS-8803. Move DfsClientConf to hdfs-client. Contributed by Mingliang Liu. (9 years ago) +| * f61120d964a6 - HDFS-8867. Enable optimized block reports. Contributed by Daryn Sharp. (9 years ago) +| * 9c3571ea607f - HDFS-8911. NameNode Metric : Add Editlog counters as a JMX metric. (Contributed by Anu Engineer) (9 years ago) +| * 2da5aaab334d - HDFS-8908. TestAppendSnapshotTruncate may fail with IOException: Failed to replace a bad datanode. (Tsz Wo Nicholas Sze via yliu) (9 years ago) +| * 22dc5fc20942 - YARN-4028. AppBlock page key update and diagnostics value null on recovery. Contributed by Bibin A Chundatt (9 years ago) +| * 7ecbfd44aa57 - HDFS-8826. In Balancer, add an option to specify the source node list so that balancer only selects blocks to move from those nodes. (9 years ago) +| * 30e342a5d32b - HDFS-8435. Support CreateFlag in WebHDFS. Contributed by Jakob Homan (9 years ago) +| * 71aedfabf39e - hadoop-12050. Enable MaxInactiveInterval for hadoop http auth token. Contributed by Huizhi Lu. (9 years ago) +| * 14215c8ef83d - YARN-4057. If ContainersMonitor is not enabled, only print related log info one time. Contributed by Jun Gong. (9 years ago) +| * 3a76a010b851 - YARN-3857: Memory leak in ResourceManager with SIMPLE mode. Contributed by mujunchao. (9 years ago) +| * fc509f66d814 - HDFS-8852. HDFS architecture documentation of version 2.x is outdated about append write support. Contributed by Ajith S. (9 years ago) +| * 71566e23820d - HDFS-8862. BlockManager#excessReplicateMap should use a HashMap. (yliu) (9 years ago) +| * 51a00964da0e - HDFS-8278. When computing max-size-to-move in Balancer, count only the storage with remaining >= default block size. (9 years ago) +| * eee4d716b480 - HDFS-8895. Remove deprecated BlockStorageLocation APIs. (9 years ago) +| * a88f31ebf343 - HDFS-8880. NameNode metrics logging. (Arpit Agarwal) (9 years ago) +| * ec183faadcf7 - HDFS-8845. DiskChecker should not traverse the entire tree (Chang Li via Colin P. McCabe) (9 years ago) +| * c77bd6af16cb - HDFS-8792. BlockManager#postponedMisreplicatedBlocks should use a LightWeightHashSet to save memory (Yi Liu via Colin P. McCabe) (9 years ago) +| * e535e0f05b5f - HDFS-8801. Convert BlockInfoUnderConstruction as a feature. Contributed by Jing Zhao. (9 years ago) +* | 164cbe643988 - HDFS-8909. Erasure coding: update BlockInfoContiguousUC and BlockInfoStripedUC to use BlockUnderConstructionFeature. Contributed by Jing Zhao. (9 years ago) +* | 067ec8c2b14f - HDFS-8838. Erasure Coding: Tolerate datanode failures in DFSStripedOutputStream when the data length is small. Contributed by Tsz Wo Nicholas Sze. (9 years ago) +* | 6b6a63bbbda9 - Merge commit '456e901a4c5c639267ee87b8e5f1319f256d20c2' (HDFS-6407. Add sorting and pagination in the datanode tab of the NN Web UI. Contributed by Haohui Mai.) into HDFS-7285-merge (9 years ago) +|\| +| * 456e901a4c5c - HDFS-6407. Add sorting and pagination in the datanode tab of the NN Web UI. Contributed by Haohui Mai. (9 years ago) +| * 2e7b7e2cda67 - HDFS-8713. Convert DatanodeDescriptor to use SLF4J logging. (9 years ago) +| * a7862d5fe4c5 - HDFS-8883. NameNode Metrics : Add FSNameSystem lock Queue Length. Contributed by Anu Engineer. (9 years ago) +| * 13604bd5f119 - YARN-4055. Report node resource utilization in heartbeat. (Inigo Goiri via kasha) (9 years ago) +| * def12933b38e - YARN-3534. Collect memory/cpu usage on the node. (Inigo Goiri via kasha) (9 years ago) +| * 8dfec7a1979e - MAPREDUCE-6439. AM may fail instead of retrying if RM shuts down during the allocate call. (Anubhav Dhoot via kasha) (9 years ago) +| * dc7a061668a3 - HDFS-8891. HDFS concat should keep srcs order. Contributed by Yong Zhang. (9 years ago) +| * 2bc0a4f299fb - HDFS-8824. Do not use small blocks for balancing the cluster. (9 years ago) +| * 1569228ec909 - HDFS-8565. Typo in dfshealth.html - Decomissioning. (nijel via xyao) (9 years ago) +| * 27d24f96ab8d - MAPREDUCE-5817. Mappers get rescheduled on node transition even after all reducers are completed. (Sangjin Lee via kasha) (9 years ago) +| * 84bf71295a5e - HDFS-8270. create() always retried with hardcoded timeout when file already exists with open lease (Contributed by J.Andreina) Moved to 2.6.1 (9 years ago) +| * fc508b41a90a - HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru) Moved to 2.6.1 (9 years ago) +| * 05ed69058f22 - HADOOP-11333. Fix deadlock in DomainSocketWatcher when the notification pipe is full (zhaoyunjiong via cmccabe) Moved to 2.6.1 (9 years ago) +| * 08bd4edf4092 - HDFS-7225. Remove stale block invalidation work when DN re-registers with different UUID. (Zhe Zhang and Andrew Wang) Moved to 2.6.1 (9 years ago) +| * e7aa81394dce - HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu. Moved CHANGES.txt entry to 2.6.1 (9 years ago) +| * 24a11e399606 - HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu. Moved CHANGES.txt entry to 2.6.1 (9 years ago) +| * fa2641143c0d - HDFS-7263. Snapshot read can reveal future bytes for appended files. Contributed by Tao Luo. Moved CHANGES.txt entry to 2.6.1 (9 years ago) +| * f2b4bc9b6a1b - HDFS-7235. DataNode#transferBlock should report blocks that don't exist using reportBadBlock (yzhang via cmccabe) Moved CHANGES.txt entry to 2.6.1 (9 years ago) +| * d25cb8fe12d0 - HDFS-7213. processIncrementalBlockReport performance degradation. Contributed by Eric Payne. Moved CHANGES.TXT entry to 2.6.1 (9 years ago) +| * 6b1cefc561bf - HADOOP-12322. Typos in rpcmetrics.java. (Contributed by Anu Engineer) (9 years ago) +| * 0a030546e24c - YARN-3987. Send AM container completed msg to NM once AM finishes. Contributed by sandflee (9 years ago) +| * 7a445fcfabcf - YARN-4047. ClientRMService getApplications has high scheduler lock contention. Contributed by Jason Lowe (9 years ago) +| * 38aed1a94ed7 - YARN-4005. Completed container whose app is finished is possibly not removed from NMStateStore. Contributed by Jun Gong (9 years ago) +| * ae57d60d8239 - HDFS-7649. Multihoming docs should emphasize using hostnames in configurations. (Contributed by Brahma Reddy Battula) (9 years ago) +| * b73181f18702 - HADOOP-12244. recover broken rebase during precommit (aw) (9 years ago) +| * 53bef9c5b98d - HADOOP-12295. Improve NetworkTopology#InnerNode#remove logic. (yliu) (9 years ago) +| * 40f815131e82 - HDFS-8622. Implement GETCONTENTSUMMARY operation for WebImageViewer. Contributed by Jagadesh Kiran N. (9 years ago) +| * 6cc8e38db5b2 - HADOOP-12258. Need translate java.nio.file.NoSuchFileException to FileNotFoundException to avoid regression. Contributed by Zhihai Xu. (9 years ago) +| * dc2340c60e33 - YARN-4031. Add JvmPauseMonitor to ApplicationHistoryServer and WebAppProxyServer (djp via rkanter) (9 years ago) +| * 820f864a26d9 - HADOOP-12318. Expose underlying LDAP exceptions in SaslPlainServer. Contributed by Mike Yoder. (9 years ago) +| * 3e715a4f4c46 - HDFS-8879. Quota by storage type usage incorrectly initialized upon namenode restart. Contributed by Xiaoyu Yao. (9 years ago) +| * e5003be907ac - YARN-4026. Refactored ContainerAllocator to accept a list of priorites rather than a single priority. Contributed by Wangda Tan (9 years ago) +| * 1c12adb71f32 - YARN-4023. Publish Application Priority to TimelineServer. (Sunil G via rohithsharmaks) (9 years ago) +| * 1ea1a8334ea0 - HDFS-8887. Expose storage type and storage ID in BlockLocation. (9 years ago) +| * 3ae716fa696b - YARN-3999. RM hangs on draing events. Contributed by Jian He (9 years ago) +| * 7c796fd12ca5 - Adding release 2.6.1 to CHANGES.txt (9 years ago) +| * 1fc3c779a422 - HDFS-8805. Archival Storage: getStoragePolicy should not need superuser privilege. Contributed by Brahma Reddy Battula. (9 years ago) +| * fa1d84ae2739 - YARN-3887. Support changing Application priority during runtime. Contributed by Sunil G (9 years ago) +| * b56daff6a186 - HDFS-8818. Changes the global moveExecutor to per datanode executors and changes MAX_SIZE_TO_MOVE to be configurable. (9 years ago) +| * cf9d3c925608 - YARN-3873. PendingApplications in LeafQueue should also use OrderingPolicy. (Sunil G via wangda) (9 years ago) +| * 8f73bdd06b16 - HDFS-8866. Typo in docs: Rumtime -> Runtime. Contributed by Gabor Liptak. (9 years ago) +| * 98a27d110129 - HDFS-8772. Fix TestStandbyIsHot#testDatanodeRestarts which occasionally fails. Contributed by Walter Su. (9 years ago) +| * 4bc42d76e7fa - YARN-3966. Fix excessive loggings in CapacityScheduler. (Jian He via wangda) (9 years ago) +| * b6265d39c5d0 - YARN-3948. Display Application Priority in RM Web UI.(Sunil G via rohithsharmaks) (9 years ago) +| * 6d4eee718a3f - HDFS-8856. Make LeaseManager#countPath O(1). (Contributed by Arpit Agarwal) (9 years ago) +| * 8572a5a14b99 - YARN-3974. Refactor the reservation system test cases to use parameterized base test. (subru via curino) (9 years ago) +| * f4c523b69ba5 - Revert "HDFS-8499. Refactor BlockInfo class hierarchy with static helper class. Contributed by Zhe Zhang." (9 years ago) +| * 663eba0ab1c7 - Revert "HDFS-8623. Refactor NameNode handling of invalid, corrupt, and under-recovery blocks. Contributed by Zhe Zhang." (9 years ago) +| * fb1be0b3100c - MAPREDUCE-6257. Document encrypted spills (Bibin A Chundatt via aw) (9 years ago) +| * e73a928a6360 - MAPREDUCE-6443. Add JvmPauseMonitor to JobHistoryServer. Contributed by Robert Kanter. (cherry picked from commit c8469357bad481ca8e341050553a5ae6d98bf8e5) (9 years ago) +| * cfee02b3bdd1 - YARN-4019. Add JvmPauseMonitor to ResourceManager and NodeManager. Contributed by Robert Kanter. (9 years ago) +| * 154c9d2e4213 - YARN-3961. Expose pending, running and reserved containers of a queue in REST api and yarn top (adhoot via asuresh) (9 years ago) +| * cc71ad80e184 - HDFS-8815. DFS getStoragePolicy implementation using single RPC call (Contributed by Surendra Singh Lilhore) (9 years ago) +| * df9e7280db58 - YARN-3992. TestApplicationPriority.testApplicationPriorityAllocation fails intermittently. (Contributed by Sunil G) (9 years ago) +| * f59612edd74d - HADOOP-11932. MetricsSinkAdapter may hang when being stopped. Contributed by Brahma Reddy Battula (9 years ago) +| * 3da0bedaec38 - HADOOP-12304. Applications using FileContext fail with the default file system configured to be wasb/s3/etc. Contributed by Chris Nauroth. (9 years ago) +| * ba2313d6145a - YARN-3983. Refactored CapacityScheduleri#FiCaSchedulerApp to easier extend container allocation logic. Contributed by Wangda Tan (9 years ago) +| * f271d377357a - YARN-3736. Add RMStateStore apis to store and load accepted reservations for failover (adhoot via asuresh) (9 years ago) +| * 4ab49a436522 - HADOOP-12302. Fix native compilation on Windows after HADOOP-7824 (Vinayakumar B via Colin P. McCabe) (9 years ago) +| * 6f83274afc1e - HADOOP-12280. Skip unit tests based on maven profile rather than NativeCodeLoader.isNativeCodeLoaded (Masatake Iwasaki via Colin P. McCabe) (9 years ago) +| * 52f352558615 - HADOOP-12274. Remove direct download link from BULIDING.txt. Contributed by Caleb Severn. (9 years ago) +| * d5403747b57b - HADOOP-12269. Update aws-sdk dependency to 1.10.6 (Thomas Demoor via Lei (Eddy) Xu) (9 years ago) +| * c95993cbaf51 - HDFS-8844. TestHDFSCLI does not cleanup the test directory (Masatake Iwasaki via Colin P. McCabe) (9 years ago) +| * 9a0899990682 - HDFS-8850. VolumeScanner thread exits with exception if there is no block pool to be scanned but there are suspicious blocks. (Colin Patrick McCabe via yliu) (9 years ago) +| * c3364ca8e75a - YARN-4004. container-executor should print output of docker logs if the docker container exits with non-0 exit status. Contributed by Varun Vasudev (9 years ago) +| * 0306d902f535 - YARN-3543. ApplicationReport should be able to tell whether the Application is AM managed or not. Contributed by Rohith Sharma K S (9 years ago) +| * 469cfcd695da - YARN-3965. Add startup timestamp to nodemanager UI. Contributed by Hong Zhiguo (9 years ago) +| * 3cd02b95224e - YARN-3978. Configurably turn off the saving of container info in Generic AHS (Eric Payne via jeagles) (9 years ago) +| * 90b510405af5 - HDFS-8847. change TestHDFSContractAppend to not override testRenameFileBeingAppended method. Contributed by Zhihai Xu (9 years ago) +| * a628a6f12647 - HADOOP-12268. AbstractContractAppendTest#testRenameFileBeingAppended misses rename operation. Contributed by Zhihai Xu (9 years ago) +| * d311a38a6b32 - HDFS-6860. BlockStateChange logs are too noisy. Contributed by Chang Li and Xiaoyu Yao. (9 years ago) +| * 454da959c726 - HADOOP-12183. Annotate the HTrace span created by FsShell with the command-line arguments passed by the user (Masatake Iwasaki via Colin P. McCabe) (9 years ago) +| * 21d10ccc6e46 - HADOOP-7824. NativeIO.java flags and identifiers must be set correctly for each platform, not hardcoded to their Linux values (Martin Walsh via Colin P. McCabe) (9 years ago) +| * a890a31529cc - HADOOP-10854. unit tests for the shell scripts (aw) (9 years ago) +| * 666cafca8d3c - HADOOP-12249. pull argument parsing into a function (aw) (9 years ago) +| * d0e0ba8010b7 - MAPREDUCE-6394. Speed up Task processing loop in HsTasksBlock#render(). Contributed by Ray Chiang (9 years ago) +| * 32e490b6c035 - YARN-3990. AsyncDispatcher may overloaded with RMAppNodeUpdateEvent when Node is connected/disconnected. Contributed by Bibin A Chundatt (9 years ago) +| * 93d50b782494 - MAPREDUCE-6433. launchTime may be negative. Contributed by Zhihai Xu (9 years ago) +| * ab80e277039a - YARN-433. When RM is catching up with node updates then it should not expire acquired containers. Contributed by Xuan Gong (9 years ago) +| * 2087eaf684d9 - HADOOP-12271. Hadoop Jar Error Should Be More Explanatory. Contributed by Josh Elser. (9 years ago) +| * c5caa25b8f29 - HDFS-8821. Explain message "Operation category X is not supported in state standby". Contributed by Gautam Gopalakrishnan. (9 years ago) +| * 88d8736ddeff - HDFS-7192. DN should ignore lazyPersist hint if the writer is not local. (Contributed by Arpit Agarwal) (9 years ago) +| * 91b42e7d6e81 - YARN-3971. Skip RMNodeLabelsManager#checkRemoveFromClusterNodeLabelsOfQueue on nodelabel recovery. (Bibin A Chundatt via wangda) (9 years ago) +| * 8acb30b0167e - YARN-3963. AddNodeLabel on duplicate label addition shows success. (Bibin A Chundatt via wangda) (9 years ago) +| * ddc867ceb9a7 - HDFS-8816. Improve visualization for the Datanode tab in the NN UI. Contributed by Haohui Mai. (9 years ago) +| * c020b62cf8de - YARN-3919. NPEs' while stopping service after exception during CommonNodeLabelsManager#start. (varun saxena via rohithsharmaks) (9 years ago) +| * 5205a330b387 - YARN-2768. Avoid cloning Resource in FSAppAttempt#updateDemand. (Hong Zhiguo via kasha) (9 years ago) +| * 6f0a35724f0d - HADOOP-10945. 4-digit octal umask permissions throws a parse error. Contributed by Chang Li (9 years ago) +| * 2b2bd9214604 - YARN-3950. Add unique SHELL_ID environment variable to DistributedShell. Contributed by Robert Kanter (9 years ago) +| * 6374ee0db445 - HDFS-8670. Better to exclude decommissioned nodes for namenode NodeUsage JMX (Contributed by J.Andreina) (9 years ago) +| * 2a1d656196cf - Revert "HDFS-6682. Add a metric to expose the timestamp of the oldest under-replicated block. (aajisaka)" (9 years ago) +| * f4f1b8b26770 - HDFS-8834. TestReplication is not valid after HDFS-6482. (Contributed by Lei Xu) (9 years ago) +| * 975e138df316 - HDFS-8822. Add SSD storagepolicy tests in TestBlockStoragePolicy#testDefaultPolicies (Contributed by Vinayakumar B) (9 years ago) +| * 50887e5b07b6 - HDFS-8811. Move BlockStoragePolicy name's constants from HdfsServerConstants.java to HdfsConstants.java (Contributed by Vinayakumar B) (9 years ago) +| * 0712a8103fec - HDFS-8180. AbstractFileSystem Implementation for WebHdfs. Contributed by Sathosh G Nayak. (9 years ago) +| * 69b095730bd8 - HADOOP-12175. FsShell must load SpanReceierHost to support tracing (Masatake Iwasaki via Colin P. McCabe) (9 years ago) +| * f17093421521 - YARN-3982. container-executor parsing of container-executor.cfg broken in trunk and branch-2. Contributed by Varun Vasudev (9 years ago) +| * 030fcfa99c34 - HDFS-7858. Improve HA Namenode Failover detection on the client. (asuresh) (9 years ago) +| * e21dde501aa9 - HADOOP-12245. References to misspelled REMAINING_QUATA in FileSystemShell.md. Contributed by Gabor Liptak. (9 years ago) +| * 3572ebd738aa - YARN-3846. RM Web UI queue filter is not working for sub queue. Contributed by Mohammad Shahid Khan (9 years ago) +| * 3e6fce91a471 - YARN-3853. Add docker container runtime support to LinuxContainterExecutor. Contributed by Sidharta Seethana. (9 years ago) +| * f36835ff9b87 - YARN-3852. Add docker container support to container-executor. Contributed by Abin Shahab. (9 years ago) +| * 2196e39e142b - HDFS-8785. TestDistributedFileSystem is failing in trunk. Contributed by Xiaoyu Yao. (9 years ago) +| * 1df78688c694 - HDFS-8810. Correct assertions in TestDFSInotifyEventInputStream class. Contributed by Surendra Singh Lilhore. (9 years ago) +| * 42d4e0ae99d1 - YARN-3958. TestYarnConfigurationFields should be moved to hadoop-yarn-api module. Contributed by Varun Saxena. (9 years ago) +| * 156f24ead004 - YARN-3656. LowCost: A Cost-Based Placement Agent for YARN Reservations. (Jonathan Yaniv and Ishai Menache via curino) (9 years ago) +| * adcf5dd94052 - HADOOP-12237. releasedocmaker.py doesn't work behind a proxy (Tsuyoshi Ozawa via aw) (9 years ago) +| * d7697831e3b2 - HADOOP-12202. releasedocmaker drops missing component and assignee entries (aw) (9 years ago) +| * e8b62d11d460 - HADOOP-12135. cleanup releasedocmaker (9 years ago) +| * 098ba450cc98 - HADOOP-11807. add a lint mode to releasedocmaker (ramtin via aw) (9 years ago) +| * a3bd7b4a59b3 - YARN-3973. Recent changes to application priority management break reservation system from YARN-1051 (Carlo Curino via wangda) (9 years ago) +| * ff9c13e0a739 - YARN-3925. ContainerLogsUtils#getContainerLogFile fails to read container log files from full disks. Contributed by zhihai xu (9 years ago) +| * 83fe34ac0896 - YARN-3026. Move application-specific container allocation logic from LeafQueue to FiCaSchedulerApp. Contributed by Wangda Tan (9 years ago) +| * fc42fa8ae3bc - YARN-3969. Updating CHANGES.txt to reflect the correct set of branches where this is committed (9 years ago) +| * e4b0c74434b8 - HADOOP-12170. hadoop-common's JNIFlags.cmake is redundant and can be removed (Alan Burlison via Colin P. McCabe) (9 years ago) +| * d19d18775368 - YARN-3957. FairScheduler NPE In FairSchedulerQueueInfo causing scheduler page to return 500. (Anubhav Dhoot via kasha) (9 years ago) +| * f8f60918230d - HDFS-8735. Inotify: All events classes should implement toString() API. Contributed by Surendra Singh Lilhore. (9 years ago) +| * fbd606326922 - YARN-3967. Fetch the application report from the AHS if the RM does not know about it. Contributed by Mit Desai (9 years ago) +| * ee233ec95ce8 - HADOOP-12259. Utility to Dynamic port allocation (brahmareddy via rkanter) (9 years ago) +| * 0fcb4a8cf2ad - YARN-3969. Allow jobs to be submitted to reservation that is active but does not have any allocations. (subru via curino) (9 years ago) +| * 206d4933a567 - HDFS-8806. Inconsistent metrics: number of missing blocks with replication factor 1 not properly cleared. Contributed by Zhe Zhang. (9 years ago) +| * e202efaf932c - YARN-3845. Scheduler page does not render RGBA color combinations in IE11. (Contributed by Mohammad Shahid Khan) (9 years ago) +| * 02c01815eca6 - HDFS-6682. Add a metric to expose the timestamp of the oldest under-replicated block. (aajisaka) (9 years ago) +| * ab3197c20452 - HADOOP-12009: Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. (J.Andreina via jghoman) (9 years ago) +| * 1d3026e7b3cf - YARN-3900. Protobuf layout of yarn_security_token causes errors in other protos that include it (adhoot via rkanter) (9 years ago) +| * 6736a1ab7033 - HADOOP-12189. Improve CallQueueManager#swapQueue to make queue elements drop nearly impossible. Contributed by Zhihai Xu. (9 years ago) +| * 813cf89bb56a - HDFS-8730. Clean up the import statements in ClientProtocol. Contributed by Takanobu Asanuma. (9 years ago) +| * adfa34ff9992 - HADOOP-12161. Add getStoragePolicy API to the FileSystem interface. (Contributed by Brahma Reddy Battula) (9 years ago) +| * 3bba1800513b - YARN-3941. Proportional Preemption policy should try to avoid sending duplicate PREEMPT_CONTAINER event to scheduler. (Sunil G via wangda) (9 years ago) +| * ee98d6354bbb - YARN-2019. Retrospect on decision of making RM crashed if any exception throw in ZKRMStateStore. Contributed by Jian He. (9 years ago) +| * e91ccfad07ec - HDFS-8797. WebHdfsFileSystem creates too many connections for pread. Contributed by Jing Zhao. (9 years ago) +| * 06e5dd2c84c4 - YARN-3956. Fix TestNodeManagerHardwareUtils fails on Mac (Varun Vasudev via wangda) (9 years ago) +| * 8376ea3297a3 - YARN-3954. Fix TestYarnConfigurationFields#testCompareConfigurationClassAgainstXml. (varun saxena via rohithsharmaks) (9 years ago) +| * 76ec26de8099 - YARN-3932. SchedulerApplicationAttempt#getResourceUsageReport and UserInfo should based on total-used-resources. (Bibin A Chundatt via wangda) (9 years ago) +| * 1b3bceb58c8e - HADOOP-12184. Remove unused Linux-specific constants in NativeIO (Martin Walsh via Colin P. McCabe) (9 years ago) +| * efa97243ecb8 - HADOOP-12239. StorageException complaining " no lease ID" when updating FolderLastModifiedTime in WASB. Contributed by Duo Xu. (9 years ago) +| * 4025326288c0 - HDFS-8795. Improve InvalidateBlocks#node2blocks. (yliu) (9 years ago) +| * 94c6a4aa85e7 - HADOOP-12017. Hadoop archives command should use configurable replication factor when closing (Contributed by Bibin A Chundatt) (9 years ago) +| * 31f117138a00 - HDFS-8495. Consolidate append() related implementation into a single class. Contributed by Rakesh R. (9 years ago) +| * 393fe71771e3 - YARN-3878. AsyncDispatcher can hang while stopping if it is configured for draining events on stop. Contributed by Varun Saxena (9 years ago) +| * a26cc66f38da - HDFS-8773. Few FSNamesystem metrics are not documented in the Metrics page. Contributed by Rakesh R. (9 years ago) +| * cb03768b1b22 - HDFS-8721. Add a metric for number of encryption zones. Contributed by Rakesh R. (9 years ago) +| * 5137b388fc9d - Revert "HDFS-8344. NameNode doesn't recover lease for files with missing blocks (raviprak)" (9 years ago) +| * 68d1f4bfe863 - HADOOP-11762. Enable swift distcp to secure HDFS (Chen He via aw) (9 years ago) +| * cf74772064de - MAPREDUCE-5801. Uber mode's log message is missing a vcore reason (Steven Wong via aw) (9 years ago) +| * 3b7ffc4f3f0f - YARN-3261. rewrite resourcemanager restart doc to remove roadmap bits (Gururaj Shetty via aw) (9 years ago) +| * c39ca541f498 - YARN-2003. Support for Application priority : Changes in RM and Capacity Scheduler. (Sunil G via wangda) (9 years ago) +| * da2d1ac4bc0b - YARN-3915. scmadmin help message correction (Bibin A Chundatt via aw) (9 years ago) +| * c9507fe6c124 - HDFS-8800. hdfs --daemon stop namenode corrupts logs (John Smith via aw) (9 years ago) +| * 29cf887b226f - HDFS-7582. Enforce maximum number of ACL entries separately per access and default. (Contributed by Vinayakumar B) (9 years ago) +| * 87f29c6b8acc - HADOOP-12214. Parse 'HadoopArchive' commandline using cli Options. (Contributed by Vinayakumar B) (9 years ago) +| * df1e8ce44a47 - HDFS-7483. Display information per tier on the Namenode UI. Contributed by Benoy Antony and Haohui Mai. (9 years ago) +| * a628f675900d - Move HDFS-6945 to 2.7.2 section in CHANGES.txt. (9 years ago) +| * 773c67094375 - HADOOP-12081. Fix UserGroupInformation.java to support 64-bit zLinux. (aajisaka) (9 years ago) +| * d6d58606b8ad - HDFS-8794. Improve CorruptReplicasMap#corruptReplicasMap. (yliu) (9 years ago) +| * ed01dc70b2f4 - HDFS-8657. Update docs for mSNN. Contributed by Jesse Yates. (9 years ago) +| * e4f756260f16 - HDFS-8344. NameNode doesn't recover lease for files with missing blocks (raviprak) (9 years ago) +| * 98c2bc87b144 - HADOOP-11893. Mark org.apache.hadoop.security.token.Token as @InterfaceAudience.Public. (Brahma Reddy Battula via stevel) (9 years ago) +| * a9431425d1af - HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toString() over getMessage() in logging/span events. (Varun Saxena via stevel) (9 years ago) +| * 05fa3368f12d - HADOOP-12088. KMSClientProvider uses equalsIgnoreCase("application/json"). (Brahma Reddy Battula via stevel) (9 years ago) +| * 9141e1aa1656 - HADOOP-12209 Comparable type should be in FileStatus. (Yong Zhang via stevel) (9 years ago) +| * 05130e94c522 - HADOOP-12235 hadoop-openstack junit & mockito dependencies should be "provided". (Ted Yu via stevel) (9 years ago) +| * 176131f12bc0 - Pulling in YARN-3535 to branch 2.7.x (9 years ago) +| * 419c51d233bd - YARN-3844. Make hadoop-yarn-project Native code -Wall-clean (Alan Burlison via Colin P. McCabe) (9 years ago) +| * 7faae0e6fe02 - YARN-3905. Application History Server UI NPEs when accessing apps run after RM restart (Eric Payne via jeagles) (9 years ago) +| * 9b272ccae789 - YARN-3535. Scheduler must re-request container resources when RMContainer transitions from ALLOCATED to KILLED (rohithsharma and peng.zhang via asuresh) (9 years ago) +| * ee36f4f9b87b - HADOOP-10979. Auto-entries in hadoop_usage (aw) (9 years ago) +| * 3540d5fe4b1d - YARN-3885. ProportionalCapacityPreemptionPolicy doesn't preempt if queue is more than 2 level. (Ajith S via wangda) (9 years ago) +| * fa2b63ed1624 - YARN-3930. FileSystemNodeLabelsStore should make sure edit log file closed when exception is thrown. (Dian Fu via wangda) (9 years ago) +| * d96bbe152cf5 - HDFS-8767. RawLocalFileSystem.listStatus() returns null for UNIX pipefile. Contributed by kanaka kumar avvaru. (9 years ago) +| * 0bda84fd4868 - Move HDFS-7314 to 2.8 section in CHANGES.txt (9 years ago) +| * fbd88f1062f3 - HDFS-7314. When the DFSClient lease cannot be renewed, abort open-for-write files rather than the entire DFSClient. (mingma) (9 years ago) +| * 1ba2986dee4b - YARN-3805. Update the documentation of Disk Checker based on YARN-90. Contributed by Masatake Iwasaki. (9 years ago) +| * 90bda9c6110f - HADOOP-12240. Fix tests requiring native library to be skipped in non-native profile. Contributed by Masatake Iwasaki. (9 years ago) +| * f02dd146f58b - YARN-3174. Consolidate the NodeManager and NodeManagerRestart documentation into one. Contributed by Masatake Iwasaki. (9 years ago) +| * 111e6a3fdf61 - HADOOP-10615. FileInputStream in JenkinsHash#main() is never closed. Contributed by Chen He. (9 years ago) +| * 3ec0a0444f75 - HDFS-8778. TestBlockReportRateLimiting#testLeaseExpiration can deadlock. (Contributed by Arpit Agarwal) (9 years ago) +| * edcaae44c10b - YARN-3170. YARN architecture document needs updating. Contirubted by Brahma Reddy Battula. (9 years ago) +| * cec1d43db026 - HADOOP-12153. ByteBufferReadable doesn't declare @InterfaceAudience and @InterfaceStability. Contributed by Brahma Reddy Battula. (9 years ago) +| * 0a16ee60174b - HADOOP-12232. Upgrade Tomcat dependency to 6.0.44. Contributed by Chris Nauroth. (9 years ago) +| * f4ccdb11dca1 - MAPREDUCE-6427. Fix typo in JobHistoryEventHandler. Contributed by Ray Chiang (9 years ago) +| * 979c9ca2ca89 - HDFS-8742. Inotify: Support event for OP_TRUNCATE. Contributed by Surendra Singh Lilhore. (9 years ago) +| * 59388a801514 - HDFS-8722. Optimize datanode writes for small writes and flushes. Contributed by Kihwal Lee (9 years ago) +| * b7fb6ec4513d - HDFS-7608: add CHANGES.txt (9 years ago) +| * 1d74ccececae - HDFS-7608: hdfs dfsclient newConnectedPeer has no write timeout (Xiaoyu Yao via Colin P. McCabe) (9 years ago) +| * 4084eaf94347 - HADOOP-12191. Bzip2Factory is not thread safe. Contributed by Brahma Reddy Battula. (9 years ago) +| * ac94ba3e1851 - YARN-3453. Ensure preemption logic in FairScheduler uses DominantResourceCalculator in DRF queues to prevent unnecessary thrashing. (asuresh) (9 years ago) +| * a431ed9075cf - HADOOP-12211. Collect disk usage on the node. Contributed by Robert Grandl (9 years ago) +| * 9ef03a4c5bb5 - HDFS-8541. Mover should exit with NO_MOVE_PROGRESS if there is no move progress. Contributed by Surendra Singh Lilhore (9 years ago) +| * f7c8311e9836 - Add HDFS-8143 to CHANGES.txt. (9 years ago) +| * 2466460d4cd1 - Revert "YARN-3878. AsyncDispatcher can hang while stopping if it is configured for draining events on stop. (Varun Saxena via kasha)" (9 years ago) +| * 19295b36d90e - YARN-3381. Fix typo InvalidStateTransitonException. Contributed by Brahma Reddy Battula. (9 years ago) +| * e04faf8e462a - MAPREDUCE-6421. Fix findbugs warning in RMContainerAllocator.reduceNodeLabelExpression. Contributed by Brahma Reddy Battula. (9 years ago) +| * 5ed1fead6b5e - YARN-3894. RM startup should fail for wrong CS xml NodeLabel capacity configuration. (Bibin A Chundatt via wangda) (9 years ago) +| * d6675606dc5f - YARN-3069. Document missing properties in yarn-default.xml. Contributed by Ray Chiang. (9 years ago) +| * d7319dee37ea - YARN-3917. getResourceCalculatorPlugin for the default should intercept all exceptions. (gera) (9 years ago) +| * 1df39c1efc9e - YARN-3849. Too much of preemption activity causing continuos killing of containers across queues. (Sunil G via wangda) (9 years ago) +| * 1ea36299a47a - YARN-3116. RM notifies NM whether a container is an AM container or normal task container. Contributed by Giovanni Matteo Fumarola. (9 years ago) +| * 47f4c54106eb - HDFS-8751. Remove setBlocks API from INodeFile and misc code cleanup. Contributed by Zhe Zhang (9 years ago) +| * 08244264c058 - YARN-3445. Cache runningApps in RMNode for getting running apps on given NodeId. (Junping Du via mingma) (9 years ago) +| * b48908033fca - HDFS-2956. calling fetchdt without a --renewer argument throws NPE (Contributed by Vinayakumar B)HDFS-2956. calling fetchdt without a --renewer argument throws NPE (Contributed by Vinayakumar B) (9 years ago) +| * d66302ed9b2c - HDFS-8749. Fix findbugs warnings in BlockManager.java. Contributed by Brahma Reddy Battula. (9 years ago) +| * 52148767924b - YARN-3888. ApplicationMaster link is broken in RM WebUI when appstate is NEW. Contributed by Bibin A Chundatt (9 years ago) +| * 1a0752d85a15 - HADOOP-12210. Collect network usage on the node. Contributed by Robert Grandl (9 years ago) +| * 0e602fa3a152 - YARN-3800. Reduce storage footprint for ReservationAllocation. Contributed by Anubhav Dhoot. (9 years ago) +| * f4ca530c1cc9 - HDFS-8729. Fix TestFileTruncate#testTruncateWithDataNodesRestartImmediately which occasionally failed. Contributed by Walter Su. (9 years ago) +| * ac6048372a58 - HADOOP-12180. Move ResourceCalculatorPlugin from YARN to Common. (Chris Douglas via kasha) (9 years ago) +| * aa067c6aa47b - YARN-3878. AsyncDispatcher can hang while stopping if it is configured for draining events on stop. (Varun Saxena via kasha) (9 years ago) +| * 527c40e4d664 - YARN-1012. Report NM aggregated container resource utilization in heartbeat. (Inigo Goiri via kasha) (9 years ago) +| * fffb15bb431f - MAPREDUCE-6426. TestShuffleHandler#testGetMapOutputInfo is failing. Contributed by zhihai xu. (9 years ago) +| * 63d0365088ff - YARN-2194. Addendum patch to fix failing unit test in TestPrivilegedOperationExecutor. Contributed by Sidharta Seethana. (9 years ago) +| * 6b7692c46893 - HADOOP-12200. TestCryptoStreamsWithOpensslAesCtrCryptoCodec should be skipped in non-native profile. Contributed by Masatake Iwasaki. (9 years ago) +| * b8832fcf1e2a - HADOOP-12201. Add tracing to FileSystem#createFileSystem and Globber#glob (cmccabe) (9 years ago) +| * 2e3d83f97b85 - HADOOP-11878. FileContext#fixRelativePart should check for not null for a more informative exception. (Brahma Reddy Battula via kasha) (9 years ago) +| * 625d7ed9eb65 - HADOOP-12194. Support for incremental generation in the protoc plugin. (9 years ago) +| * fc6182d5ed92 - HDFS-8726. Move protobuf files that define the client-sever protocols to hdfs-client. Contributed by Haohui Mai. (9 years ago) +| * 4119ad3112dc - HDFS-8642. Make TestFileTruncate more reliable. (Contributed by Rakesh R) (9 years ago) +| * 98e59261b7fb - Revert "HADOOP-11807. add a lint mode to releasedocmaker (ramtin via aw)" (9 years ago) +| * bd4e10900cc5 - HDFS-8712. Remove 'public' and 'abstract' modifiers in FsVolumeSpi and FsDatasetSpi (Contributed by Lei (Eddy) Xu) (9 years ago) +| * d6325745e26d - YARN-3690. [JDK8] 'mvn site' fails. Contributed by Brahma Reddy Battula. (9 years ago) +| * c9dd2cada055 - YARN-3892. Fixed NPE on RMStateStore#serviceStop when CapacityScheduler#serviceInit fails. Contributed by Bibin A Chundatt (9 years ago) +| * c0b8e4e5b508 - HDFS-8620. Clean up the checkstyle warinings about ClientProtocol. Contributed by Takanobu Asanuma. (9 years ago) +| * b68701b7b2a9 - HDFS-8711. setSpaceQuota command should print the available storage type when input storage type is wrong. Contributed by Brahma Reddy Battula. (9 years ago) +| * 3dc92e84c2a5 - HADOOP-12195. Add annotation to package-info.java file to workaround MCOMPILER-205. (9 years ago) +| * aa96a8c0c5d8 - HADOOP-12193. Rename Touchz.java to Touch.java. (9 years ago) +| * 7e2fe8c9f28e - MAPREDUCE-6038. A boolean may be set error in the Word Count v2.0 in MapReduce Tutorial. Contributed by Tsuyoshi Ozawa (9 years ago) +| * bc99aaffe7b0 - Revert "HDFS-8652. Track BlockInfo instead of Block in CorruptReplicasMap. Contributed by Jing Zhao." (9 years ago) +| * 559425dcb930 - HADOOP-5732. Add SFTPFileSystem. Contributed by Ramtin Boustani and Inigo Goiri (9 years ago) +| * e0febce0e74e - HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsync multiple times (Contributed by zhihai xu) Moved CHANGES.txt entry to 2.7.2 (9 years ago) +| * c40bdb56a79f - YARN-2194. Fix bug causing CGroups functionality to fail on RHEL7. Contributed by Wei Yan. (9 years ago) +| * 99c8c5839b65 - HADOOP-12117. Potential NPE from Configuration#loadProperty with allowNullValueProperties set. (Contributed by zhihai xu) (9 years ago) +| * af63427c6d7d - YARN-3837. javadocs of TimelineAuthenticationFilterInitializer give wrong prefix for auth options. Contributed by Bibin A Chundatt. (9 years ago) +| * 81f364437608 - HADOOP-11974. Fix FIONREAD #include on Solaris (Alan Burlison via Colin P. McCabe) (9 years ago) +| * bf89ddb9b8ca - Release process for 2.7.1: Set the release date for 2.7.1. (9 years ago) +| * d62b63d297bf - HDFS-8652. Track BlockInfo instead of Block in CorruptReplicasMap. Contributed by Jing Zhao. (9 years ago) +| * 47a69ec7a541 - HADOOP-12185. NetworkTopology is not efficient adding/getting/removing nodes. Contributed by Inigo Goiri (9 years ago) +| * ed1e3ce482f6 - HADOOP-12045. Enable LocalFileSystem#setTimes to change atime. Contributed by Kazuho Fujii. (9 years ago) +| * fc92d3e6515a - HDFS-8686. WebHdfsFileSystem#getXAttr(Path p, final String name) doesn't work if namespace is in capitals (Contributed by kanaka kumar avvaru) (9 years ago) +| * 233cab89adb6 - HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsync multiple times (Contributed by zhihai xu) (9 years ago) +| * bff67dfe2f81 - MAPREDUCE-6425. ShuffleHandler passes wrong "base" parameter to getMapOutputInfo if mapId is not in the cache. Contributed by zhihai xu. (9 years ago) +| * 688617d6d7e6 - YARN-3882. AggregatedLogFormat should close aclScanner and ownerScanner after create them. Contributed by zhihai xu (9 years ago) +| * 2eae130ab9ed - HDFS-8577. Avoid retrying to recover lease on a file which does not exist (Contributed by J.Andreina) (9 years ago) +| * e59f6fad6a88 - HADOOP-12173. NetworkTopology::add calls toString always. Contributed by Inigo Goiri (9 years ago) +| * 5fddc5177dda - HDFS-8709. Clarify automatic sync in FSEditLog#logEdit. (9 years ago) +| * bff5999d07e9 - HDFS-8703. Merge refactor of DFSInputStream from ErasureCoding branch (Contributed by Vinayakumar B) (9 years ago) +| * 37d7395773b5 - YARN-3875. FSSchedulerNode#reserveResource() doesn't print Application Id properly in log. Contributed by Bibin A Chundatt. (9 years ago) +| * f3796224bfdf - HADOOP-12172. FsShell mkdir -p makes an unnecessary check for the existence of the parent. Contributed by Chris Nauroth. (9 years ago) +| * a78d5074fb3d - HADOOP-12171. Shorten overly-long htrace span names for server (cmccabe) (9 years ago) +| * 0e4b06690ff5 - YARN-3508. Prevent processing preemption events on the main RM dispatcher. (Varun Saxena via wangda) (9 years ago) +| * 152e5df3b653 - HDFS-8666. Speedup the TestMover test. Contributed by Walter Su. (9 years ago) +| * b5cdf78e8e6c - YARN-3793. Several NPEs when deleting local files on NM recovery. Contributed by Varun Saxena (9 years ago) +| * eac1d1894354 - MAPREDUCE-6418. MRApp should not shutdown LogManager during shutdown. Contributed by Chang Li (9 years ago) +| * 826715622e69 - MAPREDUCE-6420. Interrupted Exception in LocalContainerLauncher should be logged in warn/info level. Contributed by Chang Li (9 years ago) +| * ec0dc71cabb2 - HDFS-8706. Fix typo in datanode startup options in HDFSCommands.html. (Controibuted by Brahma Reddy Battula) (9 years ago) +| * 2ac87df578ac - MAPREDUCE-6376. Add avro binary support for jhist files. Contributed by Ray Chiang (9 years ago) +| * 80a68d60560e - YARN-3830. AbstractYarnScheduler.createReleaseCache may try to clean a null attempt. Contributed by nijel. (9 years ago) +| * 7405c59799ed - (weichiu/YARN-2139, pbacsko/YARN-2139, origin/YARN-2139, JackWangCS/YARN-2139, 9uapaw/YARN-2139) YARN-3823. Fix mismatch in default values for yarn.scheduler.maximum-allocation-vcores property. Contributed by Ray Chiang. (9 years ago) +| * 532e38cb7f70 - HADOOP-12164. Fix TestMove and TestFsShellReturnCode failed to get command name using reflection. (Lei Xu) (9 years ago) +| * b8e792cba257 - HADOOP-12116. Fix unrecommended syntax usages in hadoop/hdfs/yarn script for cygwin in branch-2. Contributed by Li Lu. (9 years ago) +| * 3a72bfd08281 - MAPREDUCE-6121. JobResourceUpdater#compareFs() doesn't handle HA namespaces (rchiang via rkanter) (9 years ago) +| * aaafa0b2ee64 - HADOOP-12159. Move DistCpUtils#compareFs() to org.apache.hadoop.fs.FileUtil and fix for HA namespaces (rchiang via rkanter) (9 years ago) +| * ad60807238c4 - HADOOP-12124. Add HTrace support for FsShell (cmccabe) (9 years ago) +| * 68e588cbee66 - HADOOP-10798. globStatus() should always return a sorted list of files (cmccabe) (9 years ago) +| * d0cc0380b57d - YARN-3827. Migrate YARN native build to new CMake framework (Alan Burlison via Colin P. McCabe) (9 years ago) +| * 9c63825f1036 - MAPREDUCE-6407. Migrate MAPREDUCE native build to new CMake framework (Alan Burlison via Colin P. McCabe) (9 years ago) +| * 29df73dc0572 - HDFS-8635. Migrate HDFS native build to new CMake framework (Alan Burlison via Colin P. McCabe) (9 years ago) +| * 9ee7b6e6c4ab - HADOOP-12158. Improve error message in TestCryptoStreamsWithOpensslAesCtrCryptoCodec when OpenSSL is not installed. (9 years ago) +| * 6f2a41e37d0b - YARN-3768. ArrayIndexOutOfBoundsException with empty environment variables. (Zhihai Xu via gera) (9 years ago) +| * b6ba56457c6b - MAPREDUCE-6384. Add the last reporting reducer info for too many fetch failure diagnostics. Contributed by Chang Li (9 years ago) +| * 147e020c7aef - HADOOP-12149. copy all of test-patch BINDIR prior to re-exec (aw) (9 years ago) +| * 076948d9a405 - Revert "HADOOP-12009 Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. (J.Andreina via stevel)" (9 years ago) +| * 7ba5bbac02b6 - HDFS-8627. NPE thrown if unable to fetch token from Namenode (Contributed by J.Andreina) (9 years ago) +| * 6d99017f38f5 - HADOOP-12154. FileSystem#getUsed() returns the file length only from root '/' (Contributed by J.Andreina) (9 years ago) +| * 77588e1d32cc - HDFS-8579. Update HDFS usage with missing options (Contributed by J.Andreina) (9 years ago) +| * d3797f9f3cf5 - HDFS-8493. Consolidate truncate() related implementation in a single class. Contributed by Rakesh R. (9 years ago) +| * 8e333720e134 - HDFS-8687. Remove the duplicate usage message from Dfsck.java. (Contributed by Brahma Reddy Battula) (9 years ago) +| * 43a1288fff5e - HDFS-8659. Block scanner INFO message is spamming logs. Contributed by Yongjun Zhang. (9 years ago) +| * 34ee0b9b4797 - Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk (9 years ago) +| |\ +| | * 4672315e2d6a - YARN-3770. SerializedException should also handle java.lang.Error on de-serialization. Contributed by Lavkesh Lahngir (9 years ago) +| * | 8e1bdc17d913 - HADOOP-12107. long running apps may have a huge number of StatisticsData instances under FileSystem (Sangjin Lee via Ming Ma) (9 years ago) +| |/ +| * 460e98f7b3ec - HADOOP-12089. StorageException complaining " no lease ID" when updating FolderLastModifiedTime in WASB. Contributed by Duo Xu. (9 years ago) +| * 62e583c7dcbb - YARN-3695. ServerProxy (NMProxy, etc.) shouldn't retry forever for non network exception. Contributed by Raju Bairishetti (9 years ago) +| * fad291ea6dbe - HADOOP-12112. Make hadoop-common-project Native code -Wall-clean (alanburlison via cmccabe) (9 years ago) +| * 5a27c3fd7616 - HADOOP-12104. Migrate Hadoop Pipes native build to new CMake framework (Alan Burlison via Colin P. McCabe) (9 years ago) +| * 2ffd84273ac4 - HDFS-8653. Code cleanup for DatanodeManager, DatanodeDescriptor and DatanodeStorageInfo. Contributed by Zhe Zhang. (9 years ago) +| * d3fed8e653ed - HDFS-7390. Provide JMX metrics per storage type. (Benoy Antony) (9 years ago) +| * fde20ffcef6d - HDFS-8628. Update missing command option for fetchdt (Contributed by J.Andreina) (9 years ago) +| * c815344e2e68 - HADOOP-12119. hadoop fs -expunge does not work for federated namespace (Contributed by J.Andreina) (9 years ago) +| * 88ceb382ef45 - HDFS-8586. Dead Datanode is allocated for write when client is from deadnode (Contributed by Brahma Reddy Battula) (9 years ago) +| * a95d39f9d08b - YARN-3860. rmadmin -transitionToActive should check the state of non-target node. (Contributed by Masatake Iwasaki) (9 years ago) +| * aad6a7d5dba5 - Adding release 2.7.2 to CHANGES.txt. (9 years ago) +| * c6793dd8cc69 - HDFS-8681. BlockScanner is incorrectly disabled by default. (Contributed by Arpit Agarwal) (9 years ago) +| * 3dfa8161f941 - HADOOP-12009 Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. (J.Andreina via stevel) (9 years ago) +| * b543d1a390a6 - YARN-3859. LeafQueue doesn't print user properly for application add. Contributed by Varun Saxena. (9 years ago) +| * 79ed0f959ffc - HADOOP-11807. add a lint mode to releasedocmaker (ramtin via aw) (9 years ago) +| * fe6c1bd73aee - YARN-2871. TestRMRestart#testRMRestartGetApplicationList sometime fails in trunk. Contributed by zhihai xu (9 years ago) +| * aa07dea35771 - HADOOP-12036. Consolidate all of the cmake extensions in one directory (alanburlison via cmccabe) (9 years ago) +| * 60b858bfa65e - HDFS-8656. Preserve compatibility of ClientProtocol#rollingUpgrade after finalization. (9 years ago) +| * de480d6c8945 - HDFS-8623. Refactor NameNode handling of invalid, corrupt, and under-recovery blocks. Contributed by Zhe Zhang. (9 years ago) +| * 1b764a01fd80 - HDFS-8651. Make hadoop-hdfs-project Native code -Wall-clean (Alan Burlison via Colin P. McCabe) (9 years ago) +| * 40b256949ad6 - YARN-3850. NM fails to read files from full disks which can lead to container logs being lost and other issues. Contributed by Varun Saxena (9 years ago) +| * 8ef07f767f04 - HADOOP-11203. Allow ditscp to accept bandwitdh in fraction MegaBytes. Contributed by Raju Bairishetti (9 years ago) +| * 1403b84b122f - HDFS-8546. Use try with resources in DataStorage and Storage. (9 years ago) +| * ff0e5e572f5d - HDFS-8665. Fix replication check in DFSTestUtils#waitForReplication. (9 years ago) +| * aa5b15b03be6 - MAPREDUCE-6413. TestLocalJobSubmission is failing with unknown host. Contributed by zhihai xu (9 years ago) +| * 67a62da5c5f5 - HDFS-8640. Make reserved RBW space visible through JMX. (Contributed by kanaka kumar avvaru) (9 years ago) +| * bc433908d357 - HDFS-8462. Implement GETXATTRS and LISTXATTRS operations for WebImageViewer. Contributed by Jagadesh Kiran N. (9 years ago) +| * b381f88c71d1 - YARN-3745. SerializedException should also try to instantiate internal exception with the default constructor. Contributed by Lavkesh Lahngir. (9 years ago) +| * 57f1a01eda80 - YARN-3826. Race condition in ResourceTrackerService leads to wrong diagnostics messages. Contributed by Chengbing Liu. (9 years ago) +| * a815cc157ceb - HADOOP-12049. Control http authentication cookie persistence via configuration. Contributed by Huizhi Lu. (9 years ago) +| * afe9ea3c12e1 - HDFS-8646. Prune cached replicas from DatanodeDescriptor state on replica invalidation. (9 years ago) +| * 4c659ddbf762 - YARN-3360. Add JMX metrics to TimelineDataManager (Jason Lowe via jeagles) (9 years ago) +| * 2236b577a34b - HADOOP-11958. MetricsSystemImpl fails to show backtrace when an error occurs (Jason Lowe via jeagles) (9 years ago) +| * 2df00d53d13d - Move YARN-3790 from 2.7.1 to 2.8 in CHANGES.txt (9 years ago) +| * dd4b387d96ab - YARN-3790. usedResource from rootQueue metrics may get stale data for FS scheduler after recovering the container (Zhihai Xu via rohithsharmaks) (9 years ago) +| * 8d58512d6e6d - YARN-3832. Resource Localization fails on a cluster due to existing cache directories. Contributed by Brahma Reddy Battula (9 years ago) +| * 2a20dd9b61ba - YARN-3809. Failed to launch new attempts because ApplicationMasterLauncher's threads all hang. Contributed by Jun Gong (9 years ago) +| * 72d08a0e41ef - MAPREDUCE-6400. Multiple shuffle transfer fails because input is closed too early. Contributed by Brahma Reddy Battula, Akira AJISAKA, and Gera Shegalov. (9 years ago) +| * 2ba646572185 - HDFS-8639. Add Option for NameNode HTTP port in MiniDFSClusterManager. Contributed by Kai Sasaki. (9 years ago) +| * 49dfad942970 - HDFS-6440. Support more than 2 NameNodes. Contributed by Jesse Yates. (9 years ago) +| * 122cad6aec58 - HDFS-6564. Use slf4j instead of common-logging in hdfs-client. Contributed by Rakesh R. (9 years ago) +| * d481684c7c92 - MAPREDUCE-6410. Fixed MapReduce JobHistory server to use the right (login) UGI to refresh log and cleaner settings. Contributed by Varun Saxena. (9 years ago) +| * 41ae7768ebb8 - MAPREDUCE-6406. Update FileOutputCommitter.FILEOUTPUTCOMMITTER_ALGORITHM_VERSION_DEFAULT to match mapred-default.xml. Contributed by Ray Chiang. (9 years ago) +| * 99271b762129 - YARN-3835. hadoop-yarn-server-resourcemanager test package bundles core-site.xml, yarn-site.xml (vamsee via rkanter) (9 years ago) +| * 5ebf2817e58e - YARN-3842. NMProxy should retry on NMNotYetReadyException. (Robert Kanter via kasha) (9 years ago) +| * fac4e04dd359 - HDFS-8542. WebHDFS getHomeDirectory behavior does not match specification. Contributed by Kanaka Kumar Avvaru. (9 years ago) +| * 077250d8d7b4 - MAPREDUCE-5948. org.apache.hadoop.mapred.LineRecordReader does not handle multibyte record delimiters well. Contributed by Vinayakumar B, Rushabh Shah, and Akira AJISAKA (9 years ago) +| * 11ac84820746 - MAPREDUCE-6408. Queue name and user name should be printed on the job page. (Siqi Li via gera) (9 years ago) +| * 7b424f938c3c - HDFS-8480. Fix performance and timeout issues in HDFS-7929 by using hard-links to preserve old edit logs, instead of copying them. (Zhe Zhang via Colin P. McCabe) (9 years ago) +| * 5590e914f588 - Move HDFS-4366 to 2.8.0 in CHANGES.txt (9 years ago) +| * 445b13240cb6 - MAPREDUCE-6403. Fix typo in the usage of NNBench. Contributed by Jagadesh Kiran N. (9 years ago) +| * 6c7a9d502a63 - YARN-3834. Scrub debug logging of tokens during resource localization. Contributed by Chris Nauroth (9 years ago) +| * c7d022b66f0c - HDFS-8192. Eviction should key off used locked memory instead of ram disk free space. (Contributed by Arpit Agarwal) (9 years ago) +| * 658b5c84ae03 - HDFS-7164. Update CHANGES.txt (9 years ago) +| * 055cd5a9a11b - MAPREDUCE-6305. AM/Task log page should be able to link back to the job. (Siqi Li via gera) (9 years ago) +| * 63d40d528654 - MAPREDUCE-6316. Task Attempt List entries should link to the task overview. (Siqi Li via gera) (9 years ago) +| * bcb3c40bed57 - Move HDFS-7546 to release 2.7.1 in CHANGES.txt. (9 years ago) +| * 20c03c960667 - Move HDFS-8337 to branch 2.8 in CHANGES.txt. (9 years ago) +| * 971dc838ecf8 - HDFS-8337. Accessing httpfs via webhdfs doesn't work from a jar with kerberos. Contributed by Yongjun Zhang. (9 years ago) +| * 311a4179cc53 - MAPREDUCE-6405. NullPointerException in App Attempts page. Contributed by Siqi Li and Gera Shegalov. (9 years ago) +| * d112d183242f - HDFS-8582. Support getting a list of reconfigurable config properties and do not generate spurious reconfig warnings (Lei (Eddy) Xu via Colin P. McCabe) (9 years ago) +| * 55278c012fbd - HDFS-8626. Reserved RBW space is not released if creation of RBW File fails. (Contributed by kanaka kumar avvaru) (9 years ago) +| * 49f5d20efe7a - HADOOP-12103. Small refactoring of DelegationTokenAuthenticationFilter to allow code sharing. Contributed by Yongjun Zhang. (9 years ago) +| * b42f1ec13d0a - HDFS-8633. Fix setting of dfs.datanode.readahead.bytes in hdfs-default.xml to match DFSConfigKeys. Contributed by Ray Chiang. (9 years ago) +| * 10107243be66 - MAPREDUCE-6395. Improve the commit failure messages in MRAppMaster recovery. (Brahma Reddy Battula via gera) (9 years ago) +| * 5b5bb8dcdc88 - YARN-3802. Two RMNodes for the same NodeId are used in RM sometimes after NM is reconnected. Contributed by zhihai xu (9 years ago) +| * 6e0a9f92fe00 - HADOOP-12100. ImmutableFsPermission should not override applyUmask since that method doesn't modify the FsPermission (Bibin A. Chundatt via Colin P. McCabe) (9 years ago) +| * 1c13519e1e75 - HDFS-8605. Merge Refactor of DFSOutputStream from HDFS-7285 branch. (vinayakumarb) (9 years ago) +| * 2ad668748e25 - YARN-3824. Fix two minor nits in member variable properties of YarnConfiguration. Contributed by Ray Chiang. (9 years ago) +| * 295d678be885 - HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru) (9 years ago) +| * 1babe50a2cba - MAPREDUCE-6373. The logger reports total input paths but it is referring to input files. Contributed by Bibin A Chundatt. (9 years ago) +| * 74351af3b752 - HADOOP-11965. determine-flaky-tests needs a summary mode. Contributed by Yufei Gu, (9 years ago) +| * cc432885adb0 - HDFS-6249. Output AclEntry in PBImageXmlWriter. Contributed by surendra singh lilhore. (9 years ago) +| * 1a169a26bcc4 - HDFS-8615. Correct HTTP method in WebHDFS document. Contributed by Brahma Reddy Battula. (9 years ago) +| * 45ced38f10fc - HDFS-8589. Fix unused imports in BPServiceActor and BlockReportLeaseManager (cmccabe) (9 years ago) +| * 015535dc0ad0 - HDFS-8446. Separate safemode related operations in GetBlockLocations(). Contributed by Haohui Mai. (9 years ago) +| * a826d432f9b4 - YARN-3804. Both RM are on standBy state when kerberos user not in yarn.admin.acl. Contributed by Varun Saxena (9 years ago) +| * 2de586f60ded - Update CHANGES.txt for HDFS-8238. (9 years ago) +| * b8327744884b - HDFS-8238. Move ClientProtocol to the hdfs-client. Contributed by Takanobu Asanuma. (9 years ago) +| * 6e3fcffe291f - HDFS-8608. Merge HDFS-7912 to trunk and branch-2 (track BlockInfo instead of Block in UnderReplicatedBlocks and PendingReplicationBlocks). Contributed by Zhe Zhang. (9 years ago) +| * ebb9a82519c6 - YARN-3148. Allow CORS related headers to passthrough in WebAppProxyServlet. Contributed by Varun Saxena. (9 years ago) +| * 318d2cde7cb5 - YARN-3617. Fix WindowsResourceCalculatorPlugin.getCpuFrequency() returning always -1. Contributed by J.Andreina. (9 years ago) +| * 5dbc8c9cb00d - HDFS-7164. Feature documentation for HDFS-6581. (Contributed by Arpit Agarwal) (9 years ago) +| * d4929f448f95 - HDFS-8606. Cleanup DFSOutputStream by removing unwanted changes from HDFS-8386. Contributed by Rakesh R (9 years ago) +| * fbf55dcaf452 - HADOOP-12076. Incomplete Cache Mechanism in CredentialProvider API. Contributed by Larry McCay. (9 years ago) +| * 9cd5ad9d84e4 - HDFS-8551. Fix hdfs datanode CLI usage message. Contributed by Brahma Reddy Battula. (9 years ago) +| * e27d5a13b062 - YARN-3714. AM proxy filter can not get RM webapp address from yarn.resourcemanager.hostname.rm-id. Contributed by Masatake Iwasaki (9 years ago) +| * 6a76250b39f3 - HDFS-8548. Minicluster throws NPE on shutdown. Contributed by surendra singh lilhore. (9 years ago) +| * c74517c46bf0 - HDFS-4660. Block corruption can happen during pipeline recovery. Contributed by Kihwal Lee. (9 years ago) +| * b578807b9903 - HADOOP-12095. org.apache.hadoop.fs.shell.TestCount fails. Contributed by Brahma Reddy Battula. (9 years ago) +| * 4e88ff5b27cc - HDFS-8597. Fix TestFSImage#testZeroBlockSize on Windows. Contributed by Xiaoyu Yao. (9 years ago) +| * a3990ca41415 - HDFS-8591. Remove support for deprecated configuration key dfs.namenode.decommission.nodes.per.interval. (9 years ago) +| * b039e69bb03a - YARN-3789. Improve logs for LeafQueue#activateApplications(). Contributed by Bibin A Chundatt. (9 years ago) +| * 32e39d8a29fd - HDFS-8592. SafeModeException never get unwrapped. Contributed by Haohui Mai. (9 years ago) +| * e8c514373f2d - YARN-3711. Documentation of ResourceManager HA should explain configurations about listen addresses. Contributed by Masatake Iwasaki. (9 years ago) +| * 175e6d120fc3 - HDFS-8361. Choose SSD over DISK in block placement. (9 years ago) +| * 1b6695a4c0d7 - Move HDFS-8540 to 2.8 in CHANGES.txt. (9 years ago) +| * 321940cf1937 - HDFS-8540. Mover should exit with NO_MOVE_BLOCK if no block can be moved. Contributed by surendra singh lilhore (9 years ago) +| * 2cb09e98e392 - HDFS-8576. Lease recovery should return true if the lease can be released and the file can be closed. Contributed by J.Andreina (9 years ago) +| * 85cc644f92e0 - MAPREDUCE-6396. TestPipeApplication fails by NullPointerException. Contributed by Brahma Reddy Battula. (9 years ago) +| * 75a2560e5138 - MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Brahma Reddy Battula. (9 years ago) +| * 04c9a077c8f8 - HADOOP-12001. Moving CHANGES.txt up into 2.8. (9 years ago) +| * 722aa1db1f2a - HADOOP-12001. Fixed LdapGroupsMapping to include configurable Posix UID and GID attributes during the search. Contributed by Patrick White. (9 years ago) +| * 32ffda1266c1 - HDFS-8607. TestFileCorruption doesn't work as expected. (Contributed by Walter Su) (9 years ago) +| * 4c5da9bd94ba - HDFS-8595. TestCommitBlockSynchronization fails in branch-2.7. (Patch applies to all branches). (Contributed by Arpit Agarwal) (9 years ago) +| * b0dc29196141 - HDFS-8596. TestDistributedFileSystem et al tests are broken in branch-2 due to incorrect setting of "datanode" attribute. Contributed by Yongjun Zhang. (9 years ago) +| * b8341f1cd897 - HDFS-8593. Calculation of effective layout version mishandles comparison to current layout version in storage. Contributed by Chris Nauroth. (9 years ago) +| * eef7b50e23f9 - HDFS-8572. DN always uses HTTP/localhost@REALM principals in SPNEGO. Contributed by Haohui Mai. (9 years ago) +| * c17439c2ddd9 - HDFS-8499. Refactor BlockInfo class hierarchy with static helper class. Contributed by Zhe Zhang. (9 years ago) +| * 46b0b4179c1e - Add HDFS-7923 to CHANGES.txt (9 years ago) +| * 12b5b06c063d - HDFS-7923. The DataNodes should rate-limit their full block reports by asking the NN on heartbeat messages (cmccabe) (9 years ago) +| * e4489d97e5f0 - HADOOP-11971. Move test utilities for tracing from hadoop-hdfs to hadoop-common. Contributed by Masatake Iwasaki. (9 years ago) +| * d8dcfa98e3ca - YARN-3794. TestRMEmbeddedElector fails because of ambiguous LOG reference. Contributed by Chengbing Liu. (9 years ago) +| * 83e8110f872c - HDFS-8583. Document that NFS gateway does not work with rpcbind on SLES 11. (Arpit Agarwal) (9 years ago) +| * 587309bbbadd - HDFS-8566. HDFS documentation about debug commands wrongly identifies them as "hdfs dfs" commands (Surendra Singh Lilhore via Colin P. McCabe) (9 years ago) +| * b258b344bb76 - HDFS-8573. Move creation of restartMeta file logic from BlockReceiver to ReplicaInPipeline. Contributed by Eddy Xu. (9 years ago) +| * 95c73d49b1bb - HADOOP-12074. in Shell.java#runCommand() rethrow InterruptedException as InterruptedIOException (Contributed by Lavkesh Lahngir) (9 years ago) +| * 5583f88bf7f1 - YARN-3785. Support for Resource as an argument during submitApp call in MockRM test class. Contributed by Sunil G (9 years ago) +| * a7a7768341f1 - HDFS-8549. Abort the balancer if an upgrade is in progress. (9 years ago) +| * c7729efee872 - MAPREDUCE-6389. Fix BaileyBorweinPlouffe CLI usage message. Contributed by Brahma Reddy Battula. (9 years ago) +| * 6785661e5541 - MAPREDUCE-6350. JobHistory doesn't support fully-functional search. Contributed by Siqi Li. (9 years ago) +| * 48ca23def1d1 - HADOOP-7817. RawLocalFileSystem.append() should give FSDataOutputStream with accurate .getPos() (Contributed by kanaka kumar avvaru) (9 years ago) +| * 3107434031e0 - HADOOP-12078. The default retry policy does not handle RetriableException correctly. (Contributed by Arpit Agarwal) (9 years ago) +| * 3c2397cb0410 - HDFS-8568. TestClusterId#testFormatWithEmptyClusterIdOption is failing. Contributed by Rakesh R. (9 years ago) +| * 8d0ef3163287 - YARN-3787. Allowed generic history service to load a number of applications whose started time is within the given range. Contributed by Xuan Gong. (9 years ago) +| * c45784bc9031 - HADOOP-12073. Azure FileSystem PageBlobInputStream does not return -1 on EOF. Contributed by Ivan Mitic. (9 years ago) +| * 927577c87ca1 - HDFS-8552. Fix hdfs CLI usage message for namenode and zkfc. Contributed by Brahma Reddy Battula (9 years ago) +| * fc2ed4a1f9a1 - HADOOP-11347. RawLocalFileSystem#mkdir and create should honor umask (Varun Saxena via Colin P. McCabe) (9 years ago) +| * 025a3a8be07b - MAPREDUCE-6392. Document mapred class path options. Contributed by Brahma Reddy Battula. (9 years ago) +| * a531b058aef4 - YARN-3786. Document yarn class path options. Contributed by Brahma Reddy Battula. (9 years ago) +| * d2832b3d4243 - HDFS-8553. Document hdfs class path options. Contributed by Brahma Reddy Battula. (9 years ago) +| * 84ba1a75b6bc - HADOOP-12054. RPC client should not retry for InvalidToken exceptions. (Contributed by Varun Saxena) (9 years ago) +| * 2b2465dfac1f - YARN-3778. Fix Yarn resourcemanger CLI usage. Contributed by Brahma Reddy Battula (9 years ago) +| * 6afe20a7a4bb - MAPREDUCE-6388. Remove deprecation warnings from JobHistoryServer classes. Contributed by Ray Chiang. (9 years ago) +| * 960b8f19ca98 - YARN-2716. Refactor ZKRMStateStore retry code with Apache Curator. Contributed by Karthik Kambatla (9 years ago) +| * 0e80d5198394 - HDFS-8554. TestDatanodeLayoutUpgrade fails on Windows. Contributed by Chris Nauroth. (9 years ago) +| * 18f680977684 - HADOOP-12052 IPC client downgrades all exception types to IOE, breaks callers trying to use them. (Brahma Reddy Battula via stevel) (9 years ago) +| * 126321eded7d - YARN-3747. TestLocalDirsHandlerService should delete the created test directory logDir2. Contributed by David Moore. (9 years ago) +| * c7ee6c151c57 - YARN-3780. Should use equals when compare Resource in RMNodeImpl#ReconnectNodeTransition. Contributed by zhihai xu. (9 years ago) +| * a6cb4894b45b - HDFS-8539. Hdfs doesnt have class debug in windows. Contributed by Anu Engineer. (9 years ago) +| * bd69ea408f8f - YARN-3655. FairScheduler: potential livelock due to maxAMShare limitation and container reservation. (Zhihai Xu via kasha) (9 years ago) +| * b61b48999530 - HDFS-8116. Cleanup uncessary if LOG.isDebugEnabled() from RollingWindowManager. Contributed by Brahma Reddy Battula. (9 years ago) +| * 71de367c5e80 - HDFS-8432. Introduce a minimum compatible layout version to allow downgrade in more rolling upgrade use cases. Contributed by Chris Nauroth. (9 years ago) +| * e46cb800028c - HADOOP-12055. Deprecate usage of NativeIO#link. Contributed by Andrew Wang. (9 years ago) +| * b3ffa870034d - MAPREDUCE-6354. ShuffleHandler should be able to log shuffle connections. Contributed by Chang Li (9 years ago) +| * 3841d09765ba - HDFS-8522. Change heavily recorded NN logs from INFO to DEBUG level. (Contributed by Xiaoyu Yao) (9 years ago) +| * bc11e158b172 - HADOOP-12056. Use DirectoryStream in DiskChecker#checkDirs to detect errors when listing a directory. Contributed by Zhihai Xu. (9 years ago) +| * 2dbc40e60860 - HADOOP-12059. S3Credentials should support use of CredentialProvider. Contributed by Sean Busbey. (9 years ago) +| * 3e000a919fed - YARN-1462. AHS API and other AHS changes to handle tags for completed MR jobs. Contributed by Xuan Gong (9 years ago) +| * 75885852cc19 - YARN-3259. FairScheduler: Trigger fairShare updates on node events. (Anubhav Dhoot via kasha) (9 years ago) +| * 6786daab3379 - MAPREDUCE-6387. Serialize the recently added Task#encryptedSpillKey field at the end. (Arun Suresh via kasha) (9 years ago) +| * 09b8241e6e36 - MAPREDUCE-6383. Pi job (QuasiMonteCarlo) should not try to read the results file if its job fails. Contributed by Harsh J. (9 years ago) +| * 790a861766dc - MAPREDUCE-6377. JHS sorting on state column not working in webUi. Contributed by zhihai xu. (9 years ago) +| * b2540f486ed9 - HDFS-8535. Clarify that dfs usage in dfsadmin -report output includes all block replicas. Contributed by Eddy Xu. (9 years ago) +| * 18dd01d6bf67 - YARN-3766. Fixed the apps table column error of generic history web UI. Contributed by Xuan Gong. (9 years ago) +| * 405bbcf68c32 - Add missing test file of YARN-3733 (9 years ago) +| * 9f6d67844da3 - HADOOP-11924. Tolerate JDK-8047340-related exceptions in Shell#isSetSidAvailable preventing class init. (Tsuyoshi Ozawa via gera) (9 years ago) +| * 1970ca7cbcdb - YARN-2392. Add more diags about app retry limits on AM failures. Contributed by Steve Loughran (9 years ago) +| * 5149dc7b975f - HDFS-8532. Make the visibility of DFSOutputStream#streamer member variable to private. Contributed by Rakesh R. (9 years ago) +| * 8266dae0e940 - HADOOP-11994. smart-apply-patch wrongly assumes that git is infallible. (Contributed by Kengo Seki) (9 years ago) +| * 6ad4e59cfc11 - YARN-3764. CapacityScheduler should forbid moving LeafQueue from one parent to another. Contributed by Wangda Tan (9 years ago) +| * ade6d9a61eb2 - HDFS-8463. Calling DFSInputStream.seekToNewSource just after stream creation causes NullPointerException. Contributed by Masatake Iwasaki. (9 years ago) +| * ebd797c48fe2 - YARN-3733. Fix DominantRC#compare() does not work as expected if cluster resource is empty. (Rohith Sharmaks via wangda) (9 years ago) +| * dbed757cbaf3 - HADOOP-12058. Fix dead links to DistCp and Hadoop Archives pages. Contributed by Kazuho Fujii. (9 years ago) +| * d7e7f6aa03c6 - YARN-41. The RM should handle the graceful shutdown of the NM. Contributed by Devaraj K. (9 years ago) +| * e8302071ff16 - MAPREDUCE-6382. Don't escape HTML links in Diagnostics in JHS job overview. (Siqi Li via gera) (9 years ago) +| * 1bb79c9d019e - HADOOP-12019. update BUILDING.txt to include python for 'mvn site' in windows (Contributed by Vinayakumar B) (9 years ago) +| * b5f0d294f828 - HADOOP-12018. smart-apply-patch.sh fails if the patch edits CR+LF files and is created by 'git diff --no-prefix'. Contributed by Kengo Seki. (9 years ago) +| * cc70df98e741 - MAPREDUCE-5965. Hadoop streaming throws error if list of input files is high. Error is: "error=7, Argument list too long at if number of input file is high" (wilfreds via rkanter) (9 years ago) +| * 5766a04428f6 - YARN-3749. We should make a copy of configuration when init MiniYARNCluster with multiple RMs. Contributed by Chun Chen (9 years ago) +| * d90c13e2da88 - MAPREDUCE-6174. Combine common stream code into parent class for InMemoryMapOutput and OnDiskMapOutput. (Eric Payne via gera) (9 years ago) +| * bc85959eddcb - Revert "YARN-1462. Made RM write application tags to timeline server and exposed them to users via generic history web UI and REST API. Contributed by Xuan Gong." (9 years ago) +| * 4eec2fd132a7 - Revert "YARN-1462. Correct fix version from branch-2.7.1 to branch-2.8 in" (9 years ago) +| * edb9cd0f7aa1 - YARN-3762. FairScheduler: CME on FSParentQueue#getQueueUserAclInfo. (kasha) (9 years ago) +| * 107da29ff9b6 - MAPREDUCE-6374. Distributed Cache File visibility should check permission of full path. Contributed by Chang Li (9 years ago) +| * e13b671aa510 - YARN-3585. NodeManager cannot exit on SHUTDOWN event triggered and NM recovery is enabled. Contributed by Rohith Sharmaks (9 years ago) +| * dbc4f64937ea - YARN-3751. Fixed AppInfo to check if used resources are null. Contributed by Sunil G. (9 years ago) +| * c59e7456304d - HDFS-3716. Purger should remove stale fsimage ckpt files (Contributed by J.Andreina) (9 years ago) +| * 444a4510c851 - HDFS-8523. Remove usage information on unsupported operation 'fsck -showprogress' from branch-2 (Contributed by J.Andreina) (9 years ago) +| * e965dcec378c - HDFS-8470. fsimage loading progress should update inode, delegation token and cache pool count. (Contributed by surendra singh lilhore) (9 years ago) +| * 54f83d9bd917 - HDFS-8270. create() always retried with hardcoded timeout when file already exists with open lease (Contributed by J.Andreina) (9 years ago) +| * a6a8ee3c24e2 - HADOOP-11991. test-patch.sh isn't re-executed even if smart-apply-patch.sh is modified. Contributed by Kengo Seki. (9 years ago) +| * 806e407ac889 - HDFS-8521. Add VisibleForTesting annotation to BlockPoolSlice#selectReplicaToDelete. (cmccabe) (9 years ago) +| * c1d50a91f7c0 - HDFS-8513. Rename BlockPlacementPolicyRackFaultTolarent to BlockPlacementPolicyRackFaultTolerant. (wang) (9 years ago) +| * efc510a570cf - HDFS-8386. Improve synchronization of 'streamer' reference in DFSOutputStream. Contributed by Rakesh R. (9 years ago) +| * 03fb5c642589 - HDFS-8486. DN startup may cause severe data loss (Daryn Sharp via Colin P. McCabe) (9 years ago) +| * a2bd6217ebd6 - HDFS-8256. '-storagepolicies , -blockId ,-replicaDetails ' options are missed out in usage and from documentation (Contributed by J.Andreina) (9 years ago) +| * 990078b927fb - HADOOP-12037. Fix wrong classname in example configuration of hadoop-auth documentation. Contributed by Masatake Iwasaki. (9 years ago) +| * cdc13efb1af5 - HDFS-8489. Subclass BlockInfo to represent contiguous blocks. Contributed by Zhe Zhang. (9 years ago) +| * 0b5cfacde638 - YARN-1462. Correct fix version from branch-2.7.1 to branch-2.8 in CHANGES.txt (9 years ago) +| * 63e3fee5f6c2 - HADOOP-9905. remove dependency of zookeeper for hadoop-client (Contributed by Vinayakumar B) (9 years ago) +| * 5cc3fced957a - YARN-3725. App submission via REST API is broken in secure mode due to Timeline DT service address is empty. (Zhijie Shen via wangda) (9 years ago) +| * 9686261ecb87 - YARN-2900. Application (Attempt and Container) Not Found in AHS results in Internal Server Error (500). Contributed by Zhijie Shen and Mit Desai (9 years ago) +| * c2356cb0bc3a - HDFS-8490. Typo in trace enabled log in ExceptionHandler of WebHDFS. Contributed by Archana T. (9 years ago) +| * da05361c3bc6 - Revert "YARN-2900. Application (Attempt and Container) Not Found in AHS results" (9 years ago) +| * 06f8e9cabaf3 - YARN-2900. Application (Attempt and Container) Not Found in AHS results in Internal Server Error (500). Contributed by Zhijie Shen and Mit Desai (9 years ago) +| * 4a9ec1a8243e - YARN-1462. Made RM write application tags to timeline server and exposed them to users via generic history web UI and REST API. Contributed by Xuan Gong. (9 years ago) +| * a8acdd65b3f0 - YARN-3467. Expose allocatedMB, allocatedVCores, and runningContainers metrics on running Applications in RM Web UI. (Anubhav Dhoot via kasha) (9 years ago) +| * eb6bf91eeacf - YARN-3740. Fixed the typo in the configuration name: APPLICATION_HISTORY_PREFIX_MAX_APPS. Contributed by Xuan Gong. (9 years ago) +| * 374ddd9f9ea4 - HADOOP-12043. Display warning if defaultFs is not set when running fs commands. Contributed by Eddy Xu. (9 years ago) +| * 6aec13cb338b - YARN-3713. Remove duplicate function call storeContainerDiagnostics in ContainerDiagnosticsUpdateTransition (zxu via rkanter) (9 years ago) +| * 3ae2a625018b - YARN-3547. FairScheduler: Apps that have no resource demand should not participate scheduling. (Xianyin Xin via kasha) (9 years ago) +| * 7673d4f205b2 - HADOOP-11885. hadoop-dist dist-layout-stitching.sh does not work with dash. (wang) (9 years ago) +| * 7817674a3a4d - HDFS-7609. Avoid retry cache collision when Standby NameNode loading edits. Contributed by Ming Ma. (9 years ago) +| * 7366e4256395 - HADOOP-12042. Users may see TrashPolicy if hdfs dfs -rm is run (Contributed by Andreina J) (9 years ago) +| * b75df697e0f1 - HDFS-7401. Add block info to DFSInputStream' WARN message when it adds node to deadNodes (Contributed by Arshad Mohammad) (9 years ago) +| * d725dd8af682 - HDFS-8443. Document dfs.namenode.service.handler.count in hdfs-site.xml. Contributed by J.Andreina. (9 years ago) +| * 788bfa0359c1 - YARN-3716. Node-label-expression should be included by ResourceRequestPBImpl.toString. (Xianyin Xin via wangda) (9 years ago) +| * 9acd24fec408 - Fixed more FilesSystemRMStateStore issues. Contributed by Vinod Kumar Vavilapalli. (9 years ago) +| * 860b8373c3a8 - HADOOP-11934. Use of JavaKeyStoreProvider in LdapGroupsMapping causes infinite loop. Contributed by Larry McCay. (9 years ago) +| * ae1454342064 - HADOOP-12022. fix site -Pdocs -Pdist in hadoop-project-dist; cleanout remaining forrest bits (aw) (9 years ago) +| * 94e7d49a6dab - HADOOP-11959. WASB should configure client side socket timeout in storage client blob request options. Contributed by Ivan Mitic. (9 years ago) +| * 7ebe80ec12a9 - HADOOP-11930. test-patch in offline mode should tell maven to be in offline mode (Sean Busbey via aw) (9 years ago) +| * a1140959dab3 - HADOOP-11894. Bump the version of Apache HTrace to 3.2.0-incubating (Masatake Iwasaki via Colin P. McCabe) (9 years ago) +| * 246cefa08915 - HDFS-8429. Avoid stuck threads if there is an error in DomainSocketWatcher that stops the thread. (zhouyingchao via cmccabe) (9 years ago) +| * d2d95bfe886a - HDFS-8407. libhdfs hdfsListDirectory must set errno to 0 on success (Masatake Iwasaki via Colin P. McCabe) (9 years ago) +| * 08ae87f6ba33 - HADOOP-11983. HADOOP_USER_CLASSPATH_FIRST works the opposite of what it is supposed to do (Sangjin Lee via aw) (9 years ago) +| * 5df1fadf874f - HADOOP-7947. Validate XMLs if a relevant tool is available, when using scripts (Kengo Seki via aw) (9 years ago) +| * cbba7d68f0c7 - HADOOP-11142. Remove hdfs dfs reference from file system shell documentation (Kengo Seki via aw) (9 years ago) +| * 5504a261f829 - HADOOP-11406. xargs -P is not portable (Kengo Seki via aw) (9 years ago) +| * 3077c299da4c - YARN-3723. Need to clearly document primaryFilter and otherInfo value type. Contributed by Zhijie Shen (9 years ago) +| * b01d33cf862a - HADOOP-12030. test-patch should only report on newly introduced findbugs warnings. (Sean Busbey via aw) (9 years ago) +| * f1cea9c6bf68 - HADOOP-12035. shellcheck plugin displays a wrong version potentially (Kengo Seki via aw) (9 years ago) +| * 87c26f8b7d94 - HADOOP-12004. test-patch breaks with reexec in certain situations (Sean Busbey via aw) (9 years ago) +| * 7e509f58439b - YARN-3722. Merge multiple TestWebAppUtils into o.a.h.yarn.webapp.util.TestWebAppUtils. Contributed by Masatake Iwasaki. (9 years ago) +| * 50eeea13000f - HDFS-8431. hdfs crypto class not found in Windows. Contributed by Anu Engineer. (9 years ago) +| * 54504133f41e - YARN-3700. Made generic history service load a number of latest applications according to the parameter or the configuration. Contributed by Xuan Gong. (9 years ago) +| * bf500d979858 - HDFS-5033. Bad error message for fs -put/copyFromLocal if user doesn't have permissions to read the source (Darrell Taylor via aw) (9 years ago) +| * d6e3164d4a18 - YARN-2355. MAX_APP_ATTEMPTS_ENV may no longer be a useful env var for a container (Darrell Taylor via aw) (9 years ago) +| * 4d8fb8c19c04 - HADOOP-9891. CLIMiniCluster instructions fail with MiniYarnCluster ClassNotFoundException (Darrell Taylor via aw) (9 years ago) +| * 4928f5473394 - HDFS-8482. Rename BlockInfoContiguous to BlockInfo. Contributed by Zhe Zhang. (9 years ago) +| * cab7674e54c4 - YARN-3581. Deprecate -directlyAccessNodeLabelStore in RMAdminCLI. (Naganarasimha G R via wangda) (9 years ago) +| * 788406e90cdf - MAPREDUCE-6336. Enable v2 FileOutputCommitter by default. (Siqi Li via gera) (9 years ago) +| * 4102e5882e17 - YARN-3626. On Windows localized resources are not moved to the front of the classpath when they should be. Contributed by Craig Welch. (9 years ago) +| * 3164e7d83875 - MAPREDUCE-6304. Specifying node labels when submitting MR jobs. (Naganarasimha G R via wangda) (9 years ago) +| * ec0a852a37d5 - YARN-3647. RMWebServices api's should use updated api from CommonNodeLabelsManager to get NodeLabel object. (Sunil G via wangda) (9 years ago) +| * c46d4bafe1e3 - Update CHANGES.txt for HDFS-8135. (9 years ago) +| * bb1816328a36 - HADOOP-11242. Record the time of calling in tracing span of IPC server. Contributed by Mastake Iwasaki. (9 years ago) +| * cdbd66be111c - YARN-3686. CapacityScheduler should trim default_node_label_expression. (Sunil G via wangda) (9 years ago) +| * 7dba7005b799 - HADOOP-11969. ThreadLocal initialization in several classes is not thread safe (Sean Busbey via Colin P. McCabe) (9 years ago) +| * 10732d515f62 - YARN-3632. Ordering policy should be allowed to reorder an application when demand changes. Contributed by Craig Welch (9 years ago) +| * 500a1d9c76ec - YARN-160. Enhanced NodeManager to automatically obtain cpu/memory values from underlying OS when configured to do so. Contributed by Varun Vasudev. (9 years ago) +* | b57c9a35f766 - (weichiu/HDFS-7285-backup, pbacsko/HDFS-7285-backup, origin/HDFS-7285-backup, JackWangCS/HDFS-7285-backup, 9uapaw/HDFS-7285-backup) HDFS-8220. Erasure Coding: StripedDataStreamer fails to handle the blocklocations which doesn't satisfy BlockGroupSize. (9 years ago) +* | 1d37a8812160 - HDFS-8854. Erasure coding: add ECPolicy to replace schema+cellSize in hadoop-hdfs. Contributed by Walter Su. (9 years ago) +* | fbf7e81ca007 - HDFS-8827. Erasure Coding: Fix NPE when NameNode processes over-replicated striped blocks. Contributed by Walter Su and Takuya Fukudome. (9 years ago) +* | 8799363db1c0 - HDFS-8857. Erasure Coding: Fix ArrayIndexOutOfBoundsException in TestWriteStripedFileWithFailure. Contributed by Li Bo (9 years ago) +* | 4de48211c6f8 - HDFS-8399. Erasure Coding: unit test the behaviour of BlockManager recovery work for the deleted blocks. Contributed by Rakesh R. (9 years ago) +* | 9312b168e2f1 - HDFS-8804. Erasure Coding: use DirectBufferPool in DFSStripedInputStream for buffer allocation. Contributed by Jing Zhao. (9 years ago) +* | ba90c02853f8 - HDFS-8202. Improve end to end stirpping file test to add erasure recovering test. Contributed by Xinwei Qin. (9 years ago) +* | 4a72be6e0e5c - HDFS-8769. Erasure coding: unit test for SequentialBlockGroupIdGenerator. Contributed by Rakesh R. (9 years ago) +* | 95b499a3671d - HDFS-8798. Erasure Coding: fix DFSStripedInputStream/DFSStripedOutputStream re-fetch token when expired. Contributed by Walter Su. (9 years ago) +* | c2c26e6ea796 - HDFS-8813. Erasure Coding: Client no need to decode missing parity blocks. Contributed by Walter Su. (9 years ago) +* | 5956d23b645e - HDFS-8781. Erasure Coding: Correctly handle BlockManager#InvalidateBlocks for striped block. Contributed by Yi Liu. (9 years ago) +* | f8f7a923b76a - HDFS-8760. Erasure Coding: reuse BlockReader when reading the same block in pread. Contributed by Jing Zhao. (9 years ago) +* | 29495cb8f6b9 - HADOOP-12060. Fix ByteBuffer usage for raw erasure coders. Contributed by Kai Zheng. (9 years ago) +* | 06394e376011 - HDFS-8433. Erasure coding: set blockToken in LocatedStripedBlock. Contributed by Walter Su. (9 years ago) +* | 4fdd9abd7e43 - HDFS-8787. Erasure coding: rename BlockInfoContiguousUC and BlockInfoStripedUC to be consistent with trunk. (9 years ago) +* | 7e091de1366f - HDFS-8058. Erasure coding: use BlockInfo[] for both striped and contiguous blocks in INodeFile. Contributed by Zhe Zhang and Yi Liu. (9 years ago) +* | f32d9a175837 - HDFS-8619. Erasure Coding: revisit replica counting for striped blocks. (Jing Zhao via yliu) (9 years ago) +* | 0a93712f3b9b - HDFS-8734. Erasure Coding: fix one cell need two packets. Contributed by Walter Su. (9 years ago) +* | 6ff957be88d4 - HDFS-8702. Erasure coding: update BlockManager.blockHasEnoughRacks(..) logic for striped block. Contributed by Kai Sasaki. (9 years ago) +* | b1e6429a6be3 - HDFS-8669. Erasure Coding: handle missing internal block locations in DFSStripedInputStream. Contributed by Jing Zhao. (9 years ago) +* | f4098dfae44b - HDFS-8744. Erasure Coding: the number of chunks in packet is not updated when writing parity data. Contributed by Li Bo (9 years ago) +* | e692c7dd92c0 - HDFS-8484. Erasure coding: Two contiguous blocks occupy IDs belong to same striped group. Contributed by Walter Su. (9 years ago) +* | 2470a7bf88c7 - HDFS-8563. Erasure Coding: fsck handles file smaller than a full stripe. Contributed by Walter Su. (9 years ago) +* | 48f3830f2171 - HDFS-8719. Erasure Coding: client generates too many small packets when writing parity data. Contributed by Li Bo. (9 years ago) +* | 42a1d0dbde25 - Addendum fix for HDFS-8323 (adding back a mistakenly deleted line). (9 years ago) +* | 2c494a843699 - HDFS-8461. Erasure coding: fix priority level of UnderReplicatedBlocks for striped block. Contributed by Walter Su. (9 years ago) +* | ee01a0950022 - HDFS-8684. Erasure Coding: fix some block number calculation for striped block. (yliu) (9 years ago) +* | 0b7af27b9a36 - HDFS-8468. 2 RPC calls for every file read in DFSClient#open(..) resulting in double Audit log entries (Contributed by Vinayakumar B) (9 years ago) +* | 093907d728f4 - HDFS-8253. DFSStripedOutputStream.closeThreads releases cellBuffers multiple times. Contributed by Kai Sasaki (9 years ago) +* | d920cdab9178 - HDFS-8567. Erasure Coding: SafeMode handles file smaller than a full stripe. Contributed by Walter Su. (9 years ago) +* | 8c423a8163bf - HDFS-8602. Erasure Coding: Client can't read(decode) the EC files which have corrupt blocks. Contributed by Jing Zhao and Kai Sasaki. (9 years ago) +* | 448cb7df676d - HDFS-8543. Erasure Coding: processOverReplicatedBlock() handles striped block. Contributed by Walter Su. (9 years ago) +* | 3682e01984b6 - HDFS-8254. Avoid assigning a leading streamer in StripedDataStreamer to tolerate datanode failure. Contributed by Tsz Wo Nicholas Sze. (9 years ago) +* | 05c696882ee0 - HDFS-8466. Refactor BlockInfoContiguous and fix NPE in TestBlockInfo#testCopyConstructor() (Contributed by Vinayakumar B) Missed CHANGES.txt entry (9 years ago) +* | 62c5a879ef21 - HDFS-8466. Refactor BlockInfoContiguous and fix NPE in TestBlockInfo#testCopyConstructor() (Contributed by Vinayakumar B) (9 years ago) +* | c12a974ccf5f - HDFS-8580. Erasure coding: Persist cellSize in BlockInfoStriped and StripedBlocksFeature. Contributed by Walter Su. (9 years ago) +* | 49d5cff49011 - HDFS-8559. Erasure Coding: fix non-protobuf fsimage for striped blocks. (Jing Zhao via yliu) (9 years ago) +* | 683332b36de1 - HDFS-8585. Erasure Coding: Remove dataBlockNum and parityBlockNum from StripedBlockProto. Contributed by Yi Liu. (9 years ago) +* | 98d340745be6 - HDFS-8450. Erasure Coding: Consolidate erasure coding zone related implementation into a single class (Contributed by Rakesh R) (9 years ago) +* | b7d6ea8e9141 - HDFS-8571. Fix TestErasureCodingCli test. Contributed by Vinayakumar B. (9 years ago) +* | c5d4652dedc1 - HDFS-8556. Erasure Coding: Fix usage of 'createZone' (Contributed by Vinayakumar B) (9 years ago) +* | e299fe86b889 - HDFS-8557 Allow to configure RS and XOR raw coders. Contributed by Kai Zheng (9 years ago) +* | c41b02cc0058 - HADOOP-12065 Using more meaningful keys in EC schema. Contributed by Kai Zheng (9 years ago) +* | 2eee19cd1d8e - HDFS-8460. Erasure Coding: stateful read result doesn't match data occasionally because of flawed test. Contributed by Walter Su. (9 years ago) +* | c0929ab3c2de - HDFS-8319. Erasure Coding: support decoding for stateful read. Contributed by Jing Zhao. (9 years ago) +* | a31eada33a59 - HDFS-8328. Follow-on to update decode for DataNode striped blocks reconstruction. (yliu) (9 years ago) +* | 673280df24f0 - HDFS-7621. Erasure Coding: update the Balancer/Mover data migration logic. Contributed by Walter Su. (9 years ago) +* | 5f15084bd530 - HDFS-8453. Erasure coding: properly handle start offset for internal blocks in a block group. Contributed by Zhe Zhang. (9 years ago) +* | 71329e817b99 - HDFS-8517. Fix a decoding issue in stripped block recovering in client side. Contributed by Kai Zheng. (9 years ago) +* | 2d847e7d620f - HDFS-8444. Erasure Coding: fix cannot rename a zone dir (Contributed by Walter Su) (9 years ago) +* | 9b54e66f3ea6 - HDFS-8336. Expose some administrative erasure coding operations to HdfsAdmin (Contributed by Uma Maheswara Rao G) (9 years ago) +* | 0799e1e4b6a3 - HADOOP-12011 Allow to dump verbose information to ease debugging in raw erasure coders. Contributed by Kai Zheng (9 years ago) +* | 014bd32c58cc - HDFS-8481. Erasure coding: remove workarounds in client side stripped blocks recovering. Contributed by Zhe Zhang. (9 years ago) +* | 1299357a05c5 - HDFS-8479. Erasure coding: fix striping related logic in FSDirWriteFileOp to sync with HDFS-8421. Contributed by Zhe Zhang. (9 years ago) +* | c9e026821658 - Addendum fix for HDFS-7912. (9 years ago) +* | 4ad484883f77 - HADOOP-11847 Enhance raw coder allowing to read least required inputs in decoding. Contributed by Kai Zheng (9 years ago) +* | 5a391e1d2584 - HADOOP-12029. Remove chunkSize from ECSchema as its not required for coders (Contributed by Vinayakumar B) (9 years ago) +* | 80c56c2d3167 - HDFS-8408. Revisit and refactor ErasureCodingInfo (Contributed by Vinayakumar B) Added missed file (9 years ago) +* | 9a18598e2da8 - HDFS-8408. Revisit and refactor ErasureCodingInfo (Contributed by Vinayakumar B) (9 years ago) +* | b30e96bfb4b8 - HDFS-8382 Remove chunkSize and initialize from erasure coder. Contributed by Kai Zheng (9 years ago) +* | 0ed92e5b13f6 - HDFS-7768. Change fsck to support EC files. Contributed by Takanobu Asanuma (9 years ago) +* | 4ae32abdf474 - HADOOP-12013 Generate fixed data to perform erasure coder test. Contributed by Kai Zheng (9 years ago) +* | 3d734df24cba - HDFS-8441. Erasure Coding: make condition check earlier for setReplication. (waltersu4549) (9 years ago) +* | 7af05a3db4c7 - HDFS-8294. Erasure Coding: Fix Findbug warnings present in erasure coding. Contributed by Rakesh R. (9 years ago) +* | e53fa769c974 - HDFS-8186. Erasure coding: Make block placement policy for EC file configurable. Contributed by Walter Su. (9 years ago) +* | 744ef1779202 - HDFS-8427. Remove dataBlockNum and parityBlockNum from BlockInfoStriped. Contributed by Kai Sasaki. (9 years ago) +* | 45db1a0b7279 - HDFS-8323. Bump GenerationStamp for write faliure in DFSStripedOutputStream. Contributed by Tsz Wo Nicholas Sze. (9 years ago) +* | 47ef869fa790 - HDFS-8428. Erasure Coding: Fix the NullPointerException when deleting file. Contributed by Yi Liu. (9 years ago) +* | 91c81fdc2470 - HDFS-8375. Add cellSize as an XAttr to ECZone. Contributed by Vinayakumar B. (9 years ago) +* | 914580934c56 - HDFS-8378. Erasure Coding: Few improvements for the erasure coding worker. Contributed by Rakesh R. (9 years ago) +* | 8c95673db477 - HDFS-8366. Erasure Coding: Make the timeout parameter of polling blocking queue configurable in DFSStripedOutputStream. Contributed by Li Bo (9 years ago) +* | 7434c44b1676 - HDFS-8320. Erasure coding: consolidate striping-related terminologies. Contributed by Zhe Zhang and Jing Zhao. (9 years ago) +* | b008348dbf9b - HDFS-8418. Fix the isNeededReplication calculation for Striped block in NN. Contributed by Yi Liu. (9 years ago) +* | 6c310db15939 - HDFS-8417. Erasure Coding: Pread failed to read data starting from not-first stripe. Contributed by Walter Su. (9 years ago) +* | 343c0e76fcd9 - HADOOP-11938. Enhance ByteBuffer version encode/decode API of raw erasure coder. Contributed by Kai Zheng. (9 years ago) +* | b64f6745a457 - HADOOP-11566. Add tests and fix for erasure coders to recover erased parity units. Contributed by Kai Zheng. (9 years ago) +* | 09c3a375bafa - HADOOP-11920. Refactor some codes for erasure coders. Contributed by Kai Zheng. (9 years ago) +* | 9c7a78c8748a - HADOOP-11921. Enhance tests for erasure coders. Contributed by Kai Zheng. (9 years ago) +* | a9197269143f - HDFS-8352. Erasure Coding: test webhdfs read write stripe file. (waltersu4549) (9 years ago) +* | c9103e9cacc6 - HDFS-8367 BlockInfoStriped uses EC schema. Contributed by Kai Sasaki (9 years ago) +* | d8ea443af0b1 - Merge HDFS-8394 from trunk: Move getAdditionalBlock() and related functionalities into a separate class. (9 years ago) +* | c99c33792827 - HDFS-8391. NN should consider current EC tasks handling count from DN while assigning new tasks. Contributed by Uma Maheswara Rao G. (9 years ago) +* | bba15e06d29d - HDFS-8364. Erasure coding: fix some minor bugs in EC CLI (Contributed by Walter Su) (9 years ago) +* | 9798065cbb5c - HDFS-8195. Erasure coding: Fix file quota change when we complete/commit the striped blocks. Contributed by Takuya Fukudome. (9 years ago) +* | 8da9e18dadf5 - HDFS-8363. Erasure Coding: DFSStripedInputStream#seekToNewSource. (yliu) (9 years ago) +* | 54d28275226e - HDFS-8368. Erasure Coding: DFS opening a non-existent file need to be handled properly. Contributed by Rakesh R. (9 years ago) +* | 97a2396af685 - HDFS-8372. Erasure coding: compute storage type quotas for striped files, to be consistent with HDFS-8327. Contributed by Zhe Zhang. (9 years ago) +* | 8d3030f06411 - HDFS-7678. Erasure coding: DFSInputStream with decode functionality (pread). Contributed by Zhe Zhang. (9 years ago) +* | 6bacaa9a5233 - HDFS-7936. Erasure coding: resolving conflicts in the branch when merging trunk changes (this commit is for HDFS-8327 and HDFS-8357). Contributed by Zhe Zhang. (9 years ago) +* | 51ea117f883f - HDFS-8355. Erasure Coding: Refactor BlockInfo and BlockInfoUnderConstruction. Contributed by Tsz Wo Nicholas Sze. (9 years ago) +* | 9da927540f0e - HDFS-8289. Erasure Coding: add ECSchema to HdfsFileStatus. Contributed by Yong Zhang. (9 years ago) +* | a17cedb44c2a - HDFS-8203. Erasure Coding: Seek and other Ops in DFSStripedInputStream. Contributed by Yi Liu. (9 years ago) +* | ac97edd1abcc - HDFS-8129. Erasure Coding: Maintain consistent naming for Erasure Coding related classes - EC/ErasureCoding. Contributed by Uma Maheswara Rao G (9 years ago) +* | cea46f79b0fa - HDFS-8334. Erasure coding: rename DFSStripedInputStream related test classes. Contributed by Zhe Zhang. (9 years ago) +* | 6616de24cb14 - HDFS-7348. Erasure Coding: DataNode reconstruct striped blocks. Contributed by Yi Liu. (9 years ago) +* | 220ca960bce9 - HDFS-7672. Handle write failure for stripping blocks and refactor the existing code in DFSStripedOutputStream and StripedDataStreamer. (9 years ago) +* | e849be2d31b6 - HDFS-8324. Add trace info to DFSClient#getErasureCodingZoneInfo(..). Contributed by Vinayakumar B (9 years ago) +* | 4392325546a4 - HDFS-8242. Erasure Coding: XML based end-to-end test for ECCli commands (Contributed by Rakesh R) (9 years ago) +* | 436c14855aef - HDFS-8137. Send the EC schema to DataNode via EC encoding/recovering command. Contributed by Uma Maheswara Rao G (9 years ago) +* | 6dea01f1ee5e - HDFS-8281. Erasure Coding: implement parallel stateful reading for striped layout. Contributed by Jing Zhao. (9 years ago) +* | ea6c66ed5704 - HDFS-8316. Erasure coding: refactor EC constants to be consistent with HDFS-8249. Contributed by Zhe Zhang. (9 years ago) +* | 77d94dd5ece2 - HDFS-7949. WebImageViewer need support file size calculation with striped blocks. Contributed by Rakesh R. (9 years ago) +* | 5059958bf4f5 - HDFS-8308. Erasure Coding: NameNode may get blocked in waitForLoadingFSImage() when loading editlog. Contributed by Jing Zhao. (9 years ago) +* | 1a31f1c303e8 - HDFS-8183. Erasure Coding: Improve DFSStripedOutputStream closing of datastreamer threads. Contributed by Rakesh R. (9 years ago) +* | f0628280c351 - HDFS-8282. Erasure coding: move striped reading logic to StripedBlockUtil. Contributed by Zhe Zhang. (9 years ago) +* | b00c66387709 - HDFS-8272. Erasure Coding: simplify the retry logic in DFSStripedInputStream (stateful read). Contributed by Jing Zhao (9 years ago) +* | 1a8139e6addf - Fix merge conflicts. (9 years ago) +* | 9593776e34d0 - HDFS-8235. Erasure Coding: Create DFSStripedInputStream in DFSClient#open. Contributed by Kai Sasaki. (9 years ago) +* | 5eb17e572656 - HDFS-8189. ClientProtocol#createErasureCodingZone API was wrongly annotated as Idempotent (Contributed by Vinayakumar B) (9 years ago) +* | f9eb95c31da9 - HDFS-8230. Erasure Coding: Ignore DatanodeProtocol#DNA_ERASURE_CODING_RECOVERY commands from standbynode if any (Contributed by Vinayakumar B) (9 years ago) +* | 89d33785780f - HDFS-8033. Erasure coding: stateful (non-positional) read from files in striped layout. Contributed by Zhe Zhang. (9 years ago) +* | f5d4a95ef5fc - HDFS-8228. Erasure Coding: SequentialBlockGroupIdGenerator#nextValue may cause block id conflicts. Contributed by Jing Zhao. (9 years ago) +* | 3f2c6938f1d1 - HDFS-8223. Should calculate checksum for parity blocks in DFSStripedOutputStream. Contributed by Yi Liu. (9 years ago) +* | eb612b0b70f1 - HDFS-8233. Fix DFSStripedOutputStream#getCurrentBlockGroupBytes when the last stripe is at the block group boundary. Contributed by Jing Zhao. (9 years ago) +* | fcd54ecce276 - HDFS-8136. Client gets and uses EC schema when reads and writes a stripping file. Contributed by Kai Sasaki (9 years ago) +* | e8df2581c329 - HDFS-8156. Add/implement necessary APIs even we just have the system default schema. Contributed by Kai Zheng. (9 years ago) +* | 014d8675c59d - HDFS-8024. Erasure Coding: ECworker frame, basics, bootstraping and configuration. (Contributed by Uma Maheswara Rao G) (9 years ago) +* | 2f11109bb0db - HDFS-8212. DistributedFileSystem.createErasureCodingZone should pass schema in FileSystemLinkResolver. Contributed by Tsz Wo Nicholas Sze. (9 years ago) +* | e9d85bbf304b - HDFS-8216. TestDFSStripedOutputStream should use BlockReaderTestUtil to create BlockReader. Contributed by Tsz Wo Nicholas Sze. (9 years ago) +* | e107886d6f62 - HDFS-8190. StripedBlockUtil.getInternalBlockLength may have overflow error. (9 years ago) +* | 922631f04f4b - HDFS-8188. Erasure coding: refactor client-related code to sync with HDFS-8082 and HDFS-8169. Contributed by Zhe Zhang. (9 years ago) +* | dfba46ab577e - HDFS-8181. createErasureCodingZone sets retryCache state as false always (Contributed by Uma Maheswara Rao G) (9 years ago) +* | a1c9425265d2 - HDFS-8146. Protobuf changes for BlockECRecoveryCommand and its fields for making it ready for transfer to DN (Contributed by Uma Maheswara Rao G) (9 years ago) +* | f6e1160ef1e9 - HDFS-8145. Fix the editlog corruption exposed by failed TestAddStripedBlocks. Contributed by Jing Zhao. (9 years ago) +* | ab76e1fe36b5 - HDFS-7937. Erasure Coding: INodeFile quota computation unit tests. Contributed by Kai Sasaki. (9 years ago) +* | cd458c38a0e8 - HDFS-8166. DFSStripedOutputStream should not create empty blocks. Contributed by Jing Zhao. (9 years ago) +* | 909632dd9094 - HADOOP-11841. Remove unused ecschema-def.xml files. (9 years ago) +* | 64f8f0a14584 - HDFS-8167. BlockManager.addBlockCollectionWithCheck should check if the block is a striped block. Contributed by Hui Zheng. (9 years ago) +* | 4c039b0876bb - HDFS-7994. Detect if resevered EC Block ID is already used during namenode startup. Contributed by Hui Zheng (9 years ago) +* | 5e8837dd6cc7 - HDFS-8120. Erasure coding: created util class to analyze striped block groups. Contributed by Zhe Zhang and Li Bo. (9 years ago) +* | ceb3d1c17051 - HDFS-7349. Support DFS command for the EC encoding (Contributed by Vinayakumar B) (9 years ago) +* | 2c277802c163 - HDFS-8027. Erasure Coding: Update CHANGES-HDFS-7285.txt with branch commits (Vinayakumar B) (9 years ago) +* | 04c23d95d0f3 - HDFS-8123. Erasure Coding: Better to move EC related proto messages to a separate erasurecoding proto file (Contrubuted by Rakesh R) (9 years ago) +* | 3b56a5aa9e82 - HDFS-8114. Erasure coding: Add auditlog FSNamesystem#createErasureCodingZone if this operation fails. Contributed by Rakesh R. (9 years ago) +* | a32c4dc38a71 - HDFS-8122. Erasure Coding: Support specifying ECSchema during creation of ECZone. Contributed by Vinayakumar B. (9 years ago) +* | 35797b088991 - HDFS-7936. Erasure coding: resolving conflicts in the branch when merging trunk changes (this commit mainly addresses HDFS-8081 and HDFS-8048. Contributed by Zhe Zhang. (9 years ago) +* | f53e402635a9 - HDFS-8090. Erasure Coding: Add RPC to client-namenode to list all ECSchemas loaded in Namenode. (Contributed by Vinayakumar B) (9 years ago) +* | 4970f2a2ab8f - HDFS-7889 Subclass DFSOutputStream to support writing striping layout files. Contributed by Li Bo (9 years ago) +* | 4d0bc724f29b - HDFS-8077. Erasure coding: fix bugs in EC zone and symlinks. Contributed by Jing Zhao and Zhe Zhang. (9 years ago) +* | 971bd5e885ee - HADOOP-11818 Minor improvements for erasurecode classes. Contributed by Rakesh R (9 years ago) +* | c4a0d88366aa - HDFS-8104 Make hard-coded values consistent with the system default schema first before remove them. Contributed by Kai Zheng (9 years ago) +* | 1a37b0fe9aaf - HDFS-8074 Define a system-wide default EC schema. Contributed by Kai Zheng (9 years ago) +* | 2ca3e38feb41 - HDFS-8023. Erasure Coding: retrieve eraure coding schema for a file from NameNode (Contributed by Vinayakumar B) Added missed file (9 years ago) +* | 16484f00308c - HDFS-8023. Erasure Coding: retrieve eraure coding schema for a file from NameNode (Contributed by Vinayakumar B) (9 years ago) +* | bff59392eecb - HDFS-7782. Erasure coding: pread from files in striped layout. Contributed by Zhe Zhang and Jing Zhao (9 years ago) +* | 91c741a2a171 - HDFS-7782. Erasure coding: pread from files in striped layout. Contributed by Zhe Zhang and Jing Zhao (9 years ago) +* | 99502cbbe284 - HADOOP-11645. Erasure Codec API covering the essential aspects for an erasure code ( Contributed by Kai Zheng) (9 years ago) +* | aac73c21c3e3 - HADOOP-11740. Combine erasure encoder and decoder interfaces. Contributed by Zhe Zhang. Updated CHANGES-HDFS-EC-7285.txt (9 years ago) +* | d25ca09cf629 - HADOOP-11782 Correct two thrown messages in ECSchema class. Contributed by Xinwei Qin Updated CHANGES-HDFS-EC-7285.txt (9 years ago) +* | d43102d2c596 - Updated CHANGES-HDFS-EC-7285.txt (9 years ago) +* | 17f7cdc04764 - HADOOP-11805 Better to rename some raw erasure coders. Contributed by Kai Zheng (9 years ago) +* | 146ce7a9784e - HDFS-7969. Erasure coding: NameNode support for lease recovery of striped block groups. Contributed by Zhe Zhang. (9 years ago) +* | c243319eab89 - HDFS-7936. Erasure coding: resolving conflicts in the branch when merging trunk changes (this commit is for HDFS-8035). Contributed by Zhe Zhang (9 years ago) +* | e54a74b566f8 - HADOOP-11740. Combine erasure encoder and decoder interfaces. Contributed by Zhe Zhang. (9 years ago) +* | 1af8c148626e - HDFS-7839. Erasure coding: implement facilities in NameNode to create and manage EC zones. Contributed by Zhe Zhang (9 years ago) +* | 578019d6a27b - HDFS-7936. Erasure coding: resolving conflicts in the branch when merging (this commit is for conflicts from HDFS-6945). Contributed by Zhe Zhang. (9 years ago) +* | 98ea3ec0da97 - HADOOP-11782 Correct two thrown messages in ECSchema class. Contributed by Xinwei Qin (9 years ago) +* | 9edc73d1231e - HDFS-7617. Add unit tests for editlog transactions for EC. Contributed by Hui Zheng. (9 years ago) +* | af8eaacdb40a - HDFS-8027. Erasure Coding: Update CHANGES-HDFS-7285.txt with branch commits (Vinayakumar B) (9 years ago) +* | cd655ee817a3 - HDFS-8005. Erasure Coding: simplify striped block recovery work computation and add tests. Contributed by Jing Zhao. (9 years ago) +* | abf833a7b228 - HDFS-7907. Erasure Coding: track invalid, corrupt, and under-recovery striped blocks in NameNode. Contributed by Jing Zhao. (9 years ago) +* | 97378e4cd090 - HDFS-7936. Erasure coding: resolving conflicts in the branch when merging (this commit is for HDFS-7742) (9 years ago) +* | d9af36b9bdd1 - HADOOP-11664. Loading predefined EC schemas from configuration. Contributed by Kai Zheng. (9 years ago) +* | 9d1175b8fb18 - HDFS-7716. Add a test for BlockGroup support in FSImage. Contributed by Takuya Fukudome (9 years ago) +* | ea2e60fbcc79 - HDFS-7936. Erasure coding: resolving conflicts when merging with HDFS-7903, HDFS-7435, HDFS-7930, HDFS-7960 (this commit is for HDFS-7960) (9 years ago) +* | d0d75a833907 - HDFS-7827. Erasure Coding: support striped blocks in non-protobuf fsimage. Contributed by Hui Zheng. (9 years ago) +* | 46dac3595fa2 - HDFS-7864. Erasure Coding: Update safemode calculation for striped blocks. Contributed by GAO Rui. (9 years ago) +* | 544f75d6512f - HDFS-7936. Erasure coding: resolving conflicts when merging with HDFS-7903, HDFS-7435 and HDFS-7930 (this commit is for HDFS-7930 only) (9 years ago) +* | df297245a74b - HADOOP-11647. Reed-Solomon ErasureCoder. Contributed by Kai Zheng (9 years ago) +* | 90d332d6be4d - HADOOP-11707. Add factory to create raw erasure coder. Contributed by Kai Zheng (9 years ago) +* | 57a84c0d149b - HDFS-7369. Erasure coding: distribute recovery work for striped blocks to DataNode. Contributed by Zhe Zhang. (9 years ago) +* | e3dbfeb13827 - Updated CHANGES-HDFS-EC-7285.txt accordingly (9 years ago) +* | c3bc083405d8 - HADOOP-11706 Refine a little bit erasure coder API (9 years ago) +* | a38a37c63417 - HDFS-7912. Erasure Coding: track BlockInfo instead of Block in UnderReplicatedBlocks and PendingReplicationBlocks. Contributed by Jing Zhao. (9 years ago) +* | 26773d9d6c10 - HDFS-7826. Erasure Coding: Update INodeFile quota computation for striped blocks. Contributed by Kai Sasaki. (9 years ago) +* | 11585883a9eb - HDFS-7936. Erasure coding: resolving conflicts when merging with HDFS-7903 and HDFS-7435. Contributed by Zhe Zhang. (9 years ago) +* | 68caf8728e35 - Fixed a compiling issue introduced by HADOOP-11705. (9 years ago) +* | 292e367d0772 - HADOOP-11705. Make erasure coder configurable. Contributed by Kai Zheng (9 years ago) +* | f05c21285ef2 - HDFS-7853. Erasure coding: extend LocatedBlocks to support reading from striped files. Contributed by Jing Zhao. (9 years ago) +* | 8f89d7489df0 - HADOOP-11646. Erasure Coder API for encoding and decoding of block group ( Contributed by Kai Zheng ) (9 years ago) +* | 39a0a85fb778 - HDFS-7872. Erasure Coding: INodeFile.dumpTreeRecursively() supports to print striped blocks. Contributed by Takuya Fukudome. (9 years ago) +* | c0945a897109 - HADOOP-11643. Define EC schema API for ErasureCodec. Contributed by Kai Zheng (9 years ago) +* | 1e1e93040748 - HDFS-7837. Erasure Coding: allocate and persist striped blocks in NameNode. Contributed by Jing Zhao. (9 years ago) +* | 9af1f4779b64 - Addendum fix for HDFS-7749 to be compatible with HDFS-7993 (9 years ago) +* | 9f2f583f4011 - HDFS-7749. Erasure Coding: Add striped block support in INodeFile. Contributed by Jing Zhao. (9 years ago) +* | dae27f6dd14a - HADOOP-11542. Raw Reed-Solomon coder in pure Java. Contributed by Kai Zheng (9 years ago) +* | ba9371492036 - HDFS-7716. Erasure Coding: extend BlockInfo to handle EC info. Contributed by Jing Zhao. (9 years ago) +* | b29f3bde4d2f - HADOOP-11541. Raw XOR coder (9 years ago) +* | 9f19eb9fcf47 - HADOOP-11534. Minor improvements for raw erasure coders ( Contributed by Kai Zheng ) (9 years ago) +* | e50bcea83d5f - HADOOP-11514. Raw Erasure Coder API for concrete encoding and decoding (Kai Zheng via umamahesh) (9 years ago) +* | ec480134262f - Fix Compilation Error in TestAddBlockgroup.java after the merge (9 years ago) +* | 0c1da5a0300f - HDFS-7652. Process block reports for erasure coded blocks. Contributed by Zhe Zhang (9 years ago) +* | bc2833b1c91e - HDFS-7339. Allocating and persisting block groups in NameNode. Contributed by Zhe Zhang (9 years ago) +* | f166e67a23bc - HDFS-7347. Configurable erasure coding policy for individual files and directories ( Contributed by Zhe Zhang ) (9 years ago) +|/ +* 022f49d59e40 - MAPREDUCE-6364. Add a Kill link to Task Attempts page. Contributed by Ryu Kobayashi. (9 years ago) +* 9a3d617b6325 - YARN-2336. Fair scheduler's REST API returns a missing '[' bracket JSON for deep queue tree. Contributed by Kenji Kikushima and Akira Ajisaka. (9 years ago) +* 56996a685e62 - HADOOP-8751. NPE in Token.toString() when Token is constructed using null identifier. Contributed by kanaka kumar avvaru. (9 years ago) +* 39077dba2e87 - YARN-2238. Filtering on UI sticks even if I move away from the page. Contributed by Jian He (9 years ago) +* ada233b7cd7d - HDFS-8377. Support HTTP/2 in datanode. Contributed by Duo Zhang. (9 years ago) +* 446d51591e6e - YARN-3707. RM Web UI queue filter doesn't work. Contributed by Wangda Tan (9 years ago) +* 455b3acf0e82 - YARN-3701. Isolating the error of generating a single app report when getting all apps from generic history service. Contributed by Zhijie Shen (9 years ago) +* f34638399abd - HADOOP-11927. Fix "undefined reference to dlopen" error when compiling libhadooppipes (Xianyin Xin via Colin P. McCabe) (9 years ago) +* b27ce3c5318a - MAPREDUCE-6204. TestJobCounters should use new properties instead of JobConf.MAPRED_TASK_JAVA_OPTS. (9 years ago) +* 55ed6558bad5 - HADOOP-11743. maven doesn't clean all the site files (Contributed by ramtin) (9 years ago) +* 132d909d4a65 - YARN-3594. WintuilsProcessStubExecutor.startStreamReader leaks streams. Contributed by Lars Francke. (9 years ago) +* 0c6638c2ea27 - HDFS-8268. Port conflict log for data node server is not sufficient (Contributed by Mohammad Shahid Khan) (9 years ago) +* ab7958f22774 - HADOOP-11594. Improve the readability of site index of documentation. Contributed by Masatake Iwasaki. (9 years ago) +* b2a40942c1bf - HADOOP-11955. Fix a typo in the cluster setup doc. Contributed by Yanjun Wang. (9 years ago) +* c7fea088f7b6 - HADOOP-12014. hadoop-config.cmd displays a wrong error message. Contributed by Kengo Seki. (9 years ago) +* cf2b5694d656 - HDFS-8454. Remove unnecessary throttling in TestDatanodeDeath. (Arpit Agarwal) (9 years ago) +* 53fafcf06161 - YARN-3684. Changed ContainerExecutor's primary lifecycle methods to use a more extensible mechanism of context objects. Contributed by Sidharta Seethana. (9 years ago) +* 4fc942a84f49 - HADOOP-12016. Typo in FileSystem::listStatusIterator. Contributed by Arthur Vigil. (9 years ago) +* 4513761869c7 - YARN-3675. FairScheduler: RM quits when node removal races with continuous-scheduling on the same node. (Anubhav Dhoot via kasha) (9 years ago) +* 05e04f34f271 - HDFS-8451. DFSClient probe for encryption testing interprets empty URI property for enabled. Contributed by Steve Loughran. (9 years ago) +* 2b6bcfdafa91 - HDFS-8421. Move startFile() and related functions into FSDirWriteFileOp. Contributed by Haohui Mai. (9 years ago) +* 0305316d6932 - YARN-3646. Applications are getting stuck some times in case of retry policy forever. Contributed by Raju Bairishetti. (9 years ago) +* a5def5808794 - YARN-3694. Fix dead link for TimelineServer REST API. Contributed by Jagadesh Kiran N. (9 years ago) +* 0e4f1081c7a9 - HADOOP-10366. Add whitespaces between classes for values in core-default.xml to fit better in browser. Contributed by kanaka kumar avvaru. (9 years ago) +* dc8434ab2b17 - HDFS-4383. Document the lease limits. Contributed by Arshad Mohammad. (9 years ago) +* fb6b38d67d8b - HADOOP-11772. RPC Invoker relies on static ClientCache which has synchronized(this) blocks. Contributed by Haohui Mai. (9 years ago) +* 6329bd00fa1f - YARN-3654. ContainerLogsPage web UI should not have meta-refresh. Contributed by Xuan Gong (9 years ago) +* 8966d4217969 - YARN-3609. Load node labels from storage inside RM serviceStart. Contributed by Wangda Tan (9 years ago) +* 5774f6b1e577 - YARN-3681. yarn cmd says "could not find main class 'queue'" in windows. Contributed by Craig Welch and Varun Saxena (9 years ago) +* 03f897fd1a37 - Move YARN-2918 from 2.8.0 to 2.7.1 (9 years ago) +* 4aa730ce85d4 - HADOOP-11698. Remove DistCpV1 and Logalyzer. Contributed by Brahma Reddy Battula. (9 years ago) +* ce53c8eb0ccc - HADOOP-11995. Make jetty version configurable from the maven command line. Contributed by Sriharsha Devineni. (9 years ago) +* 7401e5b5e806 - YARN-3677. Fix findbugs warnings in yarn-server-resourcemanager. Contributed by Vinod Kumar Vavilapalli. (9 years ago) +* 563eb1ad2ae8 - YARN-3583. Support of NodeLabel object instead of plain String in YarnClient side. (Sunil G via wangda) (9 years ago) +* b37da52a1c4f - YARN-3565. NodeHeartbeatRequest/RegisterNodeManagerRequest should use NodeLabel object instead of String. (Naganarasimha G R via wangda) (9 years ago) +* 12d6c5ce4f78 - HADOOP-12000. cannot use --java-home in test-patch (aw) (9 years ago) +* 7438966586f1 - YARN-2821. Fixed a problem that DistributedShell AM may hang if restarted. Contributed by Varun Vasudev (9 years ago) +* e422e76fcaaa - HADOOP-11963. Metrics documentation for FSNamesystem misspells PendingDataNodeMessageCount. Contributed by Anu Engineer. (9 years ago) +* fd3cb533d249 - HADOOP-11973. Ensure ZkDelegationTokenSecretManager namespace znodes get created with ACLs. (Gregory Chanan via asuresh) (9 years ago) +* 8ca1dfeebb66 - Moving MAPREDUCE-6361 to 2.7.1 CHANGES.txt (9 years ago) +* 8860e352c394 - HDFS-8404. Pending block replication can get stuck using older genstamp. Contributed by Nathan Roberts. (9 years ago) +* 470c87dbc6c2 - HADOOP-11970. Replace uses of ThreadLocal with JDK7 ThreadLocalRandom (Sean Busbey via Colin P. McCabe) (9 years ago) +* c97f32e7b9d9 - YARN-3302. TestDockerContainerExecutor should run automatically if it can detect docker in the usual place (Ravindra Kumar Naik via raviprak) (9 years ago) +* 5009ad4a7f71 - YARN-3601. Fix UT TestRMFailover.testRMWebAppRedirect. Contributed by Weiwei Yang (9 years ago) +* de30d66b2673 - HDFS-8131. Implement a space balanced block placement policy. Contributed by Liu Shaohui. (9 years ago) +* eb4c9ddeb54e - Move HADOOP-11581 in CHANGES.txt from 3.0.0 to 2.8.0. (9 years ago) +* d4a2830b63f0 - HADOOP-11103. Clean up RemoteException (Contributed by Sean Busbey) (9 years ago) +* f889a49271f3 - Move HADOOP-8934 in CHANGES.txt from 3.0.0 to 2.8.0. (9 years ago) +* 3b50dcdce4ff - HADOOP-10971. Add -C flag to make `hadoop fs -ls` print filenames only. Contributed by Kengo Seki. (9 years ago) +* 93972a332a9f - HDFS-6348. SecondaryNameNode not terminating properly on runtime exceptions (Contributed by Rakesh R) (9 years ago) +* 0790275f058b - HADOOP-1540. Support file exclusion list in distcp. Contributed by Rich Haase. (9 years ago) +* 76afd28862c1 - YARN-3541. Add version info on timeline service / generic history web UI and REST API. Contributed by Zhijie Shen (9 years ago) +* cdfae446ad28 - HDFS-4185. Add a metric for number of active leases (Rakesh R via raviprak) (9 years ago) +* 0c590e1c0974 - HDFS-8405. Fix a typo in NamenodeFsck. Contributed by Takanobu Asanuma (9 years ago) +* a2190bf15d25 - HDFS-8345. Storage policy APIs must be exposed via the FileSystem interface. (Arpit Agarwal) (9 years ago) +* 060c84ea8625 - HADOOP-11949. Add user-provided plugins to test-patch (Sean Busbey via aw) (9 years ago) +* bcc17866ddb6 - HADOOP-11944. add option to test-patch to avoid relocating patch process directory (Sean Busbey via aw) (9 years ago) +* 182d86dac04a - HADOOP-11884. test-patch.sh should pull the real findbugs version (Kengo Seki via aw) (9 years ago) +* a6af0248e9ec - HDFS-8412. Fix the test failures in HTTPFS: In some tests setReplication called after fs close. Contributed by Uma Maheswara Rao G. (9 years ago) +* 363c35541d4f - Updating CHANGES.txt for moving entry of HDFS-8332 from branch-2 to trunk (9 years ago) +* a46506d99cb1 - HADOOP-10582. Fix the test case for copying to non-existent dir in TestFsShellCopy. Contributed by Kousuke Saruta. (9 years ago) +* f5c48238d5eb - HADOOP-11939. Deprecate DistCpV1 and Logalyzer. Contributed by Brahma Reddy Battula. (9 years ago) +* cab0dadbd878 - HADOOP-11988. Fix typo in the document for hadoop fs -find. Contributed by Kengo Seki. (9 years ago) +* e453989a5722 - HDFS-8157. Writes to RAM DISK reserve locked memory for block files. (Arpit Agarwal) (9 years ago) +* b0ad644083a0 - YARN-3526. ApplicationMaster tracking URL is incorrectly redirected on a QJM cluster. Contributed by Weiwei Yang (9 years ago) +* ac742c762d5b - HDFS-8403. Eliminate retries in TestFileCreation#testOverwriteOpenForWrite. Contributed by Arpit Agarwal. (9 years ago) +* e5afac5896a1 - HDFS-8394. Move getAdditionalBlock() and related functionalities into a separate class. Contributed by Haohui Mai. (9 years ago) +* 8f378733423a - HDFS-8397. Refactor the error handling code in DataStreamer. Contributed by Tsz Wo Nicholas Sze. (9 years ago) +* f7e051c43100 - YARN-2421. RM still allocates containers to an app in the FINISHING state. Contributed by Chang Li (9 years ago) +* 03a293aed6de - YARN-3505 addendum: fix an issue in previous patch. (9 years ago) +* 1ea90144d584 - MAPREDUCE-6273. HistoryFileManager should check whether summaryFile exists to avoid FileNotFoundException causing HistoryFileInfo into MOVE_FAILED state. Contributed by zhihai xu. (9 years ago) +* 3bef7c80a977 - HDFS-6888. Allow selectively audit logging ops (Contributed by Chen He) (9 years ago) +* cb8e69a80cec - HADOOP-11960. Enable Azure-Storage Client Side logging. Contributed by Dushyanth. (9 years ago) +* ee7beda6e3c6 - HDFS-8350. Remove old webhdfs.xml and other outdated documentation stuff. Contributed by Brahma Reddy Battula. (9 years ago) +* cbc01ed08ea3 - HDFS-8371. Fix test failure in TestHdfsConfigFields for spanreceiver properties. Contributed by Ray Chiang. (9 years ago) +* 9a2a9553eee4 - Fixing HDFS state-store. Contributed by Arun Suresh. (9 years ago) +* 6b710a42e00a - Fixing MR intermediate spills. Contributed by Arun Suresh. (9 years ago) +* 53fe4eff09fd - YARN-1519. Check in container-executor if sysconf is implemented before using it (Radim Kolar and Eric Payne via raviprak) (9 years ago) +* 09fe16f16639 - HADOOP-11713. ViewFileSystem should support snapshot methods. Contributed by Rakesh R. (9 years ago) +* 15ccd967ee3e - YARN-3505. Node's Log Aggregation Report with SUCCEED should not cached in RMApps. Contributed by Xuan Gong. (9 years ago) +* 05ff54c66c49 - MAPREDUCE-5708. Duplicate String.format in YarnOutputFiles.getSpillFileForWrite. Contributed by Konstantin Weitz. (9 years ago) +* def9136e0259 - HDFS-8150. Make getFileChecksum fail for blocks under construction (Contributed by J.Andreina) (9 years ago) +* ffbb574623c2 - HADOOP-10993. Dump java command line to *.out file (Contributed by Kengo Seki) (9 years ago) +* 0daa5ada68db - HADOOP-8174. Remove confusing comment in Path#isAbsolute() (Contributed by Suresh Srinivas) (9 years ago) +* b2c85db86c9a - HDFS-7728. Avoid updating quota usage while loading edits. Contributed by Jing Zhao. (9 years ago) +* 54fa9b421797 - HDFS-8243. Files written by TestHostsFiles and TestNameNodeMXBean are causing Release Audit Warnings. (Contributed by Ruth Wisniewski) (9 years ago) +* 4356e8a5ef0a - HADOOP-11361. Fix a race condition in MetricsSourceAdapter.updateJmxCache. Contributed by Brahma Reddy Battula. (9 years ago) +* 0e85044e26da - YARN-3362. Add node label usage in RM CapacityScheduler web UI. (Naganarasimha G R via wangda) (9 years ago) +* 281d47a96937 - HDFS-8380. Always call addStoredBlock on blocks which have been shifted from one storage to another (cmccabe) (9 years ago) +* 711d77cc54a6 - YARN-3641. NodeManager: stopRecoveryStore() shouldn't be skipped when exceptions happen in stopping NM's sub-services. Contributed by Junping Du (9 years ago) +* f7de6198da03 - Update fix version for YARN-3457 and YARN-3537. (9 years ago) +* 7f19e7a2549a - YARN-3521. Support return structured NodeLabel objects in REST API (Sunil G via wangda) (9 years ago) +* d4f53fc9631d - YARN-3579. CommonNodeLabelsManager should support NodeLabel instead of string label name when getting node-to-label/label-to-label mappings. (Sunil G via wangda) (9 years ago) +* 0f95921447ea - YARN-3626. On Windows localized resources are not moved to the front of the classpath when they should be. Contributed by Craig Welch (9 years ago) +* 341a47681201 - YARN-2921. Fix MockRM/MockAM#waitForState sleep too long. (Tsuyoshi Ozawa via wangda) (9 years ago) +* 93b770f7e778 - HADOOP-11966. Variable cygwin is undefined in hadoop-config.sh when executed through hadoop-daemon.sh. Contributed by Chris Nauroth. (9 years ago) +* f9a46a00d202 - HDFS-8358. TestTraceAdmin fails. Contributed by Masatake Iwasaki. (9 years ago) +* cdec12d1b84d - HDFS-8143. Mover should exit after some retry when failed to move blocks. Contributed by surendra singh lilhore (9 years ago) +* 065d8f2a3429 - HDFS-6300. Prevent multiple balancers from running simultaneously (Contributed by Rakesh R) (9 years ago) +* 92c38e41e1ff - HADOOP-9723. Improve error message when hadoop archive output path already exists. Contributed by Jean-Baptiste Onofré and Yongjun Zhang. (9 years ago) +* e82067bfe680 - MAPREDUCE-6366. mapreduce.terasort.final.sync configuration in TeraSort doesn't work. Contributed by Takuya Fukudome. (9 years ago) +* fcd0702c10ce - YARN-3539. Updated timeline server documentation and marked REST APIs evolving. Contributed by Steve Loughran. (9 years ago) +* 2463666ecb55 - HDFS-6184. Capture NN's thread dump when it fails over. Contributed by Ming Ma. (9 years ago) +* f24452d14e9b - MAPREDUCE-6251. Added a new config for JobClient to retry JobStatus calls so that they don't fail on history-server backed by DFSes with not so strong guarantees. Contributed by Craig Welch. (9 years ago) +* fe0df5962713 - YARN-3613. TestContainerManagerSecurity should init and start Yarn cluster in setup instead of individual methods. (nijel via kasha) (9 years ago) +* 2f4b6d1157f2 - HADOOP-11962. Sasl message with MD5 challenge text shouldn't be LOG out even in debug level. Contributed by Junping Du. (9 years ago) +* 5c2f05cd9bad - YARN-3629. NodeID is always printed as "null" in node manager initialization log. Contributed by nijel. (9 years ago) +* f4e2b3cc0b1f - MAPREDUCE-6361. NPE issue in shuffle caused by concurrent issue between copySucceeded() in one thread and copyFailed() in another thread on the same host. Contributed by Junping Du. (9 years ago) +* 6d5da9484185 - HDFS-8255. Rename getBlockReplication to getPreferredBlockReplication. (Contributed by Zhe Zhang) (9 years ago) +* 8badd82ce256 - YARN-3513. Remove unused variables in ContainersMonitorImpl and add debug log for overall resource usage by all containers. Contributed by Naganarasimha G R. (9 years ago) +* 360dff590308 - MAPREDUCE-6360. TestMapreduceConfigFields is placed in wrong dir, introducing compile error (Contributed by Arshad Mohammad) (9 years ago) +* 987abc99b030 - HDFS-8362. Java Compilation Error in TestHdfsConfigFields.java (Contributed by Arshad Mohammad) (9 years ago) +* 3d28611cc685 - Move YARN-3493 in CHANGES.txt from 2.8 to 2.7.1 (9 years ago) +* d6f674129663 - YARN-3489. RMServerUtils.validateResourceRequests should only obtain queue info once. (Varun Saxena via wangda) (9 years ago) +* 444836b3dcd3 - MAPREDUCE-5465. Tasks are often killed before they exit on their own. Contributed by Ming Ma (9 years ago) +* 1952f8888939 - Moved YARN-3434. (Interaction between reservations and userlimit can result in significant ULF violation.) From 2.8.0 to 2.7.1 (9 years ago) +* ea11590aad95 - HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPServiceActor goes for infinite loop. Contributed by Rushabh Shah. (9 years ago) +* cbea5d2db4c7 - re-commit of HADOOP-11881 (9 years ago) +* a83eaeaa2e35 - HADOOP-11947. test-patch should return early from determine-issue when run in jenkins mode. (Sean Busbey via aw) (9 years ago) +* d4f422612a19 - HADOOP-11948. test-patch's issue matching regex should be configurable. (Sean Busbey via aw) (9 years ago) +* 2d671e5b3d86 - HADOOP-11950. Add cli option to test-patch to set the project-under-test (Sean Busbey via aw) (9 years ago) +* baeb479aef03 - HADOOP-11951. test-patch should give better info about failures to handle dev-support updates without resetrepo option (Sean Busbey via aw) (9 years ago) +* 32cc3139e3c2 - HADOOP-11928. Test-patch check for @author tags incorrectly flags removal of @author tags (Kengo Seki via aw) (9 years ago) +* b9cebfc0ba87 - HADOOP-11663. Remove description about Java 6 from docs. Contributed by Masatake Iwasaki. (9 years ago) +* 1dd79ffaca4b - HDFS-8241. Remove unused NameNode startup option -finalize. Contributed by Brahma Reddy Battula. (9 years ago) +* 7e543c27fa28 - YARN-3587. Fix the javadoc of DelegationTokenSecretManager in yarn, etc. projects. Contributed by Gabor Liptak. (9 years ago) +* 3fa2efc09f05 - HDFS-8351. Remove namenode -finalize option from document. (aajisaka) (9 years ago) +* 4536399d47f6 - HDFS-8357. Consolidate parameters of INode.CleanSubtree() into a parameter objects. Contributed by Li Lu. (9 years ago) +* a60f78e98ed7 - YARN-3395. FairScheduler: Trim whitespaces when using username for queuename. (Zhihai Xu via kasha) (9 years ago) +* 1773aac78058 - MAPREDUCE-6353. Divide by zero error in MR AM when calculating available containers. (Anubhav Dhoot via kasha) (9 years ago) +* 70fb37cd79a7 - YARN-1287. Consolidate MockClocks. (Sebastian Wong and Anubhav Dhoot via kasha) (9 years ago) +* df36ad0a0826 - MAPREDUCE-6359. In RM HA setup, Cluster tab links populated with AM hostname instead of RM. Contributed by zhaoyunjiong. (9 years ago) +* 02a4a22b9c0e - HDFS-8327. Compute storage type quotas in INodeFile.computeQuotaDeltaForTruncate(). Contributed by Haohui Mai. (9 years ago) +* 3becc3af8382 - Add missing entry in CHANGES.txt for HDFS-6757. (9 years ago) +* 00fe1ed3a4b3 - HDFS-6757. Simplify lease manager with INodeID. Contributed by Haohui Mai. (9 years ago) +* 6471d18bc72b - YARN-1912. ResourceLocalizer started without any jvm memory control. Contributed by Masatake Iwasaki (9 years ago) +* 333f9a896d8a - YARN-3602. TestResourceLocalizationService.testPublicResourceInitializesLocalDir fails Intermittently due to IOException from cleanup. Contributed by zhihai xu (9 years ago) +* ed0f4db0dd87 - HADOOP-11775. Fix Javadoc typos in hadoop-openstack module (Yanjun Wang via aw) (9 years ago) +* 08f0ae403c64 - YARN-2206. Updated document for applications REST API response examples. Contributed by Kenji Kikushima and Brahma Reddy Battula. (9 years ago) +* 2fb44c8aaf7f - YARN-3271. FairScheduler: Move tests related to max-runnable-apps from TestFairScheduler to TestAppRunnability. (nijel via kasha) (9 years ago) +* 96473bdc2b09 - YARN-1050. Document the Fair Scheduler REST API. (Kenji Kikushima and Roman Shaposhnik via kasha) (9 years ago) +* 59995cec4ad9 - HDFS-8097. TestFileTruncate is failing intermittently. (Contributed by Rakesh R) (9 years ago) +* 5658998845bb - YARN-3473. Fix RM Web UI configuration for some properties (rchiang via rkanter) (9 years ago) +* 315074bb08e0 - HADOOP-9737. JarFinder#getJar should delete the jar file upon destruction of the JVM (jbonofre via rkanter) (9 years ago) +* 5aab014340b5 - MAPREDUCE-4750. Enable NNBenchWithoutMR in MapredTestDriver (Liang Xie and Jason Lowe via raviprak) (9 years ago) +* 25e2b02122c4 - YARN-3476. Nodemanager can fail to delete local logs if log aggregation fails. Contributed by Rohith (9 years ago) +* 30099a36c6b0 - MAPREDUCE-5248. Let NNBenchWithoutMR specify the replication factor for its test. Contributed by Erik Paulson (9 years ago) +* c945c20483d1 - HADOOP-11590. Update sbin commands and documentation to use new --slaves option (aw) (9 years ago) +* effcc5cbb717 - HADOOP-11906. test-patch.sh should use file command for patch determinism (Sean Busbey via aw) (9 years ago) +* d0b73287c269 - YARN-3604. Fixed ZKRMStateStore#removeApplication to also disable watch. Contributed Zhihai Xu (9 years ago) +* 088156de43ab - YARN-2331. Distinguish shutdown during supervision vs. shutdown for rolling upgrade. Contributed by Jason Lowe (9 years ago) +* d0e75e60fb16 - HDFS-8326. Documentation about when checkpoints are run is out of date. (Misty Stanley-Jones via xyao) (9 years ago) +* f7a74d249173 - YARN-3018. Unified the default value for the configuration property yarn.scheduler.capacity.node-locality-delay in code and default xml file. Contributed by Nijel SF. (9 years ago) +* 2d4ae3d18bc5 - HDFS-8245. Standby namenode doesn't process DELETED_BLOCK if the addblock request is in edit log. Contributed by Rushabh S Shah. (9 years ago) +* e8f66c449c33 - HADOOP-11942. Add links to SLGUserGuide to site index (Masatake Iwasaki via xyao) (9 years ago) +* 2edcf931d784 - MAPREDUCE-2094. LineRecordReader should not seek into non-splittable, compressed streams. (9 years ago) +* ec2748dedbc5 - HADOOP-9729. The example code of org.apache.hadoop.util.Tool is incorrect. Contributed by hellojinjie (9 years ago) +* f523e963e4d8 - HDFS-8113. Add check for null BlockCollection pointers in BlockInfoContiguous structures (Chengbing Liu via Colin P. McCabe) (9 years ago) +* c39012f4a044 - MAPREDUCE-3383. Duplicate job.getOutputValueGroupingComparator() in ReduceTask. Contributed by Binglin Chang (9 years ago) +* c4bd2cddede7 - HADOOP-7165. listLocatedStatus(path, filter) is not redefined in FilterFs. Contributed by Hairong Kuang (9 years ago) +* 7a7960be41c3 - HDFS-7433. Optimize performance of DatanodeManager's node map. Contributed by Daryn Sharp. (9 years ago) +* 8f7c2364d725 - HDFS-8284. Update documentation about how to use HTrace with HDFS (Masatake Iwasaki via Colin P. McCabe) (9 years ago) +* 730f9930a482 - HDFS-8311. DataStreamer.transfer() should timeout the socket InputStream. (Esteban Gutierrez via Yongjun Zhang) (9 years ago) +* f55d21d89448 - YARN-3593. Add label-type and Improve "DEFAULT_PARTITION" in Node Labels Page. (Naganarasimha G R via wangda) (9 years ago) +* bdbd10fde153 - MAPREDUCE-2632. Avoid calling the partitioner when the numReduceTasks is 1. (Ravi Teja Ch N V and Sunil G via kasha) (9 years ago) +* a0fae8dcae9e - HADOOP-10356. Corrections in winutils/chmod.c (Contributed by René Nyffenegger) (9 years ago) +* 26f61d41df9e - HDFS-5640. Add snapshot methods to FileContext. Contributed by Rakesh R. (9 years ago) +* 3cefc02af73f - HDFS-7559. Create unit test to automatically compare HDFS related classes and hdfs-default.xml. (Ray Chiang via asuresh) (9 years ago) +* f0f5e3c0751b - YARN-20. More information for yarn.resourcemanager.webapp.address in yarn-default.xml (Bartosz Ługowski vai tgraves) (9 years ago) +* a2d40bced9f7 - HDFS-8340. Fix NFS documentation of nfs.wtmax. (Contributed by Ajith S) (9 years ago) +* cd6b26cce745 - HDFS-8274. NFS configuration nfs.dump.dir not working (Contributed by Ajith S) (9 years ago) +* f4ebbc6afc12 - HDFS-8346. libwebhdfs build fails during link due to unresolved external symbols. Contributed by Chris Nauroth. (9 years ago) +* cc17c83585f5 - HADOOP-6842. "hadoop fs -text" does not give a useful text representation of MapWritable objects (9 years ago) +* 5d708a472552 - YARN-3600. AM container link is broken (Naganarasimha G R via tgraves (9 years ago) +* bcf2890502fb - YARN-644: Basic null check is not performed on passed in arguments before using them in ContainerManagerImpl.startContainer (9 years ago) +* dc2b2ae31f2e - MAPREDUCE-5981. Log levels of certain MR logs can be changed to DEBUG. Contributed by Varun Saxena. (9 years ago) +* 6f622672b62a - HDFS-7894. Rolling upgrade readiness is not updated in jmx until query command is issued. Contributed by Brahma Reddy Battula. (9 years ago) +* 241a72af0dd1 - YARN-2784. Make POM project names consistent. Contributed by Rohith. (9 years ago) +* 9757864fd662 - YARN-3554. Default value for maximum nodemanager connect wait time is too high. Contributed by Naganarasimha G R (9 years ago) +* 7b1ea9c481fb - HDFS-6285. tidy an error log inside BlockReceiver. Contributed by Liang Xie. (9 years ago) +* c648317a6889 - HDFS-3384. DataStreamer thread should be closed immediatly when failed to setup a PipelineForAppendOrRecovery (Contributed by Uma Maheswara Rao G) (9 years ago) +* 1ffb7fa42e98 - HADOOP-11877. SnappyDecompressor's Logger class name is wrong ( Contributed by surendra singh lilhore) (9 years ago) +* 46509617b629 - HDFS-6576. Datanode log is generating at root directory in security mode (Contributed by surendra singh lilhore) Just merging CHANGES.txt changes from branch-2 to keep in sync. (9 years ago) +* b419c1b2ec45 - YARN-3169. Drop YARN's overview document. Contributed by Brahma Reddy Battula. (9 years ago) +* e01c1a979cbc - HDFS-8226. Non-HA rollback compatibility broken (Contributed by J.Andreina) (9 years ago) +* 2401ff76bea6 - MAPREDUCE-6342. Make POM project names consistent. Contributed by Rohith. (9 years ago) +* 4c6816faf837 - HDFS-8209. Support different number of datanode directories in MiniDFSCluster. (Contributed by surendra singh lilhore) (9 years ago) +* ecfa05227489 - MAPREDUCE-6079. Rename JobImpl#username to reporterUserName. Contributed by Tsuyoshi Ozawa. (9 years ago) +* 888e6309909e - HDFS-8207. Improper log message when blockreport interval compared with initial delay. Contributed by Brahma Reddy Battula and Ashish Singhi. (9 years ago) +* 6232235df3ae - HDFS-8175. Provide information on snapshotDiff for supporting the comparison between snapshot and current status (Contributed by J.Andreina) (9 years ago) +* e642eff0e006 - HDFS-8187. Remove usage of '-setStoragePolicy' and '-getStoragePolicy' using dfsadmin cmd (as it is not been supported) (Contributed by J.Andreina) (9 years ago) +* 4b00ae5c113a - HDFS-8108. Fsck should provide the info on mandatory option to be used along with -blocks ,-locations and -racks. Contributed by J.Andreina. (9 years ago) +* f26700f2878f - YARN-3589. RM and AH web UI display DOCTYPE wrongly. Contbituted by Rohith. (9 years ago) +* fd605997eea1 - HDFS-8222. Remove usage of "dfsadmin -upgradeProgress" from document which is no longer supported. Contributed by J.Andreina. (9 years ago) +* 26da2ddf38a2 - HDFS-7998. HDFS Federation : Command mentioned to add a NN to existing federated cluster is wrong (Contributed by Ajith S) (9 years ago) +* d18f10ad1b3e - MAPREDUCE-6284. Add Task Attempt State API to MapReduce Application Master REST API. Contributed by Ryu Kobayashi. (9 years ago) +* c5afe444dfd4 - HDFS-8349. Remove .xml and documentation references to dfs.webhdfs.enabled. Contributed by Ray Chiang. (9 years ago) +* e16f4b7f70b8 - HDFS-8332. DFS client API calls should check filesystem closed. Contributed by Rakesh R. (9 years ago) +* ef3d66d4624d - YARN-3358. Audit log not present while refreshing Service ACLs. Contributed by Varun Saxena. (9 years ago) +* e5e492a9631f - HDFS-6291. FSImage may be left unclosed in BootstrapStandby#doRun() ( Contributed by Sanghyun Yun) (9 years ago) +* 8bafafadfd78 - Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk (9 years ago) +|\ +| * a28cd02ba026 - YARN-3592. Fix typos in RMNodeLabelsManager. Contributed by Sunil G. (9 years ago) +* | 2ea0f2fc938f - HDFS-8174. Update replication count to live rep count in fsck report. Contributed by J.Andreina (9 years ago) +|/ +* 66988476d09a - HDFS-8067. haadmin prints out stale help messages (Contributed by Ajith S) (9 years ago) +* c7c26a1e4aff - HDFS-8257. Namenode rollingUpgrade option is incorrect in document (Contributed by J.Andreina) (9 years ago) +* f33efbc82709 - HADOOP-11922. Misspelling of threshold in log4j.properties for tests in hadoop-tools (Contributed by Gabor Liptak) (9 years ago) +* a521b509551e - YARN-3572. Correct typos in WritingYarnApplications.md. Contributed by Gabor Liptak. (9 years ago) +* b167fe7605de - YARN-1832. Fix wrong MockLocalizerStatus#equals implementation. Contributed by Hong Zhiguo. (9 years ago) +* f489a4ec969f - YARN-2918. RM should not fail on startup if queue's configured labels do not exist in cluster-node-labels. Contributed by Wangda Tan (9 years ago) +* 4d9f9e546ff9 - HDFS-8037. CheckAccess in WebHDFS silently accepts malformed FsActions parameters. Contributed by Walter Su. (9 years ago) +* 767b91cd834d - HDFS-8321. CacheDirectives and CachePool operations should throw RetriableException in safemode. Contributed by Haohui Mai. (9 years ago) +* f30065c8b609 - MAPREDUCE-6279. AM should explicity exit JVM after all services have stopped. Contributed by Eric Payne (9 years ago) +* b88700dcd0b9 - YARN-3584. Fixed attempt diagnostics format shown on the UI. Contributed by nijel (9 years ago) +* ab5058de8e8b - HADOOP-11936. Dockerfile references a removed image (aw) (9 years ago) +* f9427f1760cc - HDFS-7980. Incremental BlockReport will dramatically slow down namenode startup. Contributed by Walter Su (9 years ago) +* daf3e4ef8bf7 - YARN-3448. Added a rolling time-to-live LevelDB timeline store implementation. Contributed by Jonathan Eagles. (9 years ago) +* 8e991f4b1d72 - YARN-3523. Cleanup ResourceManagerAdministrationProtocol interface audience. Contributed by Naganarasimha G R (9 years ago) +* d335071398fd - MAPREDUCE-6356. Misspelling of threshold in log4j.properties for tests. Contributed by Brahma Reddy Battula. (9 years ago) +* 305e4733d639 - HADOOP-10387. Misspelling of threshold in log4j.properties for tests in hadoop-common-project. Contributed by Brahma Reddy Battula. (9 years ago) +* 449e4426a5cc - HDFS-8325. Misspelling of threshold in log4j.properties for tests. Contributed by Brahma Reddy Battula. (9 years ago) +* 918af8efff80 - YARN-3577. Misspelling of threshold in log4j.properties for tests. Contributed by Brahma Reddy Battula. (9 years ago) +* 6633a8474d7e - HDFS-7833. DataNode reconfiguration does not recalculate valid volumes required, based on configured failed volumes tolerated. Contributed by Lei (Eddy) Xu. (9 years ago) +* 4c7b9b6abe24 - YARN-3385. Fixed a race-condition in ResourceManager's ZooKeeper based state-store to avoid crashing on duplicate deletes. Contributed by Zhihai Xu. (9 years ago) +* 31b627b2a875 - YARN-3580. [JDK8] TestClientRMService.testGetLabelsToNodes fails. Contributed by Robert Kanter. (9 years ago) +* c75cfa29cfc5 - HDFS-2484. checkLease should throw FileNotFoundException when file does not exist. Contributed by Rakesh R. (9 years ago) +* b72507810aec - YARN-3491. PublicLocalizer#addResource is too slow. (zxu via rkanter) (9 years ago) +* 0d3188fd25f3 - YARN-3301. Fixed the format issue of the new RM attempt web page. Contributed by Xuan Gong (9 years ago) +* 185e63a72638 - YARN-3243. Moving CHANGES.txt entry to the right release. (9 years ago) +* f325522c1423 - HADOOP-11813. releasedocmaker.py should use today's date instead of unreleased (Darrell Taylor via aw) (9 years ago) +* 7a26d174aff9 - HDFS-8310. Fix TestCLI.testAll 'help: help for find' on Windows. (Kiran Kumar M R via Xiaoyu Yao) (9 years ago) +* a583a40693f5 - YARN-3582. NPE in WebAppProxyServlet. Contributed by Jian He (9 years ago) +* 90b384564875 - HADOOP-11912. Extra configuration key used in TraceUtils should respect prefix (Masatake Iwasaki via Colin P. McCabe) (9 years ago) +* 4402e4c63380 - HADOOP-11926. test-patch.sh mv does wrong math (aw) (9 years ago) +* 4da8490b512a - HDFS-8314. Move HdfsServerConstants#IO_FILE_BUFFER_SIZE and SMALL_BUFFER_SIZE to the users. Contributed by Li Lu. (9 years ago) +* 9809a16d3c80 - MAPREDUCE-6192. Create unit test to automatically compare MR related classes and mapred-default.xml (rchiang via rkanter) (9 years ago) +* 0100b1550194 - HDFS-8219. setStoragePolicy with folder behavior is different after cluster restart. (surendra singh lilhore via Xiaoyu Yao) (9 years ago) +* ffce9a341327 - HDFS-7847. Modify NNThroughputBenchmark to be able to operate on a remote NameNode (Charles Lamb via Colin P. McCabe) (9 years ago) +* e4c3b52c8962 - YARN-3343. Increased TestCapacitySchedulerNodeLabelUpdate#testNodeUpdate timeout. Contributed by Rohith Sharmaks (9 years ago) +* d33419ae01c5 - HADOOP-11917. test-patch.sh should work with ${BASEDIR}/patchprocess setups (aw) (9 years ago) +* 24d3a2d4fdd8 - HDFS-7758. Retire FsDatasetSpi#getVolumes() and use FsDatasetSpi#getVolumeRefs() instead (Lei (Eddy) Xu via Colin P. McCabe) (9 years ago) +* 3ff91e9e9302 - HADOOP-11904. test-patch.sh goes into an infinite loop on non-maven builds (aw) (9 years ago) +* fcd4cb751665 - HDFS-8305: HDFS INotify: the destination field of RenameOp should always end with the file name (cmccabe) (9 years ago) +* b7dd3a4f04f7 - YARN-2123. Progress bars in Web UI always at 100% due to non-US locale. Contributed by Akira AJISAKA (9 years ago) +* 9b01f81eb874 - HADOOP-11911. test-patch should allow configuration of default branch (Sean Busbey via aw) (9 years ago) +* 381024206213 - YARN-3396. Handle URISyntaxException in ResourceLocalizationService. (Contributed by Brahma Reddy Battula) (9 years ago) +* 05adc76ace6b - HADOOP-11120. hadoop fs -rmr gives wrong advice. Contributed by Juliet Houghland. (9 years ago) +* 9356cf8676fd - YARN-3552. RM Web UI shows -1 running containers for completed apps. Contributed by Rohith (9 years ago) +* 318081ccd7af - HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPServiceActor goes for infinite loop (Contributed by Vinayakumar B) Reverted earlier commit (9 years ago) +* 338e88a19eeb - HADOOP-11916. TestStringUtils#testLowerAndUpperStrings failed on MAC due to a JVM bug. Contributed by Ming Ma. (9 years ago) +* 551615fa13f6 - MAPREDUCE-6165. [JDK8] TestCombineFileInputFormat failed on JDK8. Contributed by Akira AJISAKA. (9 years ago) +* d701acc9c67a - YARN-2725. Added test cases of retrying creating znode in ZKRMStateStore. Contributed by Tsuyoshi Ozawa (9 years ago) +* 71f4de220c74 - YARN-3375. NodeHealthScriptRunner.shouldRun() check is performing 3 times for starting NodeHealthScriptRunner (Devaraj K via wangda) (9 years ago) +* 0d6aa5d60948 - HDFS-8237. Move all protocol classes used by ClientProtocol to hdfs-client. Contributed by Haohui Mai. (9 years ago) +* bf70c5ae2824 - MAPREDUCE-6259. IllegalArgumentException due to missing job submit time. Contributed by zhihai xu (9 years ago) +* 3fe79e1db843 - HDFS-7397. Add more detail to the documentation for the conf key "dfs.client.read.shortcircuit.streams.cache.size" (Brahma Reddy Battula via Colin P. McCabe) (9 years ago) +* 7dc3c1203d1a - MAPREDUCE-5649. Reduce cannot use more than 2G memory for the final merge. Contributed by Gera Shegalov (9 years ago) +* c4578760b67d - HDFS-8290. WebHDFS calls before namesystem initialization can cause NullPointerException. Contributed by Chris Nauroth. (9 years ago) +* 8f65c793f293 - YARN-3097. Logging of resource recovery on NM restart has redundancies. Contributed by Eric Payne (9 years ago) +* bb9ddef0e760 - HADOOP-11328. ZKFailoverController does not log Exception when doRun raises errors. Contributed by Tianyin Xu. (9 years ago) +* 76fa606e2d3d - HADOOP-9658. SnappyCodec#checkNativeCodeLoaded may unexpectedly fail when native code is not loaded. Contributed by Zhijie Shen. (9 years ago) +* bb6ef2984d8f - MAPREDUCE-6349. Fix typo in property org.apache.hadoop.mapreduce.lib.chain.Chain.REDUCER_INPUT_VALUE_CLASS. Contributed by Ray Chiang. (9 years ago) +* 3ba18362f2a4 - MAPREDUCE-5905. CountersStrings.toEscapedCompactStrings outputs unnecessary null strings. Contributed by Akira AJISAKA. (9 years ago) +* a319771d1d9e - HDFS-8309. Skip unit test using DataNodeTestUtils#injectDataDirFailure() on Windows. (xyao) (9 years ago) +* e8d0ee5fc9af - YARN-1993. Cross-site scripting vulnerability in TextView.java. Contributed byKenji Kikushima. (9 years ago) +* 6ae2a0d048e1 - HDFS-8249. Separate HdfsConstants into the client and the server side class. Contributed by Haohui Mai. (9 years ago) +* 57d9a972cbd6 - YARN-2454. Fix compareTo of variable UNBOUNDED in o.a.h.y.util.resource.Resources. Contributed by Xu Yang. (9 years ago) +* f1a152cc0adc - MAPREDUCE-6345. Documentation fix for when CRLA is enabled for MRAppMaster logs. (Rohit Agarwal via gera) (9 years ago) +* 3ddb260e30e7 - HADOOP-11900. Add failIfNoTests=false to hadoop-build-tools pom. (gera) (9 years ago) +* f343f8657e2b - HADOOP-11491. HarFs incorrectly declared as requiring an authority. (Brahma Reddy Battula via gera) (9 years ago) +* f8204e241d92 - YARN-2893. AMLaucher: sporadic job failures due to EOFException in readTokenStorageStream. (Zhihai Xu via gera) (9 years ago) +* 6f541edce0ed - HDFS-8229. LAZY_PERSIST file gets deleted after NameNode restart. (Contributed by Surendra Singh Lilhore) (9 years ago) +* 7d46a806e71d - YARN-3006. Improve the error message when attempting manual failover with auto-failover enabled. (Akira AJISAKA via wangda) (9 years ago) +* ac7d152901e2 - YARN-3363. add localization and container launch time to ContainerMetrics at NM to show these timing information for each active container. (zxu via rkanter) (9 years ago) +* d3d019c337ec - HDFS-8086. Move LeaseRenewer to the hdfs.client.impl package. Contributed by Takanobu (9 years ago) +* 64d30a61867e - HDFS-8276. LazyPersistFileScrubber should be disabled if scrubber interval configured zero. (Contributed by Surendra Singh Lilhore) (9 years ago) +* 3393461197da - Updating CHANGES.txt - Pulling in HDFS-8091 to branch-2.7 (for 2.7.1) (9 years ago) +* b82567d45507 - HDFS-8213. DFSClient should use hdfs.client.htrace HTrace configuration prefix rather than hadoop.htrace (cmccabe) (9 years ago) +* 2d7363b27360 - HADOOP-11889. Make checkstyle runnable from root project (Gera Shegalov via jeagles) (9 years ago) +* 279958b772c2 - HDFS-7281. Missing block is marked as corrupted block (Ming Ma via Yongjun Zhang) (9 years ago) +* 1b3b9e5c31c3 - YARN-2619. Added NodeManager support for disk io isolation through cgroups. Contributed by Varun Vasudev and Wei Yan. (9 years ago) +* 98a617662863 - HDFS-8300. Fix unit test failures and findbugs warning caused by HDFS-8283. Contributed by Jing Zhao. (9 years ago) +* 87e997823581 - HDFS-8292. Move conditional in fmt_time from dfs-dust.js to status.html. Contributed by Charles Lamb. (9 years ago) +* 5f8112ffd220 - HADOOP-11866. increase readability and reliability of checkstyle, shellcheck, and whitespace reports (aw) (9 years ago) +* f0db797be28c - HADOOP-11891. OsSecureRandom should lazily fill its reservoir (asuresh) (9 years ago) +* c55d609053fe - HDFS-8200. Refactor FSDirStatAndListingOp. Contributed by Haohui Mai. (9 years ago) +* 7e8639fda40c - YARN-3544. Got back AM logs link on the RM web UI for a completed app. Contributed by Xuan Gong. (9 years ago) +* e2e8f771183d - YARN-3564. Fix TestContainerAllocation.testAMContainerAllocationWhenDNSUnavailable fails randomly. (Jian He via wangda) (9 years ago) +* de9404f02f36 - HDFS-7770. Need document for storage type label of data node storage locations under dfs.data.dir. Contributed by Xiaoyu Yao. (9 years ago) +* f384a063a653 - HADOOP-11821. Fix findbugs warnings in hadoop-sls. Contributed by Brahma Reddy Battula. (9 years ago) +* e89fc53a1d26 - HDFS-5574. Remove buffer copy in BlockReader.skip. Contributed by Binglin Chang. (9 years ago) +* f5b38477f9d0 - MAPREDUCE-6339. Job history file is not flushed correctly because isTimerActive flag is not set true when flushTimerTask is scheduled. Contributed by zhihai xu. (9 years ago) +* aa22450442eb - HDFS-8214. Secondary NN Web UI shows wrong date for Last Checkpoint. Contributed by Charles Lamb. (9 years ago) +* 4c1af156aef4 - YARN-3533. Test: Fix launchAM in MockRM to wait for attempt to be scheduled. Contributed by Anubhav Dhoot (9 years ago) +* 2e215484bd05 - YARN-3517. RM web ui for dumping scheduler logs should be for admins only (Varun Vasudev via tgraves) (9 years ago) +* 3dd6395bb244 - HDFS-8269. getBlockLocations() does not resolve the .reserved path and generates incorrect edit logs when updating the atime. Contributed by Haohui Mai. (9 years ago) +* 7947e5b53b9a - HDFS-8283. DataStreamer cleanup and some minor improvement. Contributed by Tsz Wo Nicholas Sze. (9 years ago) +* 8f82970e0c24 - YARN-3485. FairScheduler headroom calculation doesn't consider maxResources for Fifo and FairShare policies. (kasha) (9 years ago) +* 439614b0c8a3 - HDFS-8280. Code Cleanup in DFSInputStream. Contributed by Jing Zhao. (9 years ago) +* c79e7f7d9975 - HDFS-8273. FSNamesystem#Delete() should not call logSync() when holding the lock. Contributed by Haohui Mai. (9 years ago) +* 519092322dd1 - MAPREDUCE-6343. JobConf.parseMaximumHeapSizeMB() fails to parse value greater than 2GB expressed in bytes. (Hao Xia via kasha) (9 years ago) +* bc1bd7e5c404 - MAPREDUCE-6334. Fetcher#copyMapOutput is leaking usedMemory upon IOException during InMemoryMapOutput shuffle handler. Contributed by Eric Payne (9 years ago) +* 5639bf02da71 - HDFS-8204. Mover/Balancer should not schedule two replicas to the same datanode. Contributed by Walter Su (9 years ago) +* eccf709a619b - HADOOP-11881. test-patch.sh javac result is wildly wrong (Kengo Seki via aw) (9 years ago) +* 99fe03e439b0 - Moving MAPREDUCE-6252 to the 2.7.1 CHANGES.txt (9 years ago) +* feb68cb5470d - HDFS-8232. Missing datanode counters when using Metrics2 sink interface. Contributed by Anu Engineer. (9 years ago) +* db1b674b50dd - YARN-2740. Fix NodeLabelsManager to properly handle node label modifications when distributed node label configuration enabled. (Naganarasimha G R via wangda) (9 years ago) +* 9fc32c5c4d1d - MAPREDUCE-6324. Fixed MapReduce uber jobs to not fail the udpate of AM-RM tokens when they roll-over. Contributed by Jason Lowe. (9 years ago) +* 32cd2c8d429d - Update CHANGES.txt - Pulled in YARN-3465, YARN-3516, and YARN-3464 to branch-2.7 (for 2.7.1) (9 years ago) +* 9fec02c069f9 - HADOOP-11870. [JDK8] AuthenticationFilter, CertificateUtil, SignerSecretProviders, KeyAuthorizationKeyProvider Javadoc issues (rkanter) (9 years ago) +* 6bae5962cd70 - HDFS-8205. Fix CHANGES.txt (9 years ago) +* 0d5b0143cc00 - HDFS-8205. CommandFormat#parse() should not parse option as value of option. (Contributed by Peter Shi and Xiaoyu Yao) (9 years ago) +* 7f07c4d81023 - YARN-3530. ATS throws exception on trying to filter results without otherinfo. Contributed by zhijie shen (9 years ago) +* 9a3dda3d345b - MAPREDUCE-6341. Fix typo in mapreduce tutorial. Contributed by John Michael Luy. (9 years ago) +* 5e67c4d38419 - MAPREDUCE-6252. JobHistoryServer should not fail when encountering a missing directory. Contributed by Craig Welch. (9 years ago) +* 618ba707f0f2 - MAPREDUCE-6057. Remove obsolete entries from mapred-default.xml (Ray Chiang via aw) (9 years ago) +* 1a2459bd4be5 - HADOOP-11857. Fix CommandFormat#commandFormat java doc annotation. Contributed by J.Andreina. (9 years ago) +* 8847777ae428 - HADOOP-11357. Print information of the build enviornment in test-patch.sh (aw) (9 years ago) +* 8b69c825e571 - HADOOP-11865. Incorrect path mentioned in document for accessing script files (J.Andreina via aw) (9 years ago) +* 47279c322818 - YARN-3464. Race condition in LocalizerRunner kills localizer before localizing all resources. (Zhihai Xu via kasha) (9 years ago) +* 22b70e7c5a00 - Updated CHANGES.TXT for correct version of HDFS-8206 (9 years ago) +* 8f3946cd4013 - HDFS-8206. Fix the typos in hadoop-hdfs-httpfs. (Brahma Reddy Battula via xyao) (9 years ago) +* a00e001a1a9f - HDFS-8247. TestDiskspaceQuotaUpdate#testAppendOverTypeQuota is failing. Contributed by Xiaoyu Yao. (9 years ago) +* f83c55a6be4d - HDFS-7673. synthetic load generator docs give incorrect/incomplete commands (Brahma Reddy Battula via aw) (9 years ago) +* 78c6b462412b - MAPREDUCE-6333. TestEvents,TestAMWebServicesTasks,TestAppController are broken due to MAPREDUCE-6297. (Siqi Li via gera) (9 years ago) +* 2f82ae042a6f - Moving YARN-3351, YARN-3382, YARN-3472, MAPREDUCE-6238 to the 2.7.1 CHANGES.txt sections given the recent merge into branch-2.7. (9 years ago) +* d497f6ea2be5 - YARN-2498. Respect labels in preemption policy of capacity scheduler for inter-queue preemption. Contributed by Wangda Tan (9 years ago) +* dcc5455e07be - HDFS-8211. DataNode UUID is always null in the JMX counter. (Contributed by Anu Engineer) (9 years ago) +* 4a3dabd94fc3 - YARN-3406. Display count of running containers in the RM's Web UI. Contributed by Ryu Kobayashi. (9 years ago) +* 78fe6e57c769 - Fix commit version for YARN-3537 (9 years ago) +* 5e093f0d400f - YARN-3537. NPE when NodeManager.serviceInit fails and stopRecoveryStore invoked. Contributed by Brahma Reddy Battula (9 years ago) +* 5ce3a77f3c00 - YARN-3444. Fix typo capabililty. Contributed by Gabor Liptak. (9 years ago) +* a287d2fb77d9 - HADOOP-11876. Refactor code to make it more readable, minor maybePrintStats bug (Zoran Dimitrijevic via raviprak) (9 years ago) +* 80935268f5fd - HADOOP-11843. Make setting up the build environment easier. Contributed by Niels Basjes. (9 years ago) +* d03dcb9635db - YARN-3387. Previous AM's container completed status couldn't pass to current AM if AM and RM restarted during the same time. Contributed by Sandflee (9 years ago) +* c7d9ad68e34c - HDFS-8191. Fix byte to integer casting in SimulatedFSDataset#simulatedByte. Contributed by Zhe Zhang. (9 years ago) +* cf6c8a1b4ee7 - HDFS-8176. Record from/to snapshots in audit log for snapshot diff report. Contributed by J. Andreina. (9 years ago) +* eee9facbbae5 - YARN-3511. Add errors and warnings page to ATS. Contributed by Varun Vasudev (9 years ago) +* 91b97c21c927 - HDFS-8110. Remove unsupported 'hdfs namenode -rollingUpgrade downgrade' from document. Contributed by J.Andreina. (9 years ago) +* c8d72907ff5a - HDFS-8231. StackTrace displayed at client while QuotaByStorageType exceeds (Contributed by J.Andreina and Xiaoyu Yao) (9 years ago) +* 262c1bc3398c - HDFS-8217. During block recovery for truncate Log new Block Id in case of copy-on-truncate is true. (Contributed by Vinayakumar B) (9 years ago) +* a8898445dc9b - HDFS-8070. Pre-HDFS-7915 DFSClient cannot use short circuit on post-HDFS-7915 DataNode (cmccabe) (9 years ago) +* a0e0a63209b5 - HADOOP-11802. DomainSocketWatcher thread terminates sometimes after there is an I/O error during requestShortCircuitShm (cmccabe) (9 years ago) +* bcf89ddc7d52 - HDFS-8052. Move WebHdfsFileSystem into hadoop-hdfs-client. Contributed by Haohui Mai. (9 years ago) +* 0b3f8957a87a - YARN-3516. killing ContainerLocalizer action doesn't take effect when private localizer receives FETCH_FAILURE status. Contributed by zhihai xu (9 years ago) +* ac281e3fc868 - HADOOP-11627. Remove io.native.lib.available. Contributed by Brahma Reddy Battula. (9 years ago) +* ef4e9963b25d - HDFS-8215. Refactor NamenodeFsck#check method. Contributed by Takanobu Asanuma (9 years ago) +* 19262d99ebbb - HADOOP-11730. Regression: s3n read failure recovery broken. (Takenori Sato via stevel) (9 years ago) +* 416b84354ebc - HDFS-8147. StorageGroup in Dispatcher should override equals nad hashCode. Contributed by surendra singh lilhore (9 years ago) +* 26971e52ae65 - HADOOP-11852. Disable symlinks in trunk. (9 years ago) +* f5fe35e297ed - YARN-3413. Changed Nodelabel attributes (like exclusivity) to be settable only via addToClusterNodeLabels but not changeable at runtime. (Wangda Tan via vinodkv) (9 years ago) +* aa4a192feb89 - YARN-3522. Fixed DistributedShell to instantiate TimeLineClient as the correct user. Contributed by Zhijie Shen (9 years ago) +* 395205444e8a - YARN-3319. Implement a FairOrderingPolicy. (Craig Welch via wangda) (9 years ago) +* 49f6e3d35e0f - HADOOP-10597. RPC Server signals backoff to clients when all request queues are full. (Contributed by Ming Ma) (9 years ago) +* 189a63a719c6 - YARN-3434. Interaction between reservations and userlimit can result in significant ULF violation (9 years ago) +* baf8bc6c488d - HDFS-4448. Allow HA NN to start in secure mode with wildcard address configured (atm via asuresh) (9 years ago) +* d9bcf99aef23 - YARN-2605. [RM HA] Rest api endpoints doing redirect incorrectly. (Xuan Gong via stevel) (9 years ago) +* 08d4386162a8 - HADOOP-11864. JWTRedirectAuthenticationHandler breaks java8 javadocs. (Larry McCay via stevel) (9 years ago) +* 18eb5e793452 - HADOOP-11861. test-patch.sh rewrite addendum patch. Contributed by Allen Wittenauer. (9 years ago) +* a100be685cc4 - YARN-3366. Enhanced NodeManager to support classifying/shaping outgoing network bandwidth traffic originating from YARN containers Contributed by Sidharta Seethana. (9 years ago) +* 0ebe84d30af2 - HADOOP-11868. Invalid user logins trigger large backtraces in server log. Contributed by Chang Li (9 years ago) +* e54a3e1f4f3e - HADOOP-11850: Typos in hadoop-common java docs. Contributed by Surendra Singh Lilhore. (9 years ago) +* a3b1d8c90288 - HADOOP-11848. Incorrect arguments to sizeof in DomainSocket.c (Malcolm Kavalsky via Colin P. McCabe) (9 years ago) +* 12f4df043fb6 - HDFS-8218. Move classes that used by ClientProtocol into hdfs-client. Contributed by Haohui Mai. (9 years ago) +* 252e69f56238 - Fix a misleading summary of MAPREDUCE-6330 in CHANGES.txt. (9 years ago) +* e33594dd87f8 - MAPREDUCE-6330. Fix typo in some Task Attempt API's URL. Contributed by Ryu Kobayashi. (9 years ago) +* 1f4767c7f2d1 - HADOOP-11859. PseudoAuthenticationHandler fails with httpcomponents v4.4. Contributed by Eugene Koifman. (9 years ago) +* fad9d7e85b1b - New parameter of CLI for decommissioning node gracefully in RMAdmin CLI. Contributed by Devaraj K (9 years ago) +* b08908ae5eaf - YARN-3410. Addendum fix for compilation error. Contributed by Rohith. (9 years ago) +* 6f8003dc7bc9 - HDFS-8185. Separate client related routines in HAUtil into a new class. Contributed by Haohui Mai. (9 years ago) +* 674c7ef64916 - YARN-3503. Expose disk utilization percentage and bad local and log dir counts in NM metrics. Contributed by Varun Vasudev (9 years ago) +* bdd90110e690 - YARN-3494. Expose AM resource limit and usage in CS QueueMetrics. Contributed by Rohith Sharmaks (9 years ago) +* e71d0d87d9b3 - YARN-3410. YARN admin should be able to remove individual application records from RMStateStore. (Rohith Sharmaks via wangda) (9 years ago) +* cfba355052df - HADOOP-11827. Speed-up distcp buildListing() using threadpool (Zoran Dimitrijevic via raviprak) (9 years ago) +* 2c1469036863 - HADOOP-11846 TestCertificateUtil.testCorruptPEM failing on Jenkins JDK8. (Larry McCay via stevel) (9 years ago) +* 89ded89e86e5 - MAPREDUCE-6297. Task Id of the failed task in diagnostics should link to the task page. (Siqi Li via gera) (9 years ago) +* 6d2cf9fbbd02 - HADOOP-11812. Implement listLocatedStatus for ViewFileSystem to speed up split calculation (gera) (9 years ago) +* 725eb52ddc64 - MAPREDUCE-6293. Set job classloader on uber-job's LocalContainerLauncher event thread. (Sangjin Lee via gera) (9 years ago) +* 105afd547798 - YARN-3495. Confusing log generated by FairScheduler. Contributed by Brahma Reddy Battula. (9 years ago) +* 73ddb6b4f825 - HADOOP-11746. rewrite test-patch.sh (aw) (9 years ago) +* 997408eaacee - HDFS-8133. Improve readability of deleted block check (Daryn Sharp via Colin P. McCabe) (9 years ago) +* 424a00daa069 - HADOOP-11704. DelegationTokenAuthenticationFilter must pass ipaddress instead of hostname to ProxyUsers#authorize (Anubhav Dhoot via asuresh) (9 years ago) +* dfc1c4c303cf - HDFS-8163. Using monotonicNow for block report scheduling causes test failures on recently restarted systems. (Arpit Agarwal) (9 years ago) +* 8ddbb8dd4338 - HDFS-7993. Provide each Replica details in fsck (Contributed by J.Andreina) (9 years ago) +* d52de6154406 - Set the release date for 2.7.0 (9 years ago) +* ed4137cebf27 - HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPServiceActor goes for infinite loop (Contributed by Vinayakumar B) Updated CHANGES.TXT for correct version (9 years ago) +* 44872b76fcc0 - YARN-3463. Integrate OrderingPolicy Framework with CapacityScheduler. (Craig Welch via wangda) (9 years ago) +* c92f6f360515 - HDFS-8179. DFSClient#getServerDefaults returns null within 1 hour of system start. (Contributed by Xiaoyu Yao) (9 years ago) +* d50e8f09287d - MAPREDUCE-6238. MR2 can't run local jobs with -libjars command options which is a regression from MR1 (zxu via rkanter) (9 years ago) +* f967fd2f2179 - YARN-3497. ContainerManagementProtocolProxy modifies IPC timeout conf without making a copy. Contributed by Jason Lowe (9 years ago) +* c17cd4f7c163 - HDFS-8173. NPE thrown at DataNode shutdown when HTTP server was not able to create (Contributed by surendra singh lilhore) (9 years ago) +* 5c97db07fb30 - HDFS-8169. Move LocatedBlocks and related classes to hdfs-client. Contributed by Haohui Mai. (9 years ago) +* 8511d80804de - HDFS-8152. Refactoring of lazy persist storage cases. (Arpit Agarwal) (9 years ago) +* 5459b241c86c - HDFS-8043. NPE in MiniDFSCluster teardown. Contributed by Brahma Reddy Battula. (9 years ago) +* 5112477d9e1f - HDFS-7863. Missing description of some methods and parameters in javadoc of FSDirDeleteOp. Contributed by Brahma Reddy Battula. (9 years ago) +* 497c86b485b1 - YARN-3136. Fixed a synchronization problem of AbstractYarnScheduler#getTransferredContainers. Contributed by Sunil G (9 years ago) +* f47a5763acd5 - YARN-3487. CapacityScheduler scheduler lock obtained unnecessarily when calling getQueue (Jason Lowe via wangda) (9 years ago) +* f65eeb412d14 - YARN-3493. RM fails to come up with error "Failed to load/recover state" when mem settings are changed. (Jian He via wangda) (9 years ago) +* 6779467ab6fc - YARN-3451. Display attempt start time and elapsed time on the web UI. Contributed by Rohith Sharmaks (9 years ago) +* d573f09fb93d - YARN-2696. Queue sorting in CapacityScheduler should consider node label. Contributed by Wangda Tan (9 years ago) +* 1db355a875c3 - YARN-1402. Update related Web UI and CLI with exposing client API to check log aggregation status. Contributed by Xuan Gong. (9 years ago) +* c6b5203cfdfc - HADOOP-11837. AuthenticationFilter should destroy SignerSecretProvider in Tomcat deployments. Contributed by Bowen Zhang. (9 years ago) +* 76e7264e8d64 - HDFS-8165. Move GRANDFATHER_GENERATION_STAMP and GRANDFATER_INODE_ID to hdfs-client. Contributed by Haohui Mai. (9 years ago) +* 369ddc67bdaf - HDFS-8153. Error Message points to wrong parent directory in case of path component name length error. Contributed by Anu Engineer. (9 years ago) +* bb6dde68f19b - YARN-3021. YARN's delegation-token handling disallows certain trust setups to operate properly over DistCp. Contributed by Yongjun Zhang (9 years ago) +* 9595cc003ca5 - HDFS-7891. A block placement policy with best rack failure tolerance. Contributed by Walter Su (9 years ago) +* 4308910eed65 - Revert "HDFS-6153. Document "fileId" and "childrenNum" fields in the FileStatus Json schema" (9 years ago) +* 75bbcc8bf3fa - HDFS-8082. Move dfs.client.read.*, dfs.client.short.circuit.*, dfs.client.mmap.* and dfs.client.hedged.read.* conf from DFSConfigKeys to HdfsClientConfigKeys. (9 years ago) +* 80a2a1242337 - HDFS-8135. Remove the deprecated FSConstants class. Contributed by Li Lu. (9 years ago) +* 1fa807579489 - MAPREDUCE-6300. Task list sort by task id broken. Contributed by Siqi Li. (9 years ago) +* 2e8ea780a45c - HDFS-8142. DistributedFileSystem encryption zone commands should resolve relative paths. Contributed by Rakesh R. (9 years ago) +* 1b89a3e173f8 - YARN-3354. Add node label expression in ContainerTokenIdentifier to support RM recovery. Contributed by Wangda Tan (9 years ago) +* b2e6cf607f17 - YARN-3404. Display queue name on application page. Contributed by Ryu Kobayashi (9 years ago) +* de0f1700c150 - HDFS-8149. The footer of the Web UI "Hadoop, 2014" is old. Contributed by Brahma Reddy Battula. (9 years ago) +* b172d03595d1 - HDFS-7934. Update RollingUpgrade rollback documentation: should use bootstrapstandby for standby NN. Contributed by J. Andreina. (9 years ago) +* 4c097e473bb1 - HDFS-8151. Always use snapshot path as source when invalid snapshot names are used for diff based distcp. Contributed by Jing Zhao. (9 years ago) +* e48cedc663b8 - YARN-3326. Support RESTful API for getLabelsToNodes. Contributed by Naganarasimha G R. (9 years ago) +* 9e8309a1b298 - HDFS-8144. Split TestLazyPersistFiles into multiple tests. (Arpit Agarwal) (9 years ago) +* 5004e7533220 - YARN-3318. Create Initial OrderingPolicy Framework and FifoOrderingPolicy. (Craig Welch via wangda) (9 years ago) +* fddd55279d0b - HDFS-8127. NameNode Failover during HA upgrade can cause DataNode to finalize upgrade. Contributed by Jing Zhao. (9 years ago) +* 05007b45e58b - YARN-3436. Fix URIs in documantion of YARN web service REST APIs. Contributed by Bibin A Chundatt. (9 years ago) +* 0fefda645bca - YARN-3361. CapacityScheduler side changes to support non-exclusive node labels. Contributed by Wangda Tan (9 years ago) +* b46ee1e7a310 - YARN-3266. RMContext#inactiveNodes should have NodeId as map key. Contributed by Chengbing Liu (9 years ago) +* fef596df0381 - HDFS-8055. NullPointerException when topology script is missing. Contributed by Anu Engineer. (9 years ago) +* d45aa7647b1f - HDFS-6666. Abort NameNode and DataNode startup if security is enabled but block access token is not enabled. Contributed by Vijay Bhat. (9 years ago) +* b5a0b2464368 - HADOOP-11819. HttpServerFunctionalTest#prepareTestWebapp should create web app directory if it does not exist. (Contributed by Rohith) (9 years ago) +* d4e8c09593b8 - HADOOP-9642. Configuration to resolve environment variables via ${env.VARIABLE} references (Kengo Seki via aw) (9 years ago) +* b9b832a0d883 - HADOOP-7713. Update CHANGES.txt (9 years ago) +* 18a3dad44afd - HDFS-7701. Support reporting per storage type quota and usage with hadoop/hdfs shell. (Contributed by Peter Shi) (9 years ago) +* 838b06ac8733 - YARN-3443. Create a 'ResourceHandler' subsystem to ease addition of support for new resource types on the NM. Contributed by Sidharta Seethana. (9 years ago) +* a77d628339af - YARN-3347. Improve YARN log command to get AMContainer logs as well as running containers logs. Contributed by Xuan Gong. (9 years ago) +* 7b4671490ae4 - YARN-3394. Enrich WebApplication proxy documentation. Contributed by Naganarasimha G R (9 years ago) +* a1afbc48b53f - YARN-3472. Fixed possible leak in DelegationTokenRenewer#allTokens. Contributed by Rohith Sharmaks (9 years ago) +* 5cda6fffd39f - Fix up author name to Jun Gong in CHANGES.txt for YARN-3469 (9 years ago) +* d60e22152ac0 - HDFS-8117. More accurate verification in SimulatedFSDataset: replace DEFAULT_DATABYTE with patterned data. Contributed by Zhe Zhang. (9 years ago) +* 7fc50e2525b8 - HDFS-8083. Move dfs.client.write.* conf from DFSConfigKeys to HdfsClientConfigKeys.Write. (9 years ago) +* 944a16579fdb - YARN-3382. Some of UserMetricsInfo metrics are incorrectly set to root queue metrics. Contributed by Rohit Agarwal (9 years ago) +* 174d8b3a10a8 - HADOOP-11811. Fix typos in hadoop-project/pom.xml. Contributed by Brahma Reddy Battula. (9 years ago) +* 14384f5b5142 - HDFS-8111. NPE thrown when invalid FSImage filename given for 'hdfs oiv_legacy' cmd ( Contributed by surendra singh lilhore ) (9 years ago) +* f8f5887209a7 - HDFS-7933. fsck should also report decommissioning replicas. Contributed by Xiaoyu Yao. (9 years ago) +* 2c17da4208c6 - Revert "MAPREDUCE-6300. Task list sort by task id broken. Contributed by Siqi Li." (9 years ago) +* 60da0e49e731 - HDFS-8084. Move dfs.client.failover.* confs from DFSConfigKeys to HdfsClientConfigKeys.Failover and fix typos in the dfs.http.client.* configuration keys. (9 years ago) +* 36e4cd3be6f7 - HDFS-8103. Move BlockTokenSecretManager.AccessMode into BlockTokenIdentifier. Contributed by Haohui Mai. (9 years ago) +* 2cc9514ad643 - HDFS-8100. Refactor DFSClient.Conf to a standalone class and separates short-circuit related conf to ShortCircuitConf. (9 years ago) +* 7660da95cb67 - HDFS-7931. DistributedFileSystem should not look for keyProvider in cache if Encryption is disabled (asuresh) (9 years ago) +* e516706b8967 - YARN-3469. ZKRMStateStore: Avoid setting watches that are not required. (Jun Hong via kasha) (9 years ago) +* 577d755e4bf7 - YARN-3348. Add a 'yarn top' tool to help understand cluster usage. Contributed by Varun Vasudev (9 years ago) +* 6ac98b48042e - MAPREDUCE-6300. Task list sort by task id broken. Contributed by Siqi Li. (9 years ago) +* 92431c961741 - YARN-1376. NM need to notify the log aggregation status to RM through Node heartbeat. Contributed by Xuan Gong. (9 years ago) +* 83979e61a49d - MAPREDUCE-6307. Remove property mapreduce.tasktracker.taskmemorymanager.monitoringinterval. Contributed by J.Andreina. (9 years ago) +* c91b2de68ad8 - MAPREDUCE-6314. TestPipeApplication fails on trunk. Contributed by Varun Vasudev. (9 years ago) +* afa5d4715a3a - YARN-3293. Track and display capacity scheduler health metrics in web UI. Contributed by Varun Vasudev (9 years ago) +* 987c9e12e184 - HDFS-7939. Two fsimage_rollback_* files are created which are not deleted after rollback. (Contributed by J.Andreina) (9 years ago) +* 0959b67f1a18 - HDFS-8081. Split getAdditionalBlock() into two methods. Contributed by Konstantin Shvachko (9 years ago) +* af9d4fede535 - HDFS-8102. Separate webhdfs retry configuration keys from DFSConfigKeys. Contributed by Haohui Mai. (9 years ago) +* 623fd46c1eac - Adding release 2.7.1 to CHANGES.txt (9 years ago) +* a813db0b1bed - Fix CHANGES.txt for HDFS-8091 (9 years ago) +* c4986b2d00d3 - MAPREDUCE-6266. Job#getTrackingURL should consistently return a proper URL (rchiang via rkanter) (9 years ago) +* 9c5911294e0b - YARN-3055. Fixed ResourceManager's DelegationTokenRenewer to not stop token renewal of applications part of a bigger workflow. Contributed by Daryn Sharp. (9 years ago) +* 922b7ed21d1f - HDFS-8091: ACLStatus and XAttributes should be presented to INodeAttributesProvider before returning to client (asuresh) (9 years ago) +* 61dc2ea3fee4 - HDFS-8063: Fix intermittent test failures in TestTracing (Masatake Iwasaki via Colin P. McCabe) (9 years ago) +* 30acb7372ab9 - HDFS-8099. Change "DFSInputStream has been closed already" message to debug log level (Charles Lamb via Colin P. McCabe) (9 years ago) +* 63c659ddd064 - HADOOP-11815. HttpServer2 should destroy SignerSecretProvider when it stops. Contributed by Rohith. (9 years ago) +* 1885141e9083 - YARN-3466. Fix RM nodes web page to sort by node HTTP-address, #containers and node-label column. (Jason Lowe via wangda) (9 years ago) +* 3fe61e0bb0d0 - HDFS-8101. DFSClient use of non-constant DFSConfigKeys pulls in WebHDFS classes at runtime. Contributed by Sean Busbey. (9 years ago) +* 6495940eae09 - YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha) (9 years ago) +* 9d8952f97f63 - HDFS-8096. DatanodeMetrics#blocksReplicated will get incremented early and even for failed transfers (Contributed by Vinayakumar B) (9 years ago) +* b1e059089d6a - HDFS-7979. Initialize block report IDs with a random number. (9 years ago) +* dc0282d64c65 - HADOOP-11814. Reformat hadoop-annotations, o.a.h.classification.tools. Contributed by Li Lu. (9 years ago) +* cc2582354664 - HDFS-8089. Move o.a.h.hdfs.web.resources.* to the client jars. Contributed by Haohui Mai. (9 years ago) +* 5a540c3d3107 - HDFS-8025. Addendum fix for HDFS-3087 Decomissioning on NN restart can complete without blocks being replicated. Contributed by Ming Ma. (9 years ago) +* 82d56b337d46 - Revert HDFS-7813. (9 years ago) +* bd4c99bece56 - Revert HDFS-7808. (9 years ago) +* 6af0d74a75f0 - HDFS-7725. Incorrect 'nodes in service' metrics caused all writes to fail. Contributed by Ming Ma. (9 years ago) +* a42bb1cd915a - HDFS-8076. Code cleanup for DFSInputStream: use offset instead of LocatedBlock when possible. Contributed by Zhe Zhang. (9 years ago) +* 265ed1fe8047 - YARN-2890. MiniYarnCluster should turn on timeline service if configured to do so. Contributed by Mit Desai. (9 years ago) +* 285b31e75e51 - HDFS-8046. Allow better control of getContentSummary. Contributed by Kihwal Lee. (9 years ago) +* c931a3c7760e - HDFS-8079. Move CorruptFileBlockIterator to a new hdfs.client.impl package. (9 years ago) +* 608c4998419c - HDFS-8072. Reserved RBW space is not released if client terminates while writing block. (Arpit Agarwal) (9 years ago) +* ba9ee22ca4ed - YARN-2901 addendum: Fixed findbugs warning caused by previously patch (9 years ago) +* 7af086a515d5 - YARN-3459. Fix failiure of TestLog4jWarningErrorMetricsAppender. (Varun Vasudev via wangda) (9 years ago) +* f4b3fc562108 - HADOOP-11781. fix race conditions and add URL support to smart-apply-patch.sh (Raymie Stata via aw) (9 years ago) +* dd852f5b8c8f - YARN-3457. NPE when NodeManager.serviceInit fails and stopRecoveryStore called. Contributed by Bibin A Chundatt. (9 years ago) +* ab04ff9efe63 - HDFS-8080. Separate JSON related routines used by WebHdfsFileSystem to a package local class. Contributed by Haohui Mai. (9 years ago) +* d505c8acd30d - HDFS-8073. Split BlockPlacementPolicyDefault.chooseTarget(..) so it can be easily overrided. (Contributed by Walter Su) (9 years ago) +* 4be648b55c1c - HDFS-8079. Move dfs.client.retry.* confs from DFSConfigKeys to HdfsClientConfigKeys.Retry. (9 years ago) +* 66763bb06f10 - HDFS-5215. dfs.datanode.du.reserved is not considered while computing available space ( Brahma Reddy Battula via Yongjun Zhang) (9 years ago) +* 5449adc9e5fa - HADOOP-11801. Update BUILDING.txt for Ubuntu. (Contributed by Gabor Liptak) (9 years ago) +* 5b8a3ae36629 - YARN-3429. Fix incorrect CHANGES.txt (9 years ago) +* bd77a7c4d94f - HADOOP-11796. Skip TestShellBasedIdMapping.testStaticMapUpdate on Windows. Contributed by Xiaoyu Yao. (9 years ago) +* 1e72d98c69be - HDFS-8038. PBImageDelimitedTextWriter#getEntry output HDFS path in platform-specific format. Contributed by Xiaoyu Yao. (9 years ago) +* 571a1ce9d037 - HDFS-8049. Add @InterfaceAudience.Private annotation to hdfs client implementation. Contributed by Takuya Fukudome (9 years ago) +* d27e9241e867 - YARN-3294. Allow dumping of Capacity Scheduler debug logs via web UI for a fixed time period. Contributed by Varun Vasudev (9 years ago) +* 0b5d7d23c469 - YARN-2666. Commit 53959e6 (9 years ago) +* 19a4feaf6fcf - YARN-3110. Few issues in ApplicationHistory web ui. Contributed by Naganarasimha G R (9 years ago) +* ce6357331444 - HADOOP-11717. Support JWT tokens for web single sign on to the Hadoop servers. (Larry McCay via omalley) (9 years ago) +* 75c545486080 - HDFS-8071. Redundant checkFileProgress() in PART II of getAdditionalBlock(). Contributed by Konstantin Shvachko. (9 years ago) +* 3fb5abfc8795 - Move YARN-3273 from 2.8 to 2.7. (9 years ago) +* 99b08a748e7b - YARN-2429. TestAMRMTokens.testTokenExpiry fails Intermittently with error message:Invalid AMRMToken (zxu via rkanter) (9 years ago) +* 28bebc81db8b - HDFS-7999. FsDatasetImpl#createTemporary sometimes holds the FSDatasetImpl lock for a very long time (sinago via cmccabe) (9 years ago) +* 53959e69f7ef - TestFairScheduler.testContinuousScheduling fails Intermittently. Contributed by Zhihai Xu. (9 years ago) +* 96d72118f5c8 - YARN-3435. AM container to be allocated Appattempt AM container shown as null. Contributed by Bibin A Chundatt (9 years ago) +* 4b3948ea365d - HADOOP-11776. Fixed the broken JDiff support in Hadoop 2. Contributed by Li Lu. (9 years ago) +* 5370e7128b4b - HADOOP-11377. Added Null.java without which jdiff completely flops. Contributed by Tsuyoshi Ozawa. (9 years ago) +* ef591b1d6a08 - HDFS-8051. FsVolumeList#addVolume should release volume reference if not put it into BlockScanner. (Lei (Eddy) Xu via Colin P. McCabe) (9 years ago) +* 023133cef9a7 - HDFS-7996. After swapping a volume, BlockReceiver reports ReplicaNotFoundException (Lei (Eddy) Xu via Colin P. McCabe) (9 years ago) +* 932730df7d62 - HADOOP-11785. Reduce the number of listStatus operation in distcp buildListing (Zoran Dimitrijevic via Colin P. McCabe) (9 years ago) +* db80e428919e - HDFS-8039. Fix TestDebugAdmin#testRecoverLease and testVerfiyBlockChecksumCommand on Windows. Contributed by Xiaoyu Yao. (9 years ago) +* a0795c1e8168 - MAPREDUCE-4844. Counters / AbstractCounters have constant references not declared final. (Brahma Reddy Battula via gera) (9 years ago) +* dc5596c36a26 - HDFS-8034. Fix TestDFSClientRetries#testDFSClientConfigurationLocateFollowingBlockInitialDelay for Windows. Contributed by Xiaoyu Yao. (9 years ago) +* 228ae9aaa407 - HADOOP-11800. Clean up some test methods in TestCodec.java. Contributed by Brahma Reddy Battula. (9 years ago) +* 72f6bd4893dc - HDFS-7811. Avoid recursive call getStoragePolicyID in INodeFile#computeQuotaUsage. Contributed by Xiaoyu Yao and Jing Zhao. (9 years ago) +* 8d3c0f601d54 - HADOOP-11797. releasedocmaker.py needs to put ASF headers on output (aw) (9 years ago) +* bad070fe15a6 - YARN-2901. Add errors and warning metrics page to RM, NM web UI. (Varun Vasudev via wangda) (9 years ago) +* b21c72777ae6 - YARN-3365. Enhanced NodeManager to support using the 'tc' tool via container-executor for outbound network traffic control. Contributed by Sidharta Seethana. (9 years ago) +* 5763b173d34d - HADOOP-9805. Refactor RawLocalFileSystem#rename for improved testability. Contributed by Jean-Pierre Matsumoto. (9 years ago) +* 16b74f978acc - HDFS-7893. Update the POM to create a separate hdfs-client jar. Contributed by Haohui Mai. (9 years ago) +* 6a6a59db7f1b - YARN-3415. Non-AM containers can be counted towards amResourceUsage of a fairscheduler queue (Zhihai Xu via Sandy Ryza) (9 years ago) +* eccb7d46efbf - MAPREDUCE-6303. Read timeout when retrying a fetch error can be fatal to a reducer. Contributed by Jason Lowe. (9 years ago) +* 96649c38f9ab - HDFS-8035. Move checkBlocksProperlyReplicated() in FSNamesystem to BlockManager. Contributed by Haohui Mai. (9 years ago) +* 4f412f487caf - HDFS-7954. TestBalancer#testBalancerWithPinnedBlocks should not be executed on Windows. Contributed by Xiaoyu Yao (9 years ago) +* 9ed43f2189fb - HDFS-7888. Change DFSOutputStream and DataStreamer for convenience of subclassing. Contributed by Li Bo (9 years ago) +* 867d5d2675b8 - HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPServiceActor goes for infinite loop (Contributed by Vinayakumar B) (9 years ago) +* f383fd9b6caf - HADOOP-11731. Rework the changelog and releasenotes (aw) (9 years ago) +* 4d14816c269f - HDFS-8001 RpcProgramNfs3 : wrong parsing of dfs.blocksize. Contributed by Remi Catherinot (9 years ago) +* 60ce825a7185 - HADOOP-11757. NFS gateway should shutdown when it can't start UDP or TCP server. Contributed by Brandon Li (9 years ago) +* 6ccf4fbf8a83 - HDFS-8008. Support client-side back off when the datanodes are congested. Contributed by Haohui Mai. (9 years ago) +* 75cb1d42abec - HDFS-8036. Use snapshot path as source when using snapshot diff report in DistCp. Contributed by Jing Zhao. (9 years ago) +* 3c7adaaf3571 - HDFS-7922. ShortCircuitCache#close is not releasing ScheduledThreadPoolExecutors (Rakesh R via Colin P. McCabe) (9 years ago) +* c94d594a5780 - HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than DFSOutputStream#writeChunk (cmccabe) (9 years ago) +* 8366a36ad356 - YARN-3430. Made headroom data available on app attempt page of RM WebUI. Contributed by Xuan Gong. (9 years ago) +* ed72daa5df97 - HDFS-7978. Add LOG.isDebugEnabled() guard for some LOG.debug(..). Contributed by Walter Su. (9 years ago) +* a3a96a07faf0 - HADOOP-11787. OpensslSecureRandom.c pthread_threadid_np usage signature is wrong on 32-bit Mac. Contributed by Kiran Kumar M R. (9 years ago) +* 796fb268710a - Add the missing files for HDFS-8009. (9 years ago) +* 53471d462c98 - HDFS-8009. Signal congestion on the DataNode. Contributed by Haohui Mai. (9 years ago) +* 492239424a3a - YARN-3425. NPE from RMNodeLabelsManager.serviceStop when NodeLabelsManager.serviceInit failed. (Bibin A Chundatt via wangda) (9 years ago) +* 2e79f1c21255 - YARN-3248. Correct fix version from branch-2.7 to branch-2.8 in the change log. (9 years ago) +* 4728bdfa1580 - YARN-3248. Display count of nodes blacklisted by apps in the web UI. Contributed by Varun Vasudev (9 years ago) +* c69ba81497ae - YARN-3424. Change logs for ContainerMonitorImpl's resourse monitoring from info to debug. Contributed by Anubhav Dhoot. (9 years ago) +* 2daa478a6420 - YARN-3428. Debug log resources to be localized for a container. (kasha) (9 years ago) +* 7610925e9015 - YARN-3304. Addendum patch. Cleaning up ResourceCalculatorProcessTree APIs for public use and removing inconsistencies in the default values. (Junping Du and Karthik Kambatla via vinodkv) (9 years ago) +* 18a91fe4df04 - HDFS-6945. BlockManager should remove a block from excessReplicateMap and decrement ExcessBlocks metric when the block is removed. (aajisaka) (9 years ago) +* e428fea73029 - Reverted MAPREDUCE-6286, MAPREDUCE-6199, and MAPREDUCE-5875 from branch-2.7. Editing CHANGES.txt to reflect this. (9 years ago) +* 79f7f2aabfd7 - YARN-3412. RM tests should use MockRM where possible. (kasha) (9 years ago) +* 859cab2f2273 - HDFS-7671. hdfs user guide should point to the common rack awareness doc. Contributed by Kai Sasaki. (9 years ago) +* 3df61f303a8c - HDFS-7997. The first non-existing xattr should also throw IOException. (zhouyingchao via yliu) (9 years ago) +* b5a22e983832 - YARN-3258. FairScheduler: Need to add more logging to investigate allocations. Contributed by Anubhav Dhoot. (9 years ago) +* 85dc3c14b2ca - HDFS-7944. Minor cleanup of BlockPoolManager#getAllNamenodeThreads. (Arpit Agarwal) (9 years ago) +* cce66ba3c9ec - HDFS-3918. EditLogTailer shouldn't log WARN when other node is in standby mode. Contributed by Todd Lipcon. (9 years ago) +* 1a495fbb489c - HDFS-7645. Rolling upgrade is restoring blocks from trash multiple times (Contributed by Vinayakumar B and Keisuke Ogiwara) (9 years ago) +* cc0a01c50308 - Revert "MAPREDUCE-6288. Changed permissions on JobHistory server's done directory so that user's client can load the conf files directly. Contributed by Robert Kanter." (9 years ago) +* d9ac5ee2c4dc - HADOOP-11660. Add support for hardware crc of HDFS checksums on ARM aarch64 architecture (Edward Nevill via Colin P. McCabe) (9 years ago) +* 0967b1d99d70 - Addendum for HDFS-7748. (9 years ago) +* 2a945d24f7de - YARN-2495. Allow admin specify labels from each NM (Distributed configuration for node label). (Naganarasimha G R via wangda) (9 years ago) +* b80457158daf - HDFS-7748. Separate ECN flags from the Status in the DataTransferPipelineAck. Contributed by Anu Engineer and Haohui Mai. (9 years ago) +* 90e07d55ace7 - HADOOP-11754. RM fails to start in non-secure mode due to authentication filter failure. Contributed by Haohui Mai. (9 years ago) +* 82fa3adfd889 - HADOOP-11761. Fix findbugs warnings in org.apache.hadoop.security.authentication. Contributed by Li Lu. (9 years ago) +* 1feb9569f366 - HDFS-7261. storageMap is accessed without synchronization in DatanodeDescriptor#updateHeartbeatState() (Brahma Reddy Battula via Colin P. McCabe) (9 years ago) +* 5358b8316777 - MAPREDUCE-6288. Changed permissions on JobHistory server's done directory so that user's client can load the conf files directly. Contributed by Robert Kanter. (9 years ago) +* c358368f5119 - YARN-3304. Cleaning up ResourceCalculatorProcessTree APIs for public use and removing inconsistencies in the default values. Contributed by Junping Du and Karthik Kambatla. (9 years ago) +* e7ea2a8e8f0a - HDFS-8002. Website refers to /trash directory. Contributd by Brahma Reddy Battula. (9 years ago) +* 04ee18ed48ce - HDFS-7742. Favoring decommissioning node for replication can cause a block to stay underreplicated for long periods. Contributed by Nathan Roberts. (9 years ago) +* ae3e8c61ff4c - HDFS-4396. Add START_MSG/SHUTDOWN_MSG for ZKFC. Contributed by Liang Xie. (9 years ago) +* 1ed9fb76645e - HDFS-7890. Improve information on Top users for metrics in RollingWindowsManager and lower log level (Contributed by J.Andreina) (9 years ago) +* 232eca944a72 - HDFS-6408. Remove redundant definitions in log4j.properties. Contributed by Abhiraj Butala. (9 years ago) +* 257c77f895e8 - HDFS-6263. Remove DRFA.MaxBackupIndex config from log4j.properties. Contributed by Abhiraj Butala. (9 years ago) +* 3d9132d434c3 - HDFS-7501. TransactionsSinceLastCheckpoint can be negative on SBNs. Contributed by Gautam Gopalakrishnan. (9 years ago) +* e0ccea33c9e1 - YARN-3288. Document and fix indentation in the DockerContainerExecutor code (9 years ago) +* 27d49e6714ad - MAPREDUCE-6291. Correct mapred queue usage command. Contributed by Brahma Reddy Battula. (9 years ago) +* 89fb0f57ef5d - HDFS-7700. Document quota support for storage types. (Contributed by Xiaoyu Yao) (9 years ago) +* e97f8e44af9d - HDFS-8004. Use KeyProviderCryptoExtension#warmUpEncryptedKeys when creating an encryption zone. (awang via asuresh) (9 years ago) +* 3836ad6c0b33 - HADOOP-11639. Clean up Windows native code compilation warnings related to Windows Secure Container Executor. Contributed by Remus Rusanu. (9 years ago) +* 05499b1093ea - MAPREDUCE-6294. Remove an extra parameter described in Javadoc of TockenCache. Contributed by Brahma Reddy Battula. (9 years ago) +* e074952bd6be - HADOOP-11760. Fix typo of javadoc in DistCp. Contributed by Brahma Reddy Battula. (9 years ago) +* 60882ab26d49 - HDFS-7990. IBR delete ack should not be delayed. Contributed by Daryn Sharp. (9 years ago) +* af618f23a705 - HADOOP-11691. X86 build of libwinutils is broken. Contributed by Kiran Kumar M R. (9 years ago) +* 47782cbf4a66 - HADOOP-11748. The secrets of auth cookies should not be specified in configuration in clear text. Contributed by Li Lu and Haohui Mai. (9 years ago) +* 5695c7a541c1 - HADOOP-11553 addendum fix the typo in the changes file (9 years ago) +* b30ca8ce0e0d - HADOOP-11553. Foramlize the shell API (aw) (9 years ago) +* 61df1b27a797 - HDFS-7410. Support CreateFlags with append() to support hsync() for appending streams (Vinayakumar B via Colin P. McCabe) (9 years ago) +* 87130bf6b22f - YARN-3400. [JDK 8] Build Failure due to unreported exceptions in RPCUtil (rkanter) (9 years ago) +* 3d0708bdb0a7 - HDFS-7824. GetContentSummary API and its namenode implementation for Storage Type Quota/Usage. (Contributed by Xiaoyu Yao) (9 years ago) +* 222845632bc2 - HDFS-7963. Fix expected tracing spans in TestTracing. Contributed by Masatake Iwasaki. (9 years ago) +* b4b4fe90569a - HADOOP-11719.[Fsshell] Remove bin/hadoop reference from GenericOptionsParser default help text. Contributed by Brahma Reddy Battula. (9 years ago) +* 4528eb9fb2e1 - HADOOP-11524. hadoop_do_classpath_subcommand throws a shellcheck warning. Contributed by Chris Nauroth. (9 years ago) +* 44809b80814d - HADOOP-11724. DistCp throws NPE when the target directory is root. (Lei Eddy Xu via Yongjun Zhang) (9 years ago) +* fc1031af7494 - HDFS-7928. Scanning blocks from disk during rolling upgrade startup takes a lot of time if disks are busy. Contributed by Rushabh Shah. (9 years ago) +* 3807884263f8 - Addendum for HADOOP-10670. (9 years ago) +* 97e2aa255133 - Move HDFS-6353 to the trunk section in CHANGES.txt (9 years ago) +* e4b8d9e72d54 - HADOOP-10670. Allow AuthenticationFilters to load secret from signature secret files. Contributed by Kai Zheng. (9 years ago) +* 5e21e4ca377f - HDFS-6353. Check and make checkpoint before stopping the NameNode. Contributed by Jing Zhao. (9 years ago) +* c906a1de7280 - YARN-3397. yarn rmadmin should skip -failover. (J.Andreina via kasha) (9 years ago) +* e556198e71df - YARN-2213. Change proxy-user cookie log in AmIpFilter to DEBUG. Contributed by Varun Saxena (9 years ago) +* c770df49b4c9 - MAPREDUCE-6292. Use org.junit package instead of junit.framework in TestCombineFileInputFormat. (aajisaka) (9 years ago) +* b6dea9776b92 - MAPREDUCE-579. Streaming slowmatch documentation. (9 years ago) +* 323945b33a5b - HADOOP-11738. Fix a link of Protocol Buffers 2.5 for download in BUILDING.txt. (ozawa) (9 years ago) +* b351086ff66c - HADOOP-11014. Potential resource leak in JavaKeyStoreProvider due to unclosed stream. (ozawa) (9 years ago) +* 5582b0f1d469 - HADOOP-11741. Add LOG.isDebugEnabled() guard for some LOG.debug(). Contributed by Walter Su. (9 years ago) +* 80278a5f85a9 - HDFS-7985. WebHDFS should be always enabled. Contributed by Li Lu. (9 years ago) +* 53a28afe293e - HDFS-6826. Plugin interface to enable delegation of HDFS authorization assertions. Contributed by Arun Suresh. (9 years ago) +* e38ef70fbc60 - HDFS-7713. Implement mkdirs in the HDFS Web UI. Contributed by Ravi Prakash. (9 years ago) +* a16bfff71bd7 - HDFS-7854. Separate class DataStreamer out of DFSOutputStream. Contributed by Li Bo. (9 years ago) +* 570a83ae80fa - HDFS-7977. NFS couldn't take percentile intervals. Contributed by Brandon Li (9 years ago) +* 97a7277a2d69 - YARN-3383. AdminService should use warn instead of info to log exception when operation fails. (Li Lu via wangda) (9 years ago) +* eda02540ce53 - HDFS-7875. Improve log message when wrong value configured for dfs.datanode.failed.volumes.tolerated. Contributed by Nijel. (9 years ago) +* 51f1f4937402 - HDFS-7976. Update NFS user guide for mount option 'sync' to minimize or avoid reordered writes. Contributed by Brandon Li (9 years ago) +* 6413d34986f3 - HDFS-7961. Trigger full block report after hot swapping disk. Contributed by Eddy Xu. (9 years ago) +* 4170c99147b0 - MAPREDUCE-6285. ClientServiceDelegate should not retry upon AuthenticationException. Contributed by Jonathan Eagles. (9 years ago) +* 3ca5bd163292 - Fix CHANGES.txt for HADOOP-11602. (9 years ago) +* 6e891a921e00 - HADOOP-11609. Correct credential commands info in CommandsManual.html#credential. Contributed by Varun Saxena. (9 years ago) +* c6c396fcd695 - HDFS-3325. When configuring 'dfs.namenode.safemode.threshold-pct' to a value greater or equal to 1 there is mismatch in the UI report (Contributed by J.Andreina) (9 years ago) +* fbceb3b41834 - YARN-1880. Cleanup TestApplicationClientProtocolOnHA. Contributed by ozawa. (9 years ago) +* 970ee3fc56a6 - HDFS-7956. Improve logging for DatanodeRegistration. Contributed by Plamen Jeliazkov. (9 years ago) +* 50ee8f4e67a6 - HDFS-7960. The full block report should prune zombie storages even if they're not empty. Contributed by Colin McCabe and Eddy Xu. (9 years ago) +* d7e3c3364eb9 - HDFS-7884. Fix NullPointerException in BlockSender when the generation stamp provided by the client is larger than the one stored in the datanode. Contributed by Brahma Reddy Battula (9 years ago) +* 9fae455e26e0 - YARN-3393. Getting application(s) goes wrong when app finishes before starting the attempt. Contributed by Zhijie Shen (9 years ago) +* 2c238ae4e003 - HDFS-7917. Use file to replace data dirs in test to simulate a disk failure. Contributed by Lei (Eddy) Xu. (9 years ago) +* 972f1f1ab94a - YARN-2868. FairScheduler: Metric for latency to allocate first container for an application. (Ray Chiang via kasha) (9 years ago) +* 2bc097cd1469 - YARN-3241. FairScheduler handles invalid queue names inconsistently. (Zhihai Xu via kasha) (9 years ago) +* 6ca1f12024fd - YARN-3336. FileSystem memory leak in DelegationTokenRenewer. (9 years ago) +* 7e6f384dd742 - MAPREDUCE-6242. Progress report log is incredibly excessive in application master. Contributed by Varun Saxena. (9 years ago) +* 36af4a913c97 - HDFS-7942. NFS: support regexp grouping in nfs.exports.allowed.hosts. Contributed by Brandon Li (9 years ago) +* 82eda771e05c - YARN-3384. TestLogAggregationService.verifyContainerLogs fails after YARN-2777. Contributed by Naganarasimha G R. (9 years ago) +* 0b9f12c847e2 - HADOOP-11737. mockito's version in hadoop-nfs’ pom.xml shouldn't be specified. Contributed by Kengo Seki. (9 years ago) +* b375d1fc9369 - MAPREDUCE-6287. Deprecated methods in org.apache.hadoop.examples.Sort. Contributed by Chao Zhang. (9 years ago) +* 4cd54d9a2974 - MAPREDUCE-5448. Addendum fix to remove deprecation warning by junit.Assert import in TestFileOutputCommitter. (9 years ago) +* 8770c82acc94 - MAPREDUCE-6286. Amend commit to CHANGES.txt for backport into 2.7.0. (9 years ago) +* 1d5c796d654c - MAPREDUCE-5190. Unnecessary condition test in RandomSampler. Contributed by Jingguo Yao. (9 years ago) +* b46c2bb51ae5 - MAPREDUCE-5448. MapFileOutputFormat#getReaders bug with invisible files/folders. Contributed by Maysam Yabandeh. (9 years ago) +* 433542904aba - MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, which causes counter limits are not reset correctly. Contributed by Zhihai Xu. (9 years ago) +* e1e09052e861 - MAPREDUCE-6213. NullPointerException caused by job history server addr not resolvable. Contributed by Peng Zhang. (9 years ago) +* 7a678db3accf - MAPREDUCE-6239. Consolidate TestJobConf classes in hadoop-mapreduce-client-jobclient and hadoop-mapreduce-client-core. Contributed by Varun Saxena. (9 years ago) +* e1feb4ea1a53 - YARN-3345. Add non-exclusive node label API. Contributed by Wangda Tan (9 years ago) +* 7f1e2f996995 - YARN-3350. YARN RackResolver spams logs with messages at info level. Contributed by Wilfred Spiegelenburg (9 years ago) +* fe5c23b670c7 - HADOOP-11447. Add a more meaningful toString method to SampleStat and MutableStat. (kasha) (9 years ago) +* 586348e4cbf1 - YARN-3356. Capacity Scheduler FiCaSchedulerApp should use ResourceUsage to track used-resources-by-label. Contributed by Wangda Tan (9 years ago) +* d81109e58849 - YARN-3269. Yarn.nodemanager.remote-app-log-dir could not be configured to fully qualified path. Contributed by Xuan Gong (9 years ago) +* d4f7e2507f4b - MAPREDUCE-6282. Reuse historyFileAbsolute.getFileSystem in CompletedJob#loadFullHistoryData for code optimization. (zxu via rkanter) (9 years ago) +* 75ead273bea8 - HDFS-6841. Use Time.monotonicNow() wherever applicable instead of Time.now(). Contributed by Vinayakumar B (9 years ago) +* d368d3647a85 - HDFS-7957. Truncate should verify quota before making changes. Contributed by Jing Zhao. (9 years ago) +* a6a5aae472d0 - HDFS-7829. Code clean up for LocatedBlock. Contributed by Takanobu Asanuma. (9 years ago) +* 6bc7710ec7f2 - YARN-3369. Missing NullPointer check in AppSchedulingInfo causes RM to die. (Brahma Reddy Battula via wangda) (9 years ago) +* 1a4b52869191 - YARN-2777. Mark the end of individual log in aggregated log. Contributed by Varun Saxena (9 years ago) +* 15612313f578 - HDFS-7835. make initial sleeptime in locateFollowingBlock configurable for DFSClient. Contributed by Zhihai Xu. (9 years ago) +* 43dde502b3be - HADOOP-11709. Time.NANOSECONDS_PER_MILLISECOND - use class-level final constant instead of method variable. Contributed by Ajith S. (9 years ago) +* 8041267f022f - MAPREDUCE-4424. 'mapred job -list' command should show the job name as well. Contributed by Avinash Kujur. (9 years ago) +* 978ef11f2679 - HDFS-7962. Remove duplicated logs in BlockManager. (yliu) (9 years ago) +* 4e886eb9cbd2 - YARN-3379. Fixed missing data in localityTable and ResourceRequests table in RM WebUI. Contributed by Xuan Gong (9 years ago) +* e37ca221bf4e - HDFS-7930. commitBlockSynchronization() does not remove locations. (yliu) (9 years ago) +* 91baca145a6c - MAPREDUCE-6275. Race condition in FileOutputCommitter v2 for user-specified task output subdirs. Contributed by Gera Shegalov and Siqi Li (9 years ago) +* 61a4c7fc9891 - HDFS-7932. Speed up the shutdown of datanode during rolling upgrade. Contributed by Kihwal Lee. (9 years ago) +* 1ccbc29708f7 - MAPREDUCE-6281. Fix javadoc in Terasort. Contributed by Albert Chu. (9 years ago) +* 522c897146aa - HADOOP-11729. Fix link to cgroups doc in site.xml. Contributed by Masatake Iwasaki. (9 years ago) +* 5be5129d9348 - HDFS.7849. Update documentation for enabling a new feature in rolling upgrade ( Contributed by J.Andreina ) (9 years ago) +* e79be0ee123d - HDFS-7816. Unable to open webhdfs paths with "+". Contributed by Haohui Mai (9 years ago) +* 93d0f4acc845 - YARN-3357. Move TestFifoScheduler to FIFO package. Contributed by Rohith Sharmaks. (9 years ago) +* 355e008ffbb0 - HDFS-7867. Update action param from 'start' to 'prepare' in rolling upgrade ( Contributed by J.Andreina) Updated JIRA id. (9 years ago) +* 338b477ff736 - HDFS-7869. Update action param from 'start' to 'prepare' in rolling upgrade ( Contributed by J.Andreina) (9 years ago) +* 19b298f6124f - HADOOP-10703. HttpServer2 creates multiple authentication filters. Contributed by Benoy Antony. (9 years ago) +* bf6295bed8b5 - HADOOP-9329. document native build dependencies in BUILDING.txt (Vijay Bhat via Colin P. McCabe) (9 years ago) +* c7c71cdba50c - HDFS-7587. Edit log corruption can happen if append fails with a quota violation. Contributed by Jing Zhao. (9 years ago) +* 43b41f224114 - HDFS-7929. inotify unable fetch pre-upgrade edit log segments once upgrade starts (Zhe Zhang via Colin P. McCabe) (9 years ago) +* bee5a6a64a1c - HDFS-7943. Append cannot handle the last block with length greater than the preferred block size. Contributed by Jing Zhao. (9 years ago) +* 8234fd0e1087 - HDFS-7054. Make DFSOutputStream tracing more fine-grained (cmccabe) (9 years ago) +* 20b49224eb90 - YARN-3351. AppMaster tracking URL is broken in HA. (Anubhav Dhoot via kasha) (9 years ago) +* 8c40e88d5de5 - HDFS-7945. The WebHdfs system on DN does not honor the length parameter. Contributed by Haohui Mai. (9 years ago) +* c239b6d3763e - HDFS-7914. TestJournalNode#testFailToStartWithBadConfig fails when the default dfs.journalnode.http-address port 8480 is in use. (Contributed by Xiaoyu Yao) (9 years ago) +* f0dea037ffa5 - HDFS-7697. Mark the PB OIV tool as experimental. Contributed by Lei (Eddy) Xu. (9 years ago) +* 02a67aad65e7 - Fix CHANGES.txt for HDFS-7722. (9 years ago) +* e817cedcdc26 - HDFS-7951. Fix NPE for TestFsDatasetImpl#testAddVolumeFailureReleasesInUseLock on Linux. (Contributed by Xiaoyu Yao) (9 years ago) +* d462c6275517 - HDFS-7950. Fix TestFsDatasetImpl#testAddVolumes failure on Windows. (Contributed by Xiaoyu Yao) (9 years ago) +* 30da99cbaf36 - MAPREDUCE-6277. Job can post multiple history files if attempt loses connection to the RM. Contributed by Chang Li (9 years ago) +* fdd58aa32f3e - HDFS-7948. TestDataNodeHotSwapVolumes#testAddVolumeFailures failed on Windows. (Contributed by Xiaoyu Yao) (9 years ago) +* 402817cd9b78 - HDFS-7953. NN Web UI fails to navigate to paths that contain #. Contributed by kanaka kumar avvaru. (9 years ago) +* 9d72f939759f - MAPREDUCE-5807. Print usage for TeraSort job. Contributed by Rohith. (9 years ago) +* 34117325b29f - HADOOP-11659. o.a.h.FileSystem.Cache#remove should use a single hash map lookup. Contributed by Brahma Reddy Battula. (9 years ago) +* 5b322c6a8232 - HDFS-7946. TestDataNodeVolumeFailureReporting NPE on Windows. (Contributed by Xiaoyu Yao) (9 years ago) +* 658097d6da1b - YARN-3273. Improve scheduler UI to facilitate scheduling analysis and debugging. Contributed Rohith Sharmaks (9 years ago) +* 3bc72cc16d8c - YARN-3205. FileSystemRMStateStore should disable FileSystem Cache to avoid get a Filesystem with an old configuration. Contributed by Zhihai Xu. (9 years ago) +* fc90bf7b27cc - HADOOP-11722. Some Instances of Services using ZKDelegationTokenSecretManager go down when old token cannot be deleted. Contributed by Arun Suresh. (9 years ago) +* 968425e9f7b8 - YARN-3305. Normalize AM resource request on app submission. Contributed by Rohith Sharmaks (9 years ago) +* 32b43304563c - Revert "YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha)" (9 years ago) +* d8846707c58c - HDFS-7940. Add tracing to DFSClient#setQuotaByStorageType (Rakesh R via Colin P. McCabe) (9 years ago) +* 487374b7fe0c - YARN-3243. CapacityScheduler should pass headroom from parent to children to make sure ParentQueue obey its capacity limits. Contributed by Wangda Tan. (9 years ago) +* a89b087c45e5 - HADOOP-11721. switch jenkins patch tester to use git clean instead of mvn clean (temp commit) (9 years ago) +* 7179f94f9d00 - YARN-3197. Confusing log generated by CapacityScheduler. Contributed by Varun Saxena. (9 years ago) +* 018893e81ec1 - HDFS-5356. MiniDFSCluster should close all open FileSystems when shutdown() (Contributed by Rakesh R) (9 years ago) +* e5370477c2d0 - MAPREDUCE-4653. TestRandomAlgorithm has an unused import statement. Contributed by Amir Sanjar. (9 years ago) +* 48c2db34eff3 - HDFS-7838. Expose truncate API for libhdfs. (yliu) (9 years ago) +* ef9946cd52d5 - HADOOP-11720. [JDK8] Fix javadoc errors caused by incorrect or illegal tags in hadoop-tools. Contributed by Akira AJISAKA. (9 years ago) +* bb243cea93b6 - MAPREDUCE-5755. MapTask.MapOutputBuffer#compare/swap should have @Override annotation. (ozawa) (9 years ago) +* f222bde273cc - MAPREDUCE-6100. replace mapreduce.job.credentials.binary with MRJobConfig.MAPREDUCE_JOB_CREDENTIALS_BINARY for better readability. Contributed by Zhihai Xu. (9 years ago) +* 046521cd6511 - HDFS-2360. Ugly stacktrce when quota exceeds. (harsh) (9 years ago) +* 56085203c43b - YARN-3339. TestDockerContainerExecutor should pull a single image and not the entire centos repository. (Ravindra Kumar Naik via raviprak) (9 years ago) +* 7522a643faee - YARN-3349. Treat all exceptions as failure in TestFSRMStateStore#testFSRMStateStoreClientRetry. Contributed by Zhihai Xu. (9 years ago) +* 2681ed969835 - HADOOP-8059. Update CHANGES.txt to target 2.7.0. (9 years ago) +* 72cd4e4a4eb2 - HADOOP-11638. OpensslSecureRandom.c pthreads_thread_id should support FreeBSD and Solaris in addition to Linux. Contributed by Kiran Kumar M R. (9 years ago) +* 685dbafbe215 - MAPREDUCE-6105. nconsistent configuration in property mapreduce.reduce.shuffle.merge.percent. Contributed by Ray Chiang. (9 years ago) +* ce5de93a5837 - HDFS-7886. Fix TestFileTruncate falures. Contributed by Plamen Jeliazkov and Konstantin Shvachko. (9 years ago) +* 587d8be17bb9 - MAPREDUCE-4414. Add main methods to JobConf and YarnConfiguration, for debug purposes. Contributed by Plamen Jeliazkov. (9 years ago) +* bf3275dbaa99 - HADOOP-11714. Add more trace log4j messages to SpanReceiverHost (cmccabe) (9 years ago) +* ed4e72a20b75 - YARN-2854. Addendum patch to fix the minor issue in the timeline service documentation. (9 years ago) +* d1eebd9c9c1f - HADOOP-9477. Amendment to CHANGES.txt. (9 years ago) +* 03b77ede9249 - HADOOP-11692. Amendment to CHANGES.txt. (9 years ago) +* 3da9a97cfbcc - YARN-1453. [JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments. Contributed by Akira AJISAKA, Andrew Purtell, and Allen Wittenauer. (9 years ago) +* 3ff1ba2a7b00 - YARN-3171. Sort by Application id, AppAttempt and ContainerID doesn't work in ATS / RM web ui. Contributed by Naganarasimha G R (9 years ago) +* bc9cb3e271b2 - HDFS-7915. The DataNode can sometimes allocate a ShortCircuitShm slot and fail to tell the DFSClient about it because of a network error (cmccabe) (9 years ago) +* 79426f3334ad - HADOOP-11558. Fix dead links to doc of hadoop-tools. Contributed by Jean-Pierre Matsumoto. (9 years ago) +* b308a8d18141 - Revert "HADOOP-11558. Fix dead links to doc of hadoop-tools. Contributed by Masatake Iwasaki." (9 years ago) +* 7da136ecca4d - HADOOP-11558. Fix dead links to doc of hadoop-tools. Contributed by Masatake Iwasaki. (9 years ago) +* bd0a9ba8e3b1 - Moving CHANGES.txt entry for MAPREDUCE-4742 to branch-2.7. (9 years ago) +* 9d38520c8e42 - MAPREDUCE-6265. Make ContainerLauncherImpl.INITIAL_POOL_SIZE configurable to better control to launch/kill containers. Contributed by Zhihai Xu (9 years ago) +* 32741cf3d25d - Revert "HDFS-7915. The DataNode can sometimes allocate a ShortCircuitShm slot and fail to tell the DFSClient about it because of a network error (cmccabe)" (jenkins didn't run yet) (9 years ago) +* 5aa892ed486d - HDFS-7915. The DataNode can sometimes allocate a ShortCircuitShm slot and fail to tell the DFSClient about it because of a network error (cmccabe) (9 years ago) +* 6fdef76cc3e8 - YARN-2854. Updated the documentation of the timeline service and the generic history service. Contributed by Naganarasimha G R. (9 years ago) +* dfd32017001e - HDFS-2605. Remove redundant "Release 0.21.1" section from CHANGES.txt. Contributed by Allen Wittenauer. (9 years ago) +* 6acb7f211089 - HDFS-7903. Cannot recover block after truncate and delete snapshot. Contributed by Plamen Jeliazkov. (9 years ago) +* d324164a51a4 - HDFS-7435. PB encoding of block reports is very inefficient. Contributed by Daryn Sharp. (9 years ago) +* f446669afb5c - HDFS-7926. NameNode implementation of ClientProtocol.truncate(..) is not idempotent. Contributed by Tsz Wo Nicholas Sze (9 years ago) +* 8180e676abb2 - YARN-3267. Timelineserver applies the ACL rules after applying the limit on the number of records (Chang Li via jeagles) (9 years ago) +* 387f271c81f7 - HADOOP-11711. Provide a default value for AES/CTR/NoPadding CryptoCodec classes. (9 years ago) +* a85291003cf3 - HADOOP-11710. Make CryptoOutputStream behave like DFSOutputStream wrt synchronization. (Sean Busbey via yliu) (9 years ago) +* 82128774156c - HADOOP-9477. Add posixGroups support for LDAP groups mapping service. (Dapeng Sun via Yongjun Zhang) (9 years ago) +* 863079bb874b - YARN-3154. Added additional APIs in LogAggregationContext to avoid aggregating running logs of application when rolling is enabled. Contributed by Xuan Gong. (9 years ago) +* b49c3a1813aa - HDFS-7722. DataNode#checkDiskError should also remove Storage when error is found. (Lei Xu via Colin P. McCabe) (9 years ago) +* 6dae6d12ec5a - HDFS-6833. DirectoryScanner should not register a deleting block with memory of DataNode. Contributed by Shinichi Yamashita (9 years ago) +* 06ce1d9a6cd9 - YARN-3338. Exclude jline dependency from YARN. Contributed by Zhijie Shen (9 years ago) +* ff83ae72318f - HADOOP-10027. *Compressor_deflateBytesDirect passes instance instead of jclass to GetStaticObjectField. Contributed by Hui Zheng. (9 years ago) +* 85f6d67fa785 - YARN-1884. Added nodeHttpAddress into ContainerReport and fixed the link to NM web page. Contributed by Xuan Gong. (9 years ago) +* 7a346bcb4fa5 - HADOOP-11693. Azure Storage FileSystem rename operations are throttled too aggressively to complete HBase WAL archiving. Contributed by Duo Xu. (9 years ago) +* fb34f45727e6 - HDFS-7491. Add incremental blockreport latency to DN metrics. Contributed by Ming Ma. (9 years ago) +* 344d7cb6dcd3 - HADOOP-11703. git should ignore .DS_Store files on Mac OS X (Abin Shahab via aw) (9 years ago) +* 30c428a858c1 - YARN-3295. Fix documentation nits found in markdown conversion. Contributed by Masatake Iwasaki. (9 years ago) +* 5c1036d59805 - HDFS-7830. DataNode does not release the volume lock when adding a volume fails. (Lei Xu via Colin P. McCabe) (9 years ago) +* a5cf985bf501 - YARN-2280. Resource manager web service fields are not accessible (Krisztian Horvath via aw) (9 years ago) +* 64eb068ee886 - DelegateToFileSystem erroneously uses default FS's port in constructor. (Brahma Reddy Battula via gera) (9 years ago) +* aa92b764a7dd - MAPREDUCE-4815. Speed up FileOutputCommitter#commitJob for many output files. (Siqi Li via gera) (9 years ago) +* a380643d2044 - YARN-3187. Documentation of Capacity Scheduler Queue mapping based on user or group. Contributed by Gururaj Shetty (9 years ago) +* 8d5b01e005b2 - Revert "HADOOP-11638. OpensslSecureRandom.c pthreads_thread_id should support FreeBSD and Solaris in addition to Linux (Kiran Kumar M R via Colin P. McCabe)" (9 years ago) +* 20b8ee1350e6 - MAPREDUCE-4742. Fix typo in nnbench#displayUsage. Contributed by Liang Xie. (9 years ago) +* d39bc903a006 - Configurable timeout between YARNRunner terminate the application and forcefully kill. Contributed by Eric Payne. (9 years ago) +* 7711049837d6 - HADOOP-11668. hadoop-daemons.sh bw compat broke with --slaves change (Vinayakumar B via aw) (9 years ago) +* 47f7f18d4cc9 - HADOOP-10115. Exclude duplicate jars in hadoop package under different component's lib (Vinayakumar B via aw) (9 years ago) +* 54639c7d7a34 - HADOOP-11226. Add a configuration to set ipc.Client's traffic class with IPTOS_LOWDELAY|IPTOS_RELIABILITY. Contributed by Gopal V. (9 years ago) +* c3003eba6f98 - YARN-3300. Outstanding_resource_requests table should not be shown in AHS. Contributed by Xuan Gong (9 years ago) +* 82db3341bfb3 - HDFS-6806. HDFS Rolling upgrade document should mention the versions available. Contributed by J.Andreina. (9 years ago) +* d6e05c5ee26f - YARN-3287. Made TimelineClient put methods do as the correct login context. Contributed by Daryn Sharp and Jonathan Eagles. (9 years ago) +* 3241fc2b17f1 - HADOOP-11638. OpensslSecureRandom.c pthreads_thread_id should support FreeBSD and Solaris in addition to Linux (Kiran Kumar M R via Colin P. McCabe) (9 years ago) +* de1101cb5be2 - HADOOP-11692. Improve authentication failure WARN message to avoid user confusion. Contributed by Yongjun Zhang. (9 years ago) +* 42e3a805117f - HADOOP-11686. MiniKDC cannot change ORG_NAME or ORG_DOMAIN. Contributed by Duo Zhang. (9 years ago) +* e43882e84ae4 - HDFS-7898. Change TestAppendSnapshotTruncate to fail-fast. Contributed by Tsz Wo Nicholas Sze. (9 years ago) +* 5578e22ce9ca - Revert "HDFS-7857. Improve authentication failure WARN message to avoid user confusion. Contributed by Yongjun Zhang." (9 years ago) +* d799fbe1ccf8 - HDFS-7857. Improve authentication failure WARN message to avoid user confusion. Contributed by Yongjun Zhang. (9 years ago) +* b3e699271be2 - Adding 2.8 section in CHANGES.txt (9 years ago) +* dfd8da777fee - Moving CHANGES.txt entry for MAPREDUCE-5657 to branch-2. (9 years ago) +* 790aa6790edb - HADOOP-11673. Skip using JUnit Assume in TestCodec. Contributed by Brahma Reddy Battula. (9 years ago) +* 6ee0d32b98bc - HDFS-7411. Change decommission logic to throttle by blocks rather than nodes in each interval. Contributed by Andrew Wang (9 years ago) +* 7ce3c7635392 - YARN-3296. Mark ResourceCalculatorProcessTree class as Public for configurable resource monitoring. Contributed by Hitesh Shah (9 years ago) +* 64443490d7f1 - HADOOP-11670. Regression: s3a auth setup broken. (Adam Budde via stevel) (9 years ago) +* 608ebd52bafe - HADOOP-11642. Upgrade azure sdk version from 0.6.0 to 2.0.0. Contributed by Shashank Khandelwal and Ivan Mitic. (9 years ago) +* 0f8ecb1d0ce6 - HDFS-6488. Support HDFS superuser in NFSv3 gateway. Contributed by Brandon Li (9 years ago) +* 27e8ea820fab - YARN-3275. CapacityScheduler: Preemption happening on non-preemptable queues. Contributed by Eric Payne (9 years ago) +* c79710302ee5 - HDFS-7818. OffsetParam should return the default value instead of throwing NPE when the value is unspecified. Contributed by Eric Payne. (9 years ago) +* 21101c01f242 - YARN-2190. Added CPU and memory limit options to the default container executor for Windows containers. Contributed by Chuan Liu (9 years ago) +* 01bfe6f05b5e - HADOOP-11653. shellprofiles should require .sh extension (Brahma Reddy Battula via aw) (9 years ago) +* d1abc5d4fc00 - YARN-3227. Timeline renew delegation token fails when RM user's TGT is expired. Contributed by Zhijie Shen (9 years ago) +* 24db0812be64 - HDFS-7885. Datanode should not trust the generation stamp provided by client. Contributed by Tsz Wo Nicholas Sze. (9 years ago) +* 95bfd087dc89 - YARN-1809. Synchronize RM and TimeLineServer Web-UIs. Contributed by Zhijie Shen and Xuan Gong (9 years ago) +* 952640fa4cbd - HDFS-7855. Separate class Packet from DFSOutputStream. Contributed by Li Bo. (9 years ago) +* 138c9cadee32 - YARN-2786. Created a yarn cluster CLI and seeded with one command for listing node-labels collection. Contributed by Wangda Tan. (9 years ago) +* 28b85a2116c3 - (weichiu/HADOOP-11671, pbacsko/HADOOP-11671, origin/HADOOP-11671, JackWangCS/HADOOP-11671, 9uapaw/HADOOP-11671) Update CHANGES.txt for YARN-2616 to fix indentation. (9 years ago) +* 1b672096121f - YARN-3249. Add a 'kill application' button to Resource Manager's Web UI. Contributed by Ryu Kobayashi. (9 years ago) +* 5e9b8144d54f - HADOOP-11674. oneByteBuf in CryptoInputStream and CryptoOutputStream should be non static. (Sean Busbey via yliu) (9 years ago) +* 74a4754d1c79 - HADOOP-11648. Set DomainSocketWatcher thread name explicitly. Contributed by Liang Xie. (9 years ago) +* 348208014b20 - MAPREDUCE-6136. MRAppMaster doesn't shutdown file systems. Contributed by Brahma Reddy Battula. (9 years ago) +* 8d88691d162f - YARN-3242. Asynchrony in ZK-close can lead to ZKRMStateStore watcher receiving events for old client. (Zhihai Xu via kasha) (9 years ago) +* ded0200e9c98 - HDFS-7746. Add a test randomly mixing append, truncate and snapshot operations. (9 years ago) +* 22426a1c9f4b - YARN-3231. FairScheduler: Changing queueMaxRunningApps interferes with pending jobs. (Siqi Li via kasha) (9 years ago) +* 430b5371883e - HDFS-1522. Combine two BLOCK_FILE_PREFIX constants into one. Contributed by Dongming Liang. (9 years ago) +* 53947f37c7a8 - YARN-3122. Metrics for container's actual CPU usage. (Anubhav Dhoot via kasha) (9 years ago) +* 722b4794693d - HDFS-7434. DatanodeID hashCode should not be mutable. Contributed by Daryn Sharp. (9 years ago) +* c66c3ac6bf9f - MAPREDUCE-6267. Refactor JobSubmitter#copyAndConfigureFiles into it's own class. (Chris Trezzo via kasha) (9 years ago) +* ed70fa142cab - HDFS-7535. Utilize Snapshot diff report for distcp. Contributed by Jing Zhao. (9 years ago) +* 03cc22945e5d - YARN-3131. YarnClientImpl should check FAILED and KILLED state in submitApplication. Contributed by Chang Li (9 years ago) +* f717dc51b27d - HDFS-7879. hdfs.dll does not export functions of the public libhdfs API. Contributed by Chris Nauroth. (9 years ago) +* 3560180b6e99 - HDFS-7869. Inconsistency in the return information while performing rolling upgrade ( Contributed by J.Andreina ) (9 years ago) +* 29bb68986541 - Move HADOOP-6857 to 3.0.0. (9 years ago) +* f2d7a67a2c1d - HDFS-7682. {{DistributedFileSystem#getFileChecksum}} of a snapshotted file includes non-snapshotted content. Contributed by Charles Lamb. (9 years ago) +* e2262d3d18c6 - HDFS-6565. Use jackson instead jetty json in hdfs-client. Contributed by Akira AJISAKA. (9 years ago) +* 5af693fde267 - MAPREDUCE-6248. Exposed the internal MapReduce job's information as a public API in DistCp. Contributed by Jing Zhao. (9 years ago) +* b2f1ec312ee4 - YARN-3222. Fixed NPE on RMNodeImpl#ReconnectNodeTransition when a node is reconnected with a different port. Contributed by Rohith Sharmaks (9 years ago) +* 15b7076ad5f2 - HADOOP-11183. Memory-based S3AOutputstream. (Thomas Demoor via stevel) (9 years ago) +* e17e5ba9d7e2 - YARN-3272. Surface container locality info in RM web UI (Jian He via wangda) (9 years ago) +* 1004473aa612 - HDFS-7757. Misleading error messages in FSImage.java. (Contributed by Brahma Reddy Battula) (9 years ago) +* 4228de94028f - MAPREDUCE-5583. Ability to limit running map and reduce tasks. Contributed by Jason Lowe. (9 years ago) +* 9ae7f9eb7bae - MAPREDUCE-5657. Fix Javadoc errors caused by incorrect or illegal tags in doc comments. Contributed by Akira AJISAKA. (9 years ago) +* 742f9d90c00f - MAPREDUCE-6268. Fix typo in Task Attempt API's URL. Contributed by Ryu Kobayashi. (9 years ago) +* d1c6accb6f87 - HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa) (9 years ago) +* b442aeec95ab - HDFS-7871. NameNodeEditLogRoller can keep printing 'Swallowing exception' message. Contributed by Jing Zhao. (9 years ago) +* b18d3830aca0 - HADOOP-11605. FilterFileSystem#create with ChecksumOpt should propagate it to wrapped FS. (gera) (9 years ago) +* 431e7d84c7b6 - HDFS-7302. Remove "downgrade" from "namenode -rollingUpgrade" startup option since it may incorrectly finalize an ongoing rolling upgrade. Contributed by Kai Sasaki (9 years ago) +* 14dd647c5560 - YARN-3265. Fixed a deadlock in CapacityScheduler by always passing a queue's available resource-limit from the parent queue. Contributed by Wangda Tan. (9 years ago) +* abac6eb9d530 - YARN-3270. Fix node label expression not getting set in ApplicationSubmissionContext (Rohit Agarwal via wangda) (9 years ago) +* c5eac9c6fe93 - HDFS-7785. Improve diagnostics information for HttpPutFailedException. Contributed by Chengbing Liu. (9 years ago) +* 5d0bae550f5b - YARN-3281. Added RMStateStore to StateMachine visualization list. Contributed by Chengbing Liu (9 years ago) +* ca1c00bf814a - HADOOP-11658. Externalize io.compression.codecs property. Contributed by Kai Zheng. (9 years ago) +* cbb492578ef0 - HDFS-7789. DFSck should resolve the path to support cross-FS symlinks. (gera) (9 years ago) +* 67ed59348d63 - HDFS-7439. Add BlockOpResponseProto's message to the exception messages. Contributed by Takanobu Asanuma (9 years ago) +* dd9cd0797c26 - HADOOP-11615. Update ServiceLevelAuth.md for YARN. Contributed by Brahma Reddy Battula. (9 years ago) +* 30e73ebc7765 - HADOOP-11657. Align the output of `hadoop fs -du` to be more Unix-like. (aajisaka) (9 years ago) +* e9ac88aac77d - HADOOP-11634. Description of webhdfs' principal/keytab should switch places each other. Contributed by Brahma Reddy Battula. (9 years ago) +* aa55fd309644 - HDFS-5853. Add "hadoop.user.group.metrics.percentiles.intervals" to hdfs-default.xml (aajisaka) (9 years ago) +* dbc9b6433e92 - HDFS-4681. TestBlocksWithNotEnoughRacks#testCorruptBlockRereplicatedAcrossRacks fails using IBM java (Ayappan via aw) (9 years ago) +* b01d3433aefb - HADOOP-10774. Update KerberosTestUtils for hadoop-auth tests when using IBM Java (sangamesh via aw) (9 years ago) +* 039366e3b430 - MAPREDUCE-5653. DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb (Ratandeep Ratti via aw) (9 years ago) +* 915bec3e84f4 - move HADOOP-10976 to 2.7 (9 years ago) +* 8472d729974e - YARN-3199. Fair Scheduler documentation improvements (Rohit Agarwal via aw) (9 years ago) +* 2e44b75f7290 - YARN-3168. Convert site documentation from apt to markdown (Gururaj Shetty via aw) (9 years ago) +* edcecedc1c39 - YARN-3262. Surface application outstanding resource requests table in RM web UI. (Jian He via wangda) (9 years ago) +* cf51ff2fe8f0 - recommit "HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir." (cherry picked from commit 7c6b6547eeed110e1a842e503bfd33afe04fa814) (9 years ago) +* 8719cdd4f68a - HDFS-7685. Document dfs.namenode.heartbeat.recheck-interval in hdfs-default.xml. Contributed by Kai Sasaki. (9 years ago) +* 01a1621930df - YARN-2820. Retry in FileSystemRMStateStore when FS's operations fail due to IOException. Contributed by Zhihai Xu. (9 years ago) +* a979f3b58faf - HDFS-7308. Change the packet chunk size computation in DFSOutputStream in order to enforce packet size <= 64kB. Contributed by Takuya Fukudome (9 years ago) +* 4f75b15628a7 - HDFS-6753. Initialize checkDisk when DirectoryScanner not able to get files list for scanning (Contributed by J.Andreina) (9 years ago) +* 2954e654677b - Revert "HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir." (9 years ago) +* 48c7ee7553af - HADOOP-11569. Provide Merge API for MapFile to merge multiple similar MapFiles to one MapFile. Contributed by Vinayakumar B. (9 years ago) +* 8ca0d957c4b1 - YARN-3255. RM, NM, JobHistoryServer, and WebAppProxyServer's main() should support generic options. Contributed by Konstantin Shvachko. (9 years ago) +* bfbf076b7dcb - MAPREDUCE-5612. Add javadoc for TaskCompletionEvent.Status. Contributed by Chris Palmer. (9 years ago) +* 1047c883ba01 - MAPREDUCE-6223. TestJobConf#testNegativeValueForTaskVmem failures. (Varun Saxena via kasha) (9 years ago) +* c6d5b37a1c4c - HDFS-7774. Unresolved symbols error while compiling HDFS on Windows 7/32 bit. Contributed by Kiran Kumar M R. (9 years ago) +* 2214dab60ff1 - HADOOP-9922. hadoop windows native build will fail in 32 bit machine. Contributed by Kiran Kumar M R. (9 years ago) +* f0c980abed38 - HDFS-7819. Log WARN message for the blocks which are not in Block ID based layout (Rakesh R via Colin P. McCabe) (9 years ago) +* dce8b9c4d0b2 - HADOOP-11637. bash location hard-coded in shell scripts (aw) (9 years ago) +* 773b6515ac51 - YARN-3217. Remove httpclient dependency from hadoop-yarn-server-web-proxy. Contributed by Brahma Reddy Battula. (9 years ago) +* 0d4296f0e0f5 - YARN-3256. TestClientToAMTokens#testClientTokenRace is not running against all Schedulers even when using ParameterizedSchedulerTestBase. Contributed by Anubhav Dhoot. (9 years ago) +* 166eecf68776 - HDFS-7832. Show 'Last Modified' in Namenode's 'Browse Filesystem' (Contributed by Vinayakumar B) (9 years ago) +* 71385f9b70e2 - HADOOP-11620. Add support for load balancing across a group of KMS for HA. Contributed by Arun Suresh. (9 years ago) +* 725cc499f00a - HDFS-7537. Add "UNDER MIN REPL'D BLOCKS" count to fsck. Contributed by GAO Rui (9 years ago) +* 8c4f76aa20e7 - HDFS-7460. Rewrite httpfs to use new shell framework (John Smith via aw) (9 years ago) +* 606f5b517ffb - HDFS-7843. A truncated file is corrupted after rollback from a rolling upgrade. (9 years ago) +* d140d76a43c8 - HDFS-7467. Provide storage tier information for a directory via fsck. (Benoy Antony) (9 years ago) +* caa42adf208b - HDFS-7495. Remove updatePosition argument from DFSInputStream#getBlockAt() (cmccabe) (9 years ago) +* 5731c0e0d08c - HADOOP-11629. WASB filesystem should not start BandwidthGaugeUpdater if fs.azure.skip.metrics set to true. Contributed by Shanyu Zhao. (9 years ago) +* 1a68fc43464d - YARN-3239. WebAppProxy does not support a final tracking url which has query fragments and params. Contributed by Jian He (9 years ago) +* ad8ed3e80278 - HADOOP-11632. Cleanup Find.java to remove SupressWarnings annotations. Contributed by Akira AJISAKA. (9 years ago) +* 6cbd9f1113fc - YARN-3247. TestQueueMappings should use CapacityScheduler explicitly. Contributed by Zhihai Xu. (9 years ago) +* 1a625b8158ab - HADOOP-11480. Typo in hadoop-aws/index.md uses wrong scheme for test.fs.s3.name. Contributed by Ted Yu. (9 years ago) +* ac3468add4ec - move HADOOP-11495 to 2.7 (9 years ago) +* 7105ebaa9f37 - HDFS-7763. fix zkfc hung issue due to not catching exception in a corner case. Contributed by Liang Xie. (9 years ago) +* 9a37247a6747 - MAPREDUCE-2815. JavaDoc does not generate correctly for MultithreadedMapRunner. Contributed by Chris Palmer. (9 years ago) +* 0d7d508c82cc - MAPREDUCE-6264. Remove httpclient dependency from hadoop-mapreduce-client. Contributed by Brahma Reddy Battula. (9 years ago) +* d4ac6822e1c5 - YARN-2980. Move health check script related functionality to hadoop-common (Varun Saxena via aw) (9 years ago) +* 73bcfa99af61 - HDFS-7831. Fix the starting index and end condition of the loop in FileDiffList.findEarlierSnapshotBlocks(). Contributed by Konstantin Shvachko. (9 years ago) +* 1aea44056085 - Fix build because of 946456c6d88780abe0251b098dd771e9e1e93ab3. (9 years ago) +* 9cedad11d8d2 - Revert "HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa)" (9 years ago) +* b53fd7163bc3 - HDFS-7008. xlator should be closed upon exit from DFSAdmin#genericRefresh(). (ozawa) (9 years ago) +* b610c68d4423 - YARN-2797. Add -help to yarn logs and nodes CLI command. Contributed by Jagadesh Kiran N. (9 years ago) +* 1dba57271fa5 - HADOOP-11619. FTPFileSystem should override getDefaultPort. (Brahma Reddy Battula via gera) (9 years ago) +* faaddb6ecb44 - HDFS-7805. NameNode recovery prompt should be printed on console (Surendra Singh Lilhore via Colin P. McCabe) (9 years ago) +* 585768667e44 - HDFS-7807. libhdfs htable.c: fix htable resizing, add unit test (cmccabe) (9 years ago) +* ab5976161f3a - HADOOP-8642. Document that io.native.lib.available only controls native bz2 and zlib compression codecs. (aajisaka) (9 years ago) +* 208430a15d68 - HADOOP-11625. Minor fixes to command manual & SLA doc (aw) (9 years ago) +* 16bd79ee8e95 - HADOOP-10478. Fix new findbugs warnings in hadoop-maven-plugins. Contributed by Li Lu. (9 years ago) +* 769507bd7a50 - HDFS-7009. Active NN and standby NN have different live nodes. Contributed by Ming Ma. (9 years ago) +* fe7a30247325 - YARN-2797. TestWorkPreservingRMRestart should use ParametrizedSchedulerTestBase. Contributed by Karthik Kambatla (9 years ago) +* e3d290244c8a - YARN-3236. Cleanup RMAuthenticationFilter#AUTH_HANDLER_PROPERTY. Contributed by zhihai xu (9 years ago) +* 92d67ace3248 - YARN-3238. Connection timeouts to nodemanagers are retried at multiple levels. Contributed by Jason Lowe (9 years ago) +* 8b465b4b8cae - HDFS-7806. Refactor: move StorageType from hadoop-hdfs to hadoop-common. (Contributed by Xiaoyu Yao) (9 years ago) +* 709ff99cff41 - HADOOP-11584 s3a file block size set to 0 in getFileStatus. (Brahma Reddy Battula via stevel) (9 years ago) +* 737bad02d4cf - HDFS-7740. Test truncate with DataNodes restarting. (yliu) (9 years ago) +* 6f0133039a06 - HADOOP-11612. Workaround for Curator's ChildReaper requiring Guava 15+. (rkanter) (9 years ago) +* 0d6af574e005 - HDFS-7813. TestDFSHAAdminMiniCluster#testFencer testcase is failing frequently. Contributed by Rakesh R. (9 years ago) +* f56c65bb3eb9 - YARN-3237. AppLogAggregatorImpl fails to log error cause. Contributed by Rushabh S Shah (9 years ago) +* 3c5ff0759c4f - HADOOP-11604. Prevent ConcurrentModificationException while closing domain sockets during shutdown of DomainSocketWatcher thread. Contributed by Chris Nauroth. (9 years ago) +* aa1c437b6a80 - HADOOP-11607. Reduce log spew in S3AFileSystem. (Lei (Eddy) Xu via stevel) (9 years ago) +* 02e7dec79d2d - HDFS-7773. Additional metrics in HDFS to be accessed via jmx. Contributed by Anu Engineer. (9 years ago) +* 8c6ae0d6199e - HDFS-7814. Fix usage string of storageType parameter for "dfsadmin -setSpaceQuota/clrSpaceQuota". Contributed by Xiaoyu Yao. (9 years ago) +* ce5bf927c3d9 - YARN-3230. Clarify application states on the web UI. (Jian He via wangda) (9 years ago) +* c33ae271c24f - YARN-2799. Cleanup TestLogAggregationService based on the change in YARN-90. Contributed by Zhihai Xu (9 years ago) +* a64dd3d24bfc - YARN-3194. RM should handle NMContainerStatuses sent by NM while registering if NM is Reconnected node. Contributed by Rohith (9 years ago) +* 7ae5255a1613 - HDFS-7788. Post-2.6 namenode may not start up with an image containing inodes created with an old release. Contributed by Rushabh Shah. (9 years ago) +* b9a17909ba39 - HDFS-7752. Improve description for "dfs.namenode.num.extra.edits.retained" and "dfs.namenode.num.checkpoints.retained" properties on hdfs-default.xml. Contributed by Wellington Chevreuil. (9 years ago) +* c0d9b9395376 - YARN-933. Fixed InvalidStateTransitonException at FINAL_SAVING state in RMApp. Contributed by Rohith Sharmaks (9 years ago) +* d49ae725d5fa - YARN-3076. Add API/Implementation to YarnClient to retrieve label-to-node mapping (Varun Saxena via wangda) (9 years ago) +* f0f299268625 - HADOOP-9087. Queue size metric for metric sinks isn't actually maintained. Contributed by Akira AJISAKA (9 years ago) +* 2fd02afeca37 - HDFS-7656. Expose truncate API for HDFS httpfs. (yliu) (9 years ago) +* 64a83756350d - HADOOP-11595. Add default implementation for AbstractFileSystem#truncate. (yliu) (9 years ago) +* a19820f2fb20 - MAPREDUCE-6228. Add truncate operation to SLive. Constributed by Plamen Jeliazkov. (9 years ago) +* 946456c6d887 - HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa) (9 years ago) +* 18fb421fab73 - HADOOP-11440. Use "test.build.data" instead of "build.test.dir" for testing in ClientBaseWithFixes. Contributed by Kengo Seki. (9 years ago) +* b8a14efdf535 - YARN-1615. Fix typos in delay scheduler's description. Contributed by Akira Ajisaka. (9 years ago) +* 1c03376300a4 - YARN-1514. Utility to benchmark ZKRMStateStore#loadState for RM HA. Contributed by Tsuyoshi OZAWA (9 years ago) +* 9a3e29208740 - HDFS-7808. Remove obsolete -ns options in in DFSHAAdmin.java. Contributed by Arshad Mohammad. (9 years ago) +* 2aa9979a713a - HDFS-7772. Document hdfs balancer -exclude/-include option in HDFSCommands.html. Contributed by Xiaoyu Yao. (9 years ago) +* f5da5566d9c3 - YARN-3132. RMNodeLabelsManager should remove node from node-to-label mapping when node becomes deactivated. Contributed by Wangda Tan (9 years ago) +* 4981d082d4f3 - MAPREDUCE-6261. NullPointerException if MapOutputBuffer.flush invoked twice. Contributed by Tsuyoshi OZAWA (9 years ago) +* 171460991970 - HADOOP-11545. ArrayIndexOutOfBoundsException is thrown with "hadoop credential list -provider". Contributed by Brahma Reddy Battula. (9 years ago) +* 2ecea5ab741f - HDFS-7804. correct the haadmin command usage in #HDFSHighAvailabilityWithQJM.html (Brahma Reddy Battula via umamahesh) (9 years ago) +* 3f56a4cb0c57 - HADOOP-11599. Client#getTimeout should use IPC_CLIENT_PING_DEFAULT when IPC_CLIENT_PING_KEY is not configured. Contributed by zhihai xu. (9 years ago) +* b6fc1f3e4355 - HADOOP-11593. Convert site documentation from apt to markdown (stragglers) (Masatake Iwasaki via aw) (9 years ago) +* 7c782047c609 - MAPREDUCE-4286. TestClientProtocolProviderImpls passes on failure conditions. Contributed by Devaraj K. (9 years ago) +* 57db50cbe3ce - YARN-3207. Secondary filter matches entites which do not have the key being filtered for. Contributed by Zhijie Shen (9 years ago) +* 685af8a3d050 - HADOOP-11295. RPC Server Reader thread can't shutdown if RPCCallQueue is full. Contributed by Ming Ma. (9 years ago) +* 6dc8812a95bf - HDFS-7780. Update use of Iterator to Iterable in DataXceiverServer and SnapshotDiffInfo. Contributed by Ray Chiang. (9 years ago) +* 409113d8f97f - MAPREDUCE-6234. TestHighRamJob fails due to the change in MAPREDUCE-5785. (Masatake Iwasaki via kasha) (9 years ago) +* 043e44bc36fc - HDFS-6662. WebHDFS cannot open a file if its path contains "%". Contributed by Gerson Carlos. (9 years ago) +* 00b80958d862 - HADOOP-11521. Make connection timeout configurable in s3a. (Thomas Demoor via stevel) (9 years ago) +* 6be567094983 - HADOOP-11596 moving entry in CHANGES.TXT up to improvements there, as it wasn't in 2.7 & it was confusing diffs (9 years ago) +* 13d1ba996523 - HADOOP-11596. Allow smart-apply-patch.sh to add new files in binary git patches (raviprak) (9 years ago) +* db6606223ca2 - HDFS-7795. Show warning if not all favored nodes were chosen by namenode. Contributed by Kihwal Lee. (9 years ago) +* 78a7e8d3a639 - HADOOP-11522. Update S3A Documentation. (Thomas Demoor via stevel) (9 years ago) +* 72389c78dba1 - HADOOP-11575. Daemon log documentation is misleading (Naganarasimha G R via aw) (9 years ago) +* 8b787e2fdbd0 - MAPREDUCE-6260. Convert site documentation to markdown (Masatake Iwasaki via aw) (9 years ago) +* 34b78d51b5b3 - HDFS-7803. Wrong command mentioned in HDFSHighAvailabilityWithQJM documentation (Arshad Mohammad via aw) (9 years ago) +* 826267f789df - HADOOP-11570. S3AInputStream.close() downloads the remaining bytes of the object from S3. (Dan Hecht via stevel). (9 years ago) +* f0412de1c1d4 - HDFS-4266. BKJM: Separate write and ack quorum (Rakesh R via umamahesh) (9 years ago) +* f24a56787a15 - HDFS-7797. Add audit log for setQuota operation (Rakesh R via umamahesh) (9 years ago) +* 2f0f756b26ea - HADOOP-11600. Fix up source codes to be compiled with Guava 17.0. (ozawa) (9 years ago) +* cf4b7f506dd3 - HADOOP-11000. HAServiceProtocol's health state is incorrectly transitioned to SERVICE_NOT_RESPONDING (Contributed by Ming Ma) (9 years ago) +* 500e6a0f46d1 - HDFS-7798. Checkpointing failure caused by shared KerberosAuthenticator. (Chengbing Liu via yliu) (9 years ago) +* 9729b244de50 - HDFS-7604. Track and display failed DataNode storage locations in NameNode. Contributed by Chris Nauroth. (9 years ago) +* 814afa46efef - MAPREDUCE-6225. Fix new findbug warnings in hadoop-mapreduce-client-core. Contributed by Varun Saxena (9 years ago) +* 556386a07084 - YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and Devaraj K. (9 years ago) +* 3f32357c368f - Revert "YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and devaraj." (9 years ago) +* 9aae81c93421 - YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and devaraj. (9 years ago) +* 447bd7b5a61a - YARN-3203. Correct a log message in AuxServices. Contributed by Brahma Reddy Battula. (9 years ago) +* ab0b958a522d - YARN-2749. Fix some testcases from TestLogAggregationService fails in trunk. (Contributed by Xuan Gong) (9 years ago) +* 3338f6d90795 - MAPREDUCE-6256. Removed unused private methods in o.a.h.mapreduce.Job.java. Contributed by Naganarasimha G R. (9 years ago) +* ef950ea1c08f - HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R. (9 years ago) +* b7d48286a94d - Rvert "HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R." (9 years ago) +* 965ce9e24ed0 - HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R. (9 years ago) +* 6804d689019e - YARN-2899. Run TestDockerContainerExecutorWithMocks on Linux only. Contributed by Ming Ma. (9 years ago) +* f2231cebcddc - HDFS-7775. Use consistent naming for NN-internal quota related types and functions. (Contributed bu Xiaoyu Yao) (9 years ago) +* 2efb2347a969 - HDFS-7778. Rename FsVolumeListTest to TestFsVolumeList and commit it to branch-2. Contributed by Lei (Eddy) Xu. (9 years ago) +* 0d521e332621 - HDFS-4265. BKJM doesn't take advantage of speculative reads. Contributed by Rakesh R. (9 years ago) +* 19be82cd1614 - update CHANGES.txt for HDFS-7430, HDFS-7721, HDFS-7686 (9 years ago) +* 8bb9a5000ed0 - HDFS-7686. Re-add rapid rescan of possibly corrupt block feature to the block scanner (cmccabe) (9 years ago) +* 875256834b89 - HADOOP-11467. KerberosAuthenticator can connect to a non-secure cluster. (yzhangal via rkanter) (9 years ago) +* 1a0f508b6386 - YARN-2847. Linux native container executor segfaults if default banned user detected. Contributed by Olaf Flebbe (9 years ago) +* 0a33a98eb4bb - HDFS-7776. Adding additional unit tests for Quota By Storage Type. (Contributed by Xiaoyu Yao) (9 years ago) +* a126ac3edbe6 - HDFS-7791. dfs count -v should be added to quota documentation (Akira AJISAKA via aw) (9 years ago) +* ba3c80a5ca8f - MAPREDUCE-6255. Fix JobCounter's format to use grouping separator. Contributed by Ryu Kobayashi. (9 years ago) +* 253035491ce2 - YARN-3164. RMAdmin command usage prints incorrect command name. Contributed by Bibin A Chundatt (9 years ago) +* 110cf6b9a3b6 - YARN-3182. Cleanup switch statement in ApplicationMasterLauncher#handle(). Contributed by Ray Chiang. (9 years ago) +* b0d81e05abd7 - YARN-2994. Document work-preserving RM restart. Contributed by Jian He. (9 years ago) +* 2f1e5dc62889 - HDFS-7668. Convert site documentation from apt to markdown (Masatake Iwasaki via aw) (9 years ago) +* 93b941c637e8 - HADOOP-11565. Add --slaves shell option (aw) (9 years ago) +* 6a49e58cb81e - YARN-3191. Log object should be initialized with its own class. Contributed by Rohith. (9 years ago) +* 871cb56152e6 - HDFS-7790. Do not create optional fields in DFSInputStream unless they are needed (cmccabe) (9 years ago) +* 46b6d23e8fbe - HDFS-7684. The host:port settings of the deamons should be trimmed before use. Contributed by Anu Engineer. (9 years ago) +* 2586915bb317 - YARN-3179. Update use of Iterator to Iterable in RMAdminCLI and CommonNodeLabelsManager. Contributed by Ray Chiang (9 years ago) +* 99f6bd4f7ab1 - YARN-3158. Correct log messages in ResourceTrackerService. Contributed by Varun Saxena (9 years ago) +* 18297e09727e - YARN-3104. Fixed RM to not generate new AMRM tokens on every heartbeat between rolling and activation. Contributed by Jason Lowe (9 years ago) +* 9395c7669714 - HADOOP-9869. Configuration.getSocketAddr()/getEnum() should use getTrimmed(). Contributed by Tsuyoshi Ozawa. (9 years ago) +* 04d09ecd56fb - HDFS-7711. Move the entry in CHANGE.txt to the right place. (9 years ago) +* 74f38d59174f - HDFS-7711. Fix various typos in ClusterSetup.md. Contributed by Brahma Reddy Battula. (9 years ago) +* 18a594257e05 - YARN-3124. Fixed CS LeafQueue/ParentQueue to use QueueCapacities to track capacities-by-label. Contributed by Wangda Tan (9 years ago) +* 11d8934463fc - HADOOP-11586. Update use of Iterator to Iterable in AbstractMetricsContext.java. Contributed by Ray Chiang. (9 years ago) +* 3157d992b0ab - Move HADOOP-11543 section in CHANGES.txt to remove the conflict between trunk and branch-2. (9 years ago) +* 6f5290b0309c - MAPREDUCE-6250. deprecate sbin/mr-jobhistory-daemon.sh (aw) (9 years ago) +* f1070230d146 - YARN-2796. deprecate sbin/yarn-daemon.sh (aw) (9 years ago) +* c2b185def846 - YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha) (9 years ago) +* 58cb9f529381 - HDFS-7322. deprecate sbin/hadoop-daemon.sh (aw) (9 years ago) +* 04f5ef18f787 - YARN-2079. Recover NonAggregatingLogHandler state upon nodemanager restart. (Contributed by Jason Lowe) (9 years ago) +* 83be450acc7f - YARN-3147. Clean up RM web proxy code. Contributed by Steve Loughran (9 years ago) +* 9e33c9944cbc - HDFS-7584. Update CHANGES.txt (9 years ago) +* 6b39ad0865cb - HDFS-7694. FSDataInputStream should support "unbuffer" (cmccabe) (9 years ago) +* bc5aa7d0b112 - HADOOP-11587. TestMapFile#testMainMethodMapFile creates test files in hadoop-common project root. Contributed by Xiaoyu Yao. (9 years ago) +* 9b0ba59b8284 - MAPREDUCE-6221. Stringifier is left unclosed in Chain#getChainElementConf(). Contributed by Ted Yu. (9 years ago) +* 8d7215d40fb2 - Adding missing files from HDFS-7404 (9 years ago) +* 38262779bbf3 - HDFS-7704. DN heartbeat to Active NN may be blocked and expire if connection to Standby NN continues to time out. Contributed by Rushabh Shah. (9 years ago) +* 7bc492adab90 - YARN-3157. Refactor the exception handling in ConverterUtils#to*Id. Contributed by Bibin A Chundatt. (9 years ago) +* ac8d52bf50bb - MAPREDUCE-4431. mapred command should print the reason on killing already completed jobs. Contributed by Devaraj K. (9 years ago) +* 46c7577b9843 - YARN-1580. Documentation error regarding container-allocation.expiry-interval-ms (Brahma Reddy Battula via junping_du) (9 years ago) +* b42d09eb62bd - MAPREDUCE-5335. Rename Job Tracker terminology in ShuffleSchedulerImpl. Contributed by Devaraj K. (9 years ago) +* 4cbaa74f623a - Revert "YARN-3157. Refactor the exception handling in ConverterUtils#to*Id. Contributed by Bibin A Chundatt." (9 years ago) +* 95a41bf35d8b - YARN-3157. Refactor the exception handling in ConverterUtils#to*Id. Contributed by Bibin A Chundatt. (9 years ago) +* 76e309ead01f - MAPREDUCE-6253. Update use of Iterator to Iterable. Contributed by Ray Chiang. (9 years ago) +* 89a544928083 - HDFS-7703. Support favouredNodes for the append for new blocks ( Contributed by Vinayakumar B) (9 years ago) +* b3bcbaf277ec - YARN-1237. Description for yarn.nodemanager.aux-services in yarn-default.xml is misleading. Contributed by Brahma Reddy Battula. (9 years ago) +* 65c69e296eda - YARN-3151. On Failover tracking url wrong in application cli for KILLED application. Contributed by Rohith (9 years ago) +* 8a54384a0a85 - HDFS-7761. cleanup unnecssary code logic in LocatedBlock. (yliu) (9 years ago) +* 67efab935e03 - HADOOP-10140. Specification of HADOOP_CONF_DIR via the environment in hadoop_config.cmd. Contributed by Kiran Kumar M R. (9 years ago) +* fe689d34a4ec - HADOOP-11585. Fix formatting in Tracing.md (Masatake Iwasaki via aw) (9 years ago) +* 7776847a590f - HADOOP-11437. Remove the version and author information from distcp's README file (Brahma Reddy Battula via aw) (9 years ago) +* 085b1e293ff5 - HDFS-6133. Add a feature for replica pinning so that a pinned replica will not be moved by Balancer/Mover. Contributed by zhaoyunjiong (9 years ago) +* 50625e660ac0 - HDFS-7771. fuse_dfs should permit FILE: on the front of KRB5CCNAME (cmccabe) (9 years ago) +* 026dfddfa3b8 - HADOOP-11583. Fix syntax error in SecureMode.md (Masatake Iwasaki via aw) (9 years ago) +* f80c9888fa0c - HDFS-7736. Fix typos in dfsadmin/fsck/snapshotDiff usage messages. Contributed by Brahma Reddy Battula. (9 years ago) +* 078f3a9bc7ce - HDFS-7720. Update CHANGES.txt to reflect merge to branch-2. (9 years ago) +* 5dae97a584d3 - HDFS-7723. Quota By Storage Type namenode implemenation. (Contributed by Xiaoyu Yao) (9 years ago) +* e42fc1a251e9 - HDFS-7760. Document truncate for WebHDFS. Contributed by Konstantin Shvachko. (9 years ago) +* 6f6737b3bfda - HADOOP-11579. Documentation for truncate. Contributed by Konstantin Shvachko. (9 years ago) +* 22441ab7b29e - HADOOP-11580. Remove SingleNodeSetup.md from trunk. (aajisaka) (9 years ago) +* b379972ab395 - YARN-3074. Nodemanager dies when localizer runner tries to write to a full disk. Contributed by Varun Saxena (9 years ago) +* b94c1117a28e - HDFS-316. Balancer should run for a configurable # of iterations (Xiaoyu Yao via aw) (9 years ago) +* b015fec60115 - HADOOP-11581. Multithreaded correctness Warnings #org.apache.hadoop.fs.shell.Ls (Brahma Reddy Battula via aw) (9 years ago) +* cfd8a2174afb - HADOOP-11554. Expose HadoopKerberosName as a hadoop subcommand (aw) (9 years ago) +* c3da2db48fd1 - YARN-2683. [YARN-913] registry config options: document and move to core-default. (stevel) (9 years ago) +* 362565cf5a8c - YARN-2616 [YARN-913] Add CLI client to the registry to list, view and manipulate entries. (Akshay Radia via stevel) (9 years ago) +* c541a374d88f - YARN-3160. Fix non-atomic operation on nodeUpdateQueue in RMNodeImpl. (Contributed by Chengbing Liu) (9 years ago) +* a4ceea60f57a - HDFS-7753. Fix Multithreaded correctness Warnings in BackupImage. Contributed by Rakesh R and Konstantin Shvachko. (9 years ago) +* 7c6b6547eeed - HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir. (9 years ago) +* 7eeca90daabd - HADOOP-11559. Add links to RackAwareness and InterfaceClassification to site index (Masatake Iwasaki via aw) (9 years ago) +* d5855c0e4640 - YARN-2246. Made the proxy tracking URL always be http(s)://proxy addr:port/proxy/ to avoid duplicate sections. Contributed by Devaraj K. (9 years ago) +* e9d26fe9eb16 - HADOOP-11495. Convert site documentation from apt to markdown (Masatake Iwasaki via aw) (9 years ago) +* 6338ce3ae887 - HADOOP-10953. NetworkTopology#add calls NetworkTopology#toString without holding the netlock (Liang Xie via Colin P. McCabe) (9 years ago) +* 3f5431a22fce - YARN-2809. Implement workaround for linux kernel panic when removing cgroup. Contributed by Nathan Roberts (9 years ago) +* 4eb5f7fa32ba - YARN-3090. DeletionService can silently ignore deletion task failures. Contributed by Varun Saxena (9 years ago) +* e0ec0718d033 - HADOOP-11512. Use getTrimmedStrings when reading serialization keys. Contributed by Ryan P. (9 years ago) +* b73956fdad87 - HDFS-7058. Tests for truncate CLI. Contributed by Dasha Boudnik. (9 years ago) +* 3d15728ff530 - HDFS-7714. Simultaneous restart of HA NameNodes and DataNode can cause DataNode to register successfully with only one NameNode.(Contributed by Vinayakumar B) (9 years ago) +* 23bf6c720717 - YARN-3100. Made YARN authorization pluggable. Contributed by Jian He. (9 years ago) +* 02340a24f211 - HDFS-7718. Store KeyProvider in ClientContext to avoid leaking key provider threads when using FileContext (Arun Suresh via Colin P. McCabe) (9 years ago) +* a9dc5cd7069f - HDFS-7744. Fix potential NPE in DFSInputStream after setDropBehind or setReadahead is called (cmccabe) (9 years ago) +* 260b5e32c427 - HDFS-7756. Restore method signature for LocatedBlock#getLocations(). (Ted Yu via yliu) (9 years ago) +* 1b56d1ce3241 - HADOOP-11510. Expose truncate API via FileContext. (yliu) (9 years ago) +* 00a748d24a56 - YARN-3155. Refactor the exception handling code for TimelineClientImpl's retryOn method (Li Lu via wangda) (9 years ago) +* af0842589359 - YARN-2971. RM uses conf instead of token service address to renew timeline delegation tokens (jeagles) (9 years ago) +* aab459c904bf - MAPREDUCE-4413. MR lib dir contains jdiff (which is gpl) (Nemon Lou via aw) (9 years ago) +* 63613c79c104 - HDFS-7546. Document, and set an accepting default for dfs.namenode.kerberos.principal.pattern (Harsh J via aw) (9 years ago) +* 0af6a99a3fcf - YARN-3094. Reset timer for liveness monitors after RM recovery. Contributed by Jun Gong (9 years ago) +* 7d73202734e7 - HDFS-7755. httpfs shell code has hardcoded path to bash (Dmitry Sivachenko via aw) (9 years ago) +* fcad031d7250 - HDFS-7669. HDFS Design Doc references commands that no longer exist. (Brahma Reddy Battula via aw) (9 years ago) +* 576459801c4e - HADOOP-8934. Shell command ls should include sort options (Jonathan Allen via aw) (missed file) (9 years ago) +* 84cc071a7bfc - HDFS-7670. HDFS Quota guide has typos, incomplete command lines (Brahma Reddy Battula via aw) (9 years ago) +* 30b797ee9df3 - HADOOP-8934. Shell command ls should include sort options (Jonathan Allen via aw) (9 years ago) +* ab934e85947d - HDFS-7647. DatanodeManager.sortLocatedBlocks sorts DatanodeInfos but not StorageIDs. (Contributed by Milan Desai) (9 years ago) +* 241336ca2b7c - MAPREDUCE-6237. Multiple mappers with DBInputFormat don't work because of reusing conections. Contributed by Kannan Rajah. (9 years ago) +* 7e42088abf23 - YARN-2990. FairScheduler's delay-scheduling always waits for node-local and rack-local delays, even for off-rack-only requests. (kasha) (9 years ago) +* 1382ae525c67 - HDFS-7743. Code cleanup of BlockInfo and rename BlockInfo to BlockInfoContiguous. Contributed by Jing Zhao. (9 years ago) +* ef01768333ec - MAPREDUCE-6227. DFSIO for truncate. (shv via yliu) (9 years ago) +* 350b520c643a - HDFS-7751. Fix TestHDFSCLI for quota with storage type. Contributed by Xiaoyu Yao (9 years ago) +* 8f7d4bb09f76 - HDFS-7738. Revise the exception message for recover lease; add more truncate tests such as truncate with HA setup, negative tests, truncate with other operations and multiple truncates. (9 years ago) +* cfb829ecd5b9 - HDFS-7710. Remove dead code in BackupImage.java. Contributed by Xiaoyu Yao. (9 years ago) +* 8de80ff71234 - HDFS-7720. Quota by Storage Type API, tools and ClientNameNode Protocol changes. (Contributed by Xiaoyu Yao) (9 years ago) +* da2fb2bc46bd - YARN-3143. RM Apps REST API can return NPE or entries missing id and other fields. Contributed by Jason Lowe (9 years ago) +* 5c79439568ff - HADOOP-11485. Pluggable shell integration (aw) (9 years ago) +* 17165d3df9cc - HADOOP-11520. Clean incomplete multi-part uploads in S3A tests. (Thomas Demoor via stevel) (9 years ago) +* 6f10434a5ad9 - YARN-3144. Configuration for making delegation token failures to timeline server not-fatal. Contributed by Jonathan Eagles (9 years ago) +* 4c484320b430 - YARN-3089. LinuxContainerExecutor does not handle file arguments to deleteAsUser. Contributed by Eric Payne (9 years ago) +* c1957fef29b0 - YARN-2694. Ensure only single node label specified in ResourceRequest. Contributed by Wangda Tan (9 years ago) +* eaab959a3e7f - HDFS-7732. Fix the order of the parameters in DFSConfigKeys. Contributed by Brahma Reddy Battula. (9 years ago) +* 1425e3d37ca3 - HADOOP-11535 TableMapping related tests failed due to 'successful' resolving of invalid test hostname (9 years ago) +* 644548f20174 - HADOOP-11506. Configuration variable expansion regex expensive for long values. (Gera Shegalov via gera) (9 years ago) +* 02f154a0016b - YARN-1537. Fix race condition in TestLocalResourcesTrackerImpl.testLocalResourceCache. Contributed by Xuan Gong. (9 years ago) +* 18b2507edaac - YARN-1904. Ensure exceptions thrown in ClientRMService & ApplicationHistoryClientService are uniform when application-attempt is not found. Contributed by Zhijie Shen. (9 years ago) +* 7b10ef0c3bfe - HDFS-7741. Remove unnecessary synchronized in FSDataInputStream and HdfsDataInputStream. (yliu) (9 years ago) +* 9d910691183e - Move HADOOP-11543 from BUG-FIX to IMPROVEMENT in CHANGES.txt. (9 years ago) +* af3aadf04f0d - HADOOP-6964. Allow compact property description in xml (Kengo Seki via aw) (9 years ago) +* 6583ad148be5 - HADOOP-11526. Memory leak in Bzip2Compressor and Bzip2Decompressor. Contributed by Anu Engineer. (9 years ago) +* 45ea53f9388e - HDFS-7698. Fix locking on HDFS read statistics and add a method for clearing them. (Colin P. McCabe via yliu) (9 years ago) +* 03f7ed382b2c - HDFS-7655. Expose truncate API for Web HDFS. (yliu) (9 years ago) +* 4641196fe02a - YARN-3145. Fixed ConcurrentModificationException on CapacityScheduler ParentQueue#getQueueUserAclInfo. Contributed by Tsuyoshi OZAWA (9 years ago) +* b77ff37686e0 - YARN-3149. Fix typo in message for invalid application id. Contributed by Bibin A Chundatt. (9 years ago) +* e2ee2ff7d7ca - MAPREDUCE-6233. org.apache.hadoop.mapreduce.TestLargeSort.testLargeSort failed in trunk (zxu via rkanter) (9 years ago) +* e1990ab4275b - MAPREDUCE-6186. Redundant call to requireJob() while displaying the conf page. Contributed by Rohit Agarwal (9 years ago) +* 276485e1de90 - HADOOP-9044. add FindClass main class to provide classpath checking of installations (Steve Loughran via aw) (9 years ago) +* 69c8a7f45be5 - YARN-1582. Capacity Scheduler: add a maximum-allocation-mb setting per queue. Contributed by Thomas Graves (9 years ago) +* c4980a2f3437 - HDFS-7270. Add congestion signaling capability to DataNode write protocol. Contributed by Haohui Mai. (9 years ago) +* d27439f83904 - HADOOP-9044. add FindClass main class to provide classpath checking of installations (Steve Loughran via aw) (9 years ago) +* b6466deac6d5 - YARN-3101. In Fair Scheduler, fix canceling of reservations for exceeding max share (Anubhav Dhoot via Sandy Ryza) (9 years ago) +* afbecbb2cc1b - Update CHANGES.txt to move MR-6059 to 2.7 (9 years ago) +* fb06c0083799 - HADOOP-7713. dfs -count -q should label output column (Jonathan Allen via aw) (9 years ago) +* 4e7ad4f0a88b - HADOOP-11463 Replace method-local TransferManager object with S3AFileSystem#transfers. (Ted Yu via stevel) (9 years ago) +* 20660b7a67b7 - HDFS-7709. Fix findbug warnings in httpfs. Contributed by Rakesh R. (9 years ago) +* ec950be1735a - HADOOP-11543. Improve help message for hadoop/yarn command. Contributed by Brahma Reddy Battula. (9 years ago) +* 0b567f424673 - HADOOP-10062. race condition in MetricsSystemImpl#publishMetricsNow that causes incorrect results. (Contributed by Sangjin Lee) (9 years ago) +* 9112f093cde0 - HADOOP-10976. moving the source code of hadoop-tools docs to the directory under hadoop-tools (Masatake Iwasaki via aw) (9 years ago) +* cc6bbfceae1c - MAPREDUCE-5988. Fix dead links to the javadocs in mapreduce project. (aajisaka) (9 years ago) +* fd57ab2002f9 - MAPREDUCE-6059. Speed up history server startup time (Siqi Li via aw) (9 years ago) +* f990e9d229d3 - HADOOP-11346. Rewrite sls/rumen to use new shell framework (John Smith via aw) (9 years ago) +* 43d5caef5e63 - HADOOP-11460. Deprecate shell vars (John Smith via aw) (9 years ago) +* c6f20007ebda - HDFS-7733. NFS: readdir/readdirplus return null directory attribute on failure. (Contributed by Arpit Agarwal) (9 years ago) +* 30510cff75d3 - YARN-3123. Made YARN CLI show a single completed container even if the app is running. Contributed by Naganarasimha G R. (9 years ago) +* 5f4ef2d13fa3 - HADOOP-11549. flaky test detection tool failed to handle special control characters in test result. Contributed by Yongjun Zhang. (9 years ago) +* 55235d28c364 - HADOOP-11492. Bump up curator version to 2.7.1. (Arun Suresh and Karthik Kambatla via kasha) (9 years ago) +* e04e8fa8103f - YARN-1723. AMRMClientAsync missing blacklist addition and removal functionality. Contributed by Bartosz Ługowski. (9 years ago) +* 40a415799b1f - HDFS-7719. BlockPoolSliceStorage#removeVolumes fails to remove some in-memory state associated with volumes. (Lei (Eddy) Xu via Colin P. McCabe) (9 years ago) +* a35e86c6701f - HADOOP-11547. hadoop-common native compilation fails on Windows due to missing support for __attribute__ declaration. Contributed by Chris Nauroth. (9 years ago) +* 9175105eeaec - HDFS-7734. Class cast exception in NameNode#main. Contributed by Yi Liu. (9 years ago) +* 064e0770a0f3 - HADOOP-11548. checknative should display a nicer error message when openssl support is not compiled in. Contributed by Anu Engineer. (9 years ago) +* 34fe11c98773 - MAPREDUCE-6243. Fix findbugs warnings in hadoop-rumen. Contributed by Masatake Iwasaki. (9 years ago) +* ba58da29f49d - HADOOP-11546. Checkstyle failing: Unable to instantiate DoubleCheckedLockingCheck. (ozawa) (9 years ago) +* 42548f4dc2b2 - HADOOP-11544. Remove unused configuration keys for tracing. Contributed by Masatake Iwasaki. (9 years ago) +* 26dee1486b70 - YARN-3058. Fix error message of tokens' activation delay configuration. Contributed by Yi Liu. (9 years ago) +* e5b56e2af6b4 - YARN-2543. Made resource usage be published to the timeline server too. Contributed by Naganarasimha G R. (9 years ago) +* b73e776abc3e - YARN-3056. Add verification for containerLaunchDuration in TestNodeManagerMetrics. Contributed by zhihai Xu (9 years ago) +* 3ae38ec7dfa1 - HDFS-7712. Switch blockStateChangeLog to use slf4j. (9 years ago) +* bd69fb2d4440 - MAPREDUCE-5800. Use Job#getInstance instead of deprecated constructors. (aajisaka) (9 years ago) +* c559df2219f4 - YARN-1393. SLS: Add how-to-use instructions. (Wei Yan via kasha) (9 years ago) +* 5bd984691b3e - YARN-3075. NodeLabelsManager implementation to retrieve label to node mapping (Varun Saxena via wangda) (9 years ago) +* 843806d03ab1 - HDFS-7707. Edit log corruption due to delayed block removal again. Contributed by Yongjun Zhang (9 years ago) +* 21d80b3dd90a - YARN-3098. Created common QueueCapacities class in Capacity Scheduler to track capacities-by-labels of queues. Contributed by Wangda Tan (9 years ago) +* 115428176e1d - HDFS-7721. The HDFS BlockScanner may run fast during the first hour (cmccabe) (9 years ago) +* c89977f89cb4 - HADOOP-11529. Fix findbugs warnings in hadoop-archives. Contributed by Masatake Iwasaki. (9 years ago) +* f7a77819a1e4 - YARN-3022. Expose Container resource information from NodeManager for monitoring (adhoot via ranter) (9 years ago) +* 80705e034b7f - HADOOP-11045. Introducing a tool to detect flaky tests of hadoop jenkins testing job. Contributed by Yongjun Zhang and Todd Lipcon. (9 years ago) +* a761bf8726cb - YARN-3085. Application summary should include the application type. Contributed by Rohith (9 years ago) +* 8cb473124c1c - HDFS-6651. Deletion failure can leak inodes permanently. Contributed by Jing Zhao. (9 years ago) +* 8acc5e9b4b3f - MAPREDUCE-6143. add configuration for mapreduce speculative execution in MR2 (zxu via rkanter) (9 years ago) +* d085eb15d7ca - HDFS-7696. In FsDatasetImpl, the getBlockInputStream(..) and getTmpInputStreams(..) methods may leak file descriptors. (9 years ago) +* df01337b80be - Move HDFS-5631, HDFS-5782 and HDFS-7681 to branch-2. (9 years ago) +* 5f9a0dd8d959 - YARN-2216. Fixed the change log. (9 years ago) +* 52575ff2240e - YARN-2808. Made YARN CLI list attempt’s finished containers of a running application. Contributed by Naganarasimha G R. (9 years ago) +* 1c09ca2ba4d9 - HADOOP-11442. hadoop-azure: Create test jar. Contributed by Shashank Khandelwal. (9 years ago) +* 8004a0023079 - HADOOP-10181. GangliaContext does not work with multicast ganglia setup. Contributed by Andrew Johnson. (9 years ago) +* f33c99ba3900 - YARN-3113. Release audit warning for Sorting icons.psd. Contributed by Steve Loughran. (9 years ago) +* 3472e3bd6c50 - HADOOP-11494. Lock acquisition on WrappedInputStream#unwrappedRpcBuffer may race with another thread. Contributed by Ted Yu. (9 years ago) +* ffc75d6ebe49 - HADOOP-11488. Difference in default connection timeout for S3A FS. Contributed by Daisuke Kobayashi. (9 years ago) +* 26c2de36e2dd - HADOOP-11432. Fix SymlinkBaseTest#testCreateLinkUsingPartQualPath2. (Liang Xie via gera) (9 years ago) +* 054a947989d6 - YARN-3077. Fixed RM to create zk root path recursively. Contributed by Chun Chen (9 years ago) +* 09ad9a868a89 - HADOOP-11498. Bump the version of HTrace to 3.1.0-incubating (Masatake Iwasaki via Colin P. McCabe) (9 years ago) +* 8dc59cb9e0f8 - HADOOP-9137. Support connection limiting in IPC server. Contributed by Kihwal Lee. (9 years ago) +* 86358221fc85 - YARN-3099. Capacity Scheduler LeafQueue/ParentQueue should use ResourceUsage to track used-resources-by-label. Contributed by Wangda Tan (9 years ago) +* 951b3608a8cb - HDFS-7706. Switch BlockManager logging to use slf4j. (9 years ago) +* 12e883007c87 - MAPREDUCE-6151. Update document of GridMix (Masatake Iwasaki via aw) (9 years ago) +* f2c91098c400 - HADOOP-11523. StorageException complaining " no lease ID" when updating FolderLastModifiedTime in WASB. Contributed by Duo Xu. (9 years ago) +* e36ef3b4022a - HADOOP-11403. Avoid using sys_errlist on Solaris, which lacks support for it (Malcolm Kavalsky via Colin P. McCabe) (9 years ago) +* 30a8778c632c - YARN-3108. ApplicationHistoryServer doesn't process -D arguments (Chang Li via jeagles) (9 years ago) +* 3f982c5c266f - MAPREDUCE-6150. Update document of Rumen (Masatake Iwasaki via aw) (9 years ago) +* ad55083f75cb - HADOOP-11441. Hadoop-azure: Change few methods scope to public. Contributed by Shashank Khandelwal. (9 years ago) +* 7acce7d3648d - YARN-3029. FSDownload.unpack() uses local locale for FS case conversion, may not work everywhere. Contributed by Varun Saxena. (9 years ago) +* 89b07490f835 - HDFS-7603. The background replication queue initialization may not let others run. Contributed by Kihwal Lee. (9 years ago) +* 342efa110af9 - HADOOP-9907. Webapp http://hostname:port/metrics link is not working. (aajisaka) (9 years ago) +* 9dd0b7a2ab65 - YARN-2428. LCE default banned user list should have yarn (Varun Saxena via aw) (9 years ago) +* 57b8950f37f7 - HADOOP-10574. Bump the maven plugin versions too -moving the numbers into properties. (aajisaka) (9 years ago) +* fe2188a0420f - MAPREDUCE-6231. Grep example job is not working on a fully-distributed cluster. (aajisaka) (9 years ago) +* 03a5e04d5b6e - HADOOP-10525. Remove DRFA.MaxBackupIndex config from log4j.properties (aajisaka) (9 years ago) +* 7882bc0f1433 - YARN-3079. Scheduler should also update maximumAllocation when updateNodeResource. (Zhihai Xu via wangda) (9 years ago) +* f37849188b05 - HDFS-7423. various typos and message formatting fixes in nfs daemon and doc. (Charles Lamb via yliu) (9 years ago) +* 5a0051f4da6e - HDFS-7681. Change ReplicaInputStreams constructor to take InputStream(s) instead of FileDescriptor(s). Contributed by Joe Pallas (9 years ago) +* cff05bff1fe2 - MAPREDUCE-6230. Fixed RMContainerAllocator to update the new AMRMToken service name properly. Contributed by Jason Lowe (9 years ago) +* d244574d0390 - HDFS-7611. deleteSnapshot and delete of a file can leave orphaned blocks in the blocksMap on NameNode restart. Contributed by Jing Zhao and Byron Wong. (9 years ago) +* 6d2bdbd7dab1 - YARN-3103. AMRMClientImpl does not update AMRM token properly. Contributed by Jason Lowe (9 years ago) +* caf7298e49f6 - HDFS-6673. Add delimited format support to PB OIV tool. Contributed by Eddy Xu. (9 years ago) +* 9850e1584b7b - HADOOP-11316. "mvn package -Pdist,docs -DskipTests -Dtar" fails because of non-ascii characters. (ozawa) (9 years ago) +* 20a4768397a3 - HADOOP-11317. Increment SLF4J version to 1.7.10. Contributed by Tim Robertson. (9 years ago) +* d12dd47f4516 - HDFS-7675. Remove unused member DFSClient.spanReceiverHost (cmccabe) (9 years ago) +* ee1e06a3ab91 - HADOOP-11469. KMS should skip default.key.acl and whitelist.key.acl when loading key acl. (Dian Fu via yliu) (9 years ago) +* 9ca565e9704d - HDFS-7677. DistributedFileSystem#truncate should resolve symlinks. (yliu) (9 years ago) +* 18741adf97f4 - YARN-2932. Add entry for preemptable status (enabled/disabled) to scheduler web UI and queue initialize/refresh logging. (Eric Payne via wangda) (9 years ago) +* fd93e5387b55 - YARN-3028. Better syntax for replaceLabelsOnNode in RMAdmin CLI. Contributed by Rohith Sharmaks (9 years ago) +* 0a05ae178248 - HDFS-7566. Remove obsolete entries from hdfs-default.xml (Ray Chiang via aw) (9 years ago) +* a8ad1e8089e4 - YARN-2897. CrossOriginFilter needs more log statements (Mit Desai via jeagles) (9 years ago) +* 8bf6f0b70396 - HADOOP-10626. Limit Returning Attributes for LDAP search. Contributed by Jason Hubbard. (9 years ago) +* 4e15fc084113 - YARN-3011. Possible IllegalArgumentException in ResourceLocalizationService might lead NM to crash. Contributed by Varun Saxena (9 years ago) +* 2848db814a98 - HDFS-3689. Add support for variable length block. Contributed by Jing Zhao. (9 years ago) +* 1e2d98a394d9 - HDFS-7683. Combine usages and percent stats in NameNode UI. Contributed by Vinayakumar B. (9 years ago) +* 543064e89d2f - HADOOP-4297. Enable Java assertions when running tests. Contributed by Tsz Wo Nicholas Sze. (9 years ago) +* f56da3ce040b - YARN-3086. Make NodeManager memory configurable in MiniYARNCluster. Contributed by Robert Metzger. (9 years ago) +* 0da53a37ec46 - HDFS-49. MiniDFSCluster.stopDataNode will always shut down a node in the cluster if a matching name is not found. (stevel) (9 years ago) +* 6f9fe76918bb - YARN-3092. Created a common ResourceUsage class to track labeled resource usages in Capacity Scheduler. Contributed by Wangda Tan (9 years ago) +* 0bf333911c95 - HADOOP-11509. Change parsing sequence in GenericOptionsParser to parse -D parameters before -files. Contributed by Xuan Gong (9 years ago) +* 1f2b6956c201 - HADOOP-6221 RPC Client operations cannot be interrupted (stevel) (9 years ago) +* 21d5599067ad - HADOOP-11466: move to 2.6.1 (9 years ago) +* 7574df1bba33 - HADOOP-11499. Check of executorThreadsStarted in ValueQueue#submitRefillTask() evades lock acquisition. Contributed by Ted Yu (9 years ago) +* 56b7ec71a698 - MAPREDUCE-6141. History server leveldb recovery store. Contributed by Jason Lowe (9 years ago) +* 902c6ea7e4d3 - YARN-3088. LinuxContainerExecutor.deleteAsUser can throw NPE if native executor returns an error. Contributed by Eric Payne (9 years ago) +* 2b0fa20f6941 - HDFS-7224. Allow reuse of NN connections via webhdfs. Contributed by Eric Payne (9 years ago) +* 7b82c4ab4e84 - HADOOP-11450. Cleanup DistCpV1 not to use deprecated methods and fix javadocs. Contributed by Varun Saxena. (10 years ago) +* 0d6bd62102f9 - YARN-3024. LocalizerRunner should give DIE action when all resources are localized. Contributed by Chengbing Liu (10 years ago) +* 35f64962fccc - HADOOP-11419 improve hadoop-maven-plugins. (Hervé Boutemy via stevel) (10 years ago) +* 370396509deb - HDFS-7676. Fix TestFileTruncate to avoid bug of HDFS-7611. Contributed by Konstantin Shvachko. (10 years ago) +* 3ea353e7b9e4 - Move truncate related messages in CHANGES.txt to branch 2 section. (shv) (10 years ago) +* e9fd46ddbf46 - HDFS-7659. truncate should check negative value of the new length. Contributed by Yi Liu. (10 years ago) +* 8f26d5a8a135 - HDFS-7320. The appearance of hadoop-hdfs-httpfs site docs is inconsistent (Masatake Iwasaki via aw) (10 years ago) +* 6c3fec5ec25c - HDFS-3750. API docs don't include HDFS (Jolly Chen via aw) (10 years ago) +* 5c93ca2f3cfd - HDFS-7644. minor typo in HttpFS doc (Charles Lamb via aw) (10 years ago) +* d411460e0d66 - HDFS-7667. Various typos and improvements to HDFS Federation doc (Charles Lamb via aw) (10 years ago) +* 4b00935643f6 - HADOOP-11482. Use correct UGI when KMSClientProvider is called by a proxy user. Contributed by Arun Suresh. (10 years ago) +* 56df5f41eb71 - HADOOP-11507 Hadoop RPC Authentication problem with different user locale. (Talat UYARER via stevel) (10 years ago) +* 24aa462673d3 - YARN-2800. Remove MemoryNodeLabelsStore and add a way to enable/disable node labels feature. Contributed by Wangda Tan. (10 years ago) +* 3aab354e664a - YARN-3082. Non thread safe access to systemCredentials in NodeHeartbeatResponse processing. Contributed by Anubhav Dhoot. (10 years ago) +* 5f124efb3e09 - HDFS-7660. BlockReceiver#close() might be called multiple times, which causes the fsvolume reference being released incorrectly. (Lei Xu via yliu) (10 years ago) +* aee4500612e9 - HADOOP-11493. Fix some typos in kms-acls.xml description. (Contributed by Charles Lamb) (10 years ago) +* d3268c4b10a0 - HDFS-3519. Checkpoint upload may interfere with a concurrent saveNamespace. Contributed by Ming Ma. (10 years ago) +* 792b7d337a0e - HDFS-7575. Fix CHANGES.txt (10 years ago) +* fcf1058b459f - HADOOP-11008. Remove duplicated description about proxy-user in site documents (Masatake Iwasaki via aw) (10 years ago) +* d34074e237ee - HDFS-7575. Upgrade should generate a unique storage ID for each volume. (Contributed by Arpit Agarwal) (10 years ago) +* 825923f7b9a8 - HADOOP-11500. InputStream is left unclosed in ApplicationClassLoader. Contributed by Ted Yu. (10 years ago) +* 786dbdfad899 - HADOOP-11209. Configuration#updatingResource/finalParameters are not thread-safe. Contributed by Varun Saxena. (10 years ago) +* 5712c9f96a2c - YARN-3078. LogCLIHelpers lacks of a blank space before string 'does not exist'. Contributed by Sam Liu. (10 years ago) +* 6e62a1a6728b - HDFS-7430. Refactor the BlockScanner to use O(1) memory and use multiple threads (cmccabe) (10 years ago) +* a003f71cacd3 - MAPREDUCE-5785. Derive heap size or mapreduce.*.memory.mb automatically. (Gera Shegalov and Karthik Kambatla via gera) (10 years ago) +* ee7d22e90ce6 - HADOOP-11466. FastByteComparisons: do not use UNSAFE_COMPARER on the SPARC architecture because it is slower there (Suman Somasundar via Colin P. McCabe) (10 years ago) +* a0521bc83a16 - HADOOP-11490. Expose truncate API via FileSystem and shell command. Contributed by Milan Desai. (10 years ago) +* 0742591335f1 - MAPREDUCE-3283. mapred classpath CLI does not display the complete classpath. Contributed by Varun Saxena. (10 years ago) +* c0af72c7f74b - HDFS-7548. Corrupt block reporting delayed until datablock scanner thread detects it. Contributed by Rushabh Shah. (10 years ago) +* 925c9fed3311 - HADOOP-10668. Addendum patch to fix TestZKFailoverController. Contributed by Ming Ma. (10 years ago) +* db334bb8625d - HDFS-3443. Fix NPE when namenode transition to active during startup by adding checkNNStartup() in NameNodeRpcServer. Contributed by Vinayakumar B (10 years ago) +* 39c1bcf7d9c9 - HADOOP-11484: move CHANGES.txt entry to 3.0 (10 years ago) +* 220a49de479a - HADOOP-11484. hadoop-mapreduce-client-nativetask fails to build on ARM AARCH64 due to x86 asm statements (Edward Nevill via Colin P. McCabe) (10 years ago) +* 07b08060369c - HADOOP-11327. BloomFilter#not() omits the last bit, resulting in an incorrect filter. Contributed by Eric Payne (10 years ago) +* 42715547f01e - HADOOP-11256. Some site docs have inconsistent appearance (Masatake Iwasaki via aw) (10 years ago) +* 6b17eb9eac7a - HDFS-7643. Test case to ensure lazy persist files cannot be truncated. (Contributed by Yi Liu) (10 years ago) +* a1222784fbc4 - HDFS-7610. Add CHANGES.txt (10 years ago) +* a17584936cc5 - HDFS-7610. Fix removal of dynamically added DN volumes (Lei (Eddy) Xu via Colin P. McCabe) (10 years ago) +* 73b72a048f70 - HDFS-7496: add to CHANGES.txt (10 years ago) +* b7f4a3156c0f - HDFS-7496. Fix FsVolume removal race conditions on the DataNode by reference-counting the volume instances (lei via cmccabe) (10 years ago) +* 889ab074d54b - HDFS-7641. Update archival storage user doc for list/set/get block storage policies. (yliu) (10 years ago) +* fc20129c56f7 - HDFS-7623. Add htrace configuration properties to core-default.xml and update user doc about how to enable htrace. (yliu) (10 years ago) +* f250ad1773b1 - YARN-2731. Fixed RegisterApplicationMasterResponsePBImpl to properly invoke maybeInitBuilder. (Contributed by Carlo Curino) (10 years ago) +* dd0228b8f7d9 - HDFS-7634. Fix CHANGES.txt (10 years ago) +* c09c65b21259 - HDFS-7634. Disallow truncation of Lazy persist files. (Contributed by Yi Liu) (10 years ago) +* c94c0d2c5663 - HADOOP-11489. Dropping dependency on io.netty from hadoop-nfs' pom.xml. Contributed by Ted Yu. (10 years ago) +* 5a6c084f0749 - HDFS-7638: Small fix and few refinements for FSN#truncate. (yliu) (10 years ago) +* 5e5e35b18562 - HDFS-7640. print NFS Client in the NFS log. Contributed by Brandon Li. (10 years ago) +* 0a2d3e717d9c - YARN-2933. Capacity Scheduler preemption policy should only consider capacity without labels temporarily. Contributed by Mayank Bansal (10 years ago) +* cb0a15d20180 - YARN-3015. yarn classpath command should support same options as hadoop classpath. Contributed by Varun Saxena. (10 years ago) +* 4a4450836c89 - HDFS-5631. Change BlockMetadataHeader.readHeader(..), ChunkChecksum class and constructor to public; and fix FsDatasetSpi to use generic type instead of FsVolumeImpl. Contributed by David Powell and Joe Pallas (10 years ago) +* 7fc1f2f5cf43 - HADOOP-10668. TestZKFailoverControllerStress#testExpireBackAndForth occasionally fails. Contributed by Ming Ma. (10 years ago) +* e843a0a8cee5 - HDFS-7637. Fix the check condition for reserved path. Contributed by Yi Liu. (10 years ago) +* 4a5c3a4cfee6 - YARN-3071. Remove invalid char from sample conf in doc of FairScheduler. (Contributed by Masatake Iwasaki) (10 years ago) +* 19cbce3898ae - YARN-3070. TestRMAdminCLI#testHelp fails for transitionToActive command. (Contributed by Junping Du) (10 years ago) +* 24315e7d374a - HDFS-7573. Consolidate the implementation of delete() into a single class. Contributed by Haohui Mai. (10 years ago) +* 2908fe4ec52f - HADOOP-11171 Enable using a proxy server to connect to S3a. (Thomas Demoor via stevel) (10 years ago) +* c6c0f4eb25e5 - HADOOP-10542 Potential null pointer dereference in Jets3tFileSystemStore retrieveBlock(). (Ted Yu via stevel) (10 years ago) +* 43302f6f44f9 - YARN-2815. Excluded transitive dependency of JLine in hadoop-yarn-server-common. Contributed by Ferdinand Xu. (10 years ago) +* 84198564ba60 - YARN-2984. Metrics for container's actual memory usage. (kasha) (10 years ago) +* 60cbcff2f736 - HDFS-7606. Fix potential NPE in INodeFile.getBlocks(). Contributed by Byron Wong. (10 years ago) +* ec4389cf7270 - HDFS-7632. MiniDFSCluster configures DataNode data directories incorrectly if using more than 1 DataNode and more than 2 storage locations per DataNode. Contributed by Chris Nauroth. (10 years ago) +* 9c94015e3678 - HDFS-7635. Remove TestCorruptFilesJsp from branch-2. Contributed by Chris Nauroth. (10 years ago) +* 000ca83ea3ae - HADOOP-11261 Set custom endpoint for S3A. (Thomas Demoor via stevel) (10 years ago) +* 5d1cca34fa14 - YARN-3064. TestRMRestart/TestContainerResourceUsage/TestNodeManagerResync failure with allocation timeout. (Contributed by Jian He) (10 years ago) +* c4ccbe62c085 - HDFS-7189. Add trace spans for DFSClient metadata operations. (Colin P. McCabe via yliu) (10 years ago) +* 3ab3a6498812 - HADOOP-11350. The size of header buffer of HttpServer is too small when HTTPS is enabled. Contributed by Benoy Antony. (10 years ago) +* 780a6bf14562 - HDFS-7457. DatanodeID generates excessive garbage. Contributed by Daryn Sharp. (10 years ago) +* 44eed6cbc976 - HDFS-7615. Remove longReadLock. Contributed by Kihwal Lee. (10 years ago) +* b6ff9c03a4f8 - HADOOP-8757. Metrics should disallow names with invalid characters (rchiang via rkanter) (10 years ago) +* 9e33116d1d89 - YARN-2861. Fixed Timeline DT secret manager to not reuse RM's configs. Contributed by Zhijie Shen (10 years ago) +* a6efbb21c256 - HDFS-7591. hdfs classpath command should support same options as hadoop classpath. (Contributed by Varun Saxena) (10 years ago) +* ce29074685ab - HADOOP-11318. Update the document for hadoop fs -stat (10 years ago) +* ce0117636af8 - HDFS-7581. HDFS documentation needs updating post-shell rewrite (aw) (10 years ago) +* 533e551eb42a - YARN-3005. [JDK7] Use switch statement for String instead of if-else statement in RegistrySecurity.java (Contributed by Kengo Seki) (10 years ago) +* db51548f706c - HADOOP-11483. HardLink.java should use the jdk7 createLink method (10 years ago) +* ba5116ec8e0c - YARN-2217. [YARN-1492] Shared cache client side changes. (Chris Trezzo via kasha) (10 years ago) +* 5805dc0f0405 - Add CHANGES.txt for HADOOP-11481 (10 years ago) +* a5a033c7ca13 - HDFS-7067. ClassCastException while using a key created by keytool to create encryption zone. (Charles Lamb via Colin P. McCabe) (10 years ago) +* 6464a8929a36 - HDFS-5782. Change BlockListAsLongs constructor to take Replica as parameter type instead of concrete classes Block and ReplicaInfo. Contributed by David Powell and Joe Pallas (10 years ago) +* 7fe0f25ad21f - HDFS-2219. Change fsck to support fully qualified paths so that a particular namenode in a federated cluster with multiple namenodes can be specified in the path parameter. (10 years ago) +* 446545c496fd - HDFS-7585. Get TestEnhancedByteBufferAccess working on CPU architectures with page sizes other than 4096 (Sam Liu via Colin P. McCabe) (10 years ago) +* d15cbae73c7a - YARN-2807. Option "--forceactive" not works as described in usage of "yarn rmadmin -transitionToActive". Contributed by Masatake Iwasaki (10 years ago) +* d336d136785e - MAPREDUCE-6210. Use getApplicationAttemptId() instead of getApplicationID() for logging AttemptId in RMContainerAllocator.java (Contributed by Leitao Guo) (10 years ago) +* f92e5038000a - YARN-3019. Make work-preserving-recovery the default mechanism for RM recovery. (Contributed by Jian He) (10 years ago) +* c53420f58364 - YARN-2637. Fixed max-am-resource-percent calculation in CapacityScheduler when activating applications. Contributed by Craig Welch (10 years ago) +* 85aec75ce534 - HDFS-7570. SecondaryNameNode need twice memory when calling reloadFromImageFile. Contributed by zhaoyunjiong. (10 years ago) +* 10ac5abb867e - MAPREDUCE-6173. Document the configuration of deploying MR over distributed cache with enabling wired encryption at the same time. Contributed by Junping Du. (10 years ago) +* 08ac06283a3e - HDFS-7056. Snapshot support for truncate. Contributed by Konstantin Shvachko and Plamen Jeliazkov. (10 years ago) +* 7e9358feb326 - HDFS-3107. Introduce truncate. Contributed by Plamen Jeliazkov. (10 years ago) +* c4cba6165a3a - HADOOP-11465. Fix findbugs warnings in hadoop-gridmix. (Contributed by Varun Saxena) (10 years ago) +* 51881535e659 - YARN-2643. Don't create a new DominantResourceCalculator on every FairScheduler.allocate call. (kasha via rkanter) (10 years ago) +* 6f3a63a41b90 - HDFS-7600. Refine hdfs admin classes to reuse common code. Contributed by Jing Zhao. (10 years ago) +* f761bd8fe472 - HDFS-5445. PacketReceiver populates the packetLen field in PacketHeader incorrectly (Jonathan Mace via Colin P. McCabe) (10 years ago) +* b3ddd7ee39c9 - HDFS-7598. Remove dependency on old version of Guava in TestDFSClientCache#testEviction (Sangjin Lee via Colin P. McCabe) (10 years ago) +* f3507fa35cd5 - HADOOP-11473. test-patch says "-1 overall" even when all checks are +1 (Jason Lowe via raviprak) (10 years ago) +* 6bbf9fdd041d - HDFS-7533. Datanode sometimes does not shutdown on receiving upgrade shutdown command. Contributed by Eric Payne. (10 years ago) +* b78b4a1536b6 - HDFS-7326. Add documentation for hdfs debug commands (Vijay Bhat via Colin P. McCabe) (10 years ago) +* f45163191583 - YARN-2957. Create unit test to automatically compare YarnConfiguration and yarn-default.xml. (rchiang via rkanter) (10 years ago) +* ae7bf31fe1c6 - YARN-3027. Scheduler should use totalAvailable resource from node instead of availableResource for maxAllocation. (adhoot via rkanter) (10 years ago) +* 5b0d060d2a86 - HDFS-7323. Move the get/setStoragePolicy commands out from dfsadmin. (jing9 via yliu) (10 years ago) +* ef3c3a832c2f - HDFS-7596. NameNode should prune dead storages from storageMap. Contributed by Arpit Agarwal. (10 years ago) +* 4d2914210053 - HADOOP-11400. GraphiteSink does not reconnect to Graphite after 'broken pipe' (Kamil Gorlo via raviprak) (10 years ago) +* a26040626812 - YARN-3014. Replaces labels on a host should update all NM's labels on that host. Contributed by Wangda Tan (10 years ago) +* 27a489cba63d - YARN-2956. Added missing links in YARN documentation. Contributed by Masatake Iwasaki (10 years ago) +* 2a06101e61f2 - HDFS-7182. JMX metrics aren't accessible when NN is busy. Contributed by Ming Ma. (10 years ago) +* 09d31bc63035 - HADOOP-9992. Modify the NN loadGenerator to optionally run as a MapReduce job. Contributed by Akshay Radia (10 years ago) +* 8c3e888dcd79 - HADOOP-11464. Reinstate support for launching Hadoop processes on Windows using Cygwin. Contributed by Chris Nauroth. (10 years ago) +* ab5cd99177f8 - YARN-3002. YARN documentation needs updating post-shell rewrite (aw) (10 years ago) +* ae91b13a4b18 - HADOOP-11470. Remove some uses of obsolete guava APIs from the hadoop codebase (Sangjin Lee via Colin P. McCabe) (10 years ago) +* 7e2d9a32426d - HDFS-7579. Improve log reporting during block report rpc failure. Contributed by Charles Lamb. (10 years ago) +* cc2a745f7e82 - YARN-2997. Fixed NodeStatusUpdater to not send alreay-sent completed container statuses on heartbeat. Contributed by Chengbing Liu (10 years ago) +* 708b1aa074d9 - HDFS-7589. Break the dependency between libnative_mini_dfs and libhdfs. Contributed by Zhanwei Wang. (10 years ago) +* 20625c8f0487 - HADOOP-10651. Add ability to restrict service access using IP addresses and hostnames. (Benoy Antony) (10 years ago) +* dc2eaa26b20c - YARN-2996. Improved synchronization and I/O operations of FS- and Mem- RMStateStore. Contributed by Yi Liu. (10 years ago) +* a6ed4894b518 - HADOOP-11032. Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa) (10 years ago) +* 988639640024 - Revert "Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)" because of missing JIRA's number. (10 years ago) +* 2eba7eb9aff5 - Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa) (10 years ago) +* ef237bd52fc5 - Moved YARN-2880 to improvement section in CHANGES.txt (10 years ago) +* 2638f4d0f0da - YARN-2936. Changed YARNDelegationTokenIdentifier to set proto fields on getProto method. Contributed by Varun Saxena (10 years ago) +* e86943fd6429 - HDFS-7561. TestFetchImage should write fetched-image-dir under target. Contributed by Liang Xie. (10 years ago) +* e13a484a2be6 - YARN-3010. Fixed findbugs warning in AbstractYarnScheduler. Contributed by Yi Liu (10 years ago) +* 3ed0aed3cc4c - HADOOP-11462. TestSocketIOWithTimeout needs change for PowerPC platform. Contributed by Ayappan. (10 years ago) +* fe8d2bd74175 - YARN-2230. Fixed few configs description in yarn-default.xml. Contributed by Vijay Bhat (10 years ago) +* 788ee35e2bf0 - HDFS-7564. NFS gateway dynamically reload UID/GID mapping file /etc/nfs.map. Contributed by Yongjun Zhang (10 years ago) +* a0aeed100b83 - MAPREDUCE-6206. TestAggregatedTransferRate fails on non-US systems. Contributed by Jens Rabe (10 years ago) +* 60103fca04dc - YARN-2427. Added the API of moving apps between queues in RM web services. Contributed by Varun Vasudev. (10 years ago) +* dd57c2047bfd - YARN-2978. Fixed potential NPE while getting queue info. Contributed by Varun Saxena (10 years ago) +* d02fb53750bc - HADOOP-11445. Bzip2Codec: Data block is skipped when position of newly created stream is equal to start of split. Contributed by Ankit Kamboj (10 years ago) +* cd7d78914cd2 - HADOOP-11058. Missing HADOOP_CONF_DIR generates strange results (Masatake Iwasaki via aw) (10 years ago) +* 4cd66f7fb280 - HDFS-7583. Fix findbug in TransferFsImage.java (Contributed by Vinayakumar B) (10 years ago) +* 9803ae374f69 - HADOOP-11459. Fix recent findbugs in ActiveStandbyElector, NetUtils and ShellBasedIdMapping (Contributed by Vinayakumar B) (10 years ago) +* 0c4b11267717 - YARN-2881. [YARN-2574] Implement PlanFollower for FairScheduler. (Anubhav Dhoot via kasha) (10 years ago) +* 53caeaa16b14 - HADOOP-11402. Negative user-to-group cache entries are never cleared for never-again-accessed users. Contributed by Varun Saxena. (10 years ago) +* 94d342e607e1 - HADOOP-10908. Common needs updates for shell rewrite (aw) (10 years ago) +* 41d72cbd48e6 - Move YARN-2360 from 2.6 to 2.7 in CHANGES.txt (10 years ago) +* 562a701945be - YARN-2958. Made RMStateStore not update the last sequence number when updating the delegation token. Contributed by Varun Saxena. (10 years ago) +* dfd2589bcb0e - HDFS-7572. TestLazyPersistFiles#testDnRestartWithSavedReplicas is flaky on Windows. Contributed by Arpit Agarwal. (10 years ago) +* 2403634de02a - HADOOP-11390 Metrics 2 ganglia provider to include hostname in unresolved address problems. (Varun Saxena via stevel) (10 years ago) +* 27d8395867f6 - HADOOP-11446 S3AOutputStream should use shared thread pool to avoid OutOfMemoryError (10 years ago) +* 21c6f01831dd - HADOOP-11455. KMS and Credential CLI should request confirmation for deletion by default. (Charles Lamb via yliu) (10 years ago) +* ddc5be48fc35 - YARN-2922. ConcurrentModificationException in CapacityScheduler's LeafQueue. Contributed by Rohith Sharmaks. (10 years ago) +* 947578c1c141 - YARN-2991. Fixed DrainDispatcher to reuse the draining code path in AsyncDispatcher. Contributed by Rohith Sharmaks. (10 years ago) +* 0c45946e653b - HADOOP-10788. Rewrite kms to use new shell framework (John Smith via aw) (10 years ago) +* 892b1bb74611 - HDFS-7563. NFS gateway parseStaticMap NumberFormatException. Contributed by Yongjun Zhang (10 years ago) +* e7257acd8a7a - YARN-2998. Abstract out scheduler independent PlanFollower components. (Anubhav Dhoot via kasha) (10 years ago) +* e2351c7ae24c - YARN-2987. Fixed ClientRMService#getQueueInfo to check against queue and app ACLs. Contributed by Varun Saxena (10 years ago) +* b7442bf92eb6 - YARN-2493. Added node-labels page on RM web UI. Contributed by Wangda Tan (10 years ago) +* 746ad6e98968 - Revert "YARN-2492(wrong jira number). Added node-labels page on RM web UI. Contributed by Wangda Tan" (10 years ago) +* 5f57b904f550 - YARN-2492. Added node-labels page on RM web UI. Contributed by Wangda Tan (10 years ago) +* 6621c3598e22 - MAPREDUCE-6149. Document override log4j.properties in MR job. Contributed by Junping Du. (10 years ago) +* 249cc9050179 - HADOOP-11039. ByteBufferReadable API doc is inconsistent with the implementations. (Yi Liu via Colin P. McCabe) (10 years ago) +* 241d3b3a50c6 - YARN-2938. Fixed new findbugs warnings in hadoop-yarn-resourcemanager and hadoop-yarn-applicationhistoryservice. Contributed by Varun Saxena. (10 years ago) +* 1454efe5d4fe - YARN-2992. ZKRMStateStore crashes due to session expiry. Contributed by Karthik Kambatla (10 years ago) +* 40ee4bff65b2 - YARN-2993. Several fixes (missing acl check, error log msg ...) and some refinement in AdminService. (Contributed by Yi Liu) (10 years ago) +* 399d25884a99 - HADOOP-11448. Fix findbugs warnings in FileBasedIPList. (ozawa) (10 years ago) +* a164ce2ac985 - HADOOP-11283. SequenceFile.Writer can leak file descriptors in DistCpV1#setup(). (Contributed by Varun Saxena via ozawa) (10 years ago) +* b256dd76006e - YARN-2988. Graph#save() may leak file descriptors. (Ted Yu via ozawa) (10 years ago) +* 4f18018b7abb - YARN-2946. Fixed potential deadlock in RMStateStore. Contributed by Rohith Sharmaks (10 years ago) +* 41a548a916d4 - YARN-2937. Fixed new findbugs warnings in hadoop-yarn-nodemanager. Contributed by Varun Saxena. (10 years ago) +* d468c9aaf15e - YARN-2940. Fix new findbugs warnings in rest of the hadoop-yarn components. (Contributed by Li Lu) (10 years ago) +* 856b46cf47d3 - Revert ca3381de61ff53604d9389694049a1a4dedc7571 and 20674255ad891bb693ecb2faa5bdb37477073dac as missing JIRA number in commit message (10 years ago) +* 20674255ad89 - CHANGES.txt: add YARN-2940 (10 years ago) +* ca3381de61ff - Fix new findbugs warnings in rest of the hadoop-yarn components. (Contributed by Li Lu) (10 years ago) +* 149512a83743 - YARN-2837. Support TimeLine server to recover delegation token when restarting. Contributed by Zhijie Shen (10 years ago) +* e1ee0d45ea33 - YARN-2970. NodeLabel operations in RMAdmin CLI get missing in help command. (Contributed by Varun Saxena) (10 years ago) +* 66cfe1dc73af - HADOOP-11399. Java Configuration file and .xml files should be automatically cross-compared (rchiang via rkanter) (10 years ago) +* 5caebbae8c2f - HDFS-7484. Make FSDirectory#addINode take existing INodes as its parameter. Contributed by Jing Zhao. (10 years ago) +* 50ae1a6664a9 - HDFS-7456. De-duplicate AclFeature instances with same AclEntries do reduce memory footprint of NameNode (Contributed by Vinayakumar B) (10 years ago) +* 0d89859b5115 - YARN-2340. Fixed NPE when queue is stopped during RM restart. Contributed by Rohith Sharmaks (10 years ago) +* fdf042dfffa4 - YARN-2920. Changed CapacityScheduler to kill containers on nodes where node labels are changed. Contributed by Wangda Tan (10 years ago) +* 2cf90a2c3384 - HDFS-7560. ACLs removed by removeDefaultAcl() will be back after NameNode restart/failover. Contributed by Vinayakumar B. (10 years ago) +* a696fbb001b9 - YARN-2939. Fix new findbugs warnings in hadoop-yarn-common. (Li Lu via junping_du) (10 years ago) +* ecf1469fa51f - HADOOP-11414. FileBasedIPList#readLines() can leak file descriptors. (ozawa) (10 years ago) +* 7bc0a6d5c235 - HDFS-7557. Fix spacing for a few keys in DFSConfigKeys.java (Colin P. McCabe) (10 years ago) +* 02b21b7131d9 - HADOOP-11429. Findbugs warnings in hadoop extras. Contributed by Varun Saxena. (10 years ago) +* 2860eeb14a95 - HDFS-7555. Remove the support of unmanaged connectors in HttpServer2. Contributed by Haohui Mai. (10 years ago) +* 8f5522ed9913 - CHANGES.txt: move YARN-2977 from 2.6.1 to 2.7.0 (10 years ago) +* 24ee9e3431d2 - YARN-2975. FSLeafQueue app lists are accessed without required locks. (kasha) (10 years ago) +* 76b0370a27c4 - CHANGES.txt: add YARN-2977 (10 years ago) +* cf7fe583d14e - YARN-2977. Fixed intermittent TestNMClient failure. (Contributed by Junping Du) (10 years ago) +* c1f857b0b4b6 - HADOOP-11395. Add site documentation for Azure Storage FileSystem integration. (Contributed by Chris Nauroth) (10 years ago) +* 808cba3821d5 - YARN-2952. Fixed incorrect version check in StateStore. Contributed by Rohith Sharmaks (10 years ago) +* 954fb8581ec6 - YARN-2675. containersKilled metrics is not updated when the container is killed during localization. (Zhihai Xu via kasha) (10 years ago) +* 390a7c12f543 - MAPREDUCE-6199. AbstractCounters are not reset completely on deserialization (adhoot via rkanter) (10 years ago) +* a22ffc318801 - YARN-2738. [YARN-2574] Add FairReservationSystem for FairScheduler. (Anubhav Dhoot via kasha) (10 years ago) +* 6f1e3667cff3 - HADOOP-11213. Typos in html pages: SecureMode and EncryptedShuffle. (Wei Yan via kasha) (10 years ago) +* 8fa265a29079 - HDFS-7443. Datanode upgrade to BLOCKID_BASED_LAYOUT fails if duplicate block files are present in the same volume (cmccabe) (10 years ago) +* e369d98ba249 - HADOOP-11422. Check CryptoCodec is AES-CTR for Crypto input/output stream (Yi Liu via Colin P. McCabe) (10 years ago) +* d9e4d67d1881 - MAPREDUCE-6045. need close the DataInputStream after open it in TestMapReduce.java (zxu via rkanter) (10 years ago) +* a4876c130f16 - HDFS-7552. Change FsVolumeList toString() to fix TestDataNodeVolumeFailureToleration (Liang Xie via Colin P. McCabe) (10 years ago) +* 6635ccd21766 - HADOOP-11430. Add GenericTestUtils#disableLog, GenericTestUtils#setLogLevel (cmccabe) (10 years ago) +* efe6357748c0 - HADOOP-11431. Clean up redundant maven-site-plugin configuration. Contributed by Herve Boutemy. (10 years ago) +* 0402bada1989 - YARN-2964. RM prematurely cancels tokens for jobs that submit jobs (oozie). Contributed by Jian He (10 years ago) +* 5df7ecb33ab2 - HDFS-7431. log message for InvalidMagicNumberException may be incorrect. Contributed by Yi Liu. (10 years ago) +* b0b9084433d5 - HDFS-7530. Allow renaming of encryption zone roots. Contributed by Charles Lamb. (10 years ago) +* c4d97136e0b2 - HADOOP-11428. Remove obsolete reference to Cygwin in BUILDING.txt. Contributed by Arpit Agarwal. (10 years ago) +* b9d49761f720 - HADOOP-11409. FileContext.getFileContext can stack overflow if default fs misconfigured. Contributed by Gera Shegalov (10 years ago) +* ef1fc51852cd - HADOOP-11385. Prevent cross site scripting attack on JMXJSONServlet. Contributed by Haohui Mai. (10 years ago) +* 65f2a4ee600d - HDFS-7543. Avoid path resolution when getting FileStatus for audit logs. Contributed by Haohui Mai. (10 years ago) +* 07619aa516de - HADOOP-11427. ChunkedArrayList: fix removal via iterator and implement get (cmccabe) (10 years ago) +* abb2ebbc3a58 - HADOOP-11125. Remove redundant tests in TestOsSecureRandom. Contributed by Masanori Oyama. (10 years ago) +* c0d666c74e9e - HDFS-7373. Clean up temporary files after fsimage transfer failures. Contributed by Kihwal Lee (10 years ago) +* 389f881d423c - YARN-2949. Add documentation for CGroups. (Contributed by Varun Vasudev) (10 years ago) +* 1050d424a277 - HADOOP-11358. Tests for encryption/decryption with IV calculation overflow. (yliu) (10 years ago) +* 2b4b0e884704 - YARN-2972. DelegationTokenRenewer thread pool never expands. Contributed by Jason Lowe (10 years ago) +* 3b173d95171d - HDFS-7531. Improve the concurrent access on FsVolumeList (Lei Xu via Colin P. McCabe) (10 years ago) +* b7f64823e11f - YARN-2203. [YARN-1492] Web UI for cache manager. (Chris Trezzo via kasha) (10 years ago) +* a1bd1409649d - YARN-2944. InMemorySCMStore can not be instantiated with ReflectionUtils#newInstance. (Chris Trezzo via kasha) (10 years ago) +* 9937eef7f7f0 - HADOOP-11421. Add IOUtils#listDirectory (cmccabe) (10 years ago) +* 6ba8fd7e8e03 - HADOOP-9629. Move attribution in CHANGES.txt to 2.7.0 section. (10 years ago) +* 0da1330bfd30 - HDFS-7528. Consolidate symlink-related implementation into a single class. Contributed by Haohui Mai. (10 years ago) +* 316613bdaee2 - HADOOP-11420. Use latest maven-site-plugin and replace link to svn with link to git. Contributed by Hervé Boutemy. (10 years ago) +* f2d150ea1205 - YARN-2964. FSLeafQueue#assignContainer - document the reason for using both write and read locks. (Tsuyoshi Ozawa via kasha) (10 years ago) +* 9b4ba409c668 - YARN-2189. Admin service for cache manager. Addendum to sort entries (10 years ago) +* 4281c96e2473 - HADOOP-11416. Move ChunkedArrayList into hadoop-common (cmccabe) (10 years ago) +* bc21a1c07a5d - HADOOP-11397. Can't override HADOOP_IDENT_STRING (Kengo Seki via aw) (10 years ago) +* e996a1bfd4f3 - HADOOP-11321. copyToLocal cannot save a file to an SMB share unless the user has Full Control permissions. Contributed by Chris Nauroth. (10 years ago) +* 565d72fe6e15 - HDFS-7536. Remove unused CryptoCodec in org.apache.hadoop.fs.Hdfs. Contributed by Haohui Mai. (10 years ago) +* a97a1e731779 - HDFS-7494. Checking of closed in DFSInputStream#pread() should be protected by synchronization (Ted Yu via Colin P. McCabe) (10 years ago) +* c65f1b382ec5 - YARN-2762. Fixed RMAdminCLI to trim and check node-label related arguments before sending to RM. Contributed by Rohith Sharmaks (10 years ago) +* b7923a356e9f - HDFS-6425. Large postponedMisreplicatedBlocks has impact on blockReport latency. Contributed by Ming Ma. (10 years ago) +* 07bb0b0bbb47 - HADOOP-11412 POMs mention "The Apache Software License" rather than "Apache License". (Herve Boutemy via stevel) (10 years ago) +* c379e102ddab - MAPREDUCE-6191. Improve clearing stale state of Java serialization testcase. (Sam Liu via Eric Yang) (10 years ago) +* af006937e8ba - MAPREDUCE-6166. Reducers do not validate checksum of map outputs when fetching directly to disk. (Eric Payne via gera) (10 years ago) +* fb20797b6237 - HADOOP-11410. Make the rpath of libhadoop.so configurable (cmccabe) (10 years ago) +* a095622f36c5 - HADOOP-10852 Fix thread safety issues in NetgroupCache. (Benoy Antony) (10 years ago) +* e597249d361b - YARN-2914. [YARN-1492] Potential race condition in Singleton implementation of SharedCacheUploaderMetrics, CleanerMetrics, ClientSCMMetrics. (Varun Saxena via kasha) (10 years ago) +* e8a67bed10d7 - HADOOP-11380. Restore Rack Awareness documenation (aw) (10 years ago) +* 42d8858c5d23 - HDFS-7516. Fix findbugs warnings in hdfs-nfs project. Contributed by Brandon Li (10 years ago) +* a4f2995b9ec8 - Revert "YARN-2890. MiniYARNCluster should start the timeline server based on the configuration. Contributed by Mit Desai." (10 years ago) +* 832ebd8cb63d - HDFS-7506. Consolidate implementation of setting inode attributes into a single class. Contributed by Haohui Mai. (10 years ago) +* 6e13fc62e1f2 - HDFS-7513. HDFS inotify: add defaultBlockSize to CreateEvent (cmccabe) (10 years ago) +* fae3e8614f4f - YARN-2356. yarn status command for non-existent application/application attempt/container is too verbose. Contributed by Sunil G. (10 years ago) +* 298d09c9b583 - MAPREDUCE-6194. Bubble up final exception in failures during creation of output collectors. Contributed by Varun Saxena. (10 years ago) +* 25a04402389d - MAPREDUCE-4879. TeraOutputFormat may overwrite an existing output directory. (gera) (10 years ago) +* cbfb996fb478 - HADOOP-11396. Provide navigation in the site documentation linking to the Hadoop Compatible File Systems. Contributed by Chris Nauroth. (10 years ago) +* 9458cd5bce20 - HADOOP-11394. hadoop-aws documentation missing. Contributed by Chris Nauroth. (10 years ago) +* 0e37bbc8e3f8 - YARN-2950. Change message to mandate, not suggest JS requirement on UI. Contributed by Dustin Cote. (10 years ago) +* fa7b9248e415 - HDFS-7426. Change nntop JMX format to be a JSON blob. (10 years ago) +* e5a692519956 - HADOOP-11238. Update the NameNode's Group Cache in the background when possible (Chris Li via Colin P. McCabe) (10 years ago) +* c78e3a7cdd10 - HDFS-7059. Avoid resolving path multiple times. Contributed by Jing Zhao. (10 years ago) +* 7784b10808c2 - HDFS-7514. TestTextCommand fails on Windows. (Arpit Agarwal) (10 years ago) +* 46612c7a5135 - HDFS-7517. Remove redundant non-null checks in FSNamesystem#getBlockLocations. Contributed by Haohui Mai. (10 years ago) +* 3681de203949 - YARN-2912 Jersey Tests failing with port in use. (varun saxena via stevel) (10 years ago) +* bda748ac3abf - YARN-2243. Order of arguments for Preconditions.checkNotNull() is wrong in SchedulerApplicationAttempt ctor. Contributed by Devaraj K. (10 years ago) +* 0bd022911013 - MAPREDUCE-6046. Change the class name for logs in RMCommunicator. Contributed by Sahil Takiar. (10 years ago) +* b437f5eef408 - HDFS-7497. Inconsistent report of decommissioning DataNodes between dfsadmin and NameNode webui. Contributed by Yongjun Zhang. (10 years ago) +* 5b9fcedb4d11 - HADOOP-11389. Clean up byte to string encoding issues in hadoop-common. Contributed by Haohui Mai. (10 years ago) +* f6f2a3f1c732 - HDFS-7449. Add metrics to NFS gateway. Contributed by Brandon Li (10 years ago) +* 0bcea111e5da - HADOOP-11211. mapreduce.job.classloader.system.classes semantics should be order-independent. (Yitong Zhou via gera) (10 years ago) +* b9f6d0c956f0 - HDFS-7515. Fix new findbugs warnings in hadoop-hdfs. Contributed by Haohui Mai. (10 years ago) +* 614b6afea450 - YARN-2917. Fixed potential deadlock when system.exit is called in AsyncDispatcher. Contributed by Rohith Sharmaks (10 years ago) +* 8e9a2668195d - HADOOP-11353. Add support for .hadooprc (aw) (10 years ago) +* 390642acf35f - HDFS-7503. Namenode restart after large deletions can cause slow processReport (Arpit Agarwal) (10 years ago) +* d693a252bd00 - HDFS-7463. Simplify FSNamesystem#getBlockLocationsUpdateTimes. Contributed by Haohui Mai. (10 years ago) +* cb99f43305bd - MAPREDUCE-5420. Remove mapreduce.task.tmp.dir from mapred-default.xml. Contributed by James Carman. (harsh) (10 years ago) +* 9a44db48b4bf - HDFS-7475. Make TestLazyPersistFiles#testLazyPersistBlocksAreSaved deterministic. (Contributed by Xiaoyu Yao) (10 years ago) +* 92916ae4876e - HDFS-5578. [JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments. Contributed by Andrew Purtell. (10 years ago) +* 84d50003f6e4 - HADOOP-11386. Replace \n by %n in format hadoop-common format strings. Contributed by Li Lu. (10 years ago) +* 59cb8b9123fa - YARN-2437. start-yarn.sh/stop-yarn should give info (Varun Saxena via aw) (10 years ago) +* c53614269909 - HADOOP-6590. Add a username check for hadoop sub-commands (John Smith via aw) (10 years ago) +* a7c6c710b236 - HADOOP-10950. rework heap management vars (John Smith via aw) (10 years ago) +* 44870dcf4169 - HADOOP-11388. Remove deprecated o.a.h.metrics.file.FileContext. Contributed by Li Lu. (10 years ago) +* bbd6a3277678 - HADOOP-10482. Fix various findbugs warnings in hadoop-common. Contributed by Haohui Mai. (10 years ago) +* 2e98ad34ce64 - HADOOP-11381. Fix findbugs warnings in hadoop-distcp, hadoop-aws, hadoop-azure, and hadoop-openstack. Contributed by Li Lu. (10 years ago) +* 195f31a8ef6b - HDFS-7502. Fix findbugs warning in hdfs-nfs project. Contributed by Brandon Li. (10 years ago) +* d93f3b9815f9 - HDFS-7481. Add ACL indicator to the 'Permission Denied' exception. (Contributed by Vinayakumar B ) (10 years ago) +* 437322afcaa4 - YARN-2924. Fixed RMAdminCLI to not convert node labels to lower case. Contributed by Wangda Tan (10 years ago) +* 2ed90a57fdd3 - YARN-2930. Fixed TestRMRestart#testRMRestartRecoveringNodeLabelManager intermittent failure. Contributed by Wangda Tan (10 years ago) +* 03867eb1bb17 - HADOOP-11349. RawLocalFileSystem leaks file descriptor while creating a file if creat succeeds but chmod fails. (Varun Saxena via Colin P. McCabe) (10 years ago) +* a2e07a54561a - YARN-2910. FSLeafQueue can throw ConcurrentModificationException. (Wilfred Spiegelenburg via kasha) (10 years ago) +* 1340617535cd - HADOOP-11378. Fix new findbugs warnings in hadoop-kms. Contributed by Li Lu. (10 years ago) +* 6df457a3d766 - HADOOP-11379. Fix new findbugs warnings in hadoop-auth*. Contributed by Li Lu. (10 years ago) +* 5776a41da08a - HDFS-7498. Simplify the logic in INodesInPath. Contributed by Jing Zhao. (10 years ago) +* d08fc9aca807 - HADOOP-11273. TestMiniKdc failure: login options not compatible with IBM JDK. Contributed by Gao Zhong Liang. (10 years ago) +* d8352b9b2b99 - Incorrect locking in FsVolumeList#checkDirs can hang datanodes (Noah Lorang via Colin P. McCabe) (10 years ago) +* be86237c0953 - HADOOP-11372. Fix new findbugs warnings in mapreduce-examples. Contributed by Li Lu. (10 years ago) +* 74d4bfded982 - HADOOP-11368. Fix SSLFactory truststore reloader thread leak in KMSClientProvider. Contributed by Arun Suresh. (10 years ago) +* d777a1e4ca8e - HADOOP-11369. Fix new findbugs warnings in hadoop-mapreduce-client, non-core directories. Contributed by Li Lu. (10 years ago) +* 7bceb13ba963 - HADOOP-11367. Fix warnings from findbugs 3.0 in hadoop-streaming. Contributed by Li Lu. (10 years ago) +* b55769369bcb - HADOOP-10476. Bumping the findbugs version to 3.0.0. Contributed by Haohui Mai. (10 years ago) +* 82707b44196d - HADOOP-11352 Clean up test-patch.sh to disable "+1 contrib tests" (10 years ago) +* f71eb51ab810 - HADOOP-10134 [JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments. (10 years ago) +* 394c70c21d1f - HADOOP-11363 Hadoop maven surefire-plugin uses must set heap size. (10 years ago) +* db73cc9124bb - YARN-2931. PublicLocalizer may fail until directory is initialized by LocalizeRunner. (Anubhav Dhoot via kasha) (10 years ago) +* 0ee41612bb23 - HADOOP-11287. Simplify UGI#reloginFromKeytab for Java 7+. Contributed by Li Lu. (10 years ago) +* ddffcd8fac8a - HADOOP-11329. Add JAVA_LIBRARY_PATH to KMS startup options. Contributed by Arun Suresh. (10 years ago) +* 6c5bbd7a42d1 - HDFS-7486. Consolidate XAttr-related implementation into a single class. Contributed by Haohui Mai. (10 years ago) +* 57cb43be50c8 - HADOOP-11354. ThrottledInputStream doesn't perform effective throttling. Contributed by Ted Yu. (10 years ago) +* d555bb2120cb - HDFS-7473. Document setting dfs.namenode.fs-limits.max-directory-items to 0 is invalid. Contributed by Akira AJISAKA. (10 years ago) +* ffe942b82c12 - HDFS-7384. getfacl command and getAclStatus output should be in sync. Contributed by Vinayakumar B. (10 years ago) +* 144da2e46567 - HADOOP-10530 Make hadoop build on Java7+ only (stevel) (10 years ago) +* 8963515b880b - MAPREDUCE-6177. Minor typo in the EncryptedShuffle document about ssl-client.xml. Contributed by Yangping Wu. (harsh) (10 years ago) +* 120e1decd7f6 - YARN-2927. [YARN-1492] InMemorySCMStore properties are inconsistent. (Ray Chiang via kasha) (10 years ago) +* 1b3bb9e7a337 - HADOOP-11313. Adding a document about NativeLibraryChecker. Contributed by Tsuyoshi OZAWA. (10 years ago) +* 9297f980c2de - HDFS-7476. Consolidate ACL-related operations to a single class. Contributed by Haohui Mai. (10 years ago) +* e227fb8fbcd4 - HDFS-7459. Consolidate cache-related implementation in FSNamesystem into a single class. Contributed by Haohui Mai. (10 years ago) +* 0707e4eca906 - HADOOP-11343. Overflow is not properly handled in caclulating final iv for AES CTR. Contributed by Jerry Chen. (10 years ago) +* e69af836f34f - YARN-2869. CapacityScheduler should trim sub queue names when parse configuration. Contributed by Wangda Tan (10 years ago) +* 475c6b497804 - HDFS-7474. Avoid resolving path in FSPermissionChecker. Contributed by Jing Zhao. (10 years ago) +* 4b130821995a - YARN-2056. Disable preemption at Queue level. Contributed by Eric Payne (10 years ago) +* 3c72f54ef581 - YARN-2461. Fix PROCFS_USE_SMAPS_BASED_RSS_ENABLED property in YarnConfiguration. (rchiang via rkanter) (10 years ago) +* 9cdaec6a6f6c - HADOOP-11355. When accessing data in HDFS and the key has been deleted, a Null Pointer Exception is shown. Contributed by Arun Suresh. (10 years ago) +* f6452eb2592a - HDFS-7472. Fix typo in message of ReplicaNotFoundException. Contributed by Masatake Iwasaki. (10 years ago) +* 6a5596e3b444 - HDFS-7478. Move org.apache.hadoop.hdfs.server.namenode.NNConf to FSNamesystem. Contributed by Li Lu. (10 years ago) +* 2829b7a96ffe - HADOOP-11356. Removed deprecated o.a.h.fs.permission.AccessControlException. Contributed by Li Lu. (10 years ago) +* 0653918dad85 - HDFS-7454. Reduce memory footprint for AclEntries in NameNode. Contributed by Vinayakumar B. (10 years ago) +* 78968155d7f8 - YARN-2189. [YARN-1492] Admin service for cache manager. (Chris Trezzo via kasha) (10 years ago) +* 26d8dec756da - HDFS-7468. Moving verify* functions to corresponding classes. Contributed by Li Lu. (10 years ago) +* 258623ff8bb1 - YARN-2301. Improved yarn container command. Contributed by Naganarasimha G R (10 years ago) +* 565b0e60a8fc - HADOOP-11348. Remove unused variable from CMake error message for finding openssl (Dian Fu via Colin P. McCabe) (10 years ago) +* 1bbcc3d0320b - HDFS-7424. Add web UI for NFS gateway. Contributed by Brandon Li (10 years ago) +* 9d1a8f5897d5 - HADOOP-11332. KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject. Contributed by Dian Fu. (10 years ago) +* 73fbb3c66b0d - YARN-2880. Added a test to make sure node labels will be recovered if RM restart is enabled. Contributed by Rohith Sharmaks (10 years ago) +* a31e01649122 - YARN-2891. Failed Container Executor does not provide a clear error message. Contributed by Dustin Cote. (harsh) (10 years ago) +* 799353e2c7db - YARN-2874. Dead lock in DelegationTokenRenewer which blocks RM to execute any further apps. (Naganarasimha G R via kasha) (10 years ago) +* a1e822595c3d - HDFS-7458. Add description to the nfs ports in core-site.xml used by nfs test to avoid confusion. Contributed by Yongjun Zhang (10 years ago) +* 1812241ee10c - HADOOP-11342. KMS key ACL should ignore ALL operation for default key ACL and whitelist key ACL. Contributed by Dian Fu. (10 years ago) +* 03ab24aa01ff - MAPREDUCE-5932. Provide an option to use a dedicated reduce-side shuffle log. Contributed by Gera Shegalov (10 years ago) +* 22afae890d7c - HDFS-7448 TestBookKeeperHACheckpoints fails in trunk -move CHANGES.TXT entry (10 years ago) +* e65b7c5ff6b0 - YARN-1156. Enhance NodeManager AllocatedGB and AvailableGB metrics for aggregation of decimal values. (Contributed by Tsuyoshi OZAWA) (10 years ago) +* 7caa3bc98e68 - HDFS-6735. A minor optimization to avoid pread() be blocked by read() inside the same DFSInputStream (Lars Hofhansl via stack) (10 years ago) +* 92ce6eda920a - HADOOP-11296. hadoop-daemons.sh throws 'host1: bash: host3: command not found...' (Contributed by Vinayakumar B) (10 years ago) +* 3d48ad7eb424 - HADOOP-11344. KMS kms-config.sh sets a default value for the keystore password even in non-ssl setup. Contributed by Arun Suresh. (10 years ago) +* 392c3aaea8e8 - YARN-2894. Fixed a bug regarding application view acl when RM fails over. Contributed by Rohith Sharmaks (10 years ago) +* 75a326aaff8c - HDFS-7446. HDFS inotify should have the ability to determine what txid it has read up to (cmccabe) (10 years ago) +* 185e0c7b4c05 - HDFS-7462. Consolidate implementation of mkdirs() into a single class. Contributed by Haohui Mai. (10 years ago) +* 52bcefca8bb1 - YARN-2136. Changed RMStateStore to ignore store opearations when fenced. Contributed by Varun Saxena (10 years ago) +* 26319ba0db99 - YARN-2472. yarn-daemons.sh should jsut call yarn directly (Masatake Iwasaki via aw) (10 years ago) +* 75d53456ea79 - HDFS-7448 TestBookKeeperHACheckpoints fails in trunk build (10 years ago) +* b36f29298247 - HADOOP-11301. [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack) -- REAPPLY #2 (10 years ago) +* 692d3b83e4a2 - Revert "HBASE-11301 [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack) -- REAPPLY" (10 years ago) +* 74f4d8590de8 - HBASE-11301 [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack) -- REAPPLY (10 years ago) +* 4e312a4345f8 - Revert "HBASE-11301 [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack)" (10 years ago) +* fb41615887b6 - HBASE-11301 [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack) (10 years ago) +* 31b4d2daa14a - HADOOP-11341. KMS support for whitelist key ACLs. Contributed by Arun Suresh. (10 years ago) +* 042699401ebe - HDFS-7438. Consolidate the implementation of rename() into a single class. Contributed by Haohui Mai. (10 years ago) +* 0af44ea84624 - HDFS-7450. Consolidate the implementation of GetFileInfo(), GetListings() and GetContentSummary() into a single class. Contributed by Haohui Mai. (10 years ago) +* 9fa29902575a - HADOOP-11337. KeyAuthorizationKeyProvider access checks need to be done atomically. Contributed by Dian Fu. (10 years ago) +* 51af8d367de9 - YARN-2890. MiniYARNCluster should start the timeline server based on the configuration. Contributed by Mit Desai. (10 years ago) +* a7fba0bc2876 - YARN-2765. Added leveldb-based implementation for RMStateStore. Contributed by Jason Lowe (10 years ago) +* 031f980e7e92 - HADOOP-11081. Document hadoop properties expected to be set by the shell code in *-env.sh (aw) (10 years ago) +* 0c588904f8b6 - MAPREDUCE-6160. Potential NullPointerException in MRClientProtocol interface implementation. Contributed by Rohith (10 years ago) +* 0f9528b99add - YARN-2905. AggregatedLogsBlock page can infinitely loop if the aggregated log file is corrupted. Contributed by Varun Saxena (10 years ago) +* 2b30fb1053e7 - MAPREDUCE-6172. TestDbClasses timeouts are too aggressive. Contributed by Varun Saxena (10 years ago) +* 86e3993def01 - HADOOP-11333. Fix deadlock in DomainSocketWatcher when the notification pipe is full (zhaoyunjiong via cmccabe) (10 years ago) +* c732ed760e11 - YARN-2907. SchedulerNode#toString should print all resource detail instead of only memory. (Contributed by Rohith) (10 years ago) +* 1556f86a31a5 - HDFS-7210. Avoid two separate RPC's namenode.append() and namenode.getFileInfo() for an append call from DFSClient. (Vinayakumar B via umamahesh) (10 years ago) +* c1f2bb2d31d4 - CHANGES.txt: add HADOOP-11257 (10 years ago) +* aa2f27725625 - HADOOP-11257. Update "hadoop jar" documentation to warn against using it for launching yarn jars (iwasakims via cmccabe) (10 years ago) +* 8f1454cc6d46 - YARN-2165. Added the sanity check for the numeric configuration values of the timeline service. Contributed by Vasanth kumar RJ. (10 years ago) +* 978736d486a8 - HDFS-7444. Addendum patch to resolve conflicts between HDFS-7444 and HDFS-7310. (10 years ago) +* f5b163117986 - HDFS-7444. convertToBlockUnderConstruction should preserve BlockCollection. Contributed by Haohui Mai. (10 years ago) +* 058af60c5620 - HDFS-7310. Mover can give first priority to local DN if it has target storage type available in local DN. (Vinayakumar B via umamahesh) (10 years ago) +* aa7dac335960 - HDFS-6803 Document DFSClient#DFSInputStream expectations reading and preading in concurrent context. (stack via stevel) (10 years ago) +* 4a3161182905 - HDFS-7440. Consolidate snapshot related operations in a single class. Contributed by Haohui Mai. (10 years ago) +* a655973e781c - Revert "MAPREDUCE-5785. Derive heap size or mapreduce.*.memory.mb automatically. (Gera Shegalov and Karthik Kambatla via kasha)" (10 years ago) +* fe1f2db5ee13 - YARN-2188. [YARN-1492] Client service for cache manager. (Chris Trezzo and Sangjin Lee via kasha) (10 years ago) +* 8a7ca13b13c0 - YARN-2906. CapacitySchedulerPage shows HTML tags for a queue's Active Users. Contributed by Jason Lowe (10 years ago) +* fae266bbf19e - HADOOP-11173. Improve error messages for some KeyShell commands. (10 years ago) +* f43a20c529ac - HDFS-7097. Allow block reports to be processed during checkpointing on standby name node. (kihwal via wang) (10 years ago) +* 56f3eecc1294 - HADOOP-11300. KMS startup scripts must not display the keystore / truststore passwords. Contributed by Arun Suresh. (10 years ago) +* 78f7cdbfd6e2 - MAPREDUCE-5568. Fixed CompletedJob in JHS to show progress percentage correctly in case the number of mappers or reducers is zero. Contributed by MinJi Kim (10 years ago) +* 5805a81efbc0 - YARN-2404. Removed ApplicationAttemptState and ApplicationState class in RMStateStore. Contributed by Tsuyoshi OZAWA (10 years ago) +* 61a2510b5531 - HADOOP-11322. key based ACL check in KMS always check KeyOpType.MANAGEMENT even actual KeyOpType is not MANAGEMENT. (Dian Fu via yliu) (10 years ago) +* 45fa7f023532 - HDFS-7303. NN UI fails to distinguish datanodes on the same host. Contributed by Benoy Antony. (10 years ago) +* 8caf537afabc - HDFS-7436. Consolidate implementation of concat(). Contributed by Haohui Mai. (10 years ago) +* e37a4ff0c171 - YARN-2697. Remove useless RMAuthenticationHandler. Contributed by Haosong Huang. (10 years ago) +* 1ce4d33c2dc8 - YARN-1984. LeveldbTimelineStore does not handle db exceptions properly. Contributed by Varun Saxena (10 years ago) +* 2967c17fef0f - HADOOP-10926. Improve smart-apply-patch.sh to apply binary diffs (cmccabe) (10 years ago) +* 380a361cfaaf - CHANGES.txt: add HDFS-7419 (10 years ago) +* 6970dbf3669b - CHANGES.txt: add HDFS-4882 (10 years ago) +* 8e253cb93030 - HDFS-7412. Move RetryCache to NameNodeRpcServer. Contributed by Haohui Mai. (10 years ago) +* f636f9d94397 - HDFS-7419. Improve error messages for DataNode hot swap drive feature (Lei Xu via Colin P. Mccabe) (10 years ago) +* daacbc18d739 - HDFS-4882. Prevent the Namenode's LeaseManager from looping forever in checkLeases (Ravi Prakash via Colin P. McCabe) (10 years ago) +* 555fa2d9d0db - HDFS-7403. Inaccurate javadoc of BlockUCState#COMPLETE state. (Yongjun Zhang via yliu) (10 years ago) +* a4df9eed0599 - MAPREDUCE-5785. Derive heap size or mapreduce.*.memory.mb automatically. (Gera Shegalov and Karthik Kambatla via kasha) (10 years ago) +* 2d4f3e567e4b - HDFS-7331. Add Datanode network counts to datanode jmx page. Contributed by Charles Lamb. (10 years ago) +* b8c094b07540 - HDFS-7425. NameNode block deletion logging uses incorrect appender. Contributed by Chris Nauroth. (10 years ago) +* a128cca305ce - YARN-2669. FairScheduler: queue names shouldn't allow periods (Wei Yan via Sandy Ryza) (10 years ago) +* 1e9a3f42ff49 - Update release date for 2.5.2 (10 years ago) +* 233b61e495e1 - YARN-2679. Add metric for container launch duration. (Zhihai Xu via kasha) (10 years ago) +* 23dacb38924e - HDFS-7420. Delegate permission checks to FSDirectory. Contributed by Haohui Mai. (10 years ago) +* 3114d4731dcc - YARN-2604. Scheduler should consider max-allocation-* in conjunction with the largest node. (Robert Kanter via kasha) (10 years ago) +* c298a9a845f8 - YARN-2375. Allow enabling/disabling timeline server per framework. (Mit Desai via jeagles) (10 years ago) +* c95b878abf31 - HDFS-7415. Move FSNameSystem.resolvePath() to FSDirectory. Contributed by Haohui Mai. (10 years ago) +* 90194ca1cbd6 - MAPREDUCE-6169. MergeQueue should release reference to the current item from key and value at the end of the iteration to save memory. (Zhihai Xu via kasha) (10 years ago) +* eb4045e7652b - HADOOP-11323. WritableComparator#compare keeps reference to byte array. Contributed by Wilfred Spiegelenburg. (10 years ago) +* acf1e033b0cd - HDFS-7413. Some unit tests should use NameNodeProtocols instead of FSNameSystem. Contributed by Haohui Mai. (10 years ago) +* a9a0cc367943 - YARN-2315. FairScheduler: Set current capacity in addition to capacity. (Zhihai Xu via kasha) (10 years ago) +* c90fb84aaa90 - YARN-2802. ClusterMetrics to include AM launch and register delays. (Zhihai Xu via kasha) (10 years ago) +* 9cb8b75ba57f - YARN-2865. Fixed RM to always create a new RMContext when transtions from StandBy to Active. Contributed by Rohith Sharmaks (10 years ago) +* 765aecb4e127 - HDFS-7409. Allow dead nodes to finish decommissioning if all files are fully replicated. (10 years ago) +* 72c141ba969a - HADOOP-11208. Replace "daemon" with better name in script subcommands (aw) (10 years ago) +* bc4ee5e06f89 - YARN-2878. Fix DockerContainerExecutor.apt.vm formatting. Contributed by Abin Shahab (10 years ago) +* 73348a4afda7 - HDFS-7407. Minor typo in privileged pid/out/log names (aw) (10 years ago) +* 5bd048e83780 - HDFS-7373. Allow decommissioning of dead DataNodes. Contributed by Zhe Zhang. (10 years ago) +* 406c09ad1150 - HDFS-7225. Remove stale block invalidation work when DN re-registers with different UUID. (Zhe Zhang and Andrew Wang) (10 years ago) +* 79301e80d751 - HADOOP-11201. Hadoop Archives should support globs resolving to files. Contributed by Gera Shegalov. (10 years ago) +* 9e81be01144d - HDFS-7398. Reset cached thread-local FSEditLogOp's on every FSEditLog#logEdit. Contributed by Gera Shegalov. (10 years ago) +* 90a968d67575 - YARN-2157. Added YARN metrics in the documentaion. Contributed by Akira AJISAKA (10 years ago) +* ef38fb9758f2 - YARN-2870. Updated the command to run the timeline server it the document. Contributed by Masatake Iwasaki. (10 years ago) +* fbf81fbd1ca8 - HDFS-7406. SimpleHttpProxyHandler puts incorrect "Connection: Close" header. Contributed by Haohui Mai. (10 years ago) +* bcd402ae380e - HADOOP-11312. Fix unit tests to not use uppercase key names. (10 years ago) +* b4ca7276902a - HADOOP-11309. System class pattern package.Foo should match package.Foo$Bar, too. Contributed by Gera Shegalov (10 years ago) +* 7250b0bf914a - MAPREDUCE-6049. AM JVM does not exit if MRClientService graceful shutdown fails. Contributed by Rohith. (10 years ago) +* 9dd5d673c92d - HDFS-7404. Remove o.a.h.hdfs.server.datanode.web.resources. Contributed by Li Lu. (10 years ago) +* dcb8e24427b0 - HDFS-6982. nntop: top­-like tool for name node users. (Maysam Yabandeh via wang) (10 years ago) +* 2fce6d614128 - YARN-2690. [YARN-2574] Make ReservationSystem and its dependent classes independent of Scheduler type. (Anubhav Dhoot via kasha) (10 years ago) +* 09b3dee122ad - MAPREDUCE-6162. mapred hsadmin fails on a secure cluster. Contributed by Jason Lowe (10 years ago) +* 48d62fad80aa - HADOOP-11311. Restrict uppercase key names from being created with JCEKS. (10 years ago) +* 351c5561c2fd - HDFS-7146. NFS ID/Group lookup requires SSSD enumeration on the server. Contributed by Yongjun Zhang (10 years ago) +* 81c9d17af84e - YARN-2414. RM web UI: app page will crash if app is failed before any attempt has been created. Contributed by Wangda Tan (10 years ago) +* bd8196e85e49 - HADOOP-11157. ZKDelegationTokenSecretManager never shuts down listenerThreadPool. Contributed by Arun Suresh. (10 years ago) +* bf8e4332cb4c - HDFS-7279. Use netty to implement DatanodeWebHdfsMethods. Contributed by Haohui Mai. (10 years ago) +* 6783d17fcf5b - HDFS-7399. Lack of synchronization in DFSOutputStream#Packet#getLastByteOffsetBlock() (Contributed by Vinayakumar B) (10 years ago) +* 26d3b7e6ae86 - HDFS-7394. Log at INFO level, not WARN level, when InvalidToken is seen in ShortCircuitCache (Keith Pak via Colin P. McCabe) (10 years ago) +* 198fb58776ec - YARN-1703. Fixed ResourceManager web-proxy to close connections correctly. Contributed by Rohith Sharma. (10 years ago) +* 9b860661a575 - YARN-2432. RMStateStore should process the pending events before close. Contributed by Varun Saxena (10 years ago) +* 1925e2a4ae78 - HDFS-7386. Replace check "port number < 1024" with shared isPrivilegedPort method. Contributed by Yongjun Zhang. (10 years ago) +* 4fb96dbe3bbf - HADOOP-11307. create-release script should run git clean first (kasha) (10 years ago) +* 1a47f890ba3c - YARN-2811. In Fair Scheduler, reservation fulfillments shouldn't ignore max share (Siqi Li via Sandy Ryza) (10 years ago) +* 49c38898b0be - YARN-2816. NM fail to start with NPE during container recovery. Contributed by Zhihai Xu (10 years ago) +* 3baaa42945fd - MAPREDUCE-6161. mapred hsadmin command missing from trunk. Contributed by Allen Wittenauer (10 years ago) +* f95017b3ead4 - Revert HADOOP-11257 because it didn't get a jenkins run yet (10 years ago) +* 10c98aed3843 - HADOOP-11257. Update "hadoop jar" documentation to warn against using it for launching yarn jars (iwasakims via cmccabe) (10 years ago) +* f2fe8a800e5b - YARN-2857. ConcurrentModificationException in ContainerLogAppender. Contributed by Mohammad Kamrul Islam (10 years ago) +* 1a1dcce827d8 - MAPREDUCE-5918. LineRecordReader can return the same decompressor to CodecPool multiple times (Sergey Murylev via raviprak) (10 years ago) +* d005404ef721 - YARN-2856. Fixed RMAppImpl to handle ATTEMPT_KILLED event at ACCEPTED state on app recovery. Contributed by Rohith Sharmaks (10 years ago) +* 1a2e5cbc4dbe - HDFS-7395. BlockIdManager#clear() bails out when resetting the GenerationStampV1Limit. Contributed by Haohui Mai. (10 years ago) +* 3648cb57c9f0 - YARN-2766. Made ApplicationHistoryManager return a sorted list of apps, attempts and containers. Contributed by Robert Kanter. (10 years ago) +* 4ae9780e6a05 - Revert "YARN-2603. ApplicationConstants missing HADOOP_MAPRED_HOME (Ray Chiang via aw)" (10 years ago) +* 9ff7315cbe98 - Preparing to release hadoop-2.6.0-rc1. (10 years ago) +* b0a41de68c5b - HDFS-7385. ThreadLocal used in FSEditLog class causes FSImage permission mess up. Contributed by jiangyu. (10 years ago) +* 394ba94c5d28 - HDFS-7358. Clients may get stuck waiting when using ByteArrayManager. (10 years ago) +* aee68b67f389 - HADOOP-11150. hadoop command should show the reason on failure by invalid COMMAND or CLASSNAME (Masatake Iwasaki via aw) (10 years ago) +* b650e61a7f5b - HADOOP-11298. slaves.sh and stop-all.sh are missing slashes (aw) (10 years ago) +* ba879a5dadbb - HADOOP-8989. hadoop fs -find feature (Jonathan Allen via aw) (10 years ago) +* 81dc0ac6dcf2 - YARN-2635. Merging to branch-2.6 for hadoop-2.6.0-rc1. (10 years ago) +* d648e60ebab7 - YARN-2853. Merging to branch-2.6 for hadoop-2.6.0-rc1. (10 years ago) +* 3651fe1b0898 - YARN-2853. Fixed a bug in ResourceManager causing apps to hang when the user kill request races with ApplicationMaster finish. Contributed by Jian He. (10 years ago) +* 33ea5ae92b9d - YARN-2846. Incorrect persist exit code for running containers in reacquireContainer() that interrupted by NodeManager restart. Contributed by Junping Du (10 years ago) +* 177e8090f580 - MAPREDUCE-6156. Fetcher - connect() doesn't handle connection refused correctly. Contributed by Junping Du (10 years ago) +* 7dae5b5a8802 - HADOOP-11291. Log the cause of SASL connection failures. Contributed by Stephen Chu. (10 years ago) +* 0abb973f0998 - HADOOP-7984. Add hadoop --loglevel option to change log level. Contributed by Aikira AJISAKA. (10 years ago) +* e073b61dc42f - Fix CHANGES.txt to make it consistent with branch-2. (10 years ago) +* 9f0319bba178 - HDFS-7391. Renable SSLv2Hello in HttpFS. Contributed by Robert Kanter. (10 years ago) +* 87818ef4e7c1 - HADOOP-11217. (Addendum to allow SSLv2Hello) Disable SSLv3 in KMS. (Robert Kanter via kasha) (10 years ago) +* b0a9cd37ab9e - YARN-2603. ApplicationConstants missing HADOOP_MAPRED_HOME (Ray Chiang via aw) (10 years ago) +* d7150a1bc2fd - HADOOP-11284. Fix variable name mismatches in hadoop-functions.sh (Masatake Iwasaki via aw) (10 years ago) +* 306f0c9cea2d - HADOOP-11025. hadoop-daemons.sh should just call hdfs directly (Masatake Iwasaki via aw) (10 years ago) +* 782abbb000ab - HDFS-7387. Merging to branch-2.6 for hadoop-2.6.0-rc1. (10 years ago) +* be7bf956e96d - YARN-2794. Fixed log messages about distributing system-credentials. Contributed by Jian He. (10 years ago) +* 51957ca81886 - YARN-2843. Merging to branch-2.6 for hadoop-2.6.0-rc1. (10 years ago) +* 3e7a5157f05e - YARN-2841. Merging to branch-2.6 for hadoop-2.6.0-rc1. (10 years ago) +* 44feec7122f4 - HADOOP-9576. Merging to branch-2.6 for hadoop-2.6.0-rc1. (10 years ago) +* a04143039e7f - YARN-2236. [YARN-1492] Shared Cache uploader service on the Node Manager. (Chris Trezzo and Sanjin Lee via kasha) (10 years ago) +* f8aefa5e9c8c - YARN-2780. Log aggregated resource allocation in rm-appsummary.log. Contributed by Eric Payne (10 years ago) +* 53f64ee516d0 - YARN-1964. Create Docker analog of the LinuxContainerExecutor in YARN (10 years ago) +* 46f6f9d60d0a - HDFS-7375. Move FSClusterStats to o.a.h.h.hdfs.server.blockmanagement. Contributed by Haohui Mai. (10 years ago) +* 163bb55067bd - HDFS-7389. Named user ACL cannot stop the user from accessing the FS entity. Contributed by Vinayakumar B. (10 years ago) +* 456b97381990 - YARN-570. Time strings are formated in different timezone. (Akira Ajisaka and Peng Zhang via kasha) (10 years ago) +* 99d9d0c2d19b - HDFS-7387. NFS may only do partial commit due to a race between COMMIT and write. Contributed by Brandon Li (10 years ago) +* 571e9c623241 - HDFS-7381. Decouple the management of block id and gen stamps from FSNamesystem. Contributed by Haohui Mai. (10 years ago) +* 0fd97f9c1989 - YARN-2843. Fixed NodeLabelsManager to trim inputs for hosts and labels so as to make them work correctly. Contributed by Wangda Tan. (10 years ago) +* 061bc293c8dd - YARN-2735. diskUtilizationPercentageCutoff and diskUtilizationSpaceCutoff are initialized twice in DirectoryCollection. (Zhihai Xu via kasha) (10 years ago) +* 58e9bf4b908e - YARN-2841: Correct fix version from branch-2.6 to branch-2.7 in the change log. (10 years ago) +* 5c9a51f140ba - YARN-2841. RMProxy should retry EOFException. Contributed by Jian He (10 years ago) +* 86bf8c719301 - HADOOP-9576. Changed NetUtils#wrapException to throw EOFException instead of wrapping it as IOException. Contributed by Steve Loughran (10 years ago) +* 2cc868dede31 - HADOOP-11296. Nfs3FileAttributes should not change the values of rdev, nlink and size in the constructor. Contributed by Brandon Li. (10 years ago) +* 68a050872896 - Set the release date for 2.5.2 (10 years ago) +* eace218411a7 - HADOOP-11289. Fix typo in RpcUtil log message. Contributed by Charles Lamb. (10 years ago) +* ab30d513b697 - Release Notes for hadoop-2.6.0. (10 years ago) +* b31b4bf029ac - Fix broken download of directories (10 years ago) +* e76faebc9589 - YARN-2834. Fixed ResourceManager to ignore token-renewal failures on recovery consistent with the (somewhat incorrect) behaviour in the non-recovery case. Contributed by Jian He. (10 years ago) +* 770cc144425b - Updated CHANGES.txt to reflect hadoop-2.6.0 release dates. (10 years ago) +* f62ec31739cc - HDFS-7383. Merged to branch-2.6 also. (10 years ago) +* 14b87b70a8df - HADOOP-10786. Moved to hadoop-2.7.X. (10 years ago) +* 4ddc5cad0a41 - HDFS-7383. DataNode.requestShortCircuitFdsForRead may throw NullPointerException. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +* a37a993453c0 - HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu. (10 years ago) +* 43cd07b408c6 - YARN-2830. Add backwords compatible ContainerId.newInstance constructor. Contributed by Jonathan Eagles. (10 years ago) +* 9ba8d8c7eb65 - HDFS-7382. DataNode in secure mode may throw NullPointerException if client connects before DataNode registers itself with NameNode. Contributed by Chris Nauroth. (10 years ago) +* 6caa8100d5d2 - HADOOP-11286. Copied LimitInputStream from guava-0.14 to hadoop to avoid issues with newer versions of guava in applications. Contributed by Christopher Tubbs. (10 years ago) +* 737d9284c109 - YARN-2607. Fixed issues in TestDistributedShell. Contributed by Wangda Tan. (10 years ago) +* 9a4e0d343e9e - YARN-2505. Supported get/add/remove/change labels in RM REST API. Contributed by Craig Welch. (10 years ago) +* df36edf75120 - YARN-2826. Fixed user-groups mappings' refresh bug caused by YARN-2826. Contributed by Wangda Tan. (10 years ago) +* 4a114dd67aae - YARN-2819. NPE in ATS Timeline Domains when upgrading from 2.4 to 2.6. Contributed by Zhijie Shen (10 years ago) +* 1e215e8ba2e8 - YARN-2632. Document NM Restart feature. Contributed by Junping Du and Vinod Kumar Vavilapalli (10 years ago) +* c3d475070a1e - YARN-2825. Container leak on NM. Contributed by Jian He (10 years ago) +* 68db5b373628 - HADOOP-11282. Skip NFS TestShellBasedIdMapping tests that are irrelevant on Windows. Contributed by Chris Nauroth. (10 years ago) +* 4cfd5bc7c18b - YARN-2753. Fixed a bunch of bugs in the NodeLabelsManager classes. Contributed by Zhihai xu. (10 years ago) +* 57760c066328 - HDFS-7379. TestBalancer#testBalancerWithRamDisk creates test files incorrectly. Contributed by Xiaoyu Yao. (10 years ago) +* 06b797947c98 - YARN-2803. MR distributed cache not working correctly on Windows after NodeManager privileged account changes. Contributed by Craig Welch. (10 years ago) +* a71e9302a9db - YARN-2827. Fixed bugs in "yarn queue" CLI. Contributed by Wangda Tan. (10 years ago) +* 2ac1be7dec4a - YARN-2824. Fixed Capacity Scheduler to not crash when some node-labels are not mapped to queues by making default capacities per label to be zero. Contributed by Wangda Tan. (10 years ago) +* 1e97f2f09464 - YARN-2810. TestRMProxyUsersConf fails on Windows VMs. Contributed by Varun Vasudev (10 years ago) +* a5657182a7ac - YARN-2823. Fixed ResourceManager app-attempt state machine to inform schedulers about previous finished attempts of a running appliation to avoid expectation mismatch w.r.t transferred containers. Contributed by Jian He. (10 years ago) +* 42bbe3794e4a - HADOOP-11280. TestWinUtils#testChmod fails after removal of NO_PROPAGATE_INHERIT_ACE. Contributed by Chris Nauroth. (10 years ago) +* d026f3676278 - HDFS-7226. Update CHANGES.txt to indicate fix in 2.6.0. (10 years ago) +* e7f1c0482e5d - HDFS-7221. Update CHANGES.txt to indicate fix in 2.6.0. (10 years ago) +* 61effcbebc81 - YARN-2647. Added a queue CLI for getting queue information. Contributed by Sunil Govind. (10 years ago) +* ba0a42cf678f - Revert "HADOOP-11274. ConcurrentModificationException in Configuration Copy Constructor. Contributed by Junping Du." (10 years ago) +* ae71a671a3b4 - HDFS-7364. Balancer always shows zero Bytes Already Moved. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +* a3839a9fbfb8 - YARN-2744. Fixed CapacityScheduler to validate node-labels correctly against queues. Contributed by Wangda Tan. (10 years ago) +* 16b34824673f - HADOOP-11274. ConcurrentModificationException in Configuration Copy Constructor. Contributed by Junping Du. (10 years ago) +* 75b820cca9d4 - HDFS-7365. Remove hdfs.server.blockmanagement.MutableBlockCollection. Contributed by Li Lu. (10 years ago) +* 8f701ae07a0b - MAPREDUCE-5958. Wrong reduce task progress if map output is compressed. Contributed by Emilio Coppa and Jason Lowe. (10 years ago) +* 1670578018b3 - YARN-2768 Improved Yarn Registry service record structure (stevel) (10 years ago) +* f5b19bed7d71 - YARN-2818. Removed the now unnecessary user entity injection from Timeline service given we now have domains. Contributed by Zhijie Shen. (10 years ago) +* 10f9f5101c44 - MAPREDUCE-5960. JobSubmitter's check whether job.jar is local is incorrect with no authority in job jar path. Contributed by Gera Shegalov (10 years ago) +* 80d7d183cd40 - HDFS-7336. Unused member DFSInputStream.buffersize. Contributed by Milan Desai. (10 years ago) +* 228afed14c4b - HDFS-7329. Improve logging when MiniDFSCluster fails to start. Contributed by Byron Wong. (10 years ago) +* b0b52c4e1133 - YARN-2812. TestApplicationHistoryServer is likely to fail on less powerful machine. Contributed by Zhijie Shen (10 years ago) +* 8e33d4bdb35e - HDFS-7367. HDFS short-circuit read cannot negotiate shared memory slot and file descriptors when SASL is enabled on DataTransferProtocol. Contributed by Chris Nauroth. (10 years ago) +* 240cb59b9fb6 - HDFS-7361. TestCheckpoint fails after change of log message related to locking violation. Contributed by Konstantin Shvachko. (10 years ago) +* e4b4901d3687 - YARN-2813. Fixed NPE from MemoryTimelineStore.getDomains. Contributed by Zhijie Shen (10 years ago) +* ef5af4f8de91 - HADOOP-11187 NameNode - KMS communication fails after a long period of inactivity. Contributed by Arun Suresh. (10 years ago) +* 86eb27ba1dee - HDFS-7366. BlockInfo should take replication as an short in the constructor. Contributed by Li Lu. (10 years ago) +* 8a261e68e417 - HADOOP-11272. Allow ZKSignerSecretProvider and ZKDelegationTokenSecretManager to use the same curator client. Contributed by Arun Suresh. (10 years ago) +* 6ba52d88ec11 - HADOOP-10714. AmazonS3Client.deleteObjects() need to be limited to 1000 entries per call. Contributed by Juan Yu. (10 years ago) +* 395275af8622 - YARN-2579. Fixed a deadlock issue when EmbeddedElectorService and FatalEventDispatcher try to transition RM to StandBy at the same time. Contributed by Rohith Sharmaks (10 years ago) +* 8549fa5dc95d - HADOOP-11267. TestSecurityUtil fails when run with JDK8 because of empty principal names. Contributed by Stephen Chu. (10 years ago) +* 834e931d8efe - YARN-2805. Fixed ResourceManager to load HA configs correctly before kerberos login. Contributed by Wangda Tan. (10 years ago) +* ba1d4ad25b30 - HDFS-7359. NameNode in secured HA cluster fails to start if dfs.namenode.secondary.http-address cannot be interpreted as a network address. Contributed by Chris Nauroth. (10 years ago) +* bc80251b1212 - HADOOP-11266. Remove no longer supported activation properties for packaging from pom. Contributed by Masatake Iwasaki. (10 years ago) +* b4c951ab832f - YARN-2767. Added a test case to verify that http static user cannot kill or submit apps in the secure mode. Contributed by Varun Vasudev. (10 years ago) +* 7b07acb0a51d - CHANGES.txt. Move HDFS-7199 to branch-2.6 (10 years ago) +* 56257fab1d5a - HDFS-7199. DFSOutputStream should not silently drop data if DataStreamer crashes with an unchecked exception (rushabhs via cmccabe) (10 years ago) +* 18312804e9c8 - HDFS-7357. FSNamesystem.checkFileProgress should log file path. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +* 203c63030f62 - HDFS-7333. Improve logging in Storage.tryLock(). Contributed by Konstantin Shvachko. (10 years ago) +* 6e8722e49c29 - HDFS-7335. Redundant checkOperation() in FSN.analyzeFileState(). Contributed by Milan Desai. (10 years ago) +* a7fbd4e633c1 - HADOOP-11265. Credential and Key Shell Commands not available on Windows. Contributed by Larry McCay. (10 years ago) +* 8e9502e05d09 - HADOOP-11271. Use Time.monotonicNow() in Shell.java instead of Time.now() (Contributed by Vinayakumar B) (10 years ago) +* 73e601259fed - HDFS-7218. FSNamesystem ACL operations should write to audit log on failure. (clamb via yliu) (10 years ago) +* 73068f677bc4 - MAPREDUCE-6048. Fixed TestJavaSerialization failure. Contributed by Varun Vasudev (10 years ago) +* 0762b4a3fbb8 - HADOOP-11269. Add java 8 profile for hadoop-annotations. Contributed by Li Lu. (10 years ago) +* b76179895dd2 - YARN-2804. Fixed Timeline service to not fill the logs with JAXB bindings exceptions. Contributed by Zhijie Shen. (10 years ago) +* d794f785defe - HADOOP-11230. Add missing dependency of bouncycastle for kms, httpfs, hdfs, MR and YARN. Contributed by Robert Kanter. (10 years ago) +* b2cd26980281 - YARN-2010. Handle app-recovery failures gracefully. (Jian He and Karthik Kambatla via kasha) (10 years ago) +* d78191a71673 - HADOOP-11268. Update BUILDING.txt to remove the workaround for tools.jar. Contributed by Li Lu. (10 years ago) +* 4de56d27fbed - Adding release 2.5.2 to CHANGES.txt (10 years ago) +* dbf30e3c0e15 - HADOOP-11260. Patch up Jetty to disable SSLv3. (Mike Yoder via kasha) (10 years ago) +* 5bd3a569f941 - HDFS-7233. NN logs unnecessary org.apache.hadoop.hdfs.protocol.UnresolvedPathException. Contributed by Rushabh S Shah. (10 years ago) +* 99d710348a20 - HDFS-7355. TestDataNodeVolumeFailure#testUnderReplicationAfterVolFailure fails on Windows, because we cannot deny access to the file owner. Contributed by Chris Nauroth. (10 years ago) +* 2e1d9a41273d - Update CHANGES.txt for committing HADOOP-10717 to branch-2. (10 years ago) +* 27f106e2261d - HDFS-7356. Use DirectoryListing.hasMore() directly in nfs. Contributed by Li Lu. (10 years ago) +* ad21d28e07cb - Update CHANGES.txt for committing HADOOP-10563 to branch-2. (10 years ago) +* d0449bd2fd0b - HDFS-7334. Fix periodic failures of TestCheckpoint#testTooManyEditReplayFailures. Contributed by Charles Lamb. (10 years ago) +* 1eed1020234b - HADOOP-10847. Remove the usage of sun.security.x509.* in testing code. Contributed by Pascal Oliva. (10 years ago) +* 85da71c2d3c5 - HADOOP-11165. TestUTF8 fails when run against java 8. Contributed by Stephen Chu. (10 years ago) +* 3dfd6e68fe50 - HDFS-7340. Make rollingUpgrade start/finalize idempotent. Contributed by Jing Zhao. (10 years ago) +* 2bb327eb939f - HDFS-7328. TestTraceAdmin assumes Unix line endings. Contributed by Chris Nauroth. (10 years ago) +* c5a46d4c8ca2 - YARN-1922. Fixed NodeManager to kill process-trees correctly in the presence of races between the launch and the stop-container call and when root processes crash. Contributed by Billie Rinaldi. (10 years ago) +* 35d353e0f66b - HDFS-7147. Update archival storage user documentation. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +* 734eeb4f357a - HADOOP-11248. Add hadoop configuration to disable Azure Filesystem metrics collection. Contributed by Shanyu Zhao. (10 years ago) +* ec6cbece8e77 - YARN-2795. Fixed ResourceManager to not crash loading node-label data from HDFS in secure mode. Contributed by Wangda Tan. (10 years ago) +* 237890feabc8 - HDFS-7324. haadmin command usage prints incorrect command name. Contributed by Brahma Reddy Battula. (10 years ago) +* 58e9f24e0f06 - YARN-2788. Fixed backwards compatiblity issues with log-aggregation feature that were caused when adding log-upload-time via YARN-2703. Contributed by Xuan Gong. (10 years ago) +* 71fbb474f531 - YARN-2798. Fixed YarnClient to populate the renewer correctly for Timeline delegation tokens. Contributed by Zhijie Shen. (10 years ago) +* 6157ace5475f - YARN-2730. DefaultContainerExecutor runs only one localizer at a time. Contributed by Siqi Li (10 years ago) +* 67f13b58e4d4 - HADOOP-10987. Provide an iterator-based listing API for FileSystem. Contributed by Kihwal Lee. (10 years ago) +* 27715ec63bd7 - YARN-2785. Fixed intermittent TestContainerResourceUsage failure. Contributed by Varun Vasudev. (10 years ago) +* 5c0381c96aa7 - YARN-2790. Fixed a NodeManager bug that was causing log-aggregation to fail beyond HFDS delegation-token expiry even when RM is a proxy-user (YARN-2704). Contributed by Jian He. (10 years ago) +* 36ccf097a95e - HDFS-7276. Limit the number of byte arrays used by DFSOutputStream and provide a mechanism for recycling arrays. (10 years ago) +* b18e8a272eaf - HADOOP-11254. Changed visibility of AccessControlList to be public for consumption by ecosystem. Contributed by Zhijie Shen. (10 years ago) +* ed63b1164652 - MAPREDUCE-6052. Supported overriding the default container-log4j.properties file per job. Contributed by Junping Du. (10 years ago) +* 260ab6d5f462 - HADOOP-11241. Fixed intermittent TestNMSimulator failure due to timing issue. Contributed by Varun Vasudev. (10 years ago) +* 1cd088fd9dac - YARN-2711. Fixed TestDefaultContainerExecutor#testContainerLaunchError failure on Windows. Contributed by Varun Vasudev. (10 years ago) +* 80bb7d47941d - HDFS-7319. Remove dead link to HFTP documentation from index.xml. Contributed by Masatake Iwasaki. (10 years ago) +* 7bc179f9f5e1 - YARN-2707. Potential null dereference in FSDownload. Contributed by Gera Shegalov (10 years ago) +* 6ce32f593bff - YARN-2789. Re-instated the NodeReport.newInstance private unstable API modified in YARN-2698 so that tests in YARN frameworks don't break. Contributed by Wangda Tan. (10 years ago) +* 86ff28dea090 - YARN-2701. Addendum patch. Potential race condition in startLocalizer when using LinuxContainerExecutor. Contributed by Xuan Gong (10 years ago) +* 1b4be918664b - YARN-2770. Added functionality to renew/cancel TimeLineDelegationToken. Contributed by Zhijie Shen (10 years ago) +* 7b026c50f1be - HDFS-6917. Add an hdfs debug command to validate blocks, call recoverlease, etc. (cmccabe) (10 years ago) +* 256697acd5ec - YARN-2186. [YARN-1492] Node Manager uploader service for cache manager. (Chris Trezzo and Sangjin Lee via kasha) (10 years ago) +* f1a149e9166a - HADOOP-11253. Hadoop streaming test TestStreamXmlMultipleRecords fails on Windows. Contributed by Varun Vasudev. (10 years ago) +* 3f030c04e8ce - HDFS-7315. DFSTestUtil.readFileBuffer opens extra FSDataInputStream. Contributed by Plamen Jeliazkov. (10 years ago) +* c7f81dad30c3 - HDFS-7309. XMLUtils.mangleXmlString doesn't seem to handle less than sign. (Colin Patrick McCabe via raviprak) (10 years ago) +* b6c1188b855d - YARN-2778. Moved node-lables' reports to the yarn nodes CLI from the admin CLI. Contributed by Wangda Tan. (10 years ago) +* d1828d94435e - YARN-2779. Fixed ResourceManager to not require delegation tokens for communicating with Timeline Service. Contributed by Zhijie Shen. (10 years ago) +* e0233c16ebd0 - YARN-2698. Moved some node label APIs to be correctly placed in client protocol. Contributed by Wangda Tan. (10 years ago) +* 5573b3476a5a - HDFS-7313. Support optional configuration of AES cipher suite on DataTransferProtocol. Contributed by Chris Nauroth. (10 years ago) +* c637d6d9d5cb - HDFS-6385. Show when block deletion will start after NameNode startup in WebUI. Contributed by Chris Nauroth. (10 years ago) +* 4727064dab7e - Revert "HADOOP-10926. Improve test-patch.sh to apply binary diffs (cmccabe) (10 years ago) +* e1f7d654e561 - HADOOP-10926: Improve test-patch.sh to apply binary diffs: fix typo (10 years ago) +* a9331fe9b071 - HDFS-7035. Make adding a new data directory to the DataNode an atomic operation and improve error handling (Lei Xu via Colin P. McCabe) (10 years ago) +* 348bfb7d592c - HADOOP-10926. Improve test-patch.sh to apply binary diffs (cmccabe) (10 years ago) +* 81fe8e414748 - YARN-2677 registry punycoding of usernames doesn't fix all usernames to be DNS-valid (stevel) (10 years ago) +* 5e3f42811ffe - update CHANGES.txt to move HADOOP-11247 to 2.6 (10 years ago) +* c2866ac34d06 - HDFS-3342. SocketTimeoutException in BlockSender.sendChunks could have a better error message. Contributed by Yongjun Zhang. (10 years ago) +* a3dacc07e2c0 - HADOOP-11221. IdentityHashStore assumes System.identityHashCode() is non-negative. Contributed by Jinghui Wang (10 years ago) +* b811212f23d2 - HDFS-7230. Add rolling downgrade documentation. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +* e488f0d93bf2 - HADOOP-11250. fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe) (10 years ago) +* 73e626ad91cd - YARN-2755. NM fails to clean up usercache_DEL_ dirs after YARN-661. Contributed by Siqi Li (10 years ago) +* 179cab81e0bd - YARN-2712. TestWorkPreservingRMRestart: Augment FS tests with queue and headroom checks. (Tsuyoshi Ozawa via kasha) (10 years ago) +* 0126cf16b738 - HDFS-7263. Snapshot read can reveal future bytes for appended files. Contributed by Tao Luo. (10 years ago) +* 2a6be65c8c3f - HADOOP-11216. Improve Openssl library finding. (cmccabe via yliu) (10 years ago) +* 05b66ca0749b - HADOOP-11247. Fix a couple javac warnings in NFS. Contributed by Brandon Li. (10 years ago) +* 6f5f604a798b - HDFS-7305. NPE seen in wbhdfs FS while running SLive. Contributed by Jing Zhao. (10 years ago) +* 3ae84e1ba892 - HDFS-7300. HDFS-7300. The getMaxNodesPerRack() method in BlockPlacementPolicyDefault is flawed. contributed by Kihwal Lee (10 years ago) +* d33e07dc49e0 - HDFS-7287. The OfflineImageViewer (OIV) can output invalid XML depending on the filename (Ravi Prakash via Colin P. McCabe) (10 years ago) +* c2575fb046bb - HADOOP-11186: documentation should talk about hadoop.htrace.spanreceiver.classes, not hadoop.trace.spanreceiver.classes (cmccabe) (10 years ago) +* a8c120222047 - YARN-2769. Fixed the problem that timeline domain is not set in distributed shell AM when using shell_command on Windows. Contributed by Varun Vasudev. (10 years ago) +* 5c900b522e70 - HADOOP-11068. Match hadoop.auth cookie format to jetty output. Contributed by Gregory Chanan. (10 years ago) +* 72a556d3b0de - HADOOP-11195. Move Id-Name mapping in NFS to the hadoop-common area for better maintenance. Contributed by Yongjun Zhang (10 years ago) +* b056048114bf - MAPREDUCE-6022. map_input_file is missing from streaming job environment. Contributed by Jason Lowe. (10 years ago) +* 782971ae7a02 - YARN-2742. FairSchedulerConfiguration should allow extra spaces between value and unit. (Wei Yan via kasha) (10 years ago) +* 3f1441245db0 - MAPREDUCE-6142. Fixed test failures in TestJobHistoryEventHandler and TestMRTimelineEventHandling. Contributed by Zhijie Shen. (10 years ago) +* ec63a3ffbd94 - YARN-2747. Fixed the test failure of TestAggregatedLogFormat when native I/O is enabled. Contributed by Xuan Gong. (10 years ago) +* 3c5f5af1184e - HADOOP-11243. SSLFactory shouldn't allow SSLv3. (Wei Yan via kasha) (10 years ago) +* 0782f6028812 - Missing CHANGES.txt for YARN-2503. (10 years ago) +* d5e0a09721a5 - YARN-2503. Added node lablels in web UI. Contributed by Wangda Tan (10 years ago) +* 3f48493bed22 - HDFS-7274. Disable SSLv3 in HttpFS. (Robert Kanter via kasha) (10 years ago) +* 1a780823384a - HADOOP-11217. Disable SSLv3 in KMS. (Robert Kanter via kasha) (10 years ago) +* 675bca296870 - HDFS-7280. Use netty 4 in WebImageViewer. Contributed by Haohui Mai. (10 years ago) +* ac9ab037e9a9 - HDFS-7235. DataNode#transferBlock should report blocks that don't exist using reportBadBlock (yzhang via cmccabe) (10 years ago) +* 8984e9b17740 - YARN-2741. Made NM web UI serve logs on the drive other than C: on Windows. Contributed by Craig Welch. (10 years ago) +* c6f04f391b54 - HDFS-7291. Persist in-memory replicas with appropriate unbuffered copy API on POSIX and Windows. Contributed by Xiaoyu Yao. (10 years ago) +* 69f79bee8b3d - YARN-2758. Update TestApplicationHistoryClientService to use the new generic history store. Contributed by Zhijie Shen (10 years ago) +* e226b5b40d71 - HDFS-7213. processIncrementalBlockReport performance degradation. Contributed by Eric Payne. (10 years ago) +* 371a3b87ed34 - HDFS-6663. Admin command to track file and locations from block id. Contributed by Chen He. (10 years ago) +* 0d3e7e2bd6fa - RN-2279. Add UTs to cover timeline server authentication. Contributed by Zhijie Shen (10 years ago) +* ade3727ecb09 - YARN-2760. Remove 'experimental' from FairScheduler docs. (Harsh J via kasha) (10 years ago) +* 58c0bb9ed9f4 - HDFS-6606. Optimize HDFS Encrypted Transport performance. (yliu) (10 years ago) +* c9bec46c92cc - Revert "HADOOP-10926. Improve test-patch.sh to apply binary diffs (cmccabe)" (10 years ago) +* 0398db19b2c4 - HDFS-6741. Improve permission denied message when FSPermissionChecker#checkOwner fails. Contributed by Stephen Chu and Harsh J. (harsh) (10 years ago) +* e7859015bcc2 - HADOOP-11233. hadoop.security.kms.client.encrypted.key.cache.expiry property spelled wrong in core-default. (Stephen Chu via yliu) (10 years ago) +* 971e91c8c03a - MAPREDUCE-6018. Added an MR specific config to enable emitting job history data to the timeline server. Contributed by Robert Kanter. (10 years ago) +* 6b2f11b54bc6 - MAPREDUCE-5933. Enabled MR AM to post history events to the timeline server. Contributed by Robert Kanter. (10 years ago) +* f6b963fdfc51 - YARN-2502. Changed DistributedShell to support node labels. Contributed by Wangda Tan (10 years ago) +* b0e19c9d54ce - HADOOP-10926. Improve test-patch.sh to apply binary diffs (cmccabe) (10 years ago) +* 518a7f4af3d8 - HDFS-7282. Fix intermittent TestShortCircuitCache and TestBlockReaderFactory failures resulting from TemporarySocketDirectory GC (Jinghui Wang via Colin P. McCabe) (10 years ago) +* 00b4e44a2eba - HDFS-5928. Show namespace and namenode ID on NN dfshealth page. Contributed by Siqi Li. (10 years ago) +* a16d022ca431 - YARN-2704. Changed ResourceManager to optionally obtain tokens itself for the sake of localization and log-aggregation for long-running services. Contributed by Jian He. (10 years ago) +* 5b1dfe78b8b0 - HDFS-6934. Revert files accidentally committed. (10 years ago) +* c05b581a5522 - YARN-2591. Fixed AHSWebServices to return FORBIDDEN(403) if the request user doesn't have access to the history data. Contributed by Zhijie Shen (10 years ago) +* ce1a4419a6c9 - YARN-2726. CapacityScheduler should explicitly log when an accessible label has no capacity. Contributed by Wangda Tan (10 years ago) +* baf794dc404a - HDFS-7278. Add a command that allows sysadmins to manually trigger full block reports from a DN (cmccabe) (10 years ago) +* 463aec11718e - HDFS-6934. Move checksum computation off the hot path when writing to RAM disk. Contributed by Chris Nauroth. (10 years ago) +* 0058eadbd314 - HDFS-6538. Comment format error in ShortCircuitRegistry javadoc. Contributed by David Luo. (harsh) (10 years ago) +* 2429b3165680 - HADOOP-11236. NFS: Fix javadoc warning in RpcProgram.java. Contributed by Abhiraj Butala. (harsh) (10 years ago) +* caecd9fffe7c - YARN-2734. Skipped sub-folders in the local log dir when aggregating logs. Contributed by Xuan Gong. (10 years ago) +* 9ada9284d82f - HADOOP-11170. Pulling into branch-2.6 also, fixing CHANGES.txt. (10 years ago) +* 018664550507 - YARN-2743. Fixed a bug in ResourceManager that was causing RMDelegationToken identifiers to be tampered and thus causing app submission failures in secure mode. Contributed by Jian He. (10 years ago) +* 65d95b1a520d - YARN-2723. Fix rmadmin -replaceLabelsOnNode does not correctly parse port. Contributed by Naganarasimha G R (10 years ago) +* 28051e415591 - HADOOP-6857. FsShell should report raw disk usage including replication factor. Contributed by Byron Wong. (10 years ago) +* c51e53d7aad4 - YARN-2183. [YARN-1492] Cleaner service for cache manager. (Chris Trezzo and Sangjin Lee via kasha) (10 years ago) +* f44cf9959911 - YARN-2314. Disable ContainerManagementProtocolProxy cache by default to prevent creating thousands of threads in a large cluster. Contributed by Jason Lowe (10 years ago) +* 5864dd99a419 - YARN-1915. Fixed a race condition that client could use the ClientToAMToken to contact with AM before AM actually receives the ClientToAMTokenMasterKey. Contributed by Jason Lowe (10 years ago) +* 683897fd028d - YARN-2713. "RM Home" link in NM should point to one of the RMs in an HA setup. (kasha) (10 years ago) +* 0ac698864dba - Fix CHANGES.txt for HADOOP-112321 and HADOOP-10748. (10 years ago) +* dc6e819ed834 - HADOOP-11231. Remove dead code in ServletUtil. Contributed by Li Lu. (10 years ago) +* f81dc3f99557 - YARN-2703. Added logUploadedTime into LogValue for better display. Contributed by Xuan Gong. (10 years ago) +* a52eb4bc5fb2 - HDFS-6988. Improve HDFS-6581 eviction configuration (Xiaoyu Yao via Colin P. McCabe) (10 years ago) +* 501e49f2e11c - Fix CHANGES.txt for HADOOP-11228 (10 years ago) +* f7e89bb349d4 - HADOOP-11228. Winutils task: unsecure path should not call AddNodeManagerAndUserACEsToObject. Contributed by Remus Rusanu (10 years ago) +* 86ac0d40b850 - HDFS-6904. Added files missing in previous commit. (10 years ago) +* e2be3337448e - HDFS-6904. YARN unable to renew delegation token fetched via webhdfs due to incorrect service port. (10 years ago) +* e31f0a6558b1 - YARN-2724. Skipped uploading a local log file to HDFS if exception is raised when opening it. Contributed by Xuan Gong. (10 years ago) +* b3d8a642a938 - HDFS-7283. Bump DataNode OOM log from WARN to ERROR. Contributed by Stephen Chu. (10 years ago) +* 0942c99eba12 - HDFS-7258. CacheReplicationMonitor rescan schedule log should use DEBUG level instead of INFO level. Contributed by Xiaoyu Yao. (10 years ago) +* 071c925c7dff - Updated CHANGES.txt to move YARN-2682 to branch-2.6 (10 years ago) +* 0f3b6900be1a - YARN-2209. Replaced AM resync/shutdown command with corresponding exceptions and made related MR changes. Contributed by Jian He. (10 years ago) +* 57dec288070f - HDFS-7243. HDFS concat operation should not be allowed in Encryption Zone. (clamb via yliu) (10 years ago) +* 5b56ac4c72d6 - HDFS-7223. Tracing span description of IPC client is too long (iwasakims via cmccabe) (10 years ago) +* db45f047ab6b - HADOOP-11170. ZKDelegationTokenSecretManager fails to renewToken created by a peer. (Arun Suresh and Gregory Chanan via kasha) (10 years ago) +* 670879ef414e - HDFS-7257. Add the time of last HA state transition to NN's /jmx page. Contributed by Charles Lamb. (10 years ago) +* 828429dec1a7 - HDFS-7232. Populate hostname in httpfs audit log (Zoran Dimitrijevic via aw) (10 years ago) +* 7ab754545dca - HDFS-7227. Fix findbugs warning about NP_DEREFERENCE_OF_READLINE_VALUE in SpanReceiverHost (cmccabe) (10 years ago) +* 86cad007d7d6 - HDFS-7222. Expose DataNode network errors as a metric. (Charles Lamb via wang) (10 years ago) +* 8c5b23b5473e - HDFS-7165. Separate block metrics for files with replication count 1. (Zhe Zhang via wang) (10 years ago) +* d71d40a63d19 - HDFS-7180. NFSv3 gateway frequently gets stuck due to GC. Contributed by Brandon Li (10 years ago) +* b94b8b30f282 - YARN-2732. Fixed syntax error in SecureContainer.apt.vm. Contributed by Jian He. (10 years ago) +* f729ecf9d2b8 - HDFS-7277. Remove explicit dependency on netty 3.2 in BKJournal. Contributed by Haohui Mai. (10 years ago) +* 3b12fd6cfbf4 - YARN-2198. Remove the need to run NodeManager as privileged account for Windows Secure Container Executor. Contributed by Remus Rusanu (10 years ago) +* a36399e09c8c - HDFS-6824. Additional user documentation for HDFS encryption. (10 years ago) +* 08457e9e57e4 - Move HDFS-2486 down to 2.7.0 in CHANGES.txt (10 years ago) +* 70719e5c62f3 - HADOOP-11122. Fix findbugs in ZK DelegationTokenSecretManagers. (Arun Suresh via kasha) (10 years ago) +* 7b0f9bb2583c - HDFS-6877. Avoid calling checkDisk when an HDFS volume is removed during a write. (Lei Xu via Colin P. McCabe) (10 years ago) +* 66e8187ea1db - HDFS-7254. Add documentation for hot swaping DataNode drives (Lei Xu via Colin P. McCabe) (10 years ago) +* 90e5ca24fbd3 - YARN-2700 TestSecureRMRegistryOperations failing on windows: auth problems (10 years ago) +* d67214fd69f4 - Updated CHANGES.txt to move MAPREDUCE-6126 to 2.6 (10 years ago) +* 1c8d191117de - HDFS-7228. Fix TestDNFencing.testQueueingWithAppend. Contributed by Yongjun Zhang. (10 years ago) +* b8f7966c7a0d - MAPREDUCE-6126. Fixed Rumen JobBuilder to ignore NormalizedResourceEvent. Contributed by Junping Du (10 years ago) +* 85a88649c3f3 - YARN-2692 ktutil test hanging on some machines/ktutil versions (stevel) (10 years ago) +* 7e3b5e6f5cb4 - YARN-2721. Suppress NodeExist exception thrown by ZKRMStateStore when it retries creating znode. Contributed by Jian He. (10 years ago) +* c0e034336c85 - YARN-2715. Fixed ResourceManager to respect common configurations for proxy users/groups beyond just the YARN level config. Contributed by Zhijie Shen. (10 years ago) +* b2942762d7f7 - YARN-2709. Made timeline client getDelegationToken API retry if ConnectException happens. Contributed by Li Lu. (10 years ago) +* 4baca311ffb5 - HDFS-7204. balancer doesn't run as a daemon (aw) (10 years ago) +* b85919feef64 - Updated CHANGES.txt for HDFS-6581 merge into branch-2.6. (10 years ago) +* ac56b0637e55 - HDFS-7221. TestDNFencingWithReplication fails consistently. Contributed by Charles Lamb. (10 years ago) +* 6637e3cf95b3 - YARN-2720. Windows: Wildcard classpath variables not expanded against resources contained in archives. Contributed by Craig Welch. (10 years ago) +* 4e134a02a4b6 - HDFS-7215.Add JvmPauseMonitor to NFS gateway. Contributed by Brandon Li (10 years ago) +* 6f2028bd1514 - YARN-90. NodeManager should identify failed disks becoming good again. Contributed by Varun Vasudev (10 years ago) +* b6f9d5538cf2 - HDFS-7259. Unresponseive NFS mount point due to deferred COMMIT response. Contributed by Brandon Li (10 years ago) +* 171f2376d23d - YARN-2717. Avoided duplicate logging when container logs are not found. Contributed by Xuan Gong. (10 years ago) +* 4a78a752286e - Missing file for YARN-1879 (10 years ago) +* 4fa1fb3193bf - Missing file for YARN-2701 (10 years ago) +* 2839365f2301 - YARN-2701. Potential race condition in startLocalizer when using LinuxContainerExecutor. Contributed by Xuan Gong (10 years ago) +* 7aab5fa1bd93 - HDFS-7154. Fix returning value of starting reconfiguration task (Lei Xu via Colin P. McCabe) (10 years ago) +* 4799570dfdb7 - HDFS-7266. HDFS Peercache enabled check should not lock on object (awang via cmccabe) (10 years ago) +* e90718fa5a0e - YARN-2582. Fixed Log CLI and Web UI for showing aggregated logs of LRS. Contributed Xuan Gong. (10 years ago) +* 89427419a3c5 - YARN-2673. Made timeline client put APIs retry if ConnectException happens. Contributed by Li Lu. (10 years ago) +* e4d6a878541c - HDFS-7184. Allow data migration tool to run as a daemon. (Benoy Antony) (10 years ago) +* d5084b9fa307 - HADOOP-11194. Ignore .keep files (kasha) (10 years ago) +* da80c4da41e5 - Revert "MAPREDUCE-5911. Terasort TeraOutputFormat does not check for output directory existance. Contributed by Bruno P. Kinoshita." (10 years ago) +* 7bbda6ef92e9 - MAPREDUCE-5911. Terasort TeraOutputFormat does not check for output directory existance. Contributed by Bruno P. Kinoshita. (10 years ago) +* 82567664988b - YARN-2504. Enhanced RM Admin CLI to support management of node-labels. Contribyted by Wangda Tan. (10 years ago) +* 39063cd36f96 - YARN-2676. Enhanced Timeline auth-filter to support proxy users. Contributed by Zhijie Shen. (10 years ago) +* 2e140523d3cc - HDFS-7260. Change DFSOutputStream.MAX_PACKETS to be configurable. (10 years ago) +* e9c66e8fd2cc - YARN-2705. Fixed bugs in ResourceManager node-label manager that were causing test-failures: added a dummy in-memory labels-manager. Contributed by Wangda Tan. (10 years ago) +* c3de2412eb76 - YARN-1879. Marked Idempotent/AtMostOnce annotations to ApplicationMasterProtocol for RM fail over. Contributed by Tsuyoshi OZAWA (10 years ago) +* 11375578162d - HADOOP-11207. Enhanced common DelegationTokenAuthenticationHandler to support proxy-users on Delegation-token management operations. Contributed by Zhijie Shen. (10 years ago) +* 209b1699fcd1 - MAPREDUCE-5542. Killing a job just as it finishes can generate an NPE in client. Contributed by Rohith (10 years ago) +* a6aa6e42cacd - YARN-2588. Standby RM fails to transitionToActive if previous transitionToActive failed with ZK exception. Contributed by Rohith Sharmaks (10 years ago) +* abae63caf9c5 - YARN-2699. Fixed a bug in CommonNodeLabelsManager that caused tests to fail when using ephemeral ports on NodeIDs. Contributed by Wangda Tan. (10 years ago) +* 368743140dd0 - HDFS-7252. small refinement to the use of isInAnEZ in FSNamesystem. (Yi Liu via vinayakumarb) (10 years ago) +* 1c3ff0b7c892 - HDFS-7242. Code improvement for FSN#checkUnreadableBySuperuser. (Contributed by Yi Liu) (10 years ago) +* cba1f9e3896c - HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb) Adding missed test file (10 years ago) +* 72093fd8cb98 - Moved YARN-2682 from 2.6 to 2.7 in CHANGES.txt (10 years ago) +* 0fd0ebae645e - YARN-2682. Updated WindowsSecureContainerExecutor to not use DefaultContainerExecutor#getFirstApplicationDir and use getWorkingDir() instead. Contributed by Zhihai Xu (10 years ago) +* b0d6ac92fe1f - HADOOP-11182. GraphiteSink emits wrong timestamps (Sascha Coenen via raviprak) Fix CHANGES.txt (10 years ago) +* 233d446be1bc - YARN-2621. Simplify the output when the user doesn't have the access for getDomain(s). Contributed by Zhijie Shen (10 years ago) +* 6f43491c0343 - YARN-2689 TestSecureRMRegistryOperations failing on windows: secure ZK won't start (10 years ago) +* 2894433332a2 - HDFS-5089. When a LayoutVersion support SNAPSHOT, it must support FSIMAGE_NAME_OPTIMIZATION. (10 years ago) +* 41980c56d3c0 - HDFS-7208. NN doesn't schedule replication when a DN storage fails. Contributed by Ming Ma (10 years ago) +* b3056c266a62 - YARN-2685. Fixed a bug in CommonNodeLabelsManager that caused wrong resource tracking per label when a host runs multiple node-managers. Contributed by Wangda Tan. (10 years ago) +* f2ea555ac6c0 - YARN-2496. Enhanced Capacity Scheduler to have basic support for allocating resources based on node-labels. Contributed by Wangda Tan. YARN-2500. Ehnaced ResourceManager to support schedulers allocating resources based on node-labels. Contributed by Wangda Tan. (10 years ago) +* 466f08792f11 - HADOOP-11181. GraphiteSink emits wrong timestamps (Sascha Coenen via raviprak) (10 years ago) +* 0af1a2b5bc14 - YARN-2312. Deprecated old ContainerId#getId API and updated MapReduce to use ContainerId#getContainerId instead. Contributed by Tsuyoshi OZAWA (10 years ago) +* f19771a24c2f - MAPREDUCE-5970. Provide a boolean switch to enable MR-AM profiling. Contributed by Gera Shegalov (10 years ago) +* 18620649f96d - HDFS-7185. The active NameNode will not accept an fsimage sent from the standby during rolling upgrade. Contributed by Jing Zhao. (10 years ago) +* b9edad64034a - MAPREDUCE-5873. Shuffle bandwidth computation includes time spent waiting for maps. Contributed by Siqi Li (10 years ago) +* 128ace10cdde - HDFS-7190. Bad use of Preconditions in startFileInternal(). Contributed by Dawson Choong. (10 years ago) +* 1220bb72d452 - YARN-2656. Made RM web services authentication filter support proxy user. Contributed by Varun Vasudev and Zhijie Shen. (10 years ago) +* 0260231667bc - HDFS-7201. Fix typos in hdfs-default.xml. Contributed by Dawson Choong. (10 years ago) +* cdce88376a60 - HADOOP-11181. Generalized o.a.h.s.t.d.DelegationTokenManager to handle all sub-classes of AbstractDelegationTokenIdentifier. Contributed by Zhijie Shen. (10 years ago) +* 7dcad84143a9 - HDFS-7228. Add an SSD policy into the default BlockStoragePolicySuite. Contributed by Jing Zhao. (10 years ago) +* 5faaba0bd09d - HADOOP-11198. Fix typo in javadoc for FileSystem#listStatus(). Contributed by Li Lu. (10 years ago) +* f6d0b8892ab1 - HDFS-7237. The command "hdfs namenode -rollingUpgrade" throws ArrayIndexOutOfBoundsException. (10 years ago) +* 0e57aa3bf689 - HADOOP-11176. KMSClientProvider authentication fails when both currentUgi and loginUgi are a proxied user. Contributed by Arun Suresh. (10 years ago) +* cc93e7e683fa - YARN-2566. DefaultContainerExecutor should pick a working directory randomly. (Zhihai Xu via kasha) (10 years ago) +* da709a2eac71 - YARN-2641. Decommission nodes on -refreshNodes instead of next NM-RM heartbeat. (Zhihai Xu via kasha) (10 years ago) +* 178bc505da5d - Missing Changes.txt for YARN-2308 (10 years ago) +* f9680d9a160e - YARN-2308. Changed CapacityScheduler to explicitly throw exception if the queue to which the apps were submitted is changed across RM restart. Contributed by Craig Welch & Chang Li (10 years ago) +* a56ea0100215 - YARN-2377. Localization exception stack traces are not passed as diagnostic info. Contributed by Gera Shegalov (10 years ago) +* 1770bb942f9e - HDFS-7090. Use unbuffered writes when persisting in-memory replicas. Contributed by Xiaoyu Yao. (10 years ago) +* 4aed2d8e91c7 - YARN-2651. Spun off LogRollingInterval from LogAggregationContext. Contributed by Xuan Gong. (10 years ago) +* 53100318ea20 - HDFS-6544. Broken Link for GFS in package.html. Contributed by Suraj Nayak M. (10 years ago) +* 98ac9f26c5b3 - HDFS-7236. Fix TestOpenFilesWithSnapshot#testOpenFilesWithMultipleSnapshots. Contributed by Yongjun Zhang. (10 years ago) +* 793dbf2465c0 - MAPREDUCE-6115. TestPipeApplication#testSubmitter fails in trunk. Contributed by Binglin Chang (10 years ago) +* 344a10ad5e26 - YARN-2667. Fix the release audit warning caused by hadoop-yarn-registry. Contributed by Yi Liu (10 years ago) +* bbe80cdc7b37 - MAPREDUCE-6125. TestContainerLauncherImpl sometimes fails. Contributed by Mit Desai (10 years ago) +* e8a31f2e1c34 - MAPREDUCE-5875. Make Counter limits consistent across JobClient, MRAppMaster, and YarnChild. (Gera Shegalov via kasha) (10 years ago) +* ac64ff77cfd8 - YARN-2668 yarn-registry JAR won't link against ZK 3.4.5. (stevel) (10 years ago) +* 554250cf88aa - HADOOP-11193. Fix uninitialized variables in NativeIO.c. Contributed by Xiaoyu Yao. (10 years ago) +* a5ec3d080978 - YARN-2501. Enhanced AMRMClient library to support requests against node labels. Contributed by Wangda Tan. (10 years ago) +* 428dfaad60d3 - Update CHANGES.txt after merging HDFS-6252 and HDFS-6657 to branch-2. (10 years ago) +* f4b7e99f4eba - HADOOP-11188. hadoop-azure: automatically expand page blobs when they become full. Contributed by Eric Hanson. (10 years ago) +* d3d3d47202a1 - HDFS-7209. Populate EDEK cache when creating encryption zone. (Yi Liu via wang) (10 years ago) +* 1ceb3269337e - HDFS-7198. Fix "unchecked conversion" warning in DFSClient#getPathTraceScope (cmccabe) (10 years ago) +* db7f1653198b - YARN-2494. Added NodeLabels Manager internal API and implementation. Contributed by Wangda Tan. (10 years ago) +* cb81bac0029f - YARN-2583. Modified AggregatedLogDeletionService to be able to delete rolling aggregated logs. Contributed by Xuan Gong. (10 years ago) +* d3afd730acfa - YARN-2662. TestCgroupsLCEResourcesHandler leaks file descriptors. Contributed by Chris Nauroth. (10 years ago) +* 777877d079ec - MAPREDUCE-6123. TestCombineFileInputFormat incorrectly starts 2 MiniDFSCluster instances. Contributed by Chris Nauroth. (10 years ago) +* 2f0166db560b - MAPREDUCE-6122. Fix CHANGES.txt. (10 years ago) +* 684170d5efdc - MAPREDUCE-6122. TestLineRecordReader may fail due to test data files checked out of git with incorrect line endings. Contributed by Chris Nauroth. (10 years ago) +* 5b12df6587eb - YARN-2671. Fix the Jira number in the change log. (10 years ago) +* cbd21fd13b32 - HDFS-7026. Introduce a string constant for "Failed to obtain user group info...". Contributed by Yongjun Zhang. (10 years ago) +* e532ed8faa8d - YARN-2617. Fixed ApplicationSubmissionContext to still set resource for backward compatibility. Contributed by Wangda Tan. (10 years ago) +* 4f426fe2232e - YARN-2180. [YARN-1492] In-memory backing store for cache manager. (Chris Trezzo via kasha) (10 years ago) +* d8d628d1e0c4 - HADOOP-11184. Update Hadoop's lz4 to r123 (cmccabe) (10 years ago) +* 596702a02501 - YARN-2544. Added admin-API objects for using node-labels. Contributed by Wangda Tan. (10 years ago) +* 8d941144952a - HADOOP-11174. Delegation token for KMS should only be got once if it already exists. (Yi Liu via wang) (10 years ago) +* 1d4612f5ad96 - YARN-2629. Made the distributed shell use the domain-based timeline ACLs. Contributed by Zhijie Shen. (10 years ago) +* d7b647f0ee2c - HADOOP-11178. Fix findbugs exclude file. (Arun Suresh via wang) (10 years ago) +* 9097183983cd - HDFS-7195. Update user doc of secure mode about Datanodes don't require root or jsvc. Contributed by Chris Nauroth. (10 years ago) +* 180afa2f86f9 - YARN-2493. Added user-APIs for using node-labels. Contributed by Wangda Tan. (10 years ago) +* 1123a06e3658 - HADOOP-11175. Fix several issues of hadoop security configuration in user doc. Contributed by Yi Liu. (10 years ago) +* db71bb54bcc7 - HDFS-7217. Better batching of IBRs. Contributed by Kihwal Lee. (10 years ago) +* 8d7c54967d5a - HADOOP-11133. Should trim the content of keystore password file for JavaKeyStoreProvider (Yi Liu via umamahesh) (10 years ago) +* 2a51494ce1b0 - HADOOP-11161. Expose close method in KeyProvider to give clients of Provider implementations a hook to release resources. Contribued by Arun Suresh. (10 years ago) +* d996235285e5 - HDFS-7202. Should be able to omit package name of SpanReceiver on "hadoop trace -add" (iwasakims via cmccabe) (10 years ago) +* df3becf0800d - YARN-2598 GHS should show N/A instead of null for the inaccessible information (Zhijie Shen via mayank) (10 years ago) +* a16905193170 - HADOOP-11179. Java untar should handle the case that the file entry comes without its parent directory entry. Contributed by Craig Welch. (10 years ago) +* 2217e2f8ff41 - HADOOP-10809. hadoop-azure: page blob support. Contributed by Dexter Bradshaw, Mostafa Elhemali, Eric Hanson, and Mike Liddell. (10 years ago) +* 7b29f99ad23b - CHANGES.txt: move HADOOP-10404 underneath branch 2.6 (10 years ago) +* 853cb704edf5 - HDFS-7203. Concurrent appending to the same file can cause data corruption. Contributed by Kihwal Lee. (10 years ago) +* 6a326711aa27 - YARN-913 service registry: YARN-2652 add hadoop-yarn-registry package under hadoop-yarn (10 years ago) +* e16e25ab1bea - YARN-2649. Fixed TestAMRMRPCNodeUpdates test failure. Contributed by Ming Ma (10 years ago) +* 1efd9c98258f - HDFS-7112. LazyWriter should use either async IO or one thread per physical disk. Contributed by Xiaoyu Yao. (10 years ago) +* 60f0f6fcde40 - HADOOP-11166. Remove ulimit from test-patch.sh. (10 years ago) +* 9b8a35aff6d4 - HDFS-7128. Decommission slows way down when it gets towards the end. Contributed by Ming Ma. (10 years ago) +* 0263656247f3 - Fixup for CHANGES.txt (10 years ago) +* 4b2834898cbc - HADOOP-11172. Improve error message in Shell#runCommand on OutOfMemoryError. (Yongjun Zhang via wang) (10 years ago) +* b2f619752355 - HADOOP-11169. Fix DelegationTokenAuthenticatedURL to pass the connection Configurator to the authenticator. (Arun Suresh via wang) (10 years ago) +* c8617ff136aa - Missing files from the previous commit of HADOOP-11007 (10 years ago) +* 99d7a452be91 - HADOOP-11007. Reinstate building of ant tasks support. Contributed by Jason Lowe. (10 years ago) +* 30d56fdbb40d - YARN-1857. CapacityScheduler headroom doesn't account for other AM's running. Contributed by Chen He and Craig Welch (10 years ago) +* 9196db9a080b - HDFS-7186. Document the "hadoop trace" command. (Masatake Iwasaki via Colin P. McCabe) (10 years ago) +* 2e789eb2261f - MAPREDUCE-6029. TestCommitterEventHandler fails in trunk. Contributed by Mit Desai (10 years ago) +* 0fb273570cbd - HADOOP-11168. Remove duplicated entry dfs.webhdfs.enabled in the user doc. Contributed by Yi Liu. (10 years ago) +* 519e5a7dd2bd - YARN-2644. Fixed CapacityScheduler to return up-to-date headroom when AM allocates. Contributed by Craig Welch (10 years ago) +* 8dc6abf2f421 - HDFS-7194 Fix findbugs "inefficient new String constructor" warning in DFSClient#PATH (yzhang via cmccabe) (10 years ago) +* 687d83c9e10a - HADOOP-10404. Commit correct version of patch (cmccabe) (10 years ago) +* 8099de259fb9 - HADOOP-10404. Some accesses to DomainSocketWatcher#closed are not protected by the lock (cmccabe) (10 years ago) +* 3affad9ebd7d - HDFS-7169. Add SE_BAD_FIELD to findbugsExcludeFile.xml. (10 years ago) +* ea26cc0b4ac0 - YARN-2615. Changed ClientToAMTokenIdentifier/RM(Timeline)DelegationTokenIdentifier to use protobuf as payload. Contributed by Junping Du (10 years ago) +* 8380ca37237a - Move YARN-1051 to 2.6 (10 years ago) +* ed841dd9a96e - HDFS-6995. Block should be placed in the client's 'rack-local' node if 'client-local' node is not available (vinayakumarb) (10 years ago) +* 16333b4fd83e - HADOOP-10731. Sync-ing CHANGES.txt across branches. (10 years ago) +* 8f9ab998e273 - HADOOP-10681. Remove unnecessary synchronization from Snappy & Zlib codecs. Contributed by Gopal Vijayaraghavan. (10 years ago) +* bbb3b1acc0e8 - HADOOP-11163. Correct CHANGES.txt. (10 years ago) +* 69c9af91031f - HADOOP-11163. MetricsSystemImpl may miss a registered source. Contributed by Chuan Liu. (10 years ago) +* c8212bacb1b2 - YARN-1051. Add a system for creating reservations of cluster capacity. Contributed by Subru Krishnan and Carlo Curino. (10 years ago) +* a2986234be4e - YARN-2611. Fixing jenkins findbugs warning and TestRMWebServicesCapacitySched for branch YARN-1051. Contributed by Subru Krishnan and Carlo Curino. (cherry picked from commit c47464aba407d1dafe10be23fe454f0489cc4367) (10 years ago) +* 5e10a13bb475 - YARN-2576. Making test patch pass in branch. Contributed by Subru Krishnan and Carlo Curino. (cherry picked from commit 90ac0be86b898aefec5471db4027554c8e1b310c) (10 years ago) +* 3f282762d1af - MAPREDUCE-6103.Adding reservation APIs to MR resource manager delegate. Contributed by Subru Krishnan and Carlo Curino. (cherry picked from commit aa92dd45f2d8c89a8a17ad2e4449aa3ff08bc53a) (10 years ago) +* 6261f7cc69a0 - YARN-2080. Integrating reservation system with ResourceManager and client-RM protocol. Contributed by Subru Krishnan and Carlo Curino. (cherry picked from commit 8baeaead8532898163f1006276b731a237b1a559) (10 years ago) +* 3418c56bcf4b - YARN-1712. Plan follower that synchronizes the current state of reservation subsystem with the scheduler. Contributed by Subru Krishnan and Carlo Curino. (cherry picked from commit 169085319b8b76641f8b9f6840a3fef06d221e2b) (10 years ago) +* b6df0dddcdaf - YARN-1711. Policy to enforce instantaneous and over-time quotas on user reservation. Contributed by Carlo Curino and Subru Krishnan. (cherry picked from commit c4918cb4cb5a267a8cfd6eace28fcfe7ad6174e8) (10 years ago) +* f66ffcf83223 - YARN-1710. Logic to find allocations within a Plan that satisfy user ReservationRequest(s). Contributed by Carlo Curino and Subru Krishnan. (cherry picked from commit aef7928899b37262773f3dc117157bb746bf8918) (10 years ago) +* cf4b34282aaf - YARN-1709. In-memory data structures used to track resources over time to enable reservations. (cherry picked from commit 0d8b2cd88b958b1e602fd4ea4078ef8d4742a7c3) (10 years ago) +* c9266df40434 - YARN-1708. Public YARN APIs for creating/updating/deleting reservations. (cherry picked from commit 3f2e3b275bcf29264a112c5d2f4eae289fe7f52c) (10 years ago) +* 1c6950354f3c - YARN-2475. Logic for responding to capacity drops for the ReservationSystem. Contributed by Carlo Curino and Subru Krishnan. (cherry picked from commit f83a07f266f2c5e6eead554d8a331ed7e75e10d5) (10 years ago) +* eb3e40b833b9 - YARN-1707. Introduce APIs to add/remove/resize queues in the CapacityScheduler. Contributed by Carlo Curino and Subru Krishnan (cherry picked from commit aac47fda7fecda9fc18ade34d633eca895865a70) (10 years ago) +* 7f6ed7fe3651 - HDFS-7055. Add tracing to DFSInputStream (cmccabe) (10 years ago) +* 34cdcaad71ca - YARN-2468. Enhanced NodeManager to support log handling APIs (YARN-2569) for use by long running services. Contributed by Xuan Gong. (10 years ago) +* 80d11eb68e60 - YARN-2635. TestRM, TestRMRestart, TestClientToAMTokens should run with both CS and FS. (Wei Yan and kasha via kasha) (10 years ago) +* eb6ce5e97c6a - YARN-2562. Changed ContainerId#toString() to be more readable. Contributed by Tsuyoshi OZAWA (10 years ago) +* 2d8e6e2c4a52 - HADOOP-11151. Automatically refresh auth token and retry on auth failure. Contributed by Arun Suresh. (10 years ago) +* 054f28552687 - YARN-2628. Capacity scheduler with DominantResourceCalculator carries out reservation even though slots are free. Contributed by Varun Vasudev (10 years ago) +* 1c93025a1b37 - YARN-2527. Fixed the potential NPE in ApplicationACLsManager and added test cases for it. Contributed by Benoy Antony. (10 years ago) +* f679ca38ce03 - HADOOP-11160. Fix typo in nfs3 server duplicate entry reporting. Contributed by Charles Lamb. (10 years ago) +* 6ac10516e7fa - HDFS-7181. Remove incorrect precondition check on key length in FileEncryptionInfo. (wang) (10 years ago) +* d2d5a0ea03b0 - HDFS-7179. DFSClient should instantiate a KeyProvider, not a KeyProviderCryptoExtension. (wang) (10 years ago) +* a56f3ecf8685 - HDFS-7162. Fix CHANGES.txt (should have Chenging Liu's name) (10 years ago) +* 03db9cc83966 - HDFS-7162. Wrong path when deleting through fuse-dfs a file which already exists in trash (cmccabe) (10 years ago) +* 29f520052e2b - YARN-2624. Resource Localization fails on a cluster due to existing cache directories. Contributed by Anubhav Dhoot (10 years ago) +* 5e0b49da9caa - YARN-2254. TestRMWebServicesAppsModification should run against both CS and FS. (Zhihai Xu via kasha) (10 years ago) +* 3ef1cf187fae - YARN-2617. Fixed NM to not send duplicate container status whose app is not running. Contributed by Jun Gong (10 years ago) +* c2fa5d1c42bc - HDFS-7178. Additional unit test for replica write with full disk. (Arpit Agarwal) (10 years ago) +* c7cee9b45519 - YARN-1979. TestDirectoryCollection fails when the umask is unusual. (Contributed by Vinod Kumar Vavilapalli and Tsuyoshi OZAWA) (10 years ago) +* 9e40de6af795 - YARN-2446. Augmented Timeline service APIs to start taking in domains as a parameter while posting entities and events. Contributed by Zhijie Shen. (10 years ago) +* 0708827a935d - YARN-2613. Support retry in NMClient for rolling-upgrades. (Contributed by Jian He) (10 years ago) +* 8dfe54f6d3e2 - Addendum patch for HDFS-7172. Contributed by Chris Nauroth. (10 years ago) +* 52bbe0f11bc8 - YARN-2630. Prevented previous AM container status from being acquired by the current restarted AM. Contributed by Jian He. (10 years ago) +* dd1b8f2ed8a8 - HDFS-7176. The namenode usage message doesn't include "-rollingupgrade started" (cmccabe) (10 years ago) +* 875aa797caee - HDFS-6894. Add XDR parser method for each NFS response. Contributed by Brandon Li. (10 years ago) +* 1f5b42ac4881 - HDFS-7158. Reduce the memory usage of WebImageViewer. Contributed by Haohui Mai. (10 years ago) +* 737f280ddeed - HDFS-7172. Test data files may be checked out of git with incorrect line endings, causing test failures in TestHDFSCLI. Contributed by Chris Nauroth. (10 years ago) +* ba7f31c2ee8d - YARN-1972. Added a secure container-executor for Windows. Contributed by Remus Rusanu. (10 years ago) +* 5ca97f1e60b8 - YARN-1063. Augmented Hadoop common winutils to have the ability to create containers as domain users. Contributed by Remus Rusanu. Committed as a YARN patch even though all the code changes are in common. (10 years ago) +* 04b08431a344 - (weichiu/HDFS-6581, pbacsko/HDFS-6581, origin/HDFS-6581, JackWangCS/HDFS-6581, 9uapaw/HDFS-6581) HDFS-6581. Update CHANGES.txt in preparation for trunk merge (10 years ago) +* e431d054cb54 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\ +| * 3f25d916d553 - HDFS-6754. TestNamenodeCapacityReport.testXceiverCount may sometimes fail due to lack of retry. Contributed by Mit Desai. (10 years ago) +| * 17d1202c35a1 - YARN-2179. [YARN-1492] Initial cache manager structure and context. (Chris Trezzo via kasha) (10 years ago) +* | a45ad330facc - HDFS-7171. Fix Jenkins failures in HDFS-6581 branch. (Arpit Agarwal) (10 years ago) +* | 65ef35bbabef - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * 9e9e9cf71100 - HDFS-7153. Add storagePolicy to NN edit log during file creation. (Arpit Agarwal) (10 years ago) +* | dde2ed13c24e - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * a469833639c7 - HADOOP-11117 UGI HadoopLoginModule doesn't catch & wrap all kerberos-related exceptions (stevel) (10 years ago) +| * a4c9b80a7c2b - HADOOP-11113. Namenode not able to reconnect to KMS after KMS restart. (Arun Suresh via wang) (10 years ago) +| * bbff96be4811 - YARN-2602. Fixed possible NPE in ApplicationHistoryManagerOnTimelineStore. Contributed by Zhijie Shen (10 years ago) +| * d7075ada5d30 - HADOOP-11156. DelegateToFileSystem should implement getFsStatus(final Path f). Contributed by Zhihai Xu. (10 years ago) +| * 14d60dadc25b - YARN-2594. Potential deadlock in RM when querying ApplicationResourceUsageReport. (Wangda Tan via kasha) (10 years ago) +| * feaf139b4f32 - YARN-2387. Resource Manager crashes with NPE due to lack of synchronization. Contributed by Mit Desai (10 years ago) +| * 9582a5017680 - YARN-2627. Added the info logs of attemptFailuresValidityInterval and number of previous failed attempts. Contributed by Xuan Gong. (10 years ago) +| * f7743dd07dfb - YARN-2610. Hamlet should close table tags. (Ray Chiang via kasha) (10 years ago) +| * cdf1af0e5a21 - HDFS-7167. NPE while running Mover if the given path is for a file. Contributed by Jing Zhao. (10 years ago) +| * ea32a66f7d37 - Preparing to branch hadoop-2.6 (10 years ago) +| * b9158697a4f2 - HADOOP-11145. TestFairCallQueue fails. Contributed by Akira AJISAKA. (10 years ago) +| * 8dc4e9408f4c - HADOOP-11154. Update BUILDING.txt to state that CMake 3.0 or newer is required on Mac. Contributed by Chris Nauroth. (10 years ago) +* | 5e8b6973527e - HDFS-7129. Metrics to track usage of memory for writes. (Contributed by Xiaoyu Yao) (10 years ago) +* | bb84f1fccb18 - HDFS-7159. Use block storage policy to set lazy persist preference. (Arpit Agarwal) (10 years ago) +* | 368e2423a577 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * 0577eb32fc9b - HDFS-6779. Add missing version subcommand for hdfs. Contributed by Sasaki Toru. (10 years ago) +* | 7f0422be763b - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * c88c6c57aa79 - HADOOP-11130. NFS updateMaps OS check is reversed. Contributed by Brandon Li (10 years ago) +| * 64aef1896569 - HADOOP-11153. Make number of KMS threads configurable. (wang) (10 years ago) +| * c6c3247dc0dc - HDFS-7122. Use of ThreadLocal results in poor block placement. (wang) (10 years ago) +| * e10eeaabce2a - YARN-2606. Application History Server tries to access hdfs before doing secure login (Mit Desai via jeagles) (10 years ago) +| * 7f0efe96f857 - HDFS-7124. Remove EncryptionZoneManager.NULL_EZ. (clamb via wang) (10 years ago) +* | 1e6b4b9b2ee2 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * a45b331cc9b9 - Move HDFS-7157 to HDFS CHANGES.txt (10 years ago) +| * a78953c974e5 - HADOOP-11110. JavaKeystoreProvider should not report a key as created if it was not flushed to the backing file. (Arun Suresh via wang) (10 years ago) +| * f0293f11a851 - HDFS-7104. Fix and clarify INodeInPath getter functions. Contributed by Zhe Zhang. (10 years ago) +| * b3d5d269a73a - HDFS-7157. Using Time.now() for recording start/end time of reconfiguration tasks (Lei Xu via Colin Patrick McCabe) (10 years ago) +| * 9e985e6b9432 - HADOOP-11084. Jenkins patchprocess links are broken. (Arpit Agarwal) (10 years ago) +| * 23fbfe36c316 - MAPREDUCE-6094. TestMRCJCFileInputFormat.testAddInputPath() fails on trunk. Contributed by Akira AJISAKA (10 years ago) +| * 371ef4cefc65 - Move HDFS-4165 from trunk to 2.6.0 in CHANGES.txt. (10 years ago) +| * 84b9c632bf82 - HDFS-4227. Document dfs.namenode.resource.* (Daisuke Kobayashi via aw) (10 years ago) +| * 9829f9fa58bb - HDFS-6519. Document oiv_legacy command (Akira AJISAKA via aw) (10 years ago) +| * 4666440b1aa6 - MAPREDUCE-6072. Remove INSTALL document (Akira AJISAKA via aw) (10 years ago) +| * cf4631d7c944 - HADOOP-11049. javax package system class default is too broad. Contributed by Sangjin Lee (10 years ago) +| * 9c22065109a7 - YARN-1769. CapacityScheduler: Improve reservations. Contributed by Thomas Graves (10 years ago) +* | d45e7c7e856c - HDFS-7153. Add storagePolicy to NN edit log during file creation. (Arpit Agarwal) (10 years ago) +* | 9a53c3699b52 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * b38e52b5e8f2 - HDFS-7093. Add config key to restrict setStoragePolicy. (Arpit Agarwal) (10 years ago) +| * 400e1bb4eff7 - HDFS-7156. Update fsck documentation. Contributed by Masahiro Yamaguch. (10 years ago) +* | 9cbb2c55d586 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * 7f300bcdc78d - HADOOP-11143 NetUtils.wrapException loses inner stack trace on BindException (10 years ago) +| * 5f16c98ad66b - MAPREDUCE-6087. Fixed wrong config name of MRJobConfig#MR_CLIENT_TO_AM_IPC_MAX_RETRIES_ON_TIMEOUTS. Contributed by Akira AJISAKA (10 years ago) +| * 5391919b09ce - YARN-668. Changed NMTokenIdentifier/AMRMTokenIdentifier/ContainerTokenIdentifier to use protobuf object as the payload. Contributed by Junping Du. (10 years ago) +* | d96396627f98 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * 6b7673e3cd7d - HADOOP-10552. Fix usage and example at FileSystemShell.apt.vm (Kenji Kikushima via aw) (10 years ago) +| * aa5d9256fb8d - HADOOP-10731. Remove @date JavaDoc comment in ProgramDriver class (Henry Saputra via aw) (10 years ago) +| * c7c8e388a953 - MAPREDUCE-5945. Update the description of GenericOptionsParser -jt option (Akira AJISAKA via aw) (10 years ago) +| * b40f433cf8ff - MAPREDUCE-5796. Use current version of the archive name in DistributedCacheDeploy document (Akira AJISAKA via aw) (10 years ago) +| * f154ebe8c44e - HADOOP-11048. user/custom LogManager fails to load if the client classloader is enabled. Contributed by Sangjin Lee (10 years ago) +| * 32870db0fb91 - YARN-2372. There are Chinese Characters in the FairScheduler's document (Fengdong Yu via aw) (10 years ago) +| * 3a1f98168683 - HDFS-6664. HDFS permissions guide documentation states incorrect default group mapping class. (Ray Chiang via aw) (10 years ago) +| * 83264cf45764 - HADOOP-10954. Adding site documents of hadoop-tools (Masatake Iwasaki via aw) (10 years ago) +| * 1147b9ae1618 - MAPREDUCE-6073. Description of mapreduce.job.speculative.slowtaskthreshold in mapred-default should be moved into description tags (Tsuyoshi OZAWA via aw) (10 years ago) +| * df5fed5c0e5e - HADOOP-8808. Update FsShell documentation to mention deprecation of some of the commands, and mention alternatives (Akira AJISAKA via aw) (10 years ago) +* | a2d4edacea94 - HDFS-7155. Bugfix in createLocatedFileStatus caused by bad merge. (Arpit Agarwal) (10 years ago) +* | 7060502edbd6 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * ac70c2747325 - YARN-2577. Clarify ACL delimiter and how to configure ACL groups only (Mikos Christine via aw) (10 years ago) +| * 55302ccfba19 - HDFS-6956. Allow dynamically changing the tracing level in Hadoop servers (cmccabe) (10 years ago) +| * a6049aa994db - CHANGES.txt: move HDFS-6584 and its subtasks to Release 2.6.0. (10 years ago) +| * 662fc11ae7cc - MAPREDUCE-5831. Make MR client ignore unknown counters received from AM. Contributed by Junping Du. (10 years ago) +| * 4ea77efa3ab4 - HADOOP-11140. hadoop-aws only need test-scoped dependency on hadoop-common's tests jar. Contributed by Juan Yu. (10 years ago) +| * 840825d819f6 - Add HDFS-7148 to CHANGES.txt, branch-2 only commit. (10 years ago) +* | 263977969b98 - Fix test build break after merging from trunk (10 years ago) +* | 032e0eba6b5a - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * e96ce6f3e3e5 - HDFS-7077. Separate CipherSuite from crypto protocol version. (wang) (10 years ago) +| * f4357240a6f8 - YARN-2608. FairScheduler: Potential deadlocks in loading alloc files and clock access. (Wei Yan via kasha) (10 years ago) +| * e9c37de485f8 - HDFS-7131. During HA upgrade, JournalNode should create a new committedTxnId file in the current directory. Contributed by Jing Zhao. (10 years ago) +| * 8269bfa61399 - YARN-2523. ResourceManager UI showing negative value for "Decommissioned Nodes" field. Contributed by Rohith (10 years ago) +| * 9f9a2222a2e1 - HDFS-7119. Split error checks in AtomicFileOutputStream#close into separate conditions to improve diagnostics. Contributed by Chris Nauroth. (10 years ago) +| * 1861b32eb551 - HDFS-6808. Add command line option to ask DataNode reload configuration. (Lei Xu via Colin McCabe) (10 years ago) +* | 5a5a7da3a356 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * 6c5430842389 - MAPREDUCE-6093. minor distcp doc edits (Charles Lamb via aw) (10 years ago) +| * f614cb71d47a - MAPREDUCE-6109. Fix minor typo in distcp -p usage text (Charles Lamb via aw) (10 years ago) +| * b607c3c36360 - HDFS-7127. TestLeaseRecovery leaks MiniDFSCluster instances. Contributed by Chris Nauroth. (10 years ago) +| * dc2ebf88a8e6 - HDFS-7111. TestSafeMode assumes Unix line endings in safe mode tip. Contributed by Chris Nauroth. (10 years ago) +* | 364e60b1691a - HDFS-7144. Fix findbugs warnings in RamDiskReplicaTracker. (Contributed by Tsz Wo Nicholas Sze) (10 years ago) +* | e9edafc731f2 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * e0b1dc514f1b - HDFS-7118. Improve diagnostics on storage directory rename operations by using NativeIO#renameTo in Storage#rename. Contributed by Chris Nauroth. (10 years ago) +| * 6c3cebda3f36 - MAPREDUCE-6078. native-task: fix gtest build on macosx (Binglin Chang) (10 years ago) +| * dff95f7af899 - HADOOP-11101. How about inputstream close statement from catch block to finally block in FileContext#copy() ( Contributed by skrho ) (10 years ago) +* | e8e7fbe81abc - HDFS-6932. Balancer and Mover tools should ignore replicas on RAM_DISK. (Contributed by Xiaoyu Yao) (10 years ago) +* | feda4733a827 - HDFS-7143. Fix findbugs warnings in HDFS-6581 branch. (Contributed by Tsz Wo Nicholas Sze) (10 years ago) +* | b1000fbba437 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * 428a76663a0d - HDFS-7140. Add a tool to list all the existing block storage policies. Contributed by Jing Zhao. (10 years ago) +| * 72b0881ca641 - YARN-2546. Made REST API for application creation/submission use numeric and boolean types instead of the string of them. Contributed by Varun Vasudev. (10 years ago) +| * c86674a3a4d9 - YARN-2581. Passed LogAggregationContext to NM via ContainerTokenIdentifier. Contributed by Xuan Gong. (10 years ago) +| * 116f83157aae - Add branch-2 only commit HDFS-7138 to CHANGES.txt (10 years ago) +| * 63198bfba7b8 - HDFS-7139. Unit test for creating encryption zone on root path. (Zhe Zhang via wang) (10 years ago) +| * 3cde37c991b1 - HADOOP-11009. Add Timestamp Preservation to DistCp (Gary Steelman via aw) (10 years ago) +| * cbf0ae742ae3 - HADOOP-11064. UnsatisifedLinkError with hadoop 2.4 JARs on hadoop-2.6 due to NativeCRC32 method changes. Contributed by Chris Nauroth. (10 years ago) +| * 39c87344e16a - YARN-2596. TestWorkPreservingRMRestart fails with FairScheduler. (kasha) (10 years ago) +| * 9fa5a89be3ca - Move HDFS-6987 from trunk to branch-2 in CHANGES.txt (10 years ago) +| * d78b452a4f41 - YARN-2102. Added the concept of a Timeline Domain to handle read/write ACLs on Timeline service event data. Contributed by Zhijie Shen. (10 years ago) +| * 073bbd805c66 - HDFS-7081. Add new DistributedFileSystem API for getting all the existing storage policies. Contributed by Jing Zhao. (10 years ago) +| * 7af4c3888bf7 - MAPREDUCE-6104. TestJobHistoryParsing.testPartialJob fails in branch-2. Contributed by Mit Desai (10 years ago) +| * 034df0e2eb28 - YARN-2161. Fix build on macosx: YARN parts (Binglin Chang via aw) (10 years ago) +| * cb74f39697b5 - HDFS-6534. Fix build on macosx: HDFS parts (Binglin Chang via aw) (10 years ago) +| * ef784a2e08c2 - HADOOP-11017. Addendum to fix RM HA. KMS delegation token secret manager should be able to use zookeeper as store. (Arun Suresh via kasha) (10 years ago) +* | bfc7b7e6a03f - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * b93d9603a25b - HDFS-7130. TestDataTransferKeepalive fails intermittently on Windows. Contributed by Chris Nauroth. (10 years ago) +| * f48686a1ad81 - HDFS-7132. hdfs namenode -metadataVersion command does not honor configured name dirs. Contributed by Charles Lamb. (10 years ago) +| * 3dc28e2052dd - HADOOP-11092. hadoop shell commands should print usage if not given a class (aw) (10 years ago) +| * 5338ac416ab8 - YARN-2569. Added the log handling APIs for the long running services. Contributed by Xuan Gong. (10 years ago) +| * a1fd804a3144 - HDFS-7126. TestEncryptionZonesWithHA assumes Unix path separator for KMS key store path. Contributed by Xiaoyu Yao. (10 years ago) +| * 7aa667eefa25 - HADOOP-11111 MiniKDC to use locale EN_US for case conversions: hadoop-common/CHANGES.TXT (10 years ago) +| * df52fec21dfc - HADOOP-11111 MiniKDC to use locale EN_US for case conversions (10 years ago) +| * f5578207d2d2 - YARN-2252. Intermittent failure of TestFairScheduler.testContinuousScheduling. (Ratandeep Ratti and kasha via kasha) (10 years ago) +| * 568d3dc2bbe4 - YARN-1959. Fix headroom calculation in FairScheduler. (Anubhav Dhoot via kasha) (10 years ago) +| * a9a55db0650b - YARN-2584. TestContainerManagerSecurity fails on trunk. (Contributed by Jian He) (10 years ago) +* | 8b139b0800b2 - HDFS-6990. Add unit test for evict/delete RAM_DISK block with open handle. (Contributed by Xiaoyu Yao) (10 years ago) +* | 889122bd5580 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * 7b8df93ce1b7 - HDFS-7001. Tests in TestTracing should not depend on the order of execution. (iwasakims via cmccabe) (10 years ago) +| * 43efdd30b52f - YARN-2539. FairScheduler: Set the default value for maxAMShare to 0.5. (Wei Yan via kasha) (10 years ago) +| * 23e17ce0ffba - YARN-2540. FairScheduler: Queue filters not working on scheduler page in RM UI. (Ashwin Shankar via kasha) (10 years ago) +| * 912ad32b03c1 - HDFS-7106. Reconfiguring DataNode volumes does not release the lock files in removed volumes. (cnauroth via cmccabe) (10 years ago) +| * 0a641496c706 - YARN-1372. Ensure all completed containers are reported to the AMs across RM restart. Contributed by Anubhav Dhoot (10 years ago) +| * 376233cdd4a4 - MAPREDUCE-5279. Made MR headroom calculation honor cpu dimension when YARN scheduler resource type is memory plus cpu. Contributed by Peng Zhang and Varun Vasudev. (10 years ago) +| * 26cba7f35ff2 - HDFS-7115. TestEncryptionZones assumes Unix path separator for KMS key store path. Contributed by Xiaoyu Yao. (10 years ago) +| * 7039b98e1c45 - MAPREDUCE-6095. Enable DistributedCache for uber-mode Jobs. Contributed by Gera Shegalov (10 years ago) +| * 9721e2c1feb5 - YARN-2453. TestProportionalCapacityPreemptionPolicy fails with FairScheduler. (Zhihai Xu via kasha) (10 years ago) +| * eab15af12c11 - HADOOP-10131. NetWorkTopology#countNumOfAvailableNodes() is returning wrong value if excluded nodes passed are not part of the cluster tree (Contributed by Vinayakumar B) (10 years ago) +| * 1737950d0fc8 - HDFS-6987. Move CipherSuite xattr information up to the encryption zone root. Contributed by Zhe Zhang. (10 years ago) +| * c50fc9250293 - YARN-2452. TestRMApplicationHistoryWriter fails with FairScheduler. (Zhihai Xu via kasha) (10 years ago) +| * b6fd5ccbce25 - HDFS-7110. Skip tests related to short-circuit read on platforms that do not currently implement short-circuit read. Contributed by Chris Nauroth. (10 years ago) +| * 0795fe3721cf - HDFS-7109. TestDataStorage does not release file locks between tests. Contributed by Chris Nauroth. (10 years ago) +| * 47491f9a119f - HDFS-7107. Avoid Findbugs warning for synchronization on AbstractNNFailoverProxyProvider#fallbackToSimpleAuth. Contributed by Chris Nauroth. (10 years ago) +* | 8c9860f7c963 - HDFS-7071. Undo accidental commit of binary file editsStored. (10 years ago) +* | 486a76a39ba2 - HDFS-7071. Updated editsStored and editsStored.xml to bump layout version and add LazyPersist flag. (Contributed by Xiaoyu Yao and Arpit Agarwal) (10 years ago) +* | e257b6dbb11f - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * 84a0a629d3c6 - HDFS-7095. Archival Storage: TestStorageMover often fails in Jenkins. Contributed by Jing Zhao. (10 years ago) +* | 50b321068d32 - HDFS-7108. Fix unit test failures in SimulatedFsDataset. (Arpit Agarwal) (10 years ago) +* | b2d5ed36bcb8 - HDFS-7100. Make eviction scheme pluggable. (Arpit Agarwal) (10 years ago) +* | 09dab88d3eeb - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * db890eef3208 - HADOOP-11017. KMS delegation token secret manager should be able to use zookeeper as store. (asuresh via tucu) (10 years ago) +| * f85cc14eb49a - HDFS-7073. Allow falling back to a non-SASL connection on DataTransferProtocol in several edge cases. Contributed by Chris Nauroth. (10 years ago) +| * 332e2e23ba6f - HDFS-7105. Fix TestJournalNode#testFailToStartWithBadConfig to match log output change. Contributed by Ray Chiang. (10 years ago) +| * b6ceef90e52c - HADOOP-11112. TestKMSWithZK does not use KEY_PROVIDER_URI. (tucu via wang) (10 years ago) +| * 9e355719653c - HDFS-7046. HA NN can NPE upon transition to active. Contributed by Kihwal Lee. (10 years ago) +| * adf0b67a7104 - HADOOP-10970. Cleanup KMS configuration keys. (wang) (10 years ago) +| * aa1052c34b78 - YARN-2460. Remove obsolete entries from yarn-default.xml (Ray Chiang via aw) (10 years ago) +| * 951847ba9444 - MAPREDUCE-6091. YARNRunner.getJobStatus() fails with ApplicationNotFoundException if the job rolled off the RM view. Contributed by Sangjin Lee (10 years ago) +| * 9f03a7c018bb - HADOOP-10946. Fix a bunch of typos in log messages (Ray Chiang via aw) (10 years ago) +| * 444acf8ea795 - YARN-2565. Fixed RM to not use FileSystemApplicationHistoryStore unless explicitly set. Contributed by Zhijie Shen (10 years ago) +* | 222bf0fe6706 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * 25fd69a8f9de - HDFS-7096. Fix TestRpcProgramNfs3 to use DFS_ENCRYPTION_KEY_PROVIDER_URI (clamb via cmccabe) (10 years ago) +| * bf27b9ca5745 - HDFS-7065. Pipeline close recovery race can cause block corruption. Contributed by Kihwal Lee. (10 years ago) +| * f02d934fedf0 - HDFS-6948. DN rejects blocks if it has older UC block. Contributed by Eric Payne. (10 years ago) +* | e4d29fda72fb - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * 6fe5c6b746a4 - YARN-2568. Fixed the potential test failures due to race conditions when RM work-preserving recovery is enabled. Contributed by Jian He. (10 years ago) +* | f8bbf80067ac - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| +| * 64345722975a - HADOOP-11109. Site build is broken. Contributed by Jian He. (10 years ago) +| * 8e73084491c9 - HDFS-6840. Clients are always sent to the same datanode when read is off rack. (wang) (10 years ago) +| * 20a076bafce5 - HDFS-6970. Move startFile EDEK retries to the DFSClient. (wang) (10 years ago) +| * fe38d2e9b5ac - HDFS-6727. Refresh data volumes on DataNode based on configuration changes (Lei Xu via Colin Patrick McCabe) (10 years ago) +| * 5d01a684a38a - Revise the HDFS-6584 entry CHANGES.txt. (10 years ago) +| * fd3cddf3640a - Fix hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt for HDFS-6584 after merge. (10 years ago) +| * 98f7bfe99395 - Merge branch 'HDFS-6584' into trunk (10 years ago) +| |\ +| | * 76ccb80fadad - (weichiu/HDFS-6584, pbacsko/HDFS-6584, origin/HDFS-6584, JackWangCS/HDFS-6584, 9uapaw/HDFS-6584) HDFS-7088. Archival Storage: fix TestBalancer and TestBalancerWithMultipleNameNodes. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +| | * 2d2b0009e662 - Merge branch 'trunk' into HDFS-6584 (10 years ago) +| | |\ +| | * \ 911979c8ab2e - Merge changes from trunk (10 years ago) +| | |\ \ +| | * | | b014e83bc589 - HDFS-6864. Archival Storage: add user documentation. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +| | * | | 91f6ddeb34db - Fix hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt . (10 years ago) +| | * | | aaa7e217577e - Merge branch 'trunk' into HDFS-6584 (10 years ago) +| | |\ \ \ +| | * | | | bd2e409de128 - HDFS-7072. Fix TestBlockManager and TestStorageMover. Contributed by Jing Zhao (10 years ago) +| | * | | | 432b863719e1 - Merge changes from trunk (10 years ago) +| | |\ \ \ \ +| | * | | | | 2e4033e87233 - HDFS-7052. Archival Storage: Add Mover into hdfs script. Contributed by Jing Zhao. (10 years ago) +| | * | | | | ece3ecabdf34 - Merge remote-tracking branch 'origin/trunk' into HDFS-6584 (10 years ago) +| | |\ \ \ \ \ +| | * | | | | | 2689b6ca727f - HDFS-7062. Archival Storage: skip under construction block for migration. Contributed by Jing Zhao. (10 years ago) +| | * | | | | | dba52ce0bb42 - Merge branch 'trunk' into HDFS-6584 (10 years ago) +| | |\ \ \ \ \ \ +| | * | | | | | | dc27ee9ae9e1 - HDFS-7039. Archival Storage: fix Balancer tests. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +| | * | | | | | | 8de20a1987a3 - Merge trunk into HDFS-6584 (10 years ago) +| | |\ \ \ \ \ \ \ +| | * | | | | | | | 0d85f7e59146 - HDFS-7034. Archival Storage: Fix TestBlockPlacement and TestStorageMover. Contributed by Jing Zhao. (10 years ago) +| | * | | | | | | | 70dfe9cfab73 - Merge branch 'trunk' into HDFS-6584 (10 years ago) +| | |\ \ \ \ \ \ \ \ +| | * \ \ \ \ \ \ \ \ db41a1b7b944 - Merge changes from trunk (10 years ago) +| | |\ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | 4124905aa55a - HDFS-7028: FSDirectory should not get storage policy id from symlinks (10 years ago) +| | * | | | | | | | | | 6997c1c65898 - Merge remote-tracking branch 'origin/trunk' into HDFS-6584 (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | 867f0f141cc9 - HDFS-7029. Archival Storage: fix TestDFSInotifyEventInputStream and TestDistributedFileSystem. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +| | * | | | | | | | | | | 74a7e227c822 - HDFS-7027. Archival Storage: Mover does not terminate when some storage type is out of space. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +| | * | | | | | | | | | | 2b5c528a7331 - HDFS-6875. Archival Storage: support migration for a list of specified paths. Contributed by Jing Zhao. (10 years ago) +| | * | | | | | | | | | | f1432e242440 - Merge branch 'trunk' into HDFS-6584 (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | 22a41dce4af4 - HDFS-6997: add more tests for data migration and replicaion. (10 years ago) +| | * | | | | | | | | | | | ba4fc9317753 - HADOOP-11065. Rat check should exclude **/build/**. (kasha) (10 years ago) +| | * | | | | | | | | | | | a149afd9e6a9 - HADOOP-11052. hadoop_verify_secure_prereq's results aren't checked in bin/hdfs (aw) (10 years ago) +| | * | | | | | | | | | | | fc683370498a - HDFS-6998. warning message 'ssl.client.truststore.location has not been set' gets printed for hftp command. (Contributed by Xiaoyu Yao) (10 years ago) +| | * | | | | | | | | | | | c5ef9c9e69d4 - HDFS-6862. Add missing timeout annotations to tests. (Contributed by Xiaoyu Yao) (10 years ago) +| | * | | | | | | | | | | | c828b8aa91ab - HDFS-6979. Fix minor error in CHANGES.txt. Contributed by Chris Nauroth. (10 years ago) +| | * | | | | | | | | | | | 2cd5b4f20dd0 - HDFS-6979. hdfs.dll not produce .pdb files. Contributed by Chris Nauroth. (10 years ago) +| | * | | | | | | | | | | | 54767d3ff410 - Fix TestOfflineEditsViewer after merging. (10 years ago) +| | * | | | | | | | | | | | 300cb12bef98 - Merge trunk into HDFS-6584 (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | 185200e7096d - HDFS-6876. Archival Storage: support set/get storage policy in DFSAdmin. Contributed by Jing Zhao. (10 years ago) +| | * | | | | | | | | | | | | e08701ec71f7 - HDFS-6961. Archival Storage: BlockPlacementPolicy#chooseTarget should check each valid storage type in each choosing round. (10 years ago) +| | * | | | | | | | | | | | | 45d5b1325629 - Merge changes from trunk (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | 3e2a0b5446bc - HDFS-6969. Archival Storage: INode#getStoragePolicyID should always return the latest storage policy. Contributed by Jing Zhao. (10 years ago) +| | * | | | | | | | | | | | | | a26aa6bd0716 - HDFS-6944. Archival Storage: add retry and termination logic for Mover. Contributed by Jing Zhao. (10 years ago) +| | * | | | | | | | | | | | | | b7ded466b00d - HDFS-6920. Archival Storage: check the storage type of delNodeHintStorage when deleting a replica. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +| | * | | | | | | | | | | | | | 8ea20b53a861 - HDFS-6911. Archival Storage: check if a block is already scheduled in Mover. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +| | * | | | | | | | | | | | | | 555900a9dc03 - Merge branch 'trunk' into HDFS-6584 (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | e69954d22cc9 - HDFS-6906. Archival Storage: Add more tests for BlockStoragePolicy. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +| | * | | | | | | | | | | | | | | 603cbe5eead6 - HDFS-6863. Archival Storage: Support migration for snapshot paths. Contributed by Jing Zhao. (10 years ago) +| | * | | | | | | | | | | | | | | c92d869d02af - Merge r1609845 through r1619277 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 4e324bcd3df4 - Merge r1609845 through r1618763 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | | | 5d5aae0694bc - HDFS-6801. Archival Storage: Add a new data migration tool. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +| | * | | | | | | | | | | | | | | | | cb75b6b07d30 - Merge r1609845 through r1618416 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | | | | 9b250d74f029 - HDFS-6847. Support storage policy on directories and include storage policy in HdfsFileStatus. Contributed by Jing Zhao (10 years ago) +| | * | | | | | | | | | | | | | | | | | 37207b75d4b8 - HDFS-6835. Archival Storage: Add a new API to set storage policy. Contributed by Jing Zhao. (10 years ago) +| | * | | | | | | | | | | | | | | | | | de3804f756c4 - Merging r1617377 through r1617565 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 04884cd530d5 - Merging r1616894 through r1617376 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 9d5f8fa68d6b - Merging r1616428 through r1616893 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ b50cb5e0565f - Merge r1609845 through r1616427 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ dc7744d2e503 - Merge r1609845 through r1615019 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 10d6210322be - Merge r1609845 through r1614231 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 48dc486672ea - Merge r1609845 through r1612880 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | | | | | | | | | | | ac5e8aed7ca1 - HDFS-6686. Change BlockPlacementPolicy to use fallback when some storage types are unavailable. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | ee13f8bf3e19 - Merge r1609845 through r1612502 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 3de6c61f860c - Merge r1609845 through r1612431 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ee3a32784fa2 - Merge r1609845 through r1612268 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | 0a736fbc177d - HDFS-6679. Bump NameNodeLayoutVersion and update editsStored test files. Contributed by vinayakumarb (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | 014be2510fd4 - HDFS-6710. Change BlockPlacementPolicy to consider block storage policy in replica deletion. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | 2b07af0c59d1 - Merge r1609845 through r1611734 from tunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 04fd2012fdb6 - Merge r1609845 through r1611528 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 38af6101d8ee - HDFS-6671. Change BlockPlacementPolicy to consider block storage policy in replicaiton. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 395c763aef7c - Merge r1609845 through r1610532 from trunk. (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4f1fae88f8ac - HDFS-6670. Add block storage policy support with default HOT, WARM and COLD policies. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6f41baa6233d - HDFS-6677. Change INodeFile and FSImage to support storage policy ID. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f00c0df99bb3 - Create a branch for HDFS-6584: Support archival storage. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fad4cd85b313 - KMS: Support for multiple Kerberos principals. (tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e79c98c11fa8 - HDFS-7091. Add forwarding constructor for INodeFile for existing callers. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 22295b4783f2 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 52945a33cc3f - MAPREDUCE-6086. mapreduce.job.credentials.binary should allow all URIs. (Zhihai Xu via kasha) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1b4b46004acc - HADOOP-11105. Update CHANGES.txt. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1942364ef143 - HADOOP-11105. MetricsSystemImpl could leak memory in registered callbacks. Contributed by Chuan Liu. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2c3da25fd718 - MAPREDUCE-5891. Improved shuffle error handling across NM restarts. Contributed by Junping Du (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 70be56d09302 - HDFS-7003. Add NFS Gateway support for reading and writing to encryption zones. (clamb via wang) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe2f54d4cbd4 - HADOOP-11106. Document considerations of HAR and Encryption. (clamb via wang) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eb92cc67dfaa - YARN-2563. Fixed YarnClient to call getTimeLineDelegationToken only if the Token is not present. Contributed by Zhijie Shen (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a337f0e35493 - YARN-2561. MR job client cannot reconnect to AM after NM restart. Contributed by Junping Du (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1cf31980474b - MAPREDUCE-6090. mapred hsadmin getGroups fails to connect in some cases. Contributed by Robert Kanter (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 474f116f57b9 - HADOOP-11084 jenkins patchprocess links are broken (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9ea7b6c063c0 - YARN-2363. Submitted applications occasionally lack a tracking URL. Contributed by Jason Lowe (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0b10e5a0f7ce - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 570b8b468e1a - HDFS-7047. Expose FileStatus#isEncrypted in libhdfs (cmccabe) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5e4627d0fb2a - HDFS-7084. FsDatasetImpl#copyBlockFiles debug log can be improved. (Contributed by Xiaoyu Yao) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 849ccfa699d7 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 485c96e3cb9b - YARN-2001. Added a time threshold for RM to wait before starting container allocations after restart/failover. Contributed by Jian He. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a3d9934f9164 - YARN-1779. Fixed AMRMClient to handle AMRMTokens correctly across ResourceManager work-preserving-restart or failover. Contributed by Jian He. (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee21b13cbd46 - YARN-2559. Fixed NPE in SystemMetricsPublisher when retrieving FinalApplicationStatus. Contributed by Zhijie Shen (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ecefe601799 - HDFS-7078. Fix listEZs to work correctly with snapshots. (wang) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10e8602f32b5 - HDFS-7004. Update KeyProvider instantiation to create by URI. (wang) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bf38793ce169 - Move some HDFS JIRAs to the correct CHANGES.txt (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 47e5e19831a3 - HADOOP-11040. Return value of read(ByteBuffer buf) in CryptoInputStream is incorrect in some cases. (Yi Liu via wang) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 123f20d42f6a - HADOOP-11016. KMS should support signing cookies with zookeeper secret manager. (tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4eab083b1b7f - HDFS-7080. Fix finalize and upgrade unit test failures. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 900f6e52ec33 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f4886111aa57 - YARN-2558. Updated ContainerTokenIdentifier#read/write to use ContainerId#getContainerId. Contributed by Tsuyoshi OZAWA. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a186d514bd0c - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f23024852502 - HDFS-7075. hadoop-fuse-dfs fails because it cannot find JavaKeyStoreProvider$Factory. (cmccabe) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f24ac429d102 - HDFS-6843. Add to CHANGES.txt (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e3803d002c66 - HDFS-6843. Create FileStatus isEncrypted() method (clamb via cmccabe) (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 24f81568868d - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ea4e2e843eca - HDFS-6705. Create an XAttr that disallows the HDFS admin from accessing a file. (clamb via wang) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a7671d7539b - Revert "HADOOP-11016. KMS should support signing cookies with zookeeper secret manager. (tucu)" (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3f8f860cc65e - Revert "HADOOP-10982" (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d9a86031a077 - HADOOP-10982 (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0a495bef5cd6 - HADOOP-11016. KMS should support signing cookies with zookeeper secret manager. (tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e4ddb6da1542 - HADOOP-11099. KMS return HTTP UNAUTHORIZED 401 on ACL failure. (tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c0c7e6fabd57 - HADOOP-11062. CryptoCodec testcases requiring OpenSSL should be run only if -Pnative is used. (asuresh via tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8cf1052beb7c - HADOOP-11097. kms docs say proxyusers, not proxyuser for config params. (clamb via tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e14e71d5feff - HADOOP-11096. KMS: KeyAuthorizationKeyProvider should verify the keyversion belongs to the keyname on decrypt. (tucu) (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0e7d1dbf9ab7 - YARN-1250. Addendum (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dcbc46730131 - HDFS-7079. Few more unit test fixes for HDFS-6581. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a24a9331d4f0 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 90a0c03f0a69 - YARN-1250. Generic history service should support application-acls. (Contributed by Zhijie Shen) (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | b6d3230e41c7 - HADOOP-10922. User documentation for CredentialShell. Contributed by Larry McCay. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | a044407b5c3a - HDFS-6789. TestDFSClientFailover.testFileContextDoesntDnsResolveLogicalURI and TestDFSClientFailover.testDoesntDnsResolveLogicalURI failing on jdk7. Contributed by Akira Ajisaka. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 33ce887c20ec - HDFS-6851. Refactor EncryptionZoneWithId and EncryptionZone. (clamb via wang) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 02adf7185de6 - HDFS-6799. The invalidate method in SimulatedFSDataset failed to remove (invalidate) blocks from the file system. Contributed by Megasthenis Asteris. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 7971c97ec18f - HADOOP-11022. User replaced functions get lost 2-3 levels deep (e.g., sbin) (aw) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 3e85f5b605b9 - HDFS-7006. Test encryption zones with KMS. (Anthony Young-Garner and tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4603e4481f04 - HDFS-7064. Fix unit test failures in HDFS-6581 branch. (Contributed by Xiaoyu Yao) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | e0d7fb48fbe8 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ffdb7eb3b256 - HADOOP-11055. non-daemon pid files are missing (aw) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 56119fec96ab - HDFS-6880. Adding tracing to DataNode data transfer protocol (iwasakims via cmccabe) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 8e5d6713cf16 - YARN-2557. Add a parameter "attempt_Failures_Validity_Interval" into DistributedShell. Contributed by Xuan Gong (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 9f6891d9ef70 - YARN-2531. Added a configuration for admins to be able to override app-configs and enforce/not-enforce strict control of per-container cpu usage. Contributed by Varun Vasudev. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 0c26412be4b3 - HDFS-6965. NN continues to issue block locations for DNs with full disks. Contributed by Rushabh Shah. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 7e08c0f23f58 - HADOOP-10868. Addendum (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 932ae036acb9 - HADOOP-10868. AuthenticationFilter should support externalizing the secret for signing and provide rotation support. (rkanter via tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ac760a58d96 - HADOOP-11091. Eliminate old configuration parameter names from s3a (dsw via cmccabe) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | a7814e1aa440 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 8008f0e8191b - HDFS-6912. SharedFileDescriptorFactory should not allocate sparse files (cmccabe) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 2f847b335744 - HDFS-7059. HAadmin transtionToActive with forceActive option can show confusing message. Contributed by Rushabh Shah. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 0c8aec43f0ac - YARN-2438. yarn-env.sh cleanup (aw) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 88e329fdfb27 - YARN-2529. Generic history service RPC interface doesn't work when service authorization is enabled. Contributed by Zhijie Shen (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 9d4ec97c95b5 - YARN-2549. TestContainerLaunch fails due to classpath problem with hamcrest classes. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 43b030300848 - HDFS-7032. Add WebHDFS support for reading and writing to encryption zones. Contributed by Charles Lamb. (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | 24d920b80eb3 - HADOOP-10400. Incorporate new S3A FileSystem implementation. Contributed by Jordan Mendelson and Dave Wang. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | fc741b5d78e7 - HDFS-7061. Add test to verify encryption zone creation after NameNode restart without saving namespace. Contributed by Stephen Chu. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | a4dcbaa33255 - HDFS-7066. LazyWriter#evictBlocks misses a null check for replicaState. (Contributed by Xiaoyu Yao) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | fdf0542d8e69 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | 14e2639fd0d5 - YARN-611. Added an API to let apps specify an interval beyond which AM failures should be ignored towards counting max-attempts. Contributed by Xuan Gong. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | 98588cf044d9 - YARN-2528. Relaxed http response split vulnerability protection for the origins header and made it accept multiple origins in CrossOriginFilter. Contributed by Jonathan Eagles. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 9f22fb8c9a10 - HDFS-6978. Directory scanner should correctly reconcile blocks on RAM disk. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | ebdd5e50d581 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | 3c9181722b05 - Merge MR-2841 changes into main MapReduce CHANGES.txt file (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | 8a3a327cd3c7 - MAPREDUCE-2841. Merge remote-tracking branch 'apache/MR-2841' into trunk (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ b160707ace79 - (weichiu/MR-2841, pbacsko/MR-2841, origin/MR-2841, JackWangCS/MR-2841, 9uapaw/MR-2841) Merge branch 'trunk' into MR-2841 (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | 52a8b4db92a3 - MAPREDUCE-6077. native-task: Remove CustomModule examples in nativetask (seanzhong) (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | 7c91f9b1484d - MAPREDUCE-6074. native-task: Fix release audit warnings (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | 4b3f1e2ce481 - Merge remote-tracking branch 'apache/trunk' into MR-2841 (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 683987be7c16 - MAPREDUCE-6069. Lint/style fixes and removal of unused code. Contributed by Todd Lipcon. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 00322161b5d4 - MAPREDUCE-6067. native-task: fix some counter issues (Binglin Chang) (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1081d9cee23a - MAPREDUCE-6055. native-task: findbugs, interface annotations, and other misc cleanup (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | cce7d1e2f96f - Merge remote-tracking branch 'origin/trunk' into MR-2841 (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ade9b04ea0a - MAPREDUCE-6056. native-task: move system test working dir to target dir and cleanup test config xml files (Manu Zhang via bchang) (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 17cd0faaceb8 - MAPREDUCE-6058. native-task: KVTest and LargeKVTest should check mr job is sucessful (Contributed by Binglin Chang) (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bfd1d75d875b - MAPREDUCE-6054. native-task: Speed up tests. Contributed by Todd Lipcon. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fad4524c8584 - MAPREDUCE-5977. Fix or suppress native-task gcc warnings. Contributed by Manu Zhang. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6d39367f6a95 - MAPREDUCE-6025: distribute nativetask.so to right folder (Manu Zhang) (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eace4dd50b12 - MAPREDUCE-6035. native-task: sources/test-sources jar distribution. Contributed by Manu Zhang. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 808bf8bac1d4 - MAPREDUCE-6026. native-task: fix logging. Contributed by Manu Zhang. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 886338ff8043 - MAPREDUCE-6006. native-task: add native tests to maven and fix bug in pom.xml. Contributed by Binglin Chang. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4d4fb1723fd8 - MAPREDUCE-5978. native-task: remove test case for not supported codec Bzip2Codec and DefaultCodec (Manu Zhang) (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 432f641bc2f6 - MAPREDUCE-5976. native-task: should not fail to build if snappy is missing (Manu Zhang) (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ecaa81d2746 - MAPREDUCE-5984. native-task: Reuse lz4 sources in hadoop-common. Contributed by Binglin Chang (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83a396733ea4 - MAPREDUCE-6005. native-task: Fix some valgrind errors (Binglin Chang) (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 78d86a983960 - MAPREDUCE-5995. native-task: Revert changes to Text internals. Contributed by Todd Lipcon. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 43917e564d26 - Add entry to branch's CHANGES.txt for previous commit (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ea9e5b7baae3 - MAPREDUCE-5991. native-task should not run unit tests if native profile is not enabled. Contributed by Binglin Chang. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 663518032449 - MAPREDUCE-6000. native-task: Simplify ByteBufferDataReader/Writer. Contributed by Todd Lipcon. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 77acc70df5d6 - MAPREDUCE-5997. native-task: Use DirectBufferPool from Hadoop Common. Contributed by Todd Lipcon. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5149a8a6f1d2 - Merge trunk into branch (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b2cba48f36c9 - MAPREDUCE-5996. native-task: Rename system tests into standard directory layout. Contributed by Todd Lipcon. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d468a9244740 - MAPREDUCE-5994. Simplify ByteUtils and fix failing test. Contributed by Todd Lipcon. (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 341695e7317d - Merge trunk into branch (10 years ago) +| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e788e8b6eeaf - MAPREDUCE-5985. native-task: Fix build on macosx. Contributed by Binglin Chang (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b2551c06a09f - Import initial code for MAPREDUCE-2841 (native output collector) (10 years ago) +| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cc57df33b081 - Creating development branch for MAPREDUCE-2841 (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a0ad975ea1e7 - YARN-2542. Fixed NPE when retrieving ApplicationReport from TimeLineServer. Contributed by Zhijie Shen (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e65ae575a059 - YARN-2456. Possible livelock in CapacityScheduler when RM is recovering apps. Contributed by Jian He (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 40364dc47c03 - YARN-2525. yarn logs command gives error on trunk (Akira AJISAKA via aw) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 957414d4cb57 - HADOOP-11088. Unittest TestKeyShell, TestCredShell and TestKMS assume UNIX path separator for JECKS key store path. Contributed by Xiaoyu Yao. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 54e5794806bd - YARN-2547. Cross Origin Filter throws UnsupportedOperationException upon destroy (Mit Desai via jeagles) (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7aeda47bd94f - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3122daa80261 - YARN-2229. Changed the integer field of ContainerId to be long type. Contributed by Tsuyoshi OZAWA (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 78b048393a80 - YARN-2484. FileSystemRMStateStore#readFile/writeFile should close FSData(In|Out)putStream in final block. Contributed by Tsuyoshi OZAWA (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 469ea3dcef6e - YARN-2538. Added logs when RM sends roll-overed AMRMToken to AM. Contributed by Xuan Gong. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5633da2a018e - YARN-2541. Fixed ResourceManagerRest.apt.vm table syntax error. Contributed by Jian He (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d6ce26986e79 - HDFS-7051. TestDataNodeRollingUpgrade#isBlockFileInPrevious assumes Unix file path separator. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b8b1608e64e - YARN-2033. Merging generic-history into the Timeline Store (Contributed by Zhijie Shen) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 17ffbe08642c - Update CHANGES.txt to set the release date for 2.5.1 (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6c0833973202 - HADOOP-11074. Add JIRA to CHANGES.txt (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c656d7d6e534 - HADOOP-11083. After refactoring of HTTP proxyuser to common, doAs param is case sensitive. (tucu) (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 581176cdc868 - HADOOP-11085. Excessive logging by org.apache.hadoop.util.Progress when value is NaN. Contributed by Mit Desai (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 80ac6aabcea9 - HDFS-7042. Upgrade fails for Windows HA cluster due to file locks held during rename in JournalNode. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c11ada5ea6d1 - YARN-2534. FairScheduler: Potential integer overflow calculating totalMaxShare. (Zhihai Xu via kasha) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ac35e3464ff1 - HADOOP-10373: move CHANGES.txt entry to branch-2.6 (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a123d02f4190 - HADOOP-9540: move CHANGES.txt entry to 2.6 (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1e684995d7ac - HDFS-7045. Fix NameNode deadlock when opening file under /.reserved path. Contributed by Yi Liu. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d1dab6cc63ab - HDFS-6621. Hadoop Balancer prematurely exits iterations. Contributed by Rafal Wodjdyla and Benjamin Bowman. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bf64fce78c54 - HDFS-6966. Add additional unit tests for encryption zones. Contributed by Stephen Chu. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9e28e089c6bc - MAPREDUCE-6070. yarn.app.am.resource.mb/cpu-vcores affects uber mode but is not documented. Contributed by Tsuyoshi OZAWA (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4be95175cdb5 - YARN-2440. Enabled Nodemanagers to limit the aggregate cpu usage across all containers to a preconfigured limit. Contributed by Varun Vasudev. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83be3ad44484 - YARN-415. Capture aggregate memory allocation at the app-level for chargeback. Contributed by Eric Payne & Andrey Klochkov (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5ec7fcd9dd6b - HADOOP-11074. Move s3-related FS connector code to hadoop-aws. (David S. Wang via Colin Patrick McCabe) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7f80e142096a - MAPREDUCE-6075. HistoryServerFileSystemStateStore can create zero-length files. Contributed by Jason Lowe (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d38ffc8d350 - Fix CHANGES.txt. Credit Mayank Bansal for his contributions on YARN-2459 (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b02a4b40610e - HADOOP-10758. KMS: add ACLs on per key basis. (tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cbfe26370b85 - YARN-2158. Fixed TestRMWebServicesAppsModification#testSingleAppKill test failure. Contributed by Varun Vasudev (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 47bdfa044aa1 - YARN-2459. RM crashes if App gets rejected for any reason and HA is enabled. Contributed by Jian He (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b67d5ba7842c - YARN-2448. Changed ApplicationMasterProtocol to expose RM-recognized resource types to the AMs. Contributed by Varun Vasudev. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3072c83b38fd - YARN-1458. FairScheduler: Zero weight can lead to livelock. (Zhihai Xu via kasha) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b10094940484 - HADOOP-9989. Bug introduced in HADOOP-9374, which parses the -tokenCacheFile as binary file but set it to the configuration as JSON file. (zxu via tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9ee891aa9033 - HADOOP-11077. NPE if hosts not specified in ProxyUsers. (gchanan via tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bbff44cb03d0 - HDFS-6776. Using distcp to copy data between insecure and secure cluster via webdhfs doesn't work. (yzhangal via tucu) (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6dae4b430c34 - HADOOP-11057. checknative command to probe for winutils.exe on windows. Contributed by Xiaoyu Yao. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | de20cf286bcb - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0de563a18e9e - HDFS-6482. Fix CHANGES.txt in trunk. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0d2f6b4600dc - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 05af0ff4be87 - Revert HDFS-6940. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 28d99db99236 - YARN-2526. SLS can deadlock when all the threads are taken by AMSimulators. (Wei Yan via kasha) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3e8f353c8e36 - HADOOP-10925. Change attribution in CHANGES.txt from trunk to 2.6.0. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9b8104575444 - Add missing YARN-1471 to the CHANGES.txt (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2749fc677c29 - Newly moved block replica been invalidated and deleted in TestBalancer. Contributed by Binglin Chang. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be30c86cc9f7 - HDFS-6482. Fix CHANGES.txt in trunk (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 61ccd5036244 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 90c8ece1880a - HDFS-6981. Fix CHANGES.txt (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | f949f6b54825 - HDFS-6981. Fix DN upgrade with layout version change. (Arpit Agarwal) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7498dd790eca - Update CHANGES.txt for HDFS-6951 (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 04915a08141b - HDFS-6951. Correctly persist raw namespace xattrs to edit log and fsimage. Contributed by Charles Lamb. (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4ff128af1223 - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | d989ac04449d - MAPREDUCE-5972. Fix typo 'programatically' in job.xml (and a few other places) (Akira AJISAKA via aw) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 6c790a7ab054 - HDFS-6893. crypto subcommand is not sorted properly in hdfs\'s hadoop_usage (David Luo via aw) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | cad14aa91681 - HDFS-6036. Forcibly timeout misbehaving DFSClients that try to do no-checksum reads that extend too long. (cmccabe) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 6a84f88c1190 - HDFS-7005. DFS input streams do not timeout. Contributed by Daryn Sharp. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | df8c84cba851 - HADOOP-11071. KMSClientProvider should drain the local generated EEK cache on key rollover. (tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | c1f8323234e4 - HDFS-6943. Improve NN allocateBlock log to include replicas' datanode IPs. Contributed by Ming Ma. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | a18caf775362 - HDFS-6991. Notify NN of evicted block before deleting it from RAM disk. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6e5f780d1dea - Merge branch 'trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 302d9a0a0dac - Credential Provider related Unit Test Failure on Windows. Contributed by Xiaoyu Yao. (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | 0974f434c47f - YARN-2515. Updated ConverterUtils#toContainerId to parse epoch. Contributed by Tsuyoshi OZAWA (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | 56dc496a1031 - YARN-2507. Documented CrossOriginFilter configurations for the timeline server. Contributed by Jonathan Eagles. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | a092cdf32de4 - YARN-2512. Allowed pattern matching for origins in CrossOriginFilter. Contributed by Jonathan Eagles. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | ccdf0054a354 - HDFS-6977. Delete all copies when a block is deleted from the block space. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | eb8284d50e1a - Merge trunk into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | a23144fd8a1e - HDFS Credential Provider related Unit Test Failure. Contributed by Xiaoyu Yao. (10 years ago) +| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / +| |/| | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | d1fa58292e87 - HDFS-6898. DN must reserve space for a full block when an RBW block is created. (Contributed by Arpit Agarwal) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | cbea1b10efd8 - YARN-2519. Credential Provider related unit tests failed on Windows. Contributed by Xiaoyu Yao. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 31bbeaf383a7 - Merge remote-tracking branch 'apache-commit/trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | 88209ce181b5 - HDFS-6940. Refactoring to allow ConsensusNode implementation. Contributed by Konstantin Shvachko. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | 3b35f81603bb - HDFS-6986. DistributedFileSystem must get delegation tokens from configured KeyProvider. (zhz via tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | 0f3c19c1bb9e - HADOOP-11069. KMSClientProvider should use getAuthenticationMethod() to determine if in proxyuser mode or not. (tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | 71c8d735f503 - HADOOP-11070. Create MiniKMS for testing. (tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 339d21f273a7 - Merge trunk into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | e6420fec0af9 - YARN-2508. Cross Origin configuration parameters prefix are not honored (Mit Desai via jeagles) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | 21c0cdeec103 - HADOOP-11067 [HDFS-6998]. Fix CHANGES.txt (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | 0571b4561bad - HADOOP-11065. Rat check should exclude **/build/**. (kasha) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | 7a62515c8628 - HADOOP-11052. hadoop_verify_secure_prereq's results aren't checked in bin/hdfs (aw) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | 71269f70971d - HDFS-6998. warning message 'ssl.client.truststore.location has not been set' gets printed for hftp command. (Contributed by Xiaoyu Yao) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | 9609b7303a98 - HDFS-6862. Add missing timeout annotations to tests. (Contributed by Xiaoyu Yao) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | b051327ab6a0 - HDFS-6979. Fix minor error in CHANGES.txt. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | fab9bc58ec03 - HDFS-6979. hdfs.dll not produce .pdb files. Contributed by Chris Nauroth. (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | 9e941d9f9916 - HDFS-6831. Inconsistency between 'hdfs dfsadmin' and 'hdfs dfsadmin -help'. (Contributed by Xiaoyu Yao) (10 years ago) +| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / +| |/| | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | c6107f566ff0 - HDFS-6376. Distcp data between two HA clusters requires another configuration. Contributed by Dave Marion and Haohui Mai. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 45efc966ee1a - MAPREDUCE-6071. JobImpl#makeUberDecision doesn't log that Uber mode is disabled because of too much CPUs. Contributed by Tsuyoshi OZAWA (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 772d1fb01e65 - HDFS-6714. TestBlocksScheduledCounter#testBlocksScheduledCounter should shutdown cluster (vinayakumarb) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 610452036904 - HDFS-6886. Use single editlog record for creating file + overwrite. Contributed by Yi Liu. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | f7df24bb1b42 - HDFS-6996. SnapshotDiff report can hit IndexOutOfBoundsException when there are nested renamed directory/file. Contributed by Jing Zhao. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 51a4faf52199 - YARN-2511. Allowed all origins by default when CrossOriginFilter is enabled. Contributed by Jonathan Eagles. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 3fa5f728c4d6 - YARN-2431. NM restart: cgroup is not removed for reacquired containers. Contributed by Jason Lowe (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | b44b2ee4adb7 - HADOOP-11063. KMS cannot deploy on Windows, because class names are too long. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 1a095361414b - Fixing HDFS CHANGES.txt, missing HDFS-6905 entry (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 91d45f0f0172 - YARN-2509. Enable Cross Origin Filter for timeline server only and not all Yarn servers (Mit Desai via jeagles) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | b69a48c988c1 - HADOOP-11060. Create a CryptoCodec test that verifies interoperability between the JCE and OpenSSL implementations. (hitliuyi via tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 70b218748bad - HADOOP-11015. Http server/client utils to propagate and recreate Exceptions from server to client. (tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 41f1662d467e - HADOOP-11054. Add a KeyProvider instantiation based on a URI. (tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 8f1a668575d3 - HADOOP-11056. OsSecureRandom.setConf() might leak file descriptors. Contributed by Yongjun Zhang. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | f4caedfcbfea - HDFS-6959 Make the HDFS home directory location customizable. Contributed by Yongjun Zhang (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 3a0142bd773a - HDFS-6848. Lack of synchronization on access to datanodeUuid in DataStorage#format. (Contributed by Xiaoyu Yao) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | a18424e72498 - MAPREDUCE-6063. Correct spill size calculation for spills wrapping the circular buffer. Contributed by zhihai xu. (10 years ago) +| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +| |/| | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | d9a03e272adb - HADOOP-10863. KMS should have a blacklist for decrypting EEKs. (asuresh via tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | cb9b485075ce - HDFS-6930. Improve replica eviction from RAM disk. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 08a8f2be81d3 - Merge trunk into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | 1dcaba9a7aa2 - YARN-2394. FairScheduler: Configure fairSharePreemptionThreshold per queue. (Wei Yan via kasha) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | ce0462129fe0 - HADOOP-10956. Fix create-release script to include docs and necessary txt files. (kasha) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | 3425ae5d7eaa - HDFS-2975. Rename with overwrite flag true can make NameNode to stuck in safemode on NN (crash + restart). (Yi Liu via umamahesh) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 762b04e9943d - HDFS-6950. Add Additional unit tests for HDFS-6581. (Contributed by Xiaoyu Yao) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | a6b32a3e7846 - Merge trunk into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | 08a9ac7098cb - HDFS-6942. Fix typos in log messages. Contributed by Ray Chiang. (10 years ago) +| | |_|_|/ / / / / / / / / / / / / / / / / / / +| |/| | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | 727331becc39 - HDFS-4257. The ReplaceDatanodeOnFailure policies could have a forgiving option. Contributed by szetszwo. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 0340206a29ec - HADOOP-11033. shell scripts ignore JAVA_HOME on OS X. (aw) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | a0ccf83dfd6b - HDFS-6954. With crypto, no native lib systems are too verbose. Contributed by Charles Lamb. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | faa4455be512 - HDFS-6634. inotify in HDFS. Contributed by James Thomas. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 6595e92b6421 - Fix hadoop-common-project/hadoop-common/src/main/native/README to current mail list and URL (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 59384dfb710f - HADOOP-10373 create tools/hadoop-amazon for aws/EMR support (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | e06d2e3c9811 - HADOOP-11041. VersionInfo specifies subversion (Tsuyoshi OZAWA via aw) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 329b65958ff5 - Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | * | | | | | | | | | | | | | | | | | | | | | 01e8f056d9b7 - HADOOP-11012. hadoop fs -text of zero-length file causes EOFException. Contributed by Eric Payne (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | bad5f38d47f5 - HADOOP-10990. Add missed NFSv3 request and response classes. Contributed by Brandon Li (10 years ago) +| |/ / / / / / / / / / / / / / / / / / / / / / +| * | | | | | | | | | | | | | | | | | | | | | e1109fb65608 - HADOOP-11036. Add build directory to .gitignore (Tsuyoshi OZAWA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 217dea779487 - Merge remote-tracking branch 'apache-commit/trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | 258c7d0f53fb - HADOOP-10833. Remove unused cache in UserProvider. (Benoy Antony) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 0f34e6f3873a - YARN-2395. FairScheduler: Preemption timeout should be configurable per queue. (Wei Yan via kasha) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 5c14bc426b4b - YARN-1506. Changed RMNode/SchedulerNode to update resource with event notification. Contributed by Junping Du (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 270a271f53f5 - YARN-2360. Fair Scheduler: Display dynamic fair share for queues on the scheduler page. (Ashwin Shankar and Wei Yan via kasha) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 9ad413b19d98 - HADOOP-11030. Define a variable jackson.version instead of using constant at multiple places. (Juan Yu via kasha) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 6066b1a4551b - HDFS-6972. TestRefreshUserMappings.testRefreshSuperUserGroupsConfiguration doesn't decode url correctly. Contributed by Yongjun Zhang. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 93010faf10fd - Add CHANGES.txt for HADOOP-11021. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | ea1c6f31c2d2 - HADOOP-11021. Configurable replication factor in the hadoop archive command. Contributed by Zhe Zhang. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | c60da4d3b31e - HADOOP-10994. KeyProviderCryptoExtension should use CryptoCodec for generation/decryption of keys. (tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | f65183eba349 - Merge remote-tracking branch 'apache-commit/trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | b03653f9a5d5 - YARN-2462. TestNodeManagerResync#testBlockNewContainerRequestsOnStartAndResync should have a test timeout. Contributed by Eric Payne (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 7eab2a29a570 - HDFS-6774. Make FsDataset and DataStore support removing volumes. Contributed by Lei Xu. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 15366d922772 - MAPREDUCE-5931. Validate SleepJob command line parameters. Contributed by Gera Shegalov (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | b1dce2aa21d9 - HADOOP-10814. Update Tomcat version used by HttpFS and KMS to latest 6.x version. (rkanter via tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | c686aa3533b4 - YARN-2447. RM web service app submission doesn't pass secrets correctly. Contributed by Varun Vasudev (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 156e6a4f8aed - HADOOP-10911. hadoop.auth cookie after HADOOP-10710 still not proper according to RFC2109. (gchanan via tucu) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 3de66011c2e8 - YARN-2450. Fix typos in log messages. Contributed by Ray Chiang. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 4bd0194e6be6 - YARN-2449. Fixed the bug that TimelineAuthenticationFilterInitializer is not automatically added when hadoop.http.filter.initializers is not configured. Contributed by Varun Vasudev. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 4ae8178c5626 - HDFS-6800. Support Datanode layout changes with rolling upgrade. (Contributed by James Thomas) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | fa80ca49bdd7 - YARN-2405. NPE in FairSchedulerAppsBlock. (Tsuyoshi Ozawa via kasha) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 9d68445710fe - Add CHANGES.txt for YARN-2406. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 7b3e27ab7393 - YARN-2406. Move RM recovery related proto to yarn_server_resourcemanager_recovery.proto. Contributed by Tsuyoshi OZAWA (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | c92837aeab51 - HDFS-6931. Move lazily persisted replicas to finalized directory on DN startup. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 4cf9afacbe3d - HDFS-6960. Bugfix in LazyWriter, fix test case and some refactoring. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 7e32be8768b5 - Merge remote-tracking branch 'apache-commit/trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | d8774cc57719 - HADOOP-11013. CLASSPATH handling should be consolidated, debuggable (aw) (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 7119bd49c870 - HADOOP-11005. Fix HTTP content type for ReconfigurationServlet. Contributed by Lei Xu. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | ab638e77b811 - HDFS-6865. Byte array native checksumming on client side. Contributed by James Thomas. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 48aa3b7274b7 - Fix typos in log messages. Contributed by Ray Chiang (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | d9a7404c389e - Fix up CHANGES.txt for HDFS-6134, HADOOP-10150 and related JIRAs following merge to branch-2 (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 88c5e2141c4e - Fixing CHANGES.txt, moving HADOOP-8815 to 2.6.0 release (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | d1ae479aa5ae - HADOOP-10880. Move HTTP delegation tokens out of URL querystring to a header. (tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | fef8554be80c - Fix typos in log messages. Contributed by Ray Chiang (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 2ca93d1fbf0f - Fix up CHANGES.txt for HDFS-6134, HADOOP-10150 and related JIRAs following merge to branch-2 (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | bc6ce2cb34a6 - Fixing CHANGES.txt, moving HADOOP-8815 to 2.6.0 release (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 6bf16d115637 - HADOOP-10880. Move HTTP delegation tokens out of URL querystring to a header. (tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | bbaa7dc28db7 - HDFS-6928. 'hdfs put' command should accept lazyPersist flag for testing. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 722cc92fa50d - Merge remote-tracking branch 'apache-commit/trunk' into HDFS-6581 (10 years ago) +|\| | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | c4c9a784114d - HADOOP-11001. Fix test-patch to work with the git repo. (kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 2e987148e02d - HDFS-6929. NN periodically unlinks lazy persist files with missing replicas from namespace. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 3f64c4aaf00d - HDFS-6927. Initial unit tests for Lazy Persist files. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | eb448e14399e - HDFS-6926. DN support for saving replicas to persistent storage and evicting in-memory replicas. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | a317bd7b02c3 - HDFS-6925. DataNode should attempt to place replicas on transient storage first if lazyPersist flag is received. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | c2354a7f81ff - HDFS-6923. Propagate LazyPersist flag to DNs via DataTransferProtocol. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 042b33f20b01 - HDFS-6922. Add LazyPersist flag to INodeFile, save it in FsImage and edit logs. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 7f49537ba18f - HDFS-6924. Add new RAM_DISK storage type. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | a7bcc9535860 - HDFS-6921. Add LazyPersist flag to FileStatus. (Arpit Agarwal) (10 years ago) +|/ / / / / / / / / / / / / / / / / / / / / / +* | | | | | | | | | | | | | | | | | | | | | 7a1673119183 - HADOOP-10957. The globber will sometimes erroneously return a permission denied exception when there is a non-terminal wildcard. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | 37549576e7ac - Add HDFS-6879 to CHANGES.txt (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | 6962510f7297 - HDFS-6879. Adding tracing to Hadoop RPC. Contributed by Masatake Iwasaki. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | b6b95ff66700 - HDFS-6902. FileWriter should be closed in finally block in BlockReceiver#receiveBlock() (Tsuyoshi OZAWA via Colin Patrick McCabe) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | 225569ece229 - HDFS-4486. Add log category for long-running DFSClient notices. Contributed by Zhe Zhang. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | d805cc27a98a - HDFS-6773. MiniDFSCluster should skip edit log fsync by default. Contributed by Stephen Chu. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | fdd3bc5f45da - HADOOP-10746. HttpServer2 should not load JspServlet. Contributed by Haohui Mai. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | 26ebdd849b23 - HDFS-6938. Cleanup javac warnings in FSNamesystem. Contributed by Charles Lamb. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | cd9182d8b5f6 - HDFS-6892. Add XDR packaging method for each NFS request. Contributed by Brandon Li (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | 6b441d227a88 - HDFS-6908. Incorrect snapshot directory diff generated by snapshot deletion. Contributed by Juan Yu and Jing Zhao. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | e2d0ff364a84 - YARN-2182. Updated ContainerId#toString() to append RM Epoch number. Contributed by Tsuyoshi OZAWA (10 years ago) +* | | | | | | | | | | | | | | | | | | | | c5d9a4a91e4e - HDFS-6694. TestPipelinesFailover.testPipelineRecoveryStress tests fail intermittently with various symptoms - debugging patch (Contributed by Yongjun Zhang) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 812bd0c0e583 - MAPREDUCE-5885. build/test/test.mapred.spill causes release audit warnings. Contributed by Chen He (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 9ec4a930f57a - HADOOP-10996. Stop violence in the *_HOME (aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | a1618a2a77ef - HADOOP-11002. shell escapes are incompatible with previous releases (aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | d778abf022b4 - YARN-2035. FileSystemApplicationHistoryStore should not make working dir when it already exists. Contributed by Jonathan Eagles. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | d16bfd1d0f7c - YARN-1326. RM should log using RMStore at startup time. (Tsuyoshi Ozawa via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 2d9b77d6170f - Fix CHANGES.txt entry for MAPREDUCE-6033. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | dc154ab86d69 - Add a section for 2.5.1 in CHANGES.txt (10 years ago) +* | | | | | | | | | | | | | | | | | | | | e871955765a5 - HDFS-6899. Allow changing MiniDFSCluster volumes per DN and capacity per volume. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | a83d055f2552 - HDFS-4852. libhdfs documentation is out of date. Contributed by Chris Nauroth. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 4b3a6b872210 - HADOOP-10282. Create a FairCallQueue: a multi-level call queue which schedules incoming calls and multiplexes outgoing calls. (Contributed by Chris Li) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 10d267975ce1 - HADOOP-10998. Fix bash tab completion code to work (Jim Hester via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | e6c36500705d - HDFS-6829. DFSAdmin refreshSuperUserGroupsConfiguration failed in security cluster. (Contributed by zhaoyunjiong) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 524a63e59ecf - MAPREDUCE-6044. Fully qualified intermediate done dir path breaks per-user dir creation on Windows. Contributed by Zhijie Shen. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 0097b15e2150 - YARN-2393. FairScheduler: Add the notion of steady fair share. (Wei Yan via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 3aa3b0abc2a6 - HDF-6905. fs-encryption merge triggered release audit failures. (clamb via tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | b6c24472f31c - HADOOP-10989. Work around buggy getgrouplist() implementations on Linux that return 0 on failure. Contributed by Chris Nauroth. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 7be28083472e - HADOOP-8896. Javadoc points to Wrong Reader and Writer classes in SequenceFile (Ray Chiang via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 5109157ed1fb - MAPREDUCE-5130. Add missing job config options to mapred-default.xml (Ray Chiang via Sandy Ryza) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 4236c6600eda - YARN-2434. RM should not recover containers from previously failed attempt when AM restart is not enabled. Contributed by Jian He (10 years ago) +* | | | | | | | | | | | | | | | | | | | | da4ba5026925 - HADOOP-10893. isolated classloader on the client side. Contributed by Sangjin Lee (10 years ago) +* | | | | | | | | | | | | | | | | | | | | cbbb899aedac - YARN-2436. [post-HADOOP-9902] yarn application help doesn't work (10 years ago) +* | | | | | | | | | | | | | | | | | | | | ddb7f12ef91d - HADOOP-10992. Merge KMS to branch-2, updating hadoop-common CHANGES.txt. (tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 7b28f363b1b3 - HDFS-6890. NFS readdirplus doesn't return dotdot attributes. Contributed by Brandon Li (10 years ago) +* | | | | | | | | | | | | | | | | | | | | e5e9d792c790 - MAPREDUCE-5974. Allow specifying multiple MapOutputCollectors with fallback. (Todd Lipcon via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 7e75226e6871 - YARN-2424. LCE should support non-cgroups, non-secure mode (Chris Douglas via aw) (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | 6824abc19e12 - HDFS-6758. Block writer should pass the expected block size to DataXceiverServer (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | 8f00897a4be5 - HDFS-6878. Change MiniDFSCluster to support StorageType configuration for individual directories. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | 830400186107 - HDFS-6858. Allow dfs.data.transfer.saslproperties.resolver.class default to hadoop.security.saslproperties.resolver.class. Contributed by Benoy Antony. (10 years ago) +* | | | | | | | | | | | | | | | | | | | e1dd210fa55d - YARN-1919. Potential NPE in EmbeddedElectorService#stop. (Tsuyoshi Ozawa via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | | 9b8250c7423e - Set the release date for 2.5.0 in CHANGES.txt (10 years ago) +* | | | | | | | | | | | | | | | | | | | b0f0ef17f07c - Fix up CHANGES.txt for HDFS-6134, HADOOP-10150 and related JIRAs. (10 years ago) +* | | | | | | | | | | | | | | | | | | | ef32d09030b4 - [post-HADOOP-9902] mapred version is missing (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | | d7200a4b59ba - HDFS-6134 and HADOOP-10150 subtasks. Merge fs-encryption branch to trunk. (10 years ago) +|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 834fccf02b52 - (weichiu/fs-encryption, pbacsko/fs-encryption, origin/fs-encryption, JackWangCS/fs-encryption, 9uapaw/fs-encryption) Merge from trunk to branch (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | f20d36312681 - HDFS-6870. Blocks and INodes could leak for Rename with overwrite flag. Contributed by Yi Liu. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 55a2b550b5a1 - YARN-2034. Description for yarn.nodemanager.localizer.cache.target-size-mb is incorrect. Contributed by Chen He (10 years ago) +* | | | | | | | | | | | | | | | | | | | | e4539e88e388 - YARN-2174. Enable HTTPs for the writer REST API of TimelineServer. Contributed by Zhijie Shen (10 years ago) +* | | | | | | | | | | | | | | | | | | | | fbc1ee4d6fe5 - HDFS-6868. portmap and nfs3 are documented as hadoop commands instead of hdfs. Contributed by Brandon Li (10 years ago) +| * | | | | | | | | | | | | | | | | | | | d2a39b61aa78 - Merge from trunk to branch. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | f6a778c3725b - YARN-2249. Avoided AM release requests being lost on work preserving RM restart. Contributed by Jian He. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | bf9aa34dea8c - HADOOP-10968. hadoop native build fails to detect java_libarch on ppc64le (Dinar Valeev via Colin Patrick McCabe) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 375c221960ab - YARN-2409. RM ActiveToStandBy transition missing stoping previous rmDispatcher. Contributed by Rohith (10 years ago) +* | | | | | | | | | | | | | | | | | | | | 31467453ec45 - HADOOP-9902. Shell script rewrite (aw) (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | 2fb04d2a3091 - HDFS-6569. OOB message can't be sent to the client when DataNode shuts down for upgrade. Contributed by Brandon Li (10 years ago) +* | | | | | | | | | | | | | | | | | | | 1b5139b29a80 - HDFS-6188. An ip whitelist based implementation of TrustedChannelResolver. (Contributed by Benoy Antony) (10 years ago) +* | | | | | | | | | | | | | | | | | | | 379292aa9779 - HADOOP-10873. Fix dead link in Configuration javadoc (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | | 4129a6e09323 - HADOOP-10972. Native Libraries Guide contains mis-spelt build line (Peter Klavins via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | | 73325f23f691 - MAPREDUCE-6012. DBInputSplit creates invalid ranges on Oracle. (Wei Yan via kasha) (10 years ago) +| * | | | | | | | | | | | | | | | | | | a4ee77b65f31 - HDFS-6873. Constants in CommandWithDestination should be static. (clamb) (10 years ago) +| * | | | | | | | | | | | | | | | | | | 14b01dd04608 - HDFS-6872. Fix TestOptionsParser. (clamb) (10 years ago) +| * | | | | | | | | | | | | | | | | | | 0cc08f6da4d2 - Merge from trunk to branch. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | d51f81c3b6e5 - MAPREDUCE-6036. TestJobEndNotifier fails intermittently in branch-2. Contributed by chang li (10 years ago) +* | | | | | | | | | | | | | | | | | | | 55d7fecd09a5 - Update CHANGES.txt for HDFS-6561 which was renamed to HADOOP-10975. (10 years ago) +* | | | | | | | | | | | | | | | | | | | bd616552cce7 - HDFS-6825. Edit log corruption due to delayed block removal. Contributed by Yongjun Zhang. (10 years ago) +* | | | | | | | | | | | | | | | | | | | 110cf46a0725 - HADOOP-10973. Native Libraries Guide contains format error. (Contributed by Peter Klavins) (10 years ago) +* | | | | | | | | | | | | | | | | | | | e446497cd1e9 - HDFS-6561. org.apache.hadoop.util.DataChecksum should support native checksumming (James Thomas via Colin Patrick McCabe) (10 years ago) +* | | | | | | | | | | | | | | | | | | | f8e871d01b85 - MAPREDUCE-6024. Shortened the time when Fetcher is stuck in retrying before concluding the failure by configuration. Contributed by Yunjiong Zhao. (10 years ago) +* | | | | | | | | | | | | | | | | | | | 4a978bff3e8a - HADOOP-10059. RPC authentication and authorization metrics overflow to negative values on busy clusters. Contributed by Tsuyoshi OZAWA and Akira AJISAKA (10 years ago) +* | | | | | | | | | | | | | | | | | | | 08d6201b344c - MAPREDUCE-6033. Updated access check for displaying job information (Yu Gao via Eric Yang) (10 years ago) +* | | | | | | | | | | | | | | | | | | | 1c77c8041009 - HDFS-6783. Addendum patch to fix test failures. (Contributed by Yi Liu) (10 years ago) +* | | | | | | | | | | | | | | | | | | | 519c4be95a09 - YARN-2411. Support simple user and group mappings to queues. Contributed by Ram Venkatesh (10 years ago) +* | | | | | | | | | | | | | | | | | | | 86840834ed82 - HADOOP-10335. An ip whilelist based implementation to resolve Sasl properties per connection. (Contributed by Benoy Antony) (10 years ago) +* | | | | | | | | | | | | | | | | | | | 48505679c03f - HADOOP-10335. Undo checkin to resolve test build issue. (10 years ago) +* | | | | | | | | | | | | | | | | | | | b47ad1ccbaf6 - HADOOP-10335. An ip whilelist based implementation to resolve Sasl properties per connection. (Contributed by Benoy Antony) (10 years ago) +* | | | | | | | | | | | | | | | | | | | c1cd41cc49ad - HADOOP-10650. Add ability to specify a reverse ACL (black list) of users and groups. (Contributed by Benoy Antony) (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | c3084d6c1661 - YARN-2389. Added functionality for schedulers to kill all applications in a queue. Contributed by Subramaniam Venkatraman Krishnan (10 years ago) +* | | | | | | | | | | | | | | | | | | ddf108449d05 - MAPREDUCE-6032. Fix the non-unicode character in the change log in CHANGES.txt. (10 years ago) +* | | | | | | | | | | | | | | | | | | 84bc2fe4021b - MAPREDUCE-6032. Made MR jobs write job history files on the default FS when the current context’s FS is different. Contributed by Benjamin Zhitomirsky. (10 years ago) +* | | | | | | | | | | | | | | | | | | 31e478905af8 - Wrong categorization for a variety of commits in the CHANGES.txt files (10 years ago) +* | | | | | | | | | | | | | | | | | | e932365d6d46 - HADOOP-10698. KMS, add proxyuser support. (tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | 7360cec692be - YARN-2378. Added support for moving applications across queues in CapacityScheduler. Contributed by Subramaniam Venkatraman Krishnan (10 years ago) +* | | | | | | | | | | | | | | | | | | 16b7bd4e6cb9 - Move HADOOP-10121 to correct section of CHANGES.txt (10 years ago) +* | | | | | | | | | | | | | | | | | | cfeaf4cd093a - HADOOP-10964. Small fix for NetworkTopologyWithNodeGroup#sortByDistance. Contributed by Yi Liu. (10 years ago) +* | | | | | | | | | | | | | | | | | | be117cbcdf9e - HADOOP-10967. Improve DefaultCryptoExtension#generateEncryptedKey performance. (hitliuyi via tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | e86c9ef65173 - HADOOP-10770. KMS add delegation token support. (tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | 894b4e427fdc - HDFS-6850. Move NFS out of order write unit tests into TestWrites class. Contributed by Zhe Zhang. (10 years ago) +* | | | | | | | | | | | | | | | | | | 7378af7bcad7 - MAPREDUCE-5878. some standard JDK APIs are not part of system classes defaults. Contributed by Sangjin Lee (10 years ago) +* | | | | | | | | | | | | | | | | | | 0350ea3c72b8 - YARN-1918. Typo in description and error message for yarn.resourcemanager.cluster-id (Anandha L Ranganathan via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | b8ea45c2e33e - YARN-2197. Add a link to YARN CHANGES.txt in the left side of doc (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | 597b3fdc925f - HADOOP-10231. Add some components in Native Libraries document (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | a9023c2736fb - YARN-2397. Avoided loading two authentication filters for RM and TS web interfaces. Contributed by Varun Vasudev. (10 years ago) +* | | | | | | | | | | | | | | | | | | 399e428deb6a - HADOOP-10121. Fix javadoc spelling for HadoopArchives#writeTopLevelDirs (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | 2d904b3fa3bb - MAPREDUCE-5906. Inconsistent configuration in property "mapreduce.reduce.shuffle.input.buffer.percent" (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | e1f15d2cdf6b - MAPREDUCE-5999. Fix dead link in InputFormat javadoc (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | 7557f7bb2d22 - MAPREDUCE-5998. CompositeInputFormat javadoc is broken (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | 6be98091f763 - MAPREDUCE-5950. incorrect description in distcp2 document (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | 92054f2a06a0 - MAPREDUCE-5597. Missing alternatives in javadocs for deprecated constructors in mapreduce.Job (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | 9579554988f8 - MAPREDUCE-6010. HistoryServerFileSystemStateStore fails to update tokens. Contributed by Jason Lowe (10 years ago) +* | | | | | | | | | | | | | | | | | | e7b540eced92 - MAPREDUCE-5363. Fix doc and spelling for TaskCompletionEvent#getTaskStatus and getStatus (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | 1e016e6451c1 - MAPREDUCE-4791. Javadoc for KeyValueTextInputFormat should include default separator and how to change it (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | b3df973adb6a - MAPREDUCE-883. harchive: Document how to unarchive (Akira AJISAKA and Koji Noguchi via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | 13ad623b9dbb - Updated contributors name in CHANGES.txt for HDFS-6783 (10 years ago) +* | | | | | | | | | | | | | | | | | | bd79a4b92637 - HADOOP-10838. Byte array native checksumming. Contributed by James Thomas. (10 years ago) +* | | | | | | | | | | | | | | | | | | 44864c68b59a - HDFS-6783. Fix HDFS CacheReplicationMonitor rescan logic. Contributed by Yi Liu and Colin Patrick McCabe. (10 years ago) +* | | | | | | | | | | | | | | | | | | e90d940699f2 - HADOOP-10843. TestGridmixRecord unit tests failure on PowerPC (Jinghui Wang via Colin Patrick McCabe) (10 years ago) +* | | | | | | | | | | | | | | | | | | 1a535f8dcdfc - YARN-2070. Made DistributedShell publish the short user name to the timeline server. Contributed by Robert Kanter. (10 years ago) +* | | | | | | | | | | | | | | | | | | 41aa4badf827 - YARN-2277. Added cross-origin support for the timeline server web services. Contributed by Jonathan Eagles. (10 years ago) +* | | | | | | | | | | | | | | | | | | 065d9ec5d93e - HDFS-6849. Replace HttpFS custom proxyuser handling with common implementation. (tucu) (10 years ago) +* | | | | | | | | | | | | | | | | | | 2f3ed504c1d5 - HADOOP-10966. Hadoop Common native compilation broken in windows. (Contributed by David Villegas) (10 years ago) +* | | | | | | | | | | | | | | | | | | e51a5d691b00 - MAPREDUCE-5943. Separate mapred commands from CommandManual.apt.vm (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | cc93c1fd759c - MAPREDUCE-5944. Remove MRv1 commands from CommandsManual.apt.vm (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | 6ab25dfcd9ce - HADOOP-8944. Shell command fs -count should include human readable option (Jonathan Allen via aw) (continued) (10 years ago) +* | | | | | | | | | | | | | | | | | | 195961a7c1da - HDFS-6247. Avoid timeouts for replaceBlock() call by sending intermediate responses to Balancer (vinayakumarb) (10 years ago) +* | | | | | | | | | | | | | | | | | | 6554994fab2d - Reverted Merged revision(s) 1617784 from hadoop/common/trunk: HDFS-6847. Avoid timeouts for replaceBlock() call by sending intermediate responses to Balancer (Contributed by Vinayakumar B.) ........ (10 years ago) +* | | | | | | | | | | | | | | | | | | 471b1368e2a8 - HDFS-6847. Avoid timeouts for replaceBlock() call by sending intermediate responses to Balancer (Contributed by Vinayakumar B.) (10 years ago) +* | | | | | | | | | | | | | | | | | | 03d8ff496a6f - HDFS-6567. Normalize the order of public final in HdfsFileStatus. Contributed by Tassapol Athiapinya. (10 years ago) +* | | | | | | | | | | | | | | | | | | a34dafe32590 - HADOOP-8944. Shell command fs -count should include human readable option (Jonathan Allen via aw) (10 years ago) +* | | | | | | | | | | | | | | | | | | 5197f8c3c53f - YARN-1370. Fair scheduler to re-populate container allocation state. (Anubhav Dhoot via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | e0a9e1bfb724 - HADOOP-10281. Create a scheduler, which assigns schedulables a priority level. (Contributed by Chris Li) (10 years ago) +* | | | | | | | | | | | | | | | | | | f7ac928a7c4b - HADOOP-10962. Flags for posix_fadvise are not valid in some architectures (David Villegas via Colin Patrick McCabe) (10 years ago) +* | | | | | | | | | | | | | | | | | | 4239695588f0 - YARN-2399. Delete old versions of files. FairScheduler: Merge AppSchedulable and FSSchedulerApp into FSAppAttempt. (kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | d687f6f68990 - HADOOP-10851. NetgroupCache does not remove group memberships. (Contributed by Benoy Antony) (10 years ago) +* | | | | | | | | | | | | | | | | | | a72fba5853d0 - HDFS-6836. HDFS INFO logging is verbose & uses file appenders. (Contributed by Xiaoyu Yao) (10 years ago) +* | | | | | | | | | | | | | | | | | | 486e718fc1f5 - YARN-2399. FairScheduler: Merge AppSchedulable and FSSchedulerApp into FSAppAttempt. (kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | 662c5bb3af47 - HDFS-6830. BlockInfo.addStorage fails when DN changes the storage for a block replica. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | 7ad7ab1723e2 - YARN-2317. Updated the document about how to write YARN applications. Contributed by Li Lu. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | 0c9b8f2d7ffa - YARN-2373. Changed WebAppUtils to use Configuration#getPassword for accessing SSL passwords. Contributed by Larry McCay (10 years ago) +* | | | | | | | | | | | | | | | | | 0a2ee2fd53b4 - HADOOP-10820. Throw an exception in GenericOptionsParser when passed an empty Path. Contributed by Alex Holmes and Zhihai Xu. (10 years ago) +| * | | | | | | | | | | | | | | | | 20dcb841ce55 - HDFS-6546. Add non-superuser capability to get the encryption zone for a specific path. (clamb) (10 years ago) +| * | | | | | | | | | | | | | | | | 74f7be08878c - merge from trunk r1617527 (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | c2febdcbaa12 - YARN-1337. Recover containers upon nodemanager restart. (Contributed by Jason Lowe) (10 years ago) +* | | | | | | | | | | | | | | | | | 6d7a6766bd55 - HADOOP-10835. Implement HTTP proxyuser support in HTTP authentication client/server libraries. (tucu) (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | b760f20af122 - HDFS-6582. Missing null check in RpcProgramNfs3#read(XDR, SecurityHandler). Contributed by Abhiraj Butala (10 years ago) +* | | | | | | | | | | | | | | | | 80691b073fe7 - HDFS-6838. Code cleanup for unnecessary INode replacement. Contributed by Jing Zhao. (10 years ago) +* | | | | | | | | | | | | | | | | c4dc6853439d - YARN-2138. Cleaned up notifyDone* APIs in RMStateStore. Contributed by Varun Saxena (10 years ago) +* | | | | | | | | | | | | | | | | e60673697d50 - HDFS-6837. Code cleanup for Balancer and Dispatcher. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +* | | | | | | | | | | | | | | | | 946be75704ed - YARN-2400: Addendum fix for TestAMRestart failure. Contributed by Jian He (10 years ago) +* | | | | | | | | | | | | | | | | da7b508ffc33 - YARN-2361. RMAppAttempt state machine entries for KILLED state has duplicate event entries. (Zhihai Xu via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | bdd3e2ce4975 - YARN-2337. ResourceManager sets ClientRMService in RMContext multiple times. (Zhihai Xu via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | af6d70966456 - HADOOP-10402. Configuration.getValByRegex does not substitute for variables. (Robert Kanter via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | e91d099c4a41 - YARN-2302. Refactor TimelineWebServices. (Contributed by Zhijie Shen) (10 years ago) +* | | | | | | | | | | | | | | | | 743f7f30dae4 - YARN-2400. Fixed TestAMRestart fails intermittently. Contributed by Jian He: (10 years ago) +* | | | | | | | | | | | | | | | | ee3825e27831 - YARN-1954. Added waitFor to AMRMClient(Async). Contributed by Tsuyoshi Ozawa. (10 years ago) +* | | | | | | | | | | | | | | | | a7643f4de7e0 - YARN-2026. Fair scheduler: Consider only active queues for computing fairshare. (Ashwin Shankar via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | 74fe84393d9a - HADOOP-10224. JavaKeyStoreProvider has to protect against corrupting underlying store. (asuresh via tucu) (10 years ago) +* | | | | | | | | | | | | | | | | 021ae471153c - HADOOP-10862. Miscellaneous trivial corrections to KMS classes. (asuresh via tucu) (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | eeb4acd95580 - YARN-2212: ApplicationMaster needs to find a way to update the AMRMToken periodically. Contributed by Xuan Gong (10 years ago) +* | | | | | | | | | | | | | | | c3cf331dc91e - HDFS-6828. Separate block replica dispatching from Balancer. Contributed by Tsz Wo Nicholas Sze. (10 years ago) +* | | | | | | | | | | | | | | | 05d1bf4157e6 - HDFS-6830. Revert accidental checkin (10 years ago) +* | | | | | | | | | | | | | | | a70c9de3f1fc - HDFS-6830. BlockInfo.addStorage fails when DN changes the storage for a block replica. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | a42231d19b85 - HDFS-6823. dfs.web.authentication.kerberos.principal shows up in logs for insecure HDFS (10 years ago) +* | | | | | | | | | | | | | | | 6da830cfdff6 - HDFS-6823. dfs.web.authentication.kerberos.principal shows up in logs for insecure HDFS (10 years ago) +* | | | | | | | | | | | | | | | 70d453602cfd - HDFS-573. Porting libhdfs to Windows. Contributed by Chris Nauroth. (10 years ago) +* | | | | | | | | | | | | | | | 6d39525f6b71 - YARN-2352. Add missing file. FairScheduler: Collect metrics on duration of critical methods that affect performance. (kasha) (10 years ago) +* | | | | | | | | | | | | | | | 14864e9c7c87 - YARN-2352. FairScheduler: Collect metrics on duration of critical methods that affect performance. (kasha) (10 years ago) +* | | | | | | | | | | | | | | | d3a2fe280775 - HDFS-6772. Get DN storages out of blockContentsStale state faster after NN restarts. (Contributed by Ming Ma) (10 years ago) +* | | | | | | | | | | | | | | | be9c67930b57 - HADOOP-10771. Refactor HTTP delegation support out of httpfs to common, PART 2. (tucu) (10 years ago) +* | | | | | | | | | | | | | | | 4e7c4a6e1fd0 - HADOOP-10771. Refactor HTTP delegation support out of httpfs to common, PART 1. (tucu) (10 years ago) +* | | | | | | | | | | | | | | | 2ac640ec751f - HDFS-6722. Display readable last contact time for dead nodes on NN webUI. Contributed by Ming Ma. (10 years ago) +* | | | | | | | | | | | | | | | 17e436575616 - Revert HADOOP-10876. (10 years ago) +* | | | | | | | | | | | | | | | d758be1f35f6 - HDFS-6740. Make FSDataset support adding data volumes dynamically. Contributed by Lei Xu. (10 years ago) +* | | | | | | | | | | | | | | | 8b32f84e8750 - HADOOP-10929. Typo in Configuration.getPasswordFromCredentialProviders. Contributed by Larry McCay (10 years ago) +* | | | | | | | | | | | | | | | eca80dca3ee0 - HDFS-6728. Dynamically add new volumes to DataStorage, formatted if necessary. Contributed by Lei Xu. (10 years ago) +| * | | | | | | | | | | | | | | acc3d73a450f - HDFS-6839. Fix TestCLI to expect new output. (clamb) (10 years ago) +| * | | | | | | | | | | | | | | e6bdb3378453 - HADOOP-10919. Copy command should preserve raw.* namespace extended attributes. (clamb) (10 years ago) +| * | | | | | | | | | | | | | | 1fa2d6c4ba78 - HDFS-6834. Improve the configuration guidance in DFSClient when there are no Codec classes found in configs. Contributed by Uma Maheswara Rao G. (10 years ago) +| * | | | | | | | | | | | | | | 041b8326a151 - MAPREDUCE-6007. Add support to distcp to preserve raw.* namespace extended attributes. (clamb) (10 years ago) +| * | | | | | | | | | | | | | | 311d2f0773da - Merge from trunk to branch. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | de2595833cef - MAPREDUCE-6021. MR AM should have working directory in LD_LIBRARY_PATH. Contributed by Jason Lowe (10 years ago) +* | | | | | | | | | | | | | | | 8437df8ba943 - YARN-2008. Fixed CapacityScheduler to calculate headroom based on max available capacity instead of configured max capacity. Contributed by Craig Welch (10 years ago) +* | | | | | | | | | | | | | | | b98400df7b11 - HDFS-6781. Separate HDFS commands from CommandsManual.apt.vm. (Contributed by Akira Ajisaka) (10 years ago) +* | | | | | | | | | | | | | | | 3bfdb0091d3a - YARN-2288. Made persisted data in LevelDB timeline store be versioned. Contributed by Junping Du. (10 years ago) +* | | | | | | | | | | | | | | | 96fc3b3ecd4a - HADOOP-10931 compile error on tools/hadoop-openstack (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | +* | | | | | | | | | | | | | | 0ed8732feef9 - HDFS-6812. Remove addBlock and replaceBlock from DatanodeDescriptor. (10 years ago) +* | | | | | | | | | | | | | | 83b9933db334 - HDFS-6809. Move Balancer's inner classes MovedBlocks and Matcher as to standalone classes and separates KeyManager from NameNodeConnector. (10 years ago) +* | | | | | | | | | | | | | | be6360593b65 - YARN-2388. Fixed TestTimelineWebServices failure due to HADOOP-10791. Contributed by Zhijie Shen. (10 years ago) +* | | | | | | | | | | | | | | 8feddc4c840f - YARN-2359. Application hangs when it fails to launch AM container. (Zhihai Xu via kasha) (10 years ago) +* | | | | | | | | | | | | | | efc73a0f13c5 - HDFS-6791. A block could remain under replicated if all of its replicas are on decommissioned nodes. Contributed by Ming Ma. (10 years ago) +* | | | | | | | | | | | | | | 9ebeac16eb43 - YARN-2374. Fixed TestDistributedShell#testDSShell failure due to hostname dismatch. Contributed by Varun Vasudev (10 years ago) +* | | | | | | | | | | | | | | 6fa66f235742 - HDFS-6517. Remove hadoop-metrics2.properties from hdfs project (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | d7a57c27c6b9 - HDFS-6517. Remove hadoop-metrics2.properties from hdfs project (Akira AJISAKA via aw) (10 years ago) +* | | | | | | | | | | | | | | b47f65214c7a - YARN-2298. Move TimelineClient to yarn-common project (Contributed by Zhijie Shen) (10 years ago) +* | | | | | | | | | | | | | | 812ac91add51 - HDFS-6790. DFSUtil Should Use configuration.getPassword for SSL passwords. Contributed by Larry McCay (10 years ago) +* | | | | | | | | | | | | | | a4f1292a53da - HADOOP-10905. LdapGroupsMapping Should use configuration.getPassword for SSL and LDAP Passwords. Contributed by Larry McCay (10 years ago) +* | | | | | | | | | | | | | | 4869fa2cfadb - Edit CHANGES.txt files to move HADOOP-10759 and HDFS-6717 from 2.5.0 to 2.6.0 (10 years ago) +* | | | | | | | | | | | | | | 34e3bbae9fb3 - HADOOP-10939. Fix TestKeyProviderFactory testcases to use default 128 bit length keys. Contributed by Arun Suresh. (10 years ago) +* | | | | | | | | | | | | | | 857d134fda8b - MAPREDUCE-6014. New task status field in task attempts table can lead to an empty web page. Contributed by Mit Desai (10 years ago) +* | | | | | | | | | | | | | | a6cfaab5aa18 - HADOOP-10933. FileBasedKeyStoresFactory Should use Configuration.getPassword for SSL Passwords. (lmccay via tucu) (10 years ago) +* | | | | | | | | | | | | | | 2d7dcff6f420 - HADOOP-10791. AuthenticationFilter should support externalizing the secret for signing and provide rotation support. (rkanter via tucu) (10 years ago) +* | | | | | | | | | | | | | | b9984e59d832 - HADOOP-10918. JMXJsonServlet fails when used within Tomcat. (tucu) (10 years ago) +| * | | | | | | | | | | | | | 2b5e0444246e - HDFS-6817. Fix findbugs and other warnings. (yliu) (10 years ago) +| * | | | | | | | | | | | | | ac47ad11de83 - HDFS-6394. HDFS encryption documentation. (wang) (10 years ago) +| * | | | | | | | | | | | | | 7a246c447f7b - Merge from trunk to branch (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | +* | | | | | | | | | | | | | | b7e67db37238 - HADOOP-10936. Change default KeyProvider bitlength to 128. (wang) (10 years ago) +| * | | | | | | | | | | | | | ac73d416f3cf - Merge from trunk to branch (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | +* | | | | | | | | | | | | | | 513dc29ce833 - HADOOP-10937. Need to set version name correctly before decrypting EEK. Contributed by Arun Suresh. (10 years ago) +* | | | | | | | | | | | | | | c8abf5f20a7c - HADOOP-10927. Fix CredentialShell help behavior and error codes. Contributed by Josh Elser. (10 years ago) +* | | | | | | | | | | | | | | d7b5709bcb1d - HADOOP-10928. Incorrect usage on . Contributed by Josh Elser. (10 years ago) +* | | | | | | | | | | | | | | e2cb6e3c70e5 - commit the additional doc change for HDFS-6717 (10 years ago) +* | | | | | | | | | | | | | | ff189d9f31db - HADOOP-10759. Remove hardcoded JAVA_HEAP_MAX. (Sam Liu via Eric Yang) (10 years ago) +* | | | | | | | | | | | | | | c9aa74743773 - HDFS-6451. NFS should not return NFS3ERR_IO for AccessControlException. Contributed by Abhiraj Butala (10 years ago) +* | | | | | | | | | | | | | | 9ffc4b13c46c - HADOOP-10759. Remove hardcoded JAVA_HEAP_MAX. (Eric Yang) (10 years ago) +* | | | | | | | | | | | | | | 431857d09dac - HDFS-6787. Remove duplicate code in FSDirectory#unprotectedConcat. Contributed by Yi Liu. (10 years ago) +* | | | | | | | | | | | | | | b8f151231ba3 - YARN-1354. Recover applications upon nodemanager restart. (Contributed by Jason Lowe) (10 years ago) +* | | | | | | | | | | | | | | 33518e561368 - HDFS-5185. DN fails to startup if one of the data dir is full. Contributed by Vinayakumar B. (10 years ago) +* | | | | | | | | | | | | | | 30a9ec26f799 - HDFS-5723. Append failed FINALIZED replica should not be accepted as valid when that block is underconstruction. Contributed by Vinayakumar B. (10 years ago) +* | | | | | | | | | | | | | | 04ae5603707e - YARN-2370. Fix comment in o.a.h.y.server.resourcemanager.schedulerAppSchedulingInfo (Contributed by Wenwu Peng) (10 years ago) +* | | | | | | | | | | | | | | 2ad6da01c3cd - HADOOP-10903. Enhance hadoop classpath command to expand wildcards or write classpath into jar manifest. Contributed by Chris Nauroth. (10 years ago) +* | | | | | | | | | | | | | | bcf7ab1d0fe4 - HDFS-6810. StorageReport array is initialized with wrong size in DatanodeDescriptor#getStorageReports. (Contributed by szetszwo) (10 years ago) +* | | | | | | | | | | | | | | c614ceed84e6 - HADOOP-10925. Compilation fails in native link0 function on Windows. Contributed by Chris Nauroth. (10 years ago) +* | | | | | | | | | | | | | | a41c314373bf - YARN-2343. Improve NMToken expire exception message. Contributed by Li Lu (10 years ago) +* | | | | | | | | | | | | | | 1ba3f8971433 - HDFS-6482. Use block ID-based block layout on datanodes (James Thomas via Colin Patrick McCabe) (10 years ago) +* | | | | | | | | | | | | | | 07860b1c9ee3 - HDFS-6788. Improve synchronization in BPOfferService with read write lock. Contributed by Yongjun Zhang. (10 years ago) +* | | | | | | | | | | | | | | da2ce46fbe01 - HDFS-6802. Some tests in TestDFSClientFailover are missing @Test annotation. Contributed by Akira Ajisaka. (10 years ago) +* | | | | | | | | | | | | | | ce9aae4a52ce - HADOOP-10920. site plugin couldn't parse hadoop-kms index.apt.vm. Contributed by Akira Ajisaka. (10 years ago) +* | | | | | | | | | | | | | | c4a3a29541e1 - HADOOP-10793. KeyShell args should use single-dash style. (wang) (10 years ago) +* | | | | | | | | | | | | | | 5918e9915126 - HADOOP-10900. CredentialShell args should use single-dash style. (wang) (10 years ago) +* | | | | | | | | | | | | | | 0d66f1f19ce1 - HADOOP-10902. Deletion of directories with snapshots will not output reason for trash move failure. Contributed by Stephen Chu. (10 years ago) +* | | | | | | | | | | | | | | 45db4d204b79 - HDFS-6794. Update BlockManager methods to use DatanodeStorageInfo where possible. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | 7e12b1912f8c - HDFS-6796. Improve the argument check during balancer command line parsing. Contributed by Benoy Antony (10 years ago) +* | | | | | | | | | | | | | | 397c88236233 - HDFS-6798. Add test case for incorrect data node condition during balancing. (Contributed by Benoy Antony) (10 years ago) +* | | | | | | | | | | | | | | 1141edc424a2 - YARN-2051. Fix bug in PBimpls and add more unit tests with reflection. (Contributed by Binglin Chang) (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | +* | | | | | | | | | | | | | 8bca3c689ae7 - HDFS-3482. Update CHANGES.txt. (10 years ago) +* | | | | | | | | | | | | | b5b862e3afd0 - HDFS-6797. DataNode logs wrong layoutversion during upgrade. (Contributed by Benoy Antony) (10 years ago) +* | | | | | | | | | | | | | b8597e6a10b2 - HDFS-6685. Balancer should preserve storage type of replicas. (10 years ago) +* | | | | | | | | | | | | | e52f67e3897a - YARN-1994. Expose YARN/MR endpoints on multiple interfaces. Contributed by Craig Welch, Milan Potocnik,and Arpit Agarwal (10 years ago) +* | | | | | | | | | | | | | 1d6e178144e9 - YARN-2347. Consolidated RMStateVersion and NMDBSchemaVersion into Version in yarn-server-common. Contributed by Junping Du. (10 years ago) +* | | | | | | | | | | | | | b8b8f3f5e721 - HDFS-6441. Add ability to exclude/include specific datanodes while balancing. (Contributed by Benoy Antony and Yu Li) (10 years ago) +* | | | | | | | | | | | | | 4996bf8257a6 - HADOOP-10910. Increase findbugs maxHeap size. (wang) (10 years ago) +* | | | | | | | | | | | | | 18360e71f1d9 - HDFS-6768. Fix a few unit tests that use hard-coded port numbers. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | bda9c584c828 - HADOOP-10756. KMS audit log should consolidate successful similar requests. (asuresh via tucu) (10 years ago) +* | | | | | | | | | | | | | 535fe14dedbf - HDFS-6570. add api that enables checking if a user has certain permissions on a file. Contributed by Jitendra Pandey. (10 years ago) +* | | | | | | | | | | | | | 9b2bfc7c28f6 - HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA -pom indentation (10 years ago) +* | | | | | | | | | | | | | f6436c0720a5 - HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA. (10 years ago) +| * | | | | | | | | | | | | 6e421f78b3c8 - HDFS-6814. Mistakenly dfs.namenode.list.encryption.zones.num.responses configured as boolean. Contributed by Uma Maheswara Rao G. (10 years ago) +| * | | | | | | | | | | | | 10db61338971 - HADOOP-10886. CryptoCodec#getCodecclasses throws NPE when configurations not loaded. Contributed by Uma Maheswara Rao G. (10 years ago) +| * | | | | | | | | | | | | 70c99278a9ff - HDFS-6780. Batch the encryption zones listing API. (wang) (10 years ago) +| * | | | | | | | | | | | | 3d9e39e51f85 - HDFS-6807. Fix TestReservedRawPaths. (clamb) (10 years ago) +| * | | | | | | | | | | | | beebb3659531 - Fix some merge errors that slipped through. (10 years ago) +| * | | | | | | | | | | | | ab47b666d0b6 - HDFS-6785. Should not be able to create encryption zone using path to a non-directory file. (clamb) (10 years ago) +| * | | | | | | | | | | | | 74059536928b - HDFS-6692. Add more HDFS encryption tests. (wang) (10 years ago) +| * | | | | | | | | | | | | c3fa0b58847a - Merge from trunk to branch (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / +|/| | | | | | | | | | | | | +* | | | | | | | | | | | | | 09e7ff05df5a - HDFS-6778. The extended attributes javadoc should simply refer to the user docs. Contributed by Charles Lamb. (10 years ago) +* | | | | | | | | | | | | | 12241908ad5b - HDFS-6665. Add tests for XAttrs in combination with viewfs. Contributed by Stephen Chu. (10 years ago) +* | | | | | | | | | | | | | 7e54b1c6d9dc - YARN-2354. DistributedShell may allocate more containers than client specified after AM restarts. Contributed by Li Lu (10 years ago) +* | | | | | | | | | | | | | c0b49ff10728 - YARN-2328. FairScheduler: Verify update and continuous scheduling threads are stopped when the scheduler is stopped. (kasha) (10 years ago) +* | | | | | | | | | | | | | 260fd2556832 - HADOOP-8069. Enable TCP_NODELAY by default for IPC. (Contributed by Todd Lipcon) (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | +* | | | | | | | | | | | | c6cddce752bf - HADOOP-10876. The constructor of Path should not take an empty URL as a parameter. Contributed by Zhihai Xu. (10 years ago) +* | | | | | | | | | | | | 4f9ffc7455ae - HDFS-6739. Add getDatanodeStorageReport to ClientProtocol. (10 years ago) +* | | | | | | | | | | | | f49c2a1b6259 - HDFS-6717. JIRA HDFS-5804 breaks default nfs-gateway behavior for unsecured config. Contributed by Brandon Li (10 years ago) +* | | | | | | | | | | | | d6532d3a77ab - YARN-2247. Made RM web services authenticate users via kerberos and delegation token. Contributed by Varun Vasudev. (10 years ago) +| * | | | | | | | | | | | 9ca2f34c8fb0 - HDFS-6730. Create a .RAW extended attribute namespace. (clamb) (10 years ago) +| * | | | | | | | | | | | 415223548d84 - HDFS-6771. Require specification of an encryption key when creating an encryption zone. (wang) (10 years ago) +| * | | | | | | | | | | | 3a90228c30da - HDFS-6509 addendum, extra file (10 years ago) +| * | | | | | | | | | | | 407bb3d3e452 - HDFS-6509. Create a special /.reserved/raw directory for raw access to encrypted data. Contributed by Charles Lamb. (10 years ago) +| * | | | | | | | | | | | 1d3e9ec935de - merge from trunk r1613787 (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / +|/| | | | | | | | | | | | +* | | | | | | | | | | | | 549bcc2c0298 - MAPREDUCE-6002. Made MR task avoid reporting error to AM when the task process is shutting down. Contributed by Wangda Tan. (10 years ago) +* | | | | | | | | | | | | 9bce3eca42b4 - HDFS-6749. FSNamesystem methods should call resolvePath. Contributed by Charles Lamb. (10 years ago) +* | | | | | | | | | | | | 4625792c20d8 - YARN-1726. Add missing files. ResourceSchedulerWrapper broken due to AbstractYarnScheduler. (Wei Yan via kasha) (10 years ago) +* | | | | | | | | | | | | 5d4677b57b05 - YARN-1796. container-executor shouldn't require o-r permissions. Contributed by Aaron T. Myers. (10 years ago) +* | | | | | | | | | | | | b0c2c856192e - YARN-1726. ResourceSchedulerWrapper broken due to AbstractYarnScheduler. (Wei Yan via kasha) (10 years ago) +* | | | | | | | | | | | | 9cfde45b45d6 - HADOOP-10896. Update compatibility doc to capture visibility of un-annotated classes/ methods. (kasha) (10 years ago) +* | | | | | | | | | | | | e85a3fecc68b - HDFS-6750. The DataNode should use its shared memory segment to mark short-circuit replicas that have been unlinked as stale (cmccabe) (10 years ago) +* | | | | | | | | | | | | 57d8f829d930 - HDFS-6755. There is an unnecessary sleep in the code path where DFSOutputStream#close gives up its attempt to contact the namenode (mitdesai21 via cmccabe) (10 years ago) +* | | | | | | | | | | | | d4fec3493351 - YARN-2211. Persist AMRMToken master key in RMStateStore for RM recovery. Contributed by Xuan Gong (10 years ago) +* | | | | | | | | | | | | 10286e98ad3e - Fix up Common CHANGES.txt for 2.5.0 (10 years ago) +* | | | | | | | | | | | | 79d214121b29 - Fix up HDFS CHANGES.txt for 2.5.0 (10 years ago) +* | | | | | | | | | | | | cc0464f4fe79 - HDFS-6752. Avoid Address bind errors in TestDatanodeConfig#testMemlockLimit (vinayakumarb) (10 years ago) +* | | | | | | | | | | | | 77363b9d839e - YARN-2335. Annotate all hadoop-sls APIs as @Private. (Wei Yan via kasha) (10 years ago) +* | | | | | | | | | | | | 1e553858f930 - YARN-2214. FairScheduler: preemptContainerPreCheck() in FSParentQueue delays convergence towards fairness. (Ashwin Shankar via kasha) (10 years ago) +* | | | | | | | | | | | | 2bb650146ddb - HDFS-5919. FileJournalManager doesn't purge empty and corrupt inprogress edits files (vinayakumarb) (10 years ago) +| * | | | | | | | | | | | b9e4be452349 - HDFS-6724. Decrypt EDEK before creating CryptoInputStream/CryptoOutputStream. (wang) (10 years ago) +| * | | | | | | | | | | | e670641bbf7b - Merge from trunk to branch (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / +|/| | | | | | | | | | | | +* | | | | | | | | | | | | 934ba441c173 - HADOOP-10891. Add EncryptedKeyVersion factory method to KeyProviderCryptoExtension. (wang) (10 years ago) +* | | | | | | | | | | | | e171254d56bf - Name node cannot start if the path of a file under construction contains .snapshot. (wang) (10 years ago) +* | | | | | | | | | | | | 8c6e172a0ad8 - HDFS-6715. Webhdfs wont fail over when it gets java.io.IOException: Namenode is in startup mode. Contributed by Jing Zhao. (10 years ago) +* | | | | | | | | | | | | a7855e1c3376 - HDFS-6723. New NN webUI no longer displays decommissioned state for dead node. Contributed by Ming Ma. (10 years ago) +* | | | | | | | | | | | | f2137d7c0e19 - HADOOP-10894. Fix dead link in ToolRunner documentation. (Contributed by Akira Ajisaka) (10 years ago) +* | | | | | | | | | | | | ef9b6a45c437 - HDFS-6657. Remove link to 'Legacy UI' in trunk's Namenode UI. Contributed by Vinayakumar B. (10 years ago) +| |_|_|/ / / / / / / / / +|/| | | | | | | | | | | +* | | | | | | | | | | | 2054453a39ef - HADOOP-10882. Move DirectBufferPool into common util. Contributed by Todd Lipcon. (10 years ago) +* | | | | | | | | | | | 2050e0dad661 - YARN-1342. Recover container tokens upon nodemanager restart. Contributed by Jason Lowe. (10 years ago) +* | | | | | | | | | | | 06e5c5cb2de0 - YARN-2300. Improved the documentation of the sample requests for RM REST API - submitting an app. Contributed by Varun Vasudev. (10 years ago) +* | | | | | | | | | | | 9bfae4253804 - HADOOP-10887. Add XAttrs to ViewFs and make XAttrs + ViewFileSystem internal dir behavior consistent. Contributed by Stephen Chu. (10 years ago) +* | | | | | | | | | | | 28fca92521b0 - YARN-2147. client lacks delegation token exception details when application submit fails. Contributed by Chen He (10 years ago) +* | | | | | | | | | | | 2a5f1029a522 - HDFS-6455. NFS: Exception should be added in NFS log for invalid separator in nfs.exports.allowed.hosts. Contributed by Abhiraj Butala (10 years ago) +* | | | | | | | | | | | a6b1d2a85cad - HDFS-6114. Block Scan log rolling will never happen if blocks written continuously leading to huge size of dncp_block_verification.log.curr (vinayakumarb via cmccabe) (10 years ago) +* | | | | | | | | | | | 5343b43fd989 - HDFS-6422. getfattr in CLI doesn't throw exception or return non-0 return code when xattr doesn't exist. (Charles Lamb via umamahesh) (10 years ago) +* | | | | | | | | | | | b9370fdcf601 - HADOOP-10890. TestDFVariations.testMount fails intermittently. (Contributed by Yongjun Zhang) (10 years ago) +| * | | | | | | | | | | 22ba00de60c6 - Merge from trunk to branch pt 2 (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / +|/| | | | | | | | | | | +* | | | | | | | | | | | d15ea6c2db4d - Moved CHANGES.txt entry for HADOOP-10830 to 2.6 section (10 years ago) +* | | | | | | | | | | | 61156a8ae3fd - HADOOP-10830. Missing lock in JavaKeyStoreProvider.createCredentialEntry. Contributed by Benoy Antony. (10 years ago) +* | | | | | | | | | | | fa08b92f4636 - HADOOP-10872. TestPathData fails intermittently with 'Mkdirs failed to create d1'. (Contributed by Yongjun Zhang (10 years ago) +| |_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | +* | | | | | | | | | | c88402f36d40 - YARN-2313. Livelock can occur in FairScheduler when there are lots of running apps (Tsuyoshi Ozawa via Sandy Ryza) (10 years ago) +| |_|/ / / / / / / / +|/| | | | | | | | | +* | | | | | | | | | e0f00e12ce99 - HADOOP-10881. Clarify usage of encryption and encrypted encryption key in KeyProviderCryptoExtension. (wang) (10 years ago) +* | | | | | | | | | 181c4664364a - HADOOP-10855. Allow Text to be read with a known Length. Contributed by Todd Lipcon. (10 years ago) +* | | | | | | | | | ff7758299151 - YARN-2273. NPE in ContinuousScheduling thread when we lose a node. (Wei Yan via kasha) (10 years ago) +* | | | | | | | | | 853ed29f2df4 - HDFS-6731. Run 'hdfs zkfc -formatZK' on a server in a non-namenode will cause a null pointer exception. Contributed by Masatake Iwasaki (10 years ago) +* | | | | | | | | | c5686addb1ee - HDFS-6703. NFS: Files can be deleted from a read-only mount. Contributed by Srikanth Upputuri (10 years ago) +* | | | | | | | | | fee737eceda9 - HDFS-6712. Document HDFS Multihoming Settings. (Contributed by Arpit Agarwal) (10 years ago) +* | | | | | | | | | 60b1e835e0fc - MAPREDUCE-5963. ShuffleHandler DB schema should be versioned with compatible/incompatible changes. Contributed by Junping Du (10 years ago) +* | | | | | | | | | df2abcb372f3 - YARN-2131. Addendum2: Document -format-state-store. Add a way to format the RMStateStore. (Robert Kanter via kasha) (10 years ago) +* | | | | | | | | | f6c723ff0c09 - YARN-2295. Refactored DistributedShell to use public APIs of protocol records. Contributed by Li Lu (10 years ago) +* | | | | | | | | | c83c5b868ea3 - HDFS-6701. Make seed optional in NetworkTopology#sortByDistance. Contributed by Ashwin Shankar. (10 years ago) +* | | | | | | | | | 0c72ca9e7afa - HDFS-6704. Fix the command to launch JournalNode in HDFS-HA document. Contributed by Akira AJISAKA. (10 years ago) +* | | | | | | | | | 9c062e03d1ed - HADOOP-10864. Tool documentenation is broken. (Contributed by Akira Ajisaka) (10 years ago) +* | | | | | | | | | ab6af791262d - HADOOP-10826. Iteration on KeyProviderFactory.serviceLoader is thread-unsafe. (benoyantony viat tucu) (10 years ago) +* | | | | | | | | | eac0701c9670 - YARN-2319. Made the MiniKdc instance start/close before/after the class of TestRMWebServicesDelegationTokens. Contributed by Wenwu Peng. (10 years ago) +* | | | | | | | | | afb9394c9103 - YARN-2242. Addendum patch. Improve exception information on AM launch crashes. (Contributed by Li Lu) (10 years ago) +| |_|_|_|_|_|_|_|/ +|/| | | | | | | | +* | | | | | | | | 25b0e8471ed7 - HDFS-6702. Change DFSClient to pass the StorageType from the namenode to datanodes and change datanode to write block replicas using the specified storage type. (10 years ago) +* | | | | | | | | 70dededdc983 - YARN-2270. Made TestFSDownload#testDownloadPublicWithStatCache be skipped when there’s no ancestor permissions. Contributed by Akira Ajisaka. (10 years ago) +* | | | | | | | | 537c361f5bc8 - YARN-2013. The diagnostics is always the ExitCodeException stack when the container crashes. (Contributed by Tsuyoshi OZAWA) (10 years ago) +* | | | | | | | | 266a4ff6a502 - YARN-2131. Addendum. Add a way to format the RMStateStore. (Robert Kanter via kasha) (10 years ago) +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | 761d44f9003b - HADOOP-10866. RawLocalFileSystem fails to read symlink targets via the stat command when the format of the stat command uses non-curly quotes (yzhang via cmccabe) (10 years ago) +* | | | | | | | 44d9bb26d640 - HDFS-6680. BlockPlacementPolicyDefault does not choose favored nodes correctly. (10 years ago) +* | | | | | | | 1ad2d7b405e3 - YARN-2321. NodeManager web UI can incorrectly report Pmem enforcement. Contributed by Leitao Guo (10 years ago) +* | | | | | | | d3bf8186aeeb - HADOOP-10755. Support negative caching of user-group mapping. Contributed by Lei Xu. (10 years ago) +| * | | | | | | 552b4fb9f9a7 - Merge from trunk to branch (10 years ago) +| * | | | | | | 512b756973f3 - HDFS-6738. Remove unnecessary getEncryptionZoneForPath call in EZManager#createEncryptionZone. (clamb) (10 years ago) +| * | | | | | | 687ce1a5fca2 - HDFS-6733. Creating encryption zone results in NPE when KeyProvider is null. (clamb) (10 years ago) +| * | | | | | | 69b75fca7aec - HDFS-6720. Remove KeyProvider in EncryptionZoneManager. (wang) (10 years ago) +| * | | | | | | b52b80d7bdca - HADOOP-10853. Refactor get instance of CryptoCodec and support create via algorithm/mode/padding. (yliu) (10 years ago) +| * | | | | | | 6fac3e9b611c - HADOOP-10870. Failed to load OpenSSL cipher error logs on systems with old openssl versions (cmccabe) (10 years ago) +| * | | | | | | b57ec1656741 - HDFS-6718. Remove EncryptionZoneManager lock. (wang) (10 years ago) +| * | | | | | | 7b466b3b7087 - HDFS-6716. Update usage of KeyProviderCryptoExtension APIs on NameNode. (wang) (10 years ago) +| * | | | | | | a4984f5f0a21 - HADOOP-10871. incorrect prototype in OpensslSecureRandom.c (cmccabe) (10 years ago) +| * | | | | | | cb20bb611743 - Merge from trunk to branch (10 years ago) +| |\ \ \ \ \ \ \ +| |/ / / / / / / +|/| | | | | | | +* | | | | | | | c2174a55363e - MAPREDUCE-5756. CombineFileInputFormat.getSplits() including directories in its results. Contributed by Jason Dere (10 years ago) +* | | | | | | | 0c1469ece385 - HADOOP-10720. KMS: Implement generateEncryptedKey and decryptEncryptedKey in the REST API. (asuresh via tucu) (10 years ago) +* | | | | | | | 87c632c995d3 - HADOOP-10857. Native Libraries Guide does not mention a dependency on openssl-development package (ozawa via cmccabe) (10 years ago) +* | | | | | | | 9e62bcca4e2e - MAPREDUCE-5957. AM throws ClassNotFoundException with job classloader enabled if custom output format/committer is used. Contributed by Sangjin Lee (10 years ago) +* | | | | | | | 8a8708582091 - YARN-2045. Data persisted in NM should be versioned. Contributed by Junping Du (10 years ago) +| |_|_|_|_|_|/ +|/| | | | | | +* | | | | | | 7c71a3b876f1 - YARN-2323. FairShareComparator creates too many Resource objects (Hong Zhiguo via Sandy Ryza) (10 years ago) +* | | | | | | 8871d8ed9fb1 - YARN-2244. FairScheduler missing handling of containers for unknown application attempts. (Anubhav Dhoot via kasha) (10 years ago) +* | | | | | | 0a3ea6c486b4 - HADOOP-10750. KMSKeyProviderCache should be in hadoop-common. (asuresh via tucu) (10 years ago) +* | | | | | | f1b831ccfbec - YARN-2208. AMRMTokenManager need to have a way to roll over AMRMToken. Contributed by Xuan Gong (10 years ago) +* | | | | | | 64ed72a047a1 - HADOOP-10817. ProxyUsers configuration should support configurable prefixes. (tucu) (10 years ago) +* | | | | | | 7c18f8d55b89 - HDFS-6616. Add exclude-datanodes feature to WebHDFS redirection so that it will not redirect retries to the same datanode. Contributed by zhaoyunjiong (10 years ago) +* | | | | | | 551024915d48 - HDFS-6599. 2.4 addBlock is 10 to 20 times slower compared to 0.23 (daryn) (10 years ago) +| |_|_|_|_|/ +|/| | | | | +* | | | | | 08466eaa0045 - HDFS-6700. BlockPlacementPolicy shoud choose storage but not datanode for deletion. (10 years ago) +* | | | | | 936895722ea3 - fix eol style on TestBootstrapStandbyWithBKJM (10 years ago) +* | | | | | 5f9e52f7459d - HDFS-6597. Add a new option to NN upgrade to terminate the process after upgrade on NN is completed. Contributed by Danilo Vunjak. (10 years ago) +* | | | | | 9f75b97a0983 - HDFS-4120. Add a new "-skipSharedEditsCheck" option for BootstrapStandby ( Contributed by Liang Xie and Rakesh R ) (10 years ago) +* | | | | | 8f0c3419348d - reverted HDFS-4120. Add a new "-skipSharedEditsCheck" option for BootstrapStandby ( Contributed by Rakesh R ) ........ (10 years ago) +* | | | | | d2024f2e76c8 - HDFS-4120. Add a new "-skipSharedEditsCheck" option for BootstrapStandby ( Contributed by Rakesh R ) (10 years ago) +* | | | | | f71441361517 - HADOOP-10842. CryptoExtension generateEncryptedKey method should receive the key name. (asuresh via tucu) (10 years ago) +* | | | | | 7f06998bf243 - HADOOP-10841. EncryptedKeyVersion should have a key name property. (asuresh via tucu) (10 years ago) +* | | | | | 2c5ceee6abaa - HDFS-6655. Add 'header banner' to 'explorer.html' also in Namenode UI ( Contributed by Vinayakumar B ) (10 years ago) +| |_|_|_|/ +|/| | | | +* | | | | 403ec8ea80d5 - YARN-1341. Recover NMTokens upon nodemanager restart. (Contributed by Jason Lowe) (10 years ago) +* | | | | 7ba5913797c4 - HDFS-6667. In HDFS HA mode, Distcp/SLive with webhdfs on secure cluster fails with Client cannot authenticate via:[TOKEN, KERBEROS] error. Contributed by Jing Zhao. (10 years ago) +* | | | | dae1b6cc2aaa - HADOOP-10610. Upgrade S3n s3.fs.buffer.dir to support multi directories. Contributed by Ted Malaska. (10 years ago) +* | | | | ce1659f070a7 - HDFS-6693. TestDFSAdminWithHA fails on windows ( Contributed by Vinayakumar B ) (10 years ago) +* | | | | 875592220fb2 - MAPREDUCE-5910. Make MR AM resync with RM in case of work-preserving RM-restart. Contributed by Rohith (10 years ago) +* | | | | ef9e24f826c2 - HADOOP-10591. Compression codecs must used pooled direct buffers or deallocate direct buffers when stream is closed (cmccabe) (10 years ago) +* | | | | 1e7ce76bbab0 - HADOOP-10733. Fix potential null dereference in CredShell. (Ted Yu via omalley) (10 years ago) +* | | | | 9aaa714a999f - HADOOP-10732. Fix locking in credential update. (Ted Yu via omalley) (10 years ago) +* | | | | f4151bbf4f54 - HDFS-6478. RemoteException can't be retried properly for non-HA scenario. Contributed by Ming Ma. (10 years ago) +* | | | | 0a02b5a19bcc - HADOOP-10840. Fix OutOfMemoryError caused by metrics system in Azure File System. Contributed by Shanyu Zhao. (10 years ago) +* | | | | 3c193811ca36 - YARN-2219. Addendum patch for YARN-2219 (10 years ago) +* | | | | 9dff25e8904f - HADOOP-10816. KeyShell returns -1 on error to the shell, should be 1. (Mike Yoder via wang) (10 years ago) +* | | | | ca52cb01c40f - HDFS-6690. Deduplicate xattr names in memory. (wang) (10 years ago) +* | | | | bda23181bf19 - YARN-2219. Changed ResourceManager to avoid AMs and NMs getting exceptions after RM recovery but before scheduler learns about apps and app-attempts. Contributed by Jian He. (10 years ago) +* | | | | c477a166e18e - HDFS-2538. option to disable fsck dots. Contributed by Mohammad Kamrul Islam. (10 years ago) +* | | | | e8a1ff7efea5 - MAPREDUCE-5971. Move the default options for distcp -p to DistCpOptionSwitch. Contributed by Charles Lamb. (10 years ago) +* | | | | 43a12f3c0119 - MAPREDUCE-5952. LocalContainerLauncher#renameMapOutputForReduce incorrectly assumes a single dir for mapOutIndex. (Gera Shegalov via kasha) (10 years ago) +* | | | | e896de98f2db - HDFS-6689. NFS doesn't return correct lookup access for direcories. Contributed by Brandon Li (10 years ago) +* | | | | 7f357d68cca8 - HADOOP-10839. Add unregisterSource() to MetricsSystem API. Contributed by Shanyu Zhao. (10 years ago) +* | | | | 40e1bb9d316b - YARN-2264. Fixed a race condition in DrainDispatcher which may cause random test failures. Contributed by Li Lu (10 years ago) +* | | | | 43fe48d9e269 - HDFS-5624. Add HDFS tests for ACLs in combination with viewfs. Contributed by Stephen Chu. (10 years ago) +* | | | | 80d7f0911cf4 - HADOOP-10824. Refactor KMSACLs to avoid locking. (Benoy Antony via umamahesh) (10 years ago) +* | | | | dc31d66f8a97 - HADOOP-9921. daemon scripts should remove pid file on stop call after stop or process is found not running ( Contributed by Vinayakumar B) (10 years ago) +* | | | | 619837039b24 - HADOOP-10845. Add common tests for ACLs in combination with viewfs. Contributed by Stephen Chu. (10 years ago) +* | | | | 790ee4564397 - HADOOP-10673. Update rpc metrics when the call throws an exception. Contributed by Ming Ma. (10 years ago) +* | | | | 030580387a4d - YARN-2233. Implemented ResourceManager web-services to create, renew and cancel delegation tokens. Contributed by Varun Vasudev. (10 years ago) +* | | | | 2d91a0c0f173 - HADOOP-7664. Move attribution to release 2.6.0 section in CHANGES.txt. (10 years ago) +* | | | | 43589a8df70d - YARN-1408 Preemption caused Invalid State Event: ACQUIRED at KILLED and caused a task timeout for 30mins. (Sunil G via mayank) (10 years ago) +| * | | | 962ef6939e55 - HDFS-6490. Fix the keyid format for generated keys in FSNamesystem.createEncryptionZone (clamb) (10 years ago) +| * | | | 77f0e2cca57f - HDFS-6405. Test Crypto streams in HDFS. (yliu via wang) (10 years ago) +| * | | | beb0c19cde5d - HADOOP-10735. Fall back AesCtrCryptoCodec implementation from OpenSSL to JCE if non native support. (yliu) (10 years ago) +| * | | | 56c0bd4d37ab - Merge from trunk to branch (10 years ago) +| |\ \ \ \ +| |/ / / / +|/| | | | +* | | | | fb1f5bc618f4 - HDFS-6456. NFS should throw error for invalid entry in dfs.nfs.exports.allowed.hosts. Contributed by Abhiraj Butala (10 years ago) +* | | | | 4dcc08b656b0 - Addendum patch for HADOOP-10468 TestMetricsSystemImpl.testMultiThreadedPublish fails intermediately. Contributed by Akira AJISAKA (10 years ago) +| |/ / / +|/| | | +* | | | 317542f51ff7 - HADOOP-10834. Typo in CredentialShell usage. (Benoy Antony via umamahesh) (10 years ago) +* | | | 7fe6ab7f9104 - HDFS-5809. BlockPoolSliceScanner and high speed hdfs appending make datanode to drop into infinite loop (cmccabe) (10 years ago) +* | | | 65b0cfc96b11 - HADOOP-10831. UserProvider is not thread safe. (Benoy Antony via umamahesh) (10 years ago) +* | | | b60ef8b91b92 - MAPREDUCE-5790. Made it easier to enable hprof profile options by default. Contributed by Gera Shegalov. (10 years ago) +* | | | a6cd712ca7a3 - YARN-2228. Augmented TimelineServer to load pseudo authentication filter when authentication = simple. Contributed by Zhijie Shen. (10 years ago) +* | | | c6cc6a6a8e9e - YARN-2260. Fixed ResourceManager's RMNode to correctly remember containers when nodes resync during work-preserving RM restart. Contributed by Jian He. (10 years ago) +* | | | 97b5fbc281b1 - HDFS-6678. MiniDFSCluster may still be partially running after initialization fails. Contributed by Chris Nauroth. (10 years ago) +* | | | 3d9bea277a07 - HDFS-6378. NFS registration should timeout instead of hanging when portmap/rpcbind is not available. Contributed by Abhiraj Butala (10 years ago) +| |_|/ +|/| | +* | | 9fc972499fb3 - HADOOP-10810. Clean up native code compilation warnings. Contributed by Chris Nauroth. (10 years ago) +* | | 3b54223c0f32 - HDFS-2856. Fix block protocol so that Datanodes don't require root or jsvc. Contributed by Chris Nauroth. (10 years ago) +* | | 425616861bd7 - HADOOP-10780. hadoop_user_info_alloc fails on FreeBSD due to incorrect sysconf use (trtrmitya via cmccabe) (10 years ago) +* | | 4d211d5fde5a - YARN-2274. FairScheduler: Add debug information about cluster capacity, availability and reservations. (kasha) (10 years ago) +* | | 43342670db29 - HADOOP-10736. Add key attributes to the key shell. Contributed by Mike Yoder. (10 years ago) +* | | 23e61a7a25a9 - HDFS-3851. Move attribution to release 2.6.0 section in CHANGES.txt. (10 years ago) +* | | 1c6be51e5e15 - HADOOP-8158. Move attribution to release 2.6.0 section in CHANGES.txt. (10 years ago) +* | | c9676bb07c06 - HDFS-2976. Move attribution to release 2.6.0 section in CHANGES.txt. (10 years ago) +| |/ +|/| +* | 64306aa1b5f2 - MAPREDUCE-5956. Made MR AM not use maxAttempts to determine if the current attempt is the last retry. Contributed by Wangda Tan. (10 years ago) +* | 952b0fb18cc5 - HDFS-6630. Unable to fetch the block information by Browsing the file system on Namenode UI through IE9 ( Contributed by Haohui Mai) (10 years ago) +* | 81930b75bd89 - HDFS-5202. Support Centralized Cache Management on Windows. Contributed by Chris Nauroth. (10 years ago) +* | b90dfe0b499e - HDFS-6640. Syntax for MKDIRS, CREATESYMLINK, and SETXATTR are given wrongly in WebHdfs document (missed webhdfs/v1). Contributed by Stephen Chu. (10 years ago) +* | 3bdea22947c2 - Moved few YARN entries in CHANGES.txt from 2.5 to 2.6 (10 years ago) +* | c0439b732c42 - YARN-2269. Remove external links from YARN UI. Contributed by Craig Welch (10 years ago) +* | 520e458d4f7d - HADOOP-10815. Implement Windows equivalent of mlock. Contributed by Chris Nauroth. (10 years ago) +* | 50be8561a7c8 - YARN-2088. Fixed a bug in GetApplicationsRequestPBImpl#mergeLocalToBuilder. Contributed by Binglin Chang (10 years ago) +* | 9f1768fba247 - YARN-2224. Fix CHANGES.txt. This was committed as YARN-2204 before. (10 years ago) +* | c9fb040c8742 - YARN-2181. Added preemption info to logs and RM web UI. Contributed by Wangda Tan (10 years ago) +* | 8f520386fb95 - HDFS-6647. Edit log corruption when pipeline recovery occurs for deleted file present in snapshot. Contributed by Kihwal Lee. (10 years ago) +* | cce02e3bef2b - HDFS-6631. TestPread#testHedgedReadLoopTooManyTimes fails intermittently. Contributed by Liang Xie. (10 years ago) +* | 5279f64cb6e2 - HADOOP-10808. Remove unused native code for munlock. Contributed by Chris Nauroth. (10 years ago) +* | 112145727ed9 - HADOOP-10507. FsShell setfacl can throw ArrayIndexOutOfBoundsException when no perm is specified. Contributed by Stephen Chu and Sathish Gurram. (10 years ago) +* | a53262605a83 - HADOOP-10812. Delegate KeyProviderExtension#toString to underlying KeyProvider. (wang) (10 years ago) +* | e67b80ec3a9e - HDFS-6643. Refactor INodeWithAdditionalFields.PermissionStatusFormat and INodeFile.HeaderFormat. (10 years ago) +* | 36492f084b3b - HDFS-6645. Add test for successive Snapshots between XAttr modifications. Contributed by Stephen Chu. (10 years ago) +* | d9c5f20333ef - HDFS-6622. Rename and AddBlock may race and produce invalid edits (kihwal via cmccabe) (10 years ago) +* | 8044a12ac02c - HDFS-6618. FSNamesystem#delete drops the FSN lock between removing INodes from the tree and deleting them from the inode map (kihwal via cmccabe) (10 years ago) +* | 8fbca62a9008 - YARN-2131. Add a way to format the RMStateStore. (Robert Kanter via kasha) (10 years ago) +* | d751a61e5a8b - YARN-1366. Changed AMRMClient to re-register with RM and send outstanding requests back to RM on work-preserving RM restart. Contributed by Rohith (10 years ago) +* | ce0d636cceae - HADOOP-10801 dead link in site.xml (10 years ago) +* | 3b0db60113ec - HDFS-6646. [ HDFS Rolling Upgrade - Shell ] shutdownDatanode and getDatanodeInfo usage is missed ( Contributed by Brahma Reddy Battula) (10 years ago) +* | 709d5cbd7130 - HDFS-6627. Rename DataNode#checkWriteAccess to checkReadAccess. Contributed by Liang Xie. (10 years ago) +* | fc4c42c3487f - move HADOOP-10781 to 2.6 (10 years ago) +* | f62e93d591f8 - HDFS-6638. Shorten test run time with a smaller retry timeout setting. Contributed by Liang Xie. (10 years ago) +* | c030bac84f60 - HADOOP-10781. Unportable getgrouplist usage breaks FreeBSD (Dmitry Sivachenko via Colin Patrick McCabe) (10 years ago) +* | 3470dd9a2f66 - HDFS-6614. Addendum patch to shorten TestPread run time with smaller retry timeout setting. Contributed by Liang Xie. (10 years ago) +* | cddd6184ad4f - HDFS-5411. Update Bookkeeper dependency to 4.2.3. Contributed by Rakesh R. (10 years ago) +* | 986c09f68e35 - HDFS-4221. Remove the format limitation point from BKJM documentation as HDFS-3810 closed. Contributed by Rakesh R. (10 years ago) +* | e6446b708d58 - HDFS-4286. Changes from BOOKKEEPER-203 broken capability of including bookkeeper-server jar in hidden package of BKJM. Contributed by Rakesh R. (10 years ago) +* | 12c4197b3544 - YARN-2158. Improved assertion messages of TestRMWebServicesAppsModification. Contributed by Varun Vasudev. (10 years ago) +* | 76a621ffd2d6 - HDFS-6609. Use DirectorySnapshottableFeature to represent a snapshottable directory. Contributed by Jing Zhao. (10 years ago) +| * b066be8115ee - HDFS-6619. Clean up encryption-related tests. (wang) (10 years ago) +| * 905c90b06650 - HADOOP-10734. Implement high-performance secure random number sources. (Yi Liu via Colin Patrick McCabe) (10 years ago) +| * d79f27b42941 - HDFS-6474. Namenode needs to get the actual keys and iv from the KeyProvider. (wang) (10 years ago) +| * 95986dd2fb45 - MAPREDUCE-5890. Support for encrypting Intermediate data and spills in local filesystem. (asuresh via tucu) (10 years ago) +| * c30872a4ee69 - Temporary removing files incorrect case in SVN that break OSX (10 years ago) +| * d90671137e00 - HADOOP-10803. Update OpensslCipher#getInstance to accept CipherSuite#name format. (yliu) (10 years ago) +| * 7aa07912dcf4 - Move something down in CHANGES-fs-encryption.txt (10 years ago) +| * ceed0f6c4673 - HDFS-6635. Refactor encryption zone functionality into new EncryptionZoneManager class. (wang) (10 years ago) +| * dda85637df2c - Merge trunk to branch. (10 years ago) +| |\ +| |/ +|/| +* | 4b2ded8202f9 - MAPREDUCE-5517. Fixed MapReduce ApplicationMaster to not validate reduce side resource configuration for deciding uber-mode on map-only jobs. Contributed by Siqi Li. (10 years ago) +* | 286ae1edd099 - MAPREDUCE-5866. TestFixedLengthInputFormat fails in windows. Contributed by Varun Vasudev. (10 years ago) +* | d85f90e5b35f - MAPREDUCE-5868. Fixed an issue with TestPipeApplication that was causing the nightly builds to fail. Contributed by Akira Ajisaka. (10 years ago) +* | 55e7ddf514b4 - HADOOP-10782. Fix typo in DataChecksum class. Contributed by Jingguo Yao. (10 years ago) +* | 93c1bc8114da - HDFS-6617. Flake TestDFSZKFailoverController.testManualFailoverWithDFSHAAdmin due to a long edit log sync op. Contributed by Liang Xie. (10 years ago) +* | 6d7dbd4fedd9 - YARN-1367. Changed NM to not kill containers on NM resync if RM work-preserving restart is enabled. Contributed by Anubhav Dhoot (10 years ago) +* | ed642b5d8dd4 - HADOOP-10769. Create KeyProvider extension to handle delegation tokens. Contributed by Arun Suresh. (10 years ago) +* | 405dbd521e88 - HADOOP-10719. Add generateEncryptedKey and decryptEncryptedKey methods to KeyProvider. (asuresh via tucu) (10 years ago) +* | 7b5295513dce - HADOOP-10757. KeyProvider KeyVersion should provide the key name. (asuresh via tucu) (10 years ago) +* | 5644f529f33b - YARN-2250. FairScheduler.findLowestCommonAncestorQueue returns null when queues not identical (Krisztian Horvath via Sandy Ryza) (10 years ago) +* | 4074843fea2d - YARN-2251. Avoid negative elapsed time in JHS/MRAM web UI and services (Contributed by Zhijie Shen) (10 years ago) +* | 151c5deaf15f - HDFS-6511. BlockManager#computeInvalidateWork() could do nothing. Contributed by Juan Yu. (10 years ago) +* | f881f0e92317 - HDFS-6493. Change dfs.namenode.startup.delay.block.deletion to second instead of millisecond. Contributed by Juan Yu. (10 years ago) +* | 93e23a99157c - HDFS-6613. Improve logging in caching classes. (wang) (10 years ago) +* | 160c912ee63c - HDFS-6620. Snapshot docs should specify about preserve options with cp command. Contributed by Stephen Chu. (10 years ago) +* | 5cb489f9d39c - YARN-2242. Improve exception information on AM launch crashes. (Contributed by Li Lu) (10 years ago) +* | 1def6cde1fa7 - HADOOP-10312 changes.text updated in wrong place (10 years ago) +* | 8997eb2a28cd - HADOOP-9361: changes.txt (10 years ago) +* | 6cb273c9bc99 - HADOOP-9361: site and gitignore (10 years ago) +* | a10a4f72ab39 - HADOOP-9361: Strictly define FileSystem APIs - OpenStack portion (10 years ago) +* | becc23fb65a5 - HADOOP-9361: Strictly define FileSystem APIs - OpenStack portion (10 years ago) +* | b6fbaba8e98d - HADOOP-9361: Strictly define FileSystem APIs - HDFS portion (10 years ago) +* | e09ea0c06ee1 - HADOOP-9361: Strictly define FileSystem APIs (10 years ago) +* | 362ae5143c84 - HADOOP-10312 Shell.ExitCodeException to have more useful toString (10 years ago) +* | 54dc17ce2f91 - Preparing for release 2.6.0 (10 years ago) +* | c6a09d211028 - MAPREDUCE-5900. Changed to the interpret container preemption exit code as a task attempt killing event. Contributed by Mayank Bansal. (10 years ago) +* | 9b5d551ad94b - HDFS-6610. TestShortCircuitLocalRead tests sometimes timeout on slow machines. Contributed by Charles Lamb. (10 years ago) +* | 304733679133 - YARN-2022. Fixing CHANGES.txt to be correctly placed. (10 years ago) +* | 45b191e38cd2 - YARN-2232. Fixed ResourceManager to allow DelegationToken owners to be able to cancel their own tokens in secure mode. Contributed by Varun Vasudev. (10 years ago) +* | 447c1c233bed - YARN-2241. ZKRMStateStore: On startup, show nicer messages if znodes already exist. (Robert Kanter via kasha) (10 years ago) +* | 297e3c72fb73 - HDFS-6604. The short-circuit cache doesn't correctly time out replicas that haven't been used in a while (cmccabe) (10 years ago) +* | 130182df1b5b - HDFS-6614. shorten TestPread run time with a smaller retry timeout setting. Contributed by Liang Xie. (10 years ago) +* | 9dfe9cf400ab - HDFS-6612. MiniDFSNNTopology#simpleFederatedTopology(int) always hardcode nameservice ID. Contributed by Juan Yu. (10 years ago) +* | d1f54f4f4bed - YARN-2065 AM cannot create new containers after restart (10 years ago) +* | c89bf0184d56 - HDFS-6603. Add XAttr with ACL test. Contributed by Stephen Chu. (10 years ago) +* | 58e398f31df9 - YARN-2204. Explicitly enable vmem check in TestContainersMonitor#testContainerKillOnMemoryOverflow. (Anubhav Dhoot via kasha) (10 years ago) +* | 03a25d2cc1a2 - YARN-2022 Preempting an Application Master container can be kept as least priority when multiple applications are marked for preemption by ProportionalCapacityPreemptionPolicy (Sunil G via mayank) (10 years ago) +* | 075ff276ca9e - YARN-1713. Added get-new-app and submit-app functionality to RM web services. Contributed by Varun Vasudev. (10 years ago) +* | e6b0f6d34658 - HADOOP-10767. Clean up unused code in Ls shell command. Contributed by Chris Nauroth. (10 years ago) +* | 950ae82571bd - HADOOP-10695. KMSClientProvider should respect a configurable timeout. (yoderme via tucu) (10 years ago) +* | 0ca41a8f35e4 - HDFS-6591. while loop is executed tens of thousands of times in Hedged Read. Contributed by Liang Xie. (10 years ago) +* | 4ac6e1d89511 - HADOOP-10710. hadoop.auth cookie is not properly constructed according to RFC2109. (Juan Yu via tucu) (10 years ago) +* | e8186a9deea3 - HDFS-6558. Missing newline in the description of dfsadmin -rollingUpgrade. Contributed by Chen He. (10 years ago) +* | e5ae7c55d184 - TestRMApplicationHistoryWriter sometimes fails in trunk. Contributed by Zhijie Shen (10 years ago) +* | b0c51504c494 - YARN-2052. Embedded an epoch number in container id to ensure the uniqueness of container id after RM restarts. Contributed by Tsuyoshi OZAWA (10 years ago) +* | 2f75cd1190d5 - HDFS-6418. Regression: DFS_NAMENODE_USER_NAME_KEY missing (10 years ago) +* | b717d44b52a7 - YARN-614. Changed ResourceManager to not count disk failure, node loss and RM restart towards app failures. Contributed by Xuan Gong (10 years ago) +* | 94a1462bd55a - HDFS-6601. Issues in finalizing rolling upgrade when there is a layout version change. Contributed by Kihwal Lee. (10 years ago) +* | 78cafe34e6ed - HDFS-6556. Refine XAttr permissions. Contributed by Uma Maheswara Rao G. (10 years ago) +* | 55a0aa0bade4 - YARN-2201. Made TestRMWebServicesAppsModification be independent of the changes on yarn-default.xml. Contributed by Varun Vasudev. (10 years ago) +* | 739b135dcced - HADOOP-10739. Renaming a file into a directory containing the same filename results in a confusing I/O error. Contributed by chang li (10 years ago) +* | 73927ba69571 - YARN-2104. Scheduler queue filter failed to work because index of queue column changed. Contributed by Wangda Tan (10 years ago) +* | bbbbd270c7ff - HADOOP-10649. Allow overriding the default ACL for service authorization (Contributed by Benoy Antony) (10 years ago) +* | f911f5495ba7 - YARN-2204. Addendum patch. TestAMRestart#testAMRestartWithExistingContainers assumes CapacityScheduler. (Robert Kanter via kasha) (10 years ago) +* | 5f880f79d275 - HADOOP-10701. NFS should not validate the access premission only based on the user's primary group. Contributed by Harsh J. (10 years ago) +* | fdf901451fbc - HADOOP-10565. Support IP ranges (CIDR) in proxyuser.hosts. (Contributed by Benoy Antony) (10 years ago) +* | f084170a0a7f - YARN 2163. WebUI: Order of AppId in apps table should be consistent with ApplicationId.compareTo() (10 years ago) +* | 280bdb9a16a8 - HDFS-6572. Add an option to the NameNode that prints the software and on-disk image versions. Contributed by Charles Lamb. (10 years ago) +* | d43112471b2b - HADOOP-10754. Reenable several HA ZooKeeper-related tests on Windows. Contributed by Chris Nauroth. (10 years ago) +* | cfd9344540d4 - MAPREDUCE-5939. StartTime showing up as the epoch time in JHS UI after upgrade. Contributed by Chen He (10 years ago) +* | f194aaa0d120 - HADOOP-8943. Support multiple group mapping providers. Contributed by Kai Zheng (10 years ago) +* | c3e26735a662 - HADOOP-9705. FsShell cp -p does not preserve directory attibutes. Contributed by Akira AJISAKA. (10 years ago) +* | 7fcaab235040 - HADOOP-10715. Remove public GraphiteSink#setWriter() (10 years ago) +* | 9571db19ebe3 - YARN-2171. Improved CapacityScheduling to not lock on nodemanager-count when AMs heartbeat in. Contributed by Jason Lowe. (10 years ago) +* | e3612e442809 - HDFS-6595. Allow the maximum threads for balancing on datanodes to be configurable. Contributed by Benoy Antony (10 years ago) +* | 1a3a7e0c1a57 - YARN-2204. TestAMRestart#testAMRestartWithExistingContainers assumes CapacityScheduler. (Robert Kanter via kasha) (10 years ago) +* | c3f1c30e65cc - YARN-1365. Changed ApplicationMasterService to allow an app to re-register after RM restart. Contributed by Anubhav Dhoot (10 years ago) +* | 988bc17bc355 - HADOOP-10674. Improve PureJavaCrc32 performance and use java.util.zip.CRC32 for Java 7 and above. (10 years ago) +* | 2eb913b6ece1 - HADOOP-10747. Support configurable retries on SASL connection failures in RPC client. Contributed by Chris Nauroth. (10 years ago) +* | 55a1defa5031 - HDFS-6475. WebHdfs clients fail without retry because incorrect handling of StandbyException. Contributed by Yongjun Zhang. (10 years ago) +* | e285b98f0fe8 - YARN-2152. Added missing information into ContainerTokenIdentifier so that NodeManagers can report the same to RM when RM restarts. Contributed Jian He. (10 years ago) +* | 0d91576ec31f - HADOOP-10728. Metrics system for Windows Azure Storage Filesystem. Contributed by Dexter Bradshaw, Mostafa Elhemali, Xi Fang, Johannes Klein, David Lao, Mike Liddell, Chuan Liu, Lengning Liu, Ivan Mitic, Michael Rys, Alexander Stojanovic, Brian Swan, and Min Wei. (10 years ago) +* | a92318c2ef63 - HDFS-6587. Fix a typo in message issued from explorer.js. Contributed by Yongjun Zhang. (10 years ago) +* | eaf2f6137feb - HADOOP-9629. In CHANGES.txt, move attribution of Azure-related patches to trunk section. (10 years ago) +* | bdf3de9f6b37 - HDFS-6593. Move SnapshotDiffInfo out of INodeDirectorySnapshottable. Contributed by Jing Zhao. (10 years ago) +* | 1f9a0fd927ab - YARN-2072. RM/NM UIs and webservices are missing vcore information. (Nathan Roberts via tgraves) (10 years ago) +* | fdbff6785602 - HADOOP-10717. HttpServer2 should load jsp DTD from local jars instead of going remote. Contributed by Dapeng Sun. (10 years ago) +* | b880b48b35ca - HADOOP-10652. Refactor Proxyusers to use AccessControlList. (Contributed by Benoy Antony) (10 years ago) +* | c0991d11eb57 - YARN-2109. Fix TestRM to work with both schedulers. (Anubhav Dhoot via kasha) (10 years ago) +* | b7e3c2eecd06 - HADOOP-10746. TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC. (Contributed by Jinghui Wang) (10 years ago) +* | db4d2771175a - YARN-2192. TestRMHA fails when run with a mix of Schedulers. (Anubhav Dhoot via kasha) (10 years ago) +* | 46162a213f60 - HDFS-6430. HTTPFS - Implement XAttr support. (Yi Liu via tucu) (10 years ago) +* | 29c102cad01b - YARN-2111. In FairScheduler.attemptScheduling, we don't count containers as assigned if they have 0 memory but non-zero cores (Sandy Ryza) (10 years ago) +* | d16470025aa0 - YARN-2074. Changed ResourceManager to not count AM preemptions towards app failures. Contributed by Jian He. (10 years ago) +* | cb2b34b01c51 - YARN-2195. Clean a piece of code in ResourceRequest. Contributed by Wei Yan. (10 years ago) +* | ff41321e2fad - HDFS-6486. Add user doc for XAttrs via WebHDFS. Contributed by Yi Liu. (10 years ago) +* | 22b9a60964ad - HADOOP-10665. Make Hadoop Authentication Handler loads case in-sensitive (Contributed by Benoy Antony) (10 years ago) +* | 08986fdbed5a - HDFS-6562. Refactor rename() in FSDirectory. Contributed by Haohui Mai. (10 years ago) +* | 214aceb9f707 - HADOOP-10659. Refactor AccessControlList to reuse utility functions and to improve performance. (Contributed by Benoy Antony) (10 years ago) +* | 59b5e9fa1550 - YARN-2191. Added a new test to ensure NM will clean up completed applications in the case of RM restart. Contributed by Wangda Tan (10 years ago) +* | 5ac06c8b381f - HDFS-6578. add toString method to DatanodeStorage for easier debugging. (Contributed by Yongjun Zhang) (10 years ago) +* | 9ddedbf3df51 - HDFS-6587. Bug in TestBPOfferService can cause test failure. (Contributed by Zhilei Xu) (10 years ago) +* | a90a8b26e954 - HDFS-6580. FSNamesystem.mkdirsInt should call the getAuditFileInfo() wrapper. Contributed bu Zhilei Xu. (10 years ago) +* | e8ca6480050e - HDFS-6507. Improve DFSAdmin to support HA cluster better. (Contributd by Zesheng Wu) (10 years ago) +* | 1e89eba47d0f - HDFS-6583. Remove clientNode in FileUnderConstructionFeature. Contributed by Haohui Mai. (10 years ago) +* | 8a83bb7ad617 - HDFS-4667. Capture renamed files/directories in snapshot diff report. Contributed by Jing Zhao and Binglin Chang. (10 years ago) +* | 6fcbf9b848c6 - YARN-2187. FairScheduler: Disable max-AM-share check by default. (Robert Kanter via kasha) (10 years ago) +* | 905c58ed2770 - Updated release notes for hadoop-2.4.1 rc1. (10 years ago) +* | 0c5128969522 - HDFS-6222. Remove background token renewer from webhdfs. Contributed by Rushabh Shah and Daryn Sharp. (10 years ago) +* | bfc9c4b5a567 - HADOOP-10479. Fix new findbugs warnings in hadoop-minikdc. Contributed by Swarnim Kulkarni. (10 years ago) +* | 9ca79e8d327e - HDFS-6557. Move the reference of fsimage to FSNamesystem. Contributed by Haohui Mai. (10 years ago) +* | 61bf9f779919 - HADOOP-10690. Lack of synchronization on access to InputStream in NativeAzureFileSystem#NativeAzureFsInputStream#close(). Contributed by Chen He. (10 years ago) +* | 8300b9fb385b - HADOOP-10689. InputStream is not closed in AzureNativeFileSystemStore#retrieve(). Contributed by Chen He. (10 years ago) +* | 1355ff613260 - MAPREDUCE-5830. Added back the private API HostUtil.getTaskLogUrl(..) for binary compatibility with older clients like Hive 0.13. Contributed by Akira Ajisaka. (10 years ago) +* | d9eb18bb2e6c - HDFS-6535. HDFS quota update is wrong when file is appended. Contributed by George Wong. (10 years ago) +* | f8041b05404d - HADOOP-9559. When metrics system is restarted MBean names get incorrectly flagged as dupes. Contributed by Mostafa Elhemali and Mike Liddell. (10 years ago) +* | e74d99b81e57 - HADOOP-10279. Create multiplexer, a requirement for the fair queue. (Contributed by Chris Li) (10 years ago) +* | af6c91a80c29 - HDFS-6403. Add metrics for log warnings reported by JVM pauses. Contributed by Yongjun Zhang. (10 years ago) +* | 46dc32e12568 - HDFS-6312. WebHdfs HA failover is broken on secure clusters. (daryn via tucu) (10 years ago) +* | 38e2322d84d5 - HADOOP-10696. Add optional attributes to KeyProvider Options and Metadata. (tucu) (10 years ago) +* | 9ff3836a3677 - HDFS-6549. Add support for accessing the NFS gateway from the AIX NFS client. Contributed by Aaron T. Myers. (10 years ago) +* | 0da148dae74f - HDFS-3848. A Bug in recoverLeaseInternal method of FSNameSystem class. Contributed by Hooman Peiro Sajjad and Chen He. (10 years ago) +| * 83702b070709 - HDFS-6629. Not able to create symlinks after HDFS-6516 (umamaheswararao) (10 years ago) +| * c38665282884 - HDFS-6516. List of Encryption Zones should be based on inodes (clamb) (10 years ago) +| * 03c858dad46e - HADOOP-10693: add files left out of previous checkin (cmccabe) (10 years ago) +| * bfef9807a084 - HADOOP-10693. Implementation of AES-CTR CryptoCodec using JNI to OpenSSL (hitliuyi via cmccabe) (10 years ago) +| * 2a3bccddd939 - HDFS-6625. Remove the Delete Encryption Zone function (clamb) (10 years ago) +| * 51b97a1396a4 - HDFS-6605.Client server negotiation of cipher suite. (wang) (10 years ago) +| * 31617733aca2 - HDFS-6389. Rename restrictions for encryption zones. (clamb) (10 years ago) +| * 2efea952139b - HDFS-6391. Get the Key/IV from the NameNode for encrypted files in DFSClient. Contributed by Charles Lamb and Andrew Wang. (10 years ago) +| * 6023da8ef92f - Removing two zero java files (10 years ago) +| * 267636579997 - HDFS-6387. HDFS CLI admin tool for creating & deleting an encryption zone. (clamb) (10 years ago) +| * f43f0999d9b4 - HADOOP-10713. Refactor CryptoCodec#generateSecureRandom to take a byte[]. (wang via yliu) (10 years ago) +| * 97583dbb0a07 - Merge from trunk to branch (10 years ago) +| |\ +| |/ +|/| +* | a3908b89f7b0 - Move HDFS-6375 down to 2.5 section in CHANGES.txt (10 years ago) +* | d417e49ce4db - HDFS-6492. Support create-time xattrs and atomically setting multiple xattrs. (wang) (10 years ago) +* | 7b9c074b7635 - MAPREDUCE-5844. Add a configurable delay to reducer-preemption. (Maysam Yabandeh via kasha) (10 years ago) +* | 3f82484218d5 - HDFS-6563. NameNode cannot save fsimage in certain circumstances when snapshots are in use. Contributed by Aaron T. Myers. (10 years ago) +* | a4e0ff5e052a - HDFS-6480. Move waitForReady() from FSDirectory to FSNamesystem. Contributed by Haohui Mai. (10 years ago) +* | eb93f73ea85c - HDFS-6553. Add missing DeprecationDeltas for NFS Kerberos configurations. Contributed by Stephen Chu (10 years ago) +* | bd23a2ff22db - MAPREDUCE-5896. InputSplits should indicate which locations have the block cached in memory. (Sandy Ryza via kasha) (10 years ago) +* | db437b7cbb7c - HADOOP-10716. Cannot use more than 1 har filesystem. Contributed by Rushabh Shah. (10 years ago) +| * 5e5e1a620207 - Merge trunk r1603663 to branch. (10 years ago) +| |\ +| |/ +|/| +* | cebf3c6eec94 - HADOOP-10711. Cleanup some extra dependencies from hadoop-auth. (rkanter via tucu) (10 years ago) +* | 21ffcc348e36 - HDFS-6559. Fix wrong option "dfsadmin -rollingUpgrade start" in the document. (Contributed by Akira Ajisaka) (10 years ago) +* | 2ecab65e3e29 - HDFS-6439. NFS should not reject NFS requests to the NULL procedure whether port monitoring is enabled or not. Contributed by Brandon Li (10 years ago) +* | 22cbcd16cb59 - HADOOP-10717. Revert r1603571. (10 years ago) +* | 4cf94aaf809c - HDFS-6551. Rename with OVERWRITE option may throw NPE when the target file/directory is a reference INode. Contributed by Jing Zhao. (10 years ago) +* | 52d18aa217a3 - HDFS-6552. add DN storage to a BlockInfo will not replace the different storage from same DN. (Contributed by Amir Langer) (10 years ago) +* | 1af69553a119 - HDFS-6530. Fix Balancer documentation. (10 years ago) +* | bae5837d3bae - HADOOP-10717. Missing JSP support in Jetty (10 years ago) +* | c79728478caa - HADOOP-10607. Create API to separate credential/password storage from applications. (Larry McCay via omalley) (10 years ago) +* | 1adec79c7bcd - HADOOP-10660. GraphiteSink should implement Closeable (Chen He and Ted Yu via raviprak) (10 years ago) +* | 44ac7437adde - HADOOP-10590. ServiceAuthorizationManager is not threadsafe. (Contributed by Benoy Antony) (10 years ago) +* | 8e8a769e7f5c - HDFS-6527. Edit log corruption due to defered INode removal. Contributed by Kihwal Lee and Jing Zhao. (10 years ago) +* | 0abddac4767a - MAPREDUCE-5924. Changed TaskAttemptImpl to ignore TA_COMMIT_PENDING event at COMMIT_PENDING state. Contributed by Zhijie Shen (10 years ago) +* | 2298f3d2418c - HDFS-6545. Finalizing rolling upgrade can make NN unavailable for a long duration. Contributed by Kihwal Lee. (10 years ago) +* | 6e37dd331b52 - HADOOP-10557. FsShell -cp -pa option for preserving extended ACLs. Contributed by Akira Ajisaka. (10 years ago) +* | c1eda00e84fe - HADOOP-10699. Fix build native library on mac osx. Contributed by Binglin Chang (10 years ago) +* | 98238a8d4a3a - YARN-2167. LeveldbIterator should get closed in NMLeveldbStateStoreService#loadLocalizationState() within finally block. Contributed by Junping Du (10 years ago) +* | 072360d1286c - YARN-1339. Recover DeletionService state upon nodemanager restart. (Contributed by Jason Lowe) (10 years ago) +* | 95897ca14b7a - YARN-1885. Fixed a bug that RM may not send application-clean-up signal to NMs where the completed applications previously ran in case of RM restart. Contributed by Wangda Tan (10 years ago) +* | 50cd2a6bed75 - HADOOP-10666. Remove Copyright /d/d/d/d Apache Software Foundation from the source files license header. Contributed by Henry Saputra. (10 years ago) +* | c04a4b422743 - HADOOP-10702. KerberosAuthenticationHandler does not log the principal names correctly. Contributed by Benoy Antony. (10 years ago) +* | f4b1c44415dc - HDFS-6528. Add XAttrs to TestOfflineImageViewer. Contributed by Stephen Chu. (10 years ago) +* | 45c52ef9246d - HDFS-6518. TestCacheDirectives#testExceedsCapacity should take FSN read lock when accessing pendingCached list. (wang) (10 years ago) +* | 082c2ab8b894 - YARN-2159. Better logging in SchedulerNode#allocateContainer. (Ray Chiang via kasha) (10 years ago) +* | b98da7f3b580 - HDFS-6539. test_native_mini_dfs is skipped in hadoop-hdfs pom.xml (decstery via cmccabe) (10 years ago) +* | 05b8e8f7c17a - HADOOP-10683. Users authenticated with KERBEROS are recorded as being authenticated with SIMPLE. Contributed by Benoy Antony. (10 years ago) +* | b2ffbd879620 - HADOOP-10657. Have RetryInvocationHandler log failover attempt at INFO level. Contributed by Ming Ma. (10 years ago) +| * 6ef3a9e746c5 - HDFS-6386. HDFS Encryption Zones (clamb) (10 years ago) +| * c5b7236d9c32 - merge from trunk r1602933 (10 years ago) +| |\ +| |/ +|/| +* | 26936978be2b - Preparing to release hadoop-2.4.1. (10 years ago) +* | 2ad014a097c0 - Moved CHANGES.txt entries of MAPREDUCE-5898, MAPREDUCE-5920, HDFS-6464, HDFS-6375 from trunk to 2.5 section on merging HDFS-2006 to branch-2 (10 years ago) +* | d18af7edd494 - HDFS-6499. Use NativeIO#renameTo instead of File#renameTo in FileJournalManager. Contributed by Yongjun Zhang. (10 years ago) +* | 3f5e04946df1 - HDFS-6529. Trace logging for RemoteBlockReader2 to identify remote datanode and file being read. Contributed by Anubhav Dhoot. (10 years ago) +* | 41eca368553d - HADOOP-10688. Expose thread-level FileSystem StatisticsData (Sandy Ryza) (10 years ago) +* | 70db2ec41736 - HDFS-6470. TestBPOfferService.testBPInitErrorHandling is flaky. Contributed by Ming Ma. (10 years ago) +* | 02f3ff338767 - HDFS-6330. Move mkdirs() to FSNamesystem. Contributed by Haohui Mai. (10 years ago) +* | cd894ca890e5 - HADOOP-9629. Correct svn:ignore on new hadoop-tools/hadoop-azure directory. (10 years ago) +* | 13052a341fdc - HADOOP-9629. Set svn:ignore on new hadoop-tools/hadoop-azure directory. (10 years ago) +* | d282b7d2cb6e - HADOOP-10678. SecurityUtil has unnecessary synchronization on collection used for only tests. Contributed by Benoy Antony. (10 years ago) +* | be3fdd1c4014 - HADOOP-10691. Improve the readability of 'hadoop fs -help'. Contributed by Lei Xu. (10 years ago) +* | ab54276440f7 - HADOOP-6350. Document Hadoop Metrics. (Contributed by Akira Ajisaka) (10 years ago) +* | dc7dd1fa1917 - YARN-1702. Added kill app functionality to RM web services. Contributed by Varun Vasudev. (10 years ago) +* | 4bc91b44c990 - YARN-2155. FairScheduler: Incorrect threshold check for preemption. (Wei Yan via kasha) (10 years ago) +* | 6aef8fec7055 - Fixup CHANGES.txt message for HDFS-3493 (10 years ago) +* | be01103af7e6 - HDFS-3493. Invalidate corrupted blocks as long as minimum replication is satisfied. Contributed by Juan Yu and Vinayakumar B. (10 years ago) +* | befa4bb1edb9 - HDFS-6395. Skip checking xattr limits for non-user-visible namespaces. Contributed by Yi Liu. (10 years ago) +* | 180ac8dc1d43 - MAPREDUCE-5912. Task.calculateOutputSize does not handle Windows files after MAPREDUCE-5196. Contributed by Remus Rusanu. (10 years ago) +* | 236833213843 - HADOOP-10561. Copy command with preserve option should handle Xattrs. Contributed by Yi Liu. (10 years ago) +* | fc7c8f9bf258 - HADOOP-10686. Writables are not always configured. (Abraham Elmahrek via kasha) (10 years ago) +* | deb858a835df - YARN-2075. Fixed the test failure of TestRMAdminCLI. Contributed by Kenji Kikushima. (10 years ago) +* | 2f4f261cdadc - HDFS-6471. Make moveFromLocal CLI testcases to be non-disruptive (Contributed by Dasha Boudnik) (10 years ago) +* | 34e9173c00f7 - HADOOP-10376. Refactor refresh*Protocols into a single generic refreshConfigProtocol. (Contributed by Chris Li) (10 years ago) +* | 2584d531e16e - YARN-2148. TestNMClient failed due more exit code values added and passed to AM (Wangda Tan via bikas) (10 years ago) +* | 8bfbec8cfb7f - HDFS-6379. HTTPFS - Implement ACLs support. (yoderme via tucu) (10 years ago) +* | 1758f3146ae5 - HADOOP-10622. Shell.runCommand can deadlock. Contributed by Gera Shegalov (10 years ago) +* | 22ec67ea6fd1 - Moved the HDFS-2006 break down tasks list to 2.5 section in merging HDFS-2006 to branch-2 (10 years ago) +* | ca8f112d2f42 - HADOOP-10656. The password keystore file is not picked by LDAP group mapping. Contributed by Brandon Li (10 years ago) +* | 473e83ab710a - MAPREDUCE-5920. Add Xattr option in DistCp docs. Contributed by Yi Liu. (10 years ago) +* | c6e29a9f069f - YARN-2125. Changed ProportionalCapacityPreemptionPolicy to log CSV in debug level. Contributed by Wangda Tan (10 years ago) +* | 710a8693e572 - YARN-2124. Fixed NPE in ProportionalCapacityPreemptionPolicy. Contributed by Wangda Tan (10 years ago) +* | e98529858ede - HDFS-6315. Decouple recording edit logs from FSDirectory. Contributed by Haohui Mai. (10 years ago) +* | 49fecbd4026e - HDFS-6503. Fix typo of DFSAdmin restoreFailedStorage. Contributed by Zesheng Wu. (10 years ago) +* | 81bc395deb3b - HADOOP-9629. Support Windows Azure Storage - Blob as a file system in Hadoop. Contributed by Dexter Bradshaw, Mostafa Elhemali, Xi Fang, Johannes Klein, David Lao, Mike Liddell, Chuan Liu, Lengning Liu, Ivan Mitic, Michael Rys, Alexander Stojanovic, Brian Swan, and Min Wei. (10 years ago) +* | c802ca28fd2c - HDFS-6364. Incorrect check for unknown datanode in Balancer. (Contributed by Benoy Antony) (10 years ago) +* | 6480fdfd33fb - MAPREDUCE-5834. Increased test-timeouts in TestGridMixClasses to avoid occassional failures. Contributed by Mit Desai. (10 years ago) +* | ecfd43a2f1ff - YARN-2091. Add more values to ContainerExitStatus and pass it from NM to RM and then to app masters (Tsuyoshi OZAWA via bikas) (10 years ago) +* | 5de6f72054d4 - YARN-1424. RMAppAttemptImpl should return the DummyApplicationResourceUsageReport for all invalid accesses. (Ray Chiang via kasha) (10 years ago) +* | 50b0653e1e6e - HADOOP-9555. HA functionality that uses ZooKeeper may experience inadvertent TCP RST and miss session expiration event due to bug in client connection management. Contributed by Chris Nauroth. (10 years ago) +* | 4888b16a4355 - MAPREDUCE-5886. Allow wordcount example job to accept multiple input paths. Contributed by Chris Nauroth. (10 years ago) +* | d3b8971798b0 - YARN-2030. Augmented RMStateStore with state machine. Contributed by Binglin Chang (10 years ago) +* | 123c563fe6f7 - HDFS-6460. Ignore stale and decommissioned nodes in NetworkTopology#sortByDistance. Contributed by Yongjun Zhang. (10 years ago) +* | c94f2cec3a4d - Augmented RMStateStore with state machine. Contributed by Binglin Chang. (10 years ago) +* | 36383505c435 - Moving CHANGES.txt entry for HADOOP-9099 to the correct section. (10 years ago) +* | d4b9a0484078 - HADOOP-10664. TestNetUtils.testNormalizeHostName fails. Contributed by Aaron T. Myers. (10 years ago) +* | a72f850e335b - HDFS-6399. Add note about setfacl in HDFS permissions guide. Contributed by Chris Nauroth. (10 years ago) +* | 8b2b7ff0ae97 - HDFS-6257. TestCacheDirectives#testExceedsCapacity fails occasionally (cmccabe) (10 years ago) +* | 424fd9494f14 - YARN-1368. Added core functionality of recovering container state into schedulers after ResourceManager Restart so as to preserve running work in the cluster. Contributed by Jian He. (10 years ago) +* | cc9bc8eef78e - HDFS-6500. Snapshot shouldn't be removed silently after renaming to an existing snapshot. (Contributed by Nicholas SZE) (10 years ago) +* | 9958072d53e1 - YARN-2132. ZKRMStateStore.ZKAction#runWithRetries doesn't log the exception it encounters. (Vamsee Yarlagadda via kasha) (10 years ago) +* | fb7ea6d8bcc0 - HDFS-6297. Add CLI testcases to reflect new features of dfs and dfsadmin (Contributed by Dasha Boudnik) (10 years ago) +* | 85d4c787e0f8 - YARN-2128. FairScheduler: Incorrect calculation of amResource usage. (Wei Yan via kasha) (10 years ago) +* | 969bef3c77c5 - YARN-2122. In AllocationFileLoaderService, the reloadThread should be created in init() and started in start(). (Robert Kanter via kasha) (10 years ago) +* | 9528ed939df8 - HDFS-6497. Make TestAvailableSpaceVolumeChoosingPolicy deterministic (cmccabe) (10 years ago) +* | 14394eed00af - HDFS-6487. TestStandbyCheckpoint#testSBNCheckpoints is racy. Contributed by Mit Desai. (10 years ago) +* | 825365d1d0e2 - YARN-2121. Fixed NPE handling in Timeline Server's TimelineAuthenticator. Contributed by Zhijie Shen. (10 years ago) +* | 08b4aa699a40 - YARN-2117. Fixed the issue that secret file reader is potentially not closed in TimelineAuthenticationFilterInitializer. Contributed by Chen He. (10 years ago) +* | 40ba8c17c150 - MAPREDUCE-5777. Support utf-8 text with Byte Order Marker. (Zhihai Xu via kasha) (10 years ago) +* | 3d077726d090 - HADOOP-10647. String Format Exception in SwiftNativeFileSystemStore.java. (10 years ago) +* | d7f5d7686939 - YARN-2118. Fixed the type mismatch in Map#containsKey check of TimelineWebServices#injectOwnerInfo. Contributed by Ted Yu. (10 years ago) +* | f81c7b025283 - MAPREDUCE-5898. distcp to support preserving HDFS extended attributes(XAttrs). Contributed by Yi Liu. (10 years ago) +* | 6a4f6d6b3e41 - HDFS-6464. Support multiple xattr.name parameters for WebHDFS getXAttrs. Contributed by Yi Liu. (10 years ago) +* | e40524d759dc - HDFS-6369. Document that BlockReader#available() can return more bytes than are remaining in the block (Ted Yu via Colin Patrick McCabe) (10 years ago) +* | 0ceb7425493d - YARN-1977. Add tests on getApplicationRequest with filtering start time range. (Contributed by Junping Du) (10 years ago) +* | d1d6bb70f4de - YARN-2061. Revisit logging levels in ZKRMStateStore. (Ray Chiang via kasha) (10 years ago) +* | 731f417f67f4 - YARN-2119. DEFAULT_PROXY_ADDRESS should use DEFAULT_PROXY_PORT. (Anubhav Dhoot via kasha) (10 years ago) +* | 02fcb6b6bae7 - HDFS-6268. Better sorting in NetworkTopology#pseudoSortByDistance when no local node is found. (wang) (10 years ago) +* | 0634b42366d3 - HADOOP-10658. SSLFactory expects truststores being configured. Contributed by Alejandro Abdelnur. (10 years ago) +* | ad5d0d716771 - HADOOP 9704. Write metrics sink plugin for Hadoop/Graphite (Chu Tong, Alex Newman and Babak Behzad via raviprak) (10 years ago) +* | 16caa3fd1842 - YARN-1913. With Fair Scheduler, cluster can logjam when all resources are consumed by AMs (Wei Yan via Sandy Ryza) (10 years ago) +* | a29d2d337164 - HDFS-6424. blockReport doesn't need to invalidate blocks on SBN. Contributed by Ming Ma. (10 years ago) +* | cf03bdc3fc94 - HADOOP-10630. Possible race condition in RetryInvocationHandler. Contributed by Jing Zhao. (10 years ago) +* | 5bbc48439394 - YARN-1877. Updated CHANGES.txt to fix the JIRA number. It was previously committed as YARN-2010. (10 years ago) +* | f15ff5e4f4ea - HDFS-6109 let sync_file_range() system call run in background (Liang Xie via stack) (10 years ago) +* | 0aad2d56dfb5 - YARN-1550. NPE in FairSchedulerAppsBlock#render. (Anubhav Dhoot via kasha) (10 years ago) +* | 790cbbf3e22d - YARN-2103. Inconsistency between viaProto flag and initial value of SerializedExceptionProto.Builder (Contributed by Binglin Chang) (10 years ago) +* | a4ba451802c6 - YARN-1474. Make schedulers services. (Tsuyoshi Ozawa via kasha) (10 years ago) +* | 77805fb69b37 - Fix merge error. (10 years ago) +* | 23c325ad47e3 - YARN-2115. Replaced RegisterNodeManagerRequest's ContainerStatus with a new NMContainerStatus which has more information that is needed for work-preserving RM-restart. Contributed by Jian He. (10 years ago) +* | 880a0c673c74 - HDFS-6375. Listing extended attributes with the search permission. Contributed by Charles Lamb. (10 years ago) +* | da5df3af0ac4 - Move HDFS-6110 down to 2.5.0 section of CHANGES.txt (10 years ago) +| * a93a37a8cd99 - Various fixes to CHANGES-fs-encryption.txt. Various Jiras ended up in the hadoop-common CHANGES-fs-encryption.txt by accident. Moved them to HDFS CHANGES-fs-encryption.txt (10 years ago) +| * 3f892e9d534e - HDFS-6473. Protocol and API for Encryption Zones (clamb) (10 years ago) +| * 1cbff8ff824a - HDFS-6476. Print out the KeyProvider after finding KP successfully on startup. Contributed by Juan Yu. (10 years ago) +| * bdee397e95e9 - HADOOP-6392. Wire crypto streams for encrypted files in DFSClient. (clamb and yliu) (10 years ago) +| * d86db3f76f03 - HADOOP-10662. NullPointerException in CryptoInputStream while wrapped stream is not ByteBufferReadable. Add tests using normal stream. Contributed by Yi Liu (10 years ago) +| * 75ec5792dfc5 - HADOOP-10653. Add a new constructor for CryptoInputStream that receives current position of wrapped stream. Contributed by Yi Liu (10 years ago) +| * 871616b993b1 - merge from trunk r1598783 (10 years ago) +| |\ +| |/ +|/| +* | 42391d260da4 - HDFS-6056. Clean up NFS config settings. Contributed by Brandon Li (10 years ago) +* | 12cf17555ffd - HADOOP-10611. KMS, keyVersion name should not be assumed to be keyName@versionNumber. (tucu) (10 years ago) +* | 05d8586bc08f - HADOOP-10645. TestKMS fails because race condition writing acl files. (tucu) (10 years ago) +* | f7f651fc56b4 - HDFS-6472. fix typo in webapps/hdfs/explorer.js. Contributed by Juan Yu. (10 years ago) +* | d599adcc6ab6 - YARN-1868. YARN status web ui does not show correctly in IE 11. Contributed by Chuan Liu. (10 years ago) +* | e4c06854b416 - HDFS-6404. HttpFS should use a 000 umask for mkdir and create operations. (yoderme via tucu) (10 years ago) +* | 66598697a6e7 - YARN-1338. Recover localized resource cache state upon nodemanager restart (Contributed by Jason Lowe) (10 years ago) +* | 75112e97b41d - YARN-2010. Document yarn.resourcemanager.zk-auth and its scope. (Robert Kanter via kasha) (10 years ago) +* | 49a3a0cd0ceb - YARN-2054. Better defaults for YARN ZK configs for retries and retry-inteval when HA is enabled. (kasha) (10 years ago) +* | 6809d583d7a8 - HADOOP-10638. Updating hadoop-daemon.sh to work as expected when nfs is started as a privileged user. Contributed by Manikandan Narayanaswamy. (10 years ago) +* | b3d7759c5ecf - HADOOP-9968. Update CHANGES.txt in trunk. (10 years ago) +* | 39f3d135d0dd - HDFS-6463. Clarify behavior of AclStorage#createFsPermissionForExtendedAcl in comments. Contributed by Chris Nauroth. (10 years ago) +| * 4054a408915d - HDFS-6388. HDFS integration with KeyProvider. (clamb) (10 years ago) +| * f7921030cd9e - HADOOP-10635. Add a method to CryptoCodec to generate SRNs for IV. Contributed by Yi Liu (10 years ago) +| * 9c2848e076a5 - HADOOP-10632. Minor improvements to Crypto input and output streams. Contributed by Yi Liu (10 years ago) +| * 333562b767dc - merge from trunk r1598430 (10 years ago) +| |\ +| |/ +|/| +* | 04b0f6851bcf - HADOOP-10639. FileBasedKeyStoresFactory initialization is not using default for SSL_REQUIRE_CLIENT_CERT_KEY. (tucu) (10 years ago) +* | f40a36758bb1 - HDFS-6447. balancer should timestamp the completion message. Contributed by Juan Yu. (10 years ago) +* | 5dff070e5194 - HDFS-6356. Fix typo in DatanodeLayoutVersion. Contributed by Tulasi G. (10 years ago) +* | c55947343e0a - HDFS-6462. NFS: fsstat request fails with the secure hdfs. Contributed by Brandon Li (10 years ago) +* | 1d5e56499835 - HDFS-6461. Use Time#monotonicNow to compute duration in DataNode#shutDown. Contributed by James Thomas. (10 years ago) +* | 4a4868e52360 - HADOOP-10448. Support pluggable mechanism to specify proxy user settings (Contributed by Benoy Antony) (10 years ago) +* | cd24e955cf77 - YARN-2112. Fixed yarn-common's pom.xml to include jackson dependencies so that both Timeline Server and client can access them. Contributed by Zhijie Shen. (10 years ago) +* | 3c5ce2df946a - HADOOP-10602. Correct CHANGES.txt. (10 years ago) +* | 806f4d11f2b3 - HADOOP-10602. Documentation has broken "Go Back" hyperlinks. Contributed by Akira AJISAKA. (10 years ago) +* | 61c59c07043e - MAPREDUCE-5895. Close streams properly to avoid leakage in TaskLog. Contributed by Kousuke Saruta. (10 years ago) +* | 342da5b4d3d6 - YARN-596. Use scheduling policies throughout the queue hierarchy to decide which containers to preempt (Wei Yan via Sandy Ryza) (10 years ago) +* | 66c5bcfc6df4 - HDFS-6453. Use Time#monotonicNow to avoid system clock reset. Contributed by Liang Xie. (10 years ago) +* | 4bb4de93d678 - MAPREDUCE-5862. Line records longer than 2x split size aren't handled correctly. Contributed by bc Wong (10 years ago) +* | 001078e0677e - YARN-2107. Refactored timeline classes into o.a.h.y.s.timeline package. Contributed by Vinod Kumar Vavilapalli. (10 years ago) +* | cfd8647d0f20 - HDFS-6448. BlockReaderLocalLegacy should set socket timeout based on conf.socketTimeout (liangxie via cmccabe) (10 years ago) +* | e976652a6e32 - HDFS-6442. Fix TestEditLogAutoroll and TestStandbyCheckpoints failure caused by port conficts. (Contributed by Zesheng Wu) (10 years ago) +* | fc1e525da052 - HADOOP-10625. Trim configuration names when putting/getting them to properties (10 years ago) +* | edfbc8ad4a00 - YARN-2105. Fix TestFairScheduler after YARN-2012. (Ashwin Shankar via Sandy Ryza) (10 years ago) +* | 0ec6fc9e3c59 - HDFS-6411. nfs-hdfs-gateway mount raises I/O error and hangs when a unauthorized user attempts to access it. Contributed by Brandon Li (10 years ago) +* | 1c867b1de8a9 - HDFS-6416. Use Time#monotonicNow in OpenFileCtx and OpenFileCtxCatch to avoid system clock bugs. Contributed by Abhiraj Butala (10 years ago) +* | 8d9e8cec9fd1 - HDFS-6227. ShortCircuitCache#unref should purge ShortCircuitReplicas whose streams have been closed by java interrupts. Contributed by Colin Patrick McCabe. (10 years ago) +* | 1228f8f6fb16 - HBASE-6110 adding more slow action log in critical write path (Liang Xie via stack) (10 years ago) +* | 978e3a6813b1 - HDFS-6443. Fix MiniQJMHACluster related test failures. (Contributed by Zesheng Wu) (10 years ago) +* | 4dd200337375 - YARN-2071. Modified levelDB store permissions to be readable only by the server user. Contributed by Zhijie Shen. (10 years ago) +* | 7dd378c274bb - YARN-2096. Race in TestRMRestart#testQueueMetricsOnRMRestart. (Anubhav Dhoot via kasha) (10 years ago) +* | a00b2d4f3751 - YARN-2073. Fair Scheduler: Add a utilization threshold to prevent preempting resources when cluster is free (Karthik Kambatla via Sandy Ryza) (10 years ago) +* | 7f0724dddb75 - YARN-2059. Added admin ACLs support to Timeline Server. Contributed by Zhijie Shen. (10 years ago) +* | 6c56612af541 - YARN-2012. Fair Scheduler: allow default queue placement rule to take an arbitrary queue (Ashwin Shankar via Sandy Ryza) (10 years ago) +* | 892ada8fb35d - YARN-1937. Added owner-only ACLs support for Timeline Client and server. Contributed by Zhijie Shen. (10 years ago) +* | af8b09af75b2 - YARN-1936. Added security support for the Timeline Client. Contributed by Zhijie Shen. (10 years ago) +* | b867b695565c - YARN-2049. Added delegation-token support for the Timeline Server. Contributed by Zhijie Shen. (10 years ago) +* | 1ba203e3e0ea - HDFS-6435. Add support for specifying a static uid/gid mapping for the NFS gateway. (atm via wang) (10 years ago) +* | 3c4c16a4f7ee - HADOOP-10618. Remove SingleNodeSetup.apt.vm (Contributed by Akira Ajisaka) (10 years ago) +* | 3671a5e16fbd - MAPREDUCE-5899. Support incremental data copy in DistCp. Contributed by Jing Zhao. (10 years ago) +| * 2e5ae1aad745 - HADOOP-10628. Javadoc and few code style improvement for Crypto input and output streams. (yliu via clamb) (10 years ago) +| * b20180ffa6c8 - HADOOP-10603. Crypto input and output streams implementing Hadoop stream interfaces. Contributed by Yi Liu and Charles Lamb. (10 years ago) +| * 57d3daa7c9dc - Merge from trunk to fs-encryption branch (10 years ago) +| |\ +| |/ +|/| +* | 5b1e88b6d286 - HDFS-6423. Diskspace quota usage should be updated when appending data to partial block. Contributed by Jing Zhao. (10 years ago) +* | 752a9d84bb3f - HDFS-6438. DeleteSnapshot should be a DELETE request in WebHdfs. Contributed by Jing Zhao. (10 years ago) +* | 619ec833fc75 - YARN-2089. FairScheduler: QueuePlacementPolicy and QueuePlacementRule are missing audience annotations. (Zhihai Xu via kasha) (10 years ago) +* | 82f3454f5ac1 - YARN-2017. Merged some of the common scheduler code. Contributed by Jian He. (10 years ago) +* | 6b2e615f5fa0 - HDFS-6433. Replace BytesMoved class with AtomicLong. Contributed by Benoy Antony. (10 years ago) +* | b2f4e53e2bf1 - HDFS-6409. Fix typo in log message about NameNode layout version upgrade. Contributed by Chen He. (10 years ago) +* | 28058894ddc0 - YARN-2081. Fixed TestDistributedShell failure after YARN-1962. Contributed by Zhiguo Hong. (10 years ago) +* | 4dfedd81a40c - HDFS-6396. Remove support for ACL feature from INodeSymlink. Contributed by Charles Lamb. (10 years ago) +* | fdb5870d4982 - YARN-1938. Added kerberos login for the Timeline Server. Contributed by Zhijie Shen. (10 years ago) +* | ac23a5554771 - Merge HDFS-2006 HDFS XAttrs branch to Trunk (10 years ago) +* | 011b53be7f24 - HADOOP-10562. Fix CHANGES.txt entry again (10 years ago) +* | 14ff0a14f9e7 - HADOOP-10562. Fix CHANGES.txt (10 years ago) +* | cb5682b85948 - HDFS-6419. TestBookKeeperHACheckpoints.TestSBNCheckpoints fails on trunk. Contributed by Akira AJISAKA. (10 years ago) +* | 44e9d346e974 - HDFS-6432. Add snapshot related APIs to webhdfs. Contributed by Jing Zhao. (10 years ago) +* | 668f70db6620 - HDFS-6421. Fix vecsum.c compile on BSD and some other systems (Mit Desai via Colin Patrick McCabe) (10 years ago) +* | 64ec743e6c53 - YARN-2050. Fix LogCLIHelpers to create the correct FileContext. Contributed by Ming Ma (10 years ago) +* | 1f8bb1001a41 - MAPREDUCE-5309. 2.0.4 JobHistoryParser can't parse certain failed job history files generated by 2.0.3 history server. Contributed by Rushabh S Shah (10 years ago) +* | 0796bddd39c5 - Add .classpath, .project and .settings to svn:ignore. (10 years ago) +* | 674c523db17b - HADOOP-10612. NFS failed to refresh the user group id mapping table. Contributed by Brandon Li (10 years ago) +* | 4a839f0cc127 - Fix CRLFs in TestKillAMPreemptionPolicy.java (10 years ago) +* | 161dcf1d12a0 - Updated CHANGES.txt to reflect revert of HADOOP 10474 and 10485 from branch-2 (10 years ago) +* | bd64a2a9cd82 - HADOOP-10489. UserGroupInformation#getTokens and UserGroupInformation#addToken can lead to ConcurrentModificationException. Contributed by Robert Kanter. (10 years ago) +* | 35058fc020c1 - HDFS-6397. NN shows inconsistent value in deadnode count. Contributed by Mohammad Kamrul Islam. (10 years ago) +* | f74e44635596 - MAPREDUCE-5867. Fix NPE in KillAMPreemptionPolicy related to ProportionalCapacityPreemptionPolicy. Contributed by Sunil G. (10 years ago) +* | 9a0ed1c4afd9 - HDFS-6325. Append should fail if the last block has insufficient number of replicas (Keith Pak via cos) (10 years ago) +* | 1e4e98aa350b - HADOOP-10614. CBZip2InputStream is not threadsafe (Xiangrui Meng via Sandy Ryza) (10 years ago) +* | 461ded8bd47b - YARN-2066. Wrong field is referenced in GetApplicationsRequestPBImpl#mergeLocalToBuilder (Contributed by Hong Zhiguo) (10 years ago) +* | 7bff84ad197b - HADOOP-10609. .gitignore should ignore .orig and .rej files. (kasha) (10 years ago) +* | f25c33b65fb2 - HDFS-4913. Deleting file through fuse-dfs when using trash fails, requiring root permissions (cmccabe) (10 years ago) +* | da3992b4e390 - HDFS-6406. Add capability for NFS gateway to reject connections from unprivileged ports. Contributed by Aaron T. Myers. (10 years ago) +| * 8384d57290bd - Add CHANGES-fs-encryption.txt to Common and HDFS (10 years ago) +| * 1251d6ab72c5 - Merge trunk r1595301 to branch (10 years ago) +| |\ +| |/ +|/| +* | 11be7334c4e0 - MAPREDUCE-5809. Enhance distcp to support preserving HDFS ACLs. Contributed by Chris Nauroth. (10 years ago) +* | c9377189a01b - MAPREDUCE 5874. Creating MapReduce REST API section. Contributed by Tsuyoshi Ozawa (10 years ago) +* | 0fb47dbe4e8a - HDFS-6250. Fix test failed in TestBalancerWithNodeGroup.testBalancerWithRackLocality (Contributed by Binglin Chang and Chen He) (10 years ago) +* | 0c5e2f6c73ab - Relocate entry in CHANGES.txt (10 years ago) +* | 0f9147c8579a - YARN-2053. Fixed a bug in AMS to not add null NMToken into NMTokens list from previous attempts for work-preserving AM restart. Contributed by Wangda Tan (10 years ago) +* | 51b37969df20 - HADOOP-10586. KeyShell doesn't allow setting Options via CLI. (clamb via tucu) (10 years ago) +* | 8f4876066307 - HDFS-6345. DFS.listCacheDirectives() should allow filtering based on cache directive ID. (wang) (10 years ago) +* | 68867fd1bc7f - HDFS-6402. Suppress findbugs warning for failure to override equals and hashCode in FsAclPermission. Contributed by Chris Nauroth. (10 years ago) +* | 9a0fcae5bc9e - HDFS-6362. InvalidateBlocks is inconsistent in usage of DatanodeUuid and StorageID. (Arpit Agarwal) (10 years ago) +* | 1959afe1133e - HDFS-5683. Better audit log messages for caching operations. Contributed by Abhiraj Butala. (10 years ago) +* | 1c0e7a318e0e - HDFS-6361. TestIdUserGroup.testUserUpdateSetting failed due to out of range nfsnobody Id. Contributed by Yongjun Zhang (10 years ago) +* | 046ad2e40e53 - HDFS-6400. Cannot execute hdfs oiv_legacy. Contributed by Akira AJISAKA. (10 years ago) +* | 1e5d2c612bd6 - MAPREDUCE-5861. finishedSubMaps field in LocalContainerLauncher does not need to be volatile. (Contributed by Tsuyoshi OZAWA) (10 years ago) +* | f2933f253588 - HDFS-6287. Add vecsum test of libhdfs read access times (cmccabe) (10 years ago) +* | 65158e478f13 - HDFS-6326. WebHdfs ACL compatibility is broken. Contributed by Chris Nauroth. (10 years ago) +* | f099fa4cd474 - HADOOP-10401. ShellBasedUnixGroupsMapping#getGroups does not always return primary group first (ajisakaa via cmccabe) (10 years ago) +* | 88e76f9c45e5 - HDFS-2949. Add check to active state transition to prevent operator-induced split brain. Contributed by Rushabh S Shah. (10 years ago) +* | 5bf7ef839bbe - MAPREDUCE-5821. Avoid unintentional reallocation of byte arrays in segments during merge. Contributed by Todd Lipcon (10 years ago) +* | 561c014e775c - YARN-2042. String shouldn't be compared using == in QueuePlacementRule#NestedUserQueue#getQueueForApp (Chen He via Sandy Ryza) (10 years ago) +* | 84dfae2f8a1c - YARN-1986. In Fifo Scheduler, node heartbeat in between creating app and attempt causes NPE (Hong Zhiguo via Sandy Ryza) (10 years ago) +* | cf7dddb603b7 - HDFS-6381. Fix a typo in INodeReference.java. Contributed by Binglin Chang. (10 years ago) +* | 97f58955a604 - HDFS-6293. Issues with OIV processing PB-based fsimages. Contributed by Kihwal Lee. (10 years ago) +* | b29434a5c8df - YARN-1362. Distinguish between nodemanager shutdown for decommission vs shutdown for restart. (Contributed by Jason Lowe) (10 years ago) +* | 45b42676f933 - YARN-1957. Consider the max capacity of the queue when computing the ideal capacity for preemption. Contributed by Carlo Curino (10 years ago) +| * 15b9077c2d41 - Branching from trunk for HADOOP-10150 and HDFS-6134 at 1594374 (10 years ago) +|/ +* 4b54bd83208d - HDFS-6370. Web UI fails to display in intranet under IE. Contributed by Haohui Mai. (10 years ago) +* 1c481428077f - YARN-1981. Nodemanager version is not updated when a node reconnects (Jason Lowe via jeagles) (10 years ago) +* 2f87e77cb7f6 - YARN-1861. Fixed a bug in RM to reset leader-election on fencing that was causing both RMs to be stuck in standby mode when automatic failover is enabled. Contributed by Karthik Kambatla and Xuan Gong. (10 years ago) +* dac9028ef95e - HDFS-6355. Fix divide-by-zero, improper use of wall-clock time in BlockPoolSliceScanner (cmccabe) (10 years ago) +* f3c3d9e0c6ea - MAPREDUCE-5652. NM Recovery. ShuffleHandler should handle NM restarts. (Jason Lowe via kasha) (10 years ago) +* b0e80d1a4768 - MAPREDUCE-5814. fat jar with *-default.xml may fail when mapreduce.job.classloader=true. Contributed by Gera Shegalov (10 years ago) +* c54a4bb666cd - HADOOP-10583. bin/hadoop key throws NPE with no args and assorted other fixups. (clamb via tucu) (10 years ago) +* 4bc3371824d6 - MAPREDUCE-5888. Failed job leaves hung AM after it unregisters (Jason Lowe via jeagles) (10 years ago) +* 8e5b5165c144 - HDFS-6186. Pause deletion of blocks when the namenode starts up. Contributed by Jing Zhao. (10 years ago) +* 29c5ed30c3a4 - HADOOP-10572. Example NFS mount command must pass noacl as it isn't supported by the server yet. Contributed by Harsh J. (10 years ago) +* eff9217ec947 - HADOOP-10566. Adding files missed in previous commit 1594280 (10 years ago) +* 00779999721a - HADOOP-10566. Refactor proxyservers out of ProxyUsers. Contributed by Benoy Antony. (10 years ago) +* 95ba9f47fc71 - YARN-1751. Improve MiniYarnCluster for log aggregation testing. Contributed by Ming Ma (10 years ago) +* e4ee1d111be1 - HDFS-6305. WebHdfs response decoding may throw RuntimeExceptions (Daryn Sharp via jeagles) (10 years ago) +* 335f61a72fe0 - HADOOP-10585. Retry polices ignore interrupted exceptions (Daryn Sharp via jeagles) (10 years ago) +* 33ade356b352 - HDFS-6334. Client failover proxy provider for IP failover based NN HA. Contributed by Kihwal Lee. (10 years ago) +* 4f399bb4baf4 - HDFS-6367. EnumSetParam$Domain#parse fails for parameter containing more than one enum. Contributed by Yi Liu. (10 years ago) +* 089adaa99964 - YARN-1976. Fix CHANGES.txt for YARN-1976. (10 years ago) +* 4f6493bcf9a3 - YARN-2016. Fix a bug in GetApplicationsRequestPBImpl to add the missed fields to proto. Contributed by Junping Du (10 years ago) +* e9459baec5a4 - HDFS-5522. Datanode disk error check may be incorrectly skipped. Contributed by Rushabh Shah. (10 years ago) +* 09002d93414f - HDFS-6230. Expose upgrade status through NameNode web UI. Contributed by Mit Desai. (10 years ago) +* e9c6840b24ba - Command hdfs dfs -rm -r can't remove empty directory. Contributed by Yongjun Zhang. (10 years ago) +* 5e337149e39b - MAPREDUCE-5774. Job overview in History UI should list reducer phases in chronological order. (Gera Shegalov via kasha) (10 years ago) +* 41344a4a6920 - YARN-1975. Fix yarn application CLI to print the scheme of the tracking url of failed/killed applications. Contributed by Junping Du (10 years ago) +* ca95af7d2347 - YARN-2011. Fix typo and warning in TestLeafQueue (Contributed by Chen He) (10 years ago) +* 4a19196a34c2 - YARN-1987. Wrapper for leveldb DBIterator to aid in handling database exceptions. (Jason Lowe via kasha) (10 years ago) +* ae9109b911b3 - HDFS-6328. Clean up dead code in FSDirectory. Contributed by Haohui Mai. (10 years ago) +* 58c81d56e947 - YARN-1962. Changed Timeline Service client configuration to be off by default given the non-readiness of the feature yet. Contributed by Mohammad Kamrul Islam. (10 years ago) +* fa6fd973cfaa - YARN-1982. Renamed the daemon name to be TimelineServer instead of History Server and deprecated the old usage. Contributed by Zhijie Shen. (10 years ago) +* 72ba2b35d807 - YARN-766. TestNodeManagerShutdown in branch-2 should use Shell to form the output path and a format issue in trunk. (Contributed by Siddharth Seth) (10 years ago) +* f131dba8a3d6 - HDFS-6294. Use INode IDs to avoid conflicts when a file open for write is renamed (cmccabe) (10 years ago) +* 1a2f75c90337 - YARN-2036. Document yarn.resourcemanager.hostname in ClusterSetup (Ray Chiang via Sandy Ryza) (10 years ago) +* ed6f32c54035 - HDFS-6240. WebImageViewer returns 404 if LISTSTATUS to an empty directory. Contributed by Akira Ajisaka. (10 years ago) +* 0c437e90b86d - YARN-1701. Improved default paths of the timeline store and the generic history store. Contributed by Tsuyoshi Ozawa. (10 years ago) +* 5323d5e388a0 - HDFS-6313. WebHdfs may use the wrong NN when configured for multiple HA NNs. Contributed by Kihwal Lee. (10 years ago) +* 87215cb9f675 - Fix CHANGES.txt (10 years ago) +* eac832f92da0 - HDFS-6329. WebHdfs does not work if HA is enabled on NN but logical URI is not configured. Contributed by Kihwal Lee. (10 years ago) +* 63fadf0abd9f - HDFS-6340.DN can't finalize upgrade. (Contributed by Rahul Singhal) (10 years ago) +* e2c18809d313 - MAPREDUCE-5884. History server uses short user name when canceling tokens. Contributed by Mohammad Kamrul Islam (10 years ago) +* 47f03bc9fe9c - HADOOP-10158. SPNEGO should work with multiple interfaces/SPNs. Contributed by Daryn Sharp. (10 years ago) +* 584e384fd682 - Correcting the check-in mistake for HADOOP-10581. (10 years ago) +* 624f8b083255 - HADOOP-10581. TestUserGroupInformation#testGetServerSideGroups fails. Contributed by Mit Desai. (10 years ago) +* 280c764f54ef - HDFS-5381. ExtendedBlock#hashCode should use both blockId and block pool ID (Benoy Antony via Colin Patrick McCabe) (10 years ago) +* 1c5902fba2aa - YARN-1864. Add missing file FSQueueType.java (10 years ago) +* cfc97a4e88dc - YARN-1864. Fair Scheduler Dynamic Hierarchical User Queues (Ashwin Shankar via Sandy Ryza) (10 years ago) +* 1ff694081f28 - HADOOP-10467. Enable proxyuser specification to support list of users in addition to list of groups. (Contributed bt Benoy Antony) (10 years ago) +* 838aeee2e5b2 - HADOOP-10556. [FIXING JIRA NUMBER TYPO] Add toLowerCase support to auth_to_local rules for service name. (tucu) (10 years ago) +* dca7350a36f0 - HADOOP-10566. Add toLowerCase support to auth_to_local rules for service name. (tucu) (10 years ago) +* 2d5362073c61 - HADOOP-10471. Reduce the visibility of constants in ProxyUsers. Contributed by Benoy Antony. (10 years ago) +* a6d19c51a1fd - HADOOP-10517. InputStream is not closed in two methods of JarFinder. Contributed by Ted Yu. (10 years ago) +* 0ba580e9e3d9 - HADOOP-10541. InputStream in MiniKdc#initKDCServer for minikdc.ldiff is not closed. Contributed by Swarnim Kulkarni. (10 years ago) +* 7fe28fc8f9d8 - MAPREDUCE-5636. Convert MapReduce Tutorial document to APT (Akira AJISAKA via jeagles) (10 years ago) +* bd54137afa77 - MAPREDUCE-5637. Convert Hadoop Streaming document to APT (Akira AJISAKA via jeagles) (10 years ago) +* f4b687b8731c - YARN-2018. TestClientRMService.testTokenRenewalWrongUser fails after HADOOP-10562. (Contributed by Ming Ma) (10 years ago) +* 03db13206f13 - MAPREDUCE-5402. In DynamicInputFormat, change MAX_CHUNKS_TOLERABLE, MAX_CHUNKS_IDEAL, MIN_RECORDS_PER_CHUNK and SPLIT_RATIO to be configurable. Contributed by Tsuyoshi OZAWA (10 years ago) +* 17d4fbbf0af9 - HADOOP-10433. Key Management Server based on KeyProvider API. (tucu) (10 years ago) +* 8b0acf4b1f0a - HDFS-6337. Setfacl testcase is failing due to dash character in username in TestAclCLI. Contributed by Uma Maheswara Rao G. (10 years ago) +* 9445859930b8 - HDFS-6295. Add decommissioning state and node state filtering to dfsadmin. Contributed by Andrew Wang. (10 years ago) +* 2ad1cee5da4a - YARN-1201. TestAMAuthorization fails with local hostname cannot be resolved. (Wangda Tan via junping_du) (10 years ago) +* b2f65c276da2 - HDFS-5168. Add cross node dependency support to BlockPlacementPolicy. Contributed by Nikola Vujic (10 years ago) +* 1ac2ce067c65 - HADOOP-10568. Add s3 server-side encryption. Contributed by David S. Wang. (10 years ago) +* d777cb89965d - HADOOP-10563. Remove the dependency of jsp in trunk. Contributed by Haohui Mai. (10 years ago) +* 73db6bdb9b1b - HADOOP-10549. MAX_SUBST and varPat should be final in Configuration.java. Contributed by Gera Shegalov. (10 years ago) +* bee448cacd14 - HADOOP-10562. Namenode exits on exception without printing stack trace in AbstractDelegationTokenSecretManager. (Contributed by Suresh Srinivas) (10 years ago) +* 13bba8ceacb1 - HADOOP-10562. Undo previous commit. (10 years ago) +* 94381e82ab34 - HADOOP-10562. Namenode exits on exception without printing stack trace in AbstractDelegationTokenSecretManager. (Contributed by Suresh Srinivas) (10 years ago) +* 6420249d47d2 - HDFS-6252. Phase out the old web UI in HDFS. Contributed by Haohui Mai. (10 years ago) +* ef498235add7 - YARN-1696. Added documentation for ResourceManager fail-over. Contributed by Karthik Kambatla, Masatake Iwasaki, Tsuyoshi OZAWA. (10 years ago) +* e5d6fba47d9c - HDFS-6289. HA failover can fail if there are pending DN messages for DNs which no longer exist. Contributed by Aaron T. Myers. (10 years ago) +* 0689363343a2 - HDFS-6304. Consolidate the logic of path resolution in FSDirectory. Contributed by Haohui Mai. (10 years ago) +* 74921bd7bbcb - HADOOP-10543. RemoteException's unwrapRemoteException method failed for PathIOException. Contributed by Yongjun Zhang. (10 years ago) +* 0532b8bad1bc - HDFS-6269. NameNode Audit Log should differentiate between webHDFS open and HDFS open. (Eric Payne via jeagles) (10 years ago) +* 693025a3d47c - MAPREDUCE-5638. Port Hadoop Archives document to trunk (Akira AJISAKA via jeagles) (10 years ago) +* 19176f423a76 - HADOOP-10547. Fix CHANGES.txt (10 years ago) +* 871d81060d07 - HADOOP-10547. Give SaslPropertiesResolver.getDefaultProperties() public scope. (Contributed by Benoy Antony) (10 years ago) +* 7a241aee90f0 - YARN-1929. Fixed a deadlock in ResourceManager that occurs when failover happens right at the time of shutdown. Contributed by Karthik Kambatla. (10 years ago) +* a9775b4e4958 - YARN-738. TestClientRMTokens is failing irregularly while running all yarn tests. Contributed by Ming Ma (10 years ago) +* 9d21180c1a62 - HDFS-2882. DN continues to start up, even if block pool fails to initialize (Contributed by Vinayakumar B) (10 years ago) +* 02d28907beab - HADOOP-10508. RefreshCallQueue fails when authorization is enabled. Contributed by Chris Li. (10 years ago) +* 71aa608b84af - HDFS-6288. DFSInputStream Pread doesn't update ReadStatistics. Contributed by Juan Yu. (10 years ago) +* bb7ce8281657 - MAPREDUCE-5812. Make job context available to OutputCommitter.isRecoverySupported(). Contributed by Mohammad Kamrul Islam (10 years ago) +* 02d0f0ba549e - HDFS-6218. Audit log should use true client IP for proxied webhdfs operations. Contributed by Daryn Sharp. (10 years ago) +* 295b58bb9941 - HADOOP-10322. Add ability to read principal names from a keytab. Contributed by Benoy Antony and Daryn Sharp. (10 years ago) +* 39abe6682275 - MAPREDUCE-5714. Removed forceful JVM exit in shutDownJob. (Jinghui Wang via Eric Yang) (10 years ago) +* b8a3e2bb2067 - HDFS-6270. Secondary namenode status page shows transaction count in bytes. Contributed by Benoy Antony. (10 years ago) +* 283a3a246a5d - MAPREDUCE-5835. Killing Task might cause the job to go to ERROR state. Contributed by Ming Ma (10 years ago) +* faffedeb2418 - YARN-483. Improve documentation on log aggregation in yarn-default.xml (Akira Ajisaka via Sandy Ryza) (10 years ago) +* 445b742354d3 - HDFS-5865. Update OfflineImageViewer document. Contributed by Akira Ajisaka. (10 years ago) +* a059eadbe983 - MAPREDUCE-5639. Port DistCp2 document to trunk (Akira AJISAKA via jeagles) (10 years ago) +* 5492149c3cfd - MAPREDUCE-5749. TestRMContainerAllocator#testReportedAppProgress Failed. Contributed by Jason Lowe (10 years ago) +* bce5a92c54cf - HDFS-6210. Support GETACLSTATUS operation in WebImageViewer. Contributed by Akira Ajisaka. (10 years ago) +* 0931bd94be50 - HDFS-6246. Remove 'dfs.support.append' flag from trunk code. Contributed by Uma Maheswara Rao G. (10 years ago) +* b34b7db2155d - HADOOP-10540. Datanode upgrade in Windows fails with hardlink error. (Contributed by Chris Nauroth and Arpit Agarwal) (10 years ago) +* 10a037cccb00 - HDFS-6266. Identify full path for a given INode. Contributed by Jing Zhao. (10 years ago) +* 7bad94115241 - HDFS-6281. Provide option to use the NFS Gateway without having to use the Hadoop portmapper. Contributed by Aaron T. Myers. (10 years ago) +* fbc0a8bef039 - HDFS-6282. Re-add testIncludeByRegistrationName (cmccabe) (10 years ago) +* 6d4c7df43401 - HADOOP-10535. Make the retry numbers in ActiveStandbyElector configurable. Contributed by Jing Zhao. (10 years ago) +* c7e87574cbf6 - MAPREDUCE-5837. MRAppMaster fails when checking on uber mode. Contributed by Haohui Mai. (10 years ago) +* 4f6018771441 - HADOOP-10539. Provide backward compatibility for ProxyUsers.authorize() call. Contributed by Benoy Antony. (10 years ago) +* c02ea74551b5 - YARN-1975. Used resources shows escaped html in CapacityScheduler and FairScheduler page. Contributed by Mit Desai (10 years ago) +* 730e0675da80 - HDFS-6273. Add file missed in previous checkin. (10 years ago) +* cf4bc7fdd499 - HDFS-6273. Config options to allow wildcard endpoints for namenode HTTP and HTTPS servers. (Contributed by Arpit Agarwal) (10 years ago) +* f9a9c1ee633f - HADOOP-10534. KeyProvider getKeysMetadata should take a list of names rather than returning all keys. (omalley) (10 years ago) +* 24d1cf9ac681 - HDFS-5693. Few NN metrics data points were collected via JMX when NN is under heavy load. Contributed by Ming Ma. (10 years ago) +* a5bec2b8717d - HDFS-6279. Create new index page for JN / DN. Contributed by Haohui Mai. (10 years ago) +* 140f4542b687 - HDFS-6278. Create HTML5-based UI for SNN. Contributed by Haohui Mai. (10 years ago) +* a93be7b46c3e - MAPREDUCE-5846. Rumen doesn't understand JobQueueChangedEvent (Nathan Roberts via raviprak) (10 years ago) +* f36f0dde8866 - HDFS-6276. Remove unnecessary conditions and null check. Contributed by Suresh Srinivas (10 years ago) +* e33ba5d94416 - MAPREDUCE-5843. Fixed TestMRKeyValueTextInputFormat to not leak files and thus avoid failing on Windows. Contributed by Varun Vasudev. (10 years ago) +* 74b47196983d - HADOOP-10531. hadoop-config.sh - bug in --hosts argument. Contributed by Sebastien Barrier. (10 years ago) +* 53cb787d48ee - HDFS-6217. Webhdfs PUT operations may not work via a http proxy. Contributed by Daryn Sharp. (10 years ago) +* 6957745c2c73 - MAPREDUCE-5841. uber job doesn't terminate on getting mapred job kill. Contributed by Sangjin Lee (10 years ago) +* 7f635b8f53b5 - HDFS-6275. Fix warnings - type arguments can be inferred and redudant local variable. Contributed by Suresh Srinivas. (10 years ago) +* 876fd8ab7913 - HDFS-6274. Cleanup javadoc warnings in HDFS code. Contributed by Suresh Srinivas. (10 years ago) +* 6eba48cbdeae - HADOOP-10251. Both NameNodes could be in STANDBY State if SNN network is unstable. Contributed by Vinayakumar B. (10 years ago) +* ee8a152520cd - HDFS-5213. TestDataNodeConfig failing on Jenkins runs due to DN web port in use. (wang) (10 years ago) +* ca4cf1c6f44d - HADOOP-10527. Fix incorrect return code and allow more retries on EINTR. Contributed by Kihwal Lee. (10 years ago) +* 586c46acda15 - MAPREDUCE-5832. Fixed TestJobClient to not fail on JDK7 or on Windows. Contributed by Jian He and Vinod Kumar Vavilapalli. (10 years ago) +* 7bd571859404 - HADOOP-10503. Move junit up to v 4.11. Contributed by Chris Nauroth. (10 years ago) +* 4a91b876db76 - MAPREDUCE-5833. TestRMContainerAllocator fails ocassionally. Contributed by Zhijie Shen. (10 years ago) +* bb4216abf889 - MAPREDUCE-5827. Move attribution from 2.5.0 to 2.4.1 in CHANGES.txt. (10 years ago) +* 1dfc9c39b668 - MAPREDUCE-5827. TestSpeculativeExecutionWithMRApp fails. Contributed by Zhijie Shen. (10 years ago) +* 06c15b6a3e07 - MAPREDUCE-5852. Prepare MapReduce codebase for JUnit 4.11. Contributed by Chris Nauroth. (10 years ago) +* 1be4ddef9ef0 - HDFS-6178. Decommission on standby NN couldn't finish. Contributed by Ming Ma. (10 years ago) +* 84388525a396 - YARN-1970. Prepare YARN codebase for JUnit 4.11. Contributed by Chris Nauroth. (10 years ago) +* a4475406f80f - HDFS-6265. Prepare HDFS codebase for JUnit 4.11. Contributed by Chris Nauroth. (10 years ago) +* 291af51b654e - HADOOP-10526. Chance for Stream leakage in CompressorStream. Contributed by Rushabh Shah. (10 years ago) +* 360c8d1a18f8 - HADOOP-10522. JniBasedUnixGroupMapping mishandles errors. Contributed by Kihwal Lee. (10 years ago) +* cf61a551f151 - HADOOP-9919. Update hadoop-metrics2.properties examples to Yarn. Contributed by Akira AJISAKA. (10 years ago) +* 2d9f038e63e1 - HDFS-6245. Datanode fails to start with a bad disk even when failed volumes is set. (Arpit Agarwal) (10 years ago) +* 4810e2b849e8 - YARN-1865. ShellScriptBuilder does not check for some error conditions. Contributed by Remus Rusanu. (10 years ago) +* c482cb253c11 - MAPREDUCE-5642. TestMiniMRChildTask fails on Windows. Contributed by Chuan Liu. (10 years ago) +* d667df4ed0d8 - YARN-1932. Javascript injection on the job status page. Contributed by Mit Desai (10 years ago) +* 8d569c222023 - MAPREDUCE-4937. MR AM handles an oversized split metainfo file poorly. Contributed by Eric Payne (10 years ago) +* cda8646cfa65 - YARN-1940. deleteAsUser() terminates early without deleting more files on error. Contributed by Rushabh S Shah (10 years ago) +* bc0b7c61457b - HDFS-6256. Clean up ImageVisitor and SpotCheckImageVisitor. Contributed by Akira Ajisaka. (10 years ago) +* bad021534cc0 - YARN-1281. Fixed TestZKRMStateStoreZKClientConnections to not fail intermittently due to ZK-client timeouts. Contributed by Tsuyoshi Ozawa. (10 years ago) +* bd43d2481e10 - YARN-1947. TestRMDelegationTokens#testRMDTMasterKeyStateOnRollingMasterKey is failing intermittently. (Jian He via junping_du) (10 years ago) +* 0d087f794114 - YARN-1750. TestNodeStatusUpdater#testNMRegistration is incorrect in test case. (Wangda Tan via junping_du) (10 years ago) +* 36ed8c74eaa1 - YARN-1870. FileInputStream is not closed in ProcfsBasedProcessTree#constructProcessSMAPInfo. (Fengdong Yu via junping_du) (10 years ago) +* ad9edb02b968 - YARN-1931. Private API change in YARN-1824 in 2.4 broke compatibility with previous releases (Sandy Ryza via tgraves) (10 years ago) +* eb1d4c39e00e - HDFS-6153. Document "fileId" and "childrenNum" fields in the FileStatus Json schema (10 years ago) +* dd7d032457f9 - HADOOP-10499. Remove unused parameter from ProxyUsers.authorize(). Contributed by Chris Nauroth. (10 years ago) +* 9a0dec60fff0 - HDFS-4909. Avoid protocol buffer RPC namespace clashes (cmccabe) (10 years ago) +* 28d62bf75b79 - MAPREDUCE-3191. docs for map output compression incorrectly reference SequenceFile (Chen He via jeagles) (10 years ago) +* 5c8c84ddaa61 - fix CHANGES.txt. (10 years ago) +* ef68759382e4 - HDFS-6219. Proxy superuser configuration should use true client IP for address checks. Contributed by Daryn Sharp. (10 years ago) +* 5e47eeca9d83 - HDFS-6214. Webhdfs has poor throughput for files >2GB (daryn) (10 years ago) +* 14fee881fd37 - MAPREDUCE-5775. Remove unnecessary job.setNumReduceTasks in SleepJob.createJob. Contributed by jhanver chand sharma. (10 years ago) +* 38d5ca2e47e8 - YARN-1934. Fixed a potential NPE in ZKRMStateStore caused by handling Disconnected event from ZK. Contributed by Karthik Kambatla. (10 years ago) +* 9887d7f2502f - HDFS-5409. TestOfflineEditsViewer#testStored fails on Windows due to CRLF line endings in editsStored.xml from git checkout. Contributed by Chris Nauroth. (10 years ago) +* 44b6261bfacd - YARN-1892. Improved some logs in the scheduler. Contributed by Jian He. (10 years ago) +* 161d97807f27 - MAPREDUCE-5836. Fix typo in RandomTextWriter (Akira AJISAKA via jeagles) (10 years ago) +* 5833efc6e470 - HDFS-6194. Create new tests for ByteRangeInputStream. Contributed by Akira Ajisaka. (10 years ago) +* bf7b2125739a - HADOOP-10498. Add support for proxy server. (daryn) (10 years ago) +* 01af3a31772e - HDFS-6243. HA NameNode transition to active or shutdown may leave lingering image transfer thread. Contributed by Chris Nauroth. (10 years ago) +* caa6260d1244 - HADOOP-10500. TestDoAsEffectiveUser fails on JDK7 due to failure to reset proxy user configuration. Contributed by Chris Nauroth. (10 years ago) +* 8a9eff39195d - HDFS-6238. TestDirectoryScanner leaks file descriptors. Contributed by Chris Nauroth. (10 years ago) +* 7aed74b3d037 - HDFS-6237. TestDFSShell#testGet fails on Windows due to invalid file system path. Contributed by Chris Nauroth. (10 years ago) +* 9ac54b5480f7 - HADOOP-10496. Metrics system FileSink can leak file descriptor. Contributed by Chris Nauroth. (10 years ago) +* 091f42fefa35 - HADOOP-10495. TestFileUtil fails on Windows due to bad permission assertions. Contributed by Chris Nauroth. (10 years ago) +* eb7b33c29865 - YARN-1928. Fixed a race condition in TestAMRMRPCNodeUpdates which caused it to fail occassionally. Contributed by Zhijie Shen. (10 years ago) +* c6b70f4760bc - YARN-1933. Fixed test issues with TestAMRestart and TestNodeHealthService. Contributed by Jian He. (10 years ago) +* 6351ee2a78c5 - MAPREDUCE-5828. Fixed a test issue with TestMapReduceJobControl that was causing it to fail on Windows. Contributed by Vinod Kumar Vavilapalli. (10 years ago) +* 193f11a7ab53 - HDFS-6236. ImageServlet should use Time#monotonicNow to measure latency. Contributed by Chris Nauroth. (10 years ago) +* 9274626a1158 - YARN-1923. Make Fair Scheduler resource ratio calculations terminate faster (Anubhav Dhoot via Sandy Ryza) (10 years ago) +* 2f728888968d - HDFS-6232. OfflineEditsViewer throws a NPE on edits containing ACL modifications (ajisakaa via cmccabe) (10 years ago) +* 4636f816fa0c - YARN-1833. Relocating CHANGES.txt entry in trunk and branch-2 to the right location. (10 years ago) +* ba4474b63fc6 - YARN-1907. Merged into branch-2.4 also. svn merge --ignore-ancestry -c 1585992 ../../trunk/ onto branch-2.4. Fixed CHANGES.txt entries too. (10 years ago) +* 922f97c89e63 - YARN-1883. Merged into branch-2.4 also. svn merge --ignore-ancestry -c 1582862 ../../trunk/ onto branch-2.4. Fixed CHANGES.txt entries too. (10 years ago) +* 51a2cec8c039 - HADOOP-10431. Change visibility of KeyStore.Options getter methods to public. (tucu) (10 years ago) +* 350ab4d24661 - HADOOP-10430. KeyProvider Metadata should have an optional description, there should be a method to retrieve the metadata from all keys. (tucu) (10 years ago) +* 01ea6480564a - HDFS-6229. Race condition in failover can cause RetryCache fail to work. Contributed by Jing Zhao. (10 years ago) +* 6d45bb54d284 - HDFS-6235. TestFileJournalManager can fail on Windows due to file locking if tests run out of order. Contributed by Chris Nauroth. (10 years ago) +* 0a0ca4f0621f - HADOOP-8826. Docs still refer to 0.20.205 as stable line (Mit Desai via jeagles) (10 years ago) +* 76ea55caeba7 - HDFS-6234. TestDatanodeConfig#testMemlockLimit fails on Windows due to invalid file path. Contributed by Chris Nauroth. (10 years ago) +* 91ebf5890422 - HADOOP-10490. TestMapFile and TestBloomMapFile leak file descriptors. Contributed by Chris Nauroth. (10 years ago) +* c1127d19c423 - MAPREDUCE-5826. Fixed HistoryServerFileSystemStore to use right permissions on Windows for temporary files and thus also fix the test-issue with TestHistoryServerFileSystemStateStoreService. Contributed by Varun Vasudev. (10 years ago) +* d6a6e982a84e - YARN-1926. Changed DistributedShell to use appIDs as unique identifiers for HDFS paths and thus avoid test failures on Windows. Contributed by Varun Vasudev. (10 years ago) +* 8d41b363b851 - MAPREDUCE-5815. Fixed test-failure of TestMRAppMaster by making MRAppMaster gracefully handle empty-queue names. Contributed by Akira Ajisaka. (10 years ago) +* f8904ad299bb - HDFS-6231. DFSClient hangs infinitely if using hedged reads and all eligible datanodes die. Contributed by Chris Nauroth. (10 years ago) +* dc84800184a5 - YARN-1924. Made ZKRMStateStore updateApplication(Attempt)StateInternal work when Application(Attempt) state hasn't been stored before. Contributed by Jian He. (10 years ago) +* ed78328d5060 - YARN-1903. Set exit code and diagnostics when container is killed at NEW/LOCALIZING state. Contributed by Zhijie Shen (10 years ago) +* 3b008baf35ad - Undo accidental FSNamesystem change introduced in HDFS-6224 commit. (10 years ago) +* fad8620a71e1 - HDFS-6224. Add a unit test to TestAuditLogger for file permissions passed to logAuditEvent. Contributed by Charles Lamb. (10 years ago) +* 26421dd7dc6e - MAPREDUCE-5825. Provide diagnostics for reducers killed during ramp down. Contributed by Gera Shegalov (10 years ago) +* cde7b175664c - YARN-1914. Fixed resource-download on NodeManagers to skip permission verification of public cache files in Windows+local file-system environment. Contribued by Varun Vasudev. (10 years ago) +* d14976020ed5 - HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B) (10 years ago) +* b0c828f4d397 - Reverse merged revision(s) 1586425 from hadoop/common/trunk: HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B) ........ (10 years ago) +* 3c1250bdf9d4 - HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B) (10 years ago) +* 3993d646d7fe - YARN-1920. Fixed TestFileSystemApplicationHistoryStore failure on windows. Contributed by Vinod Kumar Vavilapalli. (10 years ago) +* af0fe05a92b2 - HDFS-5669. Storage#tryLock() should check for null before logging successfull message. Contributed by Vinayakumar B (10 years ago) +* 8c19d0bb7a38 - HADOOP-10488. TestKeyProviderFactory fails randomly. (tucu) (10 years ago) +* 05fd3bbe48ca - MAPREDUCE-5824. Fixed test-failure of TestPipesNonJavaInputFormat in Windows. Contributed by Xuan Gong. (10 years ago) +* 897fe59b1c6b - HDFS-6228. comments typo fix for FsDatasetImpl.java Contributed by zhaoyunjiong. (10 years ago) +* b4f0259f1371 - HADOOP-10428. JavaKeyStoreProvider should accept keystore password via configuration falling back to ENV VAR. (tucu) (10 years ago) +* 791f2f6f1b16 - YARN-1910. Fixed a race condition in TestAMRMTokens that causes the test to fail more often on Windows. Contributed by Xuan Gong. (10 years ago) +* 7af48dd35547 - HDFS-6225. Remove the o.a.h.hdfs.server.common.UpgradeStatusReport. Contributed by Haohui Mai. (10 years ago) +* 5c48f379ab35 - HDFS-6208. DataNode caching can leak file descriptors. Contributed by Chris Nauroth. (10 years ago) +* 8af07085802b - HDFS-6170. Support GETFILESTATUS operation in WebImageViewer. Contributed by Akira Ajisaka. (10 years ago) +* 9a1f15532fd2 - HADOOP-10429. KeyStores should have methods to generate the materials themselves, KeyShell should use them. (tucu) (10 years ago) +* 98a98ea0c57d - HADOOP-10427. KeyProvider implementations should be thread safe. (tucu) (10 years ago) +* 9a2ec694fe6f - HADOOP-10432. Refactor SSLFactory to expose static method to determine HostnameVerifier. (tucu) (10 years ago) +* 5c18d4522415 - HDFS-6209. TestValidateConfigurationSettings should use random ports. Contributed by Arpit Agarwal (10 years ago) +* 0862ee6520da - HADOOP-10485. Remove dead classes in hadoop-streaming. Contributed by Haohui Mai. (10 years ago) +* 0b977049cf0d - HDFS-6204. Fix TestRBWBlockInvalidation: change the last sleep to a loop. (10 years ago) +* 06e4c84b7d9a - HDFS-6206. Fix NullPointerException in DFSUtil.substituteForWildcardAddress. (10 years ago) +* f13a0fd2adc3 - HADOOP-10473. TestCallQueueManager should interrupt before counting calls. (10 years ago) +* 58d49cecd5be - HDFS-6215. Wrong error message for upgrade. (Kihwal Lee via jeagles) (10 years ago) +* 6cc92bf8fc9a - HDFS-6160. TestSafeMode occasionally fails. (Contributed by Arpit Agarwal) (10 years ago) +* c3f6d71726b4 - YARN-1907. TestRMApplicationHistoryWriter#testRMWritingMassiveHistory intermittently fails. Contributed by Mit Desai. (10 years ago) +* b8f250a99dd7 - HADOOP-10104. Update jackson to 1.9.13 (Akira Ajisaka via stevel) (10 years ago) +* 1e1200d594e6 - YARN-1784. TestContainerAllocation assumes CapacityScheduler. (Robert Kanter via kasha) (10 years ago) +* 32bbc440c1d7 - HADOOP-10475. ConcurrentModificationException in AbstractDelegationTokenSelector.selectToken(). Contributed by Jing Zhao. (10 years ago) +* 8ca32df08e50 - HADOOP-10474. Move o.a.h.record to hadoop-streaming. Contributed by Haohui Mai. (10 years ago) +* 6c2a0ce30b8b - YARN-1908. Fixed DistributedShell to not fail in secure clusters. Contributed by Vinod Kumar Vavilapalli and Jian He. (10 years ago) +* 7915b362256f - HDFS-6169. Move the address in WebImageViewer. Contributed by Akira Ajisaka. (10 years ago) +* 245012a9d9b0 - YARN-1757. NM Recovery. Auxiliary service support. (Jason Lowe via kasha) (10 years ago) +* 38e011f4b122 - HADOOP-10468. TestMetricsSystemImpl.testMultiThreadedPublish fails intermediately. Contributed by Haohui Mai. (10 years ago) +* bcf1f33acdb7 - HDFS-6143. WebHdfsFileSystem open should throw FileNotFoundException for non-existing paths. Contributed by Gera Shegalov. (10 years ago) +* 5bbf2717127b - HDFS-6198. DataNode rolling upgrade does not correctly identify current block pool directory and replace with trash on Windows. Contributed by Chris Nauroth. (10 years ago) +* 2002dc63c940 - HDFS-6180. Dead node count / listing is very broken in JMX and old GUI. Contributed by Haohui Mai. (10 years ago) +* 79bd50f91b90 - HDFS-6197. Rolling upgrade rollback on Windows can fail attempting to rename edit log segment files to a destination that already exists. Contributed by Chris Nauroth. (10 years ago) +* a5b37c6ed14e - HDFS-6181. Fix the wrong property names in NFS user guide. Contributed by Brandon Li (10 years ago) +* fe328621d4a8 - HDFS-6191. Disable quota checks when replaying edit log. (10 years ago) +* aea35d93e3b2 - HADOOP-10466. Lower the log level in UserGroupInformation. Contributed by Nicolas Liochon (10 years ago) +* 4eacde67f8b5 - YARN-1905. TestProcfsBasedProcessTree must only run on Linux. Contributed by Chris Nauroth. (10 years ago) +* 05da90ee2f8e - YARN-1898. Addendum patch to ensure /jmx and /metrics are re-directed to Active RM. (10 years ago) +* 4e979f5dea7d - HDFS-6159. TestBalancerWithNodeGroup.testBalancerWithNodeGroup fails if there is block missing after balancer success. Contributed by Chen He. (10 years ago) +* 15ac36a2166c - YARN-1837. Fixed TestMoveApplication#testMoveRejectedByScheduler failure. Contributed by Hong Zhiguo (10 years ago) +* 62ad7e261a33 - Commit the hadoop-common part of HDFS-6189. (10 years ago) +* 4147a5214349 - HDFS-6189. Multiple HDFS tests fail on Windows attempting to use a test root path containing a colon. Contributed by cnauroth (10 years ago) +* 0941b99c86e2 - HADOOP-10456. Bug in Configuration.java exposed by Spark (ConcurrentModificationException). Contributed by Nishkam Ravi. (10 years ago) +* 362d284e1724 - HADOOP-10462. DF#getFilesystem is not parsing the command output. Contributed by Akira AJISAKA. (10 years ago) +* b6e31fd8ea3a - Fixing an error in CHANGES.txt (10 years ago) +* 7a655d563398 - HADOOP-10454. Provide FileContext version of har file system. (Kihwal Lee via jeagles) (10 years ago) +* f9df4d737720 - MAPREDUCE-5818. Added "hsadmin" command into mapred.cmd. Contributed by Jian He. (10 years ago) +* 620809b9a063 - HDFS-6190. Minor textual fixes in DFSClient. Contributed by Charles Lamb. (10 years ago) +* 74e3a176c4c3 - Move MAPREDUCE-5014 to the right section now that it's been merged to branch-2. (10 years ago) +* 640a097533e0 - HADOOP-10459. distcp V2 doesn't preserve root dir's attributes when -p is specified. Contributed by Yongjun Zhang. (10 years ago) +* 5b3481a750aa - HDFS-5570. Addendum commit for r1584100. (10 years ago) +* fb1d7fb596b8 - HDFS-5570. Deprecate hftp / hsftp and replace them with webhdfs / swebhdfs. Contributed by Haohui Mai. (10 years ago) +* 64c50d9dfb22 - HDFS-5591. Checkpointing should use monotonic time when calculating period. Contributed by Charles Lamb. (10 years ago) +* f93d99990a9a - HDFS-6167. Relocate the non-public API classes in the hdfs.client package. (10 years ago) +* 5c7cb51775bd - HADOOP-10455. When there is an exception, ipc.Server should first check whether it is an terse exception. (10 years ago) +* b0180afc9c87 - YARN-1898. Made Standby RM links conf, stacks, logLevel, metrics, jmx, logs and static not be redirected to Active RM. Contributed by Xuan Gong. (10 years ago) +* 8d62d92372c4 - HADOOP-10414. Incorrect property name for RefreshUserMappingProtocol in hadoop-policy.xml. Contributed by Joey Echeverria. (10 years ago) +* d28be56239db - MAPREDUCE-5759. Remove unnecessary conf load in Limits (Sandy Ryza) (10 years ago) +* 7bd62b8da036 - YARN-1889. In Fair Scheduler, avoid creating objects on each call to AppSchedulable comparator (Hong Zhiguo via Sandy Ryza) (10 years ago) +* e908bbe807fa - HADOOP-10345. Sanitize the the inputs (groups and hosts) for the proxyuser configuration. Contributed by Benoy Antony. (10 years ago) +* ed64289c80aa - HADOOP-10451. Remove unused field and imports from SaslRpcServer. Contributed by Benoy Antony. (10 years ago) +* 71bae5cae4f7 - HDFS-6173. Move the default processor from Ls to Web in OfflineImageViewer. Contributed by Akira Ajisaka. (10 years ago) +* 8962a430a87c - Added release notes for hadoop-2.4.0. (10 years ago) +* fa9eed2ed694 - Preparing for hadoop-2.4.0 release. (10 years ago) +* 004d0854b796 - HDFS-4564. Ensure webhdfs returns correct HTTP response codes for denied operations. Contributed by Daryn Sharp. (10 years ago) +* 3532d96ff67d - YARN-1893. Mark AtMostOnce annotation to ApplicationMasterProtocol#allocate. Contributed by Xuan Gong. (10 years ago) +* b7b3a7e0118c - MAPREDUCE-5813. Fix YarnChild to explicitly load job.xml from the local-filesystem, rather than rely on the classpath. Contributed by Gera Shegalov. (10 years ago) +* b4c41f341bb7 - HDFS-6166. Change Balancer socket read timeout to 20 minutes and add 10 seconds delay after error. Contributed by Nathan Roberts (10 years ago) +* d46b2d0eb323 - HADOOP-9525. Add tests that validate winutils chmod behavior on folders. Contributed by Ivan Mitic. (10 years ago) +* 72051fc52ceb - YARN-1017. Added documentation for ResourceManager Restart. (jianhe) (10 years ago) +* 86ef362a7d46 - MAPREDUCE-5810. Removed the faulty and failing streaming test TestStreamingTaskLog. Contributed by Akira Ajisaka. (10 years ago) +* c3dbaea6fdaf - YARN-1891. Added documentation for NodeManager health-monitoring. Contributed by Varun Vasudev. (10 years ago) +* 3c4d44d4cef8 - HADOOP-10301. AuthenticationFilter should return Forbidden for failed authentication. Contributed by Daryn Sharp. (10 years ago) +* f5a8815492af - HADOOP-10450. Build zlib native code bindings in hadoop.dll for Windows. Contributed by Chris Nauroth. (10 years ago) +* 6d2e1fde6318 - YARN-1883. TestRMAdminService fails due to inconsistent entries in UserGroups (Mit Desai via jeagles) (10 years ago) +* 3f7aa79e580b - HDFS-6168. Remove a deprecated constructor and the deprecated methods reportChecksumFailure, getDelegationToken(Text), renewDelegationToken and cancelDelegationToken from DistributedFileSystem. (10 years ago) +* 640a72efbee1 - HADOOP-10449. Fix the javac warnings in the security package. (10 years ago) +* 2e799e5984b8 - HDFS-6156. Simplify the JMX API that provides snapshot information. Contributed by Shinichi Yamashita. (10 years ago) +* 92b9c6ff60bc - HADOOP-10237. JavaKeyStoreProvider needs to set keystore permissions correctly. (Larry McCay via omalley) (10 years ago) +* 9d2d55e490a2 - HDFS-6164. Remove lsr in OfflineImageViewer. Contributed by Haohui Mai. (10 years ago) +* b5b350c02e30 - HADOOP-10442. Group look-up can cause segmentation fault when certain JNI-based mapping module is used. (Kihwal Lee via jeagles) (10 years ago) +* 54c1daa580e1 - HDFS-5978. Create a tool to take fsimage and expose read-only WebHDFS API. Contributed by Akira Ajisaka. (10 years ago) +* 51e353c091f5 - HDFS-6163. Fix a minor bug in the HA upgrade document. Contributed by Fengdong Yu. (10 years ago) +* 21d225af4dd0 - HDFS-6162. Format strings should use platform independent line separator. Contributed by Suresh Srinivas. (10 years ago) +* fd3d5ab7920a - HDFS-6158. Clean up dead code for OfflineImageViewer. Contributed by Haohui Mai. (10 years ago) +* 533675bfbb44 - MAPREDUCE-5805. Fixed MapReduce JobHistory encoding of queue-name to escape hyphens and thus avoid parsing errors. Contributed by Akira Ajisaka. (10 years ago) +* 82be0f935d6c - HDFS-6157. Fix the entry point of OfflineImageViewer for hdfs.cmd. Contributed by Haohui Mai. (10 years ago) +* 78b9321539f9 - HDFS-6119. FSNamesystem code cleanup. Contributed by Suresh Srinivas. (10 years ago) +* 14556cc5d8fe - HDFS-6155. Fix Boxing/unboxing to parse a primitive findbugs warnings. Contributed by Suresh Srinivas. (10 years ago) +* 3af3b0bda9ac - YARN-1873. Fixed TestDistributedShell failure when the test cases are out of order. Contributed by Mit Desai. (10 years ago) +* d337a5ffc459 - HADOOP-10441. Namenode metric rpc.RetryCache/NameNodeRetryCache.CacheHit can't be correctly processed by Ganglia. Contributed by Jing Zhao. (10 years ago) +* a126a01fa197 - HADOOP-10437. Fix the javac warnings in the conf and the util package. (10 years ago) +* fe8c3dc2b80a - HDFS-5672. TestHASafeMode#testSafeBlockTracking fails in trunk. Contributed by Jing Zhao. (10 years ago) +* 3d207f1db287 - HADOOP-10440. HarFsInputStream.read(byte[]) updates position incorrectly. Contributed by guodongdong (10 years ago) +* a206399afd24 - HDFS-6115. Call flush() for every append on block scan verification log. Contributed by Vinayakumar B (10 years ago) +* c00703dd0824 - HDFS-6150. Add inode id information in the logs to make debugging easier. Contributed by Suresh Srinivas. (10 years ago) +* b5935fab4444 - HDFS-6130. NPE when upgrading namenode from fsimages older than -32. Contributed by Haohui Mai. (10 years ago) +* 1fbb04e367d7 - HDFS-5910. Enhance DataTransferProtocol to allow per-connection choice of encryption/plain-text. (Contributed by Benoy Antony) (10 years ago) +* 71c2b159ab9c - YARN-1521. Mark Idempotent/AtMostOnce annotations to the APIs in ApplicationClientProtcol, ResourceManagerAdministrationProtocol and ResourceTrackerProtocol so that they work in HA scenario. Contributed by Xuan Gong (10 years ago) +* 8a9ae9e3ecb6 - YARN-1867. Fixed a bug in ResourceManager that was causing invalid ACL checks in the web-services after fail-over. Contributed by Vinod Kumar Vavilapalli. (10 years ago) +* dce1d2038306 - YARN-1452. Added documentation about the configuration and usage of generic application history and the timeline data service. Contributed by Zhijie Shen. (10 years ago) +* 54c7f0637d76 - HADOOP-10280. Add files missed in previous checkin. (10 years ago) +* c64974a86317 - HADOOP-10280. Make Schedulables return a configurable identity of user or group. (Contributed by Chris Li) (10 years ago) +* d14eff7d3896 - YARN-1866. Fixed an issue with renewal of RM-delegation tokens on restart or fail-over. Contributed by Jian He. (10 years ago) +* 274d9b2ac485 - HADOOP-10426. Declare CreateOpts.getOpt(..) with generic type argument, removes unused FileContext.getFileStatus(..) and fixes various javac warnings. (10 years ago) +* 867e0f8ea9b2 - HDFS-5196. Provide more snapshot information in WebUI. Contributed by Shinichi Yamashita. (10 years ago) +* 56205ca7d7f3 - HDFS-5840. Follow-up to HDFS-5138 to improve error handling during partial upgrade failures. Contributed by Aaron T. Myers, Suresh Srinivas, and Jing Zhao. (10 years ago) +* 3a61d2545760 - HDFS-6125. Cleanup unnecessary cast in HDFS code base. Contributed by Suresh Srinivas. (10 years ago) +* 09f383254c84 - YARN-1850. Introduced the ability to optionally disable sending out timeline-events in the TimelineClient. Contributed by Zhijie Shen. (10 years ago) +* 9db6f98e0b3c - HADOOP-10425. LocalFileSystem.getContentSummary should not count crc files. (10 years ago) +* 6015e9594180 - MAPREDUCE-5795. Fixed MRAppMaster to record the correct job-state after it recovers from a commit during a previous attempt. Contributed by Xuan Gong. (10 years ago) +* c2ef7e239eb0 - HDFS-6124. Add final modifier to class members. (Contributed by Suresh Srinivas) (10 years ago) +* 830e367c966a - HADOOP-10423. Clarify compatibility policy document for combination of new client and old server. (Chris Nauroth via kasha) (10 years ago) +* 935075121fc1 - HADOOP-10422. Remove redundant logging of RPC retry attempts. Contributed by Chris Nauroth. (10 years ago) +* 328fc86bdbf8 - HDFS-5846. Shuffle phase is slow in Windows - FadviseFileRegion::transferTo does not read disks efficiently. Contributed by Nikola Vujic. (10 years ago) +* 6376cd38a1be - Move HDFS-5138 to 2.4.0 section in CHANGES.txt (10 years ago) +* 8076ff31eb75 - HDFS-6135. In HDFS upgrade with HA setup, JournalNode cannot handle layout version bump when rolling back. Contributed by Jing Zhao. (10 years ago) +* 3bfd18c6b048 - HDFS-6050. NFS does not handle exceptions correctly in a few places. Contributed by Brandon Li (10 years ago) +* 0febaa1b3d34 - YARN-1852. Fixed RMAppAttempt to not resend AttemptFailed/AttemptKilled events to already recovered Failed/Killed RMApps. Contributed by Rohith Sharmaks (10 years ago) +* a90a5c24525b - MAPREDUCE-5791. Shuffle phase is slow in Windows - FadviseFileRegion::transferTo does not read disks efficiently. Contributed by Nikola Vujic. (10 years ago) +* f89ede8d8645 - HADOOP-10015. UserGroupInformation prints out excessive warnings. Contributed by Nicolas Liochon (10 years ago) +* 0f1eda6bbf89 - YARN-1838. Enhanced timeline service getEntities API to get entities from a given entity ID or insertion timestamp. Contributed by Billie Rinaldi. (10 years ago) +* 2d89dcb121dd - YARN-1670. aggregated log writer can write more log data then it says is the log length (Mit Desai via jeagles) (10 years ago) +* 7a18c4a1992a - HDFS-3087. Decomissioning on NN restart can complete without blocks being replicated. Contributed by Rushabh S Shah. (10 years ago) +* 0710b5890b47 - HADOOP-10418. SaslRpcClient should not assume that remote principals are in the default_realm. Contributed by Aaron T. Myers. (10 years ago) +* 6784b9691349 - Relocate wrongly place entries in YARNs's CHANGES.txt (vinodkv) (10 years ago) +* 00ceaade0568 - HDFS-6140. WebHDFS cannot create a file with spaces in the name after HA failover changes. Contributed by Chris Nauroth. (10 years ago) +* 62d28901d629 - HADOOP-10191. Missing executable permission on viewfs internal dirs. Contributed by Gera Shegalov. (10 years ago) +* ef9634bf7968 - YARN-1577. Made UnmanagedAMLauncher do launchAM after the attempt reaches the LAUNCHED state. Contributed by Jian He. (10 years ago) +* ce56616037fc - YARN-1776. Fixed DelegationToken renewal to survive RM failover. Contributed by Zhijie Shen (10 years ago) +* cbb3914c89b8 - YARN-1536. Cleanup: Get rid of ResourceManager#get*SecretManager() methods and use the RMContext methods instead. (Anubhav Dhoot via kasha) (10 years ago) +* 8a06949df87f - MAPREDUCE-5806. Fixed a bug in MRAppMaster so as to enable users to properly override HADOOP_ROOT_LOGGER or HADOOP_CLIENT_OPTS. Contributed by Varun Vasudev. (10 years ago) +* dc594101cc52 - YARN-1854. Fixed test failure in TestRMHA#testStartAndTransitions. Contributed by Rohith Sharma KS. (10 years ago) +* a764e9a7a49b - YARN-1863. Fixed test failure in TestRMFailover after YARN-1859. Contributed by Xuan Gong. (10 years ago) +* 06579878dfca - YARN-1775. Enhanced ProcfsBasedProcessTree to optionally add the ability to use smaps for obtaining used memory information. Contributed by Rajesh Balamohan. (10 years ago) +* f67218809c50 - YARN-1849. Fixed NPE in ResourceTrackerService#registerNodeManager for UAM. Contributed by Karthik Kambatla (10 years ago) +* a5c08eed16e7 - MAPREDUCE-5787. Added the ability to keep alive shuffle connections in the MapReduce shuffle-handler. Contributed by Rajesh Balamohan. (10 years ago) +* fc53af9c4cf0 - HDFS-6120. Fix and improve safe mode log messages. (Arpit Agarwal) (10 years ago) +* 2fbd94db3e5e - HDFS-6138. Add a user guide for how to use viewfs with federation. Contributed by sanjay and szetszwo (10 years ago) +* 2826a35469ac - YARN-1670. Fixed a bug in log-aggregation that can cause the writer to write more log-data than the log-length that it records. Contributed by Mit Desai. (10 years ago) +* 767a98aa9287 - MAPREDUCE-5804. TestMRJobsWithProfiler#testProfiler timesout. Contributed by Mit Desai. (10 years ago) +* 4224e613409e - YARN-1811. Fixed AMFilters in YARN to correctly accept requests from either web-app proxy or the RMs when HA is enabled. Contributed by Robert Kanter. (10 years ago) +* 1c49cfbeb7df - YARN-1859. Fixed WebAppProxyServlet to correctly handle applications absent on the ResourceManager. Contributed by Zhijie Shen. (10 years ago) +* bf428cc4748f - YARN-1855. Made Application-history server to be optional in MiniYARNCluster and thus avoid the failure of TestRMFailover#testRMWebAppRedirect. Contributed by Zhijie Shen. (10 years ago) +* 9dab514b22f4 - HDFS-6038. Allow JournalNode to handle editlog produced by new release with future layoutversion. Contributed by Jing Zhao. (10 years ago) +* fd6df7675e80 - YARN-1570. Fixed formatting of the lines in YarnCommands.apt.vm docs source. Contributed by Akira Ajisaka. (10 years ago) +* 4f6397b4ac60 - HDFS-6089. Standby NN while transitioning to active throws a connection refused error when the prior active NN process is suspended. Contributed by Jing Zhao. (10 years ago) +* 7ec4308f825f - HDFS-6129. When a replica is not found for deletion, do not throw an exception. (10 years ago) +* aa4a04592564 - HDFS-6127. WebHDFS tokens cannot be renewed in HA setup. Contributed by Haohui Mai. (10 years ago) +* 396c6c63a26b - MAPREDUCE-2349. Modified FileInputFormat to be able to issue file and block location calls in parallel. Contributed by Siddharth Seth. (10 years ago) +* 764af69aa093 - YARN-1640. Fixed manual failover of ResourceManagers to work correctly in secure clusters. Contributed by Xuan Gong. (10 years ago) +* 44deaa82417c - HDFS-6105. NN web UI for DN list loads the same jmx page multiple times. Contributed by Haohui Mai. (10 years ago) +* cfb468332e48 - HDFS-6123. Do not log stack trace for ReplicaAlreadyExistsException and SocketTimeoutException. (10 years ago) +* 234edcadd5d8 - HADOOP-10221. Add file missed in previous checkin, fix typo. (10 years ago) +* f799618828b0 - HADOOP-10221. Add a plugin to specify SaslProperties for RPC protocol based on connection properties. (Contributed by Benoy Antony and Daryn Sharp) (10 years ago) +* 7817245d88cb - HDFS-6100. DataNodeWebHdfsMethods does not failover in HA mode. Contributed by Haohui Mai. (10 years ago) +* fd1c42454899 - YARN-1690. Made DistributedShell send timeline entities+events. Contributed by Mayank Bansal. (10 years ago) +* 2b03ae94216a - HDFS-6099. HDFS file system limits not enforced on renames. Contributed by Chris Nauroth. (10 years ago) +* d0f7985f5c24 - HDFS-6117. Print file path information in FileNotFoundException on INode ID mismatch. Contributed by Suresh Srinivas. (10 years ago) +* ed02d0c0cea1 - HDFS-6112. NFS Gateway docs are incorrect for allowed hosts configuration. Contributed by Aaron T. Myers. (10 years ago) +* bfafc1d0ceeb - YARN-1705. Reset cluster-metrics on transition to standby. (Rohith via kasha) (10 years ago) +* 534a5ee346f8 - Add TestSnapshotNameWithInvalidCharacters.java for HDFS-6068. (10 years ago) +* 02b25ce4ef48 - HDFS-6068. Disallow snapshot names that are also invalid directory names. Contributed by sathish (10 years ago) +* bd98fa152d45 - HDFS-6007. Update documentation about short-circuit local reads (iwasakims via cmccabe) (10 years ago) +* e52c1535b842 - YARN-1846. TestRM#testNMTokenSentForNormalContainer assumes CapacityScheduler. (Robert Kanter via kasha) (10 years ago) +* 57cdf8626a32 - YARN-1512. Enhanced CapacityScheduler to be able to decouple scheduling from node-heartbeats. Contributed by Arun C Murthy. (10 years ago) +* b4d22bda3e50 - HADOOP-10383 InterfaceStability annotations should have RetentionPolicy.RUNTIME (10 years ago) +* 0b3ee72af842 - HDFS-6090. Use MiniDFSCluster.Builder instead of deprecated constructors. Contributed by Akira AJISAKA. (10 years ago) +* 92317e3459b5 - YARN-1839. Fixed handling of NMTokens in ResourceManager such that containers launched by AMs running on the same machine as the AM are correctly propagated. Contributed by Jian He. (10 years ago) +* 81a456e6386e - YARN-1591. Fixed AsyncDispatcher to handle interrupts on shutdown in a sane manner and thus fix failure of TestResourceTrackerService. Contributed by Tsuyoshi Ozawa. (10 years ago) +* 6a89e57b8dc4 - YARN-1206. Fixed AM container log to show on NM web page after application finishes if log-aggregation is disabled. Contributed by Rohith Sharmaks (10 years ago) +* 8314674947ec - YARN-1685. Fixed few bugs related to handling of containers' log-URLs on ResourceManager and history-service. Contributed by Zhijie Shen. (10 years ago) +* 6318afe3b997 - HDFS-5516. WebHDFS does not require user name when anonymous http requests are disallowed. Contributed by Miodrag Radulovic. (10 years ago) +* 7944eab64a3a - YARN-1136. Replace junit.framework.Assert with org.junit.Assert (Chen He via jeagles) (10 years ago) +* 7096c290edac - HDFS-6107: fix comment (cmccabe) (10 years ago) +* d265dd9eb01b - HDFS-6107. When a block cannot be cached due to limited space on the DataNode, it becomes uncacheable (cmccabe) (10 years ago) +* bc00bc966bc5 - YARN-1830. Fixed TestRMRestart#testQueueMetricsOnRMRestart failure due to race condition when app is submitted. Contributed by Zhijie Shen (10 years ago) +* 809e8bf5b7fd - HDFS-6094. The same block can be counted twice towards safe mode threshold. (Arpit Agarwal) (10 years ago) +* 1190f19ddda3 - YARN-1845. Elapsed time for failed tasks that never started is wrong (Rushabh S Shah via jeagles) (10 years ago) +* f8e439105c54 - YARN-1845. Elapsed time for failed tasks that never started is wrong (Rushabh S Shah via jeagles) (10 years ago) +* 96e0ca2d272d - YARN-1824. Improved NodeManager and clients to be able to handle cross platform application submissions. Contributed by Jian He. MAPREDUCE-4052. Improved MapReduce clients to use NodeManagers' ability to handle cross platform application submissions. Contributed by Jian He. (10 years ago) +* 9a65a9aadce1 - HDFS-6106. Reduce default for dfs.namenode.path.based.cache.refresh.interval.ms (cmccabe) (10 years ago) +* fbdab6fab12c - YARN-1520. update capacity scheduler docs to include necessary parameters (Chen He via jeagles) (10 years ago) +* 95b7f5081384 - YARN-1833. TestRMAdminService Fails in trunk and branch-2 (Mit Desais via jeagles) (10 years ago) +* 37cb314f79f5 - HADOOP-10407. Fix the javac warnings in org.apache.hadoop.ipc package. (10 years ago) +* b3ea4aebff42 - YARN-1717. Enabled periodically discarding old data in LeveldbTimelineStore. Contributed by Billie Rinaldi. (10 years ago) +* 8a2a74159540 - MAPREDUCE-5570. Map task attempt with fetch failure has incorrect attempt finish time. Contributed by Rushabh S Shah (10 years ago) +* d9f723ed74ce - MAPREDUCE-5769. Unregistration to RM should not be called if AM is crashed before registering with RM. Contributed by Rohith (10 years ago) +* 2a6e8610b156 - Update CHANGES.txt to show MR-5688 pulled into 2.4.0 (10 years ago) +* 0ab1f90d4035 - MAPREDUCE-5751. MR app master fails to start in some cases if mapreduce.job.classloader is true. Contributed by Sangjin Lee (10 years ago) +* d37c31a2dbb8 - HDFS-6102. Lower the default maximum items per directory to fix PB fsimage loading. Contributed by Andrew Wang. (10 years ago) +* d9cdcb947452 - YARN-1658. Modified web-app framework to let standby RMs redirect web-service calls to the active RM. Contributed by Cindy Li. (10 years ago) +* 38006007ea49 - HDFS-6084. Namenode UI - Hadoop logo link shouldn't go to hadoop homepage. Contributed by Travis Thompson. (10 years ago) +* 6988a4fc71e2 - HADOOP-3679. Fixup assert ordering in unit tests to yield meaningful error messages. Contributed by Jay Vyas (10 years ago) +* 53790d33000c - YARN-1771. Reduce the number of NameNode operations during localization of public resources using a cache. Contributed by Sangjin Lee (10 years ago) +* f730fa919e8a - HDFS-6097. Zero-copy reads are incorrectly disabled on file offsets above 2GB (cmccabe) (10 years ago) +* 842aa2bc9432 - HDFS-6080. Improve NFS gateway performance by making rtmax and wtmax configurable. Contributed by Abin Shahab (10 years ago) +* aab466558a4b - MAPREDUCE-5456. TestFetcher.testCopyFromHostExtraBytes is missing (Jason Lowe via jeagles) (10 years ago) +* 763b8ebf46ea - MAPREDUCE-5794. SliveMapper always uses default FileSystem. (Contributed by szetszwo) (10 years ago) +* 70aba7ffcf0b - HDFS-5244. TestNNStorageRetentionManager#testPurgeMultipleDirs fails. Contributed bye Jinghui Wang. (10 years ago) +* 2c6ce77c5a06 - MAPREDUCE-5713. InputFormat and JobConf JavaDoc Fixes (Chen He via jeagles) (10 years ago) +* b44b648d0848 - HADOOP-10332. HttpServer's jetty audit log always logs 200 OK (jeagles) (10 years ago) +* 87866d4a5653 - MAPREDUCE-5789. Average Reduce time is incorrect on Job Overview page. Contributed by Rushabh S Shah (10 years ago) +* a8f302a1e6af - MAPREDUCE-5765. Update hadoop-pipes examples README (Mit Desai via jeagles) (10 years ago) +* 6af044bb75fe - YARN-1389. Made ApplicationClientProtocol and ApplicationHistoryProtocol expose analogous getApplication(s)/Attempt(s)/Container(s) APIs. Contributed by Mayank Bansal. (10 years ago) +* f0fa038c7ebf - HDFS-6096. TestWebHdfsTokens may timeout. (Contributed by szetszwo) (10 years ago) +* 20ec0c0474b1 - HDFS-5705. Update CHANGES.txt for merging the original fix (r1555190) to branch-2 and branch-2.4. (10 years ago) +* b849dd5df9b5 - HDFS-6079. Timeout for getFileBlockStorageLocations does not work. Contributed by Andrew Wang. (10 years ago) +* 135700a61173 - YARN-1789. ApplicationSummary does not escape newlines in the app name. Contributed by Tsuyoshi OZAWA (10 years ago) +* 3bbd67173eaf - MAPREDUCE-5553. Allow users to easily access completed/pending/successful/failed tasks on MR AM web-ui. Contributed by Paul Han. (10 years ago) +* cbf1c72d1b0a - MAPREDUCE-5778. JobSummary does not escape newlines in the job name. Contributed by Akira AJISAKA (10 years ago) +* 197217c95d5d - YARN-1816. Fixed ResourceManager to get RMApp correctly handle ATTEMPT_FINISHED event at ACCEPTED state that can happen after RM restarts. Contributed by Jian He. (10 years ago) +* 4de17c60528c - YARN-1812. Fixed ResourceManager to synchrously renew tokens after recovery and thus recover app itself synchronously and avoid races with resyncing NodeManagers. Contributed by Jian He. (10 years ago) +* 4ce0e4bf2e91 - YARN-1444. Fix CapacityScheduler to deal with cases where applications specify host/rack requests without off-switch request. Contributed by Wangda Tan. (10 years ago) +* 8aab8533a1b0 - YARN-1800. Fixed NodeManager to gracefully handle RejectedExecutionException in the public-localizer thread-pool. Contributed by Varun Vasudev. (10 years ago) +* a3616c58dd2d - HDFS-6086. Fix a case where zero-copy or no-checksum reads were not allowed even when the block was cached. (cmccabe) (10 years ago) +* 477ed62b3fe8 - YARN-1821. NPE on registerNodeManager if the request has containers for UnmanagedAMs (kasha) (10 years ago) +* b027ef8858e6 - HDFS-6072. Clean up dead code of FSImage. Contributed by Haohui Mai. (10 years ago) +* 8d297687048c - HDFS-5638. HDFS implementation of FileContext API for ACLs. Contributed by Vinayakumar B. (10 years ago) +* bab90b2222ab - HDFS-6085. Improve CacheReplicationMonitor log messages a bit (cmccabe) (10 years ago) +* 66cde6a17f36 - HADOOP-10337 ConcurrentModificationException from MetricsDynamicMBeanBase.createMBeanInfo() (Liang Xie via stack) (10 years ago) +* 98ecd4ffef33 - MAPREDUCE-5028. Fixed a bug in MapTask that was causing mappers to fail when a large value of io.sort.mb is set. Contributed by Karthik Kambatla. (10 years ago) +* 0edda2537346 - YARN-1764. Modified YarnClient to correctly handle failover of ResourceManager after the submitApplication call goes through. Contributed by Xuan Gong. (10 years ago) +* 2e57b1fe8644 - Move HDFS-3405 to 2.4.0 section in CHANGES.txt (10 years ago) +* 024f8e931f16 - Move HDFS-5535 to Release 2.4.0 in CHANGES.txt. (10 years ago) +* 109e88bf178e - HADOOP-10394. TestAuthenticationFilter is flaky. (Arpit Agarwal) (10 years ago) +* d74ec9dd20ce - HADOOP-10395. TestCallQueueManager is flaky. (Arpit Agarwal) (10 years ago) +* 8e68f64daa76 - HADOOP-10399. FileContext API for ACLs. Contributed by Vinayakumar B. (10 years ago) +* 5bb794566ec0 - HDFS-6055. Change default configuration to limit file name length in HDFS. Contributed by Chris Nauroth. (10 years ago) +* b674dfd480ab - HDFS-6077. running slive with webhdfs on secure HA cluster fails with unkown host exception. Contributed by Jing Zhao. (10 years ago) +* e4190b2a97b0 - YARN-1788. Fixed a bug in ResourceManager to set the apps-completed and apps-killed metrics correctly for killed applications. Contributed by Varun Vasudev. (10 years ago) +* daaa8f03f411 - HDFS-6070. Cleanup use of ReadStatistics in DFSInputStream. (10 years ago) +* a06b21cf674c - HDFS-5892. TestDeleteBlockPool fails in branch-2. Contributed by Ted Yu. (10 years ago) +* 7da07461ffad - YARN-1793. Fixed ClientRMService#forceKillApplication not killing unmanaged application. Contributed by Karthik Kambatla (10 years ago) +* d59dbc9e3816 - HDFS-6071. BlockReaderLocal does not return -1 on EOF when doing a zero-length read on a short file. (cmccabe) (10 years ago) +* 94a1632fcb67 - HDFS-3405. Checkpointing should use HTTP POST or PUT instead of GET-GET to send merged fsimages. Contributed by Vinayakumar B. (10 years ago) +* dbd22b23c2d6 - Revert HDFS-3405 for recommit with correct renamed files (10 years ago) +* 98594ab787d2 - Remove extra file from HDFS-3405. (10 years ago) +* 596004ac738c - HDFS-6078. TestIncrementalBlockReports is flaky. (Arpit Agarwal) (10 years ago) +* e2530de4ea70 - YARN-1790. Fair Scheduler UI not showing apps table (bc Wong via Sandy Ryza) (10 years ago) +* 874cc955e0f5 - YARN-1787. Fixed help messages for applicationattempt and container sub-commands in bin/yarn. Contributed by Zhijie Shen. (10 years ago) +* 8497b870af52 - YARN-1410. Added tests to validate that clients can fail-over to a new RM after getting an application-ID but before submission and can still submit to the newly active RM with no issues. Contributed by Xuan Gong. (10 years ago) +* b7428fe63d80 - HADOOP-10393. Fix the javac warnings in hadoop-auth. (10 years ago) +* 0b1304d09816 - YARN-1781. Modified NodeManagers to allow admins to specify max disk utilization for local disks so as to be able to offline full disks. Contributed by Varun Vasudev. (10 years ago) +* 0f595915a388 - HDFS-3405. Checkpointing should use HTTP POST or PUT instead of GET-GET to send merged fsimages. Contributed by Vinayakumar B. (10 years ago) +* 1f6c2b09c6a5 - HDFS-6076. DataNode with SimulatedDataSet should not create DatanodeRegistration with namenode layout version and namenode node type. (10 years ago) +* 90b399c4bd1d - HDFS-5064. Standby checkpoints should not block concurrent readers. Contributed by Aaron Twining Myers. (10 years ago) +* 1c4047b0e46e - YARN-1783. Fixed a bug in NodeManager's status-updater that was losing completed container statuses when NodeManager is forced to resync by the ResourceManager. Contributed by Jian He. (10 years ago) +* b06cc16f7df6 - YARN-1774. FS: Submitting to non-leaf queue throws NPE. (Anubhav Dhoot and Karthik Kambatla via kasha) (10 years ago) +* b1f87bbabd38 - HDFS-5986. Capture the number of blocks pending deletion on namenode webUI. Contributed by Chris Nauroth. (10 years ago) +* 55af4b0a7995 - Mark HADOOP-8691 in CHANGES.txt as incompatible changes. (10 years ago) +* b55c1aab7b11 - HDFS-6069. Quash stack traces when ACLs are disabled. Contributed by Chris Nauroth. (10 years ago) +* 12711177d324 - HDFS-6063. TestAclCLI fails intermittently when running test 24: copyFromLocal. Contributed by Chris Nauroth. (10 years ago) +* 9b15c5b11a56 - YARN-1525. Web UI should redirect to active RM when HA is enabled. (Cindy Li via kasha) (10 years ago) +* f4eb6ddec9b9 - YARN-1780. Improved logging in the Timeline client and server. Contributed by Zhijie Shen. (10 years ago) +* 173c1159519b - HDFS-6065. HDFS zero-copy reads should return null on EOF when doing ZCR (cmccabe) (10 years ago) +* 591be56052d4 - HDFS-6067. TestPread.testMaxOutHedgedReadPool is flaky (cmccabe) (10 years ago) +* 90b1e25c7fa8 - HDFS-6084. DFSConfigKeys.DFS_BLOCKREPORT_INTERVAL_MSEC_DEFAULT is not updated with latest block report interval of 6 hrs. Contributed by Vinayakumar B. (10 years ago) +* 8d49acf0e9e7 - MAPREDUCE-5780. SliveTest should use the specified path to get the particular FileSystem instead of using the default FileSystem. (10 years ago) +* 278d40f9acea - Fix CHANGES.txt for HDFS-6060 (10 years ago) +* 8955f718f174 - HDFS-6060. NameNode should not check DataNode layout version. Contributed by Brandon Li (10 years ago) +* 115e60b0dc81 - HDFS-6059. TestBlockReaderLocal fails if native library not available (ajisakaa via cmccabe) (10 years ago) +* e65084b61687 - HDFS-6062. TestRetryCacheWithHA#testConcat is flaky. Contributed by Jing Zhao. (10 years ago) +* 5a3f614794f6 - HDFS-6061. Allow dfs.datanode.shared.file.descriptor.path to contain multiple entries and fall back when needed (cmccabe) (10 years ago) +* 9192f8446d5b - HDFS-6058. Fix TestHDFSCLI failures after HADOOP-8691 change. Contributed by Akira Ajisaka and Haohui Mai. (10 years ago) +* 95e0f616b963 - HDFS-6057. DomainSocketWatcher.watcherThread should be marked as a daemon thread (cmccabe) (10 years ago) +* ad61eec0727d - HADOOP-10386. Log proxy hostname in various exceptions being thrown in a HA setup. Contributed by Haohui Mai. (10 years ago) +* 097e8b205e97 - HADOOP-10211. Enable RPC protocol to negotiate SASL-QOP values between clients and servers. (Contributed by Benoy Antony) (10 years ago) +* 6adf7a0ecb79 - HDFS-5898. Allow NFS gateway to login/relogin from its kerberos keytab. Contributed by Abin Shahab. (10 years ago) +* b46fbd0275bf - HDFS-5857. TestWebHDFS#testNamenodeRestart fails intermittently with NPE. Contributed By Mit Desai. (10 years ago) +* d963b3cd525d - YARN-1761. Modified RMAdmin CLI to check whether HA is enabled or not before it executes any of the HA admin related commands. Contributed by Xuan Gong. (10 years ago) +* 8cd23c5b4845 - YARN-1752. Fixed ApplicationMasterService to reject unregister request if AM did not register before. Contributed by Rohith Sharma. (10 years ago) +* 206e2b0cd295 - HDFS-6044. Add property for setting the NFS look up time for users. Contributed by Brandon Li (10 years ago) +* 8e84dedd4cd6 - HDFS-6043. Give HDFS daemons NFS3 and Portmap their own OPTS. Contributed by Brandon Li (10 years ago) +* 2e7c51227006 - YARN-1785. FairScheduler treats app lookup failures as ERRORs. (bc Wong via kasha) (10 years ago) +* e1162ebb1f0e - HDFS-5167. Add metrics about the NameNode retry cache. Contributed by Tsuyoshi OZAWA. (10 years ago) +* 240b4e9a7f16 - YARN-1768. Fixed error message being too verbose when killing a non-existent application. Contributed by Tsuyoshi Ozawa (10 years ago) +* 95ebf9ecc480 - HADOOP-10379. Protect authentication cookies with the HttpOnly and Secure flags. Contributed by Haohui Mai. (10 years ago) +* e90687f90ee2 - HDFS-5321. Clean up the HTTP-related configuration in HDFS. Contributed by Haohui Mai. (10 years ago) +* 53768eccf3e3 - HADOOP-8691. FsShell can print "Found xxx items" unnecessarily often. Contributed By Daryn Sharp. (10 years ago) +* 291dbc3d278e - svn merge --reintegrate https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535 back to trunk. (10 years ago) +|\ +| * f9ebdea446d2 - (weichiu/HDFS-5535, pbacsko/HDFS-5535, origin/HDFS-5535, JackWangCS/HDFS-5535, 9uapaw/HDFS-5535) Merging r1573814 through r1574170 from trunk. (10 years ago) +| |\ +| * | 5d29338017fb - HDFS-6041. Downgrade/Finalize should rename the rollback image instead of purging it. Contributed by Jing Zhao. (10 years ago) +| * | 9ad8dd1e8aae - Merge r1569890 through r1573813 from trunk. (10 years ago) +| |\ \ +| * | | 98983b278850 - HDFS-6042. Fix rolling upgrade documentation and error messages. (Contributed by szetszwo) (10 years ago) +| * | | aa8a6e498a66 - HDFS-6013. add rollingUpgrade information to latest UI. Contributed by Vinayakumar B. (10 years ago) +| * | | 0a7db7f17912 - Merge r1569890 through r1573119 from trunk. (10 years ago) +| |\ \ \ +| * | | | c69cc31adcd7 - HDFS-6034. Use DataNodeLayoutVersion for DN registration check and do not verify layout version if there is a rolling upgrade in progress. (10 years ago) +| * | | | ee663fad14f6 - Merge r1569890 through r1573042 from trunk. (10 years ago) +| |\ \ \ \ +| * | | | | 1bab14bb49ec - HDFS-6031. Add back the "-rollingUpgrade started" namenode startup option; otherwise, namenode cannot start when the layout version is changed. (10 years ago) +| * | | | | 5409908026dd - HDFS-6032. -rollingUpgrade query hits NPE after the NN restarts. Contributed by Haohui Mai. (10 years ago) +| * | | | | e9a17c8ce065 - HDFS-6029. Secondary NN fails to checkpoint after -rollingUpgrade prepare. Contributed by Jing Zhao. (10 years ago) +| * | | | | 9b818839520e - Merge r1569890 through r1572722 from trunk. (10 years ago) +| |\ \ \ \ \ +| * | | | | | e1084736b2dc - Add TestRollingUpgradeDowngrade.java for HDFS-6024 (10 years ago) +| * | | | | | 58bccdbc04f7 - Merge r1569890 through r1572417 from trunk. (10 years ago) +| |\ \ \ \ \ \ +| * | | | | | | 9a114bebd813 - HDFS-6026. Fix TestDFSUpgrade and TestDataNodeRollingUpgrade. Contributed by jing9 (10 years ago) +| * | | | | | | aee7b449e2cd - HDFS-6024. Test whether the NN will reject the downgrade if it has a fsimage from a newer release. Contributed by Haohui Mai. (10 years ago) +| * | | | | | | ccf074424368 - HDFS-6023. Test whether the standby NN continues to checkpoint after the prepare stage. Contributed by Haohui Mai. (10 years ago) +| * | | | | | | 9cc0d5d4979a - Merge r1569890 through r1572250 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ +| * | | | | | | | dedcc09e717f - HDFS-6019. Standby NN might not checkpoint when processing the rolling upgrade marker. Contributed by Haohui Mai. (10 years ago) +| * | | | | | | | c8182ea76412 - HDFS-6020. Fix the five findbugs warnings. Contributed by Kihwal Lee. (10 years ago) +| * | | | | | | | 9df1c533dc38 - HDFS-6017. Query the status of rolling upgrade in the preparation stage in TestRollingUpgrade and TestRollingUpgradeRollback. (Contributed by Haohui Mai) (10 years ago) +| * | | | | | | | e3d2e4c15685 - HDFS-6000. Avoid saving namespace when starting rolling upgrade. Contributed by Jing Zhao. (10 years ago) +| * | | | | | | | abc9a6dad5eb - Merge r1569890 through r1571813 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ +| * | | | | | | | | fa6e59891c61 - HDFS-5498. Improve datanode startup time. Contributed by Kihwal Lee. (10 years ago) +| * | | | | | | | | 57b28693ee29 - HDFS-5924. Utilize OOB upgrade message processing for writes. Contributed by Kihwal Lee. (10 years ago) +| * | | | | | | | | 6780b086d837 - HDFS-6015. Fix TestBlockRecovery#testRaceBetweenReplicaRecoveryAndFinalizeBlock. Contributed by Kihwal Lee. (10 years ago) +| * | | | | | | | | f52fe68a2b5d - HDFS-6014. Fix findbug warnings introduced by HDFS-5583. Contributed by Kihwal Lee. (10 years ago) +| * | | | | | | | | 2c8a6f571268 - HDFS-6003. Add the new -rollingUpgrade startup option to the namenode usage message. Contributed by Vinayakumar B (10 years ago) +| * | | | | | | | | 98db64dd4908 - Merge r1569890 through r1571553 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ 0809f32f4bbf - Merge r1569890 through r1571508 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | 8c4d8058d83a - HDFS-5778. Add rolling upgrade user document. (10 years ago) +| * | | | | | | | | | | 1c6b5d2b5841 - HDFS-5583. Make DN send an OOB Ack on shutdown before restarting. Contributed by Kihwal Lee. (10 years ago) +| * | | | | | | | | | | c066cef587bd - HDFS-6004. Change DFSAdmin for rolling upgrade commands. (Contributed by szetszwo) (10 years ago) +| * | | | | | | | | | | dbf14320c093 - HDFS-6005. Simplify Datanode rollback and downgrade. (Contributed by Suresh Srinivas) (10 years ago) +| * | | | | | | | | | | 8e7a2b8d5d99 - HDFS-5999. Do not create rollback fsimage when it already exists. Contributed by Jing Zhao. (10 years ago) +| * | | | | | | | | | | e804c924fec2 - Merge r1569890 through r1570786 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | 3f7852bd27de - HDFS-5994. Fix TestDataNodeRollingUpgrade. Contributed by Arpit Agarwal (10 years ago) +| * | | | | | | | | | | | 78325b08c51e - Merge r1569890 through r1570692 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | 0ad6cdd03149 - HDFS-5992. Fix NPE in MD5FileUtils and update editsStored for TestOfflineEditsViewer. (10 years ago) +| * | | | | | | | | | | | | 37afb4d6834f - Merge r1569890 through r1570391 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | 329c7051817c - HDFS-5987. Fix findbugs warnings in Rolling Upgrade branch. (Contributed by szetszwo) (10 years ago) +| * | | | | | | | | | | | | | 0b51bdd94f5a - HDFS-5985. SimulatedFSDataset#disableAndPurgeTrashStorage should not throw UnsupportedOperationException. Contributed by Jing Zhao. (10 years ago) +| * | | | | | | | | | | | | | 016d3b817119 - HDFS-5984. Fix TestEditLog and TestStandbyCheckpoints. Contributed by jing9 (10 years ago) +| * | | | | | | | | | | | | | 55aec006f499 - Merge r1569890 through r1570083 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | 2088584864d8 - HDFS-5980. Rollback does not need to load edits. Contributed by jing9 (10 years ago) +| * | | | | | | | | | | | | | | 50a0bedead54 - HDFS-5976. Create unit tests for downgrade and finalize rolling upgrade. (Contributed by Haohui Mai) (10 years ago) +| * | | | | | | | | | | | | | | 0cd98fd482aa - HDFS-5963. Remove empty file TestEditLogUpgradeMarker.java (10 years ago) +| * | | | | | | | | | | | | | | e891c55f8ba4 - HDFS-5963. TestRollingUpgrade#testSecondaryNameNode causes subsequent tests to fail. (Contributed by szetszwo) (10 years ago) +| * | | | | | | | | | | | | | | d69985d90b93 - HDFS-5974. Fix compilation error, NameNodeLayoutVersion and DataNodeLayoutVersion after merge from trunk. (10 years ago) +| * | | | | | | | | | | | | | | 72c214c89bed - Merge r1555021 through r1569889 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | 377424e36a25 - HDFS-5966. Fix rollback of rolling upgrade in NameNode HA setup. Contributed by jing9 (10 years ago) +| * | | | | | | | | | | | | | | | 99b4caa88863 - Merge r1555021 through r1569522 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | bc962d6df470 - HDFS-5945. Add rolling upgrade information to fsimage; and disallow upgrade and rolling upgrade to be started simultaneously. Contributed by szetszwo & jing9 (10 years ago) +| * | | | | | | | | | | | | | | | | 470d4253b246 - HDFS-5920. Support rollback of rolling upgrade in NameNode and JournalNodes. Contributed by Jing Zhao. (10 years ago) +| * | | | | | | | | | | | | | | | | 8741c3b9517f - HDFS-5907. Add test cases missed in previous checkin (10 years ago) +| * | | | | | | | | | | | | | | | | 9830ef0d32a9 - HDFS-5585. Provide admin commands for data node upgrade. Contributed by Kihwal Lee. (missing file) (10 years ago) +| * | | | | | | | | | | | | | | | | 1a68f13521e6 - HDFS-5585. Provide admin commands for data node upgrade. Contributed by Kihwal Lee. (10 years ago) +| * | | | | | | | | | | | | | | | | a795bc42d012 - HDFS-5494. Merge Protobuf-based-FSImage code from trunk - fix build break after merge. (Contributed by Jing Zhao) (10 years ago) +| * | | | | | | | | | | | | | | | | ba4b10354c48 - Merging r1566359 through r1568420 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | 5df82fa01d26 - HDFS-5907. BlockPoolSliceStorage trash to handle block deletions during rolling upgrade. (Arpit Agarwal) (10 years ago) +| * | | | | | | | | | | | | | | | | | a4f152db96c4 - Merge r1555021 through r1566358 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | 4f9bbaa30119 - HDFS-5889. When starting rolling upgrade, create a fs image for rollback so that the standby namenode can create checkpoints during upgrade. Contributed by szetszwo & jing9 (10 years ago) +| * | | | | | | | | | | | | | | | | | | 300e4906af6d - HDFS-5874. Should not compare DataNode current layout version with that of NameNode in DataStrorage. (10 years ago) +| * | | | | | | | | | | | | | | | | | | ccf08d9dc8f8 - Merge r1555021 through r1565516 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | c780454413ca - HDFS-5869. When starting rolling upgrade or NN restarts, NN should create a checkpoint right before the upgrade marker. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | b2ce764093ba - HDFS-5890. Avoid NPE in Datanode heartbeat. Contributed by Vinay (10 years ago) +| * | | | | | | | | | | | | | | | | | | | 35e59eeaa2b6 - Merge r1555021 through r1563384 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | 4f92eb2f613e - HDFS-5848. Add rolling upgrade status to heartbeat response. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | f2972402b78b - Merge r1555021 through r1563041 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | 00067895a01c - HDFS-5754. Split LayoutVerion into NameNodeLayoutVersion and DataNodeLayoutVersion. Contributed by Brandon Li (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | efcdf81ca92a - Merge r1555021 through r1561943 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | 917502ef3164 - HDFS-5835. Add a new option for starting Namenode when rolling upgrade is in progress. (10 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | a9110e178837 - Merge r1555021 through r1561510 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | d8bc52375418 - HDFS-5753. Add new NN startup options for downgrade and rollback using upgrade marker. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 1025121874cd - Merge r1555021 through r1559304 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | 09b8ce5b4424 - HDFS-5786. Support QUERY and FINALIZE actions of rolling upgrade. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | 4a1abe5a3db8 - Merge r1555021 through r1558254 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | 5fe73a986e68 - HDFS-5752. Add a new DFSAdmin command to query, start and finalize rolling upgrade. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | 1c7aa44d62fe - Merge r1555021 through r1557038 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | 4563ba08e75e - HDFS-5645. Support upgrade marker in editlog streams. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | f3ee35ab288a - Merge r1555021 through r1556550 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 551034d238bf - add CHANGES_HDFS-5535.txt. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 498f9674ffff - Merge r1550130 through r1555020 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 788fca4124ec - HDFS-5496. Make replication queue initialization asynchronous. Contributed by Vinay. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | d33d83b698a7 - Create a branch for HDFS-5535 Rolling upgrade improvement. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 82e8c8bd713f - YARN-1766. Fixed a bug in ResourceManager to use configuration loaded from the configuration-provider when booting up. Contributed by Xuan Gong. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1da076fd130e - HDFS-6051. HDFS cannot run on Windows since short-circuit memory segment changes (cmccabe) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c0a903da22c6 - HDFS-6047 TestPread NPE inside in DFSInputStream hedgedFetchBlockByteRange (stack) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88245b6a4117 - YARN-986. Changed client side to be able to figure out the right RM Delegation token for the right ResourceManager when HA is enabled. Contributed by Karthik Kambatla. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 40464fba22ba - YARN-1730. Implemented simple write-locking in the LevelDB based timeline-store. Contributed by Billie Rinaldi. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | c94e43c6df09 - HDFS-6046. add dfs.client.mmap.enabled (cmccabe) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 33500fd304ee - HDFS-6040. fix DFSClient issue without libhadoop.so and some other ShortCircuitShm cleanups (cmccabe) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2cfe554980cc - HDFS-6039. Uploading a File under a Dir with default acls throws "Duplicated ACLFeature". Contributed by Chris Nauroth. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 33714d9ad666 - YARN-1729. Made TimelineWebServices deserialize the string primary- and secondary-filters param into the JSON-compatible object. Contributed by Billie Rinaldi. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 5bf449e40228 - YARN-1748. Excluded core-site.xml from hadoop-yarn-server-tests package's jar and thus avoid breaking downstream tests. Contributed by Sravya Tirukkovalur. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 1690856b2409 - HADOOP-10378. Typo in help printed by hdfs dfs -help. Contributed by Mit Desai. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | a756de93effb - MAPREDUCE-5773. Provide dedicated MRAppMaster syslog length limit. Contributed by Gera Shegalov (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | c26bdddcc39f - YARN-1675. Added the previously missed new file. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | b35051c0f07f - YARN-1765. Added test cases to verify that killApplication API works across ResourceManager failover. Contributed by Xuan Gong. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 43f9bf2f25db - YARN-1704. Modified LICENSE and NOTICE files to reflect newly used levelDB related libraries. Contributed by Billie Rinaldi. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | a60434368cdf - YARN-1758. Fixed ResourceManager to not mandate the presence of site specific configuration files and thus fix failures in downstream tests. Contributed by Xuan Gong. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 146bf6c01ed5 - HDFS-5866. '-maxSize' and '-step' option fail in OfflineImageViewer. Contributed by Akira Ajisaka. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 2626d3751ef2 - HADOOP-10314. The ls command help still shows outdated 0.16 format. Contributed by Rushabh S Shah. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 6465b0b55f26 - add missing file for HDFS-5950 (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | dd049a2f6097 - HDFS-5950. The DFSClient and DataNode should use shared memory segments to communicate short-circuit information (cmccabe) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 8caeb0af9da0 - YARN-1760. Addendum patch. TestRMAdminService assumes Capacity Scheduler. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | fec1e2eed95e - HDFS-5956. A file size is multiplied by the replication factor in 'hdfs oiv -p FileDistribution' option. Contributed by Akira Ajisaka. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 44c5c778f049 - HDFS-5821. TestHDFSCLI fails for user names with the dash character. (Contributed by Gera Shegalov) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 21d921ac23ad - Update target version to 2.4.0 for HADOOP-10278 and HADOOP-10285 in CHANGES.txt (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | d00605f8f021 - HADOOP-10285. Admin interface to swap callqueue at runtime. (Contributed by Chris Li) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 8e809b8c8148 - HDFS-6033. PBImageXmlWriter incorrectly handles processing cache directives. Contributed by Aaron T. Myers. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 3965d65200b3 - Move HDFS-4200 to branch-2.4.0 section in CHANGES.txt (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | 77910d4fe3f7 - MAPREDUCE-5768. TestMRJobs.testContainerRollingLog fails on trunk. Contributed by Gera Shegalov (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 2333388e47ce - HDFS-6030. Remove an unused constructor in INode.java (yzhang via cmccabe) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 5c381ade4e6b - HDFS-5339. WebHDFS URI does not accept logical nameservices when security is enabled. Contributed by Haohui Mai. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 1ba26e3e68bd - YARN-1528. Allow setting auth for ZK connections. (kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 9bdd272fd7f0 - MAPREDUCE-5665. Add audience annotations to MiniMRYarnCluster and MiniMRCluster. (Anubhav Dhoot via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | d7aa12e0e684 - HADOOP-10374. InterfaceAudience annotations should have RetentionPolicy.RUNTIME. (Contributed by Enis Soztutar) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 1fe2bd553412 - HDFS-6028. Print clearer error message when user attempts to delete required mask entry from ACL. Contributed by Chris Nauroth. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | 94b29b3348f5 - MAPREDUCE-5770. Fixed MapReduce ApplicationMaster to correctly redirect to the YARN's web-app proxy with the correct scheme prefix. Contributed by Jian He. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 0d03b29f912a - HADOOP-10353. Correct CHANGES.txt. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | e5ccaa5d0341 - HADOOP-10353. FsUrlStreamHandlerFactory is not thread safe. Contributed by Tudor Scurtu. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 0369e569890a - HDFS-6025. Update findbugsExcludeFile.xml. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | 44c3bbf8723b - YARN-1429. *nix: Allow a way for users to augment classpath of YARN daemons. (Jarek Jarcec Cecho via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | faddccc216f4 - YARN-1301. Added the INFO level log of the non-empty blacklist additions and removals inside ApplicationMasterService. Contributed by Tsuyoshi Ozawa. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | cd67d5abcd9a - MAPREDUCE-5766. Moved ping messages from TaskAttempts to be at DEBUG level inside the ApplicationMaster log. Contributed by Jian He. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | c080fec82be6 - HDFS-3969. Small bug fixes and improvements for disk locations API. Contributed by Todd Lipcon and Andrew Wang. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 658b1bf561aa - MAPREDUCE-5754. Preserve Job diagnostics in history. Contributed by Gera Shegalov (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | 4dfdee0c56df - HADOOP-9454. Support multipart uploads for s3native. Contributed by Jordan Mendelson and Akira AJISAKA. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 0fbc7fe81600 - YARN-1588. Enhanced RM and the scheduling protocol to also send NMTokens of transferred containers from previous app-attempts to new AMs after YARN-1490. Contributed by Jian He. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | abe9c4ee031d - HADOOP-10368. InputStream is not closed in VersionInfo ctor. Contributed by Tsuyoshi OZAWA (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | fe3f75730f26 - HADOOP-10184. Move to 2.4.0 in CHANGES.txt in preparation for merge. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 8542c1f28fea - HDFS-4685. Move to 2.4.0 in CHANGES.txt in preparation for merge. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 4ba2bdf3401f - HDFS-6018. Exception recorded in LOG when IPCLoggerChannel#close is called. Contributed by Jing Zhao. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 5f9cdbd24fdc - HDFS-5936. MiniDFSCluster does not clean data left behind by SecondaryNameNode. Contributed by Binglin Chang. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 7be2c002b350 - HDFS-5908. Change AclFeature to capture list of ACL entries in an ImmutableList. Contributed by Chris Nauroth. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | c7142e77617e - YARN-1561. Fix a generic type warning in FairScheduler. (Chen He via junping_du) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 44492474100c - HDFS-6008. Namenode dead node link is giving HTTP error 500. Contributed by Benoy Antony. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | 39c09c43bdbc - HDFS-6006. Remove duplicate code in FSNameSystem#getFileInfo. Contributed by Akira Ajisaka. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | df6e1ab4916e - HDFS-5939. WebHdfs returns misleading error code and logs nothing if trying to create a file with no DNs in cluster. Contributed by Yongjun Zhang. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | 5a42e1b7c394 - YARN-1760. TestRMAdminService assumes CapacityScheduler. (kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | 6c9c3144ddb5 - HDFS-5623. NameNode: add tests for skipping ACL enforcement when permission checks are disabled, user is superuser or user is member of supergroup. Contributed by Chris Nauroth. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | | d5639c85fb92 - HADOOP-10361. Correct alignment in CLI output for ACLs. Contributed by Chris Nauroth. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | 440c3cd1050f - HDFS-5922. DN heartbeat thread can get stuck in tight loop. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | | | | | | ad70f26b1fe6 - YARN-1734. Fixed ResourceManager to update the configurations when it transits from standby to active mode so as to assimilate any changes that happened while it was in standby mode. Contributed by Xuan Gong. (10 years ago) +* | | | | | | | | | | | | | | | | | | | | ae29d9ee0419 - MAPREDUCE-5761. Added a simple log message to denote when encrypted shuffle is on in the shuffle-handler. Contributed by Jian He. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | d07f855892e4 - YARN-1686. Fixed NodeManager to properly handle any errors during re-registration after a RESYNC and thus avoid hanging. Contributed by Rohith Sharma. (10 years ago) +* | | | | | | | | | | | | | | | | | | | 1ab2f5a916a8 - YARN-1678. Fair scheduler gabs incessantly about reservations (Sandy Ryza) (10 years ago) +* | | | | | | | | | | | | | | | | | | | 036af5438734 - HDFS-5776 Support 'hedged' reads in DFSClient (10 years ago) +* | | | | | | | | | | | | | | | | | | | 17db74a1c197 - HDFS-5776 Support 'hedged' reads in DFSClient (10 years ago) +* | | | | | | | | | | | | | | | | | | | db5150bef4ba - YARN-1742. Fixed javadoc of configuration parameter DEFAULT_NM_MIN_HEALTHY_DISKS_FRACTION. Contributed by Akira Ajisaka. (10 years ago) +* | | | | | | | | | | | | | | | | | | | e167e585e9dd - YARN-1749. Updated application-history related configs to reflect the latest reality and to be consistently named. Contributed by Zhijie Shen. (10 years ago) +* | | | | | | | | | | | | | | | | | | | ec23bf46e4e3 - HADOOP-9968. Makes ProxyUsers to work with NetGroups. Contributed by Benoy Antony. (10 years ago) +* | | | | | | | | | | | | | | | | | | | 84425fb435cb - YARN-1687. Renamed user-facing records for the timeline-service to be simply named after 'timeline' instead of 'apptimeline'. Contributed by Zhijie Shen. (10 years ago) +* | | | | | | | | | | | | | | | | | | | e06226126cd8 - YARN-1732. Changed types of related-entities and primary-filters in the timeline-service to be sets instead of maps. Contributed by Billie Rinaldi. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | e69614d6508c - HADOOP-10070. RPC client doesn't use per-connection conf to determine server's expected Kerberos principal name. Contributed by Aaron T. Myers. (10 years ago) +* | | | | | | | | | | | | | | | | | | 87dce7b2d238 - YARN-1470. Add audience annotations to MiniYARNCluster. (Anubhav Dhoot via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | | | d61d1c120d5c - HADOOP-10278. Refactor to make CallQueue pluggable. (Contributed by Chris Li) (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | c324f3096fb2 - HDFS-5935. New Namenode UI FS browser should throw smarter error messages. Cotributed by Travis Thompson. (10 years ago) +* | | | | | | | | | | | | | | | | | 58fb83d98299 - HADOOP-10354. TestWebHDFS fails after merge of HDFS-4685 to trunk. Contributed by Chris Nauroth. (10 years ago) +* | | | | | | | | | | | | | | | | | 19f870858e3c - MAPREDUCE-5688. TestStagingCleanup fails intermittently with JDK7 (Mit Desai via jeagles) (10 years ago) +* | | | | | | | | | | | | | | | | | ce63b04977eb - MAPREDUCE-5671. NaN can be created by client and assign to Progress (Chen He via jeagles) (10 years ago) +* | | | | | | | | | | | | | | | | | aa4cbcfa797c - MAPREDUCE-5671. NaN can be created by client and assign to Progress (Chen He via jeagles) (10 years ago) +* | | | | | | | | | | | | | | | | | da2009528478 - YARN-1071. Enabled ResourceManager to recover cluster metrics numDecommissionedNMs after restarting. Contributed by Jian He. (10 years ago) +* | | | | | | | | | | | | | | | | | 4f8a487fcd3c - HDFS-5981. loadGenerator exit code is not reliable. Contributed by Haohui Mai. (10 years ago) +* | | | | | | | | | | | | | | | | | 327d2ceca221 - HADOOP-10352. Recursive setfacl erroneously attempts to apply default ACL to files. Contributed by Chris Nauroth. (10 years ago) +* | | | | | | | | | | | | | | | | | c316cd6271fc - HADOOP-10355. Fix TestLoadGenerator#testLoadGenerator. Contributed by Haohui Mai. (10 years ago) +* | | | | | | | | | | | | | | | | | b00817b54acb - HDFS-5988. Bad fsimage always generated after upgrade. (wang) (10 years ago) +* | | | | | | | | | | | | | | | | | 772ead791c17 - YARN-1398. Fixed a deadlock in ResourceManager between users requesting queue-acls and completing containers. Contributed by Vinod Kumar Vavilapalli. (10 years ago) +* | | | | | | | | | | | | | | | | | 4da6de1ca3a1 - HDFS-5982. Need to update snapshot manager when applying editlog for deleting a snapshottable directory. Contributed by Jing Zhao. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | 7568e2f19318 - HDFS-5944. LeaseManager:findLeaseWithPrefixPath can't handle path like /a/b/ and cause SecondaryNameNode failed do checkpoint. Contributed by Yunjiong Zhao (10 years ago) +* | | | | | | | | | | | | | | | | 12a8aa15105d - YARN-1736. FS: AppSchedulable.assignContainer's priority argument is redundant. (Naren Koneru via kasha) (10 years ago) +* | | | | | | | | | | | | | | | | 835484c88f5f - HADOOP-10328. loadGenerator exit code is not reliable. Contributed by Haohui Mai. (10 years ago) +* | | | | | | | | | | | | | | | | 5a3460cf78cc - Move HDFS-5768 and HDFS-5775 to Section 2.4.0 in CHANGES.txt (10 years ago) +* | | | | | | | | | | | | | | | | 89cc2d351167 - move HADOOP-10348 to branch 2.4.0 section in CHANGES.txt (10 years ago) +* | | | | | | | | | | | | | | | | 8b196816d8de - HADOOP-10348. Deprecate hadoop.ssl.configuration in branch-2, and remove it in trunk. Contributed by Haohui Mai. (10 years ago) +* | | | | | | | | | | | | | | | | b23f6cc1f2dd - HDFS-5962. Mtime and atime are not persisted for symbolic links. Contributed by Akira Ajisaka. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | 077adb25b7fb - HDFS-5979. Typo and logger fix for fsimage PB code. (wang) (10 years ago) +* | | | | | | | | | | | | | | | e2c0af8e7bff - HDFS-5742. DatanodeCluster (mini cluster of DNs) fails to start. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | b95294416c41 - HDFS-5483. NN should gracefully handle multiple block replicas on same DN. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | | | | | | 5fd5c9900cfd - YARN-713. Fixed ResourceManager to not crash while building tokens when DNS issues happen transmittently. Contributed by Jian He. (10 years ago) +* | | | | | | | | | | | | | | | 0369aff40301 - HDFS-5868. Make hsync implementation pluggable. (Contributed by Buddy Taylor) (10 years ago) +* | | | | | | | | | | | | | | | 2f341414dd4a - HDFS-5318. Support read-only and read-write paths to shared replicas. (Contributed by Eric Sirianni) (10 years ago) +* | | | | | | | | | | | | | | | 06b504f4a6f7 - HDFS-5973. add DomainSocket#shutdown method. (cmccabe) (10 years ago) +* | | | | | | | | | | | | | | | 0e3e91a06df0 - YARN-1718. Fix a couple isTerminals in Fair Scheduler queue placement rules (Sandy Ryza) (10 years ago) +* | | | | | | | | | | | | | | | 62d791b1eea1 - YARN-1171. Add default queue properties to Fair Scheduler documentation (Naren Koneru via Sandy Ryza) (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | +* | | | | | | | | | | | | | | 2fc514b72e09 - Merge HDFS-4685 to trunk. (10 years ago) +|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | b2832e8d94fd - (weichiu/HDFS-4685, pbacsko/HDFS-4685, origin/HDFS-4685, JackWangCS/HDFS-4685, 9uapaw/HDFS-4685) HDFS-4685. Correct minor whitespace difference in FSImageSerialization.java in preparation for trunk merge. (10 years ago) +| * | | | | | | | | | | | | | | b20376df80ef - Merge trunk to HDFS-4685. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | 9da9f7d4d8f1 - YARN-1666. Modified RM HA handling of include/exclude node-lists to be available across RM failover by making using of a remote configuration-provider. Contributed by Xuan Gong. (10 years ago) +* | | | | | | | | | | | | | | | 996acc834e96 - YARN-1479. Invalid NaN values in Hadoop REST API JSON response (Chen He via jeagles) (10 years ago) +| * | | | | | | | | | | | | | | 3cee918a3603 - HDFS-4685. Move attribution to correct section of CHANGES.txt files. (10 years ago) +| * | | | | | | | | | | | | | | a9fb0a42b92e - Merge trunk to HDFS-4685. (10 years ago) +| * | | | | | | | | | | | | | | e472ffd51539 - HDFS-4685. Move attribution from CHANGES-HDFS-4685.txt to CHANGES.txt in hadoop-common and hadoop-hdfs. (10 years ago) +| * | | | | | | | | | | | | | | 909eb7e4f1bf - Merge trunk to HDFS-4685. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | 7e8d85ebb307 - HDFS-5961. OIV cannot load fsimages containing a symbolic link. Contributed by Kihwal Lee. (10 years ago) +* | | | | | | | | | | | | | | | 3a7e7b3671a7 - YARN-1428. Fixed RM to write the final state of RMApp/RMAppAttempt to the application history store in the transition to the final state. (Contributed by Zhijie Shen) (10 years ago) +* | | | | | | | | | | | | | | | e408966ea7e2 - Update change description for HDFS-5953 (10 years ago) +* | | | | | | | | | | | | | | | 6b03174aaeea - YARN-1590. Fixed ResourceManager, web-app proxy and MR JobHistoryServer to expand _HOST properly in their kerberos principles. Contributed by Mohammad Kamrul Islam. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | +* | | | | | | | | | | | | | | a845a18c6759 - HDFS-5893. HftpFileSystem.RangeHeaderUrlOpener uses the default URLConnectionFactory which does not import SSL certificates. Contributed by Haohui Mai. (10 years ago) +* | | | | | | | | | | | | | | bbbe808a511b - YARN-1724. Race condition in Fair Scheduler when continuous scheduling is turned on (Sandy Ryza) (10 years ago) +* | | | | | | | | | | | | | | e60f5b6c40cb - YARN-1721. When moving app between queues in Fair Scheduler, grab lock on FSSchedulerApp (Sandy Ryza) (10 years ago) +* | | | | | | | | | | | | | | 62b023c241a0 - HDFS-5803. TestBalancer.testBalancer0 fails. Contributed by Chen He. (10 years ago) +* | | | | | | | | | | | | | | 4fe42683360e - HADOOP-10346. Deadlock while logging tokens. Contributed by Jason Lowe (10 years ago) +* | | | | | | | | | | | | | | 4aa664f677f3 - HDFS-5780. TestRBWBlockInvalidation times out intemittently. Contributed by Mit Desai. (10 years ago) +* | | | | | | | | | | | | | | 14178033268f - Branching for hadoop-2.5 releases. (10 years ago) +* | | | | | | | | | | | | | | bf5971b86a04 - HDFS-5959. Fix typo at section name in FSImageFormatProtobuf.java. Contributed by Akira Ajisaka. (10 years ago) +| * | | | | | | | | | | | | | beb17701d7b1 - HDFS-4685. Copying HDFS CHANGES.txt from trunk to remove erroneous double entry of HDFS-5698 changes. (10 years ago) +| * | | | | | | | | | | | | | 8d3ae4e34b71 - Merge trunk to HDFS-4685. (10 years ago) +| * | | | | | | | | | | | | | e288316acf9e - Merge trunk to HDFS-4685. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | +* | | | | | | | | | | | | | | 2c7dfa29bdda - Fix javadoc in OfflineImageViewer. Contributed by Akira Ajisaka. (10 years ago) +* | | | | | | | | | | | | | | 08e6d312e855 - MAPREDUCE-5757. ConcurrentModificationException in JobControl.toList. Contributed by Jason Lowe (10 years ago) +* | | | | | | | | | | | | | | a04cb17540f0 - HDFS-5698. Update CHANGES.txt to move breakdown of tasks to correct release (10 years ago) +* | | | | | | | | | | | | | | 8b63c418913d - HDFS-5749. Web UI does not show up during the period of loading FSImage. (Contributed by Haohui Mai) (10 years ago) +* | | | | | | | | | | | | | | 3f6a6c88bb64 - HDFS-5953. TestBlockReaderFactory fails in trunk. (Akira Ajisaka via wang) (10 years ago) +* | | | | | | | | | | | | | | ef9094059492 - HDFS-5716. Allow WebHDFS to use pluggable authentication filter. Contributed by Haohui Mai (10 years ago) +* | | | | | | | | | | | | | | a0a5edb6f359 - HDFS-5949. New Namenode UI when trying to download a file, the browser doesn't know the file name.Contributed by Haohui Mai (10 years ago) +* | | | | | | | | | | | | | | a57550914f83 - HDFS-5948. TestBackupNode flakes with port in use error. (Contributed by Haohui Mai) (10 years ago) +* | | | | | | | | | | | | | | 04888258b764 - HDFS-3128. Unit tests should not use a test root in /tmp. (wang) (10 years ago) +* | | | | | | | | | | | | | | 943d3f641cd7 - HADOOP-10342. Add a new method to UGI to use a Kerberos login subject to build a new UGI. (Larry McCay via omalley) (10 years ago) +* | | | | | | | | | | | | | | 990cffdcfa93 - YARN-1553. Modified YARN and MR to stop using HttpConfig.isSecure() and instead rely on the http policy framework. And also fix some bugs related to https handling in YARN web-apps. Contributed by Haohui Mai. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | +| * | | | | | | | | | | | | d8fd23fc460c - Merge trunk to HDFS-4685. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / +|/| | | | | | | | | | | | | +* | | | | | | | | | | | | | 72f63c895788 - HDFS-5943. 'dfs.namenode.https-address' property is not loaded from configuration in federation setup. Contributed by Suresh Srinivas. (10 years ago) +* | | | | | | | | | | | | | 84ae8a3ca8d3 - Move Flatten INode hierarchy jiras (HDFS-5531, HDFS-5285, HDFS-5286, HDFS-5537, HDFS-5554, HDFS-5647, HDFS-5632, HDFS-5715, HDFS-5726) to 2.4.0 section in CHANGES.txt (10 years ago) +* | | | | | | | | | | | | | f4c339a1c528 - HDFS-5901 (10 years ago) +* | | | | | | | | | | | | | 2ccc1daacff1 - HDFS-5934. New Namenode UI back button doesn't work as expected. Contributed by Travis Thompson (10 years ago) +* | | | | | | | | | | | | | 9d89fb8ca1d8 - HADOOP-10249. LdapGroupsMapping should trim ldap password read from file. Contributed by Dilli Armugam. (10 years ago) +* | | | | | | | | | | | | | c122ef900042 - MAPREDUCE-5670. CombineFileRecordReader should report progress when moving to the next file. Contributed by Chen He (10 years ago) +* | | | | | | | | | | | | | 983f11ba2d5d - HDFS-5913. Nfs3Utils#getWccAttr() should check attr parameter against null. Contributed by Brandon Li (10 years ago) +* | | | | | | | | | | | | | d0a5e43de731 - YARN-1417. Modified RM to generate container-tokens not at creation time, but at allocation time so as to prevent RM from shelling out containers with expired tokens. Contributed by Omkar Vinit Joshi and Jian He. (10 years ago) +* | | | | | | | | | | | | | 2417ca71d511 - HADOOP-10343. Change info to debug log in LossyRetryInvocationHandler. Contributed by Arpit Gupta (10 years ago) +* | | | | | | | | | | | | | 2b916db60b94 - YARN-1676. Modified RM HA handling of user-to-group mappings to be available across RM failover by making using of a remote configuration-provider. Contributed by Xuan Gong. (10 years ago) +| * | | | | | | | | | | | | 934011c2ab7a - Merge trunk to HDFS-4685. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / +|/| | | | | | | | | | | | | +* | | | | | | | | | | | | | 8ffd3a91a55c - HDFS-5941. add dfs.namenode.secondary.https-address and dfs.namenode.secondary.https-address in hdfs-default.xml. Contributed by Haohui Mai. (10 years ago) +| * | | | | | | | | | | | | 17e48139c2ed - HADOOP-10344. Fix TestAclCommands after merging HADOOP-10338 patch. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | | | | a49dee06fb2e - Merge trunk to HDFS-4685. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / +|/| | | | | | | | | | | | | +* | | | | | | | | | | | | | b0456745f9c0 - HDFS-5904. TestFileStatus fails intermittently. Contributed by Mit Desai. (10 years ago) +* | | | | | | | | | | | | | f0d64a078da7 - HDFS-5940. Minor cleanups to ShortCircuitReplica, FsDatasetCache, and DomainSocketWatcher (cmccabe) (10 years ago) +* | | | | | | | | | | | | | dab635980d08 - YARN-1345. Remove FINAL_SAVING state from YarnApplicationAttemptState. Contributed by Zhijie Shen (10 years ago) +* | | | | | | | | | | | | | 0185a5784712 - YARN-1578. Fixed reading incomplete application attempt and container data in FileSystemApplicationHistoryStore. Contributed by Shinichi Yamashita. (10 years ago) +* | | | | | | | | | | | | | 2624b2029162 - HDFS-5847. Consolidate INodeReference into a separate section. Contributed by Jing Zhao. (10 years ago) +* | | | | | | | | | | | | | 256adb2106cb - HDFS-5891. webhdfs should not try connecting the DN during redirection. Contributed by Haohui Mai (10 years ago) +* | | | | | | | | | | | | | c6e2f4f07f5e - Move YARN-1692 in CHANGES.txt (10 years ago) +* | | | | | | | | | | | | | bc939f7ae607 - YARN-1692. ConcurrentModificationException in fair scheduler AppSchedulable (Sangjin Lee via Sandy Ryza) (10 years ago) +* | | | | | | | | | | | | | ad6bc868b6bc - YARN-1531. True up yarn command documentation (Akira Ajisaka via kasha) (10 years ago) +* | | | | | | | | | | | | | b3af8edc2619 - HDFS-5938. Make BlockReaderFactory#BlockReaderPeer a static class to avoid a findbugs warning (cmccabe) (10 years ago) +* | | | | | | | | | | | | | beb0d25d2a7b - HDFS-5810. Unify mmap cache and short-circuit file descriptor cache (cmccabe) (10 years ago) +* | | | | | | | | | | | | | 5efc9978ddf3 - HDFS-5879. Some TestHftpFileSystem tests do not close streams. Contributed by Gera Shegalov. (10 years ago) +* | | | | | | | | | | | | | 308f5faf1837 - MAPREDUCE-5746. Job diagnostics can implicate wrong task for a failed job. (Jason Lowe via kasha) (10 years ago) +* | | | | | | | | | | | | | 41ec3cce7698 - YARN-1641. ZK store should attempt a write periodically to ensure it is still Active. (kasha) (10 years ago) +* | | | | | | | | | | | | | d82bc7873357 - Fix YARN-1697 in CHANGES.txt (10 years ago) +* | | | | | | | | | | | | | fa78a7a99a30 - HDFS-4858. HDFS DataNode to NameNode RPC should timeout. Contributed by Henry Wang. (10 years ago) +* | | | | | | | | | | | | | 1b5254a4de33 - YARN-1719. Fixed the root path related Jersey warnings produced in ATSWebServices. Contributed by Billie Rinaldi. (10 years ago) +* | | | | | | | | | | | | | 53fed66d918e - HADOOP-10338. Cannot get the FileStatus of the root inode from the new Globber (cmccabe) (10 years ago) +* | | | | | | | | | | | | | 98f5da5f58f7 - Move YARN-1496, YARN-1498, YARN-1504, YARN-1499, and YARN-1497 under 2.4 in CHANGES.txt (10 years ago) +* | | | | | | | | | | | | | 93eafc8590c7 - HDFS-5929. Add blockpool % usage to HDFS federated nn page. Contributed by Siqi Li. (10 years ago) +* | | | | | | | | | | | | | 9024ad4aa0c2 - YARN-1697. NodeManager reports negative running containers (Sandy Ryza) (10 years ago) +| * | | | | | | | | | | | | c17dc01b2e21 - HDFS-5937. Update CHANGES-HDFS-4685.txt. (10 years ago) +| * | | | | | | | | | | | | e291c7905f7a - HDFS-5937. Fix TestOfflineEditsViewer on HDFS-4685 branch. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | | | | 9ee7c2a0774e - HDFS-5932. Ls should display the ACL bit. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | | | | ea0b21af1580 - HDFS-5933. Optimize the FSImage layout for ACLs. Contributed by Haohui Mai. (10 years ago) +| * | | | | | | | | | | | | fc14360b0340 - HDFS-5923. Do not persist the ACL bit in the FsPermission. Contributed by Haohui Mai. (10 years ago) +| * | | | | | | | | | | | | 6d2a0aa1db87 - HDFS-5925. ACL configuration flag must only reject ACL API calls, not ACLs present in fsimage or edits. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | | | | ff0abf192937 - HDFS-5625. Add documentation example for setting a default ACL. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | | | | b0ab36ac01b2 - HDFS-5625. Write end user documentation for HDFS ACLs. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | | | | dd03cd1336fc - Merge trunk to HDFS-4685. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / +|/| | | | | | | | | | | | | +* | | | | | | | | | | | | | 1b9cef0fdd5f - Release notes for hadoop-2.3.0. (10 years ago) +* | | | | | | | | | | | | | c43c9dd7b5bf - Preparing to release hadoop-2.3.0 (10 years ago) +| * | | | | | | | | | | | | d03acc756094 - HDFS-5914. Incorporate ACLs with the changes from HDFS-5698. Contributed by Haohui Mai. (10 years ago) +| * | | | | | | | | | | | | 3bf2f04baca5 - Merge trunk to HDFS-4685. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / +|/| | | | | | | | | | | | | +* | | | | | | | | | | | | | 3587b6774c39 - YARN-1706. Created an utility method to dump timeline records to JSON strings. Contributed by Zhijie Shen. (10 years ago) +* | | | | | | | | | | | | | 5c7b27bae0b5 - HADOOP-10326. M/R jobs can not access S3 if Kerberos is enabled. Contributed by bc Wong. (10 years ago) +* | | | | | | | | | | | | | 7fce641c49ac - YARN-1698. Fixed default TimelineStore in code to match what is documented in yarn-default.xml. Contributed by Zhijie Shen. (10 years ago) +* | | | | | | | | | | | | | 666684eb90dc - HDFS-5921. Cannot browse file system via NN web UI if any directory has the sticky bit set. Contributed by Aaron T. Myers. (10 years ago) +* | | | | | | | | | | | | | 5c978a43c305 - HDFS-5915. Refactor FSImageFormatProtobuf to simplify cross section reads. Contributed by Haohui Mai. (10 years ago) +* | | | | | | | | | | | | | 1fa6ab249b0f - YARN-1459. Changed ResourceManager to depend its service initialization on the configuration-provider mechanism during startup too. Contributed by Xuan Gong. (10 years ago) +* | | | | | | | | | | | | | e74e117ad3e0 - YARN-1637. Implemented a client library for Java users to post timeline entities and events. Contributed by Zhijie Shen. (10 years ago) +* | | | | | | | | | | | | | bfd158f3231d - HADOOP-10333. Fix grammatical error in overview.html document. Contributed by René Nyffenegger. (10 years ago) +* | | | | | | | | | | | | | 1c151c31faca - YARN-1497. Fix comment and remove accidental println (10 years ago) +* | | | | | | | | | | | | | c7e265bf26a5 - HDFS-5886. Potential null pointer deference in RpcProgramNfs3#readlink(). Contributed by Brandon Li (10 years ago) +* | | | | | | | | | | | | | ff24753aa7ba - HDFS-4370. Fix typo Blanacer in DataNode. Contributed by Chu Tong. (10 years ago) +* | | | | | | | | | | | | | 204704a92df4 - HDFS-5837. dfs.namenode.replication.considerLoad should consider decommissioned nodes. Contributed by Tao Luo. (10 years ago) +| * | | | | | | | | | | | | 2ed075e1bb08 - Merging r1566042 through r1566364 from trunk. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / / +|/| | | | | | | | | | | | | +* | | | | | | | | | | | | | a2edb11b68ae - HDFS-5698. Use protobuf to serialize / deserialize FSImage. Contributed by Haohui Mai. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | +| * | | | | | | | | | | | c6505f0499bc - Merge trunk to HDFS-4685. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / / / +|/| | | | | | | | | | | | +* | | | | | | | | | | | | 23b2e43f5d67 - YARN-1635. Implemented a Leveldb based ApplicationTimelineStore. Contributed by Billie Rinaldi. (10 years ago) +* | | | | | | | | | | | | d57c6e0fe76b - YARN-1672. YarnConfiguration is missing a default for yarn.nodemanager.log.retain-seconds (Naren Koneru via kasha) (10 years ago) +* | | | | | | | | | | | | 60eca33e8386 - HDFS-5900. Cannot set cache pool limit of unlimited via CacheAdmin. Contributed by Andrew Wang. (10 years ago) +* | | | | | | | | | | | | d01158a49879 - HDFS-5882. TestAuditLogs is flaky (jxiang via cmccabe) (10 years ago) +* | | | | | | | | | | | | 704521441b60 - YARN-1493,YARN-1490,YARN-1041, YARN-1166,YARN-1566,YARN-1689,YARN-1661 are reverted from branch-2.3. Updating YARN's CHANGES.txt. (10 years ago) +* | | | | | | | | | | | | c79cc3a3140e - YARN-1497. Command line additions for moving apps between queues (Sandy Ryza) (10 years ago) +* | | | | | | | | | | | | 8b2336fcefa9 - YARN-1660. Simplified the RM HA configuration to accept and be able to simply depend just on configuration properties of the form yarn.resourcemanager.hostname.RMID and use the default ports for all service addresses. Contributed by Xuan Gong. (10 years ago) +* | | | | | | | | | | | | 30294a219669 - YARN-1665. Simplify the configuration of RM HA by having better default values. Contributed by Xuan Gong. (10 years ago) +| |_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | +* | | | | | | | | | | | 0bf97bda18fc - HADOOP-10330. TestFrameDecoder fails if it cannot bind port 12345. (10 years ago) +* | | | | | | | | | | | fe2fb24a61a8 - HDFS-5807. TestBalancerWithNodeGroup.testBalancerWithNodeGroup fails intermittently. Contributed by Chen He. (10 years ago) +* | | | | | | | | | | | 943b2190d72f - YARN-1689. Made RMAppAttempt get killed when RMApp is at ACCEPTED. Contributed by Vinod Kumar Vavilapalli. (10 years ago) +* | | | | | | | | | | | 914a9709b91d - MAPREDUCE-5744. Job hangs because RMContainerAllocator.preemptReduce() violates the comparator contract (Gera Shegalov via kasha) (10 years ago) +* | | | | | | | | | | | 0001e39cf0a9 - HADOOP-10273. Update CHANGES.txt to reflect new target version is 2.3 (10 years ago) +* | | | | | | | | | | | 12c2582c1f84 - HDFS-5895. HDFS cacheadmin -listPools has exit_code of 1 when the command returns 0 result. Contributed by Tassapol Athiapinya. (10 years ago) +* | | | | | | | | | | | e0cda4895948 - HDFS-4911. Reduce PeerCache timeout to be commensurate with dfs.datanode.socket.reuse.keepalive (cmccabe) (10 years ago) +* | | | | | | | | | | | b527a975a489 - MAPREDUCE-5743. Fixed CHANGES.txt to give credit to Ted too. (10 years ago) +* | | | | | | | | | | | 6182e7592d72 - YARN-1661. Fixed DS ApplicationMaster to write the correct exit log. Contributed by Vinod Kumar Vavilapalli. (10 years ago) +* | | | | | | | | | | | c4b0ce0ace83 - HADOOP-10327. Trunk windows build broken after HDFS-5746. Contributed by Vinay. (10 years ago) +* | | | | | | | | | | | 4594b74b8536 - MAPREDUCE-5699. Allow setting tags on MR jobs (kasha) (10 years ago) +* | | | | | | | | | | | ab96a0838daf - HDFS-5881. Fix skip() of the short-circuit local reader(legacy). Contributed by Kihwal Lee. (10 years ago) +* | | | | | | | | | | | 24775c10efbf - YARN-1628. Fixed the test failure in TestContainerManagerSecurity. Contributed by Vinod Kumar Vavilapalli. (10 years ago) +* | | | | | | | | | | | b36cc29073a2 - MAPREDUCE-5743. Fixed the test failure in TestRMContainerAllocator. Contributed by Vinod Kumar Vavilapalli. (10 years ago) +* | | | | | | | | | | | 996e25c3d112 - HADOOP-10325. Improve Jenkins Javadoc warnings from test-patch.sh (cmccabe) (10 years ago) +* | | | | | | | | | | | d598b6ef9f10 - HDFS-5873. dfs.http.policy should have higher precedence over dfs.https.enable. Contributed by Haohui Mai. (10 years ago) +* | | | | | | | | | | | 69dbf0b22587 - HDFS-5876. SecureDataNodeStarter does not pick up configuration in hdfs-site.xml. Contributed by Haohui Mai. (10 years ago) +* | | | | | | | | | | | dcaaeefeaf8e - Addendum patch for HDFS-5709, add missing license header. (10 years ago) +* | | | | | | | | | | | e6eccf20defc - YARN-1499. Fair Scheduler changes for moving apps between queues (Sandy Ryza) (10 years ago) +* | | | | | | | | | | | 484faadffec9 - YARN-1636. Augmented Application-history server's web-services to also expose new APIs for retrieving and storing timeline information. Contributed by Zhijie Shen. (10 years ago) +* | | | | | | | | | | | d6bd920bba0d - HDFS-5709. Improve NameNode upgrade with existing reserved paths and path components. Contributed by Andrew Wang. (10 years ago) +* | | | | | | | | | | | cec369149b42 - HADOOP-10273. Fix 'mvn site'. (10 years ago) +* | | | | | | | | | | | ebe0c17a95ae - YARN-1461. Added tags for YARN applications and changed RM to handle them. Contributed by Karthik Kambatla. (10 years ago) +* | | | | | | | | | | | 747cce814cfc - Correct CHANGES.txt entry for HDFS-5399 (contributed by Jing, not Haohui) (10 years ago) +* | | | | | | | | | | | 0aa09f6d5a97 - HDFS-5399. Revisit SafeModeException and corresponding retry policies. Contributed by Haohui Mai. (10 years ago) +* | | | | | | | | | | | 96578f0e01ba - YARN-1634. Added a testable in-memory implementation of ApplicationTimelineStore. Contributed by Zhijie Shen. (10 years ago) +* | | | | | | | | | | | b812af964d10 - YARN-1669. Modified RM HA handling of protocol level service-ACLS to be available across RM failover by making using of a remote configuration-provider. Contributed by Xuan Gong. (10 years ago) +* | | | | | | | | | | | cd1e8d2e3470 - HDFS-5791. TestHttpsFileSystem should use a random port to avoid binding error during testing. Contributed by Haohui Mai (10 years ago) +* | | | | | | | | | | | 786d71bfb57d - YARN-1684. Fixed history server heap size in yarn script. Contributed by Billie Rinaldi. (10 years ago) +* | | | | | | | | | | | 39ecc46ff6c4 - YARN-1285. Changed the default value of yarn.acl.enable in yarn-default.xml to be consistent with what exists (false) in the code and documentation. Contributed by Kenji Kikushima. (10 years ago) +* | | | | | | | | | | | a8c780d378df - YARN-1673. Fix option parsing in YARN's application CLI after it is broken by YARN-967. Contributed by Mayank Bansal. (10 years ago) +* | | | | | | | | | | | dd7fa037192d - Fix YARN's CHANGES.txt issue caused during the commit for YARN-1667. (10 years ago) +* | | | | | | | | | | | 6439cd0f6910 - HDFS-5767. NFS implementation assumes userName userId mapping to be unique, which is not true sometimes. Contributed by Yongjun Zhang (10 years ago) +* | | | | | | | | | | | 60c0fe8f6d9f - HADOOP-10244. TestKeyShell improperly tests the results of delete (Larry McCay via omalley) (10 years ago) +* | | | | | | | | | | | 24fa232707b5 - YARN-1667. Modified RM HA handling of super users (with proxying ability) to be available across RM failover by making using of a remote configuration-provider. Contributed by Xuan Gong. (10 years ago) +* | | | | | | | | | | | eff1e809f284 - YARN-1668. Modified RM HA handling of admin-acls to be available across RM failover by making using of a remote configuration-provider. Contributed by Xuan Gong. (10 years ago) +* | | | | | | | | | | | eac066b13f1d - YARN-1659. Defined the ApplicationTimelineStore store as an abstraction for implementing different storage impls for storing timeline information. Contributed by Billie Rinaldi. (10 years ago) +* | | | | | | | | | | | 3e7d56678c33 - YARN-1639. Modified RM HA configuration handling to have a way of not requiring separate configuration files for each RM. Contributed by Xuan Gong. (10 years ago) +* | | | | | | | | | | | cb5e0787a6fc - YARN-1498 addendum to fix findbugs warning (10 years ago) +* | | | | | | | | | | | ca72e1115804 - YARN-1611. Introduced the concept of a configuration provider which can be used by ResourceManager to read configuration locally or from remote systems so as to help RM failover. Contributed by Xuan Gong. (10 years ago) +* | | | | | | | | | | | 88d8ea95092d - HADOOP-10085. CompositeService should allow adding services while being inited. (Steve Loughran via kasha) (10 years ago) +* | | | | | | | | | | | 94b512bc51ec - HDFS-5828. BlockPlacementPolicyWithNodeGroup can place multiple replicas on the same node group when dfs.namenode.avoid.write.stale.datanode is true. (Buddy via junping_du) (10 years ago) +| |_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | +* | | | | | | | | | | 1079c371289c - YARN-1504. RM changes for moving apps between queues (Sandy Ryza) (10 years ago) +* | | | | | | | | | | 140246bad816 - HDFS-5746. Add ShortCircuitSharedMemorySegment (cmccabe) (10 years ago) +* | | | | | | | | | | 6e8c1bf20077 - YARN-1633. Defined user-facing entity, entity-info and event objects related to Application Timeline feature. Contributed by Zhijie Shen. (10 years ago) +* | | | | | | | | | | f6bfe986394b - HDFS-5859. DataNode#checkBlockToken should check block tokens even if security is not enabled (cmccabe) (10 years ago) +| * | | | | | | | | | dd2eb97ddd0c - HDFS-5899. Add configuration flag to disable/enable support for ACLs. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | c89c516b95f4 - HDFS-5616. NameNode: implement default ACL handling. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | | 0abf8e58b767 - HDFS-5861. Add CLI test for Ls output for extended ACL marker. Contributed by Vinay. (10 years ago) +| * | | | | | | | | | 3fd9f29d56da - HDFS-5860. Refactor INodeDirectory getDirectoryXFeature methods to use common getFeature helper method. Contributed by Jing Zhao. (10 years ago) +| * | | | | | | | | | 9e8cabf8ceb8 - Merge trunk to HDFS-4685. (10 years ago) +| |\ \ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / / +|/| | | | | | | | | | +* | | | | | | | | | | 1f7dd7811a11 - HDFS-5804. HDFS NFS Gateway fails to mount and proxy when using Kerberos. Contributed by Abin Shahab. (10 years ago) +* | | | | | | | | | | 5beeb3016954 - HDFS-5153. Datanode should send block reports for each storage in a separate message. (Arpit Agarwal) (10 years ago) +* | | | | | | | | | | 5a2428d39fd3 - HADOOP-10311. Cleanup vendor names from the code base. (tucu) (10 years ago) +* | | | | | | | | | | 22c7344e822f - HADOOP-10320. Javadoc in InterfaceStability.java lacks final . Contributed by René Nyffenegger. (10 years ago) +* | | | | | | | | | | 1e449178887b - YARN-1632. TestApplicationMasterServices should be under org.apache.hadoop.yarn.server.resourcemanager package (Chen He via jeagles) (10 years ago) +* | | | | | | | | | | 5d4bd6a15a60 - YARN-1632. TestApplicationMasterServices should be under org.apache.hadoop.yarn.server.resourcemanager package (Chen He via jeagles) (10 years ago) +* | | | | | | | | | | 7039b776c64c - HDFS-5856. DataNode.checkDiskError might throw NPE. Contributed by Josh Elser. (10 years ago) +* | | | | | | | | | | ed097d24fe78 - Add .classpath, .project, .settings and target to svn:ignore. (10 years ago) +* | | | | | | | | | | edad2f62bbc1 - HADOOP-10313. Script and jenkins job to produce Hadoop release artifacts. (tucu) (10 years ago) +| |_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | +* | | | | | | | | | f9699ce09e54 - HADOOP-10317. Rename branch-2.3 release version from 2.4.0-SNAPSHOT to 2.3.0-SNAPSHOT. (10 years ago) +* | | | | | | | | | 981679e6d765 - YARN-1498. Common scheduler changes for moving apps between queues (Sandy Ryza) (10 years ago) +* | | | | | | | | | 067d52b98c1d - HADOOP-10295. Allow distcp to automatically identify the checksum type of source files and use it for the target. Contributed by Jing Zhao and Laurent Goujon. (10 years ago) +* | | | | | | | | | 1cac66ce68d5 - YARN-1617. Remove ancient comment and surround LOG.debug in AppSchedulingInfo.allocate (Sandy Ryza) (10 years ago) +* | | | | | | | | | fd2ba4911bec - HDFS-5790. LeaseManager.findPath is very slow when many leases need recovery. Contributed by Todd Lipcon. (10 years ago) +* | | | | | | | | | 6ada3c7d4245 - Updating trunk's YARN CHANGES.txt after YARN-321 merge. (10 years ago) +* | | | | | | | | | 10f090176400 - Updating branch-2.3's YARN's CHANGES.txt to reflect the recent rebase of unreleased 2.3 to more latest branch-2. Fixing entry for MAPREDUCE-5732 in trunk and branch-2. (10 years ago) +* | | | | | | | | | d0b4c7d6b182 - Updating branch-2's MAPREDUCE CHANGES.txt to reflect the recent rebase of unreleased 2.3 to more latest branch-2. Updating trunk's MAPREDUCE CHANGES.txt to fix more differences with branch-2's CHANGES.txt MAPREDUCE's CHANGES.txt is foobar'ed. There are still a bunch of misplaced CHANGES.txt entries - not fixing them now. (10 years ago) +* | | | | | | | | | f874b200617a - HADOOP-10139. Update and improve the Single Cluster Setup document. (Contributed by Akira Ajisaka) (10 years ago) +* | | | | | | | | | 3d9ad8e3b60d - HDFS-5843. DFSClient.getFileChecksum() throws IOException if checksum is disabled. Contributed by Laurent Goujon. (10 years ago) +* | | | | | | | | | 95074f086782 - Updating trunk's MAPREDUCE CHANGES.txt to reflect the recent rebase of unreleased 2.3 to more latest branch-2. (10 years ago) +* | | | | | | | | | 21f797edeb22 - Updating YARN's CHANGES.txt to reflect the recent rebase of unreleased 2.3 to more latest branch-2. (10 years ago) +* | | | | | | | | | 285854fc2ec9 - HADOOP-10310. SaslRpcServer should be initialized even when no secret manager present. Contributed by Aaron T. Myers. (10 years ago) +* | | | | | | | | | 0f3461e4894a - HDFS-5492. Port HDFS-2069 (Incorrect default trash interval in the docs) to trunk. (Contributed by Akira Ajisaka) (10 years ago) +| * | | | | | | | | fa99a8471d6c - HDFS-5858. Refactor common ACL test cases to be run through multiple FileSystem implementations. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | 14f1f76bf609 - HDFS-5614. NameNode: implement handling of ACLs in combination with snapshots. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | d5f4f76a238c - HADOOP-10270. getfacl does not display effective permissions of masked. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | c654c2e8b9af - HDFS-5849. Removing ACL from an inode fails if it has only a default ACL. Contributed by Chris Nauroth. (10 years ago) +| * | | | | | | | | 7a03dc0482d2 - HDFS-5608. WebHDFS: implement ACL APIs. Contributed by Sachin Jose and Renil Joseph. (10 years ago) +| * | | | | | | | | 10ef8a4b56e8 - Merge trunk to HDFS-4685. (10 years ago) +| |\ \ \ \ \ \ \ \ \ +| |/ / / / / / / / / +|/| | | | | | | | | +* | | | | | | | | | a3151a9f3d0c - HADOOP-10305. Add rpc.metrics.quantile.enable and rpc.metrics.percentiles.intervals to core-default.xml. Contributed by Akira Ajisaka. (10 years ago) +* | | | | | | | | | 504b0d6f546e - Update CHANGES.txt to move HDFS-5842 to 2.3.0 (10 years ago) +* | | | | | | | | | 799ad3d6701d - HDFS-5841. Update HDFS caching documentation with new changes. (wang) (10 years ago) +* | | | | | | | | | c96d0780335d - HDFS-5845. SecondaryNameNode dies when checkpointing with cache pools. (10 years ago) +* | | | | | | | | | f51c7ebe7557 - Add missing file for MAPREDUCE-5732 (10 years ago) +* | | | | | | | | | db8070571933 - MAPREDUCE-5732. Report proper queue when job has been automatically placed (Sandy Ryza) (10 years ago) +* | | | | | | | | | ed551ff3c6f6 - Update HDFS and Common CHANGES.txt post branch-2.3 reswizzle. (10 years ago) +* | | | | | | | | | 8c505adddbae - HDFS-5842. Cannot create hftp filesystem when using a proxy user ugi and a doAs on a secure cluster. Contributed by Jing Zhao. (10 years ago) +* | | | | | | | | | e2603776f4ff - Remove HADOOP-10112 from CHANGES.txt (10 years ago) +* | | | | | | | | | f1cef4cd2946 - YARN-1618. Fix invalid RMApp transition from NEW to FINAL_SAVING (kasha) (10 years ago) +* | | | | | | | | | 4de2bd3fbfd9 - YARN-1600. RM does not startup when security is enabled without spnego configured. Contributed by Haohui Mai (10 years ago) +* | | | | | | | | | d9d8027eb307 - HDFS-5844. Fix broken link in WebHDFS.apt.vm (Contributed by Akira Ajisaka) (10 years ago) +* | | | | | | | | | 874d3d4f5a5f - HADOOP-10291. TestSecurityUtil#testSocketAddrWithIP fails due to test order dependency. (Contributed by Mit Desai) (10 years ago) +* | | | | | | | | | 3f79e4962483 - YARN-1630. Introduce timeout for async polling operations in YarnClientImpl (Aditya Acharya via Sandy Ryza) (10 years ago) +* | | | | | | | | | 2a20fe8370c8 - MAPREDUCE-5464. Add analogs of the SLOTS_MILLIS counters that jive with the YARN resource model (Sandy Ryza) (10 years ago) +* | | | | | | | | | 7f2b01a742b8 - YARN-1629. IndexOutOfBoundsException in MaxRunningAppsEnforcer (Sandy Ryza) (10 years ago) +* | | | | | | | | | 8006467e5877 - YARN-1642. RMDTRenewer#getRMClient should use ClientRMProxy (kasha) (10 years ago) +* | | | | | | | | | a99d4201e6df - HADOOP-10255. Adding missed CHANGES.txt from change 1561959. (10 years ago) +* | | | | | | | | | 33a47743a5f4 - HADOOP-10255. Rename HttpServer to HttpServer2 to retain older HttpServer in branch-2 for compatibility. Contributed by Haohui Mai. (10 years ago) +* | | | | | | | | | 87166f1ee81d - HADOOP-9830. Fix typo at http://hadoop.apache.org/docs/current/ (Contributed by Kousuke Saruta) (10 years ago) +| |_|_|_|_|_|_|_|/ +|/| | | | | | | | +* | | | | | | | | b8776ee65b5b - HDFS-5833. Fix incorrect javadoc in SecondaryNameNode. (Contributed by Bangtao Zhou) (10 years ago) +* | | | | | | | | 52372eba8e06 - HADOOP-10274 Lower the logging level from ERROR to WARN for UGI.doAs method (Takeshi Miao via stack) (10 years ago) +* | | | | | | | | 07c004db06b5 - HDFS-5830. WebHdfsFileSystem.getFileBlockLocations throws IllegalArgumentException when accessing another cluster. (Yongjun Zhang via Colin Patrick McCabe) (10 years ago) +* | | | | | | | | 6016d7d4da2a - HADOOP-10288. Explicit reference to Log4JLogger breaks non-log4j users. Contributed by Todd Lipcon. (10 years ago) +* | | | | | | | | e21a03f7175d - HADOOP-10250. VersionUtil returns wrong value when comparing two versions. Contributed by Yongjun Zhang. (10 years ago) +* | | | | | | | | c5286c77370d - HDFS-5297. Fix dead links in HDFS site documents. (Contributed by Akira Ajisaka) (10 years ago) +* | | | | | | | | 746ffd95490c - HADOOP-10212. Incorrect compile command in Native Library document. (Contributed by Akira Ajisaka) (10 years ago) +* | | | | | | | | 55407fea258f - Fix correct CHANGES.txt for HADOOP-10086 and HADOOP-9982. (10 years ago) +* | | | | | | | | e9f7f3624aab - HADOOP-9982. Fix dead links in hadoop site docs. (Contributed by Akira Ajisaka) (10 years ago) +* | | | | | | | | 70165d84ebb7 - HDFS-5825. Use FileUtils.copyFile() to implement DFSTestUtils.copyFile(). (Contributed by Haohui Mai) (10 years ago) +* | | | | | | | | 4b61ff2283bb - HDFS-5781. Use an array to record the mapping between FSEditLogOpCode and the corresponding byte value. Contributed by Jing Zhao. (10 years ago) +* | | | | | | | | 0be017466966 - HADOOP-10086. User document for authentication in secure cluster. (Contributed by Masatake Iwasaki) (10 years ago) +| * | | | | | | | 4b4241c06d15 - HDFS-5702. FsShell Cli: Add XML based End-to-End test for getfacl and setfacl commands. Contributed by Vinay. (10 years ago) +| * | | | | | | | ad240d6b3a9c - Merge trunk to HDFS-4685. (10 years ago) +| |\ \ \ \ \ \ \ \ +| |/ / / / / / / / +|/| | | | | | | | +* | | | | | | | | 5e2d2dd56b27 - HADOOP-10203. Connection leak in Jets3tNativeFileSystemStore#retrieveMetadata. Contributed by Andrei Savu. (10 years ago) +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | 987565658198 - YARN-1613. Fixed the typo with the configuration name YARN_HISTORY_SERVICE_ENABLED. Contributed by Akira Ajisaka. (11 years ago) +* | | | | | | | df000e69e8fb - YARN-1625. Fixed RAT warnings after YARN-321 merge. Contributed by Shinichi Yamashita. (11 years ago) +* | | | | | | | cbee889711ed - YARN-321. Merging YARN-321 branch to trunk. svn merge ../branches/YARN-321 (11 years ago) +* | | | | | | | edb6dc5f3030 - HDFS-5138. Support HDFS upgrade in HA. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | | befb254e61a3 - HDFS-5343. When cat command is issued on snapshot files, getting unexpected result. Contributed by Sathish. (11 years ago) +* | | | | | | | dd1bc7e1c7e0 - HDFS-5728. Block recovery will fail if the metafile does not have crc for all chunks of the block. Contributed by Vinay. (11 years ago) +* | | | | | | | 3497e76e1956 - YARN-1575. Public localizer crashes with "Localized unkown resource". Contributed by Jason Lowe (11 years ago) +* | | | | | | | 20176840f628 - Addendum patch for HADOOP-9652 to fix performance problems. Contributed by Andrew Wang (11 years ago) +* | | | | | | | 817be26c17cc - HADOOP-10248. Property name should be included in the exception where property value is null. Contributed by Akira AJISAKA. (11 years ago) +* | | | | | | | 4c197b5d5669 - HADOOP-10167. Mark hadoop-common source as UTF-8 in Maven pom files / refactoring. Contributed by Mikhail Antonov. (11 years ago) +| * | | | | | | b98b344b9af9 - HADOOP-10277. setfacl -x fails to parse ACL spec if trying to remove the mask entry. Contributed by Vinay. (10 years ago) +| * | | | | | | 738b076cc6d1 - Merge trunk to HDFS-4685. (11 years ago) +| |\ \ \ \ \ \ \ +| |/ / / / / / / +|/| | | | | | | +* | | | | | | | a4e66e09e923 - HDFS-5241. Provide alternate queuing audit logger to reduce logging contention (daryn) (11 years ago) +* | | | | | | | ff4302194666 - HDFS-5788. listLocatedStatus response can be very large. Contributed by Nathan Roberts. (11 years ago) +* | | | | | | | 824dcdbd42a2 - HDFS-5789. Some of snapshot APIs missing checkOperation double check in fsn. Contributed by Uma Maheswara Rao G. (11 years ago) +* | | | | | | | 482993ac5351 - YARN-1573. ZK store should use a private password for root-node-acls. (kasha) (11 years ago) +* | | | | | | | 122be11c1497 - MAPREDUCE-5723. MR AM container log can be truncated or empty. (Mohammad Kamrul Islam via kasha) (11 years ago) +* | | | | | | | 1c602f719833 - HDFS-5806. Balancer should set soTimeout to avoid indefinite hangs. Contributed by Nathan Roberts. (11 years ago) +* | | | | | | | 163348701ca6 - YARN-1623. Include queue name in RegisterApplicationMasterResponse (Sandy Ryza) (11 years ago) +* | | | | | | | 8ceddeb0c3a6 - YARN-1607. TestRM relies on the scheduler assigning multiple containers in a single node update (Sandy Ryza) (11 years ago) +* | | | | | | | 2de391de9fd6 - Move HDFS-4949 subtasks in CHANGES.txt to a new section under 2.4.0 release. (11 years ago) +* | | | | | | | 5e09ae1633fb - HDFS-5703. Add support for HTTPS and swebhdfs to HttpFS. (tucu) (11 years ago) +* | | | | | | | 1a7e15884430 - YARN-1624. QueuePlacementPolicy format is not easily readable via a JAXB parser (Aditya Acharya via Sandy Ryza) (11 years ago) +* | | | | | | | ba6f1a2ed130 - HADOOP-10252. HttpServer can't start if hostname is not specified. Contributed by Jimmy Xiang. (11 years ago) +* | | | | | | | aa2d151f86e4 - Move HADOOP-10143 to 2.4 section of CHANGES.txt (11 years ago) +* | | | | | | | 83280a45de15 - HDFS-5434. Change block placement policy constructors from package private to protected. (Buddy Taylor via Arpit Agarwal) (11 years ago) +* | | | | | | | cc7cc5a4d9e7 - HDFS-5748. Too much information shown in the dfs health page. Contributed by Haohui Mai (11 years ago) +* | | | | | | | d1963ad4bd1f - MAPREDUCE-5693. Restore MRv1 behavior for log flush. Contributed by Gera Shegalov (11 years ago) +* | | | | | | | b2dd9d74c208 - HBASE-10143 replace WritableFactories's hashmap with ConcurrentHashMap (Liang Xie via Stack) (11 years ago) +* | | | | | | | e0ce554b86fd - YARN-1616. RMFatalEventDispatcher should log the cause of the event (kasha) (11 years ago) +* | | | | | | | 362e4fc89177 - MAPREDUCE-5725. Make explicit that TestNetworkedJob relies on the Capacity Scheduler (Sandy Ryza) (11 years ago) +* | | | | | | | c5a241f1ddc3 - MAPREDUCE-5729. mapred job -list throws NPE (kasha) (11 years ago) +| * | | | | | | cd7cd94e3f21 - HDFS-5799. Make audit logging consistent across ACL APIs. Contributed by Chris Nauroth. (11 years ago) +| * | | | | | | 21a5bc7f2c5d - HADOOP-10241. Clean up output of FsShell getfacl. Contributed by Chris Nauroth. (11 years ago) +| * | | | | | | 2af05fb1cf2f - HDFS-5615. NameNode: implement handling of ACLs in combination with sticky bit. Contributed by Chris Nauroth. (11 years ago) +| * | | | | | | 9df33876ff26 - HDFS-5613. NameNode: implement handling of ACLs in combination with symlinks. Contributed by Chris Nauroth. (11 years ago) +| * | | | | | | 2fbe8235dc10 - Merge trunk to HDFS-4685. (11 years ago) +| |\ \ \ \ \ \ \ +| |/ / / / / / / +|/| | | | | | | +* | | | | | | | 602f71a8daa0 - HDFS-5800. Fix a typo in DFSClient.renewLease(). Contributed by Kousuke Saruta (11 years ago) +| |_|_|_|_|_|/ +|/| | | | | | +| * | | | | | cae96dfe6e7c - HADOOP-10213. Fix bugs parsing ACL spec in FsShell setfacl. Contributed by Vinay. (11 years ago) +| * | | | | | 8a9a6dbd7e8d - Merge trunk to HDFS-4685. (11 years ago) +| |\ \ \ \ \ \ +| |/ / / / / / +|/| | | | | | +* | | | | | | 4b0ae92c1980 - Update hadoop-common/CHANGES.txt for HADOOP-10112 in branch2.3 (11 years ago) +* | | | | | | d7979b8b3515 - HADOOP-10240. Windows build instructions incorrectly state requirement of protoc 2.4.1 instead of 2.5.0. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | 0fd646b96744 - MAPREDUCE-5717. Task pings are interpreted as task progress. Contributed by Jason Lowe (11 years ago) +* | | | | | | cdc54c875998 - HADOOP-10235. Hadoop tarball has 2 versions of stax-api JARs. (tucu) (11 years ago) +* | | | | | | ebb9a704bd7c - Move HDFS-5704 and HDFS-5777 to the correct section in CHANGES.txt (11 years ago) +* | | | | | | fb01200153db - HDFS-5794. Fix the inconsistency of layout version number of ADD_DATANODE_AND_STORAGE_UUIDS between trunk and branch-2. Contributed by Jing Zhao. (11 years ago) +* | | | | | | f667371746de - MAPREDUCE-5650. Job fails when hprof mapreduce.task.profile.map/reduce.params is specified (Gera Shegalov via Sandy Ryza) (11 years ago) +* | | | | | | 67cbde300811 - YARN-1496. Protocol additions to allow moving apps between queues (Sandy Ryza) (11 years ago) +* | | | | | | a7ec44d41b0a - HDFS-5784. Reserve space in edit log header and fsimage header for feature flag section (cmccabe) (11 years ago) +* | | | | | | ccee5b3e441e - Moving MR-5672 from bugs to improvements in CHANGES.txt (11 years ago) +* | | | | | | 7981908929a0 - backported HADOOP-10125 to branch2, update CHANGES.txt (11 years ago) +* | | | | | | a6ea460a9150 - MAPREDUCE-5672. Provide optional RollingFileAppender for container log4j (syslog). Contributed by Gera Shegalov (11 years ago) +* | | | | | | 542172590726 - HADOOP-10146. Workaround JDK7 Process fd close bug (daryn) (11 years ago) +* | | | | | | 3928de29fca3 - YARN-1606. Fix the default value of yarn.resourcemanager.zk-timeout-ms in yarn-default.xml (kasha) (11 years ago) +* | | | | | | 752441434c99 - YARN-1608. LinuxContainerExecutor has a few DEBUG messages at INFO level (kasha) (11 years ago) +* | | | | | | e05ff82bd95d - HADOOP-10177. Create CLI tools for managing keys. (Larry McCay via omalley) (11 years ago) +* | | | | | | 3a6f8b878501 - MAPREDUCE-5724. JobHistoryServer does not start if HDFS is not running. (tucu) (11 years ago) +* | | | | | | e02ded811f09 - HDFS-5777. Update LayoutVersion for the new editlog op OP_ADD_BLOCK. Contributed by Jing Zhao. (11 years ago) +* | | | | | | a506df8e483c - HDFS-5775. Consolidate the code for serialization in CacheManager. Contributed by Haohui Mai (11 years ago) +* | | | | | | ca5d73d1ab45 - HDFS-5768. Consolidate the serialization code in DelegationTokenSecretManager. Contributed by Haohui Mai (11 years ago) +* | | | | | | 7274b5ff93af - YARN-1351. Invalid string format in Fair Scheduler log warn message (Konstantin Weitz via Sandy Ryza) (11 years ago) +* | | | | | | 51a9755794cb - Fix CHANGE.txt for the contributor's name (11 years ago) +* | | | | | | d3cb721ce0d2 - HADOOP-10125. no need to process RPC request if the client connection has been dropped. Contributed by Min Ma (11 years ago) +* | | | | | | c3b236ce5d2c - HDFS-5766. In DFSInputStream, do not add datanode to deadNodes after InvalidEncryptionKeyException in fetchBlockByteRange (Liang Xie via Colin Patrick McCabe) (11 years ago) +* | | | | | | 037a89abc5cc - HDFS-5762. BlockReaderLocal does not return -1 on EOF when doing zero-length reads (cmccabe) (11 years ago) +* | | | | | | 349f25a13225 - HADOOP-10236. Fix typo in o.a.h.ipc.Client#checkResponse. Contributed by Akira Ajisaka. (11 years ago) +* | | | | | | 0ff3d6397e57 - YARN-1601. 3rd party JARs are missing from hadoop-dist output. (tucu) (11 years ago) +* | | | | | | 4d413350d7d9 - YARN-1603. Remove two *.orig files which were unexpectedly committed. (Zhijie Shen via junping_du) (11 years ago) +* | | | | | | 2400f79db0e5 - svn merge -c -1558337 . for reverting YARN-1603, which only partly committed. (11 years ago) +* | | | | | | 5ed1772f3891 - YARN-1603. Remove two *.orig files which were unexpectedly committed. (Zhijie Shen via junping_du) (11 years ago) +* | | | | | | a913cdb398ff - HADOOP-10234. "hadoop.cmd jar" does not propagate exit code. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | 578dae9ef39e - HDFS-5704. Change OP_UPDATE_BLOCKS with a new OP_ADD_BLOCK. Contributed by Jing Zhao. (11 years ago) +| |_|_|_|_|/ +|/| | | | | +* | | | | | d13c2eeca685 - YARN-1598. HA-related rmadmin commands don't work on a secure cluster (kasha) (11 years ago) +* | | | | | f4fd050dee83 - YARN-1567. In Fair Scheduler, allow empty queues to change between leaf and parent on allocation file reload (Sandy Ryza) (11 years ago) +* | | | | | 4b16c2b65ea9 - HDFS-5677. Need error checking for HA cluster configuration. Contributed by Vincent Sheffer. (11 years ago) +* | | | | | 0b6a2362586d - Adding 2.0.6-alpha release to the CHANGES.txt (11 years ago) +* | | | | | 782a223addc6 - HADOOP-10228. FsPermission#fromShort() should cache FsAction.values(). Contributed by Haohui Mai. (11 years ago) +* | | | | | e210519d32b0 - HDFS-5579. Under construction files make DataNode decommission take very long hours. Contributed by zhaoyunjiong. (11 years ago) +* | | | | | e06ae2d56739 - HDFS-5710. FSDirectory#getFullPathName should check inodes against null. Contributed by Uma Maheswara Rao G. (11 years ago) +* | | | | | 7c8b654ba5ea - YARN-888. Cleaned up POM files so that non-leaf modules don't include any dependencies and thus compact the dependency list for leaf modules. Contributed by Alejandro Abdelnur. (11 years ago) +* | | | | | bc2a4434183e - HADOOP-10223. MiniKdc#main() should close the FileReader it creates. (Ted Yu via tucu) (11 years ago) +* | | | | | aa0c489a28db - YARN-1566. Changed Distributed Shell to retain containers across application attempts. Contributed by Jian He. (11 years ago) +* | | | | | 25bc68d15eb0 - YARN-1041. Added the ApplicationMasterProtocol API for applications to use the ability in ResourceManager to optionally not kill containers when the ApplicationMaster exits. Contributed by Jian He. (11 years ago) +* | | | | | f677175f35f6 - YARN-1166. Fixed app-specific and attempt-specific QueueMetrics to be triggered by accordingly app event and attempt event. Contributed by Zhijie Shen (11 years ago) +| * | | | | 6a52febfbd97 - HDFS-5612. NameNode: change all permission checks to enforce ACLs in addition to permissions. Contributued by Chris Nauroth. (11 years ago) +| * | | | | 5300294fbe9e - HDFS-5758. NameNode: complete implementation of inode modifications for ACLs. Contributed by Chris Nauroth. (11 years ago) +| * | | | | c90211af7ad3 - Merge trunk to HDFS-4685. (11 years ago) +| |\ \ \ \ \ +| |/ / / / / +|/| | | | | +* | | | | | 9d382a417438 - HDFS-5747. Fix NPEs in BlockManager. (Arpit Agarwal) (11 years ago) +* | | | | | 6608b7582999 - YARN-1574. RMDispatcher should be reset on transition to standby. (Xuan Gong via kasha) (11 years ago) +* | | | | | 7354547a0299 - HDFS-5756. hadoopRzOptionsSetByteBufferPool does not accept NULL argument, contrary to docs. Contributed by Colin Patrick McCabe. (11 years ago) +* | | | | | 8e0ba42df43f - HADOOP-10178. Configuration deprecation always emit "deprecated" warnings when a new key is used. Contributed by Shanyu Zhao. (11 years ago) +* | | | | | a0ecb98a77ec - YARN-1033. Expose RM active/standby state to Web UI and REST API (kasha) (11 years ago) +* | | | | | 1393581bceda - YARN-1490. Introduced the ability to make ResourceManager optionally not kill all containers when an ApplicationMaster exits. Contributed by Jian He. (11 years ago) +| |_|_|_|/ +|/| | | | +* | | | | 3f9828851aa0 - YARN-1579. ActiveRMInfoProto fields should be optional (kasha) (11 years ago) +* | | | | ed3f1454ec6f - HADOOP-9420. Add percentile or max metric for rpcQueueTime, processing time. Contributed by Liang Xie. (11 years ago) +* | | | | 8b2c8a657ed3 - YARN-1138. yarn.application.classpath is set to point to etc., which does not work on Windows. Contributed by Chuan Liu. (11 years ago) +* | | | | b4d6c5823b04 - HDFS-5449. WebHdfs compatibility broken between 2.2 and 1.x / 23.x. Contributed by Kihwal Lee. (11 years ago) +* | | | | 7186000367df - HDFS-5721. sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns. (Ted Yu via junping_du) (11 years ago) +* | | | | 519d5d3014c2 - HADOOP-10214. Fix multithreaded correctness warnings in ActiveStandbyElector (Liang Xie via kasha) (11 years ago) +* | | | | fbf12270080c - HADOOP-10207. TestUserGroupInformation#testLogin is flaky (jxiang via cmccabe) (11 years ago) +| * | | | f065f5829282 - HADOOP-10220. Add ACL indicator bit to FsPermission. Contributed by Chris Nauroth. (11 years ago) +| * | | | 17ab35314f15 - Merge trunk to HDFS-4685. (11 years ago) +| |\ \ \ \ +| |/ / / / +|/| | | | +* | | | | 963e174276c5 - HADOOP-10208. Remove duplicate initialization in StringUtils.getStringCollection. Contributed by Benoy Antony. (11 years ago) +| |_|_|/ +|/| | | +* | | | 49ec397340aa - YARN-1568. Rename clusterid to clusterId in ActiveRMInfoProto (kasha) (11 years ago) +* | | | 076ecf79ca38 - HDFS-5726. Fix compilation error in AbstractINodeDiff for JDK7. Contributed by Jing Zhao. (11 years ago) +* | | | 1be8ee242444 - HDFS-5649. Unregister NFS and Mount service when NFS gateway is shutting down. Contributed by Brandon Li (11 years ago) +* | | | 53b27fc60b1f - HDFS-5724. modifyCacheDirective logging audit log command wrongly as addCacheDirective (Uma Maheswara Rao G via Colin Patrick McCabe) (11 years ago) +* | | | 4931545f76f6 - YARN-1482. Modified WebApplicationProxy to make it work across ResourceManager fail-over. Contributed by Xuan Gong. (11 years ago) +* | | | 70cff9e2f0c8 - HDFS-5715. Use Snapshot ID to indicate the corresponding Snapshot for a FileDiff/DirectoryDiff. Contributed by Jing Zhao. (11 years ago) +* | | | 332c2704d493 - YARN-1293. Fixed TestContainerLaunch#testInvalidEnvSyntaxDiagnostics failure caused by non-English system locale. Contributed by Tsuyoshi OZAWA. (11 years ago) +* | | | 785c12056ce2 - YARN-1409. NonAggregatingLogHandler can throw RejectedExecutionException. Contributed by Tsuyoshi OZAWA (11 years ago) +* | | | c3cc855d2747 - YARN-1029. Added embedded leader election in the ResourceManager. Contributed by Karthik Kambatla. (11 years ago) +| * | | 21d4167179d7 - HDFS-5739. ACL RPC must allow null name or unspecified permissions in ACL entries. Contributed by Chris Nauroth. (11 years ago) +| * | | 023c11ec7eae - HDFS-5737. Replacing only the default ACL can fail to copy unspecified base entries from the access ACL. Contributed by Chris Nauroth. (11 years ago) +| * | | 2fbb3d694e88 - Merge trunk to HDFS-4685. (11 years ago) +| |\ \ \ +| |/ / / +|/| | | +* | | | 5241aa4cdd24 - HDFS-2832. Update CHANGES.txt to reflect merge to branch-2 (11 years ago) +* | | | cbdad3d47150 - HADOOP-10201. Add listing to KeyProvider API. (Larry McCay via omalley) (11 years ago) +* | | | 0c591a624dec - MAPREDUCE-3310. Addendum fixing javadocs warnings (tucu) (11 years ago) +* | | | bfd227bf09c6 - HDFS-5719. FSImage#doRollback() should close prevState before return. Contributed by Ted Yu (11 years ago) +* | | | 8deb7a60575a - HDFS-5589. Namenode loops caching and uncaching when data should be uncached. (awang via cmccabe) (11 years ago) +* | | | 2a1ecd00dadb - HDFS-5220. Expose group resolution time as metric (jxiang via cmccabe) (11 years ago) +* | | | f342dbcfc750 - YARN-1560. Fixed TestYarnClient#testAMMRTokens failure with null AMRM token. (Contributed by Ted Yu) (11 years ago) +* | | | 2cddd21db9ce - YARN-1559. Race between ServerRMProxy and ClientRMProxy setting RMProxy#INSTANCE. (kasha and vinodkv via kasha) (11 years ago) +* | | | 76238b972253 - MAPREDUCE-3310. Custom grouping comparator cannot be set for Combiners (tucu) (11 years ago) +* | | | 410f3a9f6002 - HDFS-5667. Add test missed in previous checkin (11 years ago) +* | | | fb2406a63526 - HADOOP-10193. hadoop-auth's PseudoAuthenticationHandler can consume getInputStream. (gchanan via tucu) (11 years ago) +* | | | f8a9329f2b8e - HDFS-5667. Include DatanodeStorage in StorageReport. (Arpit Agarwal) (11 years ago) +* | | | b80343a55f0c - HDFS-5705. TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to ConcurrentModificationException. Contributed by Ted Yu (11 years ago) +* | | | 71e6ea4be108 - HDFS-5695. Clean up TestOfflineEditsViewer and OfflineEditsViewerHelper. Contributed by Haohui Mai. (11 years ago) +* | | | 1a8781f1f9d4 - MAPREDUCE-5689. MRAppMaster does not preempt reducers when scheduled maps cannot be fulfilled. (lohit via kasha) (11 years ago) +| |_|/ +|/| | +* | | d85c017d0488 - HDFS-5651. Remove dfs.namenode.caching.enabled and improve CRM locking. Contributed by Colin Patrick McCabe. (11 years ago) +* | | a45017a5f17e - YARN-1493. Changed ResourceManager and Scheduler interfacing to recognize app-attempts separately from apps. Contributed by Jian He. (11 years ago) +* | | b4eb963c3c3e - HDFS-5659. dfsadmin -report doesn't output cache information properly. Contributed by Andrew Wang. (11 years ago) +* | | a44ddd674a2d - Amend CHANGES.txt for HADOOP-10198 (11 years ago) +* | | 3a299fd7bbac - HADOOP-10198. DomainSocket: add support for socketpair. Contributed by Colin Patrick McCabe. (11 years ago) +* | | bb2e2fee6071 - YARN-1549. Fixed a bug in ResourceManager's ApplicationMasterService that was causing unamanged AMs to not finish correctly. Contributed by haosdent. (11 years ago) +* | | fe458a1e3a17 - HADOOP-10173. Remove UGI from DIGEST-MD5 SASL server creation. Contributed by Daryn Sharp. (11 years ago) +* | | 75d882ba0008 - HADOOP-10147 HDFS-5678 Upgrade to commons-logging 1.1.3 to avoid potential deadlock in MiniDFSCluster (11 years ago) +* | | 07e4fb1455ab - HDFS-5708. The CacheManager throws a NPE in the DataNode logs when processing cache reports that refer to a block not known to the BlockManager. Contributed by Colin Patrick McCabe. (11 years ago) +* | | 97e881b955b9 - HDFS-5671. Fix socket leak in DFSInputStream#getBlockReader. Contributed by JamesLi (11 years ago) +* | | 460ac8cb50e0 - YARN-1121. Addendum patch. Fixed AsyncDispatcher hang issue during stop due to a race condition caused by the previous patch. Contributed by Jian He. (11 years ago) +* | | 50480f892a91 - YARN-1522. Fixed a race condition in the test TestApplicationCleanup that was causing it to randomly fail. Contributed by Liyin Liang. (11 years ago) +* | | b524501d4f4b - MAPREDUCE-5685. Fixed a bug with JobContext getCacheFiles API inside the WrappedReducer class. Contributed by Yi Song. (11 years ago) +* | | 7f86c8114ec9 - HDFS-5701. Fix the CacheAdmin -addPool -maxTtl option name. Contributed by Stephen Chu. (11 years ago) +* | | e596f1773489 - HDFS-5582. hdfs getconf -excludeFile or -includeFile always failed (satish via cmccabe) (11 years ago) +* | | c179d58eeeef - Add updated editsStored files missing from initial HDFS-5636 commit. (11 years ago) +* | | 5a54b91df918 - HDFS-5675. Add Mkdirs operation to NNThroughputBenchmark. Contributed by Plamen Jeliazkov. (11 years ago) +* | | e7120079bd1d - YARN-1481. Reverting addendum patch (11 years ago) +* | | 47cca0cb6d1f - MAPREDUCE-5196. Add bookkeeping for managing checkpoints of task state. Contributed by Carlo Curino (11 years ago) +* | | cc4c74be09ed - MAPREDUCE-5694. Fixed MR AppMaster to shutdown the LogManager so as to avoid losing syslog in some conditions. Contributed by Mohammad Kamrul Islam. (11 years ago) +* | | 1152e23ed03e - YARN-1463. Tests should avoid starting http-server where possible or creates spnego keytab/principals (vinodkv via kasha) (11 years ago) +* | | 8f0bf54d3442 - YARN-1541. Changed ResourceManager to invalidate ApplicationMaster host/port information once an AM crashes. Contributed by Jian He. (11 years ago) +* | | defeef6fe43d - YARN-1481. Addendum patch to fix synchronization in AdminService (11 years ago) +* | | 1c9ac9adeb88 - YARN-1523. Use StandbyException instead of RMNotYetReadyException (kasha) (11 years ago) +* | | 3ee7f20c330d - YARN-1527. Fixed yarn rmadmin command to print the correct usage info. Contributed by Akira AJISAKA. (11 years ago) +* | | 53bc888f0b6d - HADOOP-10090. Jobtracker metrics not updated properly after execution of a mapreduce job. Contributed by Ivan Mitic. (11 years ago) +* | | d841a0f47461 - YARN-1172. Convert SecretManagers in RM to services (Tsuyoshi OZAWA via kasha) (11 years ago) +| * | c6585675710a - HDFS-5673. Implement logic for modification of ACLs. Contributed by Chris Nauroth. (11 years ago) +| * | 29dac1d629bb - HADOOP-10192. FileSystem#getAclStatus has incorrect JavaDocs. Contributed by Chris Nauroth. (11 years ago) +| * | abe13d6ffb00 - HADOOP-10187. add getfacl and setfacl with minimal support for getting and setting ACLs. Contributed by Vinay. (11 years ago) +| * | 839512aab773 - Update CHANGES-HDFS-4685.txt for several issues that have been converted to Hadoop Common sub-tasks of HADOOP-10184. (11 years ago) +| * | eaa53216195a - Merge trunk to HDFS-4685. (11 years ago) +| |\ \ +| |/ / +|/| | +* | | 150440c60738 - HADOOP-10175. Har files system authority should preserve userinfo. Contributed by Chuan Liu. (11 years ago) +* | | e8de319789de - HDFS-5690. DataNode fails to start in secure mode when dfs.http.policy equals to HTTP_ONLY. Contributed by Haohui Mai. (11 years ago) +* | | 624703ed7b6d - YARN-1028. Addendum patch. Added FailoverProxyProvider capability to ResourceManager to help with RM failover. (11 years ago) +* | | b9ae3087c0f8 - HDFS-5636. Enforce a max TTL per cache pool (awang via cmccabe) (11 years ago) +* | | 86e5db39ba78 - HDFS-2933. Fix incorrect target version in CHANGES.txt (11 years ago) +* | | 71b4903ea41a - HADOOP-10169. Remove the unnecessary synchronized in JvmMetrics class. Contributed by Liang Xie. (11 years ago) +* | | 04dac6369535 - MAPREDUCE-5550. Task Status message (reporter.setStatus) not shown in UI with Hadoop 2.0 (Gera Shegalov via Sandy Ryza) (11 years ago) +* | | 17a3d72d3b5a - HDFS-5691. Fix typo in ShortCircuitLocalRead document. Contributed by Akira Ajisaka. (11 years ago) +* | | 1b9b95692412 - MAPREDUCE-5692. Add explicit diagnostics when a task attempt is killed due to speculative execution (Gera Shegalov via Sandy Ryza) (11 years ago) +* | | 74689ab7caf9 - YARN-1180. Update capacity scheduler docs to include types on the configs (Chen He via jeagles) (11 years ago) +* | | 04d139e2a0e6 - HDFS-5681. renewLease should not hold fsn write lock. Contributed by Daryn Sharp. (11 years ago) +| * | c3b56ed1c869 - HDFS-5619. NameNode: record ACL modifications to edit log. Contributed by Haohui Mai. (11 years ago) +| * | 25e9d2e895cf - HDFS-5618. NameNode: persist ACLs in fsimage. Contributed by Haohui Mai. (11 years ago) +| * | 72b0b1881f2c - Merge trunk to HDFS-4685. (11 years ago) +| |\ \ +| |/ / +|/| | +* | | 773062916438 - HADOOP-10141. Create KeyProvider API to separate encryption key storage from the applications. (omalley) (11 years ago) +* | | c7153e182aa2 - HDFS-5679. TestCacheDirectives should handle the case where native code is not available. (wang) (11 years ago) +* | | 011a7b210d85 - HADOOP-10172. Cache SASL server factories (daryn) (11 years ago) +* | | 42e7446add04 - HDFS-5540. Fix intermittent failure in TestBlocksWithNotEnoughRacks. (Binglin Chang via junping_du) (11 years ago) +* | | d4e108156699 - HDFS-5663 make the retry time and interval value configurable in openInfo() (11 years ago) +* | | b0947f930569 - HDFS-5663 make the retry time and interval value configurable in openInfo() (11 years ago) +* | | 93907baa0b03 - YARN-1307. Redesign znode structure for Zookeeper based RM state-store for better organization and scalability. Contributed by Tsuyoshi OZAWA. (11 years ago) +* | | a9d80ae59d15 - HDFS-5661. Browsing FileSystem via web ui, should use datanode's fqdn instead of ip address. Contributed by Benoy Antony. (11 years ago) +* | | e07f3c87cd35 - YARN-1471. Preserve scheduler typeinfo in simulator to work with resource monitors. Contributed by Carlo Curino. (11 years ago) +* | | 90122f25e142 - HDFS-5676. fix inconsistent synchronization of CachingStrategy (cmccabe) (11 years ago) +* | | fc966461e03f - HDFS-5662. Can't decommission a DataNode due to file's replication factor larger than the rest of the cluster size. Contributed by Brandon Li (11 years ago) +* | | c9d74139bc63 - HADOOP-10164. Allow UGI to login with a known Subject (bobby) (11 years ago) +* | | 9184c4d1794c - MAPREDUCE-5687. Correcting the previous commit by ushing the right patch. (11 years ago) +* | | a5ec6df324f2 - HADOOP-10171. TestRPC fails intermittently on jkd7 (Mit Desai via jeagles) (11 years ago) +* | | af367d140993 - HADOOP-9611 mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency (11 years ago) +* | | 504bd0bca3eb - HDFS-5674. Editlog code cleanup: remove @SuppressWarnings("deprecation") in FSEditLogOp; change FSEditLogOpCodes.fromByte(..) to be more efficient; and change Some fields in FSEditLog to final. (11 years ago) +* | | d52bfdef952f - MAPREDUCE-5687. Fixed failure in TestYARNRunner caused by YARN-1446. Contributed by Jian He. (11 years ago) +* | | 9ca394d54dd2 - MAPREDUCE-5189. Add policies and wiring to respond to preemption requests from YARN. Contributed by Carlo Curino. (11 years ago) +* | | ca125153b319 - YARN-1028. Added FailoverProxyProvider capability to ResourceManager to help with RM failover. Contributed by Karthik Kambatla. (11 years ago) +* | | 9218b4aec1be - MAPREDUCE-5197. Add a service for checkpointing task state. Contributed by Carlo Curino (11 years ago) +* | | 7f53e90fd19f - Move HDFS-5538, HDFS-5545, HDFS-5536, HDFS-5312, and HDFS-5629 from trunk to 2.4.0 section. (11 years ago) +* | | 124e507674c0 - HDFS-5634. Allow BlockReaderLocal to switch between checksumming and not (cmccabe) (11 years ago) +* | | 5792d59da390 - HDFS-5657. race condition causes writeback state error in NFS gateway. Contributed by Brandon Li (11 years ago) +* | | 991c453ca3ac - HDFS-5431. Support cachepool-based limit management in path-based caching. (awang via cmccabe) (11 years ago) +* | | 926a86780d26 - HADOOP-10168. fix javadoc of ReflectionUtils#copy. Contributed by Thejas Nair. (11 years ago) +* | | 44429c4bb3e9 - MAPREDUCE-5679. TestJobHistoryParsing has race condition. Contributed by Liyin Liang (11 years ago) +* | | b774d7b3de81 - YARN-1446. Changed client API to retry killing application till RM acknowledges so as to account for RM crashes/failover. Contributed by Jian He. (11 years ago) +* | | a6754bbb8121 - YARN-1451. TestResourceManager relies on the scheduler assigning multiple containers in a single node update. (Sandy Ryza via kasha) (11 years ago) +* | | 0fc2929d1343 - HDFS-5350. Name Node should report fsimage transfer time as a metric. Contributed by Jimmy Xiang. (11 years ago) +* | | 49ad07af9782 - YARN-312. Introduced ResourceManagerAdministrationProtocol changes to support changing resources on node. Contributed by Junping Du. (11 years ago) +* | | 0d7b6dfa974b - Fix CHANGES.txt for HADOOP-8753. Moved entry to correct 2.4.0 section. (11 years ago) +* | | 763f073f41e3 - HADOOP-10106. Incorrect thread name in RPC log messages. Contributed by Ming Ma. (11 years ago) +| * | c552d5d72ee2 - HDFS-5685. Implement ACL as a INode feature. Contributed by Haohui Mai. (11 years ago) +| * | 740605cde629 - Merge trunk to HDFS-4685. (11 years ago) +| |\ \ +| |/ / +|/| | +* | | 5a1b33507b93 - YARN-1145. Fixed a potential file-handle leak in the web interface for displaying aggregated logs. Contributed by Rohith Sharma. (11 years ago) +* | | d38fb71d00f1 - YARN-1505. Fixed Webapplication proxy server to not hardcode its bind address. Contributed by Xuan Gong. (11 years ago) +* | | 8e32e6aff16e - HDFS-5666. Fix inconsistent synchronization in BPOfferService (jxiang via cmccabe) (11 years ago) +* | | 89a374afcb0c - HDFS-5454. DataNode UUID should be assigned prior to FsDataset initialization. (Arpit Agarwal) (11 years ago) +* | | fc77ed153e70 - MAPREDUCE-5623. TestJobCleanup fails because of RejectedExecutionException and NPE. Contributed by Jason Lowe (11 years ago) +* | | 6c641339d1a3 - HDFS-5665. Remove the unnecessary writeLock while initializing CacheManager in FsNameSystem Ctor. (Uma Maheswara Rao G via Andrew Wang) (11 years ago) +* | | 1dabd429995e - HDFS-5592. statechangeLog of completeFile should be logged only in case of success. Contributed by Vinay. (11 years ago) +* | | 121137789c27 - HDFS-5406. Add file missed in previous commit. (11 years ago) +* | | 938565925adb - HDFS-5406. Send incremental block reports for all storages in a single call. (11 years ago) +* | | 44a6560b5da3 - HDFS-5632. Flatten INodeDirectory hierarchy: Replace INodeDirectoryWithSnapshot with DirectoryWithSnapshotFeature. Contributed by jing9 (11 years ago) +* | | d63cfdbf1a53 - YARN-1435. Modified Distributed Shell to accept either the command or the custom script. Contributed by Xuan Gong. (11 years ago) +* | | 1182ca04d4a7 - YARN-1485. Modified RM HA configuration validation to also ensure that service-address configuration are configured for every RM. Contributed by Xuan Gong. (11 years ago) +| * | f24e0c1563bd - Merge trunk to HDFS-4685. (11 years ago) +| |\ \ +| |/ / +|/| | +* | | a31a3a68ead2 - HDFS-5652. Refactor invalid block token exception handling in DFSInputStream. (Liang Xie via junping_du) (11 years ago) +* | | 8008929bf714 - Updated CHANGES.txt for YARN-1311. (11 years ago) +* | | 28db28d491b4 - YARN-1311. Fixed app specific scheduler-events' names to be app-attempt based. Contributed by Vinod Kumar Vavilapalli (11 years ago) +* | | 791e43c53b0b - Reverting YARN-1311. Fixed app specific scheduler-events' names to be app-attempt based. Contributed by Vinod Kumar Vavilapalli (11 years ago) +* | | 38c32ed239d4 - YARN-1311. Fixed app specific scheduler-events' names to be app-attempt based. Contributed by Vinod Kumar Vavilapalli (11 years ago) +* | | 288506022ff6 - HADOOP-8753. LocalDirAllocator throws ArithmeticException: divide by zero when there is no available space on configured local dir. Contributed by Benoy Antony. (11 years ago) +* | | 8a79be36bd09 - YARN-1325. Modified RM HA configuration validation to also ensure that multiple RMs are configured. Contributed by Xuan Gong. (11 years ago) +* | | a4819e70dbf8 - HADOOP-10044 Improve the javadoc of rpc code (sanjay Radia) (11 years ago) +* | | ee0530ee0e59 - MAPREDUCE-5674. Missing start and finish time in mapred.JobStatus. Contributed by Chuan Liu. (11 years ago) +* | | 5fd7230671bb - HDFS-5647. Merge INodeDirectory.Feature and INodeFile.Feature. Contributed by Haohui Mai. (11 years ago) +* | | 329093ae1bed - HDFS-2832: Update binary file editsStored for TestOfflineEditsViewer (11 years ago) +* | | d887c6a28699 - svn merge --reintegrate https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832 for merging Heterogeneous Storage feature branch (11 years ago) +|\ \ \ +| * | | 93511259ba1c - Update CHANGES.txt in preparation for merging branch HDFS-2832 to trunk (11 years ago) +| * | | fba994ffe20d - HDFS-5648. Get rid of FsDatasetImpl#perVolumeReplicaMap. (11 years ago) +| * | | c656562556d9 - Merging r1550313 through r1550355 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ +| |/ / / +|/| | | +* | | | 8373c4134afe - HDFS-5637. Try to refeatchToken while local read InvalidToken occurred. (Liang Xie via junping_du) (11 years ago) +| * | | cd083aa80711 - Merging r1549949 through r1550312 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ +| |/ / / +|/| | | +* | | | 9678020e59cf - HDFS-4201. NPE in BPServiceActor#sendHeartBeat (jxiang via cmccabe) (11 years ago) +* | | | ed4d318d681e - HDFS-5023. TestSnapshotPathINodes.testAllowSnapshot is failing with jdk7 (Mit Desai via jeagles) (11 years ago) +* | | | 4ff1a8203b86 - YARN-408. Change CapacityScheduler to not disable delay-scheduling by default. Contributed by Mayank Bansal. (11 years ago) +* | | | 002840f60557 - HADOOP-10087. UserGroupInformation.getGroupNames() fails to return primary group first when JniBasedUnixGroupsMappingWithFallback is used (cmccabe) (11 years ago) +* | | | f3db30ccd882 - YARN-1491. Upgrade JUnit3 TestCase to JUnit 4 (Chen He via jeagles) (11 years ago) +* | | | 94e2e78ab751 - YARN-1481. Move internal services logic from AdminService to ResourceManager. (vinodkv via kasha) (11 years ago) +| |_|/ +|/| | +* | | 327a99556127 - HDFS-5580. Fix infinite loop in Balancer.waitForMoveCompletion. (Binglin Chang via junping_du) (11 years ago) +* | | 732975be8235 - Move HDFS-5283 to section branch-2.3.0 (11 years ago) +* | | e408ef35e97c - Move entry for HDFS-5074 to correct section. (11 years ago) +* | | 512a18a8d923 - HDFS-5074. Allow starting up from an fsimage checkpoint in the middle of a segment. Contributed by Todd Lipcon. (11 years ago) +* | | 87734ec93907 - Move HDFS-5257,HDFS-5427,HDFS-5443,HDFS-5476,HDFS-5425,HDFS-5474,HDFS-5504,HDFS-5428 into branch-2.3 section. (11 years ago) +| * | f3cef1c673a0 - Merging r1549626 through r1549948 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ +| |/ / +|/| | +| * | 43c33491fcfa - Merging r1548329 through r1549625 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ +| * \ \ 00718c2ffaa1 - Merging r1547658 through r1548328 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ +| * \ \ \ b7ce46887b5c - Merging r1547474 through r1547657 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ +| * \ \ \ \ 674d51e62e83 - Merging r1547121 through r1547473 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ +| * | | | | | a1aa1836fb68 - HDFS-5484. StorageType and State in DatanodeStorageInfo in NameNode is not accurate. (Contributed by Eric Sirianni) (11 years ago) +| * | | | | | 18159be495f9 - Merging r1544666 through r1547120 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ +| * | | | | | | 81211123d8c4 - HDFS-5559. Fix TestDatanodeConfig in HDFS-2832. (Contributed by szetszwo) (11 years ago) +| * | | | | | | f48ea1b5167e - Merging r1544304 through r1544665 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ +| * | | | | | | | 97acde2d3396 - HDFS-5542. Fix TODO and clean up the code in HDFS-2832. (Contributed by szetszwo) (11 years ago) +| * | | | | | | | b33ff7b5f267 - HDFS-5547. Fix build break after merge from trunk to HDFS-2832. (11 years ago) +| * | | | | | | | 16f7fb80d9c8 - Merging r1543902 through r1544303 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ 75747754d221 - Merging r1543710 through r1543901 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ +| * | | | | | | | | | 2d9692a36dc3 - HDFS-5527. Fix TestUnderReplicatedBlocks on branch HDFS-2832. (11 years ago) +| * | | | | | | | | | 59393e016284 - Merging r1543613 through r1543709 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ 3c9cbc689339 - Merging r1543111 through r1543509 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ bd5ab41a90b6 - Merging r1542123 through r1543110 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | cd768489f373 - HDFS-5515. Fix TestDFSStartupVersions for HDFS-2832. (11 years ago) +| * | | | | | | | | | | | | 132a8ff7c710 - Merging r1541618 through r1542122 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | ea1c5ea0866f - HDFS-5510. Fix a findbug warning in DataStorage.java on HDFS-2832 branch. (Contributed by Junping Du) (11 years ago) +| * | | | | | | | | | | | | | bf9f8511facf - Merging r1541342 through r1541617 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | d06a782c1e42 - HDFS-5501. Fix pendingReceivedRequests tracking in BPServiceActor. (11 years ago) +| * | | | | | | | | | | | | | | 46cbce9af127 - HDFS-5508. Fix compilation error after merge. (Contributed by szetszwo) (11 years ago) +| * | | | | | | | | | | | | | | ba98e8f737a7 - merge r1535792 through r1541341 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | e5b3171c3ba0 - HDFS-5494. Fix findbugs warnings for HDFS-2832. (11 years ago) +| * | | | | | | | | | | | | | | | ec5eebc450c5 - Merging r1540548 through r1540909 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | 26f2bd67f297 - HDFS-5491. Update editsStored for HDFS-2832. (11 years ago) +| * | | | | | | | | | | | | | | | | a161ff8f09df - HDFS-5486. Fix TestNameNodeMetrics for HDFS-2832. (11 years ago) +| * | | | | | | | | | | | | | | | | bb5bd30df636 - Merging r1540239 through r1540547 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | 907fb15ee8c1 - HDFS-5480. Update Balancer for HDFS-2832. (Contributed by szetszwo) (11 years ago) +| * | | | | | | | | | | | | | | | | | fccbb5072cea - merge of r1535792 through r1540238 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | 90d1b1b6a49c - HDFS-5481. Fix TestDataNodeVolumeFailure in branch HDFS-2832. (Contributed by Junping Du) (11 years ago) +| * | | | | | | | | | | | | | | | | | | 6b0611ed24c2 - Merging r1539737 through r1539896 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | 06d24efed0fe - HDFS-5475. NN incorrectly tracks more than one replica per DN. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | 2af29af098d9 - Merging r1539245 through r1539736 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | a604e3b73bad - HDFS-5472. Fix TestDatanodeManager, TestSafeMode and TestNNThroughputBenchmark. (Contributed by szetszwo) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | 75777f162644 - HDFS-5470. Add back trunk's reportDiff algorithm to the branch. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | fa5ba6d97752 - HDFS-5439. Fix TestPendingReplication. (Contributed by Junping Du, Arpit Agarwal) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | 103fd6c6d8e7 - Merging r1538408 through r1539244 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | 3e3fea7cd433 - HDFS-5466. Update storage IDs when the pipeline is updated. (Contributed by szetszwo) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | d2b7b6589d30 - HDFS-5457. Fix TestDatanodeRegistration, TestFsck and TestAddBlockRetry. (Contributed by szetszwo) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 1d357365b7f0 - HDFS-5455. NN should update storageMap on first heartbeat. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 0091606e2d80 - HDFS-5448. Fix break caused by previous checkin for HDFS-5448. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 9660bfa84c90 - HDFS-5448. Datanode should generate its ID on first registration (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | 7e46025f91e6 - Merge r1537584 through r1538407 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | 26a1fda51e32 - HDFS-5452. Fix TestReplicationPolicy and TestBlocksScheduledCounter. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | cbdeba29bdbd - HDFS-5447. Fix TestJspHelper in branch HDFS-2832. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | a8910761592b - Merging r1537252 through r1537583 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | 2af5083a3503 - HDFS-5437. Fix TestBlockReport and TestBPOfferService failures. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | 4eebf56ccf65 - Merging r1536890 through r1537251 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 73cf16ce481d - Merging r1536573 through r1536889 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ c2495a7bff01 - Merging r1536572 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 16359ec2c702 - Merging r1536182 through r1536558 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | dc0b44a88470 - HDFS-5435. File append fails to initialize storageIDs. (Junping Du) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 67b93d6e250d - Merging r1535792 through r1536181 from trunk to HDFS-2832. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | b9d561c548c2 - HDFS-5214. Fix NPEs in BlockManager and DirectoryScanner. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9043a9221914 - Merge r1535533 through r1535791 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ec01db59ce12 - HDFS-5417. Fix storage IDs in PBHelper and UpgradeUtilities. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1fcc24d56aa7 - Merging r1535122 through r1535532 from trunk to HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f39f8c57344e - HDFS-5401. Fix NPE in Directory Scanner. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b442fe92fbae - Merge r1534894 through r1535121 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ f794ef63b1e2 - Merging r1534707 through r1534893 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 01f37e42f050 - HDFS-5390. Send one incremental block report per storage directory. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b884af72c563 - HDFS-5398. NameNode changes to process storage reports per storage directory. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ef17685f7968 - Merging r1534279 through r1534706 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ebab3a88a5f - HDFS-5377. Heartbeats from Datandode should include one storage report per storage directory (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 40fec97bef8c - svn merge -c -1534417 . for reverting HDFS-4885, which should be committed to trunk. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12ed24af6653 - HDFS-4885. Improve the verifyBlockPlacement() API in BlockPlacementPolicy. Contributed by Junping Du (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 62f95b003b59 - Merging r1533208 through r1534278 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ f8d5755a69d7 - Merging r1532911 through r1533207 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ a6076adbefb7 - Merging r1532877 through r1532910 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 168b13333728 - Merging r1527684 through r1532876 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 6331ff024cf3 - Merging r1526971 through r1527683 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 6097044066ed - Merging r1526709 through r1526970 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 46099ce7f1a1 - HDFS-4988. Datanode must support all the volumes as individual storages. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8062d8c23925 - Merging r1526366 through r1526708 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 77856140f471 - Merging r1525759 through r1526365 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c6d09d8c0c18 - HDFS-5222. Move block schedule information from DatanodeDescriptor to DatanodeStorageInfo. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 114aa229ded9 - Merging r1525409 through r1525758 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 5133d78c1ae9 - Merging r1524587 through r1525408 from trunk to branch HDFS-2832. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4551da302d94 - HDFS-5233. Use Datanode UUID to identify Datanodes. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eb9f1b670726 - HDFS-5232. Protocol changes to transmit StorageUuid. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a80b826eef42 - Merging r1523878 through r1524586 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | abf09f090f77 - HDFS-4990. Change BlockPlacementPolicy to choose storages instead of datanodes. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0398943572e0 - Merge r1523804 through r1523877 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 3e3a454bd29f - Merging r1523402 through r1523803 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 959635f0e73b - Merge r1523109 through r1523401 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 06eb46eda3a3 - Merging r1521566 through r1523108 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b2976af14034 - HDFS-5157. Add StorageType to FsVolume. Contributed by Junping Du (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 23bf148a2f5c - Merging r1520450 through r1521565 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 282be1b38e5c - HDFS-5134. Move blockContentsStale, heartbeatedSinceFailover and firstBlockReport from DatanodeDescriptor to DatanodeStorageInfo; and fix a synchronization problem in DatanodeStorageInfo. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bbce64c8c5d4 - Merging r1519884 through r1520449 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ f353769d0c0f - Merging r1518852 through r1519883 from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ec57e3019f47 - Merge r1518851 from trunk (reconcile branch conflicts with the fix for HDFS-5077) (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 336c0344f5fb - Merge r1517887 through r1518850 from trunk. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3f070e83b1f4 - HDFS-5009. Include storage information in the LocatedBlock. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f7e3bc553d77 - HDFS-5154. Fix TestBlockManager and TestDatanodeDescriptor after HDFS-4987. Contributed by Junping Du (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b305f1ff081b - Update CHANGES_HDFS-2832.txt with HDFS-4985, HDFS-5115 and HDFS-5000. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5d9d70260791 - HDFS-4987. Namenode changes to track multiple storages per datanode. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a9db6782e78 - Merge all changes from trunk to branch HDFS-2832. (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 395f0ae56782 - HDFS-5000. DataNode configuration should allow specifying storage type (Adding file missed in last commit (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 73d14311bc84 - HDFS-5000. DataNode configuration should allow specifying storage type (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c41df254fe88 - Merge all changes from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6f699e8ea5d8 - HDFS-5115. Make StorageID a UUID. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5e27288c1e55 - HDFS-4985. Add storage type to the protocol and expose it in block report and block locations (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 075995a2011b - Merge all changes from trunk to branch HDFS-2832 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dccdedca5b83 - Create a new branch from trunk for HDFS-2832: Enable support for heterogeneous storages in HDFS. (11 years ago) +| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 9263f3bb14b9 - HDFS-5596. Implement RPC stubs. Contributed by Haohui Mai. (11 years ago) +| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 709040c52ec9 - HDFS-5650. Remove AclReadFlag and AclWriteFlag in FileSystem API. Contributed by Haohui Mai. (11 years ago) +| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * b4d8aabe6b40 - HDFS-5594. FileSystem API for ACLs. Contributed by Chris Nauroth. (11 years ago) +| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * aff5be250ac2 - Merge trunk to HDFS-4685. (11 years ago) +| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |\ +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee5351bf22e1 - MAPREDUCE-5052. Job History UI and web services confusing job start time and job submit time (Chen He via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a0c911a7f9e5 - Move HDFS-4983 to 2.3 in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 18d99c12c371 - MAPREDUCE-5656. bzip2 codec can drop records when reading data in splits. Contributed by Jason Lowe (11 years ago) +| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * a6313b152341 - Merge trunk to HDFS-4685. (11 years ago) +| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |\ +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 87a6db45b70a - HDFS-5629. Support HTTPS in JournalNode and SecondaryNameNode. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9c4168f45ab6 - YARN-1448. AM-RM protocol changes to support container resizing (Wangda Tan via Sandy Ryza) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 48fb53bc4966 - YARN-1405. Fixed ResourceManager to not hang when init/start fails with an exception w.r.t state-store. Contributed by Jian He. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 305ae48136d6 - YARN-1378. Implemented a cleaner of old finished applications from the RM state-store. Contributed by Jian He. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 155020a6f461 - HDFS-5353. Short circuit reads fail when dfs.encrypt.data.transfer is enabled. Contributed by Colin Patrick McCabe. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e1d3670f4c23 - YARN-807. When querying apps by queue, iterating over all apps is inefficient and limiting (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 91d0b4727066 - HDFS-4983. Numeric usernames do not work with WebHDFS FS. Contributed by Yongjun Zhang. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4c87a27ad851 - HDFS-5554. Flatten INodeFile hierarchy: Replace INodeFileWithSnapshot with FileWithSnapshotFeature. Contributed by jing9 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7f059104d293 - HADOOP-10142. Avoid groups lookup for unprivileged users such as dr.who (vinay via cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 045dc880e132 - HDFS-5312. Generate HTTP/HTTPS URL in DFSUtil#getInfoServer() based on the configured http policy. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8897b0cc9be5 - YARN-1450. Fixed test failure in TestUnmanagedAMLauncher by removing its dependency on distributed-shell. Contributed by Binglin Chang. (11 years ago) +| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 7676641cca7d - Merge trunk to HDFS-4685. (11 years ago) +| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |\ +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9df84c35d5a2 - HDFS-5590. Block ID and generation stamp may be reused when persistBlocks is set to false. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eccd7b20937c - YARN-546. Allow disabling the Fair Scheduler event log. (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b459506c3bd - HDFS-5633. Improve OfflineImageViewer to use less memory. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ef1f556cef43 - YARN-1438. Ensure container diagnostics includes exception from container launch. Contributed by Steve Loughran. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 368d9769f45b - YARN-1181. Augment MiniYARNCluster to support HA mode (kasha) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1cdeb83167cd - YARN-1447: Forgot to add new files (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a5fce4fa7167 - YARN-1447. Common PB type definitions for container resizing. (Wangda Tan via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 55e5b0653c34 - HDFS-5630. Hook up cache directive and pool usage statistics. (wang) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ca9a32c9512c - HADOOP-10058. TestMetricsSystemImpl#testInitFirstVerifyStopInvokedImmediately fails on trunk (Chen He via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0f2ce45aeb0e - MAPREDUCE-5409. MRAppMaster throws InvalidStateTransitonException: Invalid event: TA_TOO_MANY_FETCH_FAILURE at KILLED for TaskAttemptImpl. Contributed by Gera Shegalov (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 13c5d3eb34a0 - Move HADOOP-10129 from 0.23.10 to 0.23.11 in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 419783d99294 - HADOOP-10081. Client.setupIOStreams can leak socket resources on exception or error. Contributed by Tsuyoshi OZAWA (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9ea61e44153b - HADOOP-10129. Distcp may succeed when it fails (daryn) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 99aed805f809 - Neglected to add new file in HDFS-5514 (daryn) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6828337d855a - HDFS-5514. FSNamesystem's fsLock should allow custom implementation (daryn) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aa4fba6d92fa - HDFS-5587. add debug information when NFS fails to start with duplicate user or group names. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6d5f8ebed60e - YARN-1403. Separate out configuration loading from QueueManager in the Fair Scheduler (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 950e0644b79e - HDFS-5626. dfsadmin report shows incorrect values (cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 859e425dfa22 - Revert HDFS-4983 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f5e83a0b3e33 - HDFS-4983. Numeric usernames do not work with WebHDFS FS. Contributed by Yongjun Zhang. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9ba98e6af138 - MAPREDUCE-5632. TestRMContainerAllocator#testUpdatedNodes fails (jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d02baff9a0d8 - HDFS-5536. Implement HTTP policy for Namenode and DataNode. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f791e291ca39 - HDFS-5555. CacheAdmin commands fail when first listed NameNode is in Standby (jxiang via cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 59a213909397 - HADOOP-10102. Update commons IO from 2.1 to 2.4 (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7fe953ed9099 - YARN-1454. Fixed test failure issue with TestRMRestart. Contributed by Karthik Kambatla. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5dabc227657c - YARN-1332. In TestAMRMClient, replace assertTrue with assertEquals where possible (Sebastian Wong via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 61c45aae4d0a - HDFS-4997. libhdfs does not return correct error code in most cases (cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f7fe50d55f51 - HADOOP-10127. Add ipc.client.connect.retry.interval to control the frequency of connection retries (Karthik Kambatla via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5afc1242ea32 - MAPREDUCE-5645. TestFixedLengthInputFormat fails with native libs (Mit Desai via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9c95015bb47f - YARN-895. Changed RM state-store to not crash immediately if RM restarts while the state-store is down. Contributed by Jian He. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7af12ab207cf - HDFS-5558. LeaseManager monitor thread can crash if the last block is complete but another block is not. Contributed by Kihwal Lee. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9b0865453688 - HDFS-5560. Trash configuration log statements prints incorrect units. Contributed by Josh Elser. (11 years ago) +| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 1234f9952179 - HDFS-4685. Add CHANGES-HDFS-4685.txt. (11 years ago) +| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3e2c0cdadf84 - Create branch HDFS-4685 for development of HDFS ACLs. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c58ae266e9fa - YARN-1318. Promoted AdminService to an Always-On service and merged it into RMHAProtocolService. Contributed by Karthik Kambatla. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 38a04a3042c5 - HDFS-5557. Write pipeline recovery for the last packet in the block may cause rejection of valid replicas. Contributed by Kihwal Lee. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eec0ec2d3f05 - Add ACL check to JHS web-services. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74851537dee0 - MAPREDUCE-5640. Rename TestLineRecordReader in jobclient module (Jason Lowe via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a4e473c6a913 - Renamed releases. 2.2.1 -> 2.3.0 & 2.3.0 -> 2.4.0 (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08d621308389 - HADOOP-10130. RawLocalFS pread does not track FileSystem Statistics (Binglin Chang via Colin Patrick McCabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 58f73acdc17b - move HDFS-5581 to 2.3 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 13331a686318 - HDFS-5581. NameNodeFsck should use only one instance of BlockPlacementPolicy (vinay via cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7b60e94c098a - HADOOP-10135 writes to swift fs over partition size leave temp files and empty output file (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 61b6ed73f8a5 - YARN-1241: Include missing files (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7545d8bf996e - YARN-1241. In Fair Scheduler, maxRunningApps does not work for non-leaf queues. (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9da451cac57f - HDFS-5430. Support TTL on CacheDirectives. Contributed by Andrew Wang. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bb11d47758a7 - HDFS-5562. TestCacheDirectives and TestFsDatasetCache should stub out native mlock. Contributed by Colin Patrick McCabe and Akira Ajisaka. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5ea533c2bfc7 - HDFS-5563. NFS gateway should commit the buffered data when read request comes after write to the same file. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6369c8d81972 - YARN-1239. Modified ResourceManager state-store implementations to start storing version numbers. Contributed by Jian He. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ec5c8a9865e5 - HDFS-5577. NFS user guide update. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eed47f20ef54 - HADOOP-10132. RPC#stopProxy() should log the class of proxy when IllegalArgumentException is encountered. Contributed by Ted Yu (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8df119da214b - HDFS-5537. Remove FileWithSnapshot interface. Contributed by jing9 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2214871d916f - HDFS-5545. Allow specifying endpoints for listeners in HttpServer. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 13edb391d06c - HDFS-5556. Add some more NameNode cache statistics, cache pool stats (cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b6d483b12212 - HDFS-5568. Support includeSnapshots option with Fsck command. Contributed by Vinay (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 05a9a80bd42f - HDFS-5565. CacheAdmin help should match against non-dashed commands (wang via cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 740cf232bd62 - HDFS-5561. FSNameSystem#getNameJournalStatus() in JMX should return plain text instead of HTML. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 82ff2d3f2e56 - HDFS-5286. Flatten INodeDirectory hierarchy: Replace INodeDirectoryWithQuota with DirectoryWithQuotaFeature. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4a1acfc96fb7 - HDFS-5548. Use ConcurrentHashMap in portmap. Contributed by Haohui Mai (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d8a238346145 - HDFS-5538. URLConnectionFactory should pick up the SSL related configuration by default. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c4bdddeab562 - YARN-1314. Fixed DistributedShell to not fail with multiple arguments for a shell command separated by spaces. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6c243fceac85 - YARN-1416. Fixed a few invalid transitions in RMApp, RMAppAttempt and in some tests. Contributed by Jian He. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b1d6574a113f - HADOOP-10126. LightWeightGSet log message is confusing. Contributed by Vinay. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eb3c1607b031 - HDFS-5533. Symlink delete/create should be treated as DELETE/CREATE in snapshot diff report. Contributed by Binglin Chang. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 65ee88b0de52 - HDFS-5526. Datanode cannot roll back to previous layout version. Contributed by Kihwal Lee. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 38f94dc16d82 - YARN-1423. Support queue placement by secondary group in the Fair Scheduler (Ted Malaska via Sandy Ryza) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4ef442582555 - Move HDFS-5444 and HDFS-5525 to branch 2.3.0 section in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 105a31e21df4 - HDFS-5552. Fix wrong information of Cluster summay in dfshealth.html. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8034d04c4937 - HDFS-5544. Adding Test case For Checking dfs.checksum.type as NULL value. Contributed by Sathish. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ce68f410b05a - HDFS-5285. Flatten INodeFile hierarchy: Replace INodeFileUnderConstruction and INodeFileUnderConstructionWithSnapshot with FileUnderContructionFeature. Contributed by jing9 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 33a823404095 - YARN-1320. Fixed Distributed Shell application to respect custom log4j properties file. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 82d0e820d0cf - HDFS-5407. Fix typos in DFSClientCache. Contributed by Haohui Mai (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a379a7bbb9d9 - HDFS-5288. Close idle connections in portmap. Contributed by Haohui Mai (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9863cb19059e - HDFS-5543. Fix narrow race condition in TestPathBasedCacheRequests (cmccabe) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0a5b0499f38e - MAPREDUCE-5631. TestJobEndNotifier.testNotifyRetries fails with Should have taken more than 5 seconds in jdk7. Contributed by Jonathan Eagles (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f91a45a96c21 - HDFS-5473. Consistent naming of user-visible caching classes and methods (cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 18b53b780d9e - HADOOP-10111. Allow DU to be initialized with an initial value (Kihwal Lee via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 709b74e51508 - HADOOP-9114. After defined the dfs.checksum.type as the NULL, write file and hflush will through java.lang.ArrayIndexOutOfBoundsException. Contributed by Sathish. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0aa088e336c8 - HADOOP-10103 commons-lang->2.6 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 39950cee7fd4 - HDFS-5532. Enable the webhdfs by default to support new HDFS web UI. Contributed by Vinay. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a802ef4a5f2e - YARN-1303. Reverted the wrong patch committed earlier and committing the correct patch now. In one go. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ad558cf2b365 - YARN-1303. Fixed DistributedShell to not fail with multiple commands separated by a semi-colon as shell-command. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5f458ef23f09 - HDFS-5531. Combine the getNsQuota() and getDsQuota() methods in INode. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d1fe9e414241 - YARN-1053. Diagnostic message from ContainerExitEvent is ignored in ContainerImpl (Omkar Vinit Joshi via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3cae2ba63fe6 - HDFS-3987. Support webhdfs over HTTPS. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 916ab9286b60 - HDFS-5451. Add byte and file statistics to PathBasedCacheEntry. Contributed by Colin Patrick McCabe. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 831369775223 - YARN-1425. TestRMRestart fails because MockRM.waitForState(AttemptId) uses current attempt instead of the attempt passed as argument (Omkar Vinit Joshi via bikas) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c131ae39fcc7 - HDFS-5525. Inline dust templates for new Web UI. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 04cf2a768c0f - HDFS-5014. Process register commands with out holding BPOfferService lock. Contributed by Vinay. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f26d2adbf988 - HDFS-4516. Client crash after block allocation and NN switch before lease recovery for the same file can cause readers to fail forever. Contributed by Vinay. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8caae1d5a65b - YARN-744. Race condition in ApplicationMasterService.allocate .. It might process same allocate request twice resulting in additional containers getting allocated. (Omkar Vinit Joshi via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 22b5352b4044 - Move YARN-1407 under 2.2.1 in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | efea68dc3538 - HDFS-5511. improve CacheManipulator interface to allow better unit testing (cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2f6b39354304 - YARN-1407. RM Web UI and REST APIs should uniformly use YarnApplicationState (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 00d9b8eedb50 - HDFS-5513. CacheAdmin commands fail when using . as the path. Contributed by Andrew Wang. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 587f68b16041 - HDFS-1386. TestJMXGet fails in jdk7 (jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c78c0e277f8f - YARN-786: Addendum so that RMAppAttemptImpl#getApplicationResourceUsageReport won't return null (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d9ba056bdb85 - HADOOP-10047. Add a direct-buffer based apis for compression. Contributed by Gopal V. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a6acf72aaa07 - Revert HADOOP-10047, wrong patch. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b96cc8fdbf01 - HADOOP-10047. Add a direct-buffer based apis for compression. Contributed by Gopal V. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9ff520b7d69c - YARN-584. In scheduler web UIs, queues unexpand on refresh. (Harshit Daga via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 229472cea792 - HADOOP-10107. Server.getNumOpenConnections may throw NPE. Contributed by Kihwal Lee. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aa002344d046 - HDFS-5428. Under construction files deletion after snapshot+checkpoint+nn restart leads nn safemode. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 512475e56f0a - YARN-674. Fixed ResourceManager to renew DelegationTokens on submission asynchronously to work around potential slowness in state-store. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cfa783141fa6 - YARN-1210. Changed RM to start new app-attempts on RM restart only after ensuring that previous AM exited or after expiry time. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c3c626d32b01 - HDFS-5073. TestListCorruptFileBlocks fails intermittently. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 70234e22132b - HDFS-5512. CacheAdmin -listPools fails with NPE when user lacks permissions to view all pools (awang via cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4f15d0af4f36 - HDFS-5520. loading cache path directives from edit log doesnt update nextEntryId (cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4341562622df - YARN-709. Added tests to verify validity of delegation tokens and logging of appsummary after RM restart. Contributed by Jian He. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e68e3e429d9d - HDFS-5393. Serve bootstrap and jQuery locally. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9bb905115db7 - HADOOP-10110. hadoop-auth has a build break due to missing dependency. (Contributed by Chuan Liu) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e77aec001fcf - YARN-1419. TestFifoScheduler.testAppAttemptMetrics fails intermittently under jdk7. Contributed by Jonathan Eagles (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e3d7ef36ef7d - HDFS-5372. In FSNamesystem, hasReadLock() returns false if the current thread holds the write lock (Contributed by Vinay) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fdad179980f7 - MAPREDUCE-5625. TestFixedLengthInputFormat fails in jdk7 environment (Mariappan Asokan via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a02e60fefc5f - MAPREDUCE-5373. TestFetchFailure.testFetchFailureMultipleReduces could fail intermittently (jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fef8f49c5885 - HDFS-5502. Fix HTTPS support in HsftpFileSystem. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a2200a641758 - HDFS-5519. COMMIT handler should update the commit status after sync. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f7efa0b86e36 - YARN-1411. HA config shouldn't affect NodeManager RPC addresses (Karthik Kambatla via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 620890fcc0fb - HDFS-5489. Use TokenAspect in WebHDFSFileSystem. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6141d2ed27f8 - HADOOP-10100. MiniKDC shouldn't use apacheds-all artifact. (rkanter via tucu) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1da81363fac4 - HADOOP-9955. RPC idle connection closing is extremely inefficient (daryn) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6ac4ac05f754 - YARN-1392: Add new files (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3858b9018e3c - YARN-1392. Allow sophisticated app-to-queue placement policies in the Fair Scheduler (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ea83f793733c - add .classpath, .project and .settings to svn:ignore. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ceea91c9cd8b - HDFS-5438. Flaws in block report processing can cause data loss. Contributed by Kihwal Lee. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1a76ccbbc47b - YARN-1401. With zero sleep-delay-before-sigkill.ms, no signal is ever sent (Gera Shegalov via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 43fa41fdeee5 - HDFS-5506. Use URLConnectionFactory in DelegationTokenFetcher. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88c4d4a7140b - MAPREDUCE-5616. MR Client-AppMaster RPC max retries on socket timeout is too high. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 797159bbd4f8 - YARN-1222. Make improvements in ZKRMStateStore for fencing (Karthik Kambatla via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 95a87caed0d2 - HADOOP-10094. NPE in GenericOptionsParser#preProcessForWindows(). Contributed by Enis Soztutar. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe67e30bc279 - HDFS-4995. Make getContentSummary less expensive. Contributed by Kihwal Lee. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bd5b23f4ce1f - HADOOP-10067 Missing POM dependency on jsr305 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3d95049f79fe - MAPREDUCE-5481. Enable uber jobs to have multiple reducers (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b771197ed585 - HDFS-5487. Introduce unit test for TokenAspect. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 735aae32e49a - HDFS-5504. In HA mode, OP_DELETE_SNAPSHOT is not decrementing the safemode threshold, leads to NN safemode. Contributed by Vinay. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | de9271686a9c - HDFS-5444. Choose default web UI based on browser capabilities. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3727ac9bde34 - HADOOP-10095. In CodecPool, synchronize pool and codecList separately in order to reduce lock contention. Contributed by Nicolas Liochon (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 732dc4413623 - Move HADOOP-9956 to correct release in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e43255302aa7 - HADOOP-9956. RPC listener inefficiently assigns connections to readers (daryn) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c02629f58568 - HADOOP-10078. KerberosAuthenticator always does SPNEGO. (rkanter via tucu) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f22b512203e0 - Move HDFS-5325 and HDFS-5488 from BUG-FIX to IMPROVEMENT in CHANGES.txt. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 01ccd4d3abf6 - MAPREDUCE-5624 Move grizzly-test and junit dependencies to test scope (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1a38b48026d5 - HDFS-5075 httpfs-config.sh calls out incorrect env script name (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ced740e5808b - HDFS-5474. Deletesnapshot can make Namenode in safemode on NN restarts. Contributed by Sathish. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4a0f804d5ed0 - MAPREDUCE-5431 Missing pom dependency in MR-client (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 70e464500b70 - HADOOP-9594 commons-math (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1c211f6749d2 - HDFS-5440. Extract the logic of handling delegation tokens in HftpFileSystem to the TokenAspect class. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3c591aa442d3 - HDFS-5366. recaching improvements (cmccabe) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 744506f34d29 - MAPREDUCE-5610. TestSleepJob fails in jdk7. Contributed by Jonathan Eagles (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e94ed91114e9 - MAPREDUCE-5613. DefaultSpeculator holds and checks hashmap that is alway empty (Gera Shegalov via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 39def496613e - HDFS-5485. add command-line support for modifyDirective (cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 656e859f5c8a - YARN-1386. NodeManager mistakenly loses resources and relocalizes them (Jason Lowe via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cccee537cb70 - HADOOP-10093. hadoop-env.cmd sets HADOOP_CLIENT_OPTS with a max heap size that is too small. Contributed by Shanyu Zhao. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9d0663171946 - HDFS-5450. better API for getting the cached blocks locations. Contributed by Andrew Wang. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ce35e0950cef - HDFS-5471. CacheAdmin -listPools fails when user lacks permissions to view all pools (Andrew Wang via Colin Patrick McCabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8162fdcdbc23 - HDFS-5425. Renaming underconstruction file with snapshots can make NN failure on restart. Contributed by Vinay and Jing Zhao. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 214fa10e52b7 - YARN-1400. yarn.cmd uses HADOOP_RESOURCEMANAGER_OPTS. Should be YARN_RESOURCEMANAGER_OPTS. Contributed by Raja Aluri. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eeda370249d3 - MAPREDUCE-1176. FixedLengthInputFormat and FixedLengthRecordReader (Mariappan Asokan and BitsOfInfo via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 455269cf9f54 - Move HDFS-5495 to 2.3.0 in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 646fcc8a560e - HDFS-5495. Remove further JUnit3 usages from HDFS. Contributed by Jarek Jarcec Cecho. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f10642a8fd9b - HDFS-5488. Clean up TestHftpURLTimeout. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 72c6d6255a86 - YARN-1387. RMWebServices should use ClientRMService for filtering applications (Karthik Kambatla via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5a5ba62a851f - YARN-1395. Distributed shell application master launched with debug flag can hang waiting for external ls process. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2b3e1abcda9f - HDFS-5467. Remove tab characters in hdfs-default.xml. Contributed by Shinichi Yamashita. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 38a3b925e9cd - MAPREDUCE-5186. mapreduce.job.max.split.locations causes some splits created by CombineFileInputFormat to fail. Contributed by Robert Parker and Jason Lowe (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9673baa7e8b4 - HDFS-5320. Add datanode caching metrics. Contributed by Andrew Wang. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ec9ec0084ecc - HDFS-5469. Add configuration property for the sub-directroy export path. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe08488a22f6 - HADOOP-10088. copy-nativedistlibs.sh needs to quote snappy lib dir. Contributed by Raja Aluri. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 25ebe6bfd703 - HDFS-5482. DistributedFileSystem#listPathBasedCacheDirectives must support relative paths. Contributed by Colin Patrick McCabe. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 37bc8e0c1446 - HDFS-5325. Remove WebHdfsFileSystem#ConnRunner. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e28015ed1b40 - YARN-1121. Changed ResourceManager's state-store to drain all events on shut-down. Contributed by Jian He. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a4bc1a62185a - HDFS-5371. Let client retry the same NN when dfs.client.test.drop.namenode.response.number is enabled. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f2ad787a2769 - HDFS-5476. Snapshot: clean the blocks/files/directories under a renamed file/directory while deletion. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 97199baea1c4 - HDFS-5394: Fix race conditions in DN caching and uncaching (cmccabe) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f79b3e6b1745 - HDFS-5326. add modifyDirective to cacheAdmin (cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3fccdec6e0a8 - HDFS-5364. Add OpenFileCtx cache. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 77afc605fd30 - HDFS-5468. CacheAdmin help command does not recognize commands (Stephen Chu via Colin Patrick McCabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9964a9438687 - HDFS-5443. Delete 0-sized block when deleting an under-construction file that is included in snapshot. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 16c6755554cc - HDFS-5252. Stable write is not handled correctly in someplace. Contributed by Brandon Li (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 87dc1b6553e6 - HADOOP-9660. Update CHANGES.txt. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bee6822441d1 - MAPREDUCE-5451. MR uses LD_LIBRARY_PATH which doesn't mean anything in Windows. Contributed by Yingda Chen. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 98aa1ae65e1d - move HADOOP-9623 to 2.2.1 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ab33d54fe3fa - HADOOP-9623. Update jet3t dependency to 0.9.0 (Amandeep Khurana via Colin Patrick McCabe) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6990355e577a - YARN-311. RM/scheduler support for dynamic resource configuration. (Junping Du via llu) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8639ecb26d47 - HDFS-5458. Datanode failed volume threshold ignored if exception is thrown in getDataDirsFromURIs. Contributed by Mike Mellenthin. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4550eac0998d - YARN-1374. Changed ResourceManager to start the preemption policy monitors as active services. Contributed by Karthik Kambatla. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a6250a4943d9 - HDFS-5427. Not able to read deleted files from snapshot directly under snapshottable dir after checkpoint and NN restart. Contributed by Vinay. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c47b3d75022e - HDFS-5456. NameNode startup progress creates new steps if caller attempts to create a counter for a step that doesn't already exist. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d12010e658cb - YARN-1388. Fair Scheduler page always displays blank fair share (Liyin Liang via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee279fb19bb3 - YARN-1323. Set HTTPS webapp address along with other RPC addresses in HAUtil (Karthik Kambatla via Sandy Ryza) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7abf7e815129 - HADOOP-9478. Fix race conditions during the initialization of Configuration related to deprecatedKeyMap (cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 833da65d8629 - HDFS-5344. Make LsSnapshottableDir as Tool interface implementation. Contributed by Sathish. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f607a8ddff9a - Move HDFS-5035 to 2.2.1 in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b7aca6bd909e - HADOOP-10079. log a warning message if group resolution takes too long (cmccabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3b91b7dece84 - HDFS-5037. Active NN should trigger its own edit log rolls. Contributed by Andrew Wang. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1606a76a5466 - MAPREDUCE-5604. TestMRAMWithNonNormalizedCapabilities fails on Windows due to exceeding max path length. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 86dc50c1ebb3 - MAPREDUCE-5601. ShuffleHandler fadvises file regions as DONTNEED even when fetch fails (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | da317f2ea5af - YARN-786. Expose application resource usage in RM REST API (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 30007fd686c1 - YARN-1290. Let continuous scheduling achieve more balanced task assignment (Wei Yan via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9aa2f51812e2 - HADOOP-9898. Set SO_KEEPALIVE on all our sockets. Contributed by Todd Lipcon. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9a204f8c51c6 - YARN-1381. Same relaxLocality appears twice in exception message of AMRMClientImpl#checkLocalityRelaxationConflict() (Ted Yu via Sandy Ryza) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9f4d4e27fb17 - YARN-891. Modified ResourceManager state-store to remember completed applications so that clients can get information about them post RM-restart. Contributed by Jian He. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 990dcae7174f - YARN-1343. NodeManagers additions/restarts are not reported as node updates in AllocateResponse responses to AMs. (tucu) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e42b17950e76 - HDFS-4633. Change attribution in CHANGES.txt to version 2.2.1. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b8f1d1350b1f - YARN-1321. Changed NMTokenCache to support both singleton and an instance usage. Contributed by Alejandro Abdelnur. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ff549faea0b3 - HDFS-5065. Change attribution in CHANGES.txt to version 2.2.1. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fc2a13c347f5 - YARN-1358. TestYarnCLI fails on Windows due to line endings. Contributed by Chuan Liu. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 218ef59d89a0 - YARN-1357. TestContainerLaunch.testContainerEnvVariables fails on Windows. Contributed by Chuan Liu. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6aeaef92763a - HDFS-5386. Add feature documentation for datanode caching. Contributed by Colin Patrick McCabe. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9c29b86cab8a - HDFS-5432. TestDatanodeJsp fails on Windows due to assumption that loopback address resolves to host name localhost. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 75a162ff92d3 - HDFS-5433. When reloading fsimage during checkpointing, we should clear existing snapshottable directories. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 87adffe8778f - YARN-1306. Clean up hadoop-sls sample-conf according to YARN-1228 (Wei Yan via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 68a79b0d3f18 - HDFS-5436. Move HsFtpFileSystem and HFtpFileSystem into org.apache.hdfs.web. (Contributed by Haohui Mai) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7dd201c541c8 - Fix inadvertent file changes made via r1536888 (bikas) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 03510d00f481 - YARN-1068. Add admin support for HA operations (Karthik Kambatla via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ac867c9ebc7 - move HDFS-4657 to branch-2.2.1 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c9643795c173 - MAPREDUCE-5598. TestUserDefinedCounters.testMapReduceJob is flakey. Contributed by Robert Kanter (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e0c99b80d47a - MAPREDUCE-5596. Allow configuring the number of threads used to serve shuffle connections. Contributed by Sandy Ryza (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defa7af4d3ef - YARN-1109. Demote NodeManager "Sending out status for container" logs to debug (haosdent via Sandy Ryza) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1b48f44feb33 - Merge HDFS-4949 branch back into trunk (11 years ago) +|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83609cd7fb7a - (weichiu/HDFS-4949, pbacsko/HDFS-4949, origin/HDFS-4949, JackWangCS/HDFS-4949, 9uapaw/HDFS-4949) merge trunk to hdfs-4949 branch (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / +| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dc2ee20aec7b - HDFS-5419. Fixup test-patch.sh warnings on HDFS-4949 branch. (wang) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e87b2a3684c5 - merge trunk into HDFS-4949 branch (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / +| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 222dbfe2ceea - HDFS-5405. Fix possible RetryCache hang for caching RPC handlers in FSNamesystem. (Contributed by Andrew Wang) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4004a42d53b1 - HDFS-5404 Resolve regressions in Windows compatibility on HDFS-4949 branch. Contributed by Chris Nauroth. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 69e5f90e9feb - HDFS-5385. Caching RPCs are AtMostOnce, but do not persist client ID and call ID to edit log. (Chris Nauroth via Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f9c08d02ebe4 - HDFS-5378. In CacheReport, don't send genstamp and length on the wire (Contributed by Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d61af9781086 - HDFS-5203. Concurrent clients that add a cache directive on the same path may prematurely uncache each other. (Chris Nauroth via Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1d96e3601312 - HDFS-5388. Loading fsimage fails to find cache pools during namenode startup (Chris Nauroth via Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dcb0b8533320 - HDFS-5383. fix broken caching unit tests (Andrew Wang) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | da1f4419e3cd - merge the rest of trunk to branch HDFS-4949 (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 34f08944b7c8 - merge trunk to branch HDFS-4949 (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 40c97caf1936 - add missing file for HDFS-5096 (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3cc7a38a53c8 - HDFS-5096. Automatically cache new data added to a cached path (contributed by Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8da82eba1c84 - HDFS-5373. hdfs cacheadmin -addDirective short usage does not mention -replication parameter. Contributed by Chris Nauroth. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2cf5084c322a - HDFS-5358: Add updated editsStored file for tests. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | af89caf9e4ff - HDFS-5359. Allow LightWeightGSet#Iterator to remove elements. (Contributed by Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | efe545b0c219 - HDFS-5358. Add replication field to PathBasedCacheDirective. (Contributed by Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15d08c477835 - HDFS-5349. DNA_CACHE and DNA_UNCACHE should be by blockId only (cmccabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 09e9e57a0bdc - HDFS-5348. Fix error message when dfs.datanode.max.locked.memory is improperly configured. (Contributed by Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8111c3af6b06 - HDFS-5224. Refactor PathBasedCache* methods to use a Path rather than a String. Contributed by Chris Nauroth. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3fc8792b5c75 - HDFS-5304. Expose if a block replica is cached in getFileBlockLocations. (Contributed by Andrew Wang) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 54801ba4f963 - Addenum for HDFS-5309, update binary edits again (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b60e18db743b - HDFS-5314. Do not expose CachePool type in AddCachePoolOp (Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 633b693517ec - HDFS-5309. Fix failing caching unit tests. (Andrew Wang) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eb2175db1a99 - HDFS-5190. Move cache pool related CLI commands to CacheAdmin. (Contributed by Andrew Wang) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | af1ac9a5e8d8 - HDFS-5119. Persist CacheManager state in the edit log. (Contributed by Andrew Wang) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 89c147d46f6b - HDFS-5266. Addendum for addressing Findbugs warnings for lack of hashCode method and lack of null check in equals. Contributed by Chris Nauroth. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8f17d645273a - HDFS-5266. ElasticByteBufferPool#Key does not implement equals. Contributed by Chris Nauroth. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9a361c582150 - HDFS-5191. Revisit zero-copy API in FSDataInputStream to make it more intuitive (Contributed by Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 552e081a071e - Delete a file for HDFS-5236. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a0d9a155a4a4 - HDFS-5236. Change PathBasedCacheDirective APIs to be a single value rather than batch. (Contributed by Andrew Wang) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aae86e4f3f41 - merge changes from trunk to HDFS-4949 branch (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e202d4d1548a - HDFS-5213. Separate PathBasedCacheEntry and PathBasedCacheDirectiveWithId. Contributed by Colin Patrick McCabe. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 85c203602993 - HDFS-5210. Fix some failing unit tests on HDFS-4949 branch. (Contributed by Andrew Wang) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 68ec07cadef3 - HDFS-5197. Document dfs.cachereport.intervalMsec in hdfs-default.xml. Contributed by Chris Nauroth. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 50af34f778f9 - HDFS-5201. NativeIO: consolidate getrlimit into NativeIO#getMemlockLimit. (Contributed by Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 40eb94ade316 - HDFS-5053. NameNode should invoke DataNode APIs to coordinate caching. (Andrew Wang) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1a1f49fa4f16 - HDFS-5195. Prevent passing null pointer to mlock and munlock. Contributed by Chris Nauroth. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2f8297215fff - HDFS-5198. NameNodeRpcServer must not send back DNA_FINALIZE in reply to a cache report. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 02e0e158a26f - HDFS-5158. Add command-line support for manipulating cache directives (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3a9cd79e9ddd - HDFS-5120. Add command-line support for manipulating cache pools. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7a74ca3694f6 - HDFS-5169. hdfs.c: translateZCRException: null pointer deref when translating some exceptions (Contributed by Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f41f8b8842c3 - HDFS-5163. Miscellaneous cache pool RPC fixes (Contributed by Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d56d0b46e1b8 - commit correct version of HDFS-5121 (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 97b7267977ef - HDFS-5121. Add RPCs for creating and manipulating cache pools. (Contributed by Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fde0e615f26a - Add missing file from HDFS-5141 (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fc14a92c6b46 - HDFS-5141. Add cache status information to datanode heartbeat. (Contributed by Andrew Wang) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b992219fa13c - HDFS-5050. Add DataNode support for mlock and munlock (contributed by Andrew Wang) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 920b4cc06f1b - HDFS-5052. Add cacheRequest/uncacheRequest support to NameNode. (Contributed by Colin Patrick McCabe.) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a99edd1f4034 - Add CHANGES.txt for HDFS-4953 (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 67f86baab0c8 - HDFS-4953. Enable HDFS local reads via mmap. Contributed by Colin Patrick McCabe. (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dd00bb71aacc - merge trunk into HDFS-4949 branch (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 70527c875456 - merge trunk into HDFS-4949 branch (11 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 52ccc6c6d539 - HDFS-5051. Propagate cache status information from the DataNode to the NameNode (Andrew Wang via Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2a4031940c6f - HDFS-5049. Add JNI mlock support. (Andrew Wang via Colin Patrick McCabe) (11 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6ab50f8c3cd3 - create branch for HDFS-4949 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 84cec3c80586 - MAPREDUCE-4680. Job history cleaner should only check timestamps of files in old enough directories (Robert Kanter via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a2d81e3017bd - HDFS-5413. hdfs.cmd does not support passthrough to any arbitrary class. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 22593df5c300 - YARN-1349. yarn.cmd does not support passthrough to any arbitrary class. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b623e188c90c - YARN-1022. Unnecessary INFO logs in AMRMClientAsync (haosdent via bikas) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7e820b9965d2 - HADOOP-10072. TestNfsExports#testMultiMatchers fails due to non-deterministic timing around cache expiry check. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b4a5476d9527 - YARN-1333: Add missing file SchedulerAppUtils (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 025f17194722 - YARN-1333. Support blacklisting in the Fair Scheduler (Tsuyoshi Ozawa via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5829029154b8 - HDFS-5257. addBlock() retry should return LocatedBlock with locations else client will get AIOBE. Contributed by Vinay. (11 years ago) +| |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 05f35518f19d - HDFS-5171. NFS should create input stream for a file and try to share it with multiple read requests. Contributed by Haohui Mai (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6772d07fdc0a - YARN-1335. Move duplicate code from FSSchedulerApp and FiCaSchedulerApp into SchedulerApplication (Sandy Ryza) (11 years ago) +| |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b3195f1283c4 - HADOOP-10064. Upgrade to maven antrun plugin version 1.7 (Arpit Agarwal via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bf3271bd2b3b - HDFS-5341. Reduce fsdataset lock duration during directory scanning. Contributed by Qus-Jiawei. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1387fb1394bb - HDFS-5363. Refactor WebHdfsFileSystem: move SPENGO-authenticated connection creation to URLConnectionFactory. Contributed by Haohui Mai. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f09c52bb7c0d - HADOOP-9016. HarFsInputStream.skip(long) must never return negative value. (Ivan A. Veselovsky via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 82ed72d1d4f7 - HDFS-5403. WebHdfs client cannot communicate with older WebHdfs servers post HDFS-5306. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 776deafb4c7b - HADOOP-9598. Improve code coverage of RMAdminCLI (Aleksey Gorshkov and Andrey Klochkov via jeagles) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 116b459d2299 - YARN-1305. RMHAProtocolService#serviceInit should handle HAUtil's IllegalArgumentException (Tsuyoshi Ozawa via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3baff29b8cf5 - YARN-1330. Fair Scheduler: defaultQueueSchedulingPolicy does not take effect (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 298bddf00bb8 - MAPREDUCE-5561. org.apache.hadoop.mapreduce.v2.app.job.impl.TestJobImpl testcase failing on trunk. Contributed by Karthik Kambatla (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 66aa806305ce - YARN-1183. MiniYARNCluster shutdown takes several minutes intermittently (Andrey Klochkov via jeagles) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d45ca49e3d0e - HDFS-5400. DFS_CLIENT_MMAP_CACHE_THREAD_RUNS_PER_TIMEOUT constant is set to the wrong value (Colin Patrick McCabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 755def8fe9bc - YARN-1315. TestQueueACLs should also test FairScheduler (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 725e01335969 - YARN-1331. yarn.cmd exits with NoClassDefFoundError trying to run rmadmin or logs. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8ad510bb9379 - HADOOP-9291. enhance unit-test coverage of package o.a.h.metrics2 (Ivan A. Veselovsky via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | df87ed34f2b1 - HDFS-4885. Improve the verifyBlockPlacement() API in BlockPlacementPolicy. Contributed by Junping Du (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4380e480ce2a - HDFS-5347. Add HDFS NFS user guide. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fc99f3e8a395 - HDFS-5382. Implement the UI of browsing filesystems in HTML 5 page. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dc523bd18247 - YARN-1288. Make Fair Scheduler ACLs more user friendly (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 65a9e3aa0071 - YARN-1258: Move to 2.2.1 in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 881d1d5c7e28 - Reverting "YARN-1258: Move to 2.2.1 in CHANGES.txt" because it contained unintended changes (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 65bda6d168e4 - YARN-1258: Move to 2.2.1 in CHANGES.txt (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7fd914880024 - HDFS-5331 make SnapshotDiff.java to a o.a.h.util.Tool interface implementation. Contributed by Vinay. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7f97fd131981 - YARN-1185. Fixed FileSystemRMStateStore to not leave partial files that prevent subsequent ResourceManager recovery. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | e86f4a2e25c7 - HDFS-5276. FileSystem.Statistics should use thread-local counters to avoid multi-threaded performance issues on read/write. (Colin Patrick McCabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2baa42dd0183 - MAPREDUCE-5587. TestTextOutputFormat fails on JDK7 (jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d637a3a9932 - MAPREDUCE-5457. Add a KeyOnlyTextOutputReader to enable streaming to write out text files without separators (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | f3043374ff15 - HDFS-5365. Move attribution to 2.2.1 in CHANGES.txt. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4d5a66f4b015 - HDFS-5365. Fix libhdfs compile error on FreeBSD9. Contributed by Radim Kolar. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | a19b95697511 - HDFS-4511. Cover package org.apache.hadoop.hdfs.tools with unit test (Andrey Klochkov via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 631ccbdd2031 - HDFS-5374. Remove deadcode in DFSOutputStream. Contributed by Suresh Srinivas. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | f79cbb9ba686 - HADOOP-10055. FileSystemShell.apt.vm doc has typo "numRepicas". Contributed by Akira Ajisaka. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 1fde8bcc851b - HDFS-5336. DataNode should not output StartupProgress metrics. Contributed by Akira Ajisaka. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 9d24715a89e2 - HDFS-5379. Update links to datanode information in dfshealth.html. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | c4e57ee4c3a0 - HDFS-5375. hdfs.cmd does not expose several snapshot commands. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 909ab360c0cb - HDFS-5334. Implement dfshealth.jsp in HTML pages. Contributed by Haohui Mai. (11 years ago) +| |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / +|/| | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | 76c49b6e952d - Move HDFS-5360 to 2.2.1 in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 1ba58e2e2c77 - HDFS-4376. Fix race conditions in Balancer. Contributed by Junping Du (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | e432b4fe5e39 - HDFS-5360. Improvement of usage message of renameSnapshot and deleteSnapshot. Contributed by Shinichi Yamashita. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | b838776163e0 - HADOOP-9078. enhance unit-test coverage of class org.apache.hadoop.fs.FileContext (Ivan A. Veselovsky via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | a0fc90ea92c3 - HDFS-5346. Avoid unnecessary call to getNumLiveDataNodes() for each block during IBR processing. Contributed by Ravi Prakash. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | dea1b2e84aed - HADOOP-10005. No need to check INFO severity level is enabled or not. Contributed by Jackie Chang. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | f28f5ed62861 - HDFS-5370. Typo in Error Message: different between range in condition and range in error message. Contributed by Kousuke Saruta. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 74a2191aae7e - MAPREDUCE-5586. TestCopyMapper#testCopyFailOnBlockSizeDifference fails when run from hadoop-tools/hadoop-distcp directory (jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | b468160e7797 - HADOOP-9897. Add method to get path start position without drive specifier in o.a.h.fs.Path. Contributed by Binglin Chang. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | 034039b917f4 - MAPREDUCE-5585. TestCopyCommitter#testNoCommitAction Fails on JDK7 (jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | c46525ef2734 - Add TestOpenFilesWithSnapshot.java for HDFS-5283. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | ffe347151e0a - HDFS-5283. Under construction blocks only inside snapshots should not be counted in safemode threshhold. Contributed by Vinay (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 2145486ea97b - HDFS-5130. Add test for snapshot related FsShell and DFSAdmin commands. Contributed by Binglin Chang. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | a9befa6f0a8a - HDFS-5330. fix readdir and readdirplus for large directories. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 6a55ed333a80 - YARN-1295. In UnixLocalWrapperScriptBuilder, using bash -c can cause Text file busy errors. (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 98b29a362188 - HADOOP-100046. Print a log message when SSL is enabled (David S. Wang via wang) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 0a5f0efcb4c9 - HDFS-5338. Add a conf to disable hostname check in datanode registration. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 4407d5f65f11 - MAPREDUCE-5518. Fixed typo "can't read paritions file". Contributed by Albert Chu. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 258c181ade54 - HDFS-5352. Server#initLog() doesn't close InputStream in httpfs. Contributed by Ted Yu. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 86b5f80e8c2c - HADOOP-10040. Correct native.vcxproj for inclusion of lz4hc.c. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 989db9ee556e - YARN-1182. MiniYARNCluster creates and inits the RM/NM only on start() (Karthik Kambatla via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | cd7e7c3cdd71 - YARN-1259. In Fair Scheduler web UI, queue num pending and num active apps switched. (Robert Kanter via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | cf0cf0a69102 - HDFS-5342. Provide more information in the FSNamesystem JMX interfaces. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | ed45d97ed776 - MAPREDUCE-5546. mapred.cmd on Windows set HADOOP_OPTS incorrectly. Contributed by Chuan Liu. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 87d7fae5c62a - HADOOP-9494. Excluded auto-generated and examples code from clover reports (Andrey Klochkov via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | edabf898d776 - HADOOP-10040. Correct merge error on native.vcxproj. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | cb26a58c2a5b - HADOOP-10040. svn propset to native line endings on Windows files. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 11716cf390c3 - HADOOP-10040. Revert svn propset for CRLF line endings on Windows files. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 6a1929fe31c2 - MAPREDUCE-5463. Deprecate SLOTS_MILLIS counters. (Tzuyoshi Ozawa via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 2caa8998829e - YARN-305. Fair scheduler logs too many "Node offered to app" messages. (Lohit Vijayarenu via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | f2745babf34f - MAPREDUCE-5329. Allow MR applications to use additional AuxServices, which are compatible with the default MapReduce shuffle. Contributed by Avner BenHanoch. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 7cd044b1aa03 - HDFS-5329. Update FSNamesystem#getListing() to handle inode path in startAfter token. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | b83364d1c7b8 - Workaround git eol hell (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 0840906699bf - Fix typo (HDFS-5276 -> HDFS-5267) in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | bbac0cf05e50 - HADOOP-10040. hadoop.cmd in UNIX format and would not run by default on Windows. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 5bed5bb829ab - YARN-1044. used/min/max resources do not display info in the scheduler page (Sangjin Lee via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | f7eaacc10334 - HDFS-5322. HDFS delegation token not found in cache errors seen on secure HA clusters. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 335923be6f1d - Delete fair-scheduler-allocation.xml for YARN-1300 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 156b9f2e88fd - YARN-1300. SLS tests fail because conf puts YARN properties in fair-scheduler.xml (Ted Yu via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 1d07c5cf1794 - Move HDFS-5276 to 2.3.0 in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | d0aaa5ba9faa - HDFS-5276. Remove volatile from LightWeightHashSet. (Junping Du via llu) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 735d8b27f78e - YARN-7. Support CPU resource for DistributedShell. (Junping Du via llu) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 0387ec792f37 - HADOOP-10039. Add Hive to the list of projects using AbstractDelegationTokenSecretManager. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | f2f5cdb5554d - HDFS-5335. Hive query failed with possible race in dfs output stream. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | f218527fff9f - YARN-1265. Fair Scheduler chokes on unhealthy node reconnect (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 4f0089621c56 - HADOOP-10029. Specifying har file to MR job fails in secure cluster. Contributed by Suresh Srinivas. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 22b332ff46b9 - YARN-879. Fixed tests w.r.t o.a.h.y.server.resourcemanager.Application. Contributed by Junping Du. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 7429debd866b - HDFS-5337. should do hsync for a commit request even there is no pending writes. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | a75794567bd0 - HADOOP-10031. FsShell -get/copyToLocal/moveFromLocal should support Windows local path. Contributed by Chuan Liu. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 9b9ddf29e28f - YARN-1283. Fixed RM to give a fully-qualified proxy URL for an application so that clients don't need to do scheme-mangling. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 00395a006468 - MAPREDUCE-5102. fix coverage org.apache.hadoop.mapreduce.lib.db and org.apache.hadoop.mapred.lib.db. Contributed by Aleksey Gorshkov, Andrey Klochkov, and Nathan Roberts (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | b8ae4e2a8e79 - HDFS-5323. Remove some deadcode in BlockManager (Colin Patrick McCabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | a184fceddcb3 - Amending yarn CHANGES.txt moving YARN-1284 to 2.2.1 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 7b7caa1e56f6 - MAPREDUCE-5569. FloatSplitter is not generating correct splits. Contributed by Nathan Roberts (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | f6a2cac32125 - HDFS-4510. Cover classes ClusterJspHelper/NamenodeJspHelper with unit tests. Contributed by Andrey Klochkov. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | b858b812b73a - HADOOP-9470. eliminate duplicate FQN tests in different Hadoop modules (Ivan A. Veselovsky via daryn) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 643b1a401968 - YARN-1258. Allow configuring the Fair Scheduler root queue (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 389d846e775e - Fix position of YARN-461 in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 00388655e569 - YARN-976. Document the meaning of a virtual core. (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 5a87d8936698 - Add missing file TestCgroupsLCEResourcesHandler for YARN-1284. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 726c3538a7f0 - YARN-1284. LCE: Race condition leaves dangling cgroups entries for killed containers. (Alejandro Abdelnur via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | b7e885435ada - HADOOP-10030. FsShell -put/copyFromLocal should support Windows local path. Contributed by Chuan Liu. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 5c02d2f62251 - HDFS-5281. COMMIT request should not block. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | db8bf2e0a354 - HADOOP-9199. Cover package org.apache.hadoop.io with unit tests (Andrey Klochkov via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 09998741ac3b - HDFS-5316. Namenode ignores the default https port. Contributed by Haohui Mai (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 418773f44ef2 - Moving recent bug-fixes to hadoop-2.2.1. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 61c1dd96c3b5 - HDFS-5317. Go back to DFS Home link does not work on datanode webUI. Contributed by Haohui Mai (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 1fe194232885 - HDFS-5291. Standby namenode after transition to active goes into safemode. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 4e46d2066efa - HADOOP-10028. Malformed ssl-server.xml.example. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 3de419a47838 - YARN-465. fix coverage org.apache.hadoop.yarn.server.webproxy. Contributed by Aleksey Gorshkov and Andrey Klochkov (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 267a606831f9 - HDFS-5307. Support both HTTP and HTTPS in jsp pages. Contributed by Haohui Mai (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | bac6515f968f - Release notes for hadoop-2.2.0. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | b8f1cf31926d - HDFS-4817. Moving changelog to Release 2.2.0 section to reflect the backport. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 43c7a834dcc6 - Preparing for hadoop-2.2.0 release. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | caa4abd30cfc - HDFS-5259. Support client which combines appended data with old data before sends it to NFS server. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | f0799c55360e - MAPREDUCE-5562. Fixed MR App Master to perform pending tasks like staging-dir cleanup, sending job-end notification correctly when unregister with RM fails. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 21181b655314 - YARN-1277. Added a policy based configuration for http/https in common HttpServer and using the same in YARN - related to per project https config support via HADOOP-10022. Contributed by Suresh Srinivas and Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 7317e97bd72c - HDFS-5299. DFS client hangs in updatePipeline RPC when failover happened. Contributed by Vinay. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 44f7ee7192d1 - YARN-1278. Fixed NodeManager to not delete local resources for apps on resync command from RM - a bug caused by YARN-1149. Contributed by Hitesh Shah. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | cb5a51565a70 - HADOOP-10017. Fix NPE in DFSClient#getDelegationToken when doing Distcp from a secured cluster to an insecured cluster. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 8e0804666189 - HDFS-5306. Datanode https port is not available at the namenode. Contributed by Suresh Srinivas. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 52b0ce35655b - YARN-1274. Fixed NodeManager's LinuxContainerExecutor to create user, app-dir and log-dirs correctly even when there are no resources to localize for the container. Contributed by Siddharth Seth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 5e2d93b4d366 - YARN-1090. Fixed CS UI to better reflect applications as non-schedulable and not as pending. Contributed by Jian He. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | d55f3780fbf9 - YARN-1032. Fixed NPE in RackResolver. Contributed by Lohit Vijayarenu. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 25361d56cf82 - Fix location of YARN-1268 in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 54e54d45b3e5 - YARN-1268. TestFairScheduer.testContinuousScheduling is flaky (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | cae1ed9f6c43 - HDFS-5308. Replace HttpConfig#getSchemePrefix with implicit schemes in HDFS JSP. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | be3edccf0acf - YARN-1273. Fixed Distributed-shell to account for containers that failed to start. Contributed by Hitesh Shah. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 0a887a091023 - YARN-1254. Fixed NodeManager to not pollute container's credentials. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | fc23fd312174 - YARN-1167. Fixed Distributed Shell to not incorrectly show empty hostname on RM UI. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | f104665f7ed8 - YARN-1251. TestDistributedShell#TestDSShell failed with timeout. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 80c5bffc4b6b - YARN-1253. Changes to LinuxContainerExecutor to run containers as a single dedicated user in non-secure mode. (rvs via tucu) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 8549c3491735 - HADOOP-9225. Cover package org.apache.hadoop.compress.Snappy. Contributed by Vadim Bondarev, Andrey Klochkov and Nathan Roberts (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 3c1f18de4353 - HDFS-5300. FSNameSystem#deleteSnapshot() should not check owner in case of permissions disabled. Contributed by Vinay. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | cbab04727bf2 - YARN-1232. Configuration to support multiple RMs (Karthik Kambatla via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | d4324eef1478 - MAPREDUCE-5533. Fixed MR speculation code to track any TaskAttempts that aren't heart-beating for a while, so that we can aggressively speculate instead of waiting for task-timeout. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 6be30a7799fa - YARN-1219. FSDownload changes file suffix making FileUtil.unTar() throw exception. Contributed by Shanyu Zhao. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 65cd7bf6b120 - MAPREDUCE-5442. $HADOOP_MAPRED_HOME/$HADOOP_CONF_DIR setting not working on Windows. Contributed by Yingda Chen. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 6ff600d9e349 - YARN-1131. logs command should return an appropriate error message if YARN application is still running. Contributed by Siddharth Seth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | d8ea364d07f7 - YARN-1271. Text file busy errors launching containers again (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | cc76f70fe31f - Addendum for missing file YARN-1256. NM silently ignores non-existent service in StartContainerRequest (Xuan Gong via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | d3841bd4997a - YARN-1149. NM throws InvalidStateTransitonException: Invalid event: APPLICATION_LOG_HANDLING_FINISHED at RUNNING. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 8ebf37f3691d - YARN-1256. NM silently ignores non-existent service in StartContainerRequest (Xuan Gong via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | ac2cdb5f6586 - YARN-1236. FairScheduler setting queue name in RMApp is not working. (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 1608d8b5275d - YARN-621. Changed YARN web app to not add paths that can cause duplicate additions of authenticated filters there by causing kerberos replay errors. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 79a11ce09df3 - YARN-890. Ensure CapacityScheduler doesn't round-up metric for available resources. Contributed by Xuan Gong & Hitesh Shah. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | fb3f338c652b - MAPREDUCE-5489. MR jobs hangs as it does not use the node-blacklisting feature in RM requests (Zhijie Shen via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 7b687dda098c - YARN-1199. Make NM/RM Versions Available (Mit Desai via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | dbdb8c6f1f6b - Revert YARN-677. Increase coverage to FairScheduler (Vadim Bondarev and Dennis Y via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 2db1d4d4ee78 - YARN-1213. Restore config to ban submitting to undeclared pools in the Fair Scheduler. (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 65a55f2294cc - HDFS-5289. Race condition in TestRetryCacheWithHA#testCreateSymlink causes spurious test failure. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 86cc60c43b65 - YARN-876. Node resource is added twice when node comes back from unhealthy. (Peng Zhang via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 90a5dc34f7be - MAPREDUCE-5554. hdfs-site.xml included in hadoop-mapreduce-client-jobclient tests jar is breaking tests for downstream components (Robert Kanter via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | ed7278c59aa1 - YARN-425. coverage fix for yarn api (Aleksey Gorshkov via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 0a6e275ee336 - YARN-1141. Updating resource requests should be decoupled with updating blacklist (Zhijie Shen via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 3c7813bbad3f - MAPREDUCE-5459. Update documentation on how to run MRv1 examples on YARN. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | d9610d5299cb - HADOOP-9254. Cover packages org.apache.hadoop.util.bloom, org.apache.hadoop.util.hash. Contributed by Vadim Bondarev (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 07ee20503841 - MAPREDUCE-5530. Fix compat with hadoop-1 in mapred.lib.CombinFileInputFormat by re-introducing isSplittable(FileSystem, Path) api and ensuring semantic compatibility. Contributed by Robert Kanter. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | d14584dec524 - YARN-677. Increase coverage to FairScheduler (Vadim Bondarev and Dennis Y via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 97a8ebe849b5 - HADOOP-9063. enhance unit-test coverage of class org.apache.hadoop.fs.FileUtil. Contributed by Ivan A. Veselovsky (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | cb44a4b850e9 - YARN-1260. Added webapp.http.address to yarn-default.xml so that default install with https enabled doesn't have broken link on NM UI. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | fc5bd930df79 - HDFS-5279. Guard against NullPointerException in NameNode JSP pages before initialization of FSNamesystem. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 703838c59841 - HADOOP-10012. Secure Oozie jobs fail with delegation token renewal exception in Namenode HA setup. Contributed by Daryn Sharp and Suresh Srinivas. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | c7cd620fa4df - HADOOP-8315. Support SASL-authenticated ZooKeeper in ActiveStandbyElector. Contributed by Todd Lipcon (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | dd0fb6d75c06 - move HADOOP-9758 to the branch-2.1.2 section (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | b99d1604371e - HDFS-5255. Distcp job fails with hsftp when https is enabled in insecure cluster. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 4e9c652c5200 - HADOOP-10003. HarFileSystem.listLocatedStatus() fails. Contributed by Jason Dere and suresh. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 82f4348f27a7 - MAPREDUCE-5536. Fixed MR AM and JHS to respect mapreduce.jobhistory.webapp.https.address. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 4b9fa6af9d96 - YARN-1262. TestApplicationCleanup relies on all containers assigned in a single heartbeat (Karthik Kambatla via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 85a1bd107a44 - YARN-1215. Correct CHANGES.txt. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | db06f1bcb982 - MAPREDUCE-4421. Run MapReduce framework via the distributed cache. Contributed by Jason Lowe (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | b2a7811fe79e - YARN-1215. Yarn URL should include userinfo. Contributed by Chuan Liu. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | aa2745abe596 - YARN-1228. Clean up Fair Scheduler configuration loading. (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | cc8a0cab59e9 - MAPREDUCE-5544. JobClient#getJob loads job conf twice. (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | ae05623a7580 - YARN-1010. FairScheduler: decouple container scheduling from nodemanager heartbeats. (Wei Yan via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 4fe912df9cd5 - HDFS-4512. Cover package org.apache.hadoop.hdfs.server.common with tests. Contributed by Vadim Bondarev. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 9c24615ae6a8 - MAPREDUCE-5551. Fix compat with hadoop-1 in SequenceFileAsBinaryOutputFormat.WritableValueBytes by re-introducing missing constructors. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 74d20250ffe1 - YARN-1070. Fixed race conditions in NodeManager during container-kill. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 84e4e4b14373 - YARN-1247. test-container-executor has gotten out of sync with the changes to container-executor. (rvs via tucu) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 6d5577fe7be1 - HDFS-4517. Cover class RemoteBlockReader with unit tests. Contributed by Vadim Bondarev and Dennis Y. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 09bb12c39489 - YARN-1221. With Fair Scheduler, reserved MB reported in RM web UI increases indefinitely (Siqi Li via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | 25cdbdb71a65 - HDFS-5230. Introduce RpcInfo to decouple XDR classes from the RPC API. Contributed by Haohui Mai (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | d2e73b27757f - HADOOP-9964. Fix deadlocks in TestHttpServer by synchronize ReflectionUtils.printThreadInfo. (Junping Du via llu) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | e4154fc83a5c - HDFS-5256. Use guava LoadingCache to implement DFSClientCache. Contributed by Haohui Mai (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 1c5b49eeafc2 - YARN-899. Added back queue level administrator-acls so that there is no regression w.r.t 1.x. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | aa12a7914fc6 - MAPREDUCE-5538. Fixed MR AppMaster to send job-notification URL only after the job is really done - a bug caused by MAPREDUCE-5505. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 4ce930ea444d - YARN-1246. Added application finish-status to ApplicationSummary for the sake of testing given ApplicationHistoryServer is not yet ready. Contributed by Arpit Gupta. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 990e49455629 - HADOOP-8545 findbugs patches from the final -037 patch (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 42b6cadd7633 - HADOOP-10006. Compilation failure in trunk for o.a.h.fs.swift.util.JSONUtil (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | eccdb9aa8bcd - HDFS-5260. Merge zero-copy memory-mapped HDFS client reads to trunk and branch-2. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | b2e174c9a502 - HDFS-5265. Namenode fails to start when dfs.https.port is unspecified. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 027419832c11 - HDFS-5268. NFS write commit verifier is not set in a few places. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 58b08e11b9f0 - YARN-1021. Yarn Scheduler Load Simulator. (ywskycn via tucu) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | a40810d267c2 - MAPREDUCE-5529. Fix compat with hadoop-1 in mapred.TotalOrderPartitioner by re-introducing (get,set)PartitionFile which takes in JobConf. Contributed by Robert Kanter. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 711abc3827e0 - MAPREDUCE-5545. org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testCommitWindow times out. Contributed by Robert Kanter (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 58f40d3bf4b1 - MAPREDUCE-5531. Fix compat with hadoop-1 in mapreduce.(TaskID, TaskAttemptID) by re-introducing missing constructors. Contributed by Robert Kanter. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 2627e352d630 - MAPREDUCE-5332. Support token-preserving restart of history server. Contributed by Jason Lowe (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | 3caca924bc72 - HADOOP-8545. Filesystem Implementation for OpenStack Swift (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 96c11fe6021c - MAPREDUCE-5514. Fix TestRMContainerAllocator. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | | c2634123c375 - Delete the missed file in r1525104 (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | cf3d8b228695 - MAPREDUCE-5513. ConcurrentModificationException in JobControl. Contributed by Robert Parker (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | 4402e2fceff5 - HADOOP-9976. Different versions of avro and avro-maven-plugin (Karthik Kambatla via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | 5a15c392a1a1 - YARN-819. ResourceManager and NodeManager should check for a minimum allowed version (Robert Parker via jeagles) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | 7e73b9cde6b3 - MAPREDUCE-5525. Increase timeout of TestDFSIO.testAppend and TestMRJobsWithHistoryService.testJobHistoryData. Contributed by Chuan Liu. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | ae501ceeb70c - HDFS-5186. TestFileJournalManager fails on Windows due to file handle leaks. Contributed by Chuan Liu. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | 269eb42b2f41 - HDFS-5258. Skip tests in TestHDFSCLI that are not applicable on Windows. Contributed by Chuan Liu. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | b8f481815b4f - HADOOP-9948. Add a config value to CLITestHelper to skip tests on Windows. Contributed by Chuan Liu. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | 8a66e493ba03 - HADOOP-9998. Provide methods to clear only part of the DNSToSwitchMapping. (Junping Du via Colin Patrick McCabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | 476eca47b52b - MAPREDUCE-5170. Fixed a wrong log message in CombineFileInputFormat class. Contributed by Sangjin Lee. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | db5322695a77 - YARN-1157. Fixed ResourceManager UI to behave correctly when apps like distributed-shell do not set tracking urls. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | | f2e6091bb2c3 - HDFS-5041. Add the time of last heartbeat to dead server Web UI. Contributed by Shinichi Yamashita (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | fb48b6cdc9d9 - MAPREDUCE-5503. Fixed a test issue in TestMRJobClient. Contributed by Jian He. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | 42c3cd3d137b - YARN-49. Improve distributed shell application to work on a secure cluster. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | 35820262045d - HDFS-5246. Make Hadoop nfs server port and mount daemon port configurable. Contributed by Jinghui Wang (11 years ago) +* | | | | | | | | | | | | | | | | | | | | 464470e715c9 - HADOOP-9981. globStatus should minimize its listStatus and getFileStatus calls. (Contributed by Colin Patrick McCabe) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | 1a8b7eb656a2 - Move CHANGES.txt entry for HADOOP-9761 (11 years ago) +* | | | | | | | | | | | | | | | | | | | | 43bb7c8d5293 - HADOOP-9776. HarFileSystem.listStatus() returns invalid authority if port number is empty. Contributed by Shanyu Zhao. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | 929f96ee14b9 - YARN-1214. Register ClientToken MasterKey in SecretManager after it is saved (Jian He via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | 524dad110994 - MAPREDUCE-5505. Clients should be notified job finished only after job successfully unregistered (Zhijie Shen via bikas) (11 years ago) +* | | | | | | | | | | | | | | | | | | | | 10a4289ebfe8 - YARN-1229. Define constraints on Auxiliary Service names. Change ShuffleHandler service name from mapreduce.shuffle to mapreduce_shuffle. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | 78e995a37d44 - YARN-1204. Added separate configuration properties for https for RM and NM without which servers enabled with https will also start on http ports. Contributed by Omkar Vinit Joshi. MAPREDUCE-5523. Added separate configuration properties for https for JHS without which even when https is enabled, it starts on http port itself. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | 5827d1667cf9 - HDFS-5228. The RemoteIterator returned by DistributedFileSystem.listFiles may throw NullPointerException. Contributed by szetszwo and cnauroth (11 years ago) +* | | | | | | | | | | | | | | | | | | | | b838ac89a673 - HDFS-5251. Race between the initialization of NameNode and the http server. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | | | e3088e4aef8c - HDFS-5249. Fix dumper thread which may die silently. Contributed by Brandon Li (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | 28e3d0923097 - HDFS-4971. Move IO operations out of locking in OpenFileCtx. Contributed by Jing Zhao and Brandon Li. (11 years ago) +* | | | | | | | | | | | | | | | | | | | 743d8ae055a9 - MAPREDUCE-5522. Incorrect oreder expected from JobQueueInfo (Jinghui Wang via bobby) (11 years ago) +* | | | | | | | | | | | | | | | | | | | be565473da7b - HDFS-5139. Remove redundant -R option from setrep (update CHANGES.txt). (11 years ago) +* | | | | | | | | | | | | | | | | | | | eef16dadaf8e - HDFS-5139. Remove redundant -R option from setrep. (11 years ago) +* | | | | | | | | | | | | | | | | | | | 0bdeb7d143e1 - HADOOP-9977. Hadoop services won't start with different keypass and keystorepass when https is enabled. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | | | | | | | | 7094738d84c6 - HDFS-5240. Separate formatting from logging in the audit logger API (daryn) (11 years ago) +* | | | | | | | | | | | | | | | | | | | 3dfadca6f5a6 - HDFS-5239. Allow FSNamesystem lock fairness to be configurable (daryn) (11 years ago) +* | | | | | | | | | | | | | | | | | | | 3175cf17c7fd - Fix credit for YARN-1188 (11 years ago) +* | | | | | | | | | | | | | | | | | | | 6d030abe8cb0 - YARN-1188. The context of QueueMetrics becomes default when using FairScheduler (Akira Ajisaka via Sandy Ryza) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | 9f6cf60ae043 - YARN-1128. FifoPolicy.computeShares throws NPE on empty list of Schedulables (Karthik Kambatla via Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | | ab22245dc84a - HDFS-5231. Fix broken links in the document of HDFS Federation. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | | d8d3d3eaed15 - HDFS-5234 Move RpcFrameDecoder out of the public API. Contributed by Haohui Mai (11 years ago) +* | | | | | | | | | | | | | | | | | | 13420d01f2fb - YARN-1203. Changed YARN web-app proxy to handle http and https URLs from AM registration and finish correctly. Contributed by Omkar Vinit Joshi. MAPREDUCE-5515. Fixed MR AM's webapp to depend on a new config mapreduce.ssl.enabled to enable https and disabling it by default as MR AM needs to set up its own certificates etc and not depend on clusters'. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | | | | | | | | | af78fd729c3b - MAPREDUCE-5488. Changed MR client to keep trying to reach the application when it sees that on attempt's AM is down. Contributed by Jian He. (11 years ago) +* | | | | | | | | | | | | | | | | | | 6b1f5073a7c5 - MAPREDUCE-5504. mapred queue -info inconsistent with types (Kousuke Saruta via tgraves) (11 years ago) +* | | | | | | | | | | | | | | | | | | 8628c1704b7d - YARN-353. Add Zookeeper-based store implementation for RMStateStore. Contributed by Bikas Saha, Jian He and Karthik Kambatla. (11 years ago) +* | | | | | | | | | | | | | | | | | | 8de47fc5700e - HADOOP-9974: document setting mvn heap size - trailing space (11 years ago) +* | | | | | | | | | | | | | | | | | | 3a87e8fec08c - HADOOP-9974: document setting mvn heap size (11 years ago) +* | | | | | | | | | | | | | | | | | | 3720956a6afc - HADOOP-9791. Add a test case covering long paths for new FileUtil access check methods. Contributed by Ivan Mitic. (11 years ago) +* | | | | | | | | | | | | | | | | | | 1c4f4a38ca95 - HADOOP-9929. Insufficient permission for a path reported as file not found. (Contributed by Colin Patrick McCabe) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | f7eb75fa89da - Move HDFS-5122 from Release 2.1.1-beta to Release 2.3.0 in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | 7a2443e9f8b9 - HDFS-5122. Support failover and retry in WebHdfsFileSystem for NN HA. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | 22b401284bb8 - HDFS-5031. BlockScanner scans the block multiple times. (Vinay via Arpit Agarwal) (11 years ago) +* | | | | | | | | | | | | | | | | | f278a491dcec - HDFS-5219. Add configuration keys for retry policy in WebHDFSFileSystem. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | | | | | c09f00771e5f - MAPREDUCE-5487. In task processes, JobConf is unnecessarily loaded again in Limits (Sandy Ryza) (11 years ago) +* | | | | | | | | | | | | | | | | | 5e18410e06dd - HDFS-5212. Refactor RpcMessage and NFS3Response to support different types of authentication information. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | | | | | | | | | c16442c45958 - HADOOP-9669 Reduce the number of byte array creations and copies in XDR data manipulation. Contributed by Haohui Mai (11 years ago) +* | | | | | | | | | | | | | | | | | ac618c64292e - Added ASL2 header to releasenotes.html. (11 years ago) +* | | | | | | | | | | | | | | | | | 004e830750d3 - HADOOP-9350. Moving to appropriate section in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | | | | | | 492ecd34c4a2 - Preparing for hadoop-2.1.1-beta release. (11 years ago) +* | | | | | | | | | | | | | | | | | 877f7adb1428 - HADOOP-9944. Fix RpcRequestHeaderProto.callId to be sint32 rather than uint32 since ipc.Client.CONNECTION_CONTEXT_CALL_ID is signed (i.e. -3). Contributed by Arun C. Murthy. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | f98c343c7f11 - HDFS-5207. In BlockPlacementPolicy.chooseTarget(..), change the writer and the excludedNodes parameter types respectively to Node and Set. Contributed by Junping Du (11 years ago) +* | | | | | | | | | | | | | | | | 90f43b1c1817 - YARN-1184. ClassCastException during preemption enforcement. (11 years ago) +* | | | | | | | | | | | | | | | | 4ea295016e20 - YARN-1001. Added a web-service to get statistics about per application-type per state for consumption by downstream projects. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | | | | | | | | | | ef628693386e - HADOOP-9935. Revert from trunk. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | ead3dcc3dea0 - YARN-1027. Implement RMHAProtocolService (Karthik Kambatla via bikas) (11 years ago) +* | | | | | | | | | | | | | | | 59587d9fad43 - MAPREDUCE-5493. Cleanup in-memory & on-disk segments to prevent leak on shuffle completion. Contributed by Jason Lowe. (11 years ago) +* | | | | | | | | | | | | | | | 60a1a7019709 - YARN-1170. YARN & MapReduce proto definitions fixed to specify protobuf package as hadoop.yarn and hadoop.mapreduce respectively. Contibuted by Binglin Chang. (11 years ago) +* | | | | | | | | | | | | | | | e60b057c0a1d - MAPREDUCE-5379. Include token tracking ids in jobconf. (kkambatl via tucu) (11 years ago) +* | | | | | | | | | | | | | | | 9fe18b50ddc6 - HADOOP-9962. in order to avoid dependency divergence within Hadoop itself lets enable DependencyConvergence. (rvs via tucu) (11 years ago) +* | | | | | | | | | | | | | | | 27e7feb77734 - HADOOP-9961. versions of a few transitive dependencies diverged between hadoop subprojects. (rvs via tucu) (11 years ago) +* | | | | | | | | | | | | | | | 89c7ee9245ab - YARN-1137. Add support whitelist for system users to Yarn container-executor.c. (rvs via tucu) (11 years ago) +* | | | | | | | | | | | | | | | c4ea83c64206 - HADOOP-9935. set junit dependency to test scope. Contributed by André Kelpe. (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | +* | | | | | | | | | | | | | | d01caeee77f4 - HDFS-5188. In BlockPlacementPolicy, reduce the number of chooseTarget(..) methods; replace HashMap with Map in parameter declarations and cleanup some related code. (11 years ago) +* | | | | | | | | | | | | | | ec010a29362c - YARN-540. Race condition causing RM to potentially relaunch already unregistered AMs on RM restart (Jian He via bikas) (11 years ago) +* | | | | | | | | | | | | | | 7bc9a5d06866 - HADOOP-9350: move entry in changes.txt to 2.1.2-beta section (11 years ago) +* | | | | | | | | | | | | | | 891e1b0e3650 - HADOOP-9557. hadoop-client excludes commons-httpclient. Contributed by Lohit Vijayarenu. (11 years ago) +* | | | | | | | | | | | | | | baea09be6145 - YARN-1189. NMTokenSecretManagerInNM is not being told when applications have finished. Contributed by Omkar Vinit Joshi (11 years ago) +* | | | | | | | | | | | | | | 597c57ba2aa7 - HADOOP-9960. Upgrade Jersey version to 1.9. Contributed by Karthik Kambatla. (11 years ago) +* | | | | | | | | | | | | | | e0e36bc8bf02 - HADOOP-9945. HAServiceState should have a state for stopped services. Contributed by Karthik Kambatla. (11 years ago) +* | | | | | | | | | | | | | | f4951e07087c - YARN-1116. Populate AMRMTokens back to AMRMTokenSecretManager after RM restarts (Jian He via bikas) (11 years ago) +* | | | | | | | | | | | | | | a56a4b6ef066 - HDFS-5199 Add more debug trace for NFS READ and WRITE. Contributed by Brandon Li (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | +* | | | | | | | | | | | | | 1260d598d352 - HDFS-4096. Add snapshot information to namenode WebUI. Contributed by Haohui Mai. (11 years ago) +* | | | | | | | | | | | | | 2950c9ff6e30 - YARN-1194. TestContainerLogsPage fails with native builds. Contributed by Roman Shaposhnik (11 years ago) +* | | | | | | | | | | | | | 4857e7657936 - HADOOP-9350. Hadoop not building against Java7 on OSX (11 years ago) +* | | | | | | | | | | | | | 965ce2041a7a - HDFS-5192. NameNode may fail to start when dfs.client.test.drop.namenode.response.number is set. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | | | | | ede10b8a1f9a - HDFS-5067 Support symlink operations in NFS gateway. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | | | | | a98637e6dd8a - HADOOP-9958. Add old constructor back to DelegationTokenInformation to unbreak downstream builds. (Andrew Wang) (11 years ago) +| |_|_|/ / / / / / / / / / +|/| | | | | | | | | | | | +* | | | | | | | | | | | | f152a7e78801 - YARN-1078. TestNodeManagerResync, TestNodeManagerShutdown, and TestNodeStatusUpdater fail on Windows. Contributed by Chuan Liu. (11 years ago) +* | | | | | | | | | | | | a202855af59d - MAPREDUCE-5164. mapred job and queue commands omit HADOOP_CLIENT_OPTS. Contributed by Nemon Lou. (11 years ago) +* | | | | | | | | | | | | c22091aecb80 - YARN-1176. RM web services ClusterMetricsInfo total nodes doesn't include unhealthy nodes (Jonathan Eagles via tgraves) (11 years ago) +* | | | | | | | | | | | | b6d9ef18c496 - Move HDFS-4680 in CHANGES.txt (11 years ago) +* | | | | | | | | | | | | e4374d803663 - HDFS-4680. Audit logging of delegation tokens for MR tracing. (Andrew Wang) (11 years ago) +* | | | | | | | | | | | | 1c1ebc155365 - MAPREDUCE-5497. Changed MRAppMaster to sleep only after doing everything else but just before ClientService to avoid race conditions during RM restart. Contributed by Jian He. (11 years ago) +* | | | | | | | | | | | | b5c6ff164a9a - YARN-1025. ResourceManager and NodeManager do not load native libraries on Windows. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | | | | | 220b21732b4a - YARN-1119. Add ClusterMetrics checks to tho TestRMNodeTransitions tests (Mit Desai via jeagles) (11 years ago) +* | | | | | | | | | | | | 613979c8fdac - HDFS-5085. Refactor o.a.h.nfs to support different types of authentications. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | | | | 75c31df9dd1d - MAPREDUCE-5020. Compile failure with JDK8 (Trevor Robinson via tgraves) (11 years ago) +| |_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | +* | | | | | | | | | | | bcb865314f8c - YARN-1098. Separate out RM services into Always On and Active (Karthik Kambatla via bikas) (11 years ago) +* | | | | | | | | | | | 11944e52fdb9 - Amending yarn CHANGES.txt (11 years ago) +* | | | | | | | | | | | 59b5490989fa - YARN-292. Fixed FifoScheduler and FairScheduler to make their applications data structures thread safe to avoid RM crashing with ArrayIndexOutOfBoundsException. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | | | | | 0f91d8485a6c - YARN-910. Augmented auxiliary services to listen for container starts and completions in addition to application events. Contributed by Alejandro Abdelnur. (11 years ago) +* | | | | | | | | | | | 1a649aa51a3f - YARN-1152. Fixed a bug in ResourceManager that was causing clients to get invalid client token key errors when an appliation is about to finish. Contributed by Jason Lowe. (11 years ago) +* | | | | | | | | | | | f2e0a125f44e - YARN-1144. Unmanaged AMs registering a tracking URI should not be proxy-fied. (tucu) (11 years ago) +* | | | | | | | | | | | 1cd7b067f7ae - YARN-1049. ContainerExistStatus should define a status for preempted containers. (tucu) (11 years ago) +* | | | | | | | | | | | b2af6c702457 - MAPREDUCE-5414. TestTaskAttempt fails in JDK7 with NPE. Contributed by Nemon Lou. (11 years ago) +* | | | | | | | | | | | 4f2bf68b73df - HDFS-5170. BlockPlacementPolicyDefault uses the wrong classname when alerting to enable debug logging. (Andrew Wang) (11 years ago) +* | | | | | | | | | | | 40cf0068d8aa - HADOOP-9924. Addendum patch to address issue with an empty classpath entry on Windows. Contributed by Shanyu Zhao. (11 years ago) +* | | | | | | | | | | | 03ae82a311c0 - YARN-696. Changed RMWebservice apps call to take in multiple application states. Contributed by Trevor Lorimer. (11 years ago) +* | | | | | | | | | | | f35983b8056b - YARN-1107. Fixed a bug in ResourceManager because of which RM in secure mode fails to restart. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | | efc1048ffe10 - Revert HADOOP-9877 because of breakage reported in HADOOP-9912 (11 years ago) +* | | | | | | | | | | | 6cfcd391652f - HADOOP-8704. add request logging to jetty/httpserver (jeagles) (11 years ago) +* | | | | | | | | | | | 6431192c0ee0 - HDFS-4879. Add BlockedArrayList collection to avoid CMS full GCs (Contributed by Todd Lipcon) (11 years ago) +* | | | | | | | | | | | fc9599811712 - Fixing CHANGES.txt for YARN-758 as it is now merged into branch-2.1-beta. (11 years ago) +* | | | | | | | | | | | 4065c842ab72 - Move HDFS-5118 to 2.1.1-beta section. (11 years ago) +* | | | | | | | | | | | 36d0b822ef46 - HDS-5118. Provide testing support for DFSClient to drop RPC responses. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | | | a62839195548 - HDFS-5164. DeleteSnapshot should check if OperationCategory.WRITE is possible before taking write lock (contributed by Colin Patrick McCabe) (11 years ago) +* | | | | | | | | | | | e10dbf41bc18 - HDFS-4491. Add/delete files missed in prior commit. (11 years ago) +* | | | | | | | | | | | 5eb618ee1f90 - HDFS-4491. Parallel testing HDFS. Contributed by Andrey Klochkov. (11 years ago) +| |_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | +* | | | | | | | | | | 8aea748ec37b - HDFS-5159. Secondary NameNode fails to checkpoint if error occurs downloading edits on first checkpoint. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | | | | | e8f6f74025e7 - HADOOP-9908. Fix NPE when versioninfo properties file is missing. Contributed by Todd Lipcon. (11 years ago) +* | | | | | | | | | | ec135d560b46 - CHANGES.txt: move HADOOP-9915 to branch-2.3 section (11 years ago) +* | | | | | | | | | | 4f4680111143 - HADOOP-9915. o.a.h.fs.Stat support on Mac OS X (Contributed by Binglin Chang) (11 years ago) +* | | | | | | | | | | 1e513bfc68c8 - YARN-957. Fixed a bug in CapacityScheduler because of which requests that need more than a node's total capability were incorrectly allocated on that node causing apps to hang. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | | | 5540d77e2f8c - MAPREDUCE-5475. MRClientService does not verify ACLs properly. Contributed by Jason Lowe (11 years ago) +* | | | | | | | | | | 49afc64cd469 - YARN-1065. NM should provide AuxillaryService data to the container (Xuan Gong via bikas) (11 years ago) +* | | | | | | | | | | cd663baf1626 - HADOOP-9932. Improper synchronization in RetryCache. Contributed by Kihwal Lee. (11 years ago) +* | | | | | | | | | | 0e0271b5fdf5 - HADOOP-9916. Fix race in ipc.Client retry. (Binglin Chang via llu) (11 years ago) +* | | | | | | | | | | b87bcbb82dac - HADOOP-9924. FileUtil.createJarWithClassPath() does not generate relative classpath correctly. Contributed by Shanyu Zhao. (11 years ago) +| |_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | +* | | | | | | | | | 2d525510b424 - YARN-1124. Modified YARN CLI application list to display new and submitted applications together with running apps by default, following up YARN-1074. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | | c28c96461210 - HDFS-5150. Allow per NN SPN for internal SPNEGO. Contributed By Kihwal Lee. (11 years ago) +* | | | | | | | | | ff69557040fb - YARN-1077. Fixed TestContainerLaunch test failure on Windows. Contributed by Chuan Liu. (11 years ago) +* | | | | | | | | | 66841c29dbd3 - YARN-1120. Made ApplicationConstants.Environment.USER definition OS neutral as the corresponding value is now set correctly end-to-end. Contributed by Chuan Liu. (11 years ago) +* | | | | | | | | | a759abcd8982 - YARN-649. Added a new NM web-service to serve container logs in plain text over HTTP. Contributed by Sandy Ryza. (11 years ago) +* | | | | | | | | | cbca1668317f - HDFS-5136 MNT EXPORT should give the full group list which can mount the exports. Contributed by Brandon Li (11 years ago) +* | | | | | | | | | 76cb07ee2077 - YARN-981. Fixed YARN webapp so that /logs servlet works like before. Addendum patch to fix bugs in the first patch. Contributed by Jian He. (11 years ago) +* | | | | | | | | | 236b8530bd05 - HADOOP-9918. Add addIfService to CompositeService (Karthik Kambatla via Sandy Ryza) (11 years ago) +* | | | | | | | | | 6d100eb79409 - YARN-1117. Improved help messages for "yarn application" and "yarn node" commands. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | | bafd302208fb - YARN-771. AMRMClient support for resource blacklisting (Junping Du via bikas) (11 years ago) +* | | | | | | | | | 28ac26bc43cb - HADOOP-5144. Move change from 3.0 to 2.3.0 release section (11 years ago) +* | | | | | | | | | 25d4c2fd53ec - HDFS-5140. Too many safemode monitor threads being created in the standby namenode causing it to fail with out of memory error. Contributed by Jing Zhao. (11 years ago) +* | | | | | | | | | daa0713eb066 - HDFS-5144. Document time unit to NameNodeMetrics. Contributed by Akira Ajisaka. (11 years ago) +* | | | | | | | | | 89fb4d8ffd32 - YARN-707. Added user information also in the YARN ClientToken so that AMs can implement authorization based on incoming users. Contributed by Jason Lowe. (11 years ago) +* | | | | | | | | | 2088309d6654 - HADOOP-9774. RawLocalFileSystem.listStatus() return absolute paths when input path is relative on Windows. Contributed by Shanyu Zhao. (11 years ago) +* | | | | | | | | | 87e449fd239b - HADOOP-9909. org.apache.hadoop.fs.Stat should permit other LANG. (Shinichi Yamashita via Andrew Wang) (11 years ago) +* | | | | | | | | | 2cc851a66e86 - MAPREDUCE-5484. YarnChild unnecessarily loads job conf twice (Sandy Ryza) (11 years ago) +| |_|_|_|_|_|_|_|/ +|/| | | | | | | | +* | | | | | | | | eb484bb5629e - HDFS-5077. NPE in FSNamesystem.commitBlockSynchronization(). Contributed by Plamen Jeliazkov. (11 years ago) +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | eef32121d1d8 - HADOOP-9889. Refresh the Krb5 configuration when creating a new kdc in Hadoop-MiniKDC (Wei Yan via Sandy Ryza) (11 years ago) +* | | | | | | | 5d4b684c02ef - MAPREDUCE-5441. Changed MR AM to return RUNNING state if exiting when RM commands to reboot, so that client can continue to track the overall job. Contributed by xJian He. (11 years ago) +* | | | | | | | a29714f07708 - MAPREDUCE-5483. revert MAPREDUCE-5357. (rkanter via tucu) (11 years ago) +* | | | | | | | febedd64e998 - YARN-1080. Improved help message for "yarn logs" command. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | c13893d5d9ca - YARN-1034. Remove "experimental" in the Fair Scheduler documentation. (Karthik Kambatla via Sandy Ryza) (11 years ago) +* | | | | | | | 4ba7a5e5642a - HADOOP-9894. Race condition in Shell leads to logged error stream handling exceptions (Arpit Agarwal) (11 years ago) +* | | | | | | | 56c1b9de0c96 - YARN-1101. Active nodes can be decremented below 0 (Robert Parker via tgraves_ (11 years ago) +* | | | | | | | 82fc0f1855cd - Adding and removing files missed for HADOOP-9906 (11 years ago) +* | | | | | | | f3c007403086 - HADOOP-9906. Move HAZKUtil to o.a.h.util.ZKUtil and make inner-classes public (Karthik Kambatla via Sandy Ryza) (11 years ago) +* | | | | | | | 87f8c0a395b7 - Addendum to HADOOP-9910 for trunk. Removed bad characters from CHANGES.txt note that was causing odd issues. (11 years ago) +* | | | | | | | 4d0df036431a - HADOOP-9910. proxy server start and stop documentation wrong. Contributed by Andre Kelpe. (harsh) (11 years ago) +* | | | | | | | 30b8ef91a32d - HDFS-5078 Support file append in NFSv3 gateway to enable data streaming to HDFS. Contributed by Brandon Li (11 years ago) +* | | | | | | | 53f559dd797e - YARN-1081. Made a trivial change to YARN node CLI header to avoid potential confusion. Contributed by Akira AJISAKA. (11 years ago) +* | | | | | | | 4047ad72cffa - YARN-602. Fixed NodeManager to not let users override some mandatory environmental variables. Contributed by Kenji Kikushima. (11 years ago) +* | | | | | | | ca5de53bc62b - YARN-1083. Changed ResourceManager to fail when the expiry interval is less than the configured node-heartbeat interval. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | 914a0e51729f - YARN-981. Fixed YARN webapp so that /logs servlet works like before. Contributed by Jian He. (11 years ago) +* | | | | | | | dfaa2e305d29 - Adding the new test file for HDFS-3245 that was accidentally dropped (11 years ago) +* | | | | | | | 1bfcab968958 - HDFS-5132. Deadlock in NameNode between SafeModeMonitor#run and DatanodeManager#handleHeartbeat. Contributed by Kihwal Lee. (11 years ago) +* | | | | | | | 10a62366a57e - HDFS-5128. Allow multiple net interfaces to be used with HA namenode RPC server. Contributed by Kihwal Lee. (11 years ago) +* | | | | | | | 39252995c4d7 - HDFS-3245. Add metrics and web UI for cluster version summary. Contributed by Ravi Prakash. (11 years ago) +| |_|_|_|_|_|/ +|/| | | | | | +* | | | | | | 5adba5597ce0 - YARN-1085. Addendum patch to address issues with the earlier patch. (11 years ago) +* | | | | | | f9f7b792fb60 - YARN-942. In Fair Scheduler documentation, inconsistency on which properties have prefix (Akira Ajisaka via Sandy Ryza) (11 years ago) +* | | | | | | e7154d7855a5 - YARN-1093. Corrections to Fair Scheduler documentation (Wing Yew Poon via Sandy Ryza) (11 years ago) +* | | | | | | 942e2ebaa543 - YARN-1008. MiniYARNCluster with multiple nodemanagers, all nodes have same key for allocations. (tucu) (11 years ago) +* | | | | | | 18e805677d00 - YARN-1094. Fixed a blocker with RM restart code because of which RM crashes when try to recover an existing app. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* | | | | | | 962da4dcc74d - YARN-1074. Cleaned up YARN CLI application list to only display running applications by default. Contributed by Xuan Gong. (11 years ago) +* | | | | | | e86036662c13 - YARN-1085. Modified YARN and MR2 web-apps to do HTTP authentication in secure setup with kerberos. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | c660339c093e - Revert MAPREDUCE-5475 and YARN-707 (11 years ago) +* | | | | | | 6f93f205156a - MAPREDUCE-5475. MRClientService does not verify ACLs properly. Contributed by Jason Lowe (11 years ago) +* | | | | | | d912eea82221 - YARN-905. Add state filters to nodes CLI (Wei Yan via Sandy Ryza) (11 years ago) +* | | | | | | f1638fdf9473 - YARN-707. Add user info in the YARN ClientToken. Contributed by Vinod Kumar Vavilapalli (11 years ago) +* | | | | | | 9ee38f3a841a - MAPREDUCE-5478. TeraInputFormat unnecessarily defines its own FileSplit subclass (Sandy Ryza) (11 years ago) +* | | | | | | 15632cd76f12 - HDFS-4947 Add NFS server export table to control export by hostname or IP range. Contributed by Jing Zhao (11 years ago) +| |_|_|_|_|/ +|/| | | | | +* | | | | | e588ffe3c09c - HDFS-4329. DFSShell issues with directories with spaces in name (Cristina L. Abad via jeagles) (11 years ago) +* | | | | | 7cfbfe52f1bc - HDFS-5124. DelegationTokenSecretManager#retrievePassword can cause deadlock in NameNode. Contributed by Daryn Sharp. (11 years ago) +* | | | | | 740f4cb97a4d - MAPREDUCE-5476. Changed MR AM recovery code to cleanup staging-directory only after unregistering from the RM. Contributed by Jian He. (11 years ago) +* | | | | | 200220e8f368 - MAPREDUCE-5470. LocalJobRunner does not work on Windows. Contributed by Sandy Ryza. (11 years ago) +* | | | | | d1dfa5f92340 - HADOOP-9887. globStatus does not correctly handle paths starting with a drive spec on Windows. Contributed by Chuan Liu. (11 years ago) +* | | | | | d2c70e3e94c1 - Revert MAPREDUCE-5475 (11 years ago) +* | | | | | 148bf3ea4e6f - MAPREDUCE-5475. Ensure MRClientService verifies ACLs for users. Contributed by Jason Lowe. (11 years ago) +* | | | | | ded91b4cfa22 - MAPREDUCE-5468. Fix MR AM recovery for map-only jobs. Contributed by Vinod K. V. (11 years ago) +* | | | | | 487ce6c7bc87 - YARN-1082. Addendum patch. (11 years ago) +* | | | | | 6fd8766a514e - HDFS-5045. Add more unit tests for retry cache to cover all AtMostOnce methods. Contributed by Jing Zhao. (11 years ago) +* | | | | | ad0011a3405f - YARN-1082. Create base directories on HDFS after RM login to ensure RM recovery doesn't fail in secure mode. Contributed by Vinod K V. (11 years ago) +* | | | | | 42a2846b3b82 - YARN-881. Priority#compareTo method seems to be wrong. (Jian He via bikas) (11 years ago) +* | | | | | 2d614a916cc5 - MAPREDUCE-5466. Changed MR AM to not promote history files of intermediate AMs in case they are exiting because of errors and thus help history-server pick up the right history file for the last successful AM. Contributed by Jian He. (11 years ago) +* | | | | | 2499a8666410 - HDFS-4994. Audit log getContentSummary() calls. Contributed by Robert Parker. (11 years ago) +* | | | | | 270eaceba8a3 - HDFS-5069 Include hadoop-nfs and hadoop-hdfs-nfs into hadoop dist for NFS deployment. Contributed by Brandon Li (11 years ago) +| |_|_|_|/ +|/| | | | +* | | | | 782191f1ba27 - HADOOP-9784. Add a builder for HttpServer. (Junping Du via llu) (11 years ago) +* | | | | a6ef93307eda - HADOOP-9886. Turn warning message in RetryInvocationHandler to debug. Contributed by Arpit Gupta (11 years ago) +* | | | | 5e68bc4cd623 - HDFS-4594. WebHDFS open sets Content-Length header to what is specified by length parameter rather than how much data is actually returned. Contributed by Chris Nauroth. (11 years ago) +* | | | | 2cd6064195da - HADOOP-9686. Easy access to final parameters in Configuration (Jason Lowe via jeagles) (11 years ago) +* | | | | b7a6c5ebb482 - HADOOP-9877. Fix listing of snapshot directories in globStatus. (Binglin Chang via Andrew Wang) (11 years ago) +* | | | | 9718fd4c7245 - HDFS-5111. Remove duplicated error message for snapshot commands when processing invalid arguments. Contributed by Jing Zhao. (11 years ago) +* | | | | 00afcdfd3904 - HDFS-2933. Update CHANGES.txt (11 years ago) +* | | | | 3015429368e1 - HDFS-2933. Improve DataNode Web UI Index Page. (Vivek Ganesan via Arpit Agarwal) (11 years ago) +* | | | | f7ca7ec4c9eb - MAPREDUCE-5001. LocalJobRunner has race condition resulting in job failures. Contributed by Sandy Ryza (11 years ago) +* | | | | f6a1f4d1e0c6 - HADOOP-9879. Move the version info of zookeeper dependencies to hadoop-project/pom (Karthik Kambatla via Sandy Ryza) (11 years ago) +* | | | | 172d0cef6909 - HADOOP-9487 Deprecation warnings in Configuration should go to their own log or otherwise be suppressible (11 years ago) +* | | | | ffdedf6b8be6 - HADOOP-9866. convert hadoop-auth testcases requiring kerberos to use minikdc. (ywskycn via tucu) (11 years ago) +* | | | | 23abbd8f6491 - HADOOP-9860. Remove class HackedKeytab and HackedKeytabEncoder from hadoop-minikdc once jira DIRSERVER-1882 solved. (ywskycn via tucu) (11 years ago) +* | | | | 8f343e684c46 - YARN-1006. Fixed broken rendering in the Nodes list web page on the RM web UI. Contributed by Xuan Gong. (11 years ago) +* | | | | c9b89de0eacf - HDFS-5110 Change FSDataOutputStream to HdfsDataOutputStream for opened streams to fix type cast error. Contributed by Brandon Li (11 years ago) +* | | | | be0317e0211e - Add .classpath, .project and .settings to svn:ignore. (11 years ago) +* | | | | 79a184505d5e - YARN-643. Fixed ResourceManager to remove all tokens consistently on app finish. Contributed by Xuan Gong. (11 years ago) +* | | | | b7fb6fd6c45b - HDFS-5107 Fix array copy error in Readdir and Readdirplus responses. Contributed by Brandon Li (11 years ago) +* | | | | 214d4377fc15 - HDFS-5104 Support dotdot name in NFS LOOKUP operation. Contributed by Brandon Li (11 years ago) +* | | | | 1ad3fe463325 - YARN-107. Fixed ResourceManager and clients to better handle forceKillApplication on non-running and finished applications. Contributed by Xuan Gong. (11 years ago) +* | | | | 52f0259502de - HADOOP-9880. SASL changes from HADOOP-9421 breaks Secure HA NN. Contributed by Daryn Sharp. (11 years ago) +* | | | | 9ba95136e2e0 - HDFS-5106. TestDatanodeBlockScanner fails on Windows due to incorrect path format. Contributed by Chuan Liu. (11 years ago) +* | | | | 218ea7380c69 - HDFS-5105. TestFsck fails on Windows. (Contributed by Chuan Liu) (11 years ago) +* | | | | 8d21926c2613 - HDFS-5102. Snapshot names should not be allowed to contain slash characters. Contributed by Jing Zhao. (11 years ago) +* | | | | 45694cce8e2a - Update CHANGES.txt to reflect merge of MR-1981 to branch-2.1-beta (11 years ago) +* | | | | cae55de2cd1f - MAPREDUCE-5462. In map-side sort, swap entire meta entries instead of indexes for better cache performance. (Sandy Ryza) (11 years ago) +* | | | | 1836aceff9cc - Moving HDFS-5004 into 2.3.0 release section (11 years ago) +* | | | | d9de6a928df0 - HDFS-5103. TestDirectoryScanner fails on Windows. Contributed by Chuan Liu. (11 years ago) +* | | | | 99064ec9058d - HDFS-5100. TestNamenodeRetryCache fails on Windows due to incorrect cleanup. Contributed by Chuan Liu. (11 years ago) +* | | | | 8df7e7deecad - HADOOP-9865. FileContext#globStatus has a regression with respect to relative path. (Contributed by Chaun Lin) (11 years ago) +* | | | | 10ec8a248ecb - HDFS-2994. If lease soft limit is recovered successfully the append can fail. Contributed by Tao Luo. (11 years ago) +* | | | | 2fc7e14e392f - HDFS-5099. Namenode#copyEditLogSegmentsToSharedDir should close EditLogInputStreams upon finishing. Contributed by Chuan Liu. (11 years ago) +* | | | | a37d2fc89d79 - Preparing for hadoop-2.1.0-beta rc2. (11 years ago) +* | | | | 0e47ebb32f62 - HADOOP-9868. Server must not advertise kerberos realm. Contributed by Daryn Sharp. (11 years ago) +* | | | | d62bd71d650f - Update CHANGES.txt to move YARN-1045 and MAPREDUCE-5352 to the correct version. (11 years ago) +* | | | | 02b19e0738d9 - HDFS-5076. Add MXBean methods to query NN's transaction information and JournalNode's journal status. Contributed by Jing Zhao. (11 years ago) +* | | | | 8172215e5601 - HDFS-5080. BootstrapStandby not working with QJM when the existing NN is active. Contributed by Jing Zhao. (11 years ago) +* | | | | 26c5a490e5f3 - HDFS-5093. TestGlobPaths should re-use the MiniDFSCluster to avoid failure on Windows. Contributed by Chuan Liu. (11 years ago) +* | | | | b776bd46aed2 - YARN-1045. Improve toString implementation for PBImpls. Contributed by Jian He. (11 years ago) +* | | | | 97d04ae13213 - HDFS-4632. globStatus using backslash for escaping does not work on Windows. Contributed by Chuan Liu. (11 years ago) +* | | | | 0182ea16d359 - HDFS-4898. BlockPlacementPolicyWithNodeGroup.chooseRemoteRack() fails to properly fallback to local rack. (11 years ago) +* | | | | d0b61a169ef5 - HADOOP-9875. TestDoAsEffectiveUser can fail on JDK 7. (Aaron T. Myers via Colin Patrick McCabe) (11 years ago) +* | | | | 472d8bc9839b - YARN-1056. Remove dual use of string 'resourcemanager' in yarn.resourcemanager.connect.{max.wait.secs|retry_interval.secs}. Contributed by Karthik Kambatla. (11 years ago) +* | | | | 4c8db6009291 - HDFS-5079. Cleaning up NNHAStatusHeartbeat.State from DatanodeProtocolProtos. Contributed by Tao Luo. (11 years ago) +* | | | | 9cf82b6a7b57 - HDFS-5068. Convert NNThroughputBenchmark to a Tool to allow generic options. Contributed by Konstantin Shvachko. (11 years ago) +* | | | | b32ace11f1fe - HDFS-5051. nn fails to download checkpointed image from snn in some setups. Contributed by Vinay and Suresh Srinivas. (11 years ago) +| |_|/ / +|/| | | +* | | | 49a892056df7 - HDFS-4816. transitionToActive blocks if the SBN is doing checkpoint image transfer. (Andrew Wang) (11 years ago) +* | | | 0cb5f081496d - HADOOP-9381. Document dfs cp -f option. Contributed by Keegan Witt and Suresh Srinivas. (11 years ago) +* | | | fdba5fac263f - HADOOP-9652. RawLocalFs#getFileLinkStatus does not fill in the link owner and mode. (Andrew Wang via Colin Patrick McCabe) (11 years ago) +* | | | 8451ab5c01fd - HADOOP-9872. Improve protoc version handling and detection. (tucu) (11 years ago) +* | | | 6390e64abd79 - HADOOP 9871. Fix intermittent findbugs warnings in DefaultMetricsSystem. (Junping Du via llu) (11 years ago) +* | | | 8937fd537a0c - YARN-337. RM handles killed application tracking URL poorly. Contributed by Jason Lowe (11 years ago) +* | | | 88f6837fa5fc - YARN-1060. Two tests in TestFairScheduler are missing @Test annotation (Niranjan Singh via Sandy Ryza) (11 years ago) +| |_|/ +|/| | +* | | 2bea314456c3 - HDFS-5091. Support for spnego keytab separate from the JournalNode keytab for secure HA. Contributed by Jing Zhao. (11 years ago) +* | | 228742acad6b - HADOOP-9446. Support Kerberos SPNEGO for IBM JDK. (Yu Gao via llu) (11 years ago) +* | | 36cedca874f2 - HADOOP-9740. Fix FsShell '-text' command to be able to read Avro files stored in HDFS. Contributed by Allan Yan. (11 years ago) +* | | dede30cf2fa2 - HADOOP-9848 Addendum fixing OK_JAVADOC_WARNINGS in test-patch (11 years ago) +* | | a6ff2270c5ea - MAPREDUCE-5454. TestDFSIO fails intermittently on JDK7 (Karthik Kambatla via Sandy Ryza) (11 years ago) +* | | 1d1ab587e4e9 - HADOOP-9848. Create a MiniKDC for use with security testing. (ywskycn via tucu) (11 years ago) +* | | 19b36f09009a - HADOOP-9845. Update protobuf to 2.5 from 2.4.x. (tucu) (11 years ago) +* | | 4744075d4f3d - Fix CHANGES.txt for HADOOP-9847 (11 years ago) +* | | d748123e2c5a - TestGlobPath symlink tests fail to cleanup properly. (cmccabe via wang) (11 years ago) +* | | dedbd19bea30 - HADOOP-9583. test-patch gives +1 despite build failure when running tests. Contributed by Jason Lowe. (11 years ago) +* | | 1fafb1e1e0bf - HADOOP-9802. Support Snappy codec on Windows. Contributed by Chris Nauroth. (11 years ago) +* | | 5726834caebb - HDFS-5065. TestSymlinkHdfsDisable fails on Windows. Contributed by Ivan Mitic. (11 years ago) +* | | 49e440c40407 - HADOOP-9857. Tests block and sometimes timeout on Windows due to invalid entropy source. Contributed by Chris Nauroth. (11 years ago) +* | | 49994ddc2016 - update CHANGES.txt for HADOOP-8814 (11 years ago) +* | | 109705f07781 - YARN-1046. Disable mem monitoring my default in MiniYARNCluster (Karthik Kambatla via Sandy Ryza) (11 years ago) +* | | 49f2a440c32c - YARN-656. In scheduler UI, including reserved memory in Memory Total can make it exceed cluster capacity. (Sandy Ryza) (11 years ago) +* | | 796ed241bb13 - Reverting 1512475 (labeled as YARN-656). Accidentally committed two patches together (11 years ago) +* | | 6a0ba85292f6 - YARN-656. In scheduler UI, including reserved memory in Memory Total can make it exceed cluster capacity. (Sandy Ryza) (11 years ago) +* | | deec7ca21ad1 - HADOOP-9757. Har metadata cache can grow without limit (Cristina Abad via daryn) (11 years ago) +* | | 2f988135e32d - HDFS-4993. Fsck can fail if a file is renamed or deleted. Contributed by Robert Parker. (11 years ago) +| |/ +|/| +* | d61827c9a894 - add HADOOP-9675 to CHANGES.txt (11 years ago) +* | 4a774db7dd73 - HADOOP-9675. use svn:eol-style native for html to prevent line ending issues (Colin Patrick McCabe) (11 years ago) +* | e6c1f2233af7 - HADOOP-9789. Support server advertised kerberos principals (daryn) (11 years ago) +* | 52f11f709167 - HADOOP-9672. Upgrade Avro dependency to 1.7.4. Contributed by Sandy Ryza. (11 years ago) +* | 1784601bb9cc - Amending YARN-589. Adding missing file from patch (11 years ago) +* | 5b001e1a8ff4 - YARN-589. Expose a REST API for monitoring the fair scheduler (Sandy Ryza). (11 years ago) +* | 7705d57a78d5 - HADOOP-9831. Make checknative shell command accessible on Windows. Contributed by Chris Nauroth. (11 years ago) +* | c03c8fe19942 - HADOOP-9820. RPCv9 wire protocol is insufficient to support multiplexing. Contributed by Daryn Sharp. (11 years ago) +* | e90afcc971a8 - YARN-1043. Push all metrics consistently. Contributed by Jian He. (11 years ago) +* | 81f9786ae6e2 - HDFS-5047. Supress logging of full stack trace of quota and lease exceptions. Contributed by Robert Parker. (11 years ago) +* | f702e1c8e54b - HADOOP-9833 move slf4j to version 1.7.5 (11 years ago) +* | c6ba793b6501 - HADOOP-9850. RPC kerberos errors don't trigger relogin. Contributed by Daryn Sharp. (11 years ago) +* | 78cea88e4868 - fix hadoop-hdfs/CHANGES.txt for HDFS-4763 (11 years ago) +* | 6c65076e8e94 - HDFS-4763 Add script changes/utility for starting NFS gateway (11 years ago) +* | 84454c7d74cb - HDFS-5071 Change hdfs-nfs parent project to hadoop-project. Contributed by Brandon Li (11 years ago) +* | 54e144059e0f - HDFS-4926. namenode webserver's page has a tooltip that is inconsistent with the datanode HTML link. Contributed by Vivek Ganesan. (11 years ago) +* | c5c90ff8f588 - MAPREDUCE-5425. Junit in TestJobHistoryServer failing in jdk 7. Contributed by Robert Parker (11 years ago) +* | f2942687d44c - HADOOP-9527. Add symlink support to LocalFileSystem on Windows. Contributed by Arpit Agarwal. (11 years ago) +* | 3e0203a3a428 - YARN-985. Nodemanager should log where a resource was localized (Ravi Prakash via jeagles) (11 years ago) +* | cb7c15cd3779 - HADOOP-9821. ClientId should have getMsb/getLsb methods. Contributed by Tsuyoshi OZAWA. (11 years ago) +* | 0cb2fdc3b4fb - MAPREDUCE-434. LocalJobRunner limited to single reducer (Sandy Ryza and Aaron Kimball via Sandy Ryza) (11 years ago) +* | a00a7297291e - MAPREDUCE-5399. Unnecessary Configuration instantiation in IFileInputStream slows down merge. (Stanislav Barton via Sandy Ryza) (11 years ago) +* | 95f9a515aac3 - HADOOP-9817. FileSystem#globStatus and FileContext#globStatus need to work with symlinks. (Colin Patrick McCabe via Andrew Wang) (11 years ago) +* | cc8c703c5788 - Update changes for HADOOP-9832. (11 years ago) +* | 63a1273f2a8e - HADOOP-9832. Add RPC header to client ping (daryn) (11 years ago) +* | ed2c62012a48 - HDFS-4905. Add appendToFile command to "hdfs dfs". Contributed by Arpit Agarwal. (11 years ago) +* | f5312aedb9fa - HADOOP-9816. RPC Sasl QOP is broken (daryn) (11 years ago) +* | c8e200f2c23d - HADOOP-9319. Update bundled LZ4 source to r99. (Binglin Chang via llu) (11 years ago) +* | d9df191119b4 - Fix CHANGES.txt. Move HDFS-4366 from 2.3.0 to under 3.0.0. (11 years ago) +* | ccdb97860369 - HDFS-4366. Block Replication Policy Implementation May Skip Higher-Priority Blocks for Lower-Priority Blocks. Contributed by Derek Dagit. (11 years ago) +* | c4fb095d4a67 - move HADOOP-9806,HDFS-5043,HDFS-4962 to the right section in CHANGES.txt (11 years ago) +* | 440481489d49 - move HDFS-4659,HDFS-4762,HDFS-4948 to the right section in hadoop-hdfs/CHANGES.txt (11 years ago) +* | 390d689816e7 - HDFS-5061. Make FSNameSystem#auditLoggers an unmodifiable list. Contributed by Arpit Agarwal. (11 years ago) +* | 6ea797d0d0a6 - MAPREDUCE-5367. Local jobs all use same local working directory (Sandy Ryza) (11 years ago) +* | 34ae96fd8c0f - MAPREDUCE-5446. TestJobHistoryEvents and TestJobHistoryParsing have race conditions. Contributed by Jason Lowe. (11 years ago) +* | 41e2518e0c72 - YARN-994. HeartBeat thread in AMRMClientAsync does not handle runtime exception correctly (Xuan Gong via bikas) (11 years ago) +* | ac933234aca0 - YARN-906. Fixed a bug in NodeManager where cancelling ContainerLaunch at KILLING state causes that the container to hang. Contributed by Zhijie Shen. (11 years ago) +* | e1d398b2c98a - MAPREDUCE-5440. TestCopyCommitter Fails on JDK7. Contributed by Robert Parker (11 years ago) +* | f216f22915f9 - HADOOP-9761. ViewFileSystem#rename fails when using DistributedFileSystem (Andrew Wang via Colin Patrick McCabe) (11 years ago) +* | c04a7d974aa5 - HDFS-5028. LeaseRenewer throws ConcurrentModificationException when timeout. Contributed by zhaoyunjiong (11 years ago) +* | 5b7889f9a7de - YARN-903. Changed ContainerManager to suppress unnecessary warnings when stopping already stopped containers. Contributed by Omkar Vinit Joshi. (11 years ago) +* | ee350ee2aeb0 - Update fix versions for JIRAs pulled from branch-2 into branch-2.1-beta. (11 years ago) +* | ef4f9b09ac47 - Correct fix versions for MAPREDUCE-5428 and YARN-573. (11 years ago) +* | fac31faea511 - Fix line endings of releasenotes.html. (11 years ago) +|/ +* dc119ef7da05 - HADOOP-9801. Configuration#writeXml uses platform defaulting encoding, which may mishandle multi-byte characters. Contributed by Chris Nauroth. (11 years ago) +* bfe5a528d851 - MAPREDUCE-5428. HistoryFileManager doesn't stop threads when service is stopped. Contributed by Karthik Kambatla (11 years ago) +* 4757963d3294 - YARN-573. Shared data structures in Public Localizer and Private Localizer are not Thread safe. Contributed by Omkar Vinit Joshi (11 years ago) +* 60be5fb9ed0f - HADOOP-9806 PortmapInterface should check if the procedure is out-of-range. Contributed by Brandon Li (11 years ago) +* 381a4c421359 - MAPREDUCE-5352. Optimize node local splits generated by CombineFileInputFormat. (sseth) (11 years ago) +* 1ff7043a1fbf - YARN-758. Augment MockNM to use multiple cores (Karthik Kambatla via Sandy Ryza) (11 years ago) +* 1f2d08fbe5c1 - HDFS-4513. Clarify in the WebHDFS REST API that all JSON respsonses may contain additional properties. (11 years ago) +* 134557da47f9 - HADOOP-9803. Add a generic type parameter to RetryInvocationHandler. (11 years ago) +* 9ad19eec6f20 - HADOOP-9758. Provide configuration option for FS/FC symlink resolution. (Andrew Wang via Colin Patrick McCabe) (11 years ago) +* ba5925c96a68 - YARN-502. Fixed a state machine issue with RMNode inside ResourceManager which was crashing scheduler. Contributed by Mayank Bansal. (11 years ago) +* 3ab5f46643dc - HADOOP-9787. ShutdownHelper util to shutdown threads and threadpools. (Karthik Kambatla via Sandy Ryza) (11 years ago) +* 4f68aa060090 - HDFS-5043. For HdfsFileStatus, set default value of childrenNum to -1 instead of 0 to avoid confusing applications. Contributed by Brandon Li (11 years ago) +* 813efd25a19f - YARN-966. Fixed ContainerLaunch to not fail quietly when there are no localized resources due to some other failure. Contributed by Zhijie Shen. (11 years ago) +* 48264f1994c8 - YARN-948. Changed ResourceManager to validate the release container list before actually releasing them. Contributed by Omkar Vinit Joshi. (11 years ago) +* 1d915238a6a0 - MAPREDUCE-5385. Fixed a bug with JobContext getCacheFiles API. Contributed by Omkar Vinit Joshi. (11 years ago) +* 52694344fd85 - HADOOP-9768. Moving from 2.1.0-beta to 2.1.1-beta in CHANGES.txt, because this patch did not make it into the 2.1.0-beta RC. (11 years ago) +* 8d5f65ac1404 - Updating releasenotes for hadoop-2.1.0-beta. (11 years ago) +* c70178edca6b - Updating release date for hadoop-2.1.0-beta. (11 years ago) +* 569a9bd5f950 - Moved HADOOP-9509 & HADOOP-9515 to appropriate release of 2.1.0-beta. (11 years ago) +* 8c7a7e619699 - HDFS-5025. Record ClientId and CallId in EditLog to enable rebuilding retry cache in case of HA failover. Contributed by Jing Zhao. (11 years ago) +* 3be4036abebb - HADOOP-9792. Retry the methods that are tagged @AtMostOnce along with @Idempotent. Contributed by Suresh Srinivas. (11 years ago) +* 33552b664b6e - HADOOP-9768. chown and chgrp reject users and groups with spaces on platforms where spaces are otherwise acceptable. Contributed by Chris Nauroth. (11 years ago) +* f45122825052 - HADOOP-9786. RetryInvocationHandler#isRpcInvocation should support ProtocolTranslator. Contributed by Suresh Srinivas and Jing Zhao. (11 years ago) +* 3ca892dc0a24 - Reverting YARN-245 to fix a critical bug. (11 years ago) +* f593d5729687 - revert HADOOP-9652 (11 years ago) +* 817a6543465a - YARN-945. Removed setting of AMRMToken's service from ResourceManager and changed client libraries do it all the time and correctly. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* 8bb035509ea1 - MAPREDUCE-5411. Refresh size of loaded job cache on history server. Contributed by Ashwin Shankar (11 years ago) +* c23cf3cddff9 - YARN-961. Changed ContainerManager to enforce Token auth irrespective of security. Contributed by Omkar Vinit Joshi. (11 years ago) +* 9eb06b31d6c8 - YARN-932. TestResourceLocalizationService.testLocalizationInit can fail on JDK7. (Karthik Kambatla via Sandy Ryza) (11 years ago) +* 215d6331d6f9 - HDFS-5027. On startup, DN should scan volumes in parallel. Contributed by Aaron T. Myers. (11 years ago) +* 412e19f8e311 - YARN-245. Fixed NodeManager to handle duplicate responses from ResourceManager. Contributed by Mayank Bansal. (11 years ago) +* 65be21267587 - HADOOP-9698. [RPC v9] Client must honor server's SASL negotiate response (daryn) (11 years ago) +* 13b526b15f7e - YARN-347. Node CLI should show CPU info besides memory in node status. (Junping Du via llu) (11 years ago) +* f179afc68d86 - YARN-937. Fix unmanaged AM in non-secure/secure setup post YARN-701. (tucu) (11 years ago) +* ae8f07d47b92 - YARN-960. Fixed ResourceManager to propagate client-submitted credentials irrespective of security. Contributed by Daryn Sharp. (11 years ago) +* ac3c1245c75a - Move HDFS-3880 to section 2.1.0-beta in CHANGES.txt. (11 years ago) +* 49d8dceb1f7b - Move YARN-84 to section 2.1.0-beta in CHANGES.txt. (11 years ago) +* dc17bda4b677 - HDFS-5004. Add additional JMX bean for NameNode status data. Contributed by Trevor Lorimer. (11 years ago) +* 02d5830a0099 - HDFS-5035. getFileLinkStatus and rename do not correctly check permissions of symlinks (Andrew Wang via Colin Patrick McCabe) (11 years ago) +* 16fe97bebf8a - HADOOP-9652. RawLocalFs#getFileLinkStatus does not fill in the link owner and mode. (Andrew Wang via Colin Patrick McCabe) (11 years ago) +* 7b5aa72d0ada - MAPREDUCE-5419. TestSlive is getting FileNotFound Exception. Contributed by Robert Parker (11 years ago) +* 38adf46c02c8 - HADOOP-9507. LocalFileSystem rename() is broken in some cases when destination exists. Contributed by Chris Nauroth. (11 years ago) +* b3d7442b2b04 - HADOOP-9770. Make RetryCache#state non volatile. Contributed by Suresh Srinivas. (11 years ago) +* 07b076917e55 - HDFS-5034. Remove debug prints from GetFileLinkInfo (Andrew Wang via Colin Patrick McCabe) (11 years ago) +* e55d0ef515e7 - MAPREDUCE-5421. Fixed TestNonExistentJob failure after YARN-873. Contributed by Junping Du. (11 years ago) +* ec1898425273 - MAPREDUCE-1981. Improve getSplits performance by using listLocatedStatus. Contributed by Hairong Kuang and Jason Lowe (11 years ago) +* 55dfadec80a1 - reverting HDFS-5034 because jenkins did not run on it (11 years ago) +* 569e609c38ff - HDFS-5034. Remove debug prints from GetFileLinkInfo (Andrew Wang via Colin Patrick McCabe) (11 years ago) +* a690a215dba6 - HADOOP-9756. Remove the deprecated getServer(..) methods from RPC. Contributed by Junping Du (11 years ago) +* 7723b139d55f - HDFS-5016. Deadlock in pipeline recovery causes Datanode to be marked dead. Contributed by Suresh Srinivas. (11 years ago) +* 1b531c1dbb45 - HDFS-4979. Implement retry cache on Namenode. Contributed by Suresh Srinivas. (11 years ago) +* 42e8cbf92c2a - HADOOP-9773. TestLightWeightCache should not set size limit to zero when testing it. (11 years ago) +* 8fa3ebd13451 - MAPREDUCE-5386. Ability to refresh history server job retention and job cleaner settings. Contributed by Ashwin Shankar (11 years ago) +* b9b2647ebc7a - MAPREDUCE-5251. Reducer should not implicate map attempt if it has insufficient space to fetch map output. Contributed by Ashwin Shankar (11 years ago) +* db1e0c1eefc1 - YARN-688. Fixed NodeManager to properly cleanup containers when it is shut down. Contributed by Jian He. (11 years ago) +* f138ae68f9be - HDFS-5024. Make DatanodeProtocol#commitBlockSynchronization idempotent. Contributed by Arpit Agarwal. (11 years ago) +* cc0a0fce632a - HADOOP-9701. mvn site ambiguous links in hadoop-common. (kkambatl via tucu) (11 years ago) +* c43c76315136 - MAPREDUCE-5213. Re-assess TokenCache methods marked @Private. (kkambatl via tucu) (11 years ago) +* 9c453d4432a6 - YARN-875. Application can hang if AMRMClientAsync callback thread has exception (Xuan Gong via bikas) (11 years ago) +* ed6598791e63 - YARN-873. YARNClient.getApplicationReport(unknownAppId) returns a null report (Xuan Gong via bikas) (11 years ago) +* 605fafb4c079 - YARN-968. RM admin commands don't work. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* 99416cc0b0a0 - Fixing CHANGES.txt in hdfs (11 years ago) +* a0a986dda77e - HADOOP-9762. RetryCache utility for implementing RPC retries. Contributed by Suresh Srinivas. (11 years ago) +* 538653d94cd3 - HDFS-5020. Make DatanodeProtocol#blockReceivedAndDeleted idempotent. Contributed by Jing Zhao. (11 years ago) +* 3024030b24d4 - HADOOP-9763. Extends LightWeightGSet to support eviction of expired elements. Contributed by Tsz Wo (Nicholas) SZE. (11 years ago) +* 3ca3137179ef - YARN-926. Modified ContainerManagerProtcol APIs to take in requests for multiple containers. Contributed by Jian He. MAPREDUCE-5412. Update MR app to use multiple containers API of ContainerManager after YARN-926. Contributed by Jian He. (11 years ago) +* 77fa04457c37 - HADOOP-9759. Add support for NativeCodeLoader#getLibraryName on Windows. Contributed by Chuan Liu. (11 years ago) +* a42e459b9eba - MAPREDUCE-5356. Ability to refresh aggregated log retention period and check interval. Contributed by Ashwin Shankar (11 years ago) +* 0939c49368f1 - MAPREDUCE-5317. Stale files left behind for failed jobs. Contributed by Ravi Prakash (11 years ago) +* d35f66f3f0a0 - HDFS-4974. Add Idempotent and AtMostOnce annotations to namenode protocol methods. Contributed by Suresh Srinivas. (11 years ago) +* 9dbd2e7efc6f - HADOOP-9760. Move GSet and related classes to common from HDFS. Contributed by Suresh Srinivas. (11 years ago) +* ca35ed13bfdc - YARN-461. Fair scheduler should not accept apps with empty string queue name. (ywskycn via tucu) (11 years ago) +* 5b3bb05fbeb7 - YARN-853. Fixed CapacityScheduler's maximum-am-resource-percent to properly work beyond refreshing queues. Contributed by Devaraj K. (11 years ago) +* 65250d0a6212 - Fixing YARN CHANGES.txt. The general bug list got mixed up with HADOOP-8562 sub-tasks. (11 years ago) +* 77278064a73b - MAPREDUCE-5404. HSAdminServer does not use ephemeral ports in minicluster mode. Contributed by Ted Yu (11 years ago) +* 11c073134afc - HDFS-5008. Make ClientProtocol#abandonBlock() idempotent. Contributed by Jing Zhao. (11 years ago) +* c1314eb2a382 - HDFS-4817. Make HDFS advisory caching configurable on a per-file basis. (Colin Patrick McCabe) (11 years ago) +* 74906216fefc - HADOOP-9435. Support building the JNI code against the IBM JVM. (Tian Hong Wang via Colin Patrick McCabe) (11 years ago) +* 3eb61be35258 - HADOOP-9754. Remove unnecessary "throws IOException/InterruptedException", and fix generic and other javac warnings. (11 years ago) +* febcf4d66969 - HDFS-5018. Misspelled DFSConfigKeys#DFS_NAMENODE_STALE_DATANODE_INTERVAL_DEFAULT in javadoc of DatanodeInfo#isStale(). Contributed by Ted Yu. (11 years ago) +* 731a583c2bf6 - HDFS-4602. TestBookKeeperHACheckpoints fails. Contributed by Uma Maheswara Rao G. (11 years ago) +* 313dd0250543 - HDFS-5010. Reduce the frequency of getCurrentUser() calls from namenode. Contributed by Kihwal Lee. (11 years ago) +* 5b99672658ce - YARN-897. Ensure child queues are ordered correctly to account for completed containers. Contributed by Djellel Eddine Difallah. (11 years ago) +* 9ff01d626118 - HADOOP-9751. Add clientId and retryCount to RpcResponseHeaderProto. (11 years ago) +* 3c6e5b900fae - YARN-919. Document setting default heap sizes in yarn env.sh Contributed by Mayank Bansal. (11 years ago) +* 5b3e74e42cbb - ADOOP-9643. org.apache.hadoop.security.SecurityUtil calls toUpperCase(Locale.getDefault()) as well as toLowerCase(Locale.getDefault()) on hadoop.security.authentication value. (markrmiller@gmail.com via tucu) (11 years ago) +* aba335279a55 - HADOOP-9748. Reduce blocking on UGI.ensureInitialized (daryn) (11 years ago) +* 0dc5824a8371 - HDFS-4278. Log an ERROR when DFS_BLOCK_ACCESS_TOKEN_ENABLE config is disabled but security is turned on. Contributed by Kousuke Saruta. (harsh) (11 years ago) +* 7e2aba0ab594 - HDFS-5007. Replace hard-coded property keys with DFSConfigKeys fields. Contributed by Kousuke Saruta. (11 years ago) +* 31f29de05bea - Fixed CHANGES.txt to reflect that new content in branch-2 goes to hadoop-2.3.0. (11 years ago) +* 87a02553ee31 - Fixed CHANGES.txt to reflect that all fixes in 2.1.1-beta are now in 2.1.0-beta. (11 years ago) +* ac914f79bc80 - YARN-918. Remove ApplicationAttemptId from RegisterApplicationMasterRequestProto. Contributed by Vinod K V. (11 years ago) +* 7a29bccd7aaf - YARN-814. Improving diagnostics when containers fail during launch due to various reasons like invalid env etc. Contributed by Jian He. (11 years ago) +* 8724ceb2359a - HADOOP-9717. Add retry attempt count to the RPC requests. Contributed by Jing Zhao. (11 years ago) +* ba3d29a2e28a - HADOOP-9164. Print paths of loaded native libraries in NativeLibraryChecker. (Binglin Chang via llu) (11 years ago) +* e2efe52ac89e - HDFS-4996. ClientProtocol#metaSave can be made idempotent by overwriting the output file instead of appending to it. Contributed by Chris Nauroth. (11 years ago) +* cc536fe4da7b - MAPREDUCE-5265. History server admin service to refresh user and superuser group mappings. Contributed by Ashwin Shankar (11 years ago) +* 32bc200d5492 - YARN-701. Use application tokens irrespective of secure or non-secure mode. Contributed by Vinod K V. (11 years ago) +* 7ec67c5118e8 - HADOOP-9716. Rpc retries should use the same call ID as the original call. (11 years ago) +* a5cd4b9beeec - HDFS-5003. TestNNThroughputBenchmark failed caused by existing directories. Contributed by Xi Fang. (11 years ago) +* 68faa67f1b3b - HDFS-5005. Move SnapshotException and SnapshotAccessControlException to o.a.h.hdfs.protocol. Contributed by Jing Zhao. (11 years ago) +* 1c133ffb7209 - YARN-865. RM webservices can't query based on application Types. Contributed by Xuan Gong. (11 years ago) +* 9f3e488936b6 - YARN-922. Change FileSystemRMStateStore to use directories (Jian He via bikas) (11 years ago) +* b767ee07c284 - fix misspelling in CHANGES.txt (11 years ago) +* c6facfb10db3 - YARN-912. Move client facing exceptions to yarn-api module. Contributed by Mayank Bansal. (11 years ago) +* 8b9c1e68ab33 - YARN-62. Modified NodeManagers to avoid AMs from abusing container tokens for repetitive container launches. Contributed by Omkar Vinit Joshi. (11 years ago) +* 1b6324265d6d - HADOOP-9738. TestDistCh fails. Contributed by Jing Zhao. (11 years ago) +* d26334b410f4 - HDFS-4998. TestUnderReplicatedBlocks fails intermittently. Contributed by Kihwal Lee. (11 years ago) +* 352003997918 - YARN-927. Change ContainerRequest to not have more than 1 container count and remove StoreContainerRequest (bikas) (11 years ago) +* 865d902bd1ce - MAPREDUCE-5380. Invalid mapred command should return non-zero exit code. Contributed by Stephen Chu (11 years ago) +* febc5040b9aa - HADOOP-9734. Common protobuf definitions for GetUserMappingsProtocol, RefreshAuthorizationPolicyProtocol and RefreshUserMappingsProtocol. Contributed by Jason Lowe (11 years ago) +* 6d12709b1924 - YARN-820. Fixed an invalid state transition in NodeManager caused by failing resource localization. Contributed by Mayank Bansal. (11 years ago) +* af0d2fc3e343 - YARN-661. Fixed NM to cleanup users' local directories correctly when starting up. Contributed by Omkar Vinit Joshi. (11 years ago) +* bf876f70fba1 - MAPREDUCE-5398. MR changes for YARN-513 (Jian He via bikas) (11 years ago) +* 33b5a81509ed - YARN-513. Create common proxy client for communicating with RM (Xuan Gong & Jian He via bikas) (11 years ago) +* badab7ed5e91 - HDFS-4657. Limit the number of blocks logged by the NN after a block report to a configurable value. (Aaron Twinning Meyers via Colin Patrick McCabe) (11 years ago) +* a3a9d72e98a9 - HADOOP-9683. [RPC v9] Wrap IpcConnectionContext in RPC headers (daryn) (11 years ago) +* 32076136f773 - HADOOP-9618. thread which detects GC pauses (Todd Lipcon via Colin Patrick McCabe) (11 years ago) +* 44ea6e3ad565 - Back out revision 1503499 for MAPREDUCE-5317. Stale files left behind for failed jobs (11 years ago) +* 2d6049f1d683 - HDFS-4992. Make balancer's mover thread count and dispatcher thread count configurable. Contributed by Max Lapan (11 years ago) +* afaec5f52d1a - HDFS-4903. Print trash configuration and trash emptier state in namenode log. Contributed by Arpit Agarwal. (11 years ago) +* 8f8be404a7f4 - Trivial fix for minor refactor error for YARN-521 (11 years ago) +* 4466d8653f5e - YARN-523. Modified a test-case to validate container diagnostics on localization failures. Contributed by Jian He. (11 years ago) +* 1fe8e2d7eed7 - YARN-521. Augment AM - RM client module to be able to request containers only at specific locations (Sandy Ryza via bikas) (11 years ago) +* 8a037edbfbbf - MAPREDUCE-5317. Stale files left behind for failed jobs. Contributed by Ravi Prakash (11 years ago) +* 37b2a9605594 - HADOOP-9707. Fix register lists for crc32c inline assembly. Contributed by Todd Lipcon. (11 years ago) +* 1db4319072e0 - YARN-909. Disable TestLinuxContainerExecutorWithMocks on Windows. Contributed by Chuan Liu. (11 years ago) +* fe735f237c73 - YARN-654. AMRMClient: Perform sanity checks for parameters of public methods (Xuan Gong via bikas) (11 years ago) +* adfd2fa314e9 - HADOOP-9241. DU refresh interval is not configurable. (harsh) (11 years ago) +* b980f2aa4e01 - YARN-763. AMRMClientAsync should stop heartbeating after receiving shutdown from RM (Xuan Gong via bikas) (11 years ago) +* 2adee6342695 - YARN-541. getAllocatedContainers() is not returning all the allocated containers (bikas) (11 years ago) +* a038ec6ceb3b - HADOOP-9703. org.apache.hadoop.ipc.Client leaks threads on stop (Tsuyoshi OZAWA via Colin Patrick McCabe) (11 years ago) +* 0880be20acd9 - HDFS-4982. JournalNode should relogin from keytab before fetching logs from other JNs. Contributed by Todd Lipcon. (11 years ago) +* b47df4e3b908 - HDFS-4912. Cleanup FSNamesystem#startFileInternal. Contributed by Suresh Srinivas. (11 years ago) +* 3630a23c5558 - HDFS-4978. Make disallowSnapshot idempotent. Contributed by Jing Zhao. (11 years ago) +* 171493215889 - YARN-333. Schedulers cannot control the queue-name of an application. (sandyr via tucu) (11 years ago) +* 8767e4cde172 - HADOOP-9418. Add symlink support to DistributedFileSystem (Andrew Wang via Colin Patrick McCabe) (11 years ago) +* 2409882a4732 - HDFS-4374. Display NameNode startup progress in UI. Contributed by Chris Nauroth. (11 years ago) +* 19346d8ca645 - HDFS-4373. Add HTTP API for querying NameNode startup progress. Contributed by Chris Nauroth. (11 years ago) +* a8349819b372 - update CHANGES.txt to reflect the fact that HADOOP-9186 is only in trunk at the moment (11 years ago) +* 03c950d9077f - HADOOP-9186. test-patch.sh should report build failure to JIRA. (Binglin Chang via Colin Patrick McCabe) (11 years ago) +* 02f9eaa24154 - add HADOOP-9417 to CHANGES.txt (11 years ago) +* e1a1c3363238 - HADOOP-9417. Support for symlink resolution in LocalFileSystem / RawLocalFileSystem. (Andrew Wang via Colin Patrick McCabe) (11 years ago) +* 17420dcc7115 - HDFS-4980. Incorrect logging.properties file for hadoop-httpfs. Contributed by Mark Grover. (11 years ago) +* 7f42befa7096 - HADOOP-9720. Rename Client#uuid to Client#clientId. Contributed by Arpit Agarwal. (11 years ago) +* 6ffe6728f5a9 - HADOOP-9432 Add support for markdown .md files in site documentation (11 years ago) +* da8e962e39bd - HDFS-4372. Track NameNode startup progress. Contributed by Chris Nauroth. (11 years ago) +* 85f0efb68f9d - YARN-569. Add support for requesting and enforcing preemption requests via a capacity monitor. Contributed by Carlo Curino, Chris Douglas (11 years ago) +* 59a5ab9d1c4e - updating CHANGES.txt after committing MAPREDUCE-5333,HADOOP-9661,HADOOP-9355,HADOOP-9673,HADOOP-9414,HADOOP-9416,HDFS-4797,YARN-866,YARN-736,YARN-883 to 2.1-beta branch (11 years ago) +* 413bddf5969a - MAPREDUCE-4374. Fix child task environment variable config and add support for Windows. Contributed by Chuan Liu. (11 years ago) +* 36bd53a9a9a7 - In CHANGES.txt, move HDFS-4908 and HDFS-4645 to 2.1.0-beta. (11 years ago) +* c6eaa8b37fe7 - HDFS-4969. WebhdfsFileSystem expects non-standard WEBHDFS Json element. (rkanter via tucu) (11 years ago) +* dfe70f6a0329 - YARN-295. Fixed a race condition in ResourceManager RMAppAttempt state machine. Contributed by Mayank Bansal. (11 years ago) +* 3ee5949912a4 - YARN-368. Fixed a typo in error message in Auxiliary services. Contributed by Albert Chu. (11 years ago) +* 58d75576c4d2 - HDFS-4962. Use enum for nfs constants. Contributed by Tsz Wo (Nicholas) SZE. (11 years ago) +* 3a3109f8bf3e - HDFS-4887. TestNNThroughputBenchmark exits abruptly. Contributed by Kihwal Lee. (11 years ago) +* 0a5f16a89e39 - HADOOP-9691. RPC clients can generate call ID using AtomicInteger instead of synchronizing on the Client instance. Contributed by Chris Nauroth. (11 years ago) +* 15ce82b9c508 - YARN-369. Handle ( or throw a proper error when receiving) status updates from application masters that have not registered (Mayank Bansal & Abhishek Kapoor via bikas) (11 years ago) +* e2cce7bd26cb - YARN-727, MAPREDUCE-5325. ClientRMProtocol.getAllApplications should accept ApplicationType as a parameter. Contributed by Xuan Gong. (11 years ago) +* 3ed7c6e9e56c - HDFS-4951. FsShell commands using secure httpfs throw exceptions due to missing TokenRenewer. (rknater via tucu) (11 years ago) +* 9b252b39df7a - HADOOP-8440. HarFileSystem.decodeHarURI fails for URIs whose host contains numbers. Contributed by Ivan Mitic. (11 years ago) +* 31fff48ec4a7 - YARN-894. NodeHealthScriptRunner timeout checking is inaccurate on Windows. Contributed by Chuan Liu. (11 years ago) +* 8fdd5083bf4d - HDFS-4841. FsShell commands using secure webhfds fail ClientFinalizer shutdown hook. (rkanter via tucu) (11 years ago) +* 5e4f6ad1d9aa - YARN-791. Changed RM APIs and web-services related to nodes to ensure that both are consistent with each other. Contributed by Sandy Ryza. (11 years ago) +* e4e0499fc9ab - MAPREDUCE-5187. Create mapreduce command scripts on Windows. Contributed by Chuan Liu. (11 years ago) +* c382945d9b59 - HADOOP-9688. Adding a file missed in the commit 1500843 (11 years ago) +* eb2a60338715 - HADOOP-9688. Add globally unique Client ID to RPC requests. Contributed by Suresh Srinivas. (11 years ago) +* 4175e4154850 - MAPREDUCE-5366. TestMRAsyncDiskService fails on Windows. Contributed by Chuan Liu. (11 years ago) +* 6770de7ec4f7 - HDFS-4645. Move from randomly generated block ID to sequentially generated block ID. Contributed by Arpit Agarwal (11 years ago) +* e01cbdac255a - MAPREDUCE-5360. TestMRJobClient fails on Windows due to path format. Contributed by Chuan Liu. (11 years ago) +* 81620ca1c967 - HADOOP-8844. Add a plaintext fs -text test-case. Contributed by Akira AJISAKA. (harsh) (11 years ago) +* ed70fb1608e6 - HDFS-4860. Add additional attributes to JMX beans. Contributed by Trevor Lorimer (11 years ago) +* eff5d9b17e08 - YARN-845. RM crash with NPE on NODE_UPDATE (Mayank Bansal via bikas) (11 years ago) +* 5428bfbf53d2 - HDFS-4465. Optimize datanode ReplicasMap and ReplicaInfo. Contributed by Aaron T. Myers. (11 years ago) +* 33fe54a25f04 - HADOOP-9416. Add new symlink resolution methods in FileSystem and FileSystemLinkResolver. (awang via cmccabe) (11 years ago) +* cf4d0cf189d1 - MAPREDUCE-5358. MRAppMaster throws invalid transitions for JobImpl. Contributed by Devaraj K (11 years ago) +* dda44d3f5076 - Add .classpath, .project, .settings and target to svn:ignore. (11 years ago) +* 5b64e3c2be8c - MAPREDUCE-5357. Job staging directory owner checking could fail on Windows. (11 years ago) +* 06ea8ffcf254 - MAPREDUCE-5359. JobHistory should not use File.separator to match timestamp in path. Contributed by Chuan Liu. (11 years ago) +* 2c9e837f1bd5 - HDFS-4948. mvn site for hadoop-hdfs-nfs fails. Contributed by Brandon Li (11 years ago) +* f047f9cac65e - MAPREDUCE-5355. MiniMRYarnCluster with localFs does not work on Windows. Contributed by Chuan Liu. (11 years ago) +* a52d85834d19 - HADOOP-9660 [WINDOWS] Powershell / cmd parses -Dkey=value from command line as [-Dkey, value] which breaks GenericsOptionParser (enis) (11 years ago) +* e846c9839751 - MAPREDUCE-3193. FileInputFormat doesn't read files recursively in the input path dir. Contributed by Devaraj K (11 years ago) +* 3628553736b1 - HADOOP-9681. FileUtil.unTarUsingJava() should close the InputStream upon finishing. Contributed by Chuan Liu. (11 years ago) +* 70e9e58ff313 - Add the missed file in commit r1499029 (11 years ago) +* 37f587563a94 - HDFS-4762 Provide HDFS based NFSv3 and Mountd implementation. Contributed by Brandon Li (11 years ago) +* 05fd0a706aed - HDFS-4943. WebHdfsFileSystem does not work when original file path has encoded chars. Contributed by Jerry He (11 years ago) +* 488230551f9a - HADOOP-9678. TestRPC#testStopsAllThreads intermittently fails on Windows. Contributed by Ivan Mitic. (11 years ago) +* 805e9b5b6d83 - HADOOP-9676. Make maximum RPC buffer size configurable (Colin Patrick McCabe) (11 years ago) +* 6735b70b4ab6 - HADOOP-9414. Refactor out FSLinkResolver and relevant helper methods. (11 years ago) +* ead7fa0413fd - HDFS-4888. Refactor and fix FSNamesystem.getTurnOffTip. Contributed by Ravi Prakash. (11 years ago) +* aa7e148d1fb0 - Preparing for 0.23.9 release (11 years ago) +* feb5b9641dcd - HDFS-4797. BlockScanInfo does not override equals(..) and hashCode() consistently. (11 years ago) +* 750442812c78 - HDFS-4944. WebHDFS cannot create a file path containing characters that must be URI-encoded, such as space. Contributed by Chris Nauroth. (11 years ago) +* 8eb3be63f598 - YARN-877. Support resource blacklisting for FifoScheduler. (Junping Du via llu) (11 years ago) +* 28d5fa1fb1c9 - LF normalization according to .gitattributes (11 years ago) +* 1773893c9a7c - HADOOP-9665. Fixed BlockDecompressorStream#decompress to return -1 rather than throw EOF at end of file. Contributed by Zhijie Shen. (11 years ago) +* c221204ccaad - YARN-883. Expose Fair Scheduler-specific queue metrics. (sandyr via tucu) (11 years ago) +* 27a50a2bef90 - MAPREDUCE-5333. Add test that verifies MRAM works correctly when sending requests with non-normalized capabilities. (ywskycn via tucu) (11 years ago) +* b6c7de68bc85 - HADOOP-9673. NetworkTopology: When a node cannot be added, print out its location for diagnostic purposes (11 years ago) +* ca1058b27ab8 - HDFS-4932. Avoid a wide line on the name node webUI if we have more Journal nodes. Contributed by Fengdong Yu. (11 years ago) +* 84b28cbdfa9d - Release notes for hadoop-2.1.0-beta. (11 years ago) +* c918b5c02ca6 - Preparing for hadoop-2.1.0-beta release. (11 years ago) +* f3a893b696cd - YARN-869. Move ResourceManagerAdministrationProtocol out of main YARN api. Contributed by Vinod K V. (11 years ago) +* 11bcd2ed12f7 - MAPREDUCE-5326. Added version to shuffle header. Contributed by Zhijie Shen. (11 years ago) +* b3a8d99817dc - YARN-874. Making common RPC to switch to not switch to simple when other mechanisms are enabled and thus fix YARN/MR test failures after HADOOP-9421. Contributed by Daryn Sharp and Vinod Kumar Vavilapalli. (11 years ago) +* 03601136dda9 - HADOOP-9355. Abstract Symlink tests to use either FileContext or FileSystem (Andrew Wang via Colin Patrick McCabe) (11 years ago) +* 8df9a8e6d229 - HADOOP-9656. Gridmix unit tests fail on Windows and Linux. Contributed by Chuan Liu. (11 years ago) +* d74908bdb6b1 - HDFS-4927. CreateEditsLog creates inodes with an invalid inode ID, which then cannot be loaded by a namenode. Contributed by Chris Nauroth. (11 years ago) +* bf11465847a6 - HADOOP-9355. Abstract symlink tests to use either FileContext or FileSystem. (Andrew Wang via Colin Patrick McCabe) (11 years ago) +* 2c6a4e1a75fb - HADOOP-9661. Allow metrics sources to be extended. (sandyr via tucu) (11 years ago) +* e60fbbcc2e6a - YARN-736. Add a multi-resource fair sharing metric. (sandyr via tucu) (11 years ago) +* ca35235b04b7 - HADOOP-9439. JniBasedUnixGroupsMapping: fix some crash bugs (Colin Patrick McCabe) (11 years ago) +* 87d67c8c55f3 - MiniYARNCluster broken after YARN-827 (bikas) (11 years ago) +* 1087be1df470 - HDFS-4205. fsck fails with symlinks. Contributed by Jason Lowe (11 years ago) +* ba44df916601 - Deleting files missed for YARN-827 (11 years ago) +* 5f9b4c14a175 - HADOOP-9421. [RPC v9] Convert SASL to use ProtoBuf and provide negotiation capabilities (daryn) (11 years ago) +* 6cb5ad16d05b - HADOOP-9619 Mark stability of .proto files (sanjay Radia) (11 years ago) +* b194cbc6ddd1 - Update CHANGES.txt to move HDFS-4772 to 2.1.0 section (11 years ago) +* 37d7935a9d7b - YARN-827. Need to make Resource arithmetic methods accessible^CJian He via bikas) (11 years ago) +* 066f9704576a - YARN-866. Add test for class ResourceWeights. (ywskycn via tucu) (11 years ago) +* 3a06308118d2 - Move changes for HDFS-4883 to 2.1.0 section. (11 years ago) +* 92cbba386ff6 - HDFS-4883. complete() should verify fileId. Contributed by Tao Luo. (11 years ago) +* 6ecf78a99b4b - HDFS-4772. Add number of children in HdfsFileStatus. Contributed by Brandon Li (11 years ago) +* 1a06175440ee - YARN-851. Share NMTokens using NMTokenCache (api-based) between AMRMClient and NMClient instead of memory based approach which is used currently. Contributed by Omkar Vinit Joshi. (11 years ago) +* 575495b5b10f - YARN-861. TestContainerManager is failing. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* 90fd863cb8fa - YARN-478. fix coverage org.apache.hadoop.yarn.webapp.log (Aleksey Gorshkov via jeagles) (11 years ago) +* c02953dbc344 - HDFS-4908. Reduce snapshot inode memory usage. (11 years ago) +* c68b1d1b31e3 - HDFS-4914. Use DFSClient.Conf instead of Configuration. (11 years ago) +* 3f809667bc39 - YARN-854. Fixing YARN bugs that are failing applications in secure environment. Contributed by Omkar Vinit Joshi. (11 years ago) +* 3843df809d33 - Cleanup CHANGES.txt and move some of the jiras to the right section (11 years ago) +* d9021f8e3833 - Move HADOOP-8608 to branch-2.1 (11 years ago) +* 84862b54aad9 - MAPREDUCE-5334. Fix failing unit tests - TestContainerLauncher, TestContainerLauncherImpl. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* be3a8b66363f - Fix up a little test failure. (11 years ago) +* 51c85ca067a4 - YARN-852. TestAggregatedLogFormat.testContainerLogsFileAccess fails on Windows. Contributed by Chuan Liu. (11 years ago) +* ed2c56421cbd - YARN-597. Change attribution of YARN-597 from trunk to release 2.1.0-beta in CHANGES.txt. (cnauroth) (11 years ago) +* 2bf1f4729605 - HADOOP-9264. Change attribution of HADOOP-9264 from trunk to 2.1.0-beta. (cnauroth) (11 years ago) +* 9550b1a78bd4 - Clean up an IPC error message. Contributed by Aaron T. Myers. (11 years ago) +* 1ab4659b6b75 - MAPREDUCE-5084. fix coverage org.apache.hadoop.mapreduce.v2.app.webapp and org.apache.hadoop.mapreduce.v2.hs.webapp (Aleksey Gorshkov via jeagles) (11 years ago) +* d3198dddc8c6 - YARN-553. Replaced YarnClient.getNewApplication with YarnClient.createApplication which provides a directly usable ApplicationSubmissionContext to simplify the api. Contributed by Karthik Kambatla. (11 years ago) +* 571aa3900c31 - HDFS-4917. Start-dfs.sh cannot pass the parameters correctly. Contributed by Fengdong Yu. (11 years ago) +* a1667e5177d4 - Move jiras to the right section in CHANGES.txt and make it consistent with branch-2 (11 years ago) +* 16616f9e5b1e - MAPREDUCE-5194. Heed interrupts during Fetcher shutdown. (11 years ago) +* 57006e1c8c9d - HDFS-4461. DirectoryScanner: volume prefix takes up memory for every block that is scanned (Colin Patrick McCabe) (11 years ago) +* ab647cfcdb25 - YARN-848. Fix NodeManager to register with RM using the fully qualified hostname. Contributed by Hitesh Shah. (11 years ago) +* 243bcd367ff3 - YARN-694. Starting to use NMTokens to authenticate all communication with NodeManagers. Contributed by Omkar Vinit Joshi. (11 years ago) +* 44b9959edaa7 - HADOOP-9624. TestFSMainOperationsLocalFileSystem failed when the Hadoop test root path has "X" in its name. Contributed by Xi Fang. (11 years ago) +* 2e99da4853ff - HADOOP-9637. Adding Native Fstat for Windows as needed by YARN. Contributed by Chuan Liu. (11 years ago) +* 3ab7f86c16c0 - HADOOP-9582. Non-existent file to "hadoop fs -conf" doesn't throw error. Contributed by Ashwin Shankar (11 years ago) +* 40cab68409a9 - YARN-850. Rename getClusterAvailableResources to getAvailableResources in AMRMClients (Jian He via bikas) (11 years ago) +* 1c309f763be3 - HDFS-4906. HDFS Output streams should not accept writes after being closed. Contributed by Aaron T. Myers. (11 years ago) +* 52fe4e6be94e - MAPREDUCE-5316. job -list-attempt-ids command does not handle illegal task-state. Contributed by Ashwin Shankar (11 years ago) +* 2fd7f2823074 - YARN-846. Move pb Impl classes from yarn-api to yarn-common. Contributed by Jian He. (11 years ago) +* 645128870492 - YARN-799. Fix CgroupsLCEResourcesHandler to use /tasks instead of /cgroup.procs. Contributed by Chris Riccomini. (11 years ago) +* f4d80e91ae31 - YARN-841. Move Auxiliary service to yarn-api, annotate and document it. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* acc0d3eb521e - YARN-840. Moved ProtoUtils to yarn.api.records.pb.impl. Contributed by Jian He. (11 years ago) +* 364b379cb84a - HDFS-4818. Several HDFS tests that attempt to make directories unusable do not work correctly on Windows. Contributed by Chris Nauroth. (11 years ago) +* 7ef54faad4be - YARN-834. Fixed annotations for yarn-client module, reorganized packages and clearly differentiated *Async apis. Contributed by Arun C Murthy and Zhijie Shen. (11 years ago) +* 2b14656ab505 - YARN-805. Fix javadoc and annotations on classes in the yarn-api package. Contributed by Jian He. (11 years ago) +* 52ebd9c389e8 - HDFS-4626. ClientProtocol#getLinkTarget should throw an exception for non-symlink and non-existent paths. (Andrew Wang via cmccabe) (11 years ago) +* 5d1b453b8591 - YARN-610. ClientToken is no longer set in the environment of the Containers. Contributed by Omkar Vinit Joshi. (11 years ago) +* b02dc5b4642c - YARN-839. TestContainerLaunch.testContainerEnvVariables fails on Windows. Contributed by Chuan Liu. (11 years ago) +* cdfc555eae50 - CHANGES.txt change for HADOOP-9515 (11 years ago) +* 4d63b7a01623 - HADOOP-9515. Add general interface for NFS and Mount. Contributed by Brandon Li (11 years ago) +* 7d0c43d7cff6 - YARN-822. Renamed ApplicationToken to be AMRMToken, and similarly the corresponding TokenSelector and SecretManager. Contributed by Omkar Vinit Joshi. (11 years ago) +* eff5e6da1da0 - HDFS-4875. Add a test for testing snapshot file length. Contributed by Arpit Agarwal. (11 years ago) +* 7801a730e9fc - Fix hadoop-yarn-project/CHANGES.txt for YARN-759 (11 years ago) +* 423f2b14ac4f - HADOOP-9517. Documented various aspects of compatibility for Apache Hadoop. Contributed by Karthik Kambatla. (11 years ago) +* cd3005819364 - YARN-837. Moved yarn.ClusterInfo into MapReduce project as it doesn't belong to YARN. Contributed by Zhijie Shen. (11 years ago) +* 4662b8b44313 - YARN-833. Moved Graph and VisualizeStateMachine into yarn.state package. Contributed by Zhijie Shen. (11 years ago) +* b9efe6bd4a12 - HADOOP-9649. Promoted YARN service life-cycle libraries into Hadoop Common for usage across all Hadoop projects. Contributed by Zhijie Shen. (11 years ago) +* d4a811edb25e - YARN-826. Moved Clock and SystemClock into yarn.util package. Contributed by Zhijie Shen. (11 years ago) +* f5f8f3bca4ee - YARN-825. Fixed javadoc and annotations for yarn-common module. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* ff70f912f781 - YARN-824. Added static factory methods to hadoop-yarn-client interfaces. Contributed by Jian He. (11 years ago) +* 6b75a5c3b508 - YARN-831. Removed minimum resource from GetNewApplicationResponse as a follow-up to YARN-787. Contributed Jian He. (11 years ago) +* 77e134d13fb8 - YARN-387. Renamed YARN protocols for consistency. Contributed by Vinod K V. (11 years ago) +* 789c03438c9f - MAPREDUCE-5171. Expose blacklisted nodes from the MR AM REST API. (sandyr via tucu) (11 years ago) +* 02f87683e3fe - YARN-752. In AMRMClient, automatically add corresponding rack requests for requested nodes. (sandyr via tucu) (11 years ago) +* ac0bbb750f3c - YARN-823. Moved RMAdmin from yarn.client to yarn.client.cli and renamed it to be RMAdminCLI. Contributed by Jian He. (11 years ago) +* 4aa750334227 - YARN-828. Removed the unsed YarnVersionAnnotation. Contributed by Zhijie Shen. (11 years ago) +* e3769ea1d2d0 - YARN-829. Renamed RMTokenSelector to be RMDelegationTokenSelector. Contributed by Zhijie Shen. (11 years ago) +* 7f96128e43f5 - MAPREDUCE-5184. Document compatibility for MapReduce applications in hadoop-2 vis-a-vis hadoop-1. Contributed by Zhijie Shen. (11 years ago) +* 98d97d316cd6 - YARN-787. Removed minimum resource from RegisterApplicationMasterResponse. Contributed by Alejandro Abdelnur. (11 years ago) +* 18a4cb4872f2 - HADOOP-9632. TestShellCommandFencer will fail if there is a 'host' machine in the network. Contributed by Chuan Liu. (11 years ago) +* 769a0bd8314c - YARN-693. Modified RM to send NMTokens on allocate call so that AMs can then use them for authentication with NMs. Contributed by Omkar Vinit Joshi. (11 years ago) +* 1a389305b27a - MAPREDUCE-5192. Allow for alternate resolutions of TaskCompletionEvents. Contributed by Chris Douglas. (11 years ago) +* 29a370872435 - YARN-781. Exposing LOGDIR in all containers' environment which should be used by containers for logging purposes. Contributed by Jian He. (11 years ago) +* c2d0cf1b2048 - YARN-821. Renamed setFinishApplicationStatus to setFinalApplicationStatus in FinishApplicationMasterRequest for consistency. Contributed by Jian He. (11 years ago) +* 5694c3404016 - HDFS-4866. Protocol buffer support cannot compile under C. Contributed by Arpit Agarwal. (11 years ago) +* b503b6a07d72 - YARN-639. Modified Distributed Shell application to start using the new NMClient library. Contributed by Zhijie Shen. (11 years ago) +* 5e72bfc521b1 - revert HADOOP-9646 to fix hadoop-streaming compile issue (11 years ago) +* 6bc12bc42a9f - add CHANGES.txt description for HADOOP-9646. (Colin Patrick McCabe) (11 years ago) +* 65b225c06f42 - HADOOP-9646: Inconsistent exception specifications in FileUtils#chmod (11 years ago) +* 0d1a994fbb31 - HDFS-4904. Remove JournalService. Contributed by Arpit Agarwal. (11 years ago) +* b9753e509ce2 - YARN-789. Enable zero capabilities resource requests in fair scheduler. (tucu) (11 years ago) +* 079ed1c9e1ab - MAPREDUCE-5310. MRAM should not normalize allocation request capabilities. (tucu) (11 years ago) +* 334de8d21189 - ARN-803. factor out scheduler config validation from the ResourceManager to each scheduler implementation. (tucu) (11 years ago) +* 0ef156a86e9f - HDFS-4783. TestDelegationTokensWithHA#testHAUtilClonesDelegationTokens fails on Windows. Contributed by Chris Nauroth. (11 years ago) +* fdc9412a8105 - YARN-806. Moved ContainerExitStatus from yarn.api to yarn.api.records. Contributed by Jian He. (11 years ago) +* 710a5eea62a9 - YARN-782. vcores-pcores ratio functions differently from vmem-pmem ratio in misleading way. (sandyr via tucu) (11 years ago) +* 2166fa201ed9 - MAPREDUCE-5319. Set user.name in job.xml. Contributed by Xuan Gong. (11 years ago) +* aa14698fd6f7 - YARN-812. Set default logger for application summary logger to hadoop.root.logger. Contributed by Siddarth Seth. (11 years ago) +* e9f753a11e2a - YARN-792. Moved NodeHealthStatus from yarn.api.record to yarn.server.api.record. Contributed by Jian He. (11 years ago) +* 4cd605413a4e - HDFS-4845. FSNamesystem.deleteInternal should acquire write-lock before changing the inode map. Contributed by Arpit Agarwal (11 years ago) +* f0eb4bc34237 - YARN-692. Creating NMToken master key on RM and sharing it with NM as a part of RM-NM heartbeat. Contributed by Omkar Vinit Joshi. (11 years ago) +* c0cd68d8fbf5 - YARN-773. Moved YarnRuntimeException from package api.yarn to api.yarn.exceptions. Contributed by Jian He. (11 years ago) +* 8dc0d5af432c - MAPREDUCE-4019. -list-attempt-ids is not working. Contributed by Ashwin Shankar, Devaraj K, and B Anil Kumar (11 years ago) +* b64572b06b12 - MAPREDUCE-5199. Removing ApplicationTokens file as it is no longer needed. Contributed by Daryn Sharp. (11 years ago) +* 7e1744ccf9a9 - HDFS-4902. DFSClient#getSnapshotDiffReport should use string path rather than o.a.h.fs.Path. Contributed by Binglin Chang. (11 years ago) +* 686ac311c924 - YARN-746. Renamed Service.register() and Service.unregister() to registerServiceListener() & unregisterServiceListener() respectively. Contributed by Steve Loughran. (11 years ago) +* 0928502029ef - YARN-530. Defined Service model strictly, implemented AbstractService for robust subclassing and migrated yarn-common services. Contributed by Steve Loughran. YARN-117. Migrated rest of YARN to the new service model. Contributed by Steve Louhran. MAPREDUCE-5298. Moved MapReduce services to YARN-530 stricter lifecycle. Contributed by Steve Loughran. (11 years ago) +* 5244bf686024 - Port HDFS-4878 to branch-0.23.9. (11 years ago) +* 1104c7d16685 - YARN-648. FS: Add documentation for pluggable policy. (kkambatl via tucu) (11 years ago) +* 1ed916f6c6d8 - YARN-700. TestInfoBlock fails on Windows because of line ending missmatch. Contributed by Ivan Mitic. (11 years ago) +* 80eb92aff02c - YARN-600. Hook up cgroups CPU settings to the number of virtual cores allocated. (sandyr via tucu) (11 years ago) +* b090bc1c2116 - MAPREDUCE-5259. TestTaskLog fails on Windows because of path separators missmatch. Contributed by Ivan Mitic. (11 years ago) +* c9fce677b33b - MAPREDUCE-5304. mapreduce.Job killTask/failTask/getTaskCompletionEvents methods have incompatible signature changes. (kkambatl via tucu) (11 years ago) +* c5821cf38bdf - HADOOP-9638. Parallel test changes caused invalid test path for several HDFS tests on Windows. Contributed by Andrey Klochkov. (11 years ago) +* b90755c296d3 - YARN-427. Coverage fix for org.apache.hadoop.yarn.server.api.* (Aleksey Gorshkov via jeagles) (11 years ago) +* f9186f3ae8d2 - HDFS-4819. Update Snapshot doc to clarify that nested snapshots are not allowed. (11 years ago) +* e75ee47fc935 - YARN-795. Fair scheduler queue metrics should subtract allocated vCores from available vCores. (ywskycn via tucu) (11 years ago) +* 6d4d87008ca2 - YARN-731. RPCUtil.unwrapAndThrowException should unwrap remote RuntimeExceptions. Contributed by Zhijie Shen. (11 years ago) +* 25946da4133a - YARN-767. Initialize application metrics at RM bootup. Contributed by Jian He. (11 years ago) +* 390eca2cdea5 - HDFS-4873. callGetBlockLocations returns incorrect number of blocks for snapshotted files. Contributed by Jing Zhao. (11 years ago) +* 0c88f38be88d - HADOOP-9635. Fix potential stack overflow in DomainSocket.c (V. Karthik Kumar via cmccabe) (11 years ago) +* 6f59922e9dbc - MAPREDUCE-5315. DistCp reports success even on failure. (mithun and jlowe via daryn) (11 years ago) +* 723ef662a9ab - MAPREDUCE-5315. DistCp reports success even on failure. (mithun and jlowe via daryn) (11 years ago) +* 59bd35daefb8 - HADOOP-9625. HADOOP_OPTS not picked up by hadoop command. Contributed by Paul Han (11 years ago) +* c6c41abf683b - YARN-737. Throw some specific exceptions directly instead of wrapping them in YarnException. Contributed by Jian He. (11 years ago) +* a841be808a78 - HADOOP-9630. [RPC v9] Remove IpcSerializationType. (Junping Du via llu) (11 years ago) +* 8e0f166cf338 - HDFS-4878. On Remove Block, block is not removed from neededReplications queue. Contributed by Tao Luo. (11 years ago) +* 5ab67b5c07cc - HADOOP-9604. Javadoc of FSDataOutputStream is slightly inaccurate. Contributed by Jingguo Yao. (11 years ago) +* 8e23270e0d33 - HDFS-4752. TestRBWBlockInvalidation fails on Windows due to file locking. Contributed by Chris Nauroth. (11 years ago) +* c0737b0bdb53 - MAPREDUCE-5308. Shuffling to memory can get out-of-sync when fetching multiple compressed map outputs. Contributed by Nathan Roberts (11 years ago) +* b08852475007 - HADOOP-9581. hadoop --config non-existent directory should result in error. Contributed by Ashwin Shankar (11 years ago) +* f3b322e023e7 - Setting release date for 2.0.5-alpha release (11 years ago) +* cb11d68f409b - HDFS-4677. Editlog should support synchronous writes. Contributed by Ivan Mitic. (11 years ago) +* d00d968c4921 - MAPREDUCE-5312. TestRMNMInfo is failing. (sandyr via tucu) (11 years ago) +* 74e88105c9e7 - HADOOP-9599. hadoop-config.cmd doesn't set JAVA_LIBRARY_PATH correctly. Contributed by Mostafa Elhemali. (11 years ago) +* 0b0be8d4dd88 - YARN-642. Removed health parameter from ResourceManager /nodes web-service and cleaned the behaviour of the status parameter. Contributed by Sandy Ryza. (11 years ago) +* 176315d697b1 - YARN-777. Removed unreferenced objects from .proto files. Contributed by Jian He. (11 years ago) +* 8ef140d38b16 - HADOOP-9509. Implement ONCRPC and XDR. Contributed by Brandon Li (11 years ago) +* af8514eef297 - YARN-686. Flatten NodeReport. (sandyr via tucu) (11 years ago) +* 2a76cddcd53a - HDFS-4832. Namenode doesn't change the number of missing blocks in safemode when DNs rejoin or leave. Contributed by Ravi Prakash. (11 years ago) +* a764da16d6a0 - HDFS-4880. Print the image and edits file loaded by the namenode in the logs. Contributed by Arpit Agarwal. (11 years ago) +* a8c330fd338f - YARN-760. NodeManager throws AvroRuntimeException on failed start. Contributed by Niranjan Singh (11 years ago) +* e44f5e486813 - HDFS-4586. Moved the jira to release 2.1.0 section (11 years ago) +* 0e889e77c587 - HDFS-4862. SafeModeInfo.isManual() returns true when resources are low even if it wasn't entered into manually. Contributed by Ravi Prakash. (11 years ago) +* 9fcfbf5f51f2 - YARN-759. Create Command enum in AllocateResponse (bikas) (11 years ago) +* 91a4da5ebbfa - YARN-761. TestNMClientAsync fails sometimes (Zhijie Shen via bikas) (11 years ago) +* 8854c210bdf8 - HDFS-4867. metaSave NPEs when there are invalid blocks in repl queue. Contributed by Plamen Jeliazkov and Ravi Prakash. (11 years ago) +* d46e1608626c - HDFS-4877. Snapshot: fix the scenario where a directory is renamed under its prior descendant. Contributed by Jing Zhao. (11 years ago) +* 2051fd5ee29e - YARN-750. Allow for black-listing resources in YARN API and Impl in CS (acmurthy via bikas) (11 years ago) +* 98f55792ffca - YARN-764. blank Used Resources on Capacity Scheduler page (Nemon Lou via tgraves) (11 years ago) +* ba6bd0981186 - HADOOP-8982. TestSocketIOWithTimeout fails on Windows. Contributed by Chris Nauroth. (11 years ago) +* 8f201a070e8a - HADOOP-9526. TestShellCommandFencer and TestShell fail on Windows. Contributed by Arpit Agarwal. (11 years ago) +* cda2564e1c7b - Move HADOP-9131, HADOOP-8957 to release 2.0.1 section and HADOOP-9607, HADOOP-9605 to BUG FIXES (11 years ago) +* 5f2232057986 - HADOOP-9593. Changing CHANGES.txt to reflect merge to branch-2.1-beta. (11 years ago) +* 53b0dc795fd6 - HDFS-4053. Move the jira description to release 2.1.0 section (11 years ago) +* 496b80b28c35 - HDFS-4850. Fix OfflineImageViewer to work on fsimages with empty files or snapshots. Contributed by Jing Zhao. (11 years ago) +* 5fc3c478004e - Updating release date for 0.23.8 (11 years ago) +* e00f828b119b - HDFS-4876. Fix the javadoc of FileWithSnapshot and move FileDiffList to FileWithSnapshot. (11 years ago) +* 81712036921b - HDFS-4815. TestRBWBlockInvalidation: Double call countReplicas() to fetch corruptReplicas and liveReplicas is not needed. Contributed by Tian Hong Wang. (11 years ago) +* 66de4ccf6010 - YARN-724. Moved ProtoBase from api.records to api.records.impl.pb. Contributed by Jian He. MAPREDUCE-5303. Changed MR app after moving ProtoBase to package impl.pb via YARN-724. Contributed by Jian He. (11 years ago) +* 707b310c798c - YARN-753. Added individual factory methods for all api protocol records and converted the records to be abstract classes. Contributed by Jian He. (11 years ago) +* c4382e756544 - HDFS-4840. ReplicationMonitor gets NPE during shutdown. Contributed by Kihwal Lee. (11 years ago) +* af65d6f80ee0 - YARN-756. Remnants from moving Preemption* records to yarn.api where they really belong. Contributed by Jian He. (11 years ago) +* 78063b3a7684 - YARN-742. Log aggregation causes a lot of redundant setPermission calls. Contributed by Jason Lowe. (11 years ago) +* 978012b9b6b1 - YARN-755. Renamed AllocateResponse.reboot to AllocateResponse.resync. Contributed by Bikas Saha. (11 years ago) +* 28aabe0b2bb2 - YARN-756. Move Preemption* records to yarn.api where they really belong. Contributed by Jian He. (11 years ago) +* 5c097a134e6d - YARN-635 and MAPREDUCE-5301. Bug fix as the committed patch ended up being stale. (11 years ago) +* a83fb61ac07c - YARN-635. Renamed YarnRemoteException to YarnException. Contributed by Siddharth Seth. MAPREDUCE-5301. Updated MR code to work with YARN-635 changes of renaming YarnRemoteException to YarnException. Contributed by Siddharth Seth (11 years ago) +* 78daceaea40f - MAPREDUCE-5283. Over 10 different tests have near identical implementations of AppContext. Committed by Sandy Ryza (11 years ago) +* c71fb196b97a - YARN-757. Changed TestRMRestart to use the default scheduler to avoid test failures. Contributed by Bikas Saha. (11 years ago) +* cd0220f1d504 - HADOOP-9481. Move from trunk to release 2.1.0 section (11 years ago) +* 8962f5ce88bb - Move HADOOP-9287 in CHANGES.txt after committing to branch-2 (11 years ago) +* d33534c4fb35 - YARN-748. Moved BuilderUtils from yarn-common to yarn-server-common for eventual retirement. Contributed by Jian He. MAPREDUCE-5297. Updated MR App since BuilderUtils is no longer public after YARN-748. Contributed by Jian He. (11 years ago) +* 72e1568be34f - MAPREDUCE-5245. Added back constants to JobConf to fix incompatibilities. Contributed by Zhijie Shen. (11 years ago) +* 5cf48b4612f8 - YARN-726. Fix queue & finish time fields in web-ui for ResourceManager. Contributed by Mayank Bansal. (11 years ago) +* 561be84f6cea - MAPREDUCE-5300. Moved to INCOMPATIBLE CHANGES section in CHANGES.txt. (11 years ago) +* 03375f1860c0 - MAPREDUCE-5299. Changed jira number for the commit in CHANGES.txt. (11 years ago) +* 78331cfecacd - MAPREDUCE-5300. Fix backward incompatibility for o.a.h.mapreduce.filecache.DistributedCache. Contributed by Zhijie Shen. (11 years ago) +* 1caf3e363f23 - MAPREDUCE-5296. Fix backward incompatibility for JobControl by adding the omitted addJob. Contributed by Zhijie Shen. (11 years ago) +* 0add6b4edc60 - MAPREDUCE-5220. Fix backward incompatibility for TaskCompletionEvent by adding back setTaskID. Contributed by Zhijie Shen. (11 years ago) +* 8db62b0bd30e - HADOOP-9614. smart-test-patch.sh hangs for new version of patch (2.7.1) (Ravi Prakash via jeagles) (11 years ago) +* 4a14264ddb28 - YARN-398. Make it possible to specify hard locality constraints in resource requests for CapacityScheduler. Contributed by Arun C. Murthy. (11 years ago) +* 4ee1ec21267d - Remove extra code that code erroneously committed in HDFS-3934 (cmccabe) (11 years ago) +* c1b635ed4826 - YARN-326. Add multi-resource scheduling to the fair scheduler. (sandyr via tucu) (11 years ago) +* 4c13c986e1b9 - Add needed file for HDFS-3934 (cmccabe) (11 years ago) +* a7bfb25d2bba - HDFS-3934. duplicative dfs_hosts entries handled wrong. (cmccabe) (11 years ago) +* 9a3379f6b1bf - MAPREDUCE-5036. Default shuffle handler port should not be 8080. Contributed by Sandy Ryza. (11 years ago) +* 15f9d9029a36 - Move HADOOP-9397 to 2.1.0-beta after merging it into branch-2. (11 years ago) +* ac44e0a0d0ce - MAPREDUCE-5268. Improve history server startup performance. Contributed by Karthik Kambatla (11 years ago) +* 6c4f5e47fc1a - Move node group block placement JIRAs to 2.1.0-beta in CHANGES.txt. (11 years ago) +* 22e9000a58bc - Move HADOOP-8469 and HADOOP-8470 to 2.1.0-beta in CHANGES.txt. (11 years ago) +* 52b189db9083 - YARN-730. Fix NMClientAsync to remove completed containers. Contributed by Zhijie Shen. (11 years ago) +* a2205a3b7279 - YARN-720 and MAPREDUCE-5291. container-log4j.properties should not refer to mapreduce properties. Update MRApp to use YARN properties for log setup. Contributed by Zhijie Shen. (11 years ago) +* f27e484636f9 - YARN-749. Rename ResourceRequest.(get,set)HostName to ResourceRequest.(get,set)ResourceName. Contributed by Arun C. Murthy. (11 years ago) +* 97f9f4974637 - Move HDFS-4826 to 2.1.0-beta. (11 years ago) +* 05cdca070e1c - MAPREDUCE-5274. Bring back SecureShuffleUtils.toHex in mapreduce for binary compatibility with 1.x APIs. Contributed by Mayank Bansal. (11 years ago) +* 8267117e10b6 - MAPREDUCE-5229. Put back FileOutputCommitter.TEMP_DIR_NAME in mapreduce for binary compatibility with 1.x APIs. Contributed by Zhijie Shen. (11 years ago) +* 3dce234ed945 - YARN-733. Fixed TestNMClient from failing occasionally. Contributed by Zhijie Shen. (11 years ago) +* a2c42330047b - YARN-717. Put object creation factories for Token in the class itself and remove useless derivations for specific tokens. Contributed by Jian He. MAPREDUCE-5289. Updated MR App to use Token directly after YARN-717. Contributed by Jian He. (11 years ago) +* aba8b6e540a3 - Adding 2.0.5-alpha release to CHANGES.txt files of trunk (11 years ago) +* 3492f5eff1a2 - YARN-660. Improve AMRMClient with matching requests (bikas) (11 years ago) +* a77030abdc2b - MAPREDUCE-5280. Bring back removed constructor and a method in mapreduce ClusterMetrics for binary compatibility with 1.x APIs. Contributed by Mayank Bansal. (11 years ago) +* b8e9f067749d - MAPREDUCE-5273. Bring back a couple of protected variables in mapred and mapreduce CombineFileRecordReader for binary compatibility with 1.x APIs. Contributed by Mayank Bansal. (11 years ago) +* 39f019f41392 - YARN-735. Make ApplicationAttemptId, ContainerId and NodeId immutable. Contributed by Jian He. (11 years ago) +* b65e7ed920fc - MAPREDUCE-5231. Bring back a constructor in mapred's DBInputFormat.DBRecordReader for binary compatibility with 1.x mapred APIs. Contributed by Zhijie Shen. (11 years ago) +* 73b88956f542 - MAPREDUCE-5275. Bring back a couple of APIs in mapreduce.security.TokenCache for binary compatibility with 1.x mapreduce APIs. Contributed by Mayank Bansal. (11 years ago) +* 781e82ca9a3d - YARN-392. Make it possible to specify hard locality constraints in resource requests. (sandyr via tucu) (11 years ago) +* 0a452a30abe8 - MAPREDUCE-5176. Add annotation for tagging tasks as responsive to preemption. Contributed by Carlo Curino, cdouglas (11 years ago) +* e18828794679 - Move snapshot JIRAs to 2.0.5 section in CHANGES.txt. (11 years ago) +* f3f7a11336d2 - MAPREDUCE-5286. Change MapReduce to use ContainerTokenIdentifier instead of the entire Container in the startContainer call - YARN-684. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* 2692675fc3b5 - YARN-684. ContainerManager.startContainer should use ContainerTokenIdentifier instead of the entire Container. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* 14da7b762804 - HADOOP-7391 Document Interface Classification from HADOOP-5073 (sanjay Radia) (11 years ago) +* 4394e5edb0e8 - MAPREDUCE-5228. Bring back FileInputFormat.Counter and FileOuputFormat.Counter for binary compatibility with 1.x mapred APIs. Contributed by Mayank Bansal. (11 years ago) +* 85623a2d75c5 - HADOOP-9287. Parallel-testing hadoop-common. Contributed by Andrey Klochkov (11 years ago) +* 131bfc91a604 - MAPREDUCE-5261. Reverting the patch as it is no longer needed. (11 years ago) +* 982753dc8e49 - YARN-716. Making ApplicationID immutable. Contributed by Siddharth Seth. MAPREDUCE-5282. Updating MR App to use immutable ApplicationID after YARN-716. Contributed by Siddharth Seth. (11 years ago) +* 9f551fa542d7 - HADOOP-9605. Update junit dependency. Contributed by Timothy St. Clair. (11 years ago) +* 2fb2a5ab4274 - HADOOP-9607. Fixes in Javadoc build. Contributed by Timothy St. Clair (11 years ago) +* bf99961d67bf - HDFS-4848. copyFromLocal and renaming a file to .snapshot should output that .snapshot is a reserved name. Contributed by Jing Zhao (11 years ago) +* b16c5638b519 - YARN-719. Move RMIdentifier from Container to ContainerTokenIdentifier. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* 9ae713ef58d4 - HADOOP-9574. Fix for timing issues in the original patch's test-case. (11 years ago) +* 29902cd53c2d - YARN-638. Modified ResourceManager to restore RMDelegationTokens after restarting. Contributed by Jian He. (11 years ago) +* 1858c7e52e70 - YARN-714. Added NMTokens to be sent to AMs as part of heart-beat response. Contributed by Omkar Vinit Joshi. (11 years ago) +* a0abed41a02b - HDFS-4863. The root directory should be added to the snapshottable directory list while loading fsimage. Contributed by Jing Zhao (11 years ago) +* a720a524e998 - MAPREDUCE-5263. Bring back old methods and fields in filecache.DistributedCache for binary compatibility with mapred in 1.x. Contributed by Zhijie Shen. (11 years ago) +* fdfedf4c31fa - HADOOP-9574. Added new methods in AbstractDelegationTokenSecretManager for helping YARN ResourceManager to reuse code for RM restart. Contributed by Jian He. (11 years ago) +* 5420f287ccc8 - YARN-578. Fixed NM to use SecureIOUtils for reading and aggregating logs. Contributed by Omkar Vinit Joshi. (11 years ago) +* 01f27f5c23fb - HDFS-4857. Snapshot.Root and AbstractINodeDiff#snapshotINode should not be put into INodeMap when loading FSImage. Contributed by Jing Zhao (11 years ago) +* 719034c12c11 - HDFS-4846. Clean up snapshot CLI commands output stacktrace for invalid arguments. Contributed by Jing Zhao (11 years ago) +* 973017cab7bb - HDFS-4842. Identify the correct prior snapshot when deleting a snapshot under a renamed subtree. Contributed by Jing Zhao. (11 years ago) +* 5b1b197d39f6 - HDFS-4865. Remove sub resource warning from httpfs log at startup time. (ywskycn via tucu) (11 years ago) +* 31c96829c767 - YARN-512. Log aggregation root directory check is more expensive than it needs to be. Contributed by Maysam Yabandeh (11 years ago) +* edc6d7d3abac - YARN-422. Add a NM Client library to help application-writers. Contributed by Zhijie Shen. (11 years ago) +* 0edae7a96a06 - MAPREDUCE-5237. Add methods that were removed from ClusterStatus back into 2.x so as to be compatible with 1.x. Contributed by Zhijie Shen. Incompatible as ClusterStatus.UNINITIALIZED_MEMORY_VALUE is a long now and so breaks 0.23.x but it shouldn't be a big deal in reality. (11 years ago) +* 4bb72210c266 - HDFS-4827. Slight update to the implementation of API for handling favored nodes in DFSClient. Contributed by Devaraj Das. (11 years ago) +* 45b9d19f9d2b - HDFS-4780. Use the correct relogin method for services. Contributed by Robert Parker. (11 years ago) +* 9a43df8e5ac6 - HDFS-4825. webhdfs / httpfs tests broken because of min block size change. Contributed by Andrew Wang. (11 years ago) +* a5d7b6ef6fbf - HADOOP-8562. Moved related jiras to 2.0.5 section in CHANGES.txt (11 years ago) +* e1d5aca10bd1 - HADOOP-8562. Fix CHANGES.txt to move 8562 and related tasks to 2.0.5 section (11 years ago) +* e339d710cc4b - Update hadoop-common CHANGES.txt after merging HADOOP-8562 (11 years ago) +* 643155cbee54 - MAPREDUCE-5270. Migrated MR app from using BuilderUtil factory methods to individual record factory methods. Contributed by Jian He. (11 years ago) +* 259edf8dca44 - YARN-571. Remove user from ContainerLaunchContext. Contributed by Omkar Vinit Joshi. (11 years ago) +* a791527dd169 - MAPREDUCE-5230. Bring back NLineInputFormat.createFileSplit for binary compatibility with mapred in 1.x Contributed by Mayank Bansal. (11 years ago) +* 61885df2fa76 - YARN-711. Copied BuilderUtil methods in individual API records as BuilderUtils is going to be dismantled. Contributed by Jian He. (11 years ago) +* 359ea880169e - HDFS-4714. Log short messages in Namenode RPC server for exceptions meant for clients. Contributed by Kihwal Lee. (11 years ago) +* 52cbb906d953 - YARN-548. Add tests for YarnUncaughtExceptionHandler (Vadim Bondarev via jeagles) (11 years ago) +* 2ad7397c4984 - HDFS-4807. createSocketForPipeline() should not include timeout extension on connect. Contributed by Cristina Abad. (11 years ago) +* 10d21ac77987 - HADOOP-9593 stack trace printed at ERROR for all yarn clients without hadoop.home set (11 years ago) +* 43876770d91a - YARN-563. Add the concept of an application-type for each application. Contributed by Mayank Bansal. MAPREDUCE-5246. Specify application-type at the time of job submission after YARN-563. Contributed by Mayank Bansal. (11 years ago) +* d1ff045c4163 - Fixed incorrect jira in CHANGES.txt (YARN-716 to YARN-715) (11 years ago) +* 8a430d0643a0 - YARN-716. Fixed unit test failures - TestDistributedShell and TestUnmanagedAMLauncher. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* 9b284150f1b8 - MAPREDUCE-5233. Add methods that are changed or removed from JobControl.Job when compared to 1.x. This breaks 0.23.x users of one API in Job. Contributed by Mayank Bansal. (11 years ago) +* 132e38ef4700 - YARN-708. Deleting files that were supposed to removed in the previous commit. (11 years ago) +* 1fac1ac98cf8 - YARN-708. Moved RecordFactory classes to hadoop-yarn-api, and put some miscellaneous fixes to the interfaces. Contributed by Siddharth Seth. (11 years ago) +* 8c62c4604665 - HDFS-4298. StorageRetentionManager spews warnings when used with QJM. Contributed by Aaron T. Myers. (11 years ago) +* aa11e05a64f1 - Move some of the jiras merged into branch-2 to appropriate 2.x section in CHANGES.txt (11 years ago) +* 27e6673ec306 - MAPREDUCE-5156. Change hadoop examples ProgramDriver to be able to run 1.x examples jar on top of YARN. This change breaks 0.23.x direct usages of ProgramDriver. Contributed by Zhijie Shen. (11 years ago) +* 4a4e42d91984 - MAPREDUCE-5261. Fix issues in TestRMContainerAllocator after YARN-617. Contributed by Omkar Vinit Joshi. (11 years ago) +* c665b0e86ba9 - YARN-706. Fixed race conditions in TestFSDownload. Contributed by Zhijie Shen. (11 years ago) +* 6377bfc505d5 - MAPREDUCE-5235. Bring back old fields and exceptions in Counters for binary compatibility with mapred in 1.x. Contributed by Mayank Bansal (11 years ago) +* 98a692fd6361 - HDFS-3875. Issue handling checksum errors in write pipeline. Contributed by Kihwal Lee. (11 years ago) +* e5ed91aff713 - YARN-695. Remove masterContainer and status unused fields from ApplicationReportProto and fix bugs in ApplicationReportPBImpl. Contributed by Zhijie Shen. (11 years ago) +* 6517c3f7146e - MAPREDUCE-5191. TestQueue#testQueue fails with timeout on Windows. (Contributed by Ivan Mitic) (11 years ago) +* f9ab7158800b - YARN-568. Followup; remove an unused field added to Allocation (11 years ago) +* 9cf436aef51f - MAPREDUCE-5257. Fix issues in TestContainerLauncherImpl after YARN-617. Contributed by Omkar Vinit Joshi. (11 years ago) +* ca2265b581a0 - MAPREDUCE-4927. Historyserver 500 error due to NPE when accessing specific counters page for failed job. Contributed by Ashwin Shankar (11 years ago) +* 0b668c21b22b - MAPREDUCE-5234. Change mapred.TaskReport and mapreduce.TaskReport for binary compatibility with mapred in 1.x but incompatible with 0.23.x. Contributed by Mayank Bansal. (11 years ago) +* ca8024673178 - YARN-617. Made ContainerTokens to be used for validation at NodeManager also in unsecure mode to prevent AMs from faking resource requirements in unsecure mode. Contributed by Omkar Vinit Joshi. (11 years ago) +* 9fdb11747628 - HDFS-4824. FileInputStreamCache.close leaves dangling reference to FileInputStreamCache.cacheCleaner. Contributed by Colin Patrick McCabe. (11 years ago) +* 4e419b355118 - HADOOP-9566. Performing direct read using libhdfs sometimes raises SIGPIPE (which in turn throws SIGABRT) causing client crashes. Contributed by Colin Patrick McCabe. (11 years ago) +* 0cd0f64656db - HDFS-4830. Typo in config settings for AvailableSpaceVolumeChoosingPolicy in hdfs-default.xml. Contributed by Aaron T. Myers. (11 years ago) +* 3641f938f6c3 - YARN-690. RM exits on token cancel/renew problems (daryn via bobby) (11 years ago) +* 58e191f0c5b4 - HDFS-4787. Create a new HdfsConfiguration before each TestDFSClientRetries testcases. Contributed by Tian Hong Wang. (11 years ago) +* 2245fcc8c5c4 - Move HDFS-347 and related JIRAs to 2.0.5 section of CHANGES.txt after backport (11 years ago) +* 065747efabd1 - YARN-628. Fix the way YarnRemoteException is being unrolled to extract out the underlying exception. Contributed by Siddharth Seth. (11 years ago) +* da05873e0e6f - HDFS-4826. TestNestedSnapshots times out due to repeated slow edit log flushes when running on virtualized disk. Contributed by Chris Nauroth (11 years ago) +* c9ace69cff4a - HADOOP-9563. Fix incompatibility introduced by HADOOP-9523. Contributed by Tian Hong Wang. (11 years ago) +* f7af4a014c0a - HDFS-3180. Add socket timeouts to WebHdfsFileSystem. Contributed by Chris Nauroth (11 years ago) +* 5c82a0cd1aa7 - HDFS-4813. Add volatile to BlocksMap.blocks so that the replication thread can see the updated value. Contributed by Jing Zhao (11 years ago) +* 4d8e35075074 - MAPREDUCE-5232. Add a configuration to be able to log classpath and other system properties on mapreduce JVMs startup. Contributed by Sangjin Lee. (11 years ago) +* 3472800eb6d6 - MAPREDUCE-5244. Two functions changed their visibility in JobStatus. (zjshen via tucu) (11 years ago) +* d5a6e764dc0b - HADOOP-9220. Unnecessary transition to standby in ActiveStandbyElector. Contributed by Tom White and Todd Lipcon. (11 years ago) +* e29170e771e8 - HADOOP-9307. BufferedFSInputStream.read returns wrong results after certain seeks. Contributed by Todd Lipcon. (11 years ago) +* d89fd7b84fb0 - HADOOP-9560. metrics2#JvmMetrics should have max memory size of JVM. Contributed by Tsuyoshi Ozawa. (11 years ago) +* 8a4ff65b3cf5 - HADOOP-9459. ActiveStandbyElector can join election even before Service HEALTHY, and results in null data at ActiveBreadCrumb. Contributed by Vinay and Todd Lipcon. (11 years ago) +* febf95122090 - MAPREDUCE-5222. Bring back some methods and constants in Jobclient for binary compatibility with mapred in 1.x. Contributed by Karthik Kambatla. (11 years ago) +* 1a119f87b4f0 - YARN-615. Rename ContainerLaunchContext.containerTokens to tokens. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* 14d856be5728 - MAPREDUCE-5240. Fix a bug in MRAppMaster because of which OutputCommitter could not access credentials set by the user. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* 6f236b28fff7 - YARN-597. TestFSDownload fails on Windows due to dependencies on tar/gzip/jar tools. Contributed by Ivan Mitic. (11 years ago) +* 2103c80b77c3 - MAPREDUCE-5220. Setter methods in TaskCompletionEvent are public in MR1 and protected in MR2. (sandyr via tucu) (11 years ago) +* d027b947d62b - HDFS-4805. Webhdfs client is fragile to token renewal errors. Contributed by Daryn Sharp. (11 years ago) +* 09593530fb6c - HDFS-4300. TransferFsImage.downloadEditsToStorage should use a tmp file for destination. Contributed by Andrew Wang. (11 years ago) +* 6521b5ee423e - HDFS-4765. Permission check of symlink deletion incorrectly throws UnresolvedLinkException. Contributed by Andrew Wang. (11 years ago) +* 7359dc32d378 - MAPREDUCE-4067. Changed MRClientProtocol api to throw IOException only (Xuan Gong via vinodkv) (11 years ago) +* 47d1ca402fe0 - MAPREDUCE-5208. Modified ShuffleHandler to use SecureIOUtils for reading local files. Contributed by Omkar Vinit Joshi. (11 years ago) +* 68148989bfb8 - YARN-590. Added an optional mesage to be returned by ResourceMaanger when RM asks an RM to shutdown/resync etc so that NMs can log this message locally for better debuggability. Contributed by Mayank Bansal. (11 years ago) +* a35c7fd80bcb - YARN-663. Changed ResourceTracker API and LocalizationProtocol API to throw YarnRemoteException and IOException. Contributed by Xuan Gong. (11 years ago) +* 2638bc67a48f - YARN-634. Modified YarnRemoteException to be not backed by PB and introduced a separate SerializedException record. Contributed by Siddharth Seth. MAPREDUCE-5239. Updated MR App to reflect YarnRemoteException changes after YARN-634. Contributed by Siddharth Seth. (11 years ago) +* 945cb2ecaa11 - HADOOP-9485. No default value in the code for hadoop.rpc.socket.factory.class.default. Contributed by Colin Patrick McCabe. (11 years ago) +* b98b77636349 - HADOOP-9481. Broken conditional logic with HADOOP_SNAPPY_LIBRARY. Contributed by Vadim Bondarev. (11 years ago) +* b1603b44c57b - HDFS-4533. start-dfs.sh ignores additional parameters besides -upgrade. Contributed by Fengdong Yu. (11 years ago) +* b9a0286223e9 - HDFS-4751. TestLeaseRenewer#testThreadName flakes. Contributed by Andrew Wang. (11 years ago) +* 4ed1fc58c068 - HDFS-4698. Provide client-side metrics for remote reads, local reads, and short-circuit reads. Contributed by Colin Patrick McCabe. (11 years ago) +* 1161ceb2c95d - HDFS-4799. Corrupt replica can be prematurely removed from corruptReplicas map. Contributed by Todd Lipcon. (11 years ago) +* a96780013e5e - HADOOP-9549. WebHdfsFileSystem hangs on close(). Contributed by Daryn Sharp. (11 years ago) +* 146ccd7b06f7 - HADOOP-9553. TestAuthenticationToken fails on Windows. Contributed by Arpit Agarwal. (11 years ago) +* ae9a981855d3 - HADOOP-9556. disable HA tests on Windows that fail due to ZooKeeper client connection management bug. Contributed by Chris Nauroth. (11 years ago) +* 7e5b63af1391 - HDFS-4810. several HDFS HA tests have timeouts that are too short. Contributed by Chris Nauroth. (11 years ago) +* 742707d62133 - Combine CHANGES.HDFS-2802.txt to CHANGES.txt. (11 years ago) +* a18fd620d070 - HDFS-4661. A few little code cleanups of some HDFS-347-related code. Contributed by Colin Patrick McCabe. (11 years ago) +* 6012f6797730 - svn merge --reintegrate https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802 for merging HDFS Snapshot feature branch. (11 years ago) +|\ +| * 3ecf94e2b7ea - (weichiu/HDFS-2802, pbacsko/HDFS-2802, origin/HDFS-2802, JackWangCS/HDFS-2802, 9uapaw/HDFS-2802) Merge r1480440 through r1480820 from trunk. (11 years ago) +| |\ +| |/ +|/| +* | f19465f72f57 - YARN-598. Add virtual cores to queue metrics. (sandyr via tucu) (11 years ago) +* | 51ccb87031ed - YARN-655. Fair scheduler metrics should subtract allocated memory from available memory. (sandyr via tucu) (11 years ago) +* | e0562e3d07f2 - YARN-637. FS: maxAssign is not honored. (kkambatl via tucu) (11 years ago) +* | c7bfd17ad1cb - YARN-507. Add interface visibility and stability annotations to FS interfaces/classes. (kkambatl via tucu) (11 years ago) +* | f569c8a2a5be - HADOOP-9550. Remove aspectj dependency. (kkambatl via tucu) (11 years ago) +* | 505fe2653941 - YARN-568. Add support for work preserving preemption to the FairScheduler. Contributed by Carlo Curino and Sandy Ryza (11 years ago) +* | d303f012975a - MAPREDUCE-4942. mapreduce.Job has a bunch of methods that throw InterruptedException so its incompatible with MR1. (rkanter via tucu) (11 years ago) +* | 9c4f86879cad - YARN-630. Changed AMRMProtocol api to throw IOException and YarnRemoteException. Contributed by Xuan Gong. MAPREDUCE-5226. Handling YarnRemoteException separately from IOException in MR App's use of AMRMProtocol after YARN-630. Contributed by Xuan Gong. (11 years ago) +* | 0727ecaf5048 - YARN-631. Changed ClientRMProtocol api to throw IOException and YarnRemoteException. Contributed by Xuan Gong. MAPREDUCE-5212. Handling YarnRemoteException separately from IOException in MR App after YARN-631. Contributed by Xuan Gong. (11 years ago) +* | e5692ecbe122 - Fixing release date for 2.0.4-alpha. (11 years ago) +* | f6167ef6c602 - MAPREDUCE-5157. Bring back old sampler related code so that we can support binary compatibility with hadoop-1 sorter example. Contributed by Zhijie Shen. (11 years ago) +* | 67d7d8f4d317 - MAPREDUCE-5209. Fix units in a ShuffleScheduler log message. Contributed by Tsuyoshi OZAWA (11 years ago) +| * 59801391400f - HDFS-4809. When a QuotaExceededException is thrown during rename, the quota usage should be subtracted back. Contributed by Jing Zhao (11 years ago) +| * 37d6f14560b5 - Merge r1479733 through r1480439 from trunk. (11 years ago) +| |\ +| |/ +|/| +* | 8888d3fc49dd - MAPREDUCE-5159. Change ValueAggregatorJob to add APIs which can support binary compatibility with hadoop-1 examples. Contributed by Zhijie Shen. (11 years ago) +* | 8dee15abe316 - YARN-646. Fix two typos in Fair Scheduler user guide. Contributed by Dapeng Sun. (11 years ago) +* | 74231f027607 - YARN-582. Changed ResourceManager to recover Application token and client tokens for app attempt so that RM can be restarted while preserving current applications. Contributed by Jian He. (11 years ago) +* | 33ed6e283883 - YARN-651. Changed PBClientImpls of ContainerManager and RMAdmin to throw IOExceptions also. Contributed by Xuan Gong. (11 years ago) +* | 01e3fa116642 - Move the CHANGES.txt entry for HDFS-4804 from BUG to IMPROVEMENT. (11 years ago) +* | 3ad40e9dadd6 - HDFS-4804. WARN when users set the block balanced preference percent below 0.5 or above 1.0. Contributed by Stephen Chu. (11 years ago) +* | fa56ccfd5305 - HADOOP-9540. Expose the InMemoryS3 and S3N FilesystemStores implementations for Unit testing. Hari (11 years ago) +* | 1f5ac02a0d30 - YARN-45. Add protocol for schedulers to request containers back from ApplicationMasters. Contributed by Carlo Curino and Chris Douglas. (11 years ago) +* | 9eb53b9c8412 - YARN-632. Changed ContainerManager api to throw IOException and YarnRemoteException. Contributed by Xuan Gong. (11 years ago) +* | 674cf7f742b1 - YARN-633. Changed RMAdminProtocol api to throw IOException and YarnRemoteException. Contributed by Xuan Gong. (11 years ago) +| * 08ec505d6b98 - HDFS-4806. In INodeDirectoryWithSnapshot, use isInLatestSnapshot() to determine if an added/removed child should be recorded in the snapshot diff. Contributed by Jing Zhao (11 years ago) +| * 41312abe841e - HDFS-4802. Disallowing snapshot on / twice should throw SnapshotException but not IllegalStateException. Contributed by Jing Zhao (11 years ago) +| * 393188c445b2 - Merge r1477868 through r1479732 from trunk. (11 years ago) +| |\ +| |/ +|/| +* | 92b7165a7165 - YARN-629. Make YarnRemoteException not be rooted at IOException. Contributed by Xuan Gong. MAPREDUCE-5204. Handling YarnRemoteException separately from IOException in MR app after YARN-629. Contributed by Xuan Gong. (11 years ago) +* | 725623534ce7 - HADOOP-9425 Add error codes to rpc-response (sanjay Radia) (11 years ago) +* | c0fa9d223196 - YARN-645. Moved RMDelegationTokenSecretManager from yarn-server-common to yarn-server-resourcemanager where it really belongs. Contributed by Jian He. (11 years ago) +* | 6e37a7e5e11e - MAPREDUCE-5205. Fixed MR App to load tokens correctly. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* | bfc73613fc74 - HADOOP-9511. Adding support for additional input streams (FSDataInputStream and RandomAccessFile) in SecureIOUtils so as to help YARN-578. Contributed by Omkar Vinit Joshi. (11 years ago) +* | 776eb119acc9 - HADOOP-9523. Provide a generic IBM java vendor flag in PlatformName.java to support non-Sun JREs. Contributed by Tian Hong Wang. (11 years ago) +* | 4b93035997a4 - HADOOP-9483. Adding a file missed in previous commit r1478592 (11 years ago) +* | fc275fed6646 - YARN-625. Move the utility method unwrapAndThrowException from YarnRemoteExceptionPBImpl to RPCUtil. Contributed by Siddharth Seth. (11 years ago) +* | afa786098a44 - HADOOP-9483. winutils support for readlink command. Contributed by Arpit Agarwal. (11 years ago) +* | 76461d803992 - HADOOP-9043. Adding Arpit Agarwal as an additional contributor (11 years ago) +* | 1c762c01c410 - HADOOP-9043. Disallow in winutils creating symlinks with forwards slashes. Contributed by Chris Nauroth. (11 years ago) +* | 6cec97be4b66 - HDFS-4785 and HDFS-4784 are moved to 2.0.5 release section (11 years ago) +* | 9b97df9abe43 - MAPREDUCE-5036. Default shuffle handler port should not be 8080. Contributed by Sandy Ryza. (11 years ago) +* | a4bae51b7dac - HDFS-4784. NPE in FSDirectory.resolvePath(). Contributed by Brandon Li. (11 years ago) +* | 03ba436d4241 - HDFS-4785. Concat operation does not remove concatenated files from InodeMap. Contributed by Suresh Srinivas. (11 years ago) +* | ca2c38fba1e1 - MAPREDUCE-5193. A few MR tests use block sizes which are smaller than the default minimum block size. Contributed by Andrew Wang. (11 years ago) +* | 46b2898a1ab1 - YARN-618. Modified RM_INVALID_IDENTIFIER to be -1 instead of zero. Contributed by Jian He. (11 years ago) +* | 1ea3bdaa0644 - HADOOP-9532. HADOOP_CLIENT_OPTS is appended twice by Windows cmd scripts. Contributed by Chris Nauroth. (11 years ago) +* | e43217d1b80c - HADOOP-9455. HADOOP_CLIENT_OPTS appended twice causes JVM failures. Contributed by Chris Nauroth. (11 years ago) +* | 6096cb3435f7 - HDFS-4659 Support setting execution bit for regular files (Brandon Li via sanjay) (11 years ago) +* | 71be8ad32564 - MAPREDUCE-5145. Changed default max-attempts to be more than one for MR jobs inline with YARN. Contributed by Zhijie Shen. (11 years ago) +* | 0728f0028255 - HADOOP-8608. Add Configuration API for parsing time durations. (11 years ago) +| * 98b416f5ac53 - HDFS-4801. lsSnapshottableDir throws IllegalArgumentException when root is snapshottable. Contributed by Jing Zhao (11 years ago) +| * 0aab1ef99623 - HDFS-4800. Fix INodeDirectoryWithSnapshot#cleanDeletedINode. Contributed by Jing Zhao (11 years ago) +| * 424b270c9429 - HDFS-4798. Update computeContentSummary() for the reference nodes in snapshots. (11 years ago) +| * 72d783374c1e - HDFS-4791. Update and fix deletion of reference inode. Contributed by Jing Zhao (11 years ago) +| * 7c14f1557b60 - HDFS-4781. Fix a NullPointerException when listing .snapshot under a non-existing directory. (11 years ago) +| * faca77f227a5 - Merge r1476453 through r1477867 from trunk. (11 years ago) +| |\ +| |/ +|/| +* | 7e7d99e90584 - HDFS-2576. Moved the commit message lines for HDFS-4778 and HDFS-2576 in CHANGES.txt to the right places. (11 years ago) +* | 2542d69d6554 - HDFS-4778. Fixes some issues that the first patch on HDFS-2576 missed. Contributed by Devaraj Das. (11 years ago) +* | bfef63719d04 - HADOOP-9338. FsShell Copy Commands Should Optionally Preserve File Attributes. Contributed by Nick White. (11 years ago) +* | a02e376850b4 - Move the CHANGES.txt entry for HDFS-4305 to the incompatible changes section. (11 years ago) +* | 6de09af24487 - YARN-599. Refactoring submitApplication in ClientRMService and RMAppManager to separate out various validation checks depending on whether they rely on RM configuration or not. Contributed by Zhijie Shen. (11 years ago) +* | 3dc9aa480ab6 - HADOOP-9322. LdapGroupsMapping doesn't seem to set a timeout for its directory search. Contributed by Harsh J. (harsh) (11 years ago) +* | 3704e091a8d6 - HDFS-4610. Use common utils FileUtil#setReadable/Writable/Executable and FileUtil#canRead/Write/Execute. Contrbitued by Ivan Mitic. (11 years ago) +* | 27d4592771dd - YARN-506. Move to common utils FileUtil#setReadable/Writable/Executable and FileUtil#canRead/Write/Execute. Contributed by Ivan Mitic. (11 years ago) +* | 8f7ce62085fc - MAPREDUCE-5177. Use common utils FileUtil#setReadable/Writable/Executable & FileUtil#canRead/Write/Execute. Contributed by Ivan Mitic. (11 years ago) +* | e2091275dc26 - HDFS-4610. Reverting the patch Jenkins build is not run. (11 years ago) +* | fb30240b8750 - HDFS-4610. Use common utils FileUtil#setReadable/Writable/Executable & FileUtil#canRead/Write/Execute. Contributed by Ivan Mitic. (11 years ago) +* | 30b7a9c49fe2 - HADOOP-9413. Add common utils for File#setReadable/Writable/Executable & File#canRead/Write/Execute that work cross-platform. Contributed by Ivan Mitic. (11 years ago) +* | ce7e5565f41e - HDFS-4305. Add a configurable limit on number of blocks per file, and min block size. Contributed by Andrew Wang. (11 years ago) +* | ce73b3b01f31 - HDFS-4687. TestDelegationTokenForProxyUser#testWebHdfsDoAs is flaky with JDK7. Contributed by Andrew Wang. (11 years ago) +* | c06bbc25e829 - HDFS-4733. Make HttpFS username pattern configurable. Contributed by Alejandro Abdelnur. (11 years ago) +* | e17d5a968334 - HDFS-4734. HDFS Tests that use ShellCommandFencer are broken on Windows. Contributed by Arpit Agarwal. (11 years ago) +* | 293fb1ec1e77 - HADOOP-9524. Fix ShellCommandFencer to work on Windows. Contributed by Arpit Agarwal. (11 years ago) +* | ae393ab26e13 - MAPREDUCE-5179. Fix unit test in TestHSWebServices which fails when versionInfo has parantheses like when running on a git checkout. Contributed by Hitesh Shah. (11 years ago) +* | d9ce42479e5b - YARN-576. Modified ResourceManager to reject NodeManagers that don't satisy minimum resource requirements. Contributed by Kenji Kikushima. (11 years ago) +* | 3e00835dadab - HDFS-4705. Address HDFS test failures on Windows because of invalid dfs.namenode.name.dir. Contributed by Ivan Mitic. (11 years ago) +* | e2d901f4dabc - HADOOP-9490. LocalFileSystem#reportChecksumFailure not closing the checksum file handle before rename. Contributed by Ivan Mitic. (11 years ago) +* | f5ef2db5003f - HADOOP-9500. TestUserGroupInformation#testGetServerSideGroups fails on Windows due to failure to find winutils.exe. Contributed by Chris Nauroth. (11 years ago) +* | f55fd818e0b8 - HDFS-4722. TestGetConf#testFederation times out on Windows. Contributed by Ivan Mitic. (11 years ago) +* | fbf10b26045c - HDFS-4740. Fixes for a few test failures on Windows. Contributed by Arpit Agarwal. (11 years ago) +* | 0181ce03afeb - HDFS-4743. TestNNStorageRetentionManager fails on Windows. Contributed by Chris Nauroth. (11 years ago) +* | 90612f642309 - HDFS-4748. MiniJournalCluster#restartJournalNode leaks resources, which causes sporadic test failures. Contributed by Chris Nauroth. (11 years ago) +* | fe3853484ecc - HADOOP-9290. Some tests cannot load native library on windows. Contributed by Chris Nauroth. (11 years ago) +* | b7afde6d5293 - HDFS-4741. TestStorageRestore#testStorageRestoreFailure fails on Windows. Contributed by Arpit Agarwal. (11 years ago) +* | 4e21c347d2e2 - HDFS-4768. File handle leak in datanode when a block pool is removed. Contributed by Chris Nauroth. (11 years ago) +* | fc45cbf8dfcd - HADOOP-9504. MetricsDynamicMBeanBase has concurrency issues in createMBeanInfo. Contributed by Liang Xie (11 years ago) +| * 98c0421fbfb8 - HDFS-4758. Disallow nested snapshottable directories and unwrap RemoteException. (11 years ago) +| * 3a3e0f573129 - HDFS-4760. Update inodeMap after node replacement. Contributed by Jing Zhao (11 years ago) +| * e097f8404b3f - HDFS-4773. Fix bugs in quota usage computation and OfflineImageViewer. Contributed by Jing Zhao (11 years ago) +| * 884cbb681a32 - HDFS-4578. Restrict snapshot IDs to 24-bit wide. Contributed by Arpit Agarwal (11 years ago) +| * 5276f4e04dbe - HDFS-4767. If a directory is snapshottable, do not replace it when clearing quota. Contributed by Jing Zhao (11 years ago) +| * 60341dae1922 - Merge r1476010 through r1476452 from trunk. (11 years ago) +| |\ +| |/ +|/| +* | 75b4231a8cf7 - HDFS-4761. When resetting FSDirectory, the inodeMap should also be reset. Contributed by Jing Zhao (11 years ago) +* | d2495d553f8c - HDFS-4721. Speed up lease recovery by avoiding stale datanodes and choosing the datanode with the most recent heartbeat as the primary. Contributed by Varun Sharma (11 years ago) +* | 5d2ffde68e2c - HDFS-2576. Enhances the DistributedFileSystem's create API so that clients can specify favored datanodes for a file's blocks. Contributed by Devaraj Das and Pritam Damania. (11 years ago) +* | 95fa3e82e487 - YARN-363. Add webapps/proxy directory without which YARN proxy-server fails when started in stand-alone mode. Contributed by Kenji Kikushima. (11 years ago) +* | f0ac5a849c24 - YARN-591. Moved RM recovery related records out of public API as they do not belong there. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* | 635f96e74e7b - YARN-562. Missed files from previous commit. (11 years ago) +* | fbb55784d93e - YARN-562. Modified NM to reject any containers allocated by a previous ResourceManager. Contributed by Jian He. MAPREDUCE-5167. Update MR App after YARN-562 to use the new builder API for the container. Contributed by Jian He. (11 years ago) +| * a5ae562d700a - HDFS-4650. When passing two non-existing snapshot names to snapshotDiff, it returns success if the names are the same. Contributed by Jing Zhao (11 years ago) +| * 9da386584142 - HDFS-4650. Fix a bug in FSDirectory and add more unit tests for rename with existence of snapshottable directories and snapshots. Contributed by Jing Zhao (11 years ago) +| * fa500825fab5 - Merge r1471229 through r1476009 from trunk. (11 years ago) +| * 76b80b48ec38 - HDFS-4755. Fix AccessControlException message and moves "implements LinkedElement" from INode to INodeWithAdditionalFields. (11 years ago) +| * 43ac0739ce63 - svn merge -c -1476006 . for reverting the previous trunk merge. (11 years ago) +| * a259e0ba79db - Merge r1471229 through r1476005 from trunk. (11 years ago) +| |\ +| |/ +|/| +* | 06fb184d4d02 - HDFS-4757. Update FSDirectory#inodeMap when replacing an INodeDirectory while setting quota. Contributed by Jing Zhao (11 years ago) +* | e9c83b20f61b - HADOOP-9503. Remove sleep between IPC client connect timeouts. Contributed by Varun Sharma (11 years ago) +* | a89f8e4d9577 - Cleanup CHANGES.txt and move the jira to appropriate 2.x release section to make it consistent with branch-2 (11 years ago) +* | d10428cab26c - YARN-289. Fair scheduler allows reservations that won't fit on node. Contributed by Sandy Ryza. (11 years ago) +* | a43c344eee88 - YARN-595. Refactor fair scheduler to use common Resources. Contributed by Sandy Ryza. (11 years ago) +* | 448df186467c - YARN-577. Add application-progress also to ApplicationReport. Contributed by Hitesh Shah. MAPREDUCE-5178. Update MR App to set progress in ApplicationReport after YARN-577. Contributed by Hitesh Shah. (11 years ago) +* | 16ef8dd3a5e7 - HDFS-4745. TestDataTransferKeepalive#testSlowReader has race condition that causes sporadic failure. Contributed by Chris Nauroth. (11 years ago) +* | e96077aaf484 - MAPREDUCE-5181. RMCommunicator should not use AMToken from the env. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* | be256a181985 - YARN-579. Stop setting the Application Token in the AppMaster env, in favour of the copy present in the container token field. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* | daaa73b657fb - MAPREDUCE-5166. Fix ConcurrentModificationException due to insufficient synchronization on updates to task Counters. Contributed by Sandy Ryza. (11 years ago) +* | e6b5b0156139 - HDFS-4739. NN can miscalculate the number of extra edit log segments to retain. Contributed by Aaron T. Myers. (11 years ago) +* | a2f97fd9cbca - YARN-605. Fix failing unit test in TestNMWebServices when versionInfo has parantheses like when running on a git checkout. Contributed by Hitesh Shah. (11 years ago) +* | a09c29b8c032 - HDFS-4339. Add the missed entry CHANGES.txt from r1465835 (11 years ago) +* | 40e78c2ca23b - MAPREDUCE-4737. Ensure that mapreduce APIs are semantically consistent with mapred API w.r.t Mapper.cleanup and Reducer.cleanup; in the sense that cleanup is now called even if there is an error. The old mapred API already ensures that Mapper.close and Reducer.close are invoked during error handling. Note that it is an incompatible change, however end-users can override Mapper.run and Reducer.run to get the old (inconsistent) behaviour. Contributed by Arun C. Murthy. (11 years ago) +* | 0777474cc2c7 - MAPREDUCE-5069. add concrete common implementations of CombineFileInputFormat (Sangjin Lee via bobby) (11 years ago) +| * 36f43dcb4fad - HDFS-4742. Fix appending to a renamed file with snapshot. Contributed by Jing Zhao (11 years ago) +| * 745bfa031174 - HDFS-4749. Use INodeId to identify the corresponding directory node in FSImage saving/loading. Contributed by Jing Zhao (11 years ago) +| * e8b64d3851ac - HDFS-4729. Fix OfflineImageViewer and permission checking for snapshot operations. Contributed by Jing Zhao (11 years ago) +| * 0fa5cad0b277 - HDFS-4686. Update quota computation for rename and INodeReference. Contributed by Jing Zhao (11 years ago) +| * 5f1e3b561a24 - Merge r1470760 through r1471228 from trunk. (11 years ago) +| |\ +| |/ +|/| +* | 4c662fd3fe07 - HDFS-4737. JVM path embedded in fuse binaries. Contributed by Sean Mackrory. (11 years ago) +* | cd975d4b647a - YARN-581. Added a test to verify that app delegation tokens are restored after RM restart. Contributed by Jian He. (11 years ago) +* | 27e8c86999bc - YARN-561. Modified NodeManager to set key information into the environment of every container that it launches. Contributed by Xuan Gong. MAPREDUCE-5175. Updated MR App to not set envs that will be set by NMs anyways after YARN-561. Contributed by Xuan Gong. (11 years ago) +* | 631be953985d - HDFS-4732. Fix TestDFSUpgradeFromImage which fails on Windows due to failure to unpack old image tarball that contains hard links. Chris Nauroth (11 years ago) +* | ffd7dbb34a66 - YARN-583. Moved application level local resources to be localized under the filecache sub-directory under application directory. Contributed by Omkar Vinit Joshi. (11 years ago) +* | a1ee2145cf47 - YARN-549. YarnClient.submitApplication should wait for application to be accepted by the RM (Zhijie Shen via bikas) (11 years ago) +* | fd24c6e83357 - HDFS-4725. Fix HDFS file handle leaks in FSEditLog, NameNode, OfflineEditsBinaryLoader and some tests. Contributed by Chris Nauroth (11 years ago) +| * 3a812e9f3ae6 - HDFS-4738. Changes AbstractINodeDiff to implement Comparable, and fix javadoc and other warnings. (11 years ago) +| * 65752c09ab4c - HDFS-4735. DisallowSnapshot throws IllegalStateException for nested snapshottable directories. Contributed by Jing Zhao (11 years ago) +| * aa7dd50c6605 - Merge r1470195 through r1470759 from trunk. (11 years ago) +| |\ +| |/ +|/| +* | 009af54d5192 - MAPREDUCE-5146. application classloader may be used too early to load classes. Contributed by Sangjin Lee. (11 years ago) +* | e24a9b83f137 - YARN-594. Update test and add comments in YARN-534 (Jian He via bikas) (11 years ago) +* | 7e122e1009fd - HADOOP-9443. Port winutils static code analysis change to trunk. Contributed by Chuan Liu. (11 years ago) +* | 794f9bb3e4f2 - MAPREDUCE-5066. Added a timeout for the job.end.notification.url. Contributed by Ivan Mitic. (11 years ago) +| * 10a2d82b4535 - HDFS-4719. Remove AbstractINodeDiff.Factory and move its methods to AbstractINodeDiffList. Contributed by Arpit Agarwal (11 years ago) +| * 92e0416ced27 - HDFS-4727. Update inodeMap after deleting files/directories/snapshots. Contributed by Jing Zhao (11 years ago) +| * 43bdc22e9207 - HDFS-4726. Fix test failures after merging the INodeId-INode mapping from trunk. Contributed by Jing Zhao (11 years ago) +| * cb229db4bd9d - HDFS-4708. Add snapshot user documentation. (11 years ago) +| * 27b3f84fe585 - Merge trunk to HDFS-2802 branch. This involves fixing many conflict with HDFS-4434. (11 years ago) +| |\ +| |/ +|/| +* | a91067fc5e3e - YARN-542. Changed the default global AM max-attempts value to be not one. Contributed by Zhijie Shen. (11 years ago) +* | c570309b078d - YARN-547. Fixed race conditions in public and private resource localization which used to cause duplicate downloads. Contributed by Omkar Vinit Joshi. (11 years ago) +* | d5556cb5c4fc - YARN-586. Fixed a typo in ApplicationSubmissionContext#setApplicationId. Contributed by Zhijie Shen. (11 years ago) +* | 7049c83d0ec8 - HADOOP-9469. mapreduce/yarn source jars not included in dist tarball (Robert Parker via tgraves) (11 years ago) +| * 0b101bd7e875 - HDFS-4434. Reverting change r1470089 that merges trunk to HDFS-2802. (11 years ago) +| * 9af0babe7ef9 - Merging trunk after fixing conflict with HDFS-4434. (11 years ago) +| |\ +| |/ +|/| +* | febc52be3747 - MAPREDUCE-5147. Maven build should create hadoop-mapreduce-client-app-VERSION.jar directly (Robert Parker via tgraves) (11 years ago) +* | c1ce3c5ad24c - MAPREDUCE-4987. TestMRJobs#testDistributedCache fails on Windows due to classpath problems and unexpected behavior of symlinks (Chris Nauroth via bikas) (11 years ago) +* | edcfd4527ca9 - YARN-593. container launch on Windows does not correctly populate classpath with new process's environment variables and localized resources (Chris Nauroth via bikas) (11 years ago) +* | 7c6664541705 - HADOOP-9488. FileUtil#createJarWithClassPath only substitutes environment variables from current process environment/does not support overriding when launching new process (Chris Nauroth via bikas) (11 years ago) +* | 16cc4a6e867e - HDFS-4699. TestPipelinesFailover#testPipelineRecoveryStress fails sporadically. Contributed by Chris Nauroth. (11 years ago) +* | 44bf8525a591 - YARN-493. Fixed some shell related flaws in YARN on Windows. Contributed by Chris Nauroth. HADOOP-9486. Promoted Windows and Shell related utils from YARN to Hadoop Common. Contributed by Chris Nauroth. (11 years ago) +* | 8e1c2823fc01 - YARN-441. Removed unused utility methods for collections from two API records. Contributed by Xuan Gong. MAPREDUCE-5163. Update MR App to not use API utility methods for collections after YARN-441. Contributed by Xuan Gong. (11 years ago) +* | 980e6c54bab4 - HDFS-4434. Provide a mapping from INodeId to INode. Contributed by Suresh Srinivas. (11 years ago) +| * b10f1d36d6a6 - Merge r1469042 through r1469643 from trunk. (11 years ago) +| |\ +| |/ +|/| +* | e222d1e783c5 - MAPREDUCE-4932. mapreduce.job#getTaskCompletionEvents incompatible with Hadoop 1. (rkanter via tucu) (11 years ago) +* | cb78a65a152a - MAPREDUCE-5152. Make MR App to simply pass through the container from RM instead of extracting and populating information itself to start any container. Contributed by Vinod Kumar Vavilapalli. (11 years ago) +* | d12c4631211f - MAPREDUCE-4898. FileOutputFormat.checkOutputSpecs and FileOutputFormat.setOutputPath incompatible with MR1. (rkanter via tucu) (11 years ago) +* | df55edd5dec9 - YARN-482. FS: Extend SchedulingMode to intermediate queues. (kkambatl via tucu) (11 years ago) +* | d219c904d326 - YARN-585. Fix failure in TestFairScheduler#testNotAllowSubmitApplication caused by YARN-514. Contributed by Zhijie Shen. (11 years ago) +* | 5003e8de76ff - HADOOP-9450. HADOOP_USER_CLASSPATH_FIRST is not honored; CLASSPATH is PREpended instead of APpended. Contributed by Chris Nauroth and Harsh J. (harsh) (11 years ago) +* | cd27afa71ae8 - MAPREDUCE-5128. mapred-default.xml is missing a bunch of history server configs. (sandyr via tucu) (11 years ago) +* | de6d05c8b00d - YARN-476. ProcfsBasedProcessTree info message confuses users. (sandyr via tucu) (11 years ago) +* | 014dc3ae9b59 - YARN-518. Fair Scheduler's document link could be added to the hadoop 2.x main doc page. (sandyr via tucu) (11 years ago) +* | 9e650d36b76c - MAPREDUCE-5140. MR part of YARN-514 (Zhijie Shen via bikas) (11 years ago) +* | ef9f251679d7 - YARN-514.Delayed store operations should not result in RM unavailability for app submission (Zhijie Shen via bikas) (11 years ago) +| * 9ab8fa36f298 - HDFS-4717. Change the path parameter type of the snapshot methods in HdfsAdmin from String to Path. (11 years ago) +| * 419fd3999c65 - HDFS-4706. Do not replace root inode for disallowSnapshot. (11 years ago) +| * 0ad27ad3e3f8 - HDFS-4707. Add snapshot methods to FilterFileSystem and fix findbugs warnings. (11 years ago) +| * 2186912ff942 - Merge r1467713 through r1469041 from trunk. (11 years ago) +| |\ +| |/ +|/| +* | d090a3b60027 - HDFS-4695. TestEditLog leaks open file handles between tests. Contributed by Ivan Mitic. (11 years ago) +* | dbcda89fefa1 - YARN-500. Fixed YARN webapps to not roll-over ports when explicitly asked to use non-ephemeral ports. Contributed by Kenji Kikushima. (11 years ago) +* | 9bebccc755ce - Fix HADOOP-9467 attribution. (11 years ago) +* | 2e789dd9a6ec - MAPREDUCE-5065. DistCp should skip checksum comparisons if block-sizes are different on source/target. Contributed by Mithun Radhakrishnan. (11 years ago) +* | 9ea20fc537b1 - MAPREDUCE-5015. Coverage fix for org.apache.hadoop.mapreduce.tools.CLI (Aleksey Gorshkov via tgraves) (11 years ago) +* | 1822529e8883 - HDFS-4693. Some test cases in TestCheckpoint do not clean up after themselves. Contributed by Arpit Agarwal and Suresh. (11 years ago) +* | 0e01f26821ca - YARN-444. Moved special container exit codes from YarnConfiguration to API where they belong. Contributed by Sandy Ryza. MAPREDUCE-5151. Updated MR AM to use standard exit codes from the API after YARN-444. Contributed by Sandy Ryza. (11 years ago) +* | 947e97f354ed - MAPREDUCE-4974. Optimising the LineRecordReader initialize() method (Gelesh via bobby) (11 years ago) +| * 9280468b1acf - HDFS-4550. Refactor INodeDirectory.INodesInPath to a standalone class. (11 years ago) +| * 38bd7061c1a8 - HDFS-4529. Disallow concat when one of the src files is in some snapshot. (11 years ago) +| * 6bda1f20ad39 - HDFS-4700. Fix the undo section of rename with snapshots. Contributed by Jing Zhao (11 years ago) +| * d13f6ebe20aa - HDFS-4666. Define ".snapshot" as a reserved inode name so that users cannot create a file/directory with ".snapshot" as the name. If ".snapshot" is used in a previous version of HDFS, it must be renamed before upgrade; otherwise, upgrade will fail. (11 years ago) +| * bf807063bc84 - Merging r1466653 through r1467712 from trunk. (11 years ago) +| |\ +| |/ +|/| +* | 108e0e095349 - HADOOP-9473. Add change description missed in previous commit 1467694 (11 years ago) +* | e408d9904b11 - HADOOP-9473. Typo in FileUtil copy() method. Contributed by Glen Mazza. (11 years ago) +* | 801b484f9787 - HDFS-347. DFS read performance suboptimal when client co-located on nodes with data. Contributed by Colin Patrick McCabe. (11 years ago) +|\ \ +| * \ b7aaa1b74cad - (weichiu/HDFS-347, pbacsko/HDFS-347, origin/HDFS-347, JackWangCS/HDFS-347, 9uapaw/HDFS-347) Merge trunk into the HDFS-347 branch. (11 years ago) +| |\ \ +| * \ \ c45c8ee720fe - Complete commit of prior merge. (11 years ago) +| |\ \ \ +| * | | | bbb24fbf5d22 - Merge trunk into branch. (11 years ago) +| * | | | 694a6721316a - HDFS-4538. Allow use of legacy blockreader. Contributed by Colin Patrick McCabe. (11 years ago) +| * | | | f61581501aa7 - Merge trunk into HDFS-347 branch. (11 years ago) +| |\ \ \ \ +| * | | | | 3a417cbf1d4b - HDFS-347: style cleanups. Contributed by Colin Patrick McCabe. (11 years ago) +| * | | | | 27e158362c6e - HDFS-4496. DFSClient: don't create a domain socket unless we need it. Contributed by Colin Patrick McCabe. (11 years ago) +| * | | | | aa92072b54e3 - HDFS-4453. Make a simple doc to describe the usage and design of the shortcircuit read feature. Contributed by Colin Patrick McCabe. (11 years ago) +| * | | | | 1132f51a9cd8 - HDFS-4485. DN should chmod socket path a+w. Contributed by Colin Patrick McCabe. (11 years ago) +| * | | | | 3d46863e1282 - HDFS-4473. Don't create domain socket unless we need it. Contributed by Colin Patrick McCabe. (11 years ago) +| * | | | | dcd27ff778e6 - Merge trunk into HDFS-347 branch. (11 years ago) +| |\ \ \ \ \ +| * | | | | | c0e16efe91a5 - HDFS-4440. Avoid annoying log message when dfs.domain.socket.path is not set. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | 554774c6d111 - HDFS-4438. TestDomainSocket fails when system umask is set to 0002. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | f5ab88b5b71d - Fix trivial javadoc warning on branch (12 years ago) +| * | | | | | 4e74c52e6021 - HDFS-4433. Make TestPeerCache not flaky. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | 797465820bef - Merge trunk into branch (12 years ago) +| |\ \ \ \ \ \ +| * | | | | | | d12f465c674b - HDFS-4417. Fix case where local reads get disabled incorrectly. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | | 89bd14913aa5 - HDFS-4416. Rename dfs.datanode.domain.socket.path to dfs.domain.socket.path. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | | 52c5b8ea9ff2 - HDFS-4418. increase default FileInputStreamCache size. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | 2f4e2c607e64 - Merge trunk into branch (12 years ago) +| |\ \ \ \ \ \ \ +| * | | | | | | | 2fd41b3b4297 - HDFS-4402. Some small DomainSocket fixes: avoid findbugs warning, change log level, etc. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | | | d79868d3e5ab - Add branch-specific CHANGES.txt file to RAT excludes list (12 years ago) +| * | | | | | | | 35a145d92f6b - HDFS-4401. Fix bug in DomainSocket path validation. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | | | d08b1af26a56 - HDFS-4400. DFSInputStream#getBlockReader: last retries should ignore the cache. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | | | 12bf674e8eea - Merge trunk into branch. (12 years ago) +| |\ \ \ \ \ \ \ \ +| * | | | | | | | | d2737575ad52 - HDFS-4390. Bypass UNIX domain socket unit tests when they cannot be run. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | | | | 6f8ee865debd - HDFS-4388. DomainSocket should throw AsynchronousCloseException when appropriate. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | | | | 9a4030e0e84a - HDFS-4356. BlockReaderLocal should use passed file descriptors rather than paths. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | | | | d94621a0cd33 - HDFS-4354. Create DomainSocket and DomainPeer and associated unit tests. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | | | | c9db06f2e4d1 - HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes. Contributed by Colin Patrick McCabe. (12 years ago) +| * | | | | | | | | f6c28639005f - Branch for HDFS-347 (12 years ago) +* | | | | | | | | | 242028a3fb88 - HDFS-4639. startFileInternal() should not increment generation stamp. Contributed by Plamen Jeliazkov. (11 years ago) +| |_|_|_|_|_|_|/ / +|/| | | | | | | | +* | | | | | | | | 5e94420456dd - YARN-412. Pushing to 2.0.5-beta only. (11 years ago) +* | | | | | | | | 2dfc42d61304 - HADOOP-9211. Set default max heap size in HADOOP_CLIENT_OPTS to 512m in order to avoid OOME. Contributed by Plamen Jeliazkov. (11 years ago) +* | | | | | | | | f863543206a6 - HDFS-4477. Secondary namenode may retain old tokens. Contributed by Daryn Sharp. (11 years ago) +* | | | | | | | | c2592021f36b - YARN-412. Fixed FifoScheduler to check hostname of a NodeManager rather than its host:port during scheduling which caused incorrect locality for containers. Contributed by Roger Hoover. (11 years ago) +* | | | | | | | | 41c4cd08a0fe - MAPREDUCE-4885. Streaming tests have multiple failures on Windows. (Chris Nauroth via bikas) (11 years ago) +* | | | | | | | | 8e838bd03c44 - MAPREDUCE-4985. Add compression option to TestDFSIO usage. Contributed by Plamen Jeliazkov. (11 years ago) +* | | | | | | | | acb14d3dfe3c - HADOOP-9471. Merged into 2.0.4-alpha. Fixing CHANGES.txt (11 years ago) +* | | | | | | | | 529170de44d7 - Fixing CHANGES.txt entry for YARN-319. (11 years ago) +* | | | | | | | | 3c8bd6061658 - MAPREDUCE-5094. Disabled memory monitoring by default in MiniMRYarnCluster to avoid some downstream tests failing. Contributed by Siddharth Seth. (11 years ago) +* | | | | | | | | 5fd460e688a6 - MAPREUDUCE-5059. Change average merge time on Job overview page to be the time delta between the end of the shuffle and the start of the reduce. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | 390deffbaf33 - HADOOP-9233. Cover package org.apache.hadoop.io.compress.zlib with unit tests. Contributed by Vadim Bondarev (11 years ago) +* | | | | | | | | 21c14c0b026d - MAPREDUCE-4981. Add WordMean, WordMedian, WordStandardDeviation to ExamplesDriver. Contributed by Plamen Jeliazkov. (11 years ago) +* | | | | | | | | 313163624918 - HADOOP-9222. Cover package with org.apache.hadoop.io.lz4 unit tests. Contributed by Vadim Bondarev (11 years ago) +* | | | | | | | | 6d9c311840ab - Preparing for release 0.23.7 (11 years ago) +* | | | | | | | | e4c55e17fea5 - YARN-486. Changed NM's startContainer API to accept Container record given by RM as a direct parameter instead of as part of the ContainerLaunchContext record. Contributed by Xuan Gong. MAPREDUCE-5139. Update MR AM to use the modified startContainer API after YARN-486. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | 8e86ffd91e72 - MAPREDUCE-5136. TestJobImpl->testJobNoTasks fails with IBM JAVA. Contributed by Amir Sanjar (11 years ago) +* | | | | | | | | d04e65b79753 - MAPREDUCE-5137. AM web UI: clicking on Map Task results in 500 error. Contributed by Thomas Graves (11 years ago) +* | | | | | | | | 972eb9bbfedd - Additional fixes to CHANGES.txt to move jiras under the correct 2.x revision. (11 years ago) +* | | | | | | | | 9e2a96a2accd - Undo the unnecessary changes to CHANGES.txt included in git-revision 06b93c7 (11 years ago) +* | | | | | | | | 6a1c41111edc - MAPREDUCE-5079. Changes job recovery to restore state directly from job history, instaed of simulating state machine events. Contributed by Jason Lowe and Robert Parker. (11 years ago) +* | | | | | | | | 3ddf8319ca97 - HADOOP-9471. hadoop-client wrongfully excludes jetty-util JAR, breaking webhdfs. (tucu) (11 years ago) +* | | | | | | | | 4234bc87b3e0 - YARN-539. Addressed memory leak of LocalResource objects NM when a resource localization fails. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | 2e3b56f6e907 - YARN-495. Changed NM reboot behaviour to be a simple resync - kill all containers and re-register with RM. Contributed by Jian He. (11 years ago) +* | | | | | | | | add00d6d74ee - YARN-487. Modify path manipulation in LocalDirsHandlerService to let TestDiskFailures pass on Windows. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | fd1000bcefa0 - HDFS-4679. Namenode operation checks should be done in a consistent manner. Contributed by Suresh Srinivas. (11 years ago) +| | | | | | | | * 0f78c50ea7f2 - HDFS-4692. Use timestamp as default snapshot names. (11 years ago) +| | | | | | | | * 9c6a7bebe23f - HDFS-4675. Fix rename across snapshottable directories. Contributed by Jing Zhao (11 years ago) +| | | | | | | | * 4c00514ede4e - HDFS-4684. Use INode id for image serialization when writing INodeReference. (11 years ago) +| | | | | | | | * 3209d4a3c4d4 - Merge r1464808 through r1466652 from trunk. (11 years ago) +| | | | | | | | |\ +| |_|_|_|_|_|_|_|/ +|/| | | | | | | | +* | | | | | | | | 4edf48c7adcf - HADOOP-9467. Metrics2 record filter should check name as well as tags. (Ganeshan Iyler via llu) (11 years ago) +* | | | | | | | | 2b19054c92f9 - HADOOP-9437. TestNativeIO#testRenameTo fails on Windows due to assumption that POSIX errno is embedded in NativeIOException. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | f0351527d546 - HDFS-4643. Fix flakiness in TestQuorumJournalManager. Contributed by Todd Lipcon. (11 years ago) +* | | | | | | | | 7d00d3d20fc3 - YARN-534. Change RM restart recovery to also account for AM max-attempts configuration after the restart. Contributed by Jian He. (11 years ago) +* | | | | | | | | 3a54a5653bf1 - YARN-112. Fixed a race condition during localization that fails containers. Contributed by Omkar Vinit Joshi. MAPREDUCE-5138. Fix LocalDistributedCacheManager after YARN-112. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | d9593621b573 - HDFS-4669. TestBlockPoolManager fails using IBM java. Contributed by Tian Hong Wang. (11 years ago) +* | | | | | | | | e73db451850b - HDFS-4674. TestBPOfferService fails on Windows due to failure parsing datanode data directory as URI. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | 425f495591fd - HDFS-4676. TestHDFSFileSystemContract should set MiniDFSCluster variable to null to free up memory. Contributed by Suresh Srinivas. (11 years ago) +* | | | | | | | | b1b99bb8bd3e - YARN-524. Moving CHANGES.txt entry to the correct section. (11 years ago) +* | | | | | | | | 55865f42c43c - YARN-557. Fix TestUnmanagedAMLauncher failure on Windows. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | | b96d18bd23d1 - YARN-99. Modify private distributed cache to localize files such that no local directory hits unix file count limits and thus prevent job failures. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | f680865d994b - HDFS-3940. Add Gset#clear method and clear the block map when namenode is shutdown. Contributed by Suresh Srinivas. (11 years ago) +* | | | | | | | | 19201622be1d - HDFS-4339. Persist inode id in fsimage and editlog. Contributed by Brandon Li. (11 years ago) +* | | | | | | | | 087acf8fd6b2 - HDFS-3981. Fix handling of FSN lock in getBlockLocations. Contributed by Xiaobo Peng and Todd Lipcon. (11 years ago) +* | | | | | | | | 16fedf5473cd - YARN-479. NM retry behavior for connection to RM should be similar for lost heartbeats (Jian He via bikas) (11 years ago) +* | | | | | | | | c5bb615317f1 - HDFS-4525. Provide an API for knowing that whether file is closed or not. Contributed by SreeHari. (11 years ago) +* | | | | | | | | 7f13207ed15d - MAPREDUCE-5129. Allow tags to JobHistory for deeper analytics. Contributed by Billie Rinaldi. (11 years ago) +* | | | | | | | | a9d515aed870 - HDFS-1804. Add a new block-volume device choosing policy that looks at free space. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | | | bcbe100541d5 - HDFS-4646. createNNProxyWithClientProtocol ignores configured timeout value. Contributed by Jagane Sundar (11 years ago) +* | | | | | | | | bc6777dd5bdc - YARN-193. Scheduler.normalizeRequest does not account for allocation requests that exceed maximumAllocation limits (Zhijie Shen via bikas) (11 years ago) +* | | | | | | | | a5734cd38aa5 - MAPREDUCE-5007. fix coverage org.apache.hadoop.mapreduce.v2.hs (Aleksey Gorshkov via tgraves) (11 years ago) +* | | | | | | | | 18757c126761 - YARN-525. make CS node-locality-delay refreshable. Contributed by Thomas Graves (11 years ago) +| | | | | | | | * 07d7d92179a1 - Merge r1462698 through r1464807 from trunk. (11 years ago) +| | | | | | | | |\ +| |_|_|_|_|_|_|_|/ +|/| | | | | | | | +* | | | | | | | | 0836d68abf58 - YARN-532. Change RMAdmin and Localization client protocol PB implementations to implement closeable so that they can be stopped when needed via RPC.stopProxy(). Contributed by Siddharth Seth. (11 years ago) +* | | | | | | | | 999ce497f097 - HDFS-4625. Make TestNNWithQJM#testNewNamenodeTakesOverWriter work on Windows. Contributed by Ivan Mitic. (11 years ago) +* | | | | | | | | 681312d9c454 - Updated CHANGES.txt to reflect YARN-470 being merged into branch-2.0.4-alpha. (11 years ago) +* | | | | | | | | 28c74a21ea56 - HADOOP-9429. TestConfiguration fails with IBM JAVA. Contributed by Amir Sanjar. (11 years ago) +* | | | | | | | | 547d2b0bac3f - HDFS-4548. Webhdfs doesn't renegotiate SPNEGO token. Contributed by Daryn Sharp. (11 years ago) +* | | | | | | | | d088d2ddeac6 - HDFS-4665. Move TestNetworkTopologyWithNodeGroup to common. (Junping Du via llu) (11 years ago) +* | | | | | | | | ab850368e897 - HADOOP-9451. Fault single-layer config if node group topology is enabled. (Junping Du via llu) (11 years ago) +* | | | | | | | | 1fd462b11866 - YARN-536. Removed the unused objects ContainerStatus and ContainerStatus from Container which also don't belong to the container. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | fc75d3f3dc27 - MAPREDUCE-5086. MR app master deletes staging dir when sent a reboot command from the RM. Contributed by Jian He (11 years ago) +* | | | | | | | | da0e779e4b14 - HADOOP-9401. CodecPool: Add counters for number of (de)compressors leased out. (kkambatl via tucu) (11 years ago) +* | | | | | | | | 070916130a53 - MAPREDUCE-5098. Fix findbugs warnings in gridmix. (kkambatl via tucu) (11 years ago) +* | | | | | | | | 3a089cf3562d - YARN-458. YARN daemon addresses must be placed in many different configs. (sandyr via tucu) (11 years ago) +* | | | | | | | | 2100e93b04ac - YARN-538. RM address DNS lookup can cause unnecessary slowness on every JHS page load. (sandyr via tucu) (11 years ago) +* | | | | | | | | 0e9f61addc67 - Revert initial HADOOP-9357 patch. (11 years ago) +* | | | | | | | | 2d02b7741db0 - Revert YARN-516 per HADOOP-9357. (11 years ago) +* | | | | | | | | d18cc69d4eea - MAPREDUCE-5088. MR Client gets an renewer token exception while Oozie is submitting a job (daryn) (11 years ago) +* | | | | | | | | dd2e87a79f5d - YARN-381. Improve fair scheduler docs. Contributed by Sandy Ryza. (11 years ago) +* | | | | | | | | 3e9200ddde48 - YARN-101. Fix NodeManager heartbeat processing to not lose track of completed containers in case of dropped heartbeats. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | 38678cc3d9ea - MAPREDUCE-5117. Changed MRClientProtocolPBClientImpl to be closeable and thus fix failures in renewal of HistoryServer's delegations tokens. Contributed by Siddharth Seth. (11 years ago) +* | | | | | | | | e67e3ff05db2 - YARN-467. Modify public distributed cache to localize files such that no local directory hits unix file count limits and thus prevent job failures. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | | 75ef1b4845c8 - MAPREDUCE-4991. coverage for gridmix (Aleksey Gorshkov via tgraves) (11 years ago) +* | | | | | | | | 8293e225657a - HDFS-4649. Webhdfs cannot list large directories. Contributed by Daryn Sharp. (11 years ago) +* | | | | | | | | d40b154d27f2 - YARN-382. SchedulerUtils improve way normalizeRequest sets the resource capabilities (Zhijie Shen via bikas) (11 years ago) +* | | | | | | | | 9c26c28c8789 - HDFS-4658. Standby NN will log that it has received a block report "after becoming active". Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | | | bcce9354bc70 - YARN-447. Move ApplicationComparator in CapacityScheduler to use comparator in ApplicationId. Contributed by Nemon Lou. (11 years ago) +* | | | | | | | | 17be263e9be8 - YARN-516. Fix failure in TestContainerLocalizer caused by HADOOP-9357. Contributed by Andrew Wang. (11 years ago) +* | | | | | | | | 6f0c4dca74ca - Reverted MAPREDUCE-4974 because of test failures. (11 years ago) +* | | | | | | | | ef9e1ba76357 - HDFS-4656. DN heartbeat loop can be briefly tight. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | | | 329fb1f43345 - HDFS-4655. DNA_FINALIZE is logged as being an unknown command by the DN when received from the standby NN. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | | | 7ca9fe73a0f5 - YARN-309. Changed NodeManager to obtain heart-beat interval from the ResourceManager. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | | 806073867ead - MAPREDUCE-5113. Streaming input/output types are ignored with java mapper/reducer. (sandyr via tucu) (11 years ago) +* | | | | | | | | 7c65dbb93855 - YARN-524 TestYarnVersionInfo failing if generated properties doesn't include an SVN URL (11 years ago) +* | | | | | | | | b55756dd0308 - MAPREDUCE-4974. Optimising the LineRecordReader initialize() method (Gelesh via bobby) (11 years ago) +* | | | | | | | | aa634e0814e8 - YARN-475. Remove a unused constant in the public API - ApplicationConstants.AM_APP_ATTEMPT_ID_ENV. Contributed by Hitesh Shah. (11 years ago) +| | | | | | | | * ca848beb5337 - HDFS-4647. Rename should call setLocalName after an inode is removed from snapshots. Contributed by Arpit Agarwal (11 years ago) +| | | | | | | | * 1096917649fd - HDFS-4611. Update FSImage for INodeReference. (11 years ago) +| | | | | | | | * 8ee6ecaea461 - HDFS-4637. INodeDirectory#replaceSelf4Quota may incorrectly convert a newly created directory to an INodeDirectoryWithSnapshot. Contributed by Jing Zhao (11 years ago) +| | | | | | | | * 9602869d19a3 - HDFS-4648. For snapshot deletion, when merging the diff from to-delete snapshot to the prior snapshot, make sure files/directories created after the prior snapshot get deleted. Contributed by Jing Zhao (11 years ago) +| | | | | | | | * f5bbc2d950a2 - Merge r1460409 through r1462697 from trunk. (11 years ago) +| | | | | | | | |\ +| |_|_|_|_|_|_|_|/ +|/| | | | | | | | +* | | | | | | | | 2fd56e33b417 - YARN-515. Node Manager not getting the master key. Contributed by Robert Joseph Evans (11 years ago) +| |_|_|_|_|_|/ / +|/| | | | | | | +* | | | | | | | 01aabf736397 - YARN-460. CS user left in list of active users for the queue even when application finished (tgraves) (11 years ago) +* | | | | | | | 1b87baa06f83 - HADOOP-9444. Modify hadoop-policy.xml to replace unexpanded variables to a default value of '*'. Contributed by Roman Shaposhnik. (11 years ago) +* | | | | | | | 1611b51a9780 - HADOOP-9150. Avoid unnecessary DNS resolution attempts for logical URIs. Contributed by Todd Lipcon. (11 years ago) +* | | | | | | | 520033b1cd81 - YARN-450. Define value for * in the scheduling protocol (Zhijie Shen via bikas) (11 years ago) +* | | | | | | | 799e3c344ebc - HADOOP-9357. Fallback to default authority if not specified in FileContext. Contributed by Andrew Wang (11 years ago) +* | | | | | | | 967b62f5d23e - YARN-24. Nodemanager fails to start if log aggregation enabled and namenode unavailable. (sandyr via tucu) (11 years ago) +* | | | | | | | fc5fd80e9fa2 - HADOOP-9125. LdapGroupsMapping threw CommunicationException after some idle time. Contributed by Kai Zheng. (11 years ago) +* | | | | | | | 0e6604aab306 - HDFS-4633 TestDFSClientExcludedNodes fails sporadically if excluded nodes cache expires too quickly (Chris Nauroth via Sanjay) (11 years ago) +* | | | | | | | fc0a4de670c3 - HADOOP-9358. "Auth failed" log should include exception string. Contributed by Todd Lipcon. (11 years ago) +* | | | | | | | 4809bfa6ed34 - HDFS-4618. Default transaction interval for checkpoints is too low. Contributed by Todd Lipcon. (11 years ago) +* | | | | | | | 81192e4e415d - HDFS-4621. Additional logging to help diagnose slow QJM syncs. Contributed by Todd Lipcon. (11 years ago) +* | | | | | | | d0bbff6c3259 - YARN-209. Fix CapacityScheduler to trigger application-activation when the cluster capacity changes. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | 85859313e767 - HADOOP-8415. Add getDouble() and setDouble() in org.apache.hadoop.conf.Configuration (Jan van der Lugt via harsh) Merging into branch-2. Updating CHANGES.txt (11 years ago) +* | | | | | | | 414458ff9dd1 - YARN-496. Fair scheduler configs are refreshed inconsistently in reinitialize. Contributed by Sandy Ryza (11 years ago) +* | | | | | | | c9f5052803df - HDFS-4581. DataNode.checkDiskError should not be called on network errors. Contributed by Rohit Kochar. (11 years ago) +* | | | | | | | 375584ae0fa4 - MAPREDUCE-5006. Fix failing streaming tests due to MAPREDUCE-4994. Contributed by Sandy Ryza. (11 years ago) +* | | | | | | | d60c2fa17f1b - YARN-474. Fix CapacityScheduler to trigger application-activation when am-resource-percent configuration is refreshed. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | 5319818487d5 - HADOOP-9194. RPC Support for QoS. (Junping Du via llu) (11 years ago) +* | | | | | | | fdf1e6e07e26 - HDFS-4635. Move BlockManager#computeCapacity to LightWeightGSet. Contributed by Suresh Srinivas. (11 years ago) +* | | | | | | | af7b7667f528 - HADOOP-9430. TestSSLFactory fails on IBM JVM. Contributed by Amir Sanjar. (11 years ago) +* | | | | | | | 66e90b205a07 - YARN-440. Flatten RegisterNodeManagerResponse. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | d41e67b966b4 - MAPREDUCE-5077. Remove mapreduce.util.ResourceCalculatorPlugin and related code. Contributed by Karthik Kambatla. (11 years ago) +* | | | | | | | a0a844222dc1 - MAPREDUCE-4875. coverage fixing for org.apache.hadoop.mapred (Aleksey Gorshkov via bobby) (11 years ago) +* | | | | | | | ca3e09bab5df - HDFS-4598. Fix the default value of ConcatSourcesParam and the WebHDFS doc. (11 years ago) +* | | | | | | | e74d1f0435c2 - YARN-469. Make scheduling mode in FS pluggable. (kkambatl via tucu) (11 years ago) +* | | | | | | | 2aed48a67f40 - YARN-498. Unmanaged AM launcher does not set various constants in env for an AM, also does not handle failed AMs properly (Hitesh Shah via bikas) (11 years ago) +* | | | | | | | 46315a2d9140 - MAPREDUCE-5062. Fix MR AM to read max-retries from the RM. Contributed by *Zhijie Shen. (11 years ago) +* | | | | | | | 5e325d456293 - HADOOP-9433 TestLocalFileSystem#testHasFileDescriptor leaks file handle (Chris Nauroth via sanjay) (11 years ago) +* | | | | | | | 07573640147b - YARN-378. Fix RM to make the AM max attempts/retries to be configurable per application by clients. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | 1acb805058da - YARN-497. Yarn unmanaged-am launcher jar does not define a main class in its manifest (Hitesh Shah via bikas) (11 years ago) +* | | | | | | | 18e08a8f5116 - YARN-439. Flatten NodeHeartbeatResponse. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | 6a482a88b8f5 - YARN-71. Fix the NodeManager to clean up local-dirs on restart. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | c02dd9aa4b7e - YARN-109. .tmp file is not deleted for localized archives (Mayank Bansal via bobby) (11 years ago) +* | | | | | | | a10055cf6de0 - HADOOP-9258 Add stricter tests to FileSystemContractTestBase (includes fixes for production code HADOOP-9261 & HADOOP-9265 and test enhancements HADOOP-9228, HADOOP-9227 & HADOOP-9259) (11 years ago) +* | | | | | | | 90b063c343bd - HADOOP-9350 -add entry to BUILDING.TXT to say 'no java7 on OS/X (11 years ago) +* | | | | | | | d35798314c2e - svn merge -c -1448745 and -1448285 for reverting HADOOP-9112: test-patch should -1 for @Tests without a timeout (11 years ago) +| | | | | | | * 25aab4203c46 - HDFS-4636. Update quota usage when deleting files/dirs that were created after taking the latest snapshot. Contributed by Jing Zhao (11 years ago) +| | | | | | | * cc2f96f655d0 - HDFS-4612. Not to use INode.getParent() when generating snapshot diff report. Contributed by Jing Zhao (11 years ago) +| | | | | | | * 698e3f8ae57f - Merging trunk to branch HDFS-2802 (11 years ago) +| | | | | | | |\ +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | 1186572389a6 - HADOOP-9431 TestSecurityUtil#testLocalHostNameForNullOrWild on systems where hostname contains capital letters (Chris Nauroth via sanjay) (11 years ago) +* | | | | | | | 0f4cad57b811 - HADOOP-9353. Activate native-win maven profile by default on Windows. Contributed by Arpit Agarwal (11 years ago) +* | | | | | | | 7c325a5d7186 - YARN-417. Addendum patch to fix broken test (Sandy Ryza via bikas) (11 years ago) +* | | | | | | | b15b44e722fa - YARN-470. Support a way to disable resource monitoring on the NodeManager. Contributed by Siddharth Seth. (11 years ago) +* | | | | | | | b8c74a8a25e9 - MAPREDUCE-5083. MiniMRCluster should use a random component when creating an actual cluster. Contributed by Siddharth Seth. (11 years ago) +* | | | | | | | 6f92ad9868b0 - MAPREDUCE-5014. Extend Distcp to accept a custom CopyListing. Contributed by Srikanth Sundarrajan (11 years ago) +* | | | | | | | 92bee12facca - Move HADOOP-9387 to Trunk in CHANGES.txt. (11 years ago) +* | | | | | | | 883601a1d6aa - HADOOP-9387. Fix DF so that it won't execute a shell command on Windows to compute the file system/mount point. Contributed by Ivan Mitic (11 years ago) +* | | | | | | | 7ed618e32437 - HDFS-4584. Skip TestNNWithQJM.testNewNamenodeTakesOverWriter() on Windows. Contributed by Arpit Agarwal (11 years ago) +* | | | | | | | c2e186bae61e - HDFS-4615. Fix TestDFSShell failures on Windows. Contributed by Arpit Agarwal (11 years ago) +* | | | | | | | e976294d3526 - HDFS-4609. TestAuditLogs should release log handles between tests. Contributed by Ivan Mitic (11 years ago) +* | | | | | | | 1b98d8dda396 - HDFS-4607. In TestGetConf.testGetSpecificKey(), use a platform-specific line separator; otherwise, it fails on Windows. Contributed by Ivan Mitic (11 years ago) +* | | | | | | | 28bac402953a - YARN-417. Create AMRMClient wrapper that provides asynchronous callbacks. (Sandy Ryza via bikas) (11 years ago) +* | | | | | | | 036c168f4f03 - HDFS-4620. Documentation for dfs.namenode.rpc-address specifies wrong format. Contributed by Sandy Ryza. (11 years ago) +* | | | | | | | cd2c5fab8b35 - MAPREDUCE-3872. Fix an event handling races in ContainerLauncherImpl. (Contributed by Robert Kanter) (11 years ago) +* | | | | | | | 6610212dd334 - MAPREDUCE-5078. TestMRAppMaster fails on Windows due to mismatched path separators. (Contributed by Chris Nauroth) (11 years ago) +* | | | | | | | 0cda8267d540 - YARN-491. TestContainerLogsPage fails on Windows. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | d6b33ee98169 - YARN-490. TestDistributedShell fails on Windows. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | 92fb7cdcdeed - YARN-488. TestContainerManagerSecurity fails on Windows. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | a10fbb93e759 - HDFS-4246. The exclude node list should be more forgiving, for each output stream. Contributed by Harsh J. Chouraria. (11 years ago) +* | | | | | | | 357472001725 - HADOOP-9380 Add totalLength to rpc response (sanjay Radia) (11 years ago) +* | | | | | | | 270351824031 - YARN-297. Improve hashCode implementations for PB records. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | 1bd345d6e385 - YARN-396. Rationalize AllocateResponse in RM Scheduler API. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | | f7df0cb7df1d - MAPREDUCE-4972. Coverage fixing for org.apache.hadoop.mapreduce.jobhistory (Aleksey Gorshkov via bobby) (11 years ago) +* | | | | | | | efe93340cefb - Move MAPREDUCE-5075 to 2.0.5-beta in CHANGES.txt. (11 years ago) +* | | | | | | | 718f0f92a907 - MAPREDUCE-5075. DistCp leaks input file handles since ThrottledInputStream does not close the wrapped InputStream. Contributed by Chris Nauroth (11 years ago) +* | | | | | | | c92b59fd8db8 - HDFS-4614. FSNamesystem#getContentSummary should use getPermissionChecker helper method. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | | 67699c2d187a - YARN-200. yarn log does not output all needed information, and is in a binary format. Contributed by Ravi Prakash (11 years ago) +* | | | | | | | c19633da5b0c - Reverting MAPREDUCE-5028 (commit 1457918) (11 years ago) +* | | | | | | | 523d3daac0db - MAPREDUCE-5053. java.lang.InternalError from decompression codec cause reducer to fail (Robert Parker via jeagles) (11 years ago) +* | | | | | | | 37eed0a3e1c1 - YARN-481. Add AM Host and RPC Port to ApplicationCLI Status Output (Chris Riccomini via bikas) (11 years ago) +* | | | | | | | d2775d679573 - YARN-485. TestProcfsProcessTree#testProcessTree() doesn't wait long enough for the process to die. (kkambatl via tucu) (11 years ago) +* | | | | | | | 53e7aaa6dd61 - MAPREDUCE-5028. Maps fail when io.sort.mb is set to high value. (kkambatl via tucu) (11 years ago) +* | | | | | | | 5ac6abe107f5 - MAPREDUCE-4990. Construct debug strings conditionally in ShuffleHandler.Shuffle#sendMapOutput(). (kkambatl via tucu) (11 years ago) +* | | | | | | | 64741f46352f - HDFS-4521. Invalid network toploogies should not be cached. Contributed by Colin Patrick McCabe. (11 years ago) +* | | | | | | | 7eb7b3b723c5 - HADOOP-9299. kerberos name resolution is kicking in even when kerberos is not configured (daryn) (11 years ago) +| | | | | | | * 993a76f2dd1c - HDFS-4627. Fix FSImageFormat#Loader NPE and synchronization issues. Contributed by Jing Zhao. (11 years ago) +| | | | | | | * ca7c588185cb - HDFS-4616. Update the FilesDeleted metric while deleting file/dir in the current tree. Contributed by Jing Zhao (11 years ago) +| | | | | | | * 970155589931 - HDFS-4534. Add INodeReference in order to support rename with snapshots. (11 years ago) +| | | | | | | * a5a66330a82c - Merge r1455389 through r1457712 from trunk. (11 years ago) +| | | | | | | |\ +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | c2003ab56b39 - HADOOP-9318. When exiting on a signal, print the signal name first. Contributed by Colin Patrick McCabe. (11 years ago) +* | | | | | | | 7d7553c4eb7d - MAPREDUCE-5042. Reducer unable to fetch for a map task that was recovered (Jason Lowe via bobby) (11 years ago) +* | | | | | | | 415d03831914 - HDFS-4604. TestJournalNode fails on Windows. Contributed by Ivan Mitic. (11 years ago) +* | | | | | | | 8c8ff3f5e06b - MAPREDUCE-4716. TestHsWebServicesJobsQuery.testJobsQueryStateInvalid fails with jdk7. (tgraves via tucu) (11 years ago) +* | | | | | | | d412a1a1a85b - MAPREDUCE-4571. TestHsWebServicesJobs fails on jdk7. (tgraves via tucu) (11 years ago) +* | | | | | | | 9c7c2f4f27ec - HDFS-4603. TestMiniDFSCluster fails on Windows. Contributed by Ivan Mitic. (11 years ago) +* | | | | | | | 2ba66a54f500 - YARN-196. Nodemanager should be more robust in handling connection failure to ResourceManager when a cluster is started. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | 70aa08f5e3cb - HADOOP-9408. misleading description for net.topology.table.file.name property in core-default.xml. Contributed by rajeshbabu. (11 years ago) +* | | | | | | | dfaa6b6abd9a - HADOOP-9301. hadoop client servlet/jsp/jetty/tomcat JARs creating conflicts in Oozie & HttpFS. (tucu) (11 years ago) +* | | | | | | | bc6cc3d961b5 - HADOOP-9406. hadoop-client leaks dependency on JDK tools jar. (tucu) (11 years ago) +* | | | | | | | 20604b36a7d5 - HADOOP-9407. commons-daemon 1.0.3 dependency has bad group id causing build issues. Contributed by Sangjin Lee. (11 years ago) +* | | | | | | | 4008b37b744e - HADOOP-9405. TestGridmixSummary#testExecutionSummarizer is broken. Contributed by Andrew Wang. (11 years ago) +* | | | | | | | 807e08334eb5 - HDFS-4596. Shutting down namenode during checkpointing can lead to md5sum error. Contributed by Andrew Wang. (11 years ago) +* | | | | | | | bcabbcdf4cf7 - HDFS-3277. fail over to loading a different FSImage if the first one we try to load is corrupt. Contributed by Colin Patrick McCabe and Andrew Wang. (11 years ago) +* | | | | | | | 1b6f0582fb25 - YARN-237. Refreshing the RM page forgets how many rows I had in my Datatables (jian he via bobby) (11 years ago) +* | | | | | | | 2c423375450e - HDFS-3367. WebHDFS doesn't use the logged in user when opening connections (daryn) (11 years ago) +* | | | | | | | 9ec88e8e293d - YARN-468. coverage fix for org.apache.hadoop.yarn.server.webproxy.amfilter (Aleksey Gorshkov via bobby) (11 years ago) +* | | | | | | | 6fbe717f8a76 - HADOOP-9397. Incremental dist tar build fails. Contributed by Chris Nauroth (11 years ago) +* | | | | | | | 7987bcf3f42c - HDFS-3344. Unreliable corrupt blocks counting in TestProcessCorruptBlocks. Contributed by Kihwal Lee. (11 years ago) +* | | | | | | | 3bf09c51501a - HDFS-4591. HA clients can fail to fail over while Standby NN is performing long checkpoint. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | | 1f3a18ff44e2 - HDFS-4582. TestHostsFiles fails on Windows. Contributed by Ivan Mitic. (11 years ago) +* | | | | | | | c390683bcc8f - HDFS-4583. TestNodeCount fails. Contributed by Ivan Mitic. (11 years ago) +* | | | | | | | 8c20a8f495b7 - HDFS-4595. When short circuit read is fails, DFSClient does not fallback to regular reads. Contributed by Suresh Srinivas. (11 years ago) +* | | | | | | | e4e13618e816 - HDFS-4593. TestSaveNamespace fails on Windows. Contributed by Arpit Agarwal. (11 years ago) +* | | | | | | | 38a5a4e98e9d - Move HADOP-7101 from 0.22 section to 0.23 (11 years ago) +* | | | | | | | 44eb4c31b84e - YARN-198. Added a link to RM pages from the NodeManager web app. Contributed by Jian He. (11 years ago) +* | | | | | | | 06f711d81999 - HDFS-4484. libwebhdfs compilation broken with gcc 4.6.2. Contributed by Colin Patrick McCabe. (11 years ago) +* | | | | | | | 7c8419f14f8d - HDFS-4522. LightWeightGSet expects incrementing a volatile to be atomic. Contributed by Colin Patrick McCabe. (11 years ago) +* | | | | | | | 86a940f7adc5 - HDFS-4592. Default values for access time precision are out of sync between hdfs-default.xml and the code. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | | 7aa75756d653 - HADOOP-9399. protoc maven plugin doesn't work on mvn 3.0.2. Contributed by Todd Lipcon. (11 years ago) +* | | | | | | | c5017c71e42d - HDFS-4013. TestHftpURLTimeouts throws NPE. Contributed by Chao Shi. (11 years ago) +* | | | | | | | 57803245ecc8 - MAPREDUCE-5060. Fetch failures that time out only count against the first map task. Contributed by Robert Joseph Evans (11 years ago) +* | | | | | | | 813e97494aff - HDFS-4586. TestDataDirs.testGetDataDirsFromURIs fails with all directories in dfs.datanode.data.dir are invalid. Contributed by Ivan Mitic. (11 years ago) +* | | | | | | | 6a9ccd809bbc - HADOOP-9388. TestFsShellCopy fails on Windows. Contributed by Ivan Mitic. (11 years ago) +* | | | | | | | ebf2e6b36396 - HADOOP-9099. NetUtils.normalizeHostName fails on domains where UnknownHost resolves to an IP address. Contributed by Ivan Mitic. (11 years ago) +* | | | | | | | d49c50732e15 - HDFS-4287. HTTPFS tests fail on Windows. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | 110772093650 - HADOOP-9394. Port findHangingTest.sh from HBase to Hadoop. Contributed by Andrew Wang. (11 years ago) +* | | | | | | | f75592f16eef - HADOOP-9393. TestRPC fails with JDK7. Contributed by Andrew Wang. (11 years ago) +| | | | | | | * 77f7bfa9ef09 - HDFS-4556. Add snapshotdiff and LsSnapshottableDir tools to hdfs script. Contributed by Arpit Agarwal (11 years ago) +| | | | | | | * b8f3133e04c6 - Adding file missed in the revision 1455805 (11 years ago) +| | | | | | | * 719c313be12b - HDFS-4144. Create test for all snapshot-related metrics. Contributed by Jing Zhao. (11 years ago) +| | | | | | | * 3b3ea5c4220e - HDFS-4563. Update namespace/diskspace usage after deleting snapshots. (11 years ago) +| | | | | | | * f35cd45811cd - Merge r1454237 through r1455388 from trunk. (11 years ago) +| | | | | | | |\ +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | 9daa958c5a69 - HDFS-4572. Fix TestJournal failures on Windows. Contributed by Arpit Agarwal. (11 years ago) +* | | | | | | | 9d62cdd68033 - HDFS-4391. TestDataTransferKeepalive fails when tests are executed in a certain order. Contributed by Andrew Wang. (11 years ago) +* | | | | | | | 5865ec1c3774 - HADOOP-9379. capture the ulimit info after printing the log to the console. Contributed by Arpit Gupta. (11 years ago) +* | | | | | | | f5227eb51ca2 - HADOOP-8973. DiskChecker cannot reliably detect an inaccessible disk on Windows with NTFS ACLs. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | c1fabc5e9192 - HDFS-4573. Fix TestINodeFile on Windows. Contributed by Arpit Agarwal. (11 years ago) +* | | | | | | | a4c20088b5d3 - HADOOP-9151 Include RPC error info in RpcResponseHeader instead of sending it separately (sanjay Radia) (11 years ago) +* | | | | | | | 140076fb5777 - HDFS-4577. Webhdfs operations should declare if authentication is required. Contributed by Daryn Sharp. (11 years ago) +* | | | | | | | a549d6fa2c10 - HDFS-4571. WebHDFS should not set the service hostname on the server side. (tucu) (11 years ago) +* | | | | | | | 94a22114b9f5 - HDFS-4567. Webhdfs does not need a token for token operations. Contributed by Daryn Sharp. (11 years ago) +* | | | | | | | 5f2c518c95b2 - YARN-443. allow OS scheduling priority of NM to be different than the containers it launches (tgraves) (11 years ago) +| | | | | | | * 43f8d0b9c9e2 - HDFS-4574. Move Diff to the util package. (11 years ago) +| | | | | | | * d32fb8a62b32 - HDFS-4579. Annotate snapshot tests. Contributed by Arpit Agarwal. (11 years ago) +| | | | | | | * 82230367baf2 - Merging trunk (11 years ago) +| | | | | | | |\ +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | 4909821aa97f - HDFS-4569. Small image transfer related cleanups. Contributed by Andrew Wang. (11 years ago) +* | | | | | | | 06f27d8731e6 - Move CHANGES.txt entry for HADOOP-9369 to the correct place. (11 years ago) +* | | | | | | | 21a1c8acbafc - HADOOP-9369. DNS#reverseDns() can return hostname with . appended at the end. Contributed by Karthik Kambatla. (11 years ago) +* | | | | | | | 7122cb5bf4a2 - MAPREDUCE-5023. History Server Web Services missing Job Counters (Ravi Prakash via tgraves) (11 years ago) +* | | | | | | | a3c4488efd35 - HADOOP-9364. PathData#expandAsGlob does not return correct results for absolute paths on Windows. Contributed by Ivan Mitic. (11 years ago) +* | | | | | | | 8a4f03cb7028 - HDFS-4566. Webdhfs token cancelation should use authentication (daryn) (11 years ago) +* | | | | | | | 49b2c6ab7786 - Change the jira number of commit 1454021 to HDFS-4565. Attribute it to the right contributor, Arpit Gupta (11 years ago) +* | | | | | | | 301079b4bfa1 - HDFS-4546. Use DFSUtil.getSpnegoKeytabKey() to get the spnego keytab key in secondary namenode and namenode http server. Contributed by Arpit Agarwal. (11 years ago) +* | | | | | | | 6d4ab86412db - HADOOP-9374. Add tokens from -tokenCacheFile into UGI (daryn) (11 years ago) +* | | | | | | | 97c466831206 - HDFS-4560. Webhdfs cannot use tokens obtained by another user (daryn) (11 years ago) +* | | | | | | | 80c2cf57fdb0 - Preparing for bug-fix 2.0.4-alpha release. (11 years ago) +* | | | | | | | 33b3bcd357c8 - HADOOP-9365. TestHAZKUtil fails on Windows. Contributed by Ivan Mitic. (11 years ago) +* | | | | | | | 97605f27e7b0 - HADOOP-9376. TestProxyUserFromEnv fails on a Windows domain joined machine. Contributed by Ivan Mitic. (11 years ago) +| | | | | | | * 8d95784bf1a7 - HDFS-4557. Fix FSDirectory#delete when INode#cleanSubtree returns 0. Contributed by Jing Zhao (11 years ago) +| | | | | | | * 3145cf1ab29c - Merge r1449958 through r1453659 from trunk. (11 years ago) +| | | | | | | |\ +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | 96fc01fbc228 - HADOOP-9373. Remove empty files that should have been removed in the commit r1453599 (11 years ago) +* | | | | | | | 6942fd1db5fe - HADOOP-9372. Fix bad timeout annotations on tests. Contributed by Arpit Agarwal. (11 years ago) +* | | | | | | | b427fe9de879 - HADOOP-9209. Add shell command to dump file checksums (Todd Lipcon via jeagles) (11 years ago) +* | | | | | | | 85470f0a33a3 - HADOOP-8462. Native-code implementation of bzip2 codec. Contributed by Govind Kamat (11 years ago) +* | | | | | | | 50d136f9c9c1 - HADOOP-9373. Merge CHANGES.branch-trunk-win.txt to CHANGES.txt. Contributed by Suresh Srinivas. (11 years ago) +* | | | | | | | 2e4382b7c3ea - YARN-429. capacity-scheduler config missing from yarn-test artifact. Contributed by Siddharth Seth. (11 years ago) +* | | | | | | | 638801cce16f - HADOOP-8952. Enhancements to support Hadoop on Windows Server and Windows Azure environments. Contributed by Ivan Mitic, Chuan Liu, Ramya Sunil, Bikas Saha, Kanna Karanam, John Gordon, Brandon Li, Chris Nauroth, David Lao, Sumadhur Reddy Bolli, Arpit Agarwal, Ahmed El Baz, Mike Liddell, Jing Zhao, Thejas Nair, Steve Maine, Ganeshan Iyer, Raja Aluri, Giridharan Kesavan, Ramya Bharathi Nimmagadda. (11 years ago) +* | | | | | | | 456064d8999b - HDFS-4544. Error in deleting blocks should not do check disk, for all types of errors. Contributed by Arpit Agarwal. (11 years ago) +* | | | | | | | df68c56267ca - MAPREDUCE-3685. Fix bugs in MergeManager to ensure compression codec is appropriately used and that on-disk segments are correctly sorted on file-size. Contributed by Anty Rao and Ravi Prakash. (11 years ago) +* | | | | | | | e1062b8b787b - MAPREDUCE-5027. Shuffle does not limit number of outstanding connections (Robert Parker via jeagles) (11 years ago) +* | | | | | | | 21066255da35 - YARN-227. Application expiration difficult to debug for end-users (Jason Lowe via jeagles) (11 years ago) +* | | | | | | | 56c7e7a12ec1 - HDFS-4519. Support overriding jsvc binary and log file locations when launching secure datanode. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | a82e67af6c74 - HDFS-4540. Namenode http server should use the web authentication keytab for spnego principal. Contributed by Arpit Gupta. (11 years ago) +* | | | | | | | 97ccd6440156 - HDFS-4542. Webhdfs doesn't support secure proxy users. Contributed by Daryn Sharp. (11 years ago) +* | | | | | | | 52703c2d0d9e - HADOOP-9343. Allow additional exceptions through the RPC layer. (sseth) (11 years ago) +* | | | | | | | cc15fff26319 - HADOOP-9337. org.apache.hadoop.fs.DF.getMount() does not work on Mac OS. Contributed by Ivan A. Veselovsky. (11 years ago) +* | | | | | | | ead90cc1a8cd - HADOOP-9163 The rpc msg in ProtobufRpcEngine.proto should be moved out to avoid an extra copy (Sanjay Radia) (11 years ago) +* | | | | | | | 5889f54ad1d1 - YARN-345. Many InvalidStateTransitonException errors for ApplicationImpl in Node Manager. Contributed by Robert Parker (11 years ago) +* | | | | | | | 9334dc23f968 - YARN-448. Remove unnecessary hflush from log aggregation (Kihwal Lee via bobby) (11 years ago) +* | | | | | | | 3ea26d3408d4 - HDFS-4541. Set hadoop.log.dir and hadoop.id.str when starting secure datanode to write the logs to right dir by default. Contributed by Arpit Gupta. (11 years ago) +* | | | | | | | d8ca9c655b35 - HDFS-4532. RPC call queue may fill due to current user lookup (daryn) (11 years ago) +* | | | | | | | cfa86e611077 - HDFS-4128. 2NN gets stuck in inconsistent state if edit log replay fails in the middle (kihwal via daryn) (11 years ago) +* | | | | | | | ec13f1eb3afc - MAPREDUCE-5043. Fetch failure processing can cause AM event queue to backup and eventually OOM (Jason Lowe via bobby) (11 years ago) +* | | | | | | | 84567faa92f7 - HADOOP-9352. Expose UGI.setLoginUser for tests (daryn) (11 years ago) +* | | | | | | | 38c4e17ec1e5 - MAPREDUCE-4794. DefaultSpeculator generates error messages on normal shutdown (Jason Lowe via jeagles) (11 years ago) +* | | | | | | | 6680ee5f5d2f - YARN-410. Fixed RM UI so that the new lines diagnostics for a failed app on the per-application page are translated to html line breaks. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | 0b708ab75d05 - YARN-380. Fix yarn node -status output to be better readable. Contributed by Omkar Vinit Joshi. (11 years ago) +* | | | | | | | 83d80658673b - YARN-376. Fixes a bug which would prevent the NM knowing about completed containers and applications. Contributed by Jason Lowe. (11 years ago) +* | | | | | | | 5d6eca08bd77 - MAPREDUCE-4896. mapred queue -info spits out ugly exception when queue does not exist. (sandyr via tucu) (11 years ago) +* | | | | | | | 892e088773c6 - HADOOP-9349. Confusing output when running hadoop version from one hadoop installation when HADOOP_HOME points to another. (sandyr via tucu) (11 years ago) +* | | | | | | | 62d70af19a84 - YARN-406. Fix TestRackResolver to function in networks where "host1" resolves to a valid host. Contributed by Hitesh Shah. (11 years ago) +* | | | | | | | c5368561f9b0 - HADOOP-9336. Allow UGI of current connection to be queried. Contributed by Daryn Sharp. (11 years ago) +* | | | | | | | 2e02b926644b - HDFS-4518. Finer grained metrics for HDFS capacity. Contributed by Suresh Srinivas. (11 years ago) +* | | | | | | | 27c8a87a5432 - YARN-269. Resource Manager not logging the health_check_script result when taking it out. Contributed by Jason Lowe (11 years ago) +* | | | | | | | 892846dc0495 - MAPREDUCE-4871. AM uses mapreduce.jobtracker.split.metainfo.maxsize but mapred-default has mapreduce.job.split.metainfo.maxsize (Jason Lowe via jeagles) (11 years ago) +* | | | | | | | 6401d5d2ecd0 - HADOOP-9230. TestUniformSizeInputFormat fails intermittently. (kkambatl via tucu) (11 years ago) +* | | | | | | | 5363d831a007 - HADOOP-9342. Remove jline from distribution. (thw via tucu) (11 years ago) +* | | | | | | | dec30f218e73 - Typo in CHANGES.txt for HADOOP-9339 (11 years ago) +* | | | | | | | eb1cc863d20c - HADOOP-9339. IPC.Server incorrectly sets UGI auth type. Contributed by Daryn Sharp (11 years ago) +* | | | | | | | 979fb054f8e7 - MAPREDUCE-4693. Historyserver should provide counters for failed tasks. Contributed by Xuan Gong. (11 years ago) +* | | | | | | | 0b9ed2364a06 - MAPREDUCE-4892. Modify CombineFileInputFormat to not skew input slits' allocation on small clusters. Contributed by Bikas Saha. (11 years ago) +* | | | | | | | 0057600a82cb - YARN-426. Failure to download a public resource prevents further downloads (Jason Lowe via bobby) (11 years ago) +* | | | | | | | 14089f1e57e0 - MAPREDUCE-5008. Merger progress miscounts with respect to EOF_MARKER. Contributed by Sandy Ryza. (11 years ago) +* | | | | | | | 42e987f11e79 - MAPREDUCE-5033. mapred shell script should respect usage flags (--help -help -h). Contributed by Andrew Wang. (11 years ago) +* | | | | | | | 12985ea6f9ba - HADOOP-8917. Changed contributed by from Arpit Agarwal to Arpit Gupta. (11 years ago) +* | | | | | | | 9e87bcb3ad4e - HADOOP-8917. add LOCALE.US to toLowerCase in SecurityUtil.replacePattern. Contributed by Arpit Agarwal. (11 years ago) +* | | | | | | | 70b1c5ca7562 - HADOOP-9334. Upgrade netty version. Contributed by Nicolas Liochon. (11 years ago) +* | | | | | | | 7ea82ca558c2 - YARN-365. Change NM heartbeat handling to not generate a scheduler event on each heartbeat. (Contributed by Xuan Gong) (11 years ago) +* | | | | | | | 939726041100 - HADOOP-7487. DF should throw a more reasonable exception when mount cannot be determined. Contributed by Andrew Wang. (11 years ago) +* | | | | | | | 7e2d98da4080 - HDFS-4235. When outputting XML, OfflineEditsViewer can't handle some edits containing non-ASCII strings. Contributed by Colin Patrick McCabe. (11 years ago) +* | | | | | | | 10e1e314acc9 - YARN-390. ApplicationCLI and NodeCLI hard-coded platform-specific line separator causes test failures on Windows. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | | 4840775e3d14 - HADOOP-9323. Fix typos in API documentation. Contributed by Suresh Srinivas. (11 years ago) +| | | | | | | * b1333e5b561d - HDFS-4545. With snapshots, FSDirectory.unprotectedSetReplication(..) always changes file replication but it may or may not changes block replication. (11 years ago) +| | | | | | | * c7cf85ccb4ff - HDFS-4507. Update quota verification for snapshots. (11 years ago) +| | | | | | | * e2a618e1cc3f - HDFS-4523. Fix INodeFile replacement, TestQuota and javac errors from trunk merge. (11 years ago) +| | | | | | | * aa82b03823d8 - Merge r1448505 through r1449957 from trunk. (11 years ago) +| | | | | | | |\ +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | 63522b322459 - HADOOP-8569. CMakeLists.txt: define _GNU_SOURCE and _LARGEFILE_SOURCE. Contributed by Colin Patrick McCabe. (11 years ago) +* | | | | | | | 2552a7720592 - HADOOP-9279. Document the need to build hadoop-maven-plugins for eclipse and separate project builds. Contributed by Tsuyoshi Ozawa. (11 years ago) +* | | | | | | | 019d6a22b152 - HDFS-4304. Make FSEditLogOp.MAX_OP_SIZE configurable. Contributed by Colin Patrick McCabe. (11 years ago) +* | | | | | | | 8271fae9211c - HADOOP-9267. hadoop -help, -h, --help should show usage instructions. Contributed by Andrew Wang. (11 years ago) +* | | | | | | | cdb292f44caf - HDFS-4222. NN is unresponsive and loses heartbeats from DNs when configured to use LDAP and LDAP has issues. Contributed by Xiaobo Peng and Suresh Srinivas. (11 years ago) +* | | | | | | | c5296502ba32 - amendment to HADOOP-9112 fix return codes (Surenkumar Nihalani via bobby) (11 years ago) +* | | | | | | | bf44d16ef467 - HDFS-4482. ReplicationMonitor thread can exit with NPE due to the race between delete and replication of same file. Contributed by Uma Maheswara Rao G. (11 years ago) +* | | | | | | | 0b73dde6ce86 - MAPREDUCE-4951. Container preemption interpreted as task failure. Contributed by Sandy Ryza. (11 years ago) +* | | | | | | | 87035a004c9f - MAPREDUCE-5013. mapred.JobStatus compatibility: MR2 missing constructors from MR1. Contributed by Sandy Ryza. (11 years ago) +* | | | | | | | 7555b4df7462 - MAPREDUCE-4846. Some JobQueueInfo methods are public in MR1 but protected in MR2. Contributed by Sandy Ryza. (11 years ago) +| | | | | | | * 59e968a114df - HDFS-4514. Add CLI for supporting snapshot rename, diff report, and snapshottable directory listing. Contributed by Jing Zhao (11 years ago) +| | | | | | | * d8ccf4e521b1 - Add the new test file by HDFS-4520. (11 years ago) +| | | | | | | * 5ddbbd9d65b0 - HDFS-4520. Support listing snapshots under a snapshottable directory using ls. Contributed by Jing Zhao (11 years ago) +| | | | | | | * 0deff1727ec4 - HDFS-4524. Update SnapshotManager#snapshottables when loading fsimage. Contributed by Jing Zhao (11 years ago) +| | | | | | | * 89d05b53d9b3 - Merge r1446505 through r1448504 from trunk. (11 years ago) +| | | | | | | |\ +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | 567ab4335f8d - HDFS-4502. JsonUtil.toFileStatus(..) should check if the fileId property exists. Contributed by Brandon Li (11 years ago) +* | | | | | | | 320f7bdcb878 - YARN-236. RM should point tracking URL to RM web page when app fails to start (Jason Lowe via jeagles) (11 years ago) +* | | | | | | | de73a65f3222 - HADOOP-9112. test-patch should -1 for @Tests without a timeout (Surenkumar Nihalani via bobby) (11 years ago) +* | | | | | | | efaaf586053b - YARN-400. RM can return null application resource usage report leading to NPE in client (Jason Lowe via tgraves) (11 years ago) +* | | | | | | | c8f35bc3d285 - MAPREDUCE-5009. Killing the Task Attempt slated for commit does not clear the value from the Task commitAttempt member (Robert Parker via jeagles) (11 years ago) +* | | | | | | | 1c49e7799856 - MAPREDUCE-5012. Typo in javadoc for IdentityMapper class. Contributed by Adam Monsen. (11 years ago) +| |_|_|_|_|/ / +|/| | | | | | +| | | | | | * f29fa9e820e2 - HDFS-4499. Fix file/directory/snapshot deletion for file diff. Contributed by Jing Zhao (11 years ago) +| | | | | | * fac3883188d9 - HDFS-4503. Update computeContentSummary(..), spaceConsumedInTree(..) and diskspaceConsumed(..) in INode for snapshot. (11 years ago) +| | | | | | * 14eaab677821 - HDFS-4431. Support snapshot in OfflineImageViewer. Contributed by Jing Zhao (11 years ago) +| | | | | | * a9f6a27e9372 - Merge trunk to HDFS-2802 branch (11 years ago) +| | | | | | |\ +| |_|_|_|_|_|/ +|/| | | | | | +* | | | | | | 461e614a3aa1 - HADOOP-9218 Document the Rpc-wrappers used internally (sanjay Radia) (11 years ago) +* | | | | | | 0a8cfa9016a3 - HADOOP-9304. remove addition of avro genreated-sources dirs to build. (tucu) (11 years ago) +* | | | | | | c01827aa488b - HADOOP-9154. SortedMapWritable#putAll() doesn't add key/value classes to the map. Contributed by Karthik Kambatla. (11 years ago) +* | | | | | | 4ad1279b2e37 - HADOOP-9297. remove old record IO generation and tests. (tucu) (11 years ago) +* | | | | | | ab330b33bb30 - MAPREDUCE-4994. Addendum fixing testcases failures. (sandyr via tucu) (11 years ago) +* | | | | | | a96d228f557a - Amending common CHANGES.txt (11 years ago) +* | | | | | | a9974c791aef - HDFS-4495. Allow client-side lease renewal to be retried beyond soft-limit. Contributed by Kihwal Lee (11 years ago) +* | | | | | | 6bcbf492a239 - HADOOP-9117. replace protoc ant plugin exec with a maven plugin. (tucu) (11 years ago) +* | | | | | | a3ddc8ef968f - HADOOP-9305. Add support for running the Hadoop client on 64-bit AIX. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | 7bc6040ebb24 - YARN-391. Formatting fixes for LCEResourceHandler classes. Contributed by Steve Loughran) (11 years ago) +* | | | | | | 43204f0c836e - MAPREDUCE-5000. Fixes getCounters when speculating by fixing the selection of the best attempt for a task. Contributed by Jason Lowe. (11 years ago) +* | | | | | | 666667464ad7 - YARN-249. Capacity Scheduler web page should show list of active users per queue like it used to (in 1.x) (Ravi Prakash via tgraves) (11 years ago) +* | | | | | | 628922eaeff5 - HADOOP-9303. command manual dfsadmin missing entry for restoreFailedStorage option (Andy Isaacson via tgraves) (11 years ago) +* | | | | | | 576f7893859a - HADOOP-9302. HDFS docs not linked from top level (Andy Isaacson via tgraves) (11 years ago) +* | | | | | | 390d1fbef889 - MAPREDUCE-4992. AM hangs in RecoveryService when recovering tasks with speculative attempts. Contributed by Robert Parker (11 years ago) +* | | | | | | c2d640707033 - MAPREDUCE-4989. JSONify DataTables input data for Attempts page. Contributed by Ravi Prakash (11 years ago) +* | | | | | | 7e615c7f7519 - MAPREDUCE-4994. -jt generic command line option does not work. (sandyr via tucu) (11 years ago) +* | | | | | | 969e84decbc9 - HDFS-4342. Directories configured in dfs.namenode.edits.dir.required but not in dfs.namenode.edits.dir are silently ignored. Contributed by Arpit Agarwal (11 years ago) +| | | | | | * d9e2514d21c2 - HDFS-4487. Fix snapshot diff report for HDFS-4446. Contributed by Jing Zhao (11 years ago) +| | | | | | * d42d0860cb67 - HDFS-4500. Refactor snapshot INode methods. (11 years ago) +| | | | | | * 02e6b72ae148 - HDFS-4481. Change fsimage to support snapshot file diffs. (11 years ago) +| | | | | | * fa8bafbd4673 - Merge r1441206 through r1444434 from trunk. (11 years ago) +| | | | | | |\ +| |_|_|_|_|_|/ +|/| | | | | | +* | | | | | | 6e72c6731aa5 - HADOOP-9294. GetGroupsTestBase fails on Windows. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | d4931241ab14 - YARN-362. Unexpected extra results when using webUI table search. Contributed by Ravi Prakash (11 years ago) +* | | | | | | 6f0c56cb9563 - HDFS-4471. Namenode WebUI file browsing does not work with wildcard addresses configured. Contributed by Andrew Wang. (11 years ago) +* | | | | | | a63d50f79a8c - YARN-377. Use the new StringUtils methods added by HADOOP-9252 and fix TestContainersMonitor. Contributed by Chris Nauroth (11 years ago) +* | | | | | | 7114a6131800 - HDFS-4470. Several HDFS tests attempt file operations on invalid HDFS paths when running on Windows. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | c3d09010c759 - HADOOP-9277. Improve javadoc for FileContext. Contributed by Andrew Wang. (11 years ago) +* | | | | | | 362da383fd27 - YARN-385. Add missing fields - location and #containers to ResourceRequestPBImpl's toString(). Contributed by Sandy Ryza. (11 years ago) +* | | | | | | bdfe23235e73 - YARN-383. AMRMClientImpl should handle null rmClient in stop(). Contributed by Hitesh Shah. (11 years ago) +* | | | | | | 54a9c6f96448 - HADOOP-9253. Capture ulimit info in the logs at service start time. Contributed by Arpit Gupta. (11 years ago) +* | | | | | | 35832053bf46 - MAPREDUCE-4671. AM does not tell the RM about container requests which are no longer needed. Contributed by Bikas Saha. (11 years ago) +* | | | | | | 1eaf9944e3a8 - Move HDFS-4458 to 2.0.3-alpha in CHANGES.txt. (11 years ago) +* | | | | | | 411bb0bd9913 - HADOOP-9283. Add support for running the Hadoop client on AIX. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | 90c3700c5286 - HDFS-4458. In DFSUtil.getNameServiceUris(..), convert default fs URI using NetUtils.createSocketAddr(..) for being consistent with other addresses. Contributed by Binglin Chang (11 years ago) +* | | | | | | ea94b7b9ddbe - MAPREDUCE-4822. Unnecessary conversions in History Events. Contributed by Chu Tong (11 years ago) +* | | | | | | 4525c4a25ba9 - HDFS-4340. Update addBlock() to inculde inode id as additional argument. Contributed Brandon Li. (11 years ago) +* | | | | | | 17e72be6d89c - MAPREDUCE-4977. Documentation for pluggable shuffle and pluggable sort. (tucu) (11 years ago) +* | | | | | | ab16a375720f - YARN-355. Fixes a bug where RM app submission could jam under load. Contributed by Daryn Sharp. (11 years ago) +* | | | | | | 8159dad85666 - HADOOP-9289. FsShell rm -f fails for non-matching globs. Contributed by Daryn Sharp. (11 years ago) +* | | | | | | 79b12f6f4ccd - MAPREDUCE-4905. test org.apache.hadoop.mapred.pipes (Aleksey Gorshkov via bobby) (11 years ago) +* | | | | | | d27291842605 - YARN-357. App submission should not be synchronized (daryn) (11 years ago) +* | | | | | | c52a27768791 - YARN-3. Merged to branch-2. (11 years ago) +* | | | | | | 7cc2050041eb - Preparing for hadoop-2.0.3-alpha release. (11 years ago) +* | | | | | | 38bb4ad73827 - YARN-370. Fix SchedulerUtils to correctly round up the resource for containers. Contributed by Zhijie Shen. (11 years ago) +* | | | | | | e28edbffe15e - HDFS-4468. Use the new StringUtils methods added by HADOOP-9252 and fix TestHDFSCLI and TestQuota. (11 years ago) +* | | | | | | 0b565a967d7a - HADOOP-9278. Fix the file handle leak in HarMetaData.parseMetaData() in HarFileSystem. Contributed by Chris Nauroth (11 years ago) +* | | | | | | 96398870b4a0 - HADOOP-9260. Hadoop version may be not correct when starting name node or data node. Contributed by Chris Nauroth (11 years ago) +* | | | | | | bdb5342b2dee - MAPREDUCE-4953. HadoopPipes misuses fprintf. Contributed by Andy Isaacson. (11 years ago) +* | | | | | | ef8dd606aba7 - HDFS-4344. dfshealth.jsp throws NumberFormatException when dfs.hosts/dfs.hosts.exclude includes port number. Contributed by Andy Isaacson. (11 years ago) +* | | | | | | 5a0b74663951 - HDFS-4404. Create file failure when the machine of first attempted NameNode is down. Contributed by Todd Lipcon. (11 years ago) +* | | | | | | 5d679c4f4349 - YARN-360. Allow apps to concurrently register tokens for renewal. Contributed by Daryn Sharp. (11 years ago) +* | | | | | | ef2ff99d3675 - HADOOP-9252. In StringUtils, humanReadableInt(..) has a race condition and the synchronization of limitDecimalTo2(double) can be avoided. (11 years ago) +* | | | | | | a8e39feed264 - HDFS-4462. 2NN will fail to checkpoint after an HDFS upgrade from a pre-federation version of HDFS. Contributed by Aaron T. Myers. (11 years ago) +* | | | | | | 114e23f7bd1e - HADOOP-9276. Allow BoundedByteArrayOutputStream to be resettable. Contributed by Arun Murthy (11 years ago) +* | | | | | | 52e6f5a27643 - HDFS-4445. All BKJM ledgers are not checked while tailing, So failover will fail. Contributed Vinay. (11 years ago) +* | | | | | | 8590564dc561 - HDFS-4350. Make enabling of stale marking on read and write paths independent. Contributed by Andrew Wang. (11 years ago) +* | | | | | | 61a262757ca7 - HDFS-4452. getAdditionalBlock() can create multiple blocks if the client times out and retries. Contributed by Konstantin Shvachko. (11 years ago) +* | | | | | | a04bee4567cf - MAPREDUCE-4971. Minor extensibility enhancements to Counters & FileOutputFormat. Contributed by Arun C Murthy (11 years ago) +* | | | | | | b1baf11fb21e - YARN-372. Move InlineDispatcher from hadoop-yarn-server-resourcemanager to hadoop-yarn-common. Contributed by Siddharth Seth. (11 years ago) +* | | | | | | 5c791948de6e - HADOOP-9067. provide test for LocalFileSystem.reportChecksumFailure (Ivan A. Veselovsky via bobby) (11 years ago) +* | | | | | | bbdae834d2ec - HDFS-4456. Add concat to HttpFS and WebHDFS REST API docs. (plamenj2003 via tucu) (11 years ago) +* | | | | | | af8553b9feb9 - HADOOP-9124. SortedMapWritable violates contract of Map interface for equals() and hashCode(). Contributed by Surenkumar Nihalani (11 years ago) +* | | | | | | f81119816416 - YARN-364. AggregatedLogDeletionService can take too long to delete logs. Contributed by Jason Lowe (11 years ago) +| | | | | | * afe77ce53d3c - HDFS-4480. Eliminate the file snapshot circular linked list. (11 years ago) +| | | | | | * 4f7d921324c7 - HDFS-4446. Support file snapshots with diff lists. (11 years ago) +| | | | | | * 24d96cbcdb80 - HDFS-4414. Add support for getting snapshot diff from DistributedFileSystem. Contributed by Jing Zhao. (11 years ago) +| | | | | | * e7db60fbfcc2 - HDFS-4464. Combine collectSubtreeBlocksAndClear with deleteDiffsForSnapshot and rename it to destroySubtreeAndCollectBlocks. (11 years ago) +| | | | | | * 40df526bd32d - Merge r1440222 through r1441205 from trunk. (11 years ago) +| | | | | | |\ +| |_|_|_|_|_|/ +|/| | | | | | +* | | | | | | 71a57ded39a6 - HADOOP-9264. Port change to use Java untar API on Windows from branch-1-win to trunk. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | b04586e7ebfa - HADOOP-9264. Reverting r1441164 and wait for Jenkins results before committing the patch. (11 years ago) +* | | | | | | e6ef76999f0c - HADOOP-9264. Port change to use Java untar API on Windows from branch-1-win to trunk. Contributed by Chris Nauroth. (11 years ago) +* | | | | | | 01591b8b9f21 - Change incorrect jira number HDFS-4151 to HDFS-4451 and move it to incompatible section. (11 years ago) +* | | | | | | 6ecbb350193d - HDFS-4151. hdfs balancer command returns exit code 1 on success instead of 0. Contributed by Joshua Blatt. (11 years ago) +* | | | | | | ac21e15a3920 - MAPREDUCE-4969. TestKeyValueTextInputFormat test fails with Open JDK 7. Contributed by Arpit Agarwal. (11 years ago) +* | | | | | | e7380b4f9c4f - HDFS-4428. FsDatasetImpl should disclose what the error is when a rename fails. Contributed by Colin Patrick McCabe. (11 years ago) +* | | | | | | e668c16975d9 - HADOOP-8981. Merge r1422279 from branch-trunk-win to trunk (11 years ago) +* | | | | | | 28c308d5e814 - MAPREDUCE-4893. Fixed MR ApplicationMaster to do optimal assignment of containers to get maximum locality. Contributed by Bikas Saha. (11 years ago) +| |_|_|_|/ / +|/| | | | | +* | | | | | 63846842999c - YARN-343. Capacity Scheduler maximum-capacity value -1 is invalid (Xuan Gong via tgraves) (11 years ago) +* | | | | | 481b6cccf049 - HDFS-3598. WebHDFS support for file concat. Contributed by Plamen Jeliazkov. (11 years ago) +* | | | | | d7ebb9f10aa8 - Move HADOOP-9221 to correct section of CHANGES.txt. (11 years ago) +* | | | | | 73066dc9580e - HADOOP-9221. Convert remaining xdocs to APT. Contributed by Andy Isaacson. (11 years ago) +| | | | | * 2710e961e564 - HDFS-4361. When listing snapshottable directories, only return those where the user has permission to take snapshots. Contributed by Jing Zhao (11 years ago) +| | | | | * 2372e394dd99 - HDFS-4189. Renames the getMutableXxx methods to getXxx4Write and fix a bug that some getExistingPathINodes calls should be getINodesInPath4Write. (11 years ago) +| | | | | * f352b4ce0c29 - Merge r1438306 through r1440221 from trunk. (11 years ago) +| | | | | |\ +| |_|_|_|_|/ +|/| | | | | +* | | | | | 3e0bc281c8d4 - HADOOP-9249. hadoop-maven-plugins version-info goal causes build failure when running with Clover. Contributed by Chris Nauroth. (11 years ago) +* | | | | | 8acfa66897dc - HDFS-4288. NN accepts incremental BR as IBR in safemode. contributed by Daryn Sharp. (11 years ago) +* | | | | | 0f430e53fde8 - MAPREDUCE-2264. Job status exceeds 100% in some cases. (devaraj.k and sandyr via tucu) (11 years ago) +* | | | | | 33cee25aad2f - HADOOP-9190. packaging docs is broken. Contributed by Andy Isaacson. (11 years ago) +* | | | | | 203a9c0f7246 - Revert HADOOP-9241 properly this time. Left the core-default.xml in previous commit. (11 years ago) +* | | | | | 159b991e7290 - Reverting HADOOP-9241. To be fixed and reviewed. (11 years ago) +* | | | | | c163dc2fce10 - MAPREDUCE-4838. Add additional fields like Locality, Avataar to the JobHistory logs. Contributed by Zhijie Shen (11 years ago) +* | | | | | df10249669c2 - YARN-133. Update web services docs for RM clusterMetrics. Contributed by Ravi Prakash. (11 years ago) +* | | | | | 1137fb06df60 - HADOOP-9246. Execution phase for hadoop-maven-plugin should be process-resources. Contributed by Karthik Kambatla and Chris Nauroth (11 years ago) +* | | | | | 8a5fadc5a061 - MAPREDUCE-4803. Remove duplicate copy of TestIndexCache. Contributed by Mariappan Asokan (11 years ago) +* | | | | | 32cc3893825e - HADOOP-9255. relnotes.py missing last jira (tgraves) (11 years ago) +* | | | | | da4cab10990b - Revering MAPREDUCE-2264 (11 years ago) +* | | | | | 58c0c6f069db - HDFS-4444. Add space between total transaction time and number of transactions in FSEditLog#printStatistics. Contributed by Stephen Chu. (11 years ago) +* | | | | | 7480aa811068 - Move HADOOP-9247 to release 0.23.7 section in CHANGES.txt (11 years ago) +* | | | | | 96d724b44158 - HADOOP-9241. DU refresh interval is not configurable. Contributed by Harsh J. (harsh) (11 years ago) +* | | | | | 9639f37ee214 - HDFS-4259. Improve pipeline DN replacement failure message. Contributed by Harsh J. (harsh) (11 years ago) +* | | | | | 86f6dfb33837 - HDFS-4443. Remove a trailing '`' character from the HTML code generated by NamenodeJspHelper.generateNodeData(..). Contributed by Christian Rohling (12 years ago) +* | | | | | 759a3fae8647 - Amending MR CHANGES.txt to reflect that MAPREDUCE-4049/4809/4807/4808 are in branch-2 (12 years ago) +* | | | | | 804ae2a692b7 - HADOOP-9247. Parametrize Clover generateXxx properties to make them re-definable via -D in mvn calls. Contributed by Ivan A. Veselovsky. (12 years ago) +* | | | | | f7d333c152ec - HADOOP-8857. hadoop.http.authentication.signature.secret.file docs should not state that secret is randomly generated. (tucu) (12 years ago) +| | | | | * 6f4fe09687f9 - HDFS-4447. Refactor INodeDirectoryWithSnapshot for supporting general INode diff lists. (11 years ago) +| | | | | * 66ea187228c8 - HDFS-4131. Add capability to namenode to get snapshot diff. Contributed by Jing Zhao. (11 years ago) +| | | | | * 5988208b7d2f - HDFS-4432. Support INodeFileUnderConstructionWithSnapshot in FSImage saving/loading. Contributed by Jing Zhao. (11 years ago) +| | | | | * a3bf2083867d - HDFS-4441. Move INodeDirectoryWithSnapshot.Diff and the related classes to a package. (12 years ago) +| | | | | * 569d63d36cfc - Merge r1437841 through r1438305 from trunk. (12 years ago) +| | | | | |\ +| |_|_|_|_|/ +|/| | | | | +* | | | | | 539153a6798a - MAPREDUCE-2264. Job status exceeds 100% in some cases. (devaraj.k and sandyr via tucu) (12 years ago) +* | | | | | e625e6d29683 - HADOOP-9245. mvn clean without running mvn install before fails. Contributed by Karthik Kambatla. (12 years ago) +* | | | | | 16acd69e5879 - HADOOP-9242. Duplicate surefire plugin config in hadoop-common. Contributed by Andrey Klochkov. (12 years ago) +* | | | | | cf7e9e7ef91c - Add .classpath, .project, .settings and target to svn:ignore. (12 years ago) +| | | | | * 12e8ba804f94 - HDFS-4429. When the latest snapshot exists, INodeFileUnderConstruction should be replaced with INodeFileWithSnapshot but not INodeFile. (12 years ago) +| | | | | * bb80f2fb29d6 - HDFS-4436. Change INode.recordModification(..) to return only the current inode and remove the updateCircularList parameter from some methods in INodeDirectoryWithSnapshot.Diff. (12 years ago) +| | | | | * 74d1e5c30231 - Merge r1432789 through r1437840 from trunk. (12 years ago) +| | | | | |\ +| |_|_|_|_|/ +|/| | | | | +* | | | | | 2e9e7601e162 - YARN-354. WebAppProxyServer exits immediately after startup. Contributed by Liang Xie (12 years ago) +* | | | | | a1e6df6bc4e2 - HDFS-4426. Secondary namenode shuts down immediately after startup. Contributed by Arpit Agarwal. (12 years ago) +| |_|_|/ / +|/| | | | +* | | | | 345bcee06643 - YARN-319. Submitting a job to a fair scheduler queue for which the user does not have permission causes the client to wait forever. Contributed by shenhong. (12 years ago) +* | | | | 29ddce96a26c - YARN-231. RM Restart - Add FS-based persistent store implementation for RMStateStore. Contributed by Bikas Saha (12 years ago) +* | | | | f5551bf8091c - YARN-277. Use AMRMClient in DistributedShell to exemplify the approach. Contributed by Bikas Saha (12 years ago) +* | | | | 937ab1673625 - HADOOP-9231. Add missing CHANGES.txt (12 years ago) +* | | | | 8535747cea39 - HADOOP-9231. Parametrize staging URL for the uniformity of distributionManagement. Contributed by Konstantin Boudnik. (12 years ago) +* | | | | 74ffc7a74dc6 - MAPREDUCE-4946. Fix a performance problem for large jobs by reducing the number of map completion event type conversions. Contributed by Jason Lowe. (12 years ago) +* | | | | bb81a17e0b4f - MAPREDUCE-4949. Enable multiple pi jobs to run in parallel. (sandyr via tucu) (12 years ago) +* | | | | 73fd247c7649 - MAPREDUCE-4808. Refactor MapOutput and MergeManager to facilitate reuse by Shuffle implementations. (masokan via tucu) (12 years ago) +* | | | | cfae13306ac0 - HDFS-4403. DFSClient can infer checksum type when not provided by reading first byte. Contributed by Todd Lipcon. (12 years ago) +* | | | | c5b01ce42419 - HADOOP-8924. Add CHANGES.txt description missed in commit r1435380. (12 years ago) +* | | | | 88c7fdd06599 - MAPREDUCE-4458. Warn if java.library.path is used for AM or Task (Robert Parker via jeagles) (12 years ago) +* | | | | ae270e72cff4 - HADOOP-8924. Add maven plugin alternative to shell script to save package-info.java. Contributed by Alejandro Abdelnur and Chris Nauroth. (12 years ago) +* | | | | f8cca2df8a74 - HADOOP-8924. Revert r1435372 that missed some files (12 years ago) +* | | | | 98db9f59308d - HADOOP-8924. Add maven plugin alternative to shell script to save package-info.java. Contributed by Alejandro Abdelnur and Chris Nauroth. (12 years ago) +* | | | | 76f9af4ccf3c - MAPREDUCE-4948. Fix a failing unit test - TestYARNRunner.testHistoryServerToken. Contributed by Junping Du (12 years ago) +* | | | | d3d350ef0f11 - HDFS-4359. Slow RPC responses from NN can prevent metrics collection on DNs. Contributed by liang xie. (12 years ago) +* | | | | f85b58373182 - YARN-302. Fair scheduler assignmultiple should default to false. (sandyr via tucu) (12 years ago) +* | | | | 1c308188bb9f - MAPREDUCE-4923. Add toString method to TaggedInputSplit. (sandyr via tucu) (12 years ago) +* | | | | c9dd4fa67f09 - YARN-331. Fill in missing fair scheduler documentation. (sandyr via tucu) (12 years ago) +* | | | | b3b9485271a7 - HDFS-4415. HostnameFilter should handle hostname resolution failures and continue processing. Contributed by Robert Kanter. (12 years ago) +* | | | | 5c5e6ed13a60 - HADOOP-8849. FileUtil#fullyDelete should grant the target directories +rwx permissions (Ivan A. Veselovsky via bobby) (12 years ago) +* | | | | 8f70a25b1c5d - HDFS-4393. Make empty request and responses in protocol translators can be static final members. Contributed by Brandon Li. (12 years ago) +* | | | | db17fadd3849 - HADOOP-9216. CompressionCodecFactory#getCodecClasses should trim the result of parsing by Configuration. Contributed by Tsuyoshi Ozawa. (12 years ago) +* | | | | e322e0a05f18 - HADOOP-9215. when using cmake-2.6, libhadoop.so doesn't get created (only libhadoop.so.1.0.0). Contributed by Colin Patrick McCabe. (12 years ago) +* | | | | c0e7c58e799e - HADOOP-9193. hadoop script can inadvertently expand wildcard arguments when delegating to hdfs script. Contributed by Andy Isaacson. (12 years ago) +* | | | | 74e86c04010f - HADOOP-8999. Move to incompatible section of changelog (12 years ago) +* | | | | f266efcd1091 - Preparing for release 0.23.6 (12 years ago) +* | | | | 0d143ad72326 - HADOOP-9212. Potential deadlock in FileSystem.Cache/IPC/UGI. (12 years ago) +* | | | | 5b0187dcd3de - Revert r1433755: HDFS-4288. NN accepts incremental BR as IBR in safemode. Contributed by Daryn Sharp. (12 years ago) +* | | | | 27d068b68451 - HDFS-4288. NN accepts incremental BR as IBR in safemode. Contributed by Daryn Sharp. (12 years ago) +* | | | | 26275e532397 - MAPREDUCE-4924. flakey test: org.apache.hadoop.mapred.TestClusterMRNotification.testMR. (rkanter via tucu) (12 years ago) +* | | | | 06f086dd23a6 - HADOOP-9106. Allow configuration of IPC connect timeout. Contributed by Rober Parker. (12 years ago) +* | | | | 40a0ed45072c - HADOOP-9217. Print thread dumps when hadoop-common tests fail. Contributed by Andrey Klochkov. (12 years ago) +* | | | | 347cf6e17622 - HADOOP-8712. Change default hadoop.security.group.mapping to JniBasedUnixGroupsNetgroupMappingWithFallback. Contributed by Robert Parker. (12 years ago) +* | | | | 2cee917f53ac - YARN-135. Add missing files from last commit. (12 years ago) +* | | | | 4a579d4de95c - HDFS-4392. Use NetUtils#getFreeSocketPort in MiniDFSCluster. Contributed by Andrew Purtell. (12 years ago) +* | | | | 6a2f2551fd13 - YARN-135. Client tokens should be per app-attempt, and should be unregistered on App-finish. Contributed by Vinod Kumar Vavilapalli (12 years ago) +* | | | | 8ab69eb0c373 - HADOOP-8816. HTTP Error 413 full HEAD if using kerberos authentication. (moritzmoeller via tucu) (12 years ago) +* | | | | 72e631098d2d - YARN-336. Fair scheduler FIFO scheduling within a queue only allows 1 app at a time. Contributed by Sandy Ryza. (12 years ago) +* | | | | 8447557333a9 - YARN-335. Fair scheduler doesn't check whether rack needs containers before assigning to node. Contributed by Sandy Ryza. (12 years ago) +* | | | | fabecd7f258c - HDFS-4399. Fix RAT warnings by excluding images sub-dir in docs. Contributed by Thomas Graves. (12 years ago) +* | | | | dd6aa0cf1247 - MAPREDUCE-4936. JobImpl uber checks for cpu are wrong. Contributed by Arun C Murthy (12 years ago) +* | | | | d9a21df34b23 - MAPREDUCE-4925. The pentomino option parser may be buggy. Contributed by Karthik Kambatla. (harsh) (12 years ago) +* | | | | 0b9a1f908a57 - Moving MAPREDUCE-4678's changes line to 0.23 section to prepare for backport. (12 years ago) +* | | | | 5c8258020fae - Add missing file from previous commit. (12 years ago) +* | | | | e6dbad4f6f61 - HADOOP-9178. src/main/conf is missing hadoop-policy.xml. Contributed by Sandy Ryza (12 years ago) +| |_|/ / +|/| | | +* | | | 8767a37b9bd5 - HDFS-4375. Use token request messages defined in hadoop common. Contributed by Suresh Srinivas. (12 years ago) +* | | | bbfcc709a228 - YARN-328. Use token request messages defined in hadoop common. Contributed by Suresh Srinivas. (12 years ago) +* | | | 86825d839078 - MAPREDUCE-4938. Use token request messages defined in hadoop common. Contributed by Suresh Srinvias. (12 years ago) +* | | | 6d807fcab144 - HADOOP-9203. RPCCallBenchmark should find a random available port. Contributec by Andrew Purtell. (12 years ago) +* | | | 6dbc7e03e5a2 - HDFS-4369. GetBlockKeysResponseProto does not handle null response. Contributed by Suresh Srinivas. (12 years ago) +* | | | 0671176111ce - HDFS-4364. GetLinkTargetResponseProto does not handle null path. Contributed by Suresh Srinivas. (12 years ago) +* | | | d7f9f9d17734 - YARN-330. Fix flakey test: TestNodeManagerShutdown#testKillContainersOnShutdown. Contributed by Sandy Ryza (12 years ago) +| |/ / +|/| | +* | | 3052ad1f0069 - HDFS-3429. DataNode reads checksums even if client does not need them. Contributed by Todd Lipcon. (12 years ago) +* | | 337e066bc3d6 - HADOOP-9202. test-patch.sh fails during mvn eclipse:eclipse if patch adds a new module to the build (Chris Nauroth via bobby) (12 years ago) +* | | ab0e94d2a566 - HADOOP-9097. Maven RAT plugin is not checking all source files (tgraves) (12 years ago) +* | | e26da7754492 - HDFS-4385. Maven RAT plugin is not checking all source files (tgraves) (12 years ago) +* | | e7aeb9d129f0 - MAPREDUCE-4934. Maven RAT plugin is not checking all source files (tgraves) (12 years ago) +* | | ce9b0a05b00d - YARN-334. Maven RAT plugin is not checking all source files (tgraves) (12 years ago) +| | * fe3584aadfc7 - HDFS-4126. Add reading/writing snapshot information to FSImage. Contributed by Jing Zhao. (12 years ago) +| | * b71d3868908a - HDFS-4098. Add FileWithSnapshot, INodeFileUnderConstructionWithSnapshot and INodeFileUnderConstructionSnapshot for supporting append to snapshotted files. (12 years ago) +| | * 7856221d4a47 - HDFS-4407. Change INodeDirectoryWithSnapshot.Diff.combinePostDiff(..) to merge-sort like and keep the postDiff parameter unmodified. (12 years ago) +| | * 00d318378e4b - HDFS-4397. Fix a bug in INodeDirectoryWithSnapshot.Diff.combinePostDiff(..) that it may put the wrong node into the deleted list. (12 years ago) +| | * 397835acdf66 - svn merge -c -1432788 for reverting HDFS-4098. Add FileWithLink, INodeFileUnderConstructionWithLink and INodeFileUnderConstructionSnapshot in order to support append to snapshotted files. (12 years ago) +| | * 686e13db2fdb - HDFS-4395. In INodeDirectorySnapshottable's constructor, the passed-in dir could be an INodeDirectoryWithSnapshot. Contributed by Jing Zhao (12 years ago) +| | * 90d6d55a4bef - Merge r1426019 through r1432788 from trunk. (12 years ago) +| | |\ +| |_|/ +|/| | +* | | 43f17f6e10e2 - HDFS-1245. Change typo in Pluggable. (12 years ago) +* | | 06406d705677 - HDFS-1245. Plugable block id generation. Contributed by Konstantin Shvachko. (12 years ago) +* | | e1a30433824c - Update CHANGES.txt to reflect HDFS-4274 merge. (12 years ago) +* | | 12293f8a1305 - MAPREDUCE-4921. JobClient should acquire HS token with RM principal (daryn via bobby) (12 years ago) +* | | c4976aee4b1d - Update CHANGES.txt to move HDFS-4328. (12 years ago) +* | | ebfa3ab1fad3 - HDFS-4384. test_libhdfs_threaded gets SEGV if JNIEnv cannot be initialized. Contributed by Colin Patrick McCabe (12 years ago) +* | | ca93aaf7995d - HADOOP-9192. Move token related request/response messages to common. Contributed by Suresh Srinivas. (12 years ago) +* | | 6b3006cb32d9 - HADOOP-9139 improve killKdc.sh (Ivan A. Veselovsky via bobby) (12 years ago) +* | | bbc21ad5d491 - HDFS-4381. Document fsimage format details in FSImageFormat class javadoc. Contributed by Jing Zhao. (12 years ago) +* | | 91c28d440952 - HDFS-4328. TestLargeBlock#testLargeBlockSize is timing out. Contributed by Chris Nauroth. (12 years ago) +* | | 82b218c605ad - HDFS-4377. Some trivial DN comment cleanup. Contributed by Eli Collins (12 years ago) +* | | 80648492036d - HADOOP-8419. Fixed GzipCode NPE reset for IBM JDK. (Yu Li via eyang) (12 years ago) +* | | a8d60f4190a3 - HADOOP-8419. Fixed GzipCode NPE reset for IBM JDK. (Yu Li via eyang) (12 years ago) +* | | be5509c53743 - HDFS-4382. Fix typo MAX_NOT_CHANGED_INTERATIONS. Contributed by Ted Yu. (12 years ago) +* | | d7c48409e339 - MAPREDUCE-4907. Ammendment, forgot to svn add testcase in original commit (12 years ago) +* | | 2bd35d8de3b7 - HDFS-4367. GetDataEncryptionKeyResponseProto does not handle null response. Contributed by Suresh Srinivas. (12 years ago) +* | | d863f7a1e452 - HADOOP-9183. Potential deadlock in ActiveStandbyElector. (12 years ago) +* | | 6449f524552f - HDFS-4032. Specify the charset explicitly rather than rely on the default. Contributed by Eli Collins (12 years ago) +* | | 59d9d8bca93b - MAPREDUCE-4907. TrackerDistributedCacheManager issues too many getFileStatus calls. (sandyr via tucu) (12 years ago) +* | | 7e599d9e3b85 - HADOOP-9155. FsPermission should have different default value, 777 for directory and 666 for file. Contributed by Binglin Chang. (12 years ago) +* | | b16dfc125dfd - MAPREDUCE-4848. TaskAttemptContext cast error during AM recovery. Contributed by Jerry Chen (12 years ago) +* | | 3555e7c574de - HDFS-4306. PBHelper.convertLocatedBlock miss convert BlockToken. Contributed by Binglin Chang. (12 years ago) +* | | 3cd17b614e94 - HDFS-4363. Combine PBHelper and HdfsProtoUtil and remove redundant methods. Contributed by Suresh Srinivas. (12 years ago) +* | | 106e2e27ffb8 - YARN-325. RM CapacityScheduler can deadlock when getQueueInfo() is called and a container is completing (Arun C Murthy via tgraves) (12 years ago) +* | | ba5b19fb5d6a - YARN-320. RM should always be able to renew its own tokens. Contributed by Daryn Sharp (12 years ago) +|/ / +* | 0ba7078ef4ee - MAPREDUCE-1700. User supplied dependencies may conflict with MapReduce system JARs. (12 years ago) +* | eae2a304624e - HDFS-4261. Fix bugs in Balaner causing infinite loop and TestBalancerWithNodeGroup timeing out. Contributed by Junping Du (12 years ago) +* | 5f7d4d2b451b - MAPREDUCE-4810. Added new admin command options for MR AM. Contributed by Jerry Chen. (12 years ago) +* | 2c5c8fdb8054 - MAPREDUCE-4520. Added support for MapReduce applications to request for CPU cores along-with memory post YARN-2. Contributed by Arun C. Murthy. (12 years ago) +* | 453926397182 - YARN-2. Enhanced CapacityScheduler to account for CPU alongwith memory for multi-dimensional resource scheduling. Contributed by Arun C. Murthy. (12 years ago) +* | fab2cbc2c1fa - svn merge -c -1428729 . for reverting HDFS-4352. Encapsulate arguments to BlockReaderFactory in a class (12 years ago) +* | 837e17b2eac1 - svn merge -c -1430507 . for reverting HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes (12 years ago) +* | 4ca58bd57c11 - HDFS-4035. LightWeightGSet and LightWeightHashSet increment a volatile without synchronization. Contributed by Eli Collins (12 years ago) +* | 6d4a0915676b - HDFS-4034. Remove redundant null checks. Contributed by Eli Collins (12 years ago) +* | 7c91f59ee5eb - Updated CHANGES.txt to add HDFS-4033. (12 years ago) +* | 5cdb7e5ce7f0 - HDFS-4033. Miscellaneous findbugs 2 fixes. Contributed by Eli Collins (12 years ago) +* | 239b2742d0e8 - HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes. Contributed by Colin Patrick McCabe. (12 years ago) +* | db99f7f67d17 - HDFS-4031. Update findbugsExcludeFile.xml to include findbugs 2 exclusions. Contributed by Eli Collins (12 years ago) +* | 43295b9f7b86 - HDFS-4030. BlockManager excessBlocksCount and postponedMisreplicatedBlocksCount should be AtomicLongs. Contributed by Eli Collins (12 years ago) +* | 54221aa26ac9 - HADOOP-9119. Add test to FileSystemContractBaseTest to verify integrity of overwritten files. Contributed by Steve Loughran. (12 years ago) +* | 0f1f5491bc4c - MAPREDUCE-4278. Cannot run two local jobs in parallel from the same gateway. Contributed by Sandy Ryza. (12 years ago) +* | 9385dd50c7f2 - YARN-253. Fixed container-launch to not fail when there are no local resources to localize. Contributed by Tom White. (12 years ago) +* | 18e731074e32 - HDFS-4362. GetDelegationTokenResponseProto does not handle null token. Contributed by Suresh Srinivas. (12 years ago) +* | d3949058b84c - HDFS-3970. Fix bug causing rollback of HDFS upgrade to result in bad VERSION file. Contributed by Vinay and Andrew Wang. (12 years ago) +* | e76b9c2e2659 - Add target, .classpath, .project and .settings to svn:ignore. (12 years ago) +* | f6ae596d1e8b - HADOOP-9181. Set daemon flag for HttpServer's QueuedThreadPool. Contributed by Liang Xie. (12 years ago) +* | 2cd41855d51f - YARN-170. Change NodeManager stop to be reentrant. Contributed by Sandy Ryza. (12 years ago) +* | b8a7a17191bf - MAPREDUCE-4920. Use security token protobuf definition from hadoop common. Contributed by Suresh Srinivas. (12 years ago) +* | 917ff03b2c2e - YARN-315. Using the common security token protobuf definition from hadoop common. Contributed by Suresh Srinivas. (12 years ago) +* | 81222adc11b9 - YARN-217. Fix RMAdmin protocol description to make it work in secure mode also. Contributed by Devaraj K. (12 years ago) +* | 6a76ec14ade3 - HDFS-4351. In BlockPlacementPolicyDefault.chooseTarget(..), numOfReplicas needs to be updated when avoiding stale nodes. Contributed by Andrew Wang (12 years ago) +* | bbc426f53ad9 - MAPREDUCE-4913. TestMRAppMaster#testMRAppMasterMissingStaging occasionally exits (Jason Lowe via tgraves) (12 years ago) +* | 64e4fb983e02 - MAPREDUCE-4819. AM can rerun job after reporting final job status to the client (bobby and Bikas Saha via bobby) (12 years ago) +* | e17cecf5505d - MAPREDUCE-4894. Renewal / cancellation of JobHistory tokens (Siddharth Seth via tgraves (12 years ago) +* | dd8fc7e49920 - YARN-50. Implement renewal / cancellation of Delegation Tokens(Siddharth Seth via tgraves) (12 years ago) +* | 78ab699fe93c - MAPREDUCE-4832. MR AM can get in a split brain situation. Contributed by Jason Lowe (12 years ago) +* | 251b485af559 - HADOOP-9173. Add security token protobuf definition to common and use it in hdfs. Contributed by Suresh Srinivas. (12 years ago) +* | 6083e9cf8f98 - HADOOP-9173. Add security token protobuf definition to common and use it in hdfs. Contributed by Suresh Srinivas. (12 years ago) +* | d6143a5b3177 - YARN-286. Add a YARN ApplicationClassLoader. (12 years ago) +* | 2c15726999c4 - HDFS-4270. Introduce soft and hard limits for max replication so that replications of the highest priority are allowed to choose a source datanode that has reached its soft limit but not the hard limit. Contributed by Derek Dagit (12 years ago) +* | 32052a1e3a80 - HDFS-4352. Encapsulate arguments to BlockReaderFactory in a class. Contributed by Colin Patrick McCabe. (12 years ago) +* | 228de3c98718 - HDFS-4302. Fix fatal exception when starting NameNode with DEBUG logs. Contributed by Eugene Koontz. (12 years ago) +* | 0af8890b1ad4 - Add file which was accidentally missed during commit of HDFS-4346. (12 years ago) +* | 0a61990855c2 - YARN-103. Add a yarn AM-RM client module. Contributed by Bikas Saha. (12 years ago) +* | e229e25cc376 - MAPREDUCE-4279. getClusterStatus() fails with null pointer exception when running jobs in local mode (Devaraj K via bobby) (12 years ago) +* | 8cd026d36533 - YARN-301. Fair scheduler throws ConcurrentModificationException when iterating over app's priorities. Contributed by Sandy Ryza. (12 years ago) +* | 0768f96a833c - YARN-300. After YARN-271, fair scheduler can infinite loop and not schedule any application. Contributed by Sandy Ryza. (12 years ago) +* | 19a291a0d65b - YARN-288. Fair scheduler queue doesn't accept any jobs when ACLs are configured. Contributed by Sandy Ryza. (12 years ago) +* | ba90c9c86715 - YARN-192. Node update causes NPE in the fair scheduler. Contributed by Sandy Ryza (12 years ago) +* | 36c5fe9961a9 - HDFS-4346. Add SequentialNumber as a base class for INodeId and GenerationStamp. (12 years ago) +* | 6f0eb6f5b1ae - HDFS-4338. TestNameNodeMetrics#testCorruptBlock is flaky. Contributed by Andrew Wang. (12 years ago) +* | 16cf201042ed - YARN-293. Node Manager leaks LocalizerRunner object for every Container. Contributed by Robert Joseph Evans (12 years ago) +* | 1f4106113279 - MAPREDUCE-4884. Streaming tests fail to start MiniMRCluster due to missing queue configuration. Contributed by Chris Nauroth. (12 years ago) +* | 7b70a688ac03 - HDFS-4349. Add test for reading files from BackupNode. Contributed by Konstantin Shvachko. (12 years ago) +* | df09a85ca988 - HDFS-4347. Avoid infinite waiting checkpoint to complete in TestBackupNode. Contributed by Plamen Jeliazkov. (12 years ago) +* | fc105796d100 - HDFS-4308. addBlock() should persist file blocks once. Contributed by Plamen Jeliazkov. (12 years ago) +* | 402eb1851341 - MAPREDUCE-4813. AM timing out during job commit (jlowe via bobby) (12 years ago) +* | 4b9f0443cb0e - YARN-225. Proxy Link in RM UI thows NPE in Secure mode (Devaraj K via bobby) (12 years ago) +* | 0fa9c7a825f4 - HDFS-4334. Add a unique id to INode. Contributed by Brandon Li (12 years ago) +| * 25116c26fd9b - HDFS-4098. Add FileWithLink, INodeFileUnderConstructionWithLink and INodeFileUnderConstructionSnapshot in order to support append to snapshotted files. (12 years ago) +| * bc0aff27a4b7 - HDFS-4245. Include snapshot related operations in TestOfflineEditsViewer. Contributed by Jing Zhao (12 years ago) +| * ad1cd71b10a3 - HDFS-4381. Merge change r1432149 from trunk (12 years ago) +| * 93c1b4b25a82 - Merge r1414455:r1426018 from trunk (12 years ago) +| |\ +| |/ +|/| +* | a7d444d002c6 - MAPREDUCE-4902. Fix typo "receievd" should be "received" in log output. Contributed by Albert Chu (12 years ago) +* | 8a576d67a1d5 - HDFS-4326. bump up Tomcat version for HttpFS to 6.0.36. Contributed by Alejandro Abdelnur. (12 years ago) +* | 30cb35bd35b9 - Reverting HDFS-4326 since it caused 'mvn package' to break. (12 years ago) +* | 9ad8639e1cfd - HADOOP-9162. Add utility to check native library availability. Contributed by Binglin Chang. (12 years ago) +* | 47c59570c11f - Fixing CHANGES.txt for YARN-285. (12 years ago) +* | dae6f0b7d955 - MAPREDUCE-4899. Implemented a MR specific plugin for tracking finished applications that YARN's ResourceManager doesn't keep track off anymore. Contributed by Derek Dagit. (12 years ago) +* | 04db3ce1776b - MAPREDUCE-4890. Invalid TaskImpl state transitions when task fails while speculating. Contributed by Jason Lowe (12 years ago) +* | 5a408bdeac0c - YARN-285. Added a temporary plugin interface for RM to be able to redirect to JobHistory server for apps that it no longer tracks. Contributed by Derek Dagit. (12 years ago) +* | 02e940d6a4c3 - MAPREDUCE-4272. SortedRanges.Range#compareTo was not spec compliant. (Yu Gao via llu) (12 years ago) +* | 40c3b7f0b2d0 - MAPREDUCE-4793. Problem with adding resources when using both -files and -file to hadoop streaming. Contributed by Jason Lowe (12 years ago) +* | 92692c863cae - MAPREDUCE-4833. Task can get stuck in FAIL_CONTAINER_CLEANUP. Contributed by Robert Parker (12 years ago) +* | a806a2aac6c9 - YARN-280. RM does not reject app submission with invalid tokens (Daryn Sharp via tgraves) (12 years ago) +* | 92774331cc4c - MAPREDUCE-4842. Shuffle race can hang reducer. Contributed by Mariappan Asokan (12 years ago) +* | a276f68b9278 - YARN-283. Fair scheduler fails to get queue info without root prefix. (sandyr via tucu) (12 years ago) +* | 5014a4b13300 - YARN-282. Fair scheduler web UI double counts Apps Submitted. (sandyr via tucu) (12 years ago) +* | f121d1e3334f - YARN-278. Fair scheduler maxRunningApps config causes no apps to make progress. (sandyr via tucu) (12 years ago) +* | 39ec43726841 - YARN-272. Fair scheduler log messages try to print objects without overridden toString methods. (sandyr via tucu) (12 years ago) +* | ee007d3f38e6 - YARN-271. Fair scheduler hits IllegalStateException trying to reserve different apps on same node. Contributed by Sandy Ryza. (12 years ago) +* | 557b02240621 - HADOOP-9105. FsShell -moveFromLocal erroneously fails (daryn via bobby) (12 years ago) +* | b324a6134eda - HADOOP-8427. Convert Forrest docs to APT, incremental. (adi2 via tucu) (12 years ago) +* | a28fac41b20e - Update CHANGES.txt separately for clean cherry-picks. (12 years ago) +* | 1a49c854386d - YARN-223. Update process tree instead of getting new process trees. (Radim Kolar via llu) (12 years ago) +* | aa30056d09e7 - MAPREDUCE-4887. Add RehashPartitioner, to smooth distributions with poor implementations of Object#hashCode(). Contributed by Radim Kolar. (12 years ago) +* | 4e73119e1afb - HDFS-4326. bump up Tomcat version for HttpFS to 6.0.36. (tucu) (12 years ago) +* | 834e9410444f - HADOOP-9153. Support createNonRecursive in ViewFileSystem. Contributed by Sandy Ryza. (12 years ago) +* | 6cd0736cc578 - YARN-230. RM Restart phase 1 - includes support for saving/restarting all applications on an RM bounce. Contributed by Bikas Saha. (12 years ago) +* | 595d52cf3727 - YARN-254. Update fair scheduler web UI for hierarchical queues. (sandyr via tucu) (12 years ago) +* | 5032a694ed25 - YARN-3. Add support for CPU isolation/monitoring of containers. (adferguson via tucu) (12 years ago) +* | 371abd6e2135 - HADOOP-9152. HDFS can report negative DFS Used on clusters with very small amounts of data. Contributed by Brock Noland. (12 years ago) +* | 9189917be5f2 - MAPREDUCE-4845. ClusterStatus.getMaxMemory() and getUsedMemory() exist in MR1 but not MR2. Contributed by Sandy Ryza. (12 years ago) +* | 9c73fce83148 - Moved HADOOP-9147 to release 2.0.3-alpha section (12 years ago) +* | 7d8057707f16 - HADOOP-9147. Add missing fields to FIleStatus.toString. Contributed by Jonathan Allen. (12 years ago) +* | a1279e68bf32 - HDFS-4140. fuse-dfs handles open(O_TRUNC) poorly. Contributed by Colin Patrick McCabe. (12 years ago) +* | ebcc708d78ef - Move HADOOP-9004 to 2.0.3 section after backport (12 years ago) +* | aa4fe26a01d2 - HADOOP-9140 Cleanup rpc PB protos (sanjay Radia) (12 years ago) +* | 721095474d8c - HDFS-4315. DNs with multiple BPs can have BPOfferServices fail to start due to unsynchronized map access. Contributed by Aaron T. Myers. (12 years ago) +* | 34f9461d3ad1 - Move to the right section in CHANGES.txt (12 years ago) +* | 988639424ded - Update CHANGES.txt separately for clean cherry-picks. (12 years ago) +* | 3689933b2670 - HADOOP-9041. FsUrlStreamHandlerFactory could cause an infinite loop in FileSystem initialization. (Yanbo Liang and Radim Kolar via llu) (12 years ago) +* | db09dba7aed8 - HADOOP-8561. Introduce HADOOP_PROXY_USER for secure impersonation in child hadoop client processes. (Yu Gao via llu) (12 years ago) +* | 8329fae686cf - MAPREDUCE-4807. Allow MapOutputBuffer to be pluggable. (masokan via tucu) (12 years ago) +* | 803e5155d1c8 - MAPREDUCE-4809. Change visibility of classes for pluggable sort changes. (masokan via tucu) (12 years ago) +* | 3363c45d69e0 - HDFS-4275. MiniDFSCluster-based tests fail on Windows due to failure to delete test namenode directory. Contributed by Chris Nauroth. (12 years ago) +* | 8aee71d1bca3 - HDFS-4274. BlockPoolSliceScanner does not close verification log during shutdown. Contributed by Chris Nauroth. (12 years ago) +* | 4bc4daae66cb - HADOOP-9127. Update documentation for ZooKeeper Failover Controller. Contributed by Daisuke Kobayashi. (12 years ago) +* | be8ef2ec33c6 - YARN-264. y.s.rm.DelegationTokenRenewer attempts to renew token even after removing an app. (kkambatl via tucu) (12 years ago) +* | f6f71529958e - HDFS-4307. SocketCache should use monotonic time. Contributed by Colin Patrick McCabe. (12 years ago) +* | 23586e1ae5c7 - HDFS-4310. fix test org.apache.hadoop.hdfs.server.datanode.TestStartSecureDataNode Contributed by Ivan A. Veselovsky. (12 years ago) +* | 0e7e20de641f - HADOOP-9135. JniBasedUnixGroupsMappingWithFallback should log at debug rather than info during fallback. Contributed by Colin Patrick McCabe. (12 years ago) +* | cd80628ec49d - HADOOP-8957 AbstractFileSystem#IsValidName should be overridden for embedded file systems like ViewFs (Chris Nauroth via Sanjay) (12 years ago) +* | 618fa6cd5938 - YARN-267. Fix fair scheduler web UI. Contributed by Sandy Ryza. (12 years ago) +* | aa208941d184 - HDFS-4296. Reserve layout version for release 1.2.0. Contributed by Suresh Srinivas. (12 years ago) +* | 4993314895eb - MAPREDUCE-4856. TestJobOutputCommitter uses same directory as TestJobCleanup. Contributed by Sandy Ryza. (12 years ago) +* | f31b8270db0d - HDFS-4269. Datanode rejects all datanode registrations from localhost in single-node developer setup on Windows. Contributed by Chris Nauroth. (12 years ago) +* | 8c2846510ebd - HADOOP-9113. o.a.h.fs.TestDelegationTokenRenewer is failing intermittently. Contributed by Karthik Kambatla (12 years ago) +* | ea3af2618836 - HADOOP-9131. Turn off TestLocalFileSystem#testListStatusWithColons on Windows. Contributed by Chris Nauroth. (12 years ago) +* | c5080ef3368c - MAPREDUCE-4861. Cleanup: Remove unused mapreduce.security.token.DelegationTokenRenewal. (kkambatl via tucu) (12 years ago) +* | b72b36009a43 - YARN-266. RM and JHS Web UIs are blank because AppsBlock is not escaping string properly. Contributed by Ravi Prakash (12 years ago) +* | 99d072d07292 - svn -c -1419192 . for reverting HDFS-4261 since TestBalancerWithNodeGroup failed in the recent Jenkins builds. (12 years ago) +* | 47ae6831e9d6 - HDFS-2264. NamenodeProtocol has the wrong value for clientPrincipal in KerberosInfo annotation. Contributed by Aaron T. Myers. (12 years ago) +* | 6e82da0deae0 - HDFS-4294. Backwards compatibility is not maintained for TestVolumeId. Contributed by Ivan A. Veselovsky and Robert Parker. (12 years ago) +* | 64cbb3c2ffac - HDFS-4295. Using port 1023 should be valid when starting Secure DataNode. Contributed by Stephen Chu. (12 years ago) +* | 22a78a75b4cc - HADOOP-9126. FormatZK and ZKFC startup can fail due to zkclient connection establishment delay. Contributed by Rakesh R and Todd Lipcon. (12 years ago) +* | 7ba12a628ad8 - HADOOP-6762. Exception while doing RPC I/O closes channel. Contributed by Sam Rash and Todd Lipcon. (12 years ago) +* | cb9f516756f8 - HDFS-4292. Sanity check not correct in RemoteBlockReader2.newBlockReader. Contributed by Binglin Chang. (12 years ago) +* | 8114bcc6d35a - HDFS-4291. edit log unit tests leave stray test_edit_log_file around. Contributed by Colin Patrick McCabe. (12 years ago) +* | 103eff1fad9d - HDFS-4130. BKJM: The reading for editlog at NN starting using bkjm is not efficient. Contributed by Han Xiao. (12 years ago) +* | 054270cc28b1 - MAPREDUCE-4703. Add the ability to start the MiniMRClientCluster using the configurations used before it is being stopped. (ahmed.radwan via tucu) (12 years ago) +* | 8f5bd5f1bc25 - HDFS-4261. Fix bugs in Balancer that it does not terminate in some cases and it checks BlockPlacementPolicy instance incorrectly. Contributed by Junping Du (12 years ago) +| * 2d4097840c29 - HDFS-4244. Support snapshot deletion. Contributed by Jing Zhao (12 years ago) +| * 93872b58e50e - HDFS-4230. Support listing of all the snapshottable directories. Contributed by Jing Zhao (12 years ago) +| * f96d0a358529 - HDFS-4357. Fix a bug that if an inode is replaced, further INode operations should apply to the new inode. Contributed by Jing Zhao (12 years ago) +| * c82961be0fbd - HDFS-4330. Support snapshots up to the snapshot limit. (12 years ago) +| * b9f965de120b - HDFS-4103. Support O(1) snapshot creation. (12 years ago) +| * cbbaa93ae09b - HDFS-4317. Change INode and its subclasses to support HDFS-4103. (12 years ago) +| * 39d25fbac331 - HDFS-4293. Fix TestSnapshot failure. Contributed by Jing Zhao. (12 years ago) +| * f4a723249eeb - Merge r1415804 through r1419190 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | bcaba9394175 - HADOOP-8418. Update UGI Principal classes name for running with IBM JDK on 64 bits Windows. (Yu Gao via eyang) (12 years ago) +* | e7cb3fd39cd3 - HDFS-4279. NameNode does not initialize generic conf keys when started with -recover. Contributed by Colin Patrick McCabe. (12 years ago) +* | 0b11245d3476 - HADOOP-9054. Add AuthenticationHandler that uses Kerberos but allows for an alternate form of authentication for browsers. (rkanter via tucu) (12 years ago) +* | ad619d34d044 - HDFS-4260 Fix HDFS tests to set test dir to a valid HDFS path as opposed to the local build path (Chris Nauroth via Sanjay) (12 years ago) +* | e1ba3f815874 - HDFS-4236. Remove artificial limit on username length introduced in HDFS-4171. Contributed by Alejandro Abdelnur. (12 years ago) +* | 6681523c8705 - HDFS-4282. TestEditLog.testFuzzSequences FAILED in all pre-commit test. Contributed by Todd Lipcon. (12 years ago) +* | b096f61fe257 - MAPREDUCE-4049. Experimental api to allow for alternate shuffle plugins. Contributed by Anver BenHanoch. (12 years ago) +* | df2fb006b28b - HDFS-3680. Allow customized audit logging in HDFS FSNamesystem. Contributed by Marcelo Vanzin. (12 years ago) +* | a5331eeeadd1 - HADOOP-9121. InodeTree.java has redundant check for vName while throwing exception. Contributed by Arup Malakar. (12 years ago) +* | 2d1237cbb074 - YARN-258. RM web page UI shows Invalid Date for start and finish times. Contributed by Ravi Prakash (12 years ago) +* | 8bb0dc34e4f1 - HDFS-4268. Remove redundant enum NNHAStatusHeartbeat.State. Contributed by Konstantin Shvachko. (12 years ago) +* | 3337588975fa - HADOOP-9070. Kerberos SASL server cannot find kerberos key. Contributed by Daryn Sharp. (12 years ago) +* | adb8941cc2ba - HDFS-4238. Standby namenode should not do purging of shared storage edits. Contributed by Todd Lipcon. (12 years ago) +* | bd239a8d97cd - HADOOP-9103. UTF8 class does not properly decode Unicode characters outside the basic multilingual plane. Contributed by Todd Lipcon. (12 years ago) +* | d6c50b4a67f6 - Move QJM-related backports into 2.0.3 release section in CHANGES.txt after backport to branch-2 (12 years ago) +* | 6cc49f1a8b72 - HDFS-4199. Provide test for HdfsVolumeId. Contributed by Ivan A. Veselovsky. (12 years ago) +* | 1f4b135b1f9c - HDFS-4234. Use generic code for choosing datanode in Balancer. (12 years ago) +* | c0a8957c2bc5 - HDFS-4243. When replacing an INodeDirectory, the parent pointers of the children of the child have to be updated to the new child. Contributed by Jing Zhao (12 years ago) +* | 8f7c92094dfc - HDFS-4240. For nodegroup-aware block placement, when a node is excluded, the nodes in the same nodegroup should also be excluded. Contributed by Junping Du (12 years ago) +| * 9821af9ce8a5 - Reverting the previous merge r1416603 which committed some extra changes (12 years ago) +| * d500d59cbef5 - Merging trunk to HDFS-2802 branch. (12 years ago) +| |\ +| |/ +|/| +* | e5d54ac89a0c - HADOOP-9090. Support on-demand publish of metrics. Contributed by Mostafa Elhemali. (12 years ago) +* | 235749a8ab5f - YARN-72. NM should handle cleaning up containers when it shuts down. Contributed by Sandy Ryza. (12 years ago) +* | cbed126eec1f - HDFS-4231. BackupNode: Introduce BackupState. Contributed by Konstantin Shvachko. (12 years ago) +* | 5954e4f1acb2 - HDFS-3358. Specify explicitly that the NN UI status total is talking of persistent objects on heap. Contributed by Harsh J. (harsh) (12 years ago) +* | 88eea2157275 - HDFS-4248. Renaming directories may incorrectly remove the paths in leases under the tree. Contributed by daryn (12 years ago) +* | 64fe19e0d4c1 - HDFS-4247. saveNamespace should be tolerant of dangling lease (daryn) (12 years ago) +* | fdcfef0a2670 - MAPREDUCE-4836. Elapsed time for running tasks on AM web UI tasks page is 0. (Ravi Prakash via jeagles) (12 years ago) +| * 6ad475285329 - Merge r1414455 through r1415803 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | 571da54179f7 - HDFS-4213. Add an API to hsync for updating the last block length at the namenode. Contributed by Jing Zhao (12 years ago) +* | d866f81edbd7 - Reverting initial commit of HDFS-3680 pending further comments. (12 years ago) +* | a85a0293c77f - HDFS-3680. Allow customized audit logging in HDFS FSNamesystem. Contributed by Marcelo Vanzin. (12 years ago) +* | bf7d772b7976 - HADOOP-8958. ViewFs:Non absolute mount name failures when running multiple tests on Windows. Contributed by Chris Nauroth. (12 years ago) +* | 1573c1159adb - YARN-251. Proxy URI generation fails for blank tracking URIs. Contributed by Tom White (12 years ago) +* | ae6f1123f57c - YARN-187. Add hierarchical queues to the fair scheduler. Contributed by Sandy Ryza. (12 years ago) +* | 6b08d7de5f1a - HDFS-4242. Map.Entry is incorrectly used in LeaseManager since the behavior of it is undefined after the iteration or modifications of the map. (12 years ago) +* | 1943fdbec613 - YARN-229. Remove old unused RM recovery code. Contributed by Bikas Saha. (12 years ago) +* | 833b928adf40 - HDFS-3495. Update Balancer to support new NetworkTopology with NodeGroup. Contributed by Junping Du (12 years ago) +* | 1634e980af42 - HDFS-3495. Update Balancer to support new NetworkTopology with NodeGroup. Contributed by Junping Du (12 years ago) +* | 5caef4894760 - MAPREDUCE-4817. Hardcoded task ping timeout kills tasks localizing large amounts of data (tgraves) (12 years ago) +* | b43deb9af855 - MAPREDUCE-4825. JobImpl.finished doesn't expect ERROR as a final job state (jlowe via bobby) (12 years ago) +* | dd0ba9c0cc7c - MAPREDUCE-4778. Fair scheduler event log is only written if directory exists on HDFS. Contributed by Sandy Ryza. (12 years ago) +* | fcbd55d092d5 - YARN-222. Fair scheduler should create queue for each user by default. Contributed by Sandy Ryza. (12 years ago) +* | d9050e12081c - YARN-224. Fair scheduler logs too many nodeUpdate INFO messages. Contributed by Sandy Ryza. (12 years ago) +* | 2b8824853be0 - HDFS-4214. OfflineEditsViewer should print out the offset at which it encountered an error. Contributed by Colin Patrick McCabe. (12 years ago) +| * 1ce3274dd5eb - Merge r1412283 through r1414454 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | 9047eb516261 - HDFS-4209. Clean up the addNode/addChild/addChildNoQuotaCheck methods in FSDirectory and INodeDirectory. (12 years ago) +* | d67cdb178416 - HADOOP-9064. Ameding CHANGES.txt with correct JIRA ID, wrongfully used HADOOP-9084 before (tucu) (12 years ago) +* | f6230b1c8cf9 - HADOOP-9084. Augment DelegationTokenRenewer API to cancel the tokens on calls to removeRenewAction. (kkambatl via tucu) (12 years ago) +* | 966e20fa3db1 - YARN-204. test coverage for org.apache.hadoop.tools (Aleksey Gorshkov via bobby) (12 years ago) +* | 3b3a72e62299 - HADOOP-9093. Move all the Exception in PathExceptions to o.a.h.fs package. Contributed by Suresh Srinivas. (12 years ago) +* | 7e56bfe40589 - HDFS-4200. Reduce the size of synchronized sections in PacketResponder. Contributed by Suresh Srinivas. (12 years ago) +* | 68bc61ab5cb2 - HADOOP-9038. unit-tests for AllocatorPerContext.PathIterator (Ivan A. Veselovsky via bobby) (12 years ago) +* | 0d92f54e82f1 - HADOOP-8992. Enhance unit-test coverage of class HarFileSystem (Ivan A. Veselovsky via bobby) (12 years ago) +* | 481f451ca2d2 - MAPREDUCE-4764. repair TestBinaryTokenFile (Ivan A. Veselovsky via bobby) (12 years ago) +* | 6c5f37e46d5f - MAPREDUCE-4811. JobHistoryServer should show when it was started in WebUI About page. Contributed by Ravi Prakash (12 years ago) +| * 3dd84fcef7ee - Merge r1410998 through r1412282 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | 0f1899ee19ab - HDFS-4216. Do not ignore QuotaExceededException when adding symlinks. (12 years ago) +* | d6af50719961 - HADOOP-9049. DelegationTokenRenewer needs to be Singleton and FileSystems should register/deregister to/from. Contributed by Karthik Kambatla. (12 years ago) +* | c24bc5648436 - HADOOP-9075. FileContext#FSLinkResolver should be made static. Contributed by Arpit Agarwal. (12 years ago) +* | 506938f0b323 - HDFS-4215. Remove locking from addToParent(..) since it is used in image loading, and add INode.isFile(). (12 years ago) +* | 7dff42e798c4 - HADOOP-9072. Hadoop-Common-0.23-Build Fails to build in Jenkins (Robert Parker via tgraves) (12 years ago) +* | c3f13a7fefa5 - HADOOP-9042. Add a test for umask in FileSystemContractBaseTest. Contributed by Colin McCabe (12 years ago) +* | 573c41c2666e - HDFS-4179. BackupNode: allow reads, fix checkpointing, safeMode. (shv) (12 years ago) +* | e9f01ac284a6 - HADOOP-6616. Improve documentation for rack awareness. Contributed by Adam Faris. (12 years ago) +* | c271f3cded86 - MAPREDUCE-4723 amendment. Fix JobHistory Event handling. (Contributed by Sandy Ryza) (12 years ago) +* | f0a6d0648510 - YARN-219. NM should aggregate logs when application finishes. (bobby) (12 years ago) +* | e464607b7d15 - YARN-129. Simplify classpath construction for mini YARN tests. (12 years ago) +* | c944d0666c9f - HDFS-4178. Shell scripts should not close stderr (Andy Isaacson via daryn) (12 years ago) +| * f83f2300cf3c - HDFS-4175. Add the jira to CHANGES.HDFS-2802.txt. (12 years ago) +| * 1253e02f6654 - HDFS-4175. Additional snapshot tests for more complicated directory structure and modifications. Contributed by Jing Zhao. (12 years ago) +| * d8ffea5943b3 - Merge r1408927 through r1410997 from trunk (12 years ago) +| |\ +| |/ +|/| +* | d66f9e826942 - HDFS-4206. Change the fields in INode and its subclasses to private. (12 years ago) +* | 576f96f0ac79 - YARN-184. Remove unnecessary locking in fair scheduler, and address findbugs excludes. (sandyr via tucu) (12 years ago) +* | 6f80a2a76c7b - HDFS-4171. WebHDFS and HttpFs should accept only valid Unix user names. (tucu) (12 years ago) +* | ecbb41923cb4 - HDFS-4156. Seeking to a negative position should throw an IOE. Contributed by Eli Reisman (12 years ago) +* | 0f0caede29ed - MAPREDUCE-4800. Cleanup o.a.h.mapred.MapTaskStatus - remove unused code. (kkambatl via tucu) (12 years ago) +* | 1cbc38a8783c - HDFS-4105. The SPNEGO user for secondary namenode should use the web keytab. Contributed by Arpit Gupta. (12 years ago) +* | 320c32a2895e - HDFS-3507. DFS#isInSafeMode needs to execute only on Active NameNode. Contributed by Vinay. (12 years ago) +* | 51ca2fd3e99d - HDFS-3935. Add JournalNode to the start/stop scripts. Contributed by Andy Isaacson. (12 years ago) +* | a23e8b092912 - YARN-151. Browser thinks RM main page JS is taking too long (Ravi Prakash via bobby) (12 years ago) +* | ab5039d4f140 - YARN-214. RMContainerImpl does not handle event EXPIRE at state RUNNING (jeagles via bobby) (12 years ago) +* | d2b9a604bd0e - MAPREDUCE-4802. Takes a long time to load the task list on the AM for large jobs (Ravi Prakash via bobby) (12 years ago) +* | f13da263bf02 - MAPREDUCE-4801. ShuffleHandler can generate large logs due to prematurely closed channels (jlowe via bobby) (12 years ago) +* | 86ce5f6c9171 - HADOOP-9035. Generalize setup of LoginContext (daryn via bobby) (12 years ago) +* | 96f28d878ee4 - HDFS-4100. Fix all findbug security warings. Contributed by Liang Xie (12 years ago) +* | 298eb4265702 - HDFS-4186. logSync() is called with the write lock held while releasing lease (Kihwal Lee via daryn) (12 years ago) +* | ce2067fb15be - HADOOP-6607. Add different variants of non caching HTTP headers. (tucu) (12 years ago) +* | 8a2de213158e - HDFS-3623. BKJM: zkLatchWaitTimeout hard coded to 6000. Make use of ZKSessionTimeout instead. Contributed by Uma Maheswara Rao G. (12 years ago) +* | 03bf9d6f20fa - Revert HADOOP-9042. (12 years ago) +* | 97e52dd71e57 - HDFS-4104. dfs -test -d prints inappropriate error on nonexistent directory (Andy Isaacson via daryn) (12 years ago) +* | 1dedca8c9a10 - YARN-188. Coverage fixing for CapacityScheduler (Aleksey Gorshkov via bobby) (12 years ago) +* | d158daecb579 - Updated CHANGES.txt in preparation for 0.23.5 release (12 years ago) +* | 423cb2a1f822 - HADOOP-9042. Add a test for umask in FileSystemContractBaseTest. Colin Patrick McCabe (12 years ago) +* | 905b17876c44 - MAPREDUCE-4723. Fix warnings found by findbugs 2. Contributed by Sandy Ryza (12 years ago) +* | 7e2ecffd88dd - MAPREDUCE-4720. Browser thinks History Server main page JS is taking too long (Ravi Prakash via bobby) (12 years ago) +* | 316c23dd7e08 - MAPREDUCE-4797. LocalContainerAllocator can loop forever trying to contact the RM (jlowe via bobby) (12 years ago) +* | 397c261433fd - YARN-216. Remove jquery theming support. Contributed by Robert Joseph Evans. (12 years ago) +* | 59e4199d842d - HDFS-4182. SecondaryNameNode leaks NameCache entries (bobby) (12 years ago) +* | 9b9edd9b477d - HADOOP-9037. Bug in test-patch.sh and precommit build process. Contributed by Kihwal Lee (12 years ago) +* | b2456ca3b8bc - svn merge -r 1409087:1409086 reverting HDFS-4171 until test failures can be fixed. (12 years ago) +* | ec8ed4e95158 - HADOO-8998. set Cache-Control no-cache header on all dynamic content. (tucu) (12 years ago) +* | a780f0ac33cb - HDFS-4139. fuse-dfs RO mode still allows file truncation. Contributed by Colin Patrick McCabe (12 years ago) +* | 368f628ce56c - HDFS-4171. WebHDFS and HttpFs should accept only valid Unix user names. (tucu) (12 years ago) +* | 0800aa90dd6e - HDFS-4038. Override toString() for BookKeeperEditLogInputStream. Contributed by Vinay. (12 years ago) +* | a5976bee37ff - Moving HDFS-4106 to Release 2.0.3 section in CHANGES.txt. (12 years ago) +* | b2f7a66e50bd - MAPREDUCE-4517. Too many INFO messages written out during AM to RM heartbeat (Jason Lowe via tgraves) (12 years ago) +| * 9bed64a6fc84 - HDFS-4196. Support renaming of snapshots. Contributed by Jing Zhao (12 years ago) +| * b5a2dd19c46a - HDFS-4187. Add tests for replication handling in snapshots. Contributed by Jing Zhao (12 years ago) +| * 8ca8687fb2fc - HDFS-4188. Add Snapshot.ID_COMPARATOR for comparing IDs and fix a bug in ReadOnlyList.Util.binarySearch(..). (12 years ago) +| * 2116d0520e52 - HDFS-4148. Disallow write/modify operations on files and directories in a snapshot. Contributed by Brandon Li. (12 years ago) +| * 2a9f45051165 - Merge r1407704 through r1408926 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | fe8f635b78d5 - HADOOP-8999. SASL negotiation is flawed (daryn) (12 years ago) +* | 6db6e00649df - YARN-212. NM state machine ignores an APPLICATION_CONTAINER_FINISHED event when it shouldn't. Contributed by Nathan Roberts (12 years ago) +* | 47410642500e - HDFS-4181. LeaseManager tries to double remove and prints extra messages (Kihwal Lee via daryn) (12 years ago) +* | 1ebe1d830348 - HADOOP-9025. org.apache.hadoop.tools.TestCopyListing failing. Contributed by Jonathan Eagles (12 years ago) +* | 3492ab6de03b - HDFS-1322. Document umask in DistributedFileSystem#mkdirs javadocs. Contributed by Colin Patrick McCabe (12 years ago) +* | b3e42a1ed56f - HDFS-3921. NN will prematurely consider blocks missing when entering active state while still in safe mode. Contributed by Aaron T. Myers. (12 years ago) +* | 416c7ded5433 - HADOOP-9022. Hadoop distcp tool fails to copy file if -m 0 specified (Jonathan Eagles vai bobby) (12 years ago) +* | c1a2098304b3 - HDFS-4164. fuse_dfs: add -lrt to the compiler command line on Linux. Contributed by Colin Patrick McCabe (12 years ago) +* | 4755ef989ac7 - HADOOP-9021. Enforce configured SASL method on the server (daryn via bobby) (12 years ago) +* | cf6ab9b2e793 - MAPREDUCE-4786. Job End Notification retry interval is 5 milliseconds by default (Ravi Prakash via bobby) (12 years ago) +* | 7ff7f67a8249 - HDFS-4172. namenode does not URI-encode parameters when building URI for datanode request (Derek Dagit via bobby) (12 years ago) +* | c493d06b1bcd - MAPREDUCE-4425. Speculation + Fetch failures can lead to a hung job (jlowe via bobby) (12 years ago) +* | 1a45b7e357d6 - MAPREDUCE-4787. TestJobMonitorAndPrint is broken (Rob Parker via bobby) (12 years ago) +* | dd72ca35365b - MAPREDUCE-4751. AM stuck in KILL_WAIT for days (vinodkv via bobby) (12 years ago) +* | 42f4691ead75 - Add new files missed from HADOOP-8860 commit. (12 years ago) +| * 099762a0bc96 - HDFS-4177. Add a snapshot parameter to INodeDirectory.getChildrenList() for selecting particular snapshot children list views. (12 years ago) +| * 40fe1ffbaa15 - Merge r1406415 through r1407703 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | 7c9778e2c3bc - MAPREDUCE-4774. JobImpl does not handle asynchronous task events in FAILED state (jlowe via bobby) (12 years ago) +* | 3ccc76c29b88 - MAPREDUCE-4666. JVM metrics for history server. (jlowe via jeagles) (12 years ago) +* | e8d7891e780e - HADOOP-8860. Amendment to CHANGES.txt (tucu) (12 years ago) +* | 9d5205aadde9 - HADOOP-8860. Split MapReduce and YARN sections in documentation navigation. (tomwhite via tucu) (12 years ago) +* | de1f33dc3559 - HADOOP-9020. Add a SASL PLAIN server (daryn via bobby) (12 years ago) +* | 9e3af0ccd25f - YARN-206. TestApplicationCleanup.testContainerCleanup occasionally fails. (jlowe via jeagles) (12 years ago) +* | f8c486fbc8b9 - HADOOP-7115. Add a cache for getpwuid_r and getpwgid_r calls (tucu) (12 years ago) +* | a4b1c675b623 - Moving HDFS-4080 to Incompatible Change section. (12 years ago) +* | db71de2e11cf - HDFS-4080. Add a separate logger for block state change logs to enable turning off those logs. Contributed by Kihwal Lee. (12 years ago) +* | c7ab9779d2a9 - HDFS-4162. Some malformed and unquoted HTML strings are returned from datanode web ui. Contributed by Darek Dagit. (12 years ago) +* | ca1c683b4755 - MAPREDUCE-4266. remove Ant remnants from MR (tgraves via bobby) (12 years ago) +* | 1f40b8b4e8ce - MAPREDUCE-4782. NLineInputFormat skips first line of last InputSplit (Mark Fuhs via bobby) (12 years ago) +* | 933a6d2c1ec8 - YARN-183. Clean up fair scheduler code. Contributed by Sandy Ryza. (12 years ago) +* | 312eb2359811 - HDFS-4048. Use ERROR instead of INFO for volume failure logs. Contributed by Stephen Chu (12 years ago) +* | be94bf6b5789 - HDFS-3990. NN's health report has severe performance problems (daryn) (12 years ago) +* | 0f7a4337ac96 - HDFS-4165. Faulty sanity check in FsDirectory.unprotectedSetQuota. Contributed by Binglin Chang. (12 years ago) +* | 1813fb0132f0 - HADOOP-8974. TestDFVariations fails on Windows. Contributed by Chris Nauroth. (12 years ago) +* | d511052be534 - Move HDFS-3625 and HDFS-4138 under 2.0.3 (12 years ago) +* | f1fe91ec9519 - HDFS-3810. Implement format() for BKJM. Contributed by Ivan Kelly. (12 years ago) +* | 8a1f3337071b - YARN-186. Coverage fixing LinuxContainerExecutor (Aleksey Gorshkov via bobby) (12 years ago) +* | 6ee6eb843013 - MAPREDUCE-4772. Fetch failures can take way too long for a map to be restarted (bobby) (12 years ago) +* | 5a324b18edbf - YARN-169. Update log4j.appender.EventCounter to use org.apache.hadoop.log.metrics.EventCounter. Contributed by Anthony Rojas. (12 years ago) +* | 76d43a08edd3 - HADOOP-8589 ViewFs tests fail when tests and home dirs are nested (sanjay Radia) (12 years ago) +* | 1594dd6965c4 - HADOOP-9015. Standardize creation of SaslRpcServers (daryn via bobby) (12 years ago) +* | fb5b96dfc324 - YARN-201. Fix CapacityScheduler to be less conservative for starved off-switch requests. Contributed by Jason Lowe. (12 years ago) +* | c44f37a7a552 - Move HDFS-3625 under 0.23.5 (12 years ago) +* | 1ab97373deea - HDFS-4138. BackupNode startup fails due to uninitialized edit log. Contributed by Kihwal Lee. (12 years ago) +* | 3c0223745935 - HADOOP-9014. Standardize creation of SaslRpcClients (daryn via bobby) (12 years ago) +* | cb293a62a52b - HADOOP-9013. UGI should not hardcode loginUser's authenticationType (daryn via bobby) (12 years ago) +* | 8d483fff2ce7 - MAPREDUCE-4777. In TestIFile, testIFileReaderWithCodec relies on testIFileWriterWithCodec. Contributed by Sandy Ryza (12 years ago) +* | 817a26b6c851 - HDFS-4153. Add START_MSG/SHUTDOWN_MSG for JournalNode. Contributed by liang xie. (12 years ago) +| * 5120bfca0ade - HDFS-4170. Add snapshot information to INodesInPath. (12 years ago) +| * b94cf83a1135 - HDFS-4159. Rename should fail when the destination directory is snapshottable and has snapshots. Contributed by Jing Zhao (12 years ago) +| * 8a577a16f964 - HDFS-4150. Update the inode in the block map when a snapshotted file or a snapshot file is deleted. Contributed by Jing Zhao (12 years ago) +| * 7160c01f61ce - Merge r1406327 through r1406414 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | c013142a1269 - HADOOP-9004. Allow security unit tests to use external KDC. Contributed by Stephen Chu. (12 years ago) +* | 1e7010cf3811 - HDFS-3979. For hsync, datanode should wait for the local sync to complete before sending ack. Contributed by Lars Hofhansl (12 years ago) +* | 251230a12601 - HADOOP-9004. Reverting the commit r1406202 to address patch issue (12 years ago) +* | a3f3a6c5a32c - HDFS-4155. libhdfs implementation of hsync API. Contributed by Liang Xie. (12 years ago) +| * 92c440c1158b - Merge r1406007 through r1406326 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | 1734215a10fd - HDFS-4152. Add a new class BlocksMapUpdateInfo for the parameter in INode.collectSubtreeBlocksAndClear(..). Contributed by Jing Zhao (12 years ago) +* | 54b70db347c2 - HDFS-4075. Reduce recommissioning overhead (Kihwal Lee via daryn) (12 years ago) +* | b68bd472dcc0 - YARN-202. Log Aggregation generates a storm of fsync() for namenode (Kihwal Lee via bobby) (12 years ago) +* | b13a5cdcb7e4 - HADOOP-9004. Allow security unit tests to use external KDC. Contributed by Stephen Chu. (12 years ago) +* | 3a698e6aea4c - HDFS-1331. dfs -test should work like /bin/test (Andy Isaacson via daryn) (12 years ago) +* | 5605b54010b6 - HADOOP-9012. IPC Client sends wrong connection context (daryn via bobby) (12 years ago) +* | dca8dd7a2018 - Add HDFS-4046 to Release 2.0.3 section (12 years ago) +* | 159e507995d7 - HDFS-4046. Adding the missed file in revision 1406011 (12 years ago) +* | e0ce1b247550 - HDFS-4046. Rename ChecksumTypeProto enum NULL since it is illegal in C/C++. Contributed by Binglin Chang. (12 years ago) +* | 7ee5ce3176a7 - HDFS-4151. Change the methods in FSDirectory to pass INodesInPath instead of INode[] as a parameter. (12 years ago) +* | 0eadfcfcf55b - MAPREDUCE-4771. KeyFieldBasedPartitioner not partitioning properly when configured (jlowe via bobby) (12 years ago) +* | b1aa62a84864 - HADOOP-9010. Map UGI authenticationMethod to RPC authMethod (daryn via bobby) (12 years ago) +* | 8303175db8e5 - HADOOP-9009. Add SecurityUtil methods to get/set authentication method (daryn via bobby) (12 years ago) +* | 05b6dc647ec8 - Localization update (12 years ago) +| * 34413c2000d9 - svn merge -c 1406006 from trunk for HDFS-4151. Change the methods in FSDirectory to pass INodesInPath instead of INode[] as a parameter. (12 years ago) +| * b3bc2fb76e1a - HDFS-4147. When there is a snapshot in a subtree, deletion of the subtree should fail. Contributed by Jing Zhao (12 years ago) +| * f84000900afa - HDFS-4149. Implement the disallowSnapshot(..) in FSNamesystem and add resetSnapshottable(..) to SnapshotManager. (12 years ago) +| * deaf979d4122 - HDFS-4146. Use getter and setter in INodeFileWithLink to access blocks and initialize root directory as snapshottable. (12 years ago) +| * 554fb4d2b24a - Merge r1404624 through r1405251 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | d174f574bafc - HDFS-4143. Change blocks to private in INodeFile and renames isLink() to isSymlink() in INode. (12 years ago) +* | a9e4b08f2b55 - HDFS-4132. When libwebhdfs is not enabled, nativeMiniDfsClient frees uninitialized memory. Contributed by Colin Patrick McCabe. (12 years ago) +* | 1783f209f0af - MAPREDUCE-4763 repair test TestUmbilicalProtocolWithJobToken (Ivan A. Veselovsky via bobby) (12 years ago) +* | 19befa07488f - HDFS-3804. TestHftpFileSystem fails intermittently with JDK7 (Trevor Robinson via daryn) (12 years ago) +* | 42d1eaf237ef - MAPREDUCE-4729. job history UI not showing all job attempts. Contributed by Vinod Kumar Vavilapalli (12 years ago) +* | b50a3c5de328 - MAPREDUCE-4746. The MR Application Master does not have a config to set environment variables (Rob Parker via bobby) (12 years ago) +| * e5a7b3d43079 - HDFS-4141. Support directory diff - the difference between the current state and a previous snapshot of an INodeDirectory. (12 years ago) +| * 77fe43ac1440 - HDFS-4095. Add some snapshot related metrics. Contributed by Jing Zhao. (12 years ago) +| * 98c0f13b1927 - HDFS-4116. Add auditlog for some snapshot operations. Contributed by Jing Zhao. (12 years ago) +| * 04b2adca05bc - Merging trunk to HDFS-2802 branch. (12 years ago) +| |\ +| |/ +|/| +* | a124297cf016 - YARN-189. Fixed a deadlock between RM's ApplicationMasterService and the dispatcher. Contributed by Thomas Graves. (12 years ago) +* | 50993e9d48df - MAPREDUCE-4724. job history web ui applications page should be sorted to display last app first (tgraves via bobby) (12 years ago) +| * 8b71399abb32 - HDFS-4133. Add testcases for testing basic snapshot functionalities. Contributed by Jing Zhao. (12 years ago) +| * e341184d542a - Merge r1403306 through r1404284 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | ab8fa651f736 - YARN-166. capacity scheduler doesn't allow capacity < 1.0 (tgraves via bobby) (12 years ago) +* | 9f55dd3a5435 - YARN-159. RM web ui applications page should be sorted to display last app first (tgraves via bobby) (12 years ago) +* | c15c192ad058 - YARN-165. RM should point tracking URL to RM web page for app when AM fails (jlowe via bobby) (12 years ago) +* | aac5c149c7ca - MAPREDUCE-4752. Reduce MR AM memory usage through String Interning (Robert Evans via tgraves) (12 years ago) +* | 07e0d7730d32 - HDFS-4129. Add utility methods to dump NameNode in memory tree for testing. Contributed by Tsz Wo (Nicholas), SZE. (12 years ago) +* | cd0d206bb8a0 - HDFS-3916. libwebhdfs testing code cleanup. Contributed by Jing Zhao. (12 years ago) +* | b2822e374215 - Moved HDFS-3809 entry in CHANGES.txt from trunk to 2.0.3-alpha section (12 years ago) +* | 7ccdb67d5c15 - Moved HDFS-3789 entry in CHANGES.txt from trunk to 2.0.3-alpha section (12 years ago) +* | 52df4b3e7888 - Moved HDFS-3695 entry in CHANGES.txt from trunk to 2.0.3-alpha section (12 years ago) +* | 12eb3b8abc0a - HADOOP-8986. Server$Call object is never released after it is sent (bobby) (12 years ago) +* | 1e07fece6ecc - Moved HDFS-3573 entry in CHANGES.txt from trunk to 2.0.3-alpha section (12 years ago) +* | deef03c5d61b - HADOOP-8994. TestDFSShell creates file named "noFileHere", making further tests hard to understand (Andy Isaacson via daryn) (12 years ago) +* | 7604a276a7f0 - HDFS-4127. Log message is not correct in case of short of replica. Contributed by Junping Du. (12 years ago) +* | 16e21dfe92d6 - MAPREDUCE-1806. CombineFileInputFormat does not work with paths not on default FS. (Gera Shegalov via tucu) (12 years ago) +* | ba7a2e389872 - Moved HDFS-4122 to Release 2.0.3 section. It is also moved to Incompatible Changes section. (12 years ago) +| * f3b9963d46e9 - HDFS-4118. Change INodeDirectory.getExistingPathINodes(..) to work with snapshots. Contributed by Jing Zhao. (12 years ago) +| * 783124488c39 - Merging changes from trunk to pick HDFS-4124 changes. (12 years ago) +| |\ +| |/ +|/| +* | 1b3b09d94794 - HDFS-4124. Refactor INodeDirectory#getExistingPathINodes() to enable returningmore than INode array. Contributed by Jing Zhao. (12 years ago) +| * 564adec5b5d5 - Merging trunk to HDFS-2802 branch. (12 years ago) +| |\ +| |/ +|/| +* | 4bcf516d0e42 - HDFS-3920. libwebdhfs string processing and using strerror consistently to handle all errors. Contributed by Jing Zhao. (12 years ago) +* | cea7bbc630de - HDFS-4122. Cleanup HDFS logs and reduce the size of logged messages. Contributed by Suresh Srinivas. (12 years ago) +* | fd7de4c4eb39 - HDFS-4106. BPServiceActor#lastHeartbeat, lastBlockReport and lastDeletedReport should be volatile. Contributed by Jing Zhao. (12 years ago) +* | abe3676e5061 - HDFS-4115. TestHDFSCLI.testAll fails one test due to number format. Contributed by Trevor Robinson. (12 years ago) +* | 22377ebae54e - HADOOP-8985. Add namespace declarations in .proto files for languages other than java. Thank you Binglin Chan. (12 years ago) +* | b6d09f67ab88 - Moving HDFS-4121 from trunk to Release 2.0.3 section. (12 years ago) +* | cd2e9d2fce28 - HDFS-4121. Add namespace declarations in hdfs .proto files for languages other than java. Contributed by Binglin Chang. (12 years ago) +* | a577f757f7c8 - HADOOP-8713. TestRPCCompatibility fails intermittently with JDK7 Trevor Robinson via tgraves) (12 years ago) +* | 286c1719879e - MAPREDUCE-4748. Invalid event: T_ATTEMPT_SUCCEEDED at SUCCEEDED. Contributed by Jason Lowe (12 years ago) +* | b54e794fb059 - YARN-145. Add a Web UI to the fair share scheduler. Contributed by Sandy Ryza. (12 years ago) +* | 3335e502446b - HDFS-3616. Fix a ConcurrentModificationException bug that BP actor threads may not be shutdown properly in DataNode. Contributed by Jing Zhao (12 years ago) +| * f60a844e7af0 - HDFS-4119. Complete the allowSnapshot code and add a test for it. (12 years ago) +| * 9e26fdcda795 - HDFS-4111. Support snapshot of subtrees. Contributed by Tsz Wo (Nicholas), Sze. (12 years ago) +| * b5355e505048 - Merge r1402274 through r1402603 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | 0e796b61e829 - HDFS-4112. A few improvements on INodeDirectory include adding a utility method for casting; avoiding creation of new empty lists; cleaning up some code and rewriting some javadoc. (12 years ago) +| * 719279ea8a51 - HDFS-4092. Update file deletion logic for snapshot so that the current inode is removed from the circular linked list; and if some blocks at the end of the block list no longer belong to any other inode, collect them and update the block list. (12 years ago) +| * 40d2b6f308bd - Merge r1401869 through r1402273 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | 2d74f6805432 - HDFS-3948. Do not use hflush in TestWebHDFS.testNamenodeRestart() since the out stream returned by WebHdfsFileSystem does not support it. Contributed by Jing Zhao (12 years ago) +* | ba2ee1d7fb91 - HDFS-4107. Add utility methods for casting INode to INodeFile and INodeFileUnderConstruction. (12 years ago) +* | 163577f905f2 - HDFS-4067. TestUnderReplicatedBlocks intermittently fails due to ReplicaAlreadyExistsException. Contributed by Jing Zhao. (12 years ago) +* | 611684e2e581 - HDFS-4110. Refine a log printed in JNStorage. Contributed by Liang Xie. (12 years ago) +* | 895029b2f253 - MAPREDUCE-4730. Fix Reducer's EventFetcher to scale the map-completion requests slowly to avoid HADOOP-8942. Contributed by Jason Lowe. (12 years ago) +| * 2d5334931ed5 - HDFS-4097. Provide CLI support for createSnapshot. Contributed by Brandon Li. (12 years ago) +| * 14d8d0a67055 - Merge r1400738 through r1401868 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | 1e45b1f1fd38 - MAPREDUCE-4741. WARN and ERROR messages logged during normal AM shutdown. Contributed by Vinod Kumar Vavilapalli (12 years ago) +* | 614a743fea5a - YARN-139. Interrupted Exception within AsyncDispatcher leads to user confusion. Contributed by Vinod Kumar Vavilapalli (12 years ago) +* | 90ba993bc72e - YARN-180. Capacity scheduler - containers that get reserved create container token to early (acmurthy and bobby) (12 years ago) +* | 244ec4a5d175 - YARN-178. Fix custom ProcessTree instance creation (Radim Kolar via bobby) (12 years ago) +* | cc523683cfa7 - YARN-177. CapacityScheduler - adding a queue while the RM is running has wacky results (acmurthy vai tgraves) (12 years ago) +* | ca4bc1a41791 - YARN-181. Fixed eclipse settings broken by capacity-scheduler.xml move via YARN-140. Contributed by Siddharth Seth. (12 years ago) +* | aaa07fc01b54 - Updating credits for MAPREDUCE-4229. (12 years ago) +* | 88d326f0a411 - YARN-179. Fix some unit test failures. (Contributed by Vinod Kumar Vavilapalli) (12 years ago) +* | 382b565e8c8f - MAPREDUCE-4637. Handle TaskAttempt diagnostic updates while in the NEW and UNASSIGNED states. (Contributed by Mayank Bansal) (12 years ago) +* | 61ffa3adb952 - MAPREDUCE-4229. Intern counter names in the JT (bobby via daryn) (12 years ago) +* | def0b949d442 - MAPREDUCE-4229. Intern counter names in the JT (bobby via daryn) (12 years ago) +* | 464edf243968 - Moving HDFS-2434 from Release 2.0.3 section to trunk section. (12 years ago) +* | aa42e2161d44 - HDFS-2434. TestNameNodeMetrics.testCorruptBlock fails intermittently. Contributed by Jing Zhao. (12 years ago) +* | b73903f6a7d0 - HADOOP-8962. RawLocalFileSystem.listStatus fails when a child filename contains a colon (jlowe via bobby) (12 years ago) +* | 13422461f3a9 - HADOOP-8811. Compile hadoop native library in FreeBSD (Radim Kolar via bobby) (12 years ago) +* | a92313f7bd03 - HDFS-4090. getFileChecksum() result incompatible when called against zero-byte files. (Kihwal Lee via daryn) (12 years ago) +* | a4a01c9883c3 - HADOOP-8900. I had mistakenly not credited the patch to the right person. Changing the contributor to Andy Isaacson. (12 years ago) +* | 4da8e2613ec1 - YARN-174. Modify NodeManager to pass the user's configuration even when rebooting. Contributed by Vinod Kumar Vavilapalli. (12 years ago) +* | 49beea562a3b - MAPREDUCE-4740. only .jars can be added to the Distributed Cache classpath. Contributed by Robert Joseph Evans (12 years ago) +* | 75cdb5bb4965 - HDFS-4099. Clean up replication code and add more javadoc. (12 years ago) +* | b69605eff50e - Moved HADOOP-8951 from trunk to release 2.0.3 section in CHANGES.txt (12 years ago) +* | 0dc268190014 - HADOOP-8951. RunJar to fail with user-comprehensible error message if jar missing. Contributed by Steve Loughran. (12 years ago) +| * b897bb8992b3 - HDFS-4091. Add snapshot quota to limit the number of snapshots allowed. (12 years ago) +| * 4fde5c01901b - HDFS-4084. Provide CLI support to allow and disallow snapshot on a directory. Contributed by Brondon Li. (12 years ago) +| * 9a0651b4b867 - HDFS-4078. Handle replication in snapshots. (12 years ago) +| * f29724956a58 - Merging trunk changes (12 years ago) +| |\ +| |/ +|/| +* | 35ec20b7c635 - HDFS-4022. Replication not happening for appended block. Contributed by Vinay. (12 years ago) +* | 85b158998e81 - Change incorrect jira number HADOOP-8923 to HADOOP-8932 introduced in commit r1398883. (12 years ago) +| * 820b5495caf0 - HDFS-4079. Add SnapshotManager which maintains a list for all the snapshottable directories and supports snapshot methods such as setting a directory to snapshottable and creating a snapshot. (12 years ago) +| * 625d7cf20ba8 - HDFS-4087. Protocol changes for listSnapshots functionality. Contributed by Brandon Li. (12 years ago) +| * d9a9daeb2d84 - Merge r1399946 through r1400349 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | 5d94cd9e48c5 - Add target, .classpath, .project and .settings to svn:ignore. (12 years ago) +* | 661a8d176a1c - HDFS-4088. Remove "throws QuotaExceededException" from an INodeDirectoryWithQuota constructor. (12 years ago) +* | d0a2d55b1a6c - YARN-140. Add capacity-scheduler-default.xml to provide a default set of configurations for the capacity scheduler. (ahmed via tucu) (12 years ago) +* | efd798b34b65 - HADOOP-8948. TestFileUtil.testGetDU fails on Windows due to incorrect assumption of line separator. Contributed by Chris Nauroth. (12 years ago) +* | 5be6e234c5de - Moved MAPREDUCE-4736 jira from trunk to Release 2.0.3 section (12 years ago) +* | c195ce4d67aa - MAPREDUCE-4736. Remove obsolete option [-rootDir] from TestDFSIO. Contributed by Brandon Li. (12 years ago) +* | f79ae9141422 - YARN-136. Make ClientToAMTokenSecretManager part of RMContext (Contributed by Vinod Kumar Vavilapalli) (12 years ago) +* | 1195f844a9a7 - MAPREDUCE-4733. Reducer can fail to make progress during shuffle if too many reducers complete consecutively. Contributed by Jason Lowe via. (12 years ago) +* | a234472d1c20 - MAPREDUCE-4479. Fix parameter order in assertEquals() in TestCombineInputFileFormat.java (Mariappan Asokan via bobby) (12 years ago) +* | ae15ad6202c1 - YARN-163. Retrieving container log via NM webapp can hang with multibyte characters in log (jlowe via bobby) (12 years ago) +* | 022f7b4a25c7 - MAPREDUCE-4596. Split StateMachine state from states seen by MRClientProtocol for Job, Task and TaskAttempt. Contributed by Siddarth Seth. (12 years ago) +* | a4f30ff53c10 - reverting commit 1399898 (HADOOP-8887) (12 years ago) +* | 0603447f2a9d - HDFS-4072. On file deletion remove corresponding blocks pending replications. Contributed by Jing Zhao. (12 years ago) +* | adcf7d10b972 - MAPREDUCE-4735. Make arguments in TestDFSIO case insensitive. Contributed by Brandon Li. (12 years ago) +| * a2d837b0e999 - HDFS-4077. Adding a file missed in the commit r1400318. (12 years ago) +| * af130d4baff1 - HDFS-4077. Add support for Snapshottable Directory. Contributed by Nicholas. (12 years ago) +| * f5c4defcb3de - HDFS-4083. Protocol changes for snapshots. Contributed by Suresh Srinivas. (12 years ago) +| * ecffab63af63 - HDFS-4086. Add editlog opcodes to allow and disallow snapshots on a directory. Contributed by Brandon Li. (12 years ago) +| * 79e7257bb138 - Moving HDFS-2802 related changes to a separate CHANGES.txt (12 years ago) +| * 40f8b7dcfb72 - Reverting the change r1400285 since it included unrelated changes (12 years ago) +| * 4cccdc2a96b9 - Moving HDFS-2802 related changes to a separate CHANGES.txt (12 years ago) +| * e75424544ff6 - HDFS-4082. Add editlog opcodes for snapshot create and delete operations. Contributed by suresh (12 years ago) +| * 5c1a7b9d5d79 - HDFS-4076. Support snapshot of single files. (szetszwo) (12 years ago) +| * d5d2628e4477 - Merge r1360400 through r1399945 from trunk. (12 years ago) +| |\ +| |/ +|/| +* | 7da5d03c35fc - HDFS-4053. Increase the default block size. Contributed by Eli Collins (12 years ago) +* | 53c598ab11d8 - HADOOP-8887. Use a Maven plugin to build the native code using CMake. (cmccabe via tucu) (12 years ago) +* | 57ee22e589bf - HADOOP-8925. Remove the packaging. Contributed by Eli Collins (12 years ago) +* | 4af8761e4c6f - HDFS-4074. Remove the unused default constructor from INode. Contributed by Brandon Li (12 years ago) +* | c1bd54daa372 - HDFS-4073. Two minor improvements to FSDirectory. Contributed by Jing Zhao (12 years ago) +* | 865c67a56961 - HADOOP-8776. Provide an option in test-patch that can enable/disable compiling native code. Contributed by Chris Nauroth. (12 years ago) +* | 6cfa710bad1c - YARN-32. Fix TestApplicationTokens to not depend on test order and thus pass on JDK7. Contributed by Vinod Kumar Vavilapalli. (12 years ago) +* | 4d5600f6c714 - HDFS-4068. DatanodeID and DatanodeInfo member should be private. Contributed by Eli Collins (12 years ago) +* | f91a2cb14db2 - HADOOP-8930. Cumulative code coverage calculation (Andrey Klochkov via bobby) (12 years ago) +* | 6f79fffb8682 - HADOOP-8900. BuiltInGzipDecompressor throws IOException - stored gzip size doesn't match decompressed size. Contributed by Slavik Krassovsky. (12 years ago) +* | c63811790ac4 - MAPREDUCE-4721. Task startup time in JHS is same as job startup time. (Ravi Prakash via bobby) (12 years ago) +* | a258263ecfa1 - HDFS-4029. GenerationStamp should use an AtomicLong. Contributed by Eli Collins (12 years ago) +* | 24015b7684d3 - HDFS-4055. TestAuditLogs is flaky. Contributed by Binglin Chang (12 years ago) +* | ab727f4966b9 - YARN-43. Fix TestResourceTrackerService to not depend on test order and thus pass on JDK7. Contributed by Thomas Graves. (12 years ago) +* | 402836479f58 - HDFS-3997. OfflineImageViewer incorrectly passes value of imageVersion when visiting IS_COMPRESSED element. Contributed by Mithun Radhakrishnan. (12 years ago) +* | 21b8d7b1fdb2 - YARN-161. Fix multiple compiler warnings for unchecked operations in YARN common. Contributed by Chris Nauroth. (12 years ago) +* | 0e9f40df97a6 - MAPREDUCE-4521. mapreduce.user.classpath.first incompatibility with 0.20/1.x (Ravi Prakash via bobby) (12 years ago) +* | e074b5816a1e - HDFS-4061. TestBalancer and TestUnderReplicatedBlocks need timeouts. Contributed by Eli Collins (12 years ago) +* | 224de4f92c22 - HADOOP-8926. hadoop.util.PureJavaCrc32 cache hit-ratio is low for static data (Gopal V via bobby) (12 years ago) +* | be2b9d023686 - HADOOP-8931. Add Java version to startup message. Contributed by Eli Collins (12 years ago) +* | 0ef9c6f71a43 - HDFS-4059. Add number of stale DataNodes to metrics. Contributed by Jing Zhao. (12 years ago) +* | 6a059dc40e00 - HADOOP-8922. Provide alternate JSONP output for JMXJsonServlet to allow javascript in browser dashboard (Damien Hardy via bobby) (12 years ago) +* | ec43a33e2c9a - HADOOP-8883. Anonymous fallback in KerberosAuthenticator is broken. (rkanter via tucu) (12 years ago) +* | 9757f7407a56 - HADOOP-8923. JNI-based user-group mapping modules can be too chatty on lookup failures. Contributed by Kihwal Lee. (12 years ago) +* | b245adb16385 - HDFS-3985. Add timeouts to TestMulitipleNNDataBlockScanner. Contributed by Todd Lipcon (12 years ago) +* | e0db1e9e1071 - HADOOP-8929. Add toString, other improvements for SampleQuantiles. Contributed by Todd Lipcon. (12 years ago) +* | 41eec8a32b7b - HADOOP-8920. Add more javadoc to metrics2 related classes. Contributed by Suresh Srinivas. (12 years ago) +* | b7887f31fbe2 - HDFS-4052. BlockManager#invalidateWork should print log outside the lock. Contributed by Jing Zhao. (12 years ago) +* | a75673cbd882 - HDFS-4058. DirectoryScanner may fail with IOOB if the directory scanning threads return out of volume order. Contributed by Eli Collins (12 years ago) +* | 557ffe210132 - HDFS-2946. HA: Put a cap on the number of completed edits files retained by the NN. Contributed by Aaron T. Myers. (12 years ago) +* | f5f763eb159f - Update CHANGES.txt to have HDFS-3678 under release 2.0.3 instead of 3.0.0. (12 years ago) +* | ded304e6a6e7 - HDFS-4049. Fix hflush performance regression due to nagling delays. Contributed by Todd Lipcon. (12 years ago) +* | 73e9366510d9 - HADOOP-8901. GZip and Snappy support may not work without unversioned libraries. Contributed by Colin Patrick McCabe. (12 years ago) +* | 698fa5077ac7 - HDFS-4036. Remove "throw UnresolvedLinkException" from FSDirectory.unprotectedAddFile(..). Contributed by Jing Zhao (12 years ago) +* | ad06a087131d - HDFS-4037. Rename the getReplication() method in BlockCollection to getBlockReplication(). (12 years ago) +* | f8bdac0a1b4d - HADOOP-8906. paths with multiple globs are unreliable. Contributed by Daryn Sharp. (12 years ago) +* | 611ff4ec89c1 - HADOOP-8910. Add examples to GlobExpander#expand method. Contributed by Suresh Srinivas. (12 years ago) +* | 22ef03bc7677 - HADOOP-8784. Improve IPC.Client's token use (daryn) (12 years ago) +* | 89b66da42c79 - HDFS-4044. Duplicate ChecksumType definition in HDFS .proto files. Contributed by Binglin Chang. (12 years ago) +* | 62c70a228fe2 - HADOOP-8912. Adding missing CHANGES.txt changes in the previous commit 1397437. (12 years ago) +* | 1dd652290303 - HADOOP-8912. Add .gitattributes file to prevent CRLF and LF mismatches for source and text files. Contributed by Raja Aluri. (12 years ago) +* | 94ed14c48ccc - HADOOP-8911. CRLF characters in source and text files. Contributed Raja Aluri. (12 years ago) +* | e8693d08b21d - HADOOP-8918. test-patch.sh is parsing modified files wrong. Contributed by Raja Aluri. (12 years ago) +* | 4e64e6f860b9 - HDFS-4041. Hadoop HDFS Maven protoc calls must not depend on external sh script. Contributed by Chris Nauroth. (12 years ago) +* | 7ca007b2413d - Merge CHANGES for HDFS-3077 into the main CHANGES.txt file (12 years ago) +* | 81144578444d - HADOOP-8909. Hadoop Common Maven protoc calls must not depend on external sh script. Contributed by Chris Nauroth. (12 years ago) +* | 2887bbb33cef - HDFS-3912. Detect and avoid stale datanodes for writes. Contributed by Jing Zhao (12 years ago) +* | f174adfc1526 - MAPREDUCE-4616. Improve javadoc for MultipleOutputs. Contributed by Tony Burton. (12 years ago) +* | 3d76be910d1d - YARN-146. Add unit tests for computing fair share in the fair scheduler. Contributed by Sandy Ryza. (12 years ago) +* | adb50a353733 - Merge HDFS-3077 into trunk (12 years ago) +|\ \ +| * \ ff8f84ccf6a2 - (weichiu/HDFS-3077, pbacsko/HDFS-3077, origin/HDFS-3077, JackWangCS/HDFS-3077, 9uapaw/HDFS-3077) Merge trunk into branch (12 years ago) +| |\ \ +| * | | 70fc5cf01c92 - HDFS-4017. Unclosed FileInputStream in GetJournalEditServlet. Contributed by Chao Shi. (12 years ago) +| * | | 10a0eaaf0a5d - HDFS-4004. TestJournalNode#testJournal fails because of test case execution order. Contributed by Chao Shi. (12 years ago) +| * | | 802ccafcd981 - Fix some spurious whitespace changes in branch (per Suresh's review) (12 years ago) +| * | | b1ceaac3e626 - Merge trunk into branch (12 years ago) +| |\ \ \ +| * | | | 8a3e64c77f73 - HDFS-3956. QJM: purge temporary files when no longer within retention period. Contributed by Todd Lipcon. (12 years ago) +| * | | | f26c63df2146 - Amend HFDS-3955. Forgot an import of ImmutableList in previous patch. (12 years ago) +| * | | | 3ccd905d8a0f - HDFS-3955. QJM: Make acceptRecovery() atomic. Contributed by Todd Lipcon. (12 years ago) +| * | | | 663e7484c04c - HDFS-3950. QJM: misc TODO cleanup, improved log messages, etc. Contributed by Todd Lipcon. (12 years ago) +| * | | | e9f4de5ced3a - Merge trunk into branch (12 years ago) +| |\ \ \ \ +| * | | | | 83c14fbd2435 - HDFS-3943. QJM: remove currently-unused md5sum field. Contributed by Todd Lipcon. (12 years ago) +| * | | | | 853db9ec2472 - HDFS-3926. QJM: Add user documentation for QJM. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | 40d56f1741bd - HDFS-3894. QJM: testRecoverAfterDoubleFailures can be flaky due to IPC client caching. Contributed by Todd Lipcon. (12 years ago) +| * | | | | a93ba1648ac7 - HDFS-3840. JournalNodes log JournalNotFormattedException backtrace error before being formatted. Contributed by Todd Lipcon. (12 years ago) +| * | | | | 8a8c9c18d37f - HDFS-3906. QJM: quorum timeout on failover with large log segment. Contributed by Todd Lipcon. (12 years ago) +| * | | | | c859e87d1efd - HDFS-3915. QJM: Failover fails with auth error in secure cluster. Contributed by Todd Lipcon. (12 years ago) +| * | | | | c5199cace63f - HDFS-3914. QJM: acceptRecovery should abort current segment. Contributed by Todd Lipcon. (12 years ago) +| * | | | | 729ec86907c9 - HDFS-3899. Add client side metrics for QJM. Contributed by Todd Lipcon. (12 years ago) +| * | | | | 959afc0fd3bd - HDFS-3901. QJM: send 'heartbeat' messages to JNs even when they are out-of-sync. Contributed by Todd Lipcon. (12 years ago) +| * | | | | 60c20e559b80 - HDFS-3900. QJM: avoid validating log segments on log rolls. Contributed by Todd Lipcon. (12 years ago) +| * | | | | ca4582222e89 - HDFS-3885. QJM: optimize log sync when JN is lagging behind. Contributed by Todd Lipcon. (12 years ago) +| * | | | | aa65777ef048 - HDFS-3898. QJM: enable TCP_NODELAY for IPC. Contributed by Todd Lipcon. (12 years ago) +| * | | | | 1cea56d6efa1 - Merge trunk into QJM branch (12 years ago) +| |\ \ \ \ \ +| * | | | | | 16234cbd5f93 - HDFS-3897. QJM: TestBlockToken fails after HDFS-3893. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | df801074c929 - HDFS-3893. QJM: Make QJM work with security enabled. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | 8b88542f606a - Amend HDFS-3726. Add previously missing file JournalOutOfSyncException.java (12 years ago) +| * | | | | | cae8116a146c - HDFS-3726. If a logger misses an RPC, don't retry that logger until next segment. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | 437948ea1c0c - HDFS-3891. Make selectInputStreams throw IOE instead of RTE. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | 99ec5bd8d36a - Merge trunk into QJM branch (12 years ago) +| |\ \ \ \ \ \ +| * | | | | | | 13daca1ef6aa - HDFS-3870. Add metrics to JournalNode. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | f6b7f067c34e - HDFS-3884. Journal format() should reset cached values. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | 72485f311283 - HDFS-3869. Expose non-file journal manager details in web UI. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | 8021d9199f27 - HDFS-3863. Track last "committed" txid in QJM. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | 6f5ae49063fe - HDFS-3877. QJM: Provide defaults for dfs.journalnode.*address. Contributed by Eli Collins (12 years ago) +| * | | | | | | 1e68d4726b22 - HDFS-3845. Fixes for edge cases in QJM recovery protocol. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | a8ff29266934 - Merge trunk into HDFS-3077 branch. (12 years ago) +| |\ \ \ \ \ \ \ +| * | | | | | | | aa6f18e81b01 - HDFS-3839. QJM: hadoop-daemon.sh should be updated to accept "journalnode". Contributed by Eli Collins (12 years ago) +| * | | | | | | | f9a0d78ef588 - HDFS-3826. QJM: Some trivial logging / exception text improvements. Contributed by Todd Lipcon and Aaron T. Myers. (12 years ago) +| * | | | | | | | 643608ea576f - HDFS-3823. QJM: TestQJMWithFaults fails occasionally because of missed setting of HTTP port. Contributed by Todd Lipcon and Aaron T. Myers. (12 years ago) +| * | | | | | | | 7cc88f02f216 - Fix a merge mistake from last trunk merge. (12 years ago) +| * | | | | | | | 5789de83a754 - HDFS-3800. improvements to QJM fault testing. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | d5abe22844f8 - Merge trunk into branch (12 years ago) +| |\ \ \ \ \ \ \ \ +| * | | | | | | | | 42cdc1b0835a - HDFS-3797. QJM: add segment txid as a parameter to journal() RPC. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | c95a1674b61e - HDFS-3799. QJM: handle empty log segments during recovery. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | 4a9b3c693def - HDFS-3798. Avoid throwing NPE when finalizeSegment() is called on invalid segment. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | 160bfcd6c2e2 - HDFS-3795. QJM: validate journal dir at startup. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | f765fdb65701 - HDFS-3793. Implement genericized format() in QJM. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | 4b674015655b - Merge trunk into branch (12 years ago) +| |\ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ 302f1e96ce33 - Merge trunk into branch. (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | bc88c7b04331 - HDFS-3773. TestNNWithQJM fails after HDFS-3741. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | 3a53ef4a802b - HDFS-3741. Exhaustive failure injection test for skipped RPCs. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | e08604907c63 - HDFS-3725. Fix QJM startup when individual JNs have gaps. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | e1dff3df99df - Merge trunk into QJM branch (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | b17018e4b821 - HDFS-3693. JNStorage should read its storage info even before a writer becomes active. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | d2d0736de40c - HDFS-3692. Support purgeEditLogs() call to remotely purge logs on JNs. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | 939f4a9f92ab - HDFS-3694. Fix getEditLogManifest to fetch httpPort if necessary. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | 74d4573a23db - HDFS-3077. Quorum-based protocol for reading and writing edit logs. Contributed by Todd Lipcon based on initial work from Brandon Li and Hari Mankude. (12 years ago) +| * | | | | | | | | | | | 23af0493e4f7 - Create branch for HDFS-3077 (12 years ago) +* | | | | | | | | | | | | bfce95d463b7 - HADOOP-8878. Uppercase namenode hostname causes hadoop dfs calls with webhdfs filesystem and fsck to fail when security is on. Contributed by Arpit Gupta. (12 years ago) +| |_|_|_|_|_|_|_|_|_|/ / +|/| | | | | | | | | | | +* | | | | | | | | | | | 33c16f2a24fc - HADOOP-8913. hadoop-metrics2.properties should give units in comment for sampling period. Contributed by Sandy Ryza. (12 years ago) +* | | | | | | | | | | | 8078e16015f2 - HDFS-4021. Misleading error message when resources are low on the NameNode. Contributed by Christopher Conner. (12 years ago) +* | | | | | | | | | | | 08f35a04c69e - HDFS-3224. Bug in check for DN re-registration with different storage ID. Contributed by Jason Lowe (12 years ago) +* | | | | | | | | | | | c9a1d4dc3341 - HDFS-4020. TestRBWBlockInvalidation may time out. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | a0a96eb1427d - HDFS-3824. TestHftpDelegationToken fails intermittently with JDK7 (Trevor Robinson via tgraves) (12 years ago) +* | | | | | | | | | | | 0e2d93557e50 - YARN-150. Fixes AppRejectedTransition does not unregister a rejected app-attempt from the ApplicationMasterService (Contributed by Bikas Saha) (12 years ago) +* | | | | | | | | | | | a5ebccd7bc94 - YARN-30. Fixed tests verifying web-services to work on JDK7. Contributed by Thomas Graves. (12 years ago) +* | | | | | | | | | | | bca57d471f4c - YARN-94. Modify DistributedShell to point to main-class by default, clean up the help message, and hard-code the AM class. Contributed by Hitesh Shah. (12 years ago) +* | | | | | | | | | | | aa934616dd48 - MAPREDUCE-4654. TestDistCp is ignored. Contributed by Sandy Ryza. (12 years ago) +* | | | | | | | | | | | 0aa8188d188e - MAPREDUCE-3678. The Map tasks logs should have the value of input split it processed. Contributed by Harsh J. (harsh) (12 years ago) +* | | | | | | | | | | | 5c3a3310402c - MAPREDUCE-4574. Fix TotalOrderParitioner to work with non-WritableComparable key types. Contributed by Harsh J. (harsh) (12 years ago) +* | | | | | | | | | | | 8ac3910ae0aa - MAPREDUCE-4705. Fix a bug in job history lookup, which makes older jobs inaccessible despite the presence of a valid history file. (Contributed by Jason Lowe) (12 years ago) +* | | | | | | | | | | | 1e30e49bf685 - YARN-33. Change LocalDirsHandlerService to validate the configured local and log dirs. (Contributed by Mayank Bansal) (12 years ago) +* | | | | | | | | | | | c074cfd6f0ec - YARN-134. Fixes ClientToAMSecretManager creates keys without checking for validity of the appID. (Contributed by Vinod Kumar Vavilapalli) (12 years ago) +* | | | | | | | | | | | ad9bcb9e5a81 - HADOOP-8894. GenericTestUtils.waitFor should dump thread stacks on timeout. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | 03c96ef29eab - HDFS-4018. TestDataNodeMultipleRegistrations#testMiniDFSClusterWithMultipleNN is missing some cluster cleanup. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | 2115bd2ec753 - HADOOP-8886. Remove KFS support. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | 38e1a5a5d6e0 - YARN-40. Fixed CHANGES.txt from previous commit. (12 years ago) +* | | | | | | | | | | | 331b1123fbb8 - YARN-40. Provided support for missing YARN commands Contributed by Devaraj K and Vinod Kumar Vavilapalli. (12 years ago) +* | | | | | | | | | | | 2b49b39f3c2d - Revert initial commit of HADOOP-8884 per feedback from Todd. (12 years ago) +* | | | | | | | | | | | 494e21052156 - YARN-127. Move RMAdmin tool to its correct location - the client module. Contributed by Vinod Kumar Vavilapalli. (12 years ago) +* | | | | | | | | | | | 49b20c2ed1be - MAPREDUCE-4554. Job Credentials are not transmitted if security is turned off (Benoy Antony via bobby) (12 years ago) +* | | | | | | | | | | | 17b32bb2dea1 - HDFS-4007. Rehabilitate bit-rotted unit tests under hadoop-hdfs-project/hadoop-hdfs/src/test/unit/. Contributed by Colin Patrick McCabe. (12 years ago) +* | | | | | | | | | | | a047fa9b234c - MAPREDUCE-4712. mr-jobhistory-daemon.sh doesn't accept --config (Vinod Kumar Vavilapalli via tgraves) (12 years ago) +* | | | | | | | | | | | 2a32ba9f99f2 - HADOOP-8884. DEBUG should be WARN for DEBUG util.NativeCodeLoader: Failed to load native-hadoop with error: java.lang.UnsatisfiedLinkError. Contributed by Anthony Rojas. (12 years ago) +* | | | | | | | | | | | 5dcdc8aa58b2 - HDFS-4003. test-patch should build the common native libs before running hdfs tests. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | | | c50033d0c850 - HADOOP-8804. Improve Web UIs when the wildcard address is used. Contributed by Senthil Kumar (12 years ago) +* | | | | | | | | | | | 3a4cf1c06415 - HDFS-4008. TestBalancerWithEncryptedTransfer needs a timeout. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | 5a5473b29f88 - HDFS-4006. TestCheckpoint#testSecondaryHasVeryOutOfDateImage occasionally fails due to unexpected exit. Contributed by Todd Lipcon (12 years ago) +* | | | | | | | | | | | e32af6034bb0 - HDFS-3682. MiniDFSCluster#init should provide more info when it fails. Contributed by Todd Lipcon (12 years ago) +* | | | | | | | | | | | d974127cf23f - HADOOP-8889. Upgrade to Surefire 2.12.3. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | 353958dccc9c - HDFS-3483. Better error message when hdfs fsck is run against a ViewFS config. Contributed by Stephen Fritz. (12 years ago) +* | | | | | | | | | | | d35169d9baa3 - HDFS-3829. TestHftpURLTimeouts fails intermittently with JDK7 (Trevor Robinson via tgraves) (12 years ago) +* | | | | | | | | | | | dfb8369c2918 - HDFS-3735. NameNode WebUI should allow sorting live datanode list by fields Block Pool Used, Block Pool Used(%) and Failed Volumes. Contributed by Brahma Reddy Battula. (12 years ago) +* | | | | | | | | | | | a41f808c3cc2 - HDFS-3995. Use DFSTestUtil.createFile() for file creation and writing in test cases. Contributed by Jing Zhao. (12 years ago) +* | | | | | | | | | | | 6582da034b9d - HDFS-3813. Log error message if security and WebHDFS are enabled but principal/keytab are not configured. Contributed by Stephen Chu. (12 years ago) +* | | | | | | | | | | | b8f81d74c881 - YARN-23. FairScheduler: FSQueueSchedulable#updateDemand() - potential redundant aggregation. (kkambatl via tucu) (12 years ago) +* | | | | | | | | | | | 016b86867bbc - HDFS-3999. HttpFS OPEN operation expects len parameter, it should be length. (tucu) (12 years ago) +* | | | | | | | | | | | 50b20477fd37 - HADOOP-8881. FileBasedKeyStoresFactory initialization logging should be debug not info. (tucu) (12 years ago) +* | | | | | | | | | | | ee13fb4f699f - HDFS-3916. libwebhdfs (C client) code cleanups. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | | | 38943644e07b - HDFS-4000. TestParallelLocalRead fails with "input ByteBuffers must be direct buffers". Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | | | 2c66a9f5ae5d - HDFS-2127. Add a test that ensure AccessControlExceptions contain a full path. Contributed by Stephen Chu (12 years ago) +* | | | | | | | | | | | 5c19b6b7b636 - Amend HDFS-3753 to ignore TestHdfsNativeCodeLoader. To be fixed in HDFS-4003. (12 years ago) +* | | | | | | | | | | | 43ae84761fa6 - HDFS-3996. Add debug log removed in HDFS-3873 back. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | 803828b996f3 - MAPREDUCE-4123. Remove the 'mapred groups' command, which is no longer supported. (Contributed by Devaraj K) (12 years ago) +* | | | | | | | | | | | 247a5ee2f90e - YARN-102. Move the apache header to the top of the file in MemStore.java. (Contributed by Devaraj K) (12 years ago) +* | | | | | | | | | | | a7d4f30131b3 - HADOOP-8783. Improve RPC.Server's digest auth (daryn) (12 years ago) +* | | | | | | | | | | | db51b03d7220 - YARN-131. Fix incorrect ACL properties in capacity scheduler documentation. (Contributed by Ahmed Radwan) (12 years ago) +* | | | | | | | | | | | fc54f57c5969 - HADOOP-8756. Fix SEGV when libsnappy is in java.library.path but not LD_LIBRARY_PATH. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | | | f8f79a02aa0e - HDFS-3753. Tests don't run with native libraries. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | | | ccabb684eb40 - HADOOP-8616. ViewFS configuration requires a trailing slash. Contributed by Sandy Ryza. (12 years ago) +* | | | | | | | | | | | c808caea75cb - Revert an errant commit of HADOOP-8616. (12 years ago) +* | | | | | | | | | | | d1f4ec4ac8e7 - HADOOP-8616. ViewFS configuration requires a trailing slash. Contributed by Sandy Ryza. (12 years ago) +* | | | | | | | | | | | 2cfe24113b4a - Updated release notes for 2.0.2-alpha. (12 years ago) +* | | | | | | | | | | | b146f9f9cac5 - HADOOP-8738. Reverted since it broke MR based system tests. (12 years ago) +* | | | | | | | | | | | c908f960c96a - HADOOP-8851. Use -XX:+HeapDumpOnOutOfMemoryError JVM option in the forked tests. Contributed by Ivan A. Veselovsky. (12 years ago) +* | | | | | | | | | | | 7137503eb7f0 - MAPREDUCE-4695. Fix LocalRunner on trunk after MAPREDUCE-3223 broke it. Contributed by Harsh J. (harsh) (12 years ago) +* | | | | | | | | | | | 57807d50bf0f - MAPREDUCE-4681. Fix unit tests broken by HDFS-3910. Contributed by Arun C. Murthy. (12 years ago) +* | | | | | | | | | | | 1c29c78299a1 - Release notes. (12 years ago) +* | | | | | | | | | | | 92f1f2c2a671 - YARN-138. Ensure default values for minimum/maximum container sizes is sane. Contributed by Harsh J and Siddharth Seth. (12 years ago) +* | | | | | | | | | | | 70c295d90d94 - YARN-137. Change the default YARN scheduler to be the CapacityScheduler. Contributed by Siddharth Seth. (12 years ago) +* | | | | | | | | | | | 39f15579b83e - YARN-116. Add the ability to change the RM include/exclude file without a restart. (Contributed by xieguiming and Harsh J) (12 years ago) +* | | | | | | | | | | | ab52567d6c5c - HADOOP-8839. test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result. Contributed by Harsh J. (harsh) (12 years ago) +* | | | | | | | | | | | af647bb3cef3 - Preparing for release 0.23.4 (12 years ago) +* | | | | | | | | | | | 34becbb0194f - HADOOP-8386. hadoop script doesn't work if 'cd' prints to stdout (default behavior in Ubuntu). Contributed by Christopher Berner and Andy Isaacson. (harsh) (12 years ago) +* | | | | | | | | | | | 648ba4a36b56 - HDFS-3992. Method org.apache.hadoop.hdfs.TestHftpFileSystem.tearDown() sometimes throws NPEs. Contributed by Ivan A. Veselovsky. (12 years ago) +* | | | | | | | | | | | 1ced82cc812b - HADOOP-8866. SampleQuantiles#query is O(N^2) instead of O(N). Contributed by Andrew Wang. (12 years ago) +* | | | | | | | | | | | e8dc3b3a8ace - HDFS-3896. Add descriptions for dfs.namenode.rpc-address and dfs.namenode.servicerpc-address to hdfs-default.xml. Contributed by Jeff Lord. (12 years ago) +* | | | | | | | | | | | b897d6c35a00 - MAPREDUCE-4689. JobClient.getMapTaskReports on failed job results in NPE (jlowe via bobby) (12 years ago) +* | | | | | | | | | | | 03b7ad04fade - MAPREDUCE-4691. Historyserver can report "Unknown job" after RM says job has completed. Contributed by Robert Joseph Evans. (12 years ago) +* | | | | | | | | | | | 41ebf4fb2424 - YARN-106. Nodemanager needs to set permissions of local directories (jlowe via bobby) (12 years ago) +* | | | | | | | | | | | e45b10365568 - MAPREDUCE-4678. Running the Pentomino example with defaults throws java.lang.NegativeArraySizeException. Contributed by Chris McConnell. (harsh) (12 years ago) +* | | | | | | | | | | | 6d77365a83cb - MAPREDUCE-3223. Remove MR1 configs from mapred-default.xml. Contributed by Todd Lipcon (harsh) (12 years ago) +* | | | | | | | | | | | b0b03d4f2eac - HADOOP-8864. Addendum to HADOOP-8840: Add a coloring case for +0 results too. Contributed by Harsh J. (harsh) (12 years ago) +* | | | | | | | | | | | 01c0dc98bbae - HDFS-3831. Failure to renew tokens due to test-sources left in classpath (jlowe via bobby) (12 years ago) +* | | | | | | | | | | | a33ae4020d86 - HADOOP-8855. SSL-based image transfer does not work when Kerberos is disabled. Contributed by Todd Lipcon (12 years ago) +* | | | | | | | | | | | 40062e1aaa09 - Fix NodeManager to verify the application's user-name. (12 years ago) +* | | | | | | | | | | | 47dfcf45afb7 - HDFS-3972. Trash emptier fails in secure HA cluster. Contributed by Todd Lipcon (12 years ago) +* | | | | | | | | | | | 036530fc12f5 - Reverted MAPREDUCE-4253. (12 years ago) +* | | | | | | | | | | | 6ddbb22567bf - HADOOP-8843. Old trash directories are never deleted on upgrade from 1.x. Contributed by Jason Lowe (12 years ago) +* | | | | | | | | | | | 050fd3a11744 - MAPREDUCE-4647. We should only unjar jobjar if there is a lib directory in it. (Robert Evans via tgraves) (12 years ago) +* | | | | | | | | | | | a7bcdcc05185 - HDFS-3373. Change DFSClient input stream socket cache to global static and add a thread to cleanup expired cache entries. Contributed by John George (12 years ago) +* | | | | | | | | | | | 462ba6a3de24 - MAPREDUCE-4686. hadoop-mapreduce-client-core fails compilation in Eclipse due to missing Avro-generated classes. Contributed by Chris Nauroth. (harsh) (12 years ago) +* | | | | | | | | | | | 2610acf0fb0a - MAPREDUCE-4685. DBCount should not use ACCESS. Contributed by Viji. (harsh) (12 years ago) +* | | | | | | | | | | | 1eedee177e85 - MAPREDUCE-4649. Ensure MapReduce JobHistory Daemon doens't assume HADOOP_YARN_HOME and HADOOP_MAPRED_HOME are the same. Contributed by Vinod K V. (12 years ago) +* | | | | | | | | | | | 296ee4575e31 - HADOOP-8794. Rename YARN_HOME to HADOOP_YARN_HOME. Contributed by Vinod K V. (12 years ago) +* | | | | | | | | | | | 8912aac81e37 - YARN-9. Rename YARN_HOME to HADOOP_YARN_HOME. Contributed by Vinod K V. (12 years ago) +* | | | | | | | | | | | 9270635f3358 - HADOOP-3957. Change MutableQuantiles to use a shared thread for rolling over metrics. Contributed by Andrew Wang. (12 years ago) +| |_|_|_|_|_|_|_|_|/ / +|/| | | | | | | | | | +* | | | | | | | | | | 33a3efcd18b1 - MAPREDUCE-4651. Benchmarking random reads with DFSIO. (12 years ago) +* | | | | | | | | | | d9c6b1ffe8a2 - HADOOP-8822. relnotes.py was deleted post mavenization (bobby) (12 years ago) +* | | | | | | | | | | 15ac5e11566e - HADOOP-8840. Fix the test-patch colorizer to cover all sorts of +1 lines. (Harsh J via bobby) (12 years ago) +* | | | | | | | | | | c4bbbb7e70ac - HADOOP-8791. Fix rm command documentation to indicte it deletes files and not directories. Contributed by Jing Zhao. (12 years ago) +* | | | | | | | | | | 1a066944ba2b - HADOOP-8838. Colorize the test-patch output sent to JIRA (Harsh J via bobby) (12 years ago) +* | | | | | | | | | | a7e450c7cc0a - HADOOP-8436. NPE In getLocalPathForWrite ( path, conf ) when the required context item is not configured. Contributed by Brahma Reddy Battula. (harsh) (12 years ago) +* | | | | | | | | | | d50e06d9e023 - HADOOP-7930. Kerberos relogin interval in UserGroupInformation should be configurable. Contributed by Robert Kanter. (harsh) (12 years ago) +* | | | | | | | | | | 44ae25a4e871 - HADOOP-8815. RandomDatum needs to override hashCode(). Contributed by Brandon Li. (12 years ago) +* | | | | | | | | | | 5308a0ecd5d2 - HADOOP-8813. Add InterfaceAudience and InterfaceStability annotations to RPC Server and Client classes. Contributed by Brandon Li. (12 years ago) +* | | | | | | | | | | 78fa84a08a60 - Move MAPREDUCE-4645 under 0.23.4 release section in CHANGES.txt (12 years ago) +* | | | | | | | | | | b26ed9d6f81f - MAPREDUCE-4645. Provide a random seed to Slive to make the sequence of file names deterministic. Contributed by Ravi Prakash. (12 years ago) +* | | | | | | | | | | 248756eac6f5 - Moving HDFS-234 from trunk to Release 2.0.0-alpha section (12 years ago) +* | | | | | | | | | | 0187553d9ac2 - Fix the length of the secret key. (12 years ago) +* | | | | | | | | | | d52494228998 - YARN-53. Added the missing getGroups API to ResourceManager. Contributed by Bo Wang. (12 years ago) +* | | | | | | | | | | 9c9b3f09ed65 - HADOOP-8158. Interrupting hadoop fs -put from the command line causes a LeaseExpiredException. Contributed by Daryn Sharp. (harsh) (12 years ago) +* | | | | | | | | | | ac31d6a4485d - HADOOP-8151. Error handling in snappy decompressor throws invalid exceptions. Contributed by Matt Foley. (harsh) (12 years ago) +* | | | | | | | | | | 28379070d461 - HADOOP-8588. SerializationFactory shouldn't throw a NullPointerException if the serializations list is empty. Contributed by Sho Shimauchi. (harsh) (12 years ago) +* | | | | | | | | | | 28023b775959 - HADOOP-7256. Resource leak during failure scenario of closing of resources. Contributed by Ramkrishna S. Vasudevan. (harsh) (12 years ago) +* | | | | | | | | | | bd76d9a8272f - HADOOP-8833. fs -text should make sure to call inputstream.seek(0) before using input stream. Contributed by Tom White and Harsh J. (harsh) (12 years ago) +* | | | | | | | | | | eb547be60752 - MAPREDUCE-4674. Hadoop examples secondarysort has a typo "secondarysrot" in the usage. Contributed by Robert Justice (12 years ago) +* | | | | | | | | | | bfe3816c66de - YARN-88. DefaultContainerExecutor can fail to set proper permissions. (Contributed by Jason Lowe) (12 years ago) +* | | | | | | | | | | 52fc15acafd2 - Moving HADOOP-8736 to release 2.0.3 section (12 years ago) +* | | | | | | | | | | ff7b81843246 - YARN-82. Correct the fix version in CHANGES.txt (12 years ago) +* | | | | | | | | | | f4c336d547bb - YARN-82. Change the default local and log dirs to be based on hadoop.tmp.dir and yarn.log.dir. (Contributed by Hemanth Yamijala) (12 years ago) +* | | | | | | | | | | fa6d5196573b - HDFS-3964. Make NN log of fs.defaultFS debug rather than info. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | 3ea350831985 - HDFS-3931. TestDatanodeBlockScanner#testBlockCorruptionPolicy2 is broken. Contributed by Andy Isaacson (12 years ago) +* | | | | | | | | | | 7dee7f11f670 - HDFS-3932. NameNode Web UI broken if the rpc-address is set to the wildcard. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | | 4c56bccf5ee1 - HADOOP-8814. Replace string equals by String#isEmpty(). Contributed by Brandon Li. (12 years ago) +* | | | | | | | | | | d26f05b7f578 - HDFS-3949. NameNodeRpcServer#join should join on both client and server RPC servers. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | 8bf6b80f2bd5 - Reverting HADOOP-8805 (12 years ago) +* | | | | | | | | | | 7fb42f8f4b93 - HDFS-3951. datanode web ui does not work over HTTPS when datanode is started in secure mode. (tucu) (12 years ago) +| |_|_|_|_|_|_|_|/ / +|/| | | | | | | | | +* | | | | | | | | | 9f6cfe32e4fe - HADOOP-8805. Move protocol buffer implementation of GetUserMappingProtocol from HDFS to Common. (bowang via tucu) (12 years ago) +* | | | | | | | | | a8e4bb81b2e7 - HDFS-3939. NN RPC address cleanup. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | ea6a36e2e793 - HADOOP-8812. ExitUtil#terminate should print Exception#toString. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | 7e3776ca6e9a - HDFS-3936. MiniDFSCluster shutdown races with BlocksMap usage. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | c419b1385dae - HDFS-3944. Httpfs resolveAuthority() is not resolving host correctly. (tucu) (12 years ago) +* | | | | | | | | | 37d561874213 - YARN-28. Fixed TestCompositeService to not depend on test-order and thus made it pass on JDK7. Contributed by Thomas Graves. (12 years ago) +* | | | | | | | | | 2526a96aaa34 - YARN-108. FSDownload can create cache directories with the wrong permissions (Jason Lowe via bobby) (12 years ago) +* | | | | | | | | | d720ebc2d913 - HADOOP-8806. libhadoop.so: dlopen should be better at locating libsnappy.so, etc. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | 4d2e77bc1cfa - Revert previous commit - accidentally included two changes. (12 years ago) +* | | | | | | | | | 8a9debd0efbd - HADOOP-8806. libhadoop.so: dlopen should be better at locating libsnappy.so, etc. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | 6afabd7e573e - HADOOP-8819. Incorrectly & is used instead of && in some file system implementations. Contributed by Brandon Li. (12 years ago) +* | | | | | | | | | 5d37911882ea - HADOOP-8821. Fix findbugs warning related concatenating string in a for loop in Configuration#dumpDeprecatedKeys(). Contributed by Suresh Srinivas. (12 years ago) +* | | | | | | | | | 0c53ed4cd122 - HADOOP-8818. Use equals instead == in MD5MD5CRC32FileChecksum and TFileDumper. Contributed by Brandon Li. (12 years ago) +* | | | | | | | | | 0de96425147c - HDFS-3938. remove current limitations from HttpFS docs. (tucu) (12 years ago) +* | | | | | | | | | d89828573d30 - HADOOP-8780. Update DeprecatedProperties apt file. Contributed by Ahmed Radwan (12 years ago) +* | | | | | | | | | d8e386f01aab - HADOOP-8755. Print thread dump when tests fail due to timeout. Contributed by Andrey Klochkov. (12 years ago) +* | | | | | | | | | 86635168feaa - HDFS-3924. Multi-byte id in HdfsVolumeId. Contributed by Andrew Wang. (12 years ago) +* | | | | | | | | | cae6885b71d0 - HADOOP-8795. BASH tab completion doesn't look in PATH, assumes path to executable is specified. Contributed by Sean Mackrory. (12 years ago) +* | | | | | | | | | eb7f8a71e0ab - HADOOP-8801. ExitUtil#terminate should capture the exception stack trace. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | d54314008969 - HDFS-3703. Datanodes are marked stale if heartbeat is not received in configured timeout and are selected as the last location to read from. Contributed by Jing Zhao. (12 years ago) +* | | | | | | | | | 7c491887e58b - YARN-93. Fixed RM to propagate diagnostics from applications that have finished but failed Contributed by Jason Lowe. (12 years ago) +* | | | | | | | | | 4f312cfa70d3 - HDFS-3928. MiniDFSCluster should reset the first ExitException on shutdown. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | 2ba149f85c94 - HDFS-3902. TestDatanodeBlockScanner#testBlockCorruptionPolicy is broken. Contributed by Andy Isaacson (12 years ago) +* | | | | | | | | | 80a8d57ffc1b - HDFS-3925. Prettify PipelineAck#toString() for printing to a log. Contributed by Andrew Wang. (12 years ago) +* | | | | | | | | | f0c3ed79dd51 - HDFS-3919. MiniDFSCluster:waitClusterUp can hang forever. Contributed by Andy Isaacson (12 years ago) +* | | | | | | | | | 414abe69183a - HDFS-3664. BlockManager race when stopping active services. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | 229a79bbc3c0 - MAPREDUCE-4646. Fixed MR framework to send diagnostic information correctly to clients in case of failed jobs also. Contributed by Jason Lowe. (12 years ago) +* | | | | | | | | | 11cf00b08ab7 - YARN-78. Changed UnManagedAM application to use YarnClient. Contributed by Bikas Saha. (12 years ago) +* | | | | | | | | | dc1fd84bd1de - HDFS-3910. DFSTestUtil#waitReplication should timeout. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | de2efbe3baec - HADOOP-8597. Permit FsShell's text command to read Avro files. Contributed by Ivan Vladimirov. (12 years ago) +* | | | | | | | | | 043a27a3ef0f - HADOOP-8767. Secondary namenode is started on slave nodes instead of master nodes. Contributed by Giovanni Delussu. (12 years ago) +* | | | | | | | | | aa4c3fc8aa44 - HADOOP-8789. Tests setLevel(Level.OFF) should be Level.ERROR. Contributed by Andy Isaacson (12 years ago) +* | | | | | | | | | c406e65f24ff - Update CHANGES.txt for MAPREDUCE-4607 commit. (12 years ago) +* | | | | | | | | | 3b46295c283c - MAPREDUCE-4607. Race condition in ReduceTask completion can result in Task being incorrectly failed. Contributed by Bikas Saha. (12 years ago) +* | | | | | | | | | bdcbc2d1ef0f - HADOOP-8786. HttpServer continues to start even if AuthenticationFilter fails to init. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | 1d4294496289 - HADOOP-8781. hadoop-config.sh should add JAVA_LIBRARY_PATH to LD_LIBRARY_PATH. (tucu) (12 years ago) +* | | | | | | | | | e1ffefa86079 - HDFS-3907. Allow multiple users for local block readers. Contributed by Eli Collins (12 years ago) +| |_|_|_|_|_|_|/ / +|/| | | | | | | | +* | | | | | | | | 009235f4a9a6 - HDFS-2656. Add libwebhdfs, a pure C client based on WebHDFS. Contributed by Jaimin D Jetly and Jing Zhao (12 years ago) +* | | | | | | | | 3a4dcfba573e - HDFS-2757. Cannot read a local block that's being written to when using the local read short circuit. Contributed by Jean-Daniel Cryans (12 years ago) +* | | | | | | | | 681408f8983e - Set date for hadoop-2.0.2-alpha (12 years ago) +* | | | | | | | | 7851676f224e - Preparing for hadoop-2.0.2-alpha release. (12 years ago) +* | | | | | | | | 6ba9ff9177b9 - HADOOP-8775. MR2 distcp permits non-positive value to -bandwidth option which causes job never to complete. Contributed by Sandy Ryza. (12 years ago) +* | | | | | | | | a7998921a76c - MAPREDUCE-4642. MiniMRClientClusterFactory should not use job.setJar() (rkanter via tucu) (12 years ago) +* | | | | | | | | 77805c7ae41d - MAPREDUCE-4629. Remove JobHistory.DEBUG_MODE (Karthik Kambatla via bobby) (12 years ago) +* | | | | | | | | a1aa1b934970 - YARN-57. Allow process-tree based resource calculation et al. to be pluggable to support it on multiple platforms. Contributed by Radim Kolar. (12 years ago) +* | | | | | | | | 56d72dfdf1f3 - YARN-80. Add support for delaying rack-local containers in CapacityScheduler. Contributed by Arun C. Murthy. (12 years ago) +* | | | | | | | | 00569147730f - MAPREDUCE-4638. MR AM supplies MapReduce jars in classpath rather than rely on YARN. Contributed by Arun C Murthy. (12 years ago) +* | | | | | | | | e8c193bf243a - HADOOP-8754. Deprecate all the RPC.getServer() variants. Contributed by Brandon Li (12 years ago) +* | | | | | | | | 404ab8ec6643 - HADOOP-8431. Running distcp wo args throws IllegalArgumentException. Contributed by Sandy Ryza (12 years ago) +* | | | | | | | | e4679b5caff0 - YARN-75. Missing test. Ugh. (12 years ago) +* | | | | | | | | e9411ae5e3d8 - YARN-75. Added file missing from previous commit. Bad day with svn. (12 years ago) +* | | | | | | | | 68ad1716b2b9 - YARN-75. Removing spurious file from the previous commit. (12 years ago) +* | | | | | | | | 3a4e87e8131e - YARN-75. Modified ResourceManager's RMContainer to handle a valid RELEASE event at RUNNING state. Contributed by Siddharth Seth. (12 years ago) +* | | | | | | | | d3224aff285f - YARN-15. Fixing CHANGES.txt (12 years ago) +* | | | | | | | | d093dcce458b - YARN-15. Updated default classpath for YARN applications to reflect split of YARN into a sub-project. Contributed by Arun C Murthy. (12 years ago) +* | | | | | | | | 09038b741d7a - MAPREDUCE-4641. Exception in commitJob marks job as successful in job history (Jason Lowe via bobby) (12 years ago) +* | | | | | | | | 9da626af410c - HDFS-3895. hadoop-client must include commons-cli (tucu) (12 years ago) +* | | | | | | | | 11312adedb09 - HADOOP-8749. HADOOP-8031 changed the way in which relative xincludes are handled in Configuration. (ahmed via tucu) (12 years ago) +* | | | | | | | | 065459085372 - Removed unnecessary .org files added in previous commit HDFS-3809 (12 years ago) +* | | | | | | | | 6fd7df77a5d9 - HDFS-3809. Make BKJM use protobufs for all serialization with ZK. Contributed by Ivan Kelly (12 years ago) +* | | | | | | | | 5dcb594cb8c3 - MAPREDUCE-4633. history server doesn't set permissions on all subdirs (tgraves via bobby) (12 years ago) +* | | | | | | | | 82b981cca493 - HDFS-3890. filecontext mkdirs doesn't apply umask as expected (Tom Graves via daryn) (12 years ago) +* | | | | | | | | 01db4d2bb2f9 - HDFS-3828. Block Scanner rescans blocks too frequently. Contributed by Andy Isaacson (12 years ago) +* | | | | | | | | 02c0317eff8e - YARN-87. NM ResourceLocalizationService does not set permissions of local cache directories (Jason Lowe via tgraves) (12 years ago) +* | | | | | | | | 4d265345b72c - HADOOP-8766. FileContextMainOperationsBaseTest should randomize the root dir. Contributed by Colin Patrick McCabe. (12 years ago) +* | | | | | | | | eebbeb5434a0 - HADOOP-8648. libhadoop: native CRC32 validation crashes when io.bytes.per.checksum=1. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | 91e832e7b47f - HADOOP-8770. NN should not RPC to self to find trash defaults. Contributed by Eli Collins (12 years ago) +* | | | | | | | | 726b48f51ab8 - YARN-68. NodeManager will refuse to shutdown indefinitely due to container log aggregation (daryn via bobby) (12 years ago) +* | | | | | | | | aa049397f1c3 - Fix MAPREDUCE-4580 build breakage. (12 years ago) +* | | | | | | | | e57843e02a84 - HDFS-3054. distcp -skipcrccheck has no effect. Contributed by Colin Patrick McCabe. (12 years ago) +* | | | | | | | | 87c5d243db05 - YARN-83. Change package of YarnClient to org.apache.hadoop. Contributed by Bikas Saha. (12 years ago) +* | | | | | | | | 31142aa89275 - HDFS-1490. TransferFSImage should timeout. Contributed by Dmytro Molkov and Vinay. (12 years ago) +| |_|_|_|_|_|/ / +|/| | | | | | | +* | | | | | | | 6669feae07e6 - HADOOP-8764. CMake: HADOOP-8737 broke ARM build. Contributed by Trevor Robinson (12 years ago) +* | | | | | | | c334cc89a8f4 - HDFS-2793. Add an admin command to trigger an edit log roll. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | 65b308f7834c - YARN-42. Modify NM's non-aggregating logs' handler to stop properly so that NMs don't get NPEs on startup errors. Contributed by Devaraj K. (12 years ago) +* | | | | | | | ab74b1addeaf - YARN-79. Implement close on all clients to YARN so that RPC clients don't throw exceptions on shut-down. Contributed by Vinod Kumar Vavilapalli. (12 years ago) +* | | | | | | | 658e7b5818fe - HDFS-3888. Clean up BlockPlacementPolicyDefault. Contributed by Jing Zhao (12 years ago) +* | | | | | | | f3927595cc51 - HDFS-3887. Remove redundant chooseTarget methods in BlockPlacementPolicy. Contributed by Jing Zhao (12 years ago) +* | | | | | | | 4244c1443c2c - HDFS-3866. HttpFS POM should have property where to download tomcat from (zero45 via tucu) (12 years ago) +* | | | | | | | 60af999c738d - YARN-84. Use Builder to build RPC server. Contributed by Brandon Li (12 years ago) +* | | | | | | | f5943c1eef87 - Updated CHANGES.txt for 0.23.4 (12 years ago) +* | | | | | | | b1632b4a7771 - YARN-10. Fix DistributedShell module to not have a dependency on hadoop-mapreduce-client-core. Contributed by Hitesh Shah. (12 years ago) +* | | | | | | | ab986d7cf6a4 - MAPREDUCE-2786. Add compression option for TestDFSIO. Contributed by Plamen Jeliazkov. (12 years ago) +* | | | | | | | 3969bcb7c9dc - HDFS-3469. start-dfs.sh will start zkfc, but stop-dfs.sh will not stop zkfc similarly. Contributed by Vinay (12 years ago) +* | | | | | | | da3bd6713871 - HDFS-3880. Use Builder to build RPC server in HDFS. Contributed by Brandon Li. (12 years ago) +* | | | | | | | 54e612bfb9f8 - HDFS-2580. NameNode#main(...) can make use of GenericOptionsParser. Contributed by harsh. (harsh) (12 years ago) +* | | | | | | | 50222ff52903 - HDFS-3871. Change NameNodeProxies to use RetryUtils. Contributed by Arun C Murthy (12 years ago) +* | | | | | | | 4911d9b1ffb6 - HADOOP-8736. Add Builder for building RPC server. Contributed by Brandon Li (12 years ago) +* | | | | | | | c76a7893f921 - HDFS-3466. Get HTTP kerberos principal from the web authentication keytab. (omalley) (12 years ago) +* | | | | | | | 94c69f2c820b - HDFS-3852. TestHftpDelegationToken is broken after HADOOP-8225 (daryn) (12 years ago) +* | | | | | | | 94129df35400 - MAPREDUCE-4604. In mapred-default, mapreduce.map.maxattempts & mapreduce.reduce.maxattempts defaults are set to 4 as well as mapreduce.job.maxtaskfailures.per.tracker. (Ravi Prakash via jeagles) (12 years ago) +* | | | | | | | 3819c964fad1 - HDFS-3873. Hftp assumes security is disabled if token fetch fails (daryn) (12 years ago) +* | | | | | | | 25e96e455b34 - MAPREDUCE-4611. MR AM dies badly when Node is decommissioned (Robert Evans via tgraves) (12 years ago) +* | | | | | | | 63f941d2ad71 - MAPREDUCE-4614. Simplify debugging a job's tokens (daryn via bobby) (12 years ago) +* | | | | | | | 015256524c0f - MAPREDUCE-4612. job summary file permissions not set when its created (tgraves via bobby) (12 years ago) +* | | | | | | | 60b8c6e1e184 - YARN-66. aggregated logs permissions not set properly (tgraves via bobby) (12 years ago) +* | | | | | | | 27cfde7f4dd6 - YARN-60: Fix minor merge conflict (bobby) (12 years ago) +* | | | | | | | 45a8e8c5a465 - YARN-60. Fixed a bug in ResourceManager which causes all NMs to get NPEs and thus causes all containers to be rejected. Contributed by Vinod Kumar Vavilapalli. (12 years ago) +* | | | | | | | 38d003a6db26 - HADOOP-8727. Gracefully deprecate dfs.umaskmode in 2.x onwards (Harsh J via bobby) (12 years ago) +* | | | | | | | 2fd49f5a5706 - HDFS-3833. TestDFSShell fails on windows due to concurrent file read/write. Contributed by Brandon Li (12 years ago) +* | | | | | | | e5a9d672f006 - HADOOP-8684. Deadlock between WritableComparator and WritableComparable. Contributed by Jing Zhao (12 years ago) +* | | | | | | | d8ce3bee5813 - YARN-63. RMNodeImpl is missing valid transitions from the UNHEALTHY state (Jason Lowe via bobby) (12 years ago) +* | | | | | | | 4cdc854452f6 - HADOOP-8722. Update BUILDING.txt with latest snappy info. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | 7d1c8d92f9b4 - HDFS-3733. Audit logs should include WebHDFS access. Contributed by Andy Isaacson (12 years ago) +* | | | | | | | 34d1e7323545 - HDFS-3837. Fix DataNode.recoverBlock findbugs warning. Contributed by Eli Collins (12 years ago) +* | | | | | | | 65e447cd8bd5 - MAPREDUCE-4569. Fixed TestHsWebServicesJobsQuery to pass on JDK7 by not depending on test order. Contributed by Thomas Graves. (12 years ago) +* | | | | | | | 6f6e170325d3 - HADOOP-8726. The Secrets in Credentials are not available to MR tasks (daryn and Benoy Antony via bobby) (12 years ago) +* | | | | | | | bb64f860eb5a - HDFS-3861. Deadlock in DFSClient (Kihwal Lee via daryn) (12 years ago) +* | | | | | | | 2f1a133dcf8d - MAPREDUCE-4610. Support deprecated mapreduce.job.counters.limit property in MR2. (12 years ago) +* | | | | | | | ec94ea265825 - HADOOP-8748. Refactor DFSClient retry utility methods to a new class in org.apache.hadoop.io.retry. Contributed by Arun C Murthy (12 years ago) +* | | | | | | | 95af35161553 - MAPREDUCE-4608. hadoop-mapreduce-client is missing some dependencies. Contributed by Alejandro Abdelnur. (12 years ago) +* | | | | | | | a310557da8f8 - HADOOP-8747. Syntax error on cmake version 2.6 patch 2 in JNIFlags.cmake. (cmccabe via tucu) (12 years ago) +* | | | | | | | 8449526f0c9e - Moved MAPREDUCE-4323 to YARN-58 and updated CHANGES.txt to reflect this. (12 years ago) +* | | | | | | | e5b1b7ddd294 - HADOOP-8737. cmake: always use JAVA_HOME to find libjvm.so, jni.h, jni_md.h. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | b2d186d865a8 - HDFS-3864. NN does not update internal file mtime for OP_CLOSE when reading from the edit log. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | d4d2bf73a918 - HDFS-3849. When re-loading the FSImage, we should clear the existing genStamp and leases. Contributed by Colin Patrick McCabe. (12 years ago) +* | | | | | | | 963d01a0afbb - MAPREDUCE-4600. TestTokenCache.java from MRV1 no longer compiles (daryn via bobby) (12 years ago) +* | | | | | | | 8d724dd8b97c - HDFS-3860. HeartbeatManager#Monitor may wrongly hold the writelock of namesystem. Contributed by Jing Zhao. (12 years ago) +* | | | | | | | 54d4630d9bfd - HADOOP-8738. junit JAR is showing up in the distro (tucu) (12 years ago) +* | | | | | | | e7b12c89e11d - HADOOP-8619. WritableComparator must implement no-arg constructor. Contributed by Chris Douglas. (12 years ago) +* | | | | | | | 7fff7b42bf13 - YARN-31. Fix TestDelegationTokenRenewer to not depend on test order so as to pass tests on jdk7. Contributed by Thomas Graves. (12 years ago) +* | | | | | | | cfe25b88282a - MAPREDUCE-4579. Split TestTaskAttempt into two so as to pass tests on jdk7. Contributed by Thomas Graves. (12 years ago) +* | | | | | | | 36c53880804c - Fixup CHANGELOG for HDFS-3856. (12 years ago) +* | | | | | | | b29cb2d99756 - HDFS-3856. TestHDFSServerPorts failure is causing surefire fork failure. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | 24e47ebc18a6 - MAPREDUCE-4580. Change MapReduce to use the yarn-client module. (Contributed by Vinod Kumar Vavilapalli) (12 years ago) +* | | | | | | | cb540cda694d - HADOOP-8719. Workaround for kerberos-related log errors upon running any hadoop command on OSX. Contributed by Jianbin Wei. (harsh) (12 years ago) +* | | | | | | | 0ec6cda4b7b2 - YARN-37. Change TestRMAppTransitions to use the DrainDispatcher. (Contributed by Mayank Bansal) (12 years ago) +* | | | | | | | 10e704c50ba1 - YARN-29. Add a yarn-client module. (Contributed by Vinod Kumar Vavilapalli) (12 years ago) +* | | | | | | | 735046ebecd9 - HDFS-3851. DFSOutputStream class code cleanup. Contributed by Jing Zhao. (12 years ago) +* | | | | | | | 56285e1beea2 - HDFS-3683. Edit log replay progress indicator shows >100% complete. Contributed by Plamen Jeliazkov. (12 years ago) +* | | | | | | | ffd2e01604be - YARN-39. RM-NM secret-keys should be randomly generated and rolled every so often. (Contributed by Vinod Kumar Vavilapalli and Siddharth Seth) (12 years ago) +* | | | | | | | deead78e35b0 - HDFS-3844. Add @Override and remove {@inheritdoc} and unnecessary imports. Contributed by Jing Zhao. (12 years ago) +* | | | | | | | 7b541d619f96 - MAPREDUCE-4408. allow jobs to set a JAR that is in the distributed cached (rkanter via tucu) (12 years ago) +* | | | | | | | a11042365f93 - HDFS-3731. 2.0 release upgrade must handle blocks being written from 1.0. Contributed by Colin Patrick McCabe (12 years ago) +| |_|_|_|_|/ / +|/| | | | | | +* | | | | | | 92cb6b093c7e - HDFS-3678. Edit log files are never being purged from 2NN. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | a95bbb107f0f - Correcting the jira number back to HDFS-3834 from HDFS-3844. I should pay better attention. (12 years ago) +* | | | | | | 8c8d679cd53a - Correcting the jira number from HDFS-3834 to HDFS-3844 for the commit 1377001 (12 years ago) +* | | | | | | 7a1dc1ab70b0 - HDFS-3834. Remove unused static fields NAME, DESCRIPTION and Usage from Command. Contributed by Jing Zhao. (12 years ago) +* | | | | | | cffee556e4d7 - HADOOP-8725. MR is broken when security is off (daryn via bobby) (12 years ago) +* | | | | | | c46de830da98 - HDFS-3177. Update DFSClient and DataXceiver to handle different checkum types in file checksum computation. Contributed by Kihwal Lee (12 years ago) +* | | | | | | bbf1f55bee92 - HADOOP-8031. Configuration class fails to find embedded .jar resources; should use URL.openStream() (genman via tucu) (12 years ago) +* | | | | | | fc1fab9084ae - HADOOP-4572. Can not access user logs - Jetty is not configured by default to serve aliases/symlinks (ahmed via tucu) (12 years ago) +* | | | | | | c10a73350e9f - Revert HDFS-3837. Fix DataNode.recoverBlock findbugs warning. (12 years ago) +* | | | | | | 26c259a63894 - Ammend previous commit to remove TestFileCreationNamenodeRestart. (12 years ago) +* | | | | | | 6885d0350197 - HDFS-3715. Fix TestFileCreation#testFileCreationNamenodeRestart. Contributed by Andrew Whang (12 years ago) +* | | | | | | 4f8e1f779b19 - HADOOP-8709. globStatus changed behavior from 0.20/1.x (Jason Lowe via bobby) (12 years ago) +* | | | | | | 9ef3b2eb60b2 - MAPREDUCE-2374. "Text File Busy" errors launching MR tasks. Contributed by Andy Isaacson. (12 years ago) +* | | | | | | aeb364d8b57f - HADOOP-8225. DistCp fails when invoked by Oozie (daryn via bobby) (12 years ago) +* | | | | | | 34bd9794f79a - HADOOP-8655. Fix TextInputFormat for large deliminators. (Gelesh via bobby) (12 years ago) +* | | | | | | 42beb56a2ed0 - HADOOP-8632. Configuration leaking class-loaders (Costin Leau via bobby) (12 years ago) +* | | | | | | f909a1d4d70a - MAPREDUCE-4470. Fix TestCombineFileInputFormat.testForEmptyFile (ikatsov via tucu) (12 years ago) +* | | | | | | 5b790ab04628 - HADOOP-8075. Lower native-hadoop library log from info to debug. Contributed by Hızır Sefa İrken (12 years ago) +* | | | | | | 0555a2145d3d - MAPREDUCE-4577. HDFS-3672 broke TestCombineFileInputFormat.testMissingBlocks() test. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | dc33a0765cd2 - MAPREDUCE-4068. Jars in lib subdirectory of the submittable JAR are not added to the classpath (rkanter via tucu) (12 years ago) +* | | | | | | d66223fd999f - HADOOP-8721. ZKFC should not retry 45 times when attempting a graceful fence during a failover. Contributed by Vinayakumar B. (12 years ago) +* | | | | | | de8b34a70e7e - HDFS-3835. Long-lived 2NN cannot perform a checkpoint if security is enabled and the NN restarts with outstanding delegation tokens. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | 901b1739c633 - HDFS-3819. Should check whether invalidate work percentage default value is not greater than 1.0f. Contributed by Jing Zhao. (12 years ago) +* | | | | | | 30bd8ef9d11e - Moving HDFS-2686 and HDFS-3832 to branch-2 section in CHANGES.txt (12 years ago) +* | | | | | | 380870d54453 - HDFS-3832. Remove protocol methods related to DistributedUpgrade. Contributed by Suresh Srinivas. (12 years ago) +* | | | | | | 89e16be81b12 - HDFS-3837. Fix DataNode.recoverBlock findbugs warning. Contributed by Eli Collins (12 years ago) +* | | | | | | 6316b0641d49 - HADOOP-8720. TestLocalFileSystem should use test root subdirectory. Contributed by Vlad Rozov (12 years ago) +* | | | | | | 2b030c6a4a1f - HDFS-3830. test_libhdfs_threaded: use forceNewInstance. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | a99cfe3ca094 - HDFS-3817. Avoid printing SafeModeException stack trace in RPC server. Contributed by Brandon Li. (12 years ago) +* | | | | | | 67673227f22f - YARN-22. Fix ContainerLogs to work if the log-dir is specified as a URI. (Contributed by Mayank Bansal) (12 years ago) +* | | | | | | 557b937f472f - HDFS-3827. TestHASafeMode#assertSafemode method should be made static. Contributed by Jing Zhao (12 years ago) +* | | | | | | 6c0ccb5989c2 - HDFS-2686. Remove DistributedUpgrade related code. Contributed by Suresh Srinivas (12 years ago) +* | | | | | | e8477759ac7d - HADOOP-8711. IPC Server supports adding exceptions for which the message is printed and the stack trace is not printed to avoid chatter. Contributed by Brandon Li. (12 years ago) +* | | | | | | ca2dc3e78507 - MAPREDUCE-4570. ProcfsBasedProcessTree#constructProcessInfo() prints a warning if procfsDir//stat is not found. (Ahmed Radwan via bobby) (12 years ago) +* | | | | | | 0c2887b6172b - MAPREDUCE-3506. Calling getPriority on JobInfo after parsing a history log with JobHistoryParser throws a NullPointerException (Jason Lowe via bobby) (12 years ago) +* | | | | | | f2dd81820140 - HADOOP-8239. Add subclasses of MD5MD5CRC32FileChecksum to support file checksum with CRC32C. Contributed by Kihwal Lee (12 years ago) +* | | | | | | a6262430ffe2 - HDFS-2727. libhdfs should get the default block size from the server. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | 97bb7b180e66 - HDFS-3707. TestFSInputChecker: improper use of skip. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | 357e990c4094 - HADOOP-8686. Fix warnings in native code. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | d5f080825c08 - HADOOP-8611. Allow fall-back to the shell-based implementation when JNI-based users-group mapping fails (Robert Parker via bobby) (12 years ago) +* | | | | | | f58941f2ac6b - HADOOP-8614. IOUtils#skipFully hangs forever on EOF. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | df5e2b835266 - MAPREDUCE-4323. NM leaks filesystems (Jason Lowe via jeagles) (12 years ago) +* | | | | | | ea7af8f76e53 - YARN-27. Fixed location of ms.start call (12 years ago) +* | | | | | | bc538e100ab4 - YARN-27. Failed refreshQueues due to misconfiguration prevents further refreshing of queues (Arun Murthy via tgraves) (12 years ago) +* | | | | | | b0ea77303ba6 - HADOOP-8240. Add a new API to allow users to specify a checksum type on FileSystem.create(..). Contributed by Kihwal Lee (12 years ago) +* | | | | | | 086c855198ff - HDFS-3816. Invalidate work percentage default value should be 0.32f. Contributed by Jing Zhao (12 years ago) +* | | | | | | 54621c3776b6 - HADOOP-8710. Remove ability for users to easily run the trash emptire. Contributed by Eli Collins (12 years ago) +* | | | | | | 18c5bc86ca25 - HADOOP-8689. Make trash a server side configuration option. Contributed by Eli Collins (12 years ago) +* | | | | | | 31cb5a7fa554 - HADOOP-8695. TestPathData fails intermittently with JDK7 (Trevor Robinson via tgraves) (12 years ago) +* | | | | | | 7fc6ad661d47 - YARN-25. remove old aggregated logs (Robert Evans via tgraves) (12 years ago) +* | | | | | | fccace611671 - HDFS-3672. Expose disk-location information for blocks to enable better scheduling. Contributed by Andrew Wang. (12 years ago) +* | | | | | | 9c060fe22905 - HADOOP-8697. TestWritableName fails intermittently with JDK7 (Trevor Robinson via tgraves) (12 years ago) +* | | | | | | 8bd4a22a26c4 - HADOOP-8693. TestSecurityUtil fails intermittently with JDK7 (Trevor Robinson via tgraves) (12 years ago) +* | | | | | | fb60303c8eea - HADOOP-8692. TestLocalDirAllocator fails intermittently with JDK7 (Trevor Robinson via tgraves) (12 years ago) +* | | | | | | 8fa10b184e60 - HADOOP-7967. Need generalized multi-token filesystem support (daryn) (12 years ago) +* | | | | | | ffbadbdd36fc - HDFS-2421. Improve the concurrency of SerialNumberMap in NameNode. Contributed by Jing Zhao and Weiyan Wang (12 years ago) +* | | | | | | 87d87b04e6eb - HDFS-3788. ByteRangeInputStream should not expect HTTP Content-Length header when chunked transfer-encoding is used. (12 years ago) +* | | | | | | bbe4584ebfab - HDFS-3808. fuse_dfs: postpone libhdfs intialization until after fork. Contributed by Colin Patrick McCabe. (12 years ago) +* | | | | | | 9b6dc1cb4579 - HADOOP-8390. TestFileSystemCanonicalization fails with JDK7 (Trevor Robinson via tgraves) (12 years ago) +* | | | | | | cf93dfba4e5b - HDFS-2963. Console Output is confusing while executing metasave (dfsadmin command). Contributed by Andrew Wang (12 years ago) +* | | | | | | 4524655afdc2 - HDFS-3194. DataNode block scanner is running too frequently. Contributed by Andy Isaacson (12 years ago) +* | | | | | | 2926ae6eadfc - HADOOP-8654. TextInputFormat delimiter bug (Gelesh and Jason Lowe via bobby) (12 years ago) +* | | | | | | 3204b1f450a9 - MAPREDUCE-4562. Support for "FileSystemCounter" legacy counter group name for compatibility reasons is creating incorrect counter name. Contributed by Jarek Jarcec Cecho. (12 years ago) +* | | | | | | 0e0208b113e7 - Move HADOOP-8700 to branch-2 in CHANGES.txt. (12 years ago) +* | | | | | | 3cab01ba6e03 - HADOOP-8700. Use enum to define the checksum constants in DataChecksum. (12 years ago) +* | | | | | | f661d9164dee - Add .classpath, .project and .settings to svn:ignore. (12 years ago) +* | | | | | | ed1bcf5c0384 - Add .classpath, .project and .settings to svn:ignore. (12 years ago) +* | | | | | | 8fcad7e8e9fd - MAPREDUCE-4511. Add IFile readahead (ahmed via tucu) (12 years ago) +* | | | | | | f75deca0f9dc - HDFS-3048. Small race in BlockManager#close. Contributed by Andy Isaacson (12 years ago) +* | | | | | | b05c70bd9630 - HADOOP-8703: Fix formatting issue. (12 years ago) +* | | | | | | 6167123bcbb1 - HADOOP-8703. distcpV2: turn CRC checking off for 0 byte size (Dave Thompson via bobby) (12 years ago) +* | | | | | | 4e09b481e713 - HADOOP-8278. Make sure components declare correct set of dependencies. (12 years ago) +| |_|_|_|/ / +|/| | | | | +* | | | | | 89153a9c684b - HDFS-3796. Speed up edit log tests by avoiding fsync(). Contributed by Todd Lipcon. (12 years ago) +* | | | | | 9dff7876d9cf - HDFS-3802. StartupOption.name in HdfsServerConstants should be final. Contributed by Jing Zhao (12 years ago) +* | | | | | 5aeabcdf6f40 - HADOOP-7754. Expose file descriptors from Hadoop-wrapped local FileSystems (todd and ahmed via tucu) (12 years ago) +* | | | | | fd8ce04dc555 - HADOOP-8699. some common testcases create core-site.xml in test-classes making other testcases to fail. (tucu) (12 years ago) +* | | | | | f41497c14197 - HDFS-3794. WebHDFS OPEN returns the incorrect Content-Length in the HTTP header when offset is specified and length is omitted. Contributed by Ravi Prakash (12 years ago) +* | | | | | 6c9603969370 - HDFS-3803. Change BlockPoolSliceScanner chatty INFO log to DEBUG. Contributed by Andrew Purtell (12 years ago) +* | | | | | 28e87740c579 - HDFS-3723. Add support -h, -help to all the commands. Contributed by Jing Zhao (12 years ago) +* | | | | | 231a52a7dfa7 - Reverting previous incomplete change r1373170 for HDFS-3723 (12 years ago) +* | | | | | f026d8bb1ba6 - HDFS-3723. Add support -h, -help to all the commands. Contributed by Jing Zhao. (12 years ago) +* | | | | | f98d8eb291be - HDFS-3150. Add option for clients to contact DNs via hostname. Contributed by Eli Collins (12 years ago) +* | | | | | f46b6ea55c91 - HDFS-3718. Datanode won't shutdown because of runaway DataBlockScanner thread (Kihwal Lee via daryn) (12 years ago) +* | | | | | b38bd555e837 - HDFS-3765. namenode -initializeSharedEdits should be able to initialize all shared storages. Contributed by Vinay and Todd Lipcon. (12 years ago) +* | | | | | 0c27c770802e - HDFS-3658. Fix bugs in TestDFSClientRetries and add more tests. (12 years ago) +* | | | | | ab3ab17a433b - HDFS-3792. Fix two findbugs introduced by HDFS-3695. Contributed by Todd Lipcon. (12 years ago) +* | | | | | 4139298b61bc - HDFS-3790. test_fuse_dfs.c doesn't compile on centos 5. Contributed by Colin Patrick McCabe. (12 years ago) +* | | | | | c959c1ac750d - HADOOP-8687. Upgrade log4j to 1.2.17. Contributed by Eli Collins (12 years ago) +* | | | | | d71ea7301240 - HADOOP-8581 Amendment to CHANGES.txt setting right JIRA number, add support for HTTPS to the web UIs. (tucu) (12 years ago) +* | | | | | dfad16fed270 - MAPREDUCE-4053. Counters group names deprecation is wrong, iterating over group names deprecated names don't show up (Robert Evans via tgraves) (12 years ago) +| |_|_|/ / +|/| | | | +* | | | | c93185df660a - HDFS-3276. initializeSharedEdits should have a -nonInteractive flag. Contributed by Todd Lipcon. (12 years ago) +* | | | | c9ed8342f527 - Move HDFS-2330 and HDFS-3190 to branch-2 section, since they have been backported from trunk. (12 years ago) +* | | | | 783a0f4d8b03 - Amend HADOOP-8659. Native libraries must build with soft-float ABI for Oracle JVM on ARM. (12 years ago) +* | | | | 7aacfd5a087b - HDFS-3789. JournalManager#format() should be able to throw IOException. Contributed by Ivan Kelly. (12 years ago) +* | | | | bbe0e823db17 - Revert HDFS-3719. See discussion there and HDFS-3770 for more info. (12 years ago) +* | | | | bcb715459c44 - HDFS-3758. TestFuseDFS test failing. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | 4bca22005f48 - HADOOP-8681. add support for HTTPS to the web UIs. (tucu) (12 years ago) +| |_|/ / +|/| | | +* | | | 9d0f8792a9a1 - HDFS-3695. Genericize format() to non-file JournalManagers. Contributed by Todd Lipcon. (12 years ago) +* | | | 0733adf670e5 - HADOOP-8659. Native libraries must build with soft-float ABI for Oracle JVM on ARM. Contributed by Trevor Robinson. (12 years ago) +* | | | 9ea7c06468d2 - HDFS-3721. hsync support broke wire compatibility. Contributed by Todd Lipcon and Aaron T. Myers. (12 years ago) +* | | | 82910ecaa383 - YARN-14. Symlinks to peer distributed cache files no longer work (Jason Lowe via bobby) (12 years ago) +* | | | 201d0ecb78cd - MAPREDUCE-3782. teragen terasort jobs fail when using webhdfs:// (Jason Lowe via bobby) (12 years ago) +* | | | fb970f3df7ab - HDFS-3634. Add self-contained, mavenized fuse_dfs test. Contributed by Colin Patrick McCabe. (12 years ago) +* | | | ac31ae6a7983 - HDFS-3768. Exception in TestJettyHelper is incorrect. Contributed by Eli Reisman. (12 years ago) +* | | | ffb4d5b04c8c - Adding hadoop-yarn-project/target to svn:ignore (12 years ago) +* | | | 6dcf2e481580 - HDFS-3755. Creating an already-open-for-write file with overwrite=true fails. Contributed by Todd Lipcon. (12 years ago) +* | | | b587af4631b6 - HDFS-3710. libhdfs misuses O_RDONLY/WRONLY/RDWR. Contributed by Andy Isaacson. (12 years ago) +* | | | 4920387b8ad9 - YARN-12. Fix findbugs warnings in FairScheduler. Contributed by Junping Du. (12 years ago) +* | | | b6080a93d42a - HADOOP-8660. TestPseudoAuthenticator failing with NPE. (tucu) (12 years ago) +* | | | b5683210b66c - YARN-1. Fixed message in CHANGES.txt (12 years ago) +* | | | e1fdf6212362 - YARN-1. Promote YARN to be a sub-project of Apache Hadoop. (12 years ago) +* | | | 34554d1e11ee - HDFS-3760. primitiveCreate is a write, not a read. Contributed by Andy Isaacson. (12 years ago) +* | | | c12e994eda0f - HDFS-3754. BlockSender doesn't shutdown ReadaheadPool threads. Contributed by Eli Collins (12 years ago) +* | | | 754fd7b2fba9 - HDFS-3291. add test that covers HttpFS working w/ a non-HDFS Hadoop filesystem (tucu) (12 years ago) +* | | | 9b4a7900c7df - HDFS-3637. Add support for encrypting the DataTransferProtocol. Contributed by Aaron T. Myers. (12 years ago) +* | | | 1799046f7a0b - MAPREDUCE-4484. Incorrect IS_MINI_YARN_CLUSTER property name in YarnConfiguration. (ahmed.radwan via tucu) (12 years ago) +* | | | c2cac2748e62 - MAPREDUCE-4494. TestFifoScheduler failing with Metrics source QueueMetrics,q0=default already exists. (ahmed.radwan via tucu) (12 years ago) +* | | | 5383694df966 - HADOOP-8644. AuthenticatedURL should be able to use SSLFactory. (tucu) (12 years ago) +* | | | b4545bf5aa39 - Add two new files missed by last commit of HDFS-3579. (12 years ago) +* | | | f7b37c009b82 - HDFS-3579. libhdfs: fix exception handling. Contributed by Colin Patrick McCabe. (12 years ago) +* | | | 117145f1adca - MAPREDUCE-4498. Remove hsqldb jar from Hadoop runtime classpath. (rkanter via tucu) (12 years ago) +* | | | 294b5145965b - HDFS-3719. Re-enable append-related tests in TestFileConcurrentReader. Contributed by Andrew Wang. (12 years ago) +* | | | 72789336b29b - MAPREDUCE-4503. Should throw InvalidJobConfException if duplicates found in cacheArchives or cacheFiles (Robert Evans via jeagles) (12 years ago) +* | | | 42d071ab6f7c - HDFS-3756. DelegationTokenFetcher creates 2 HTTP connections, the second one not properly configured. (tucu) (12 years ago) +* | | | 3eb0cb27e8c0 - MAPREDUCE-3289. Make use of fadvise in the NM's shuffle handler. (Contributed by Todd Lipcon and Siddharth Seth) (12 years ago) +* | | | 08e896621700 - HDFS-3724. add InterfaceAudience annotations to HttpFS classes and making inner enum static. (tucu) (12 years ago) +* | | | fe17d871d0ad - HDFS-3513. HttpFS should cache filesystems. (tucu) (12 years ago) +* | | | 28320c52203e - MAPREDUCE-4504. SortValidator writes to wrong directory (Robert Evans via tgraves) (12 years ago) +* | | | ade55f9573e3 - HADOOP-8480. The native build should honor -DskipTests. Contributed by Colin Patrick McCabe (12 years ago) +* | | | 1264b8e707ed - HADOOP-8620. Add -Drequire.fuse and -Drequire.snappy. Contributed by Colin Patrick McCabe (12 years ago) +* | | | 12d0e025919c - HADOOP-8633. Interrupted FsShell copies may leave tmp files (Daryn Sharp via tgraves) (12 years ago) +* | | | 8ea711259587 - HDFS-3738. TestDFSClientRetries#testFailuresArePerOperation sets incorrect timeout config. Contributed by Aaron T. Myers. (12 years ago) +* | | | cb787968c5de - HDFS-3667. Add retry support to WebHdfsFileSystem. (12 years ago) +* | | | 5938c863527e - MAPREDUCE-4234. SortValidator.java is incompatible with multi-user or parallel use (due to a /tmp file with static name) (Robert Evans via jeagles) (12 years ago) +* | | | 123c4f57d3de - MAPREDUCE-4444. nodemanager fails to start when one of the local-dirs is bad (Jason Lowe via bobby) (12 years ago) +* | | | 9d42fb2e8e57 - MAPREDUCE-4457. mr job invalid transition TA_TOO_MANY_FETCH_FAILURE at FAILED (Robert Evans via tgraves) (12 years ago) +* | | | c29851024f69 - HADOOP-8370. Native build failure: javah: class file for org.apache.hadoop.classification.InterfaceAudience not found (Trevor Robinson via tgraves) (12 years ago) +* | | | 27eb14c3c350 - MAPREDUCE-4483. 2.0 build does not work (John George via bobby) (12 years ago) +* | | | 89c59bbe3d49 - MAPREDUCE-4492. Configuring total queue capacity between 100.5 and 99.5 at perticular level is sucessfull (Mayank Bansal via bobby) (12 years ago) +* | | | 735b50e8bd23 - MAPREDUCE-4493. Distibuted Cache Compatability Issues (Robert Evans via tgraves) (12 years ago) +* | | | 75be1e0e76c5 - HADOOP-8637. FilterFileSystem#setWriteChecksum is broken (daryn via bobby) (12 years ago) +* | | | a37272e0e3b1 - MAPREDUCE-4496. AM logs link is missing user name (Jason Lowe via bobby) (12 years ago) +* | | | e9bf6c56c556 - MAPREDUCE-4456. LocalDistributedCacheManager can get an ArrayIndexOutOfBounds when creating symlinks (Robert Evans via tgraves) (12 years ago) +* | | | a3e695ab2c51 - MAPREDUCE-4375. Show Configuration Tracability in MR UI (bobby via tgraves) (12 years ago) +* | | | 556be2af92b6 - svn merge -c -1366601 for reverting HDFS-3667. (12 years ago) +| |/ / +|/| | +* | | e217a0525549 - MAPREDUCE-4342. Distributed Cache gives inconsistent result if cache files get deleted from tasktracker. (mayank_bansal via tucu) (12 years ago) +* | | 56c7662b18b3 - svn ignoring hadoop-yarn-applications-unmanaged-am-launcher target directory (tucu) (12 years ago) +* | | 8a615793108e - Fix typo in CHANGES.txt: wrote HADOOP-8642 instead of HADOOP-8624. (12 years ago) +* | | 7226dead1e66 - HADOOP-8635. Cannot cancel paths registered deleteOnExit (daryn via bobby) (12 years ago) +* | | 48a2e2b4e279 - HADOOP-8550. hadoop fs -touchz automatically created parent directories (John George via bobby) (12 years ago) +* | | aeade62b95b4 - HDFS-3732. fuse_dfs: incorrect configuration value checked for connection expiry timer period. Contributed by Colin Patrick McCabe. (12 years ago) +* | | d8584fde03c4 - HADOOP-8634. Ensure FileSystem#close doesn't squawk for deleteOnExit paths (daryn via bobby) (12 years ago) +* | | 98f1523b2060 - HADOOP-8627. FS deleteOnExit may delete the wrong path (daryn via bobby) (12 years ago) +* | | e4eec269d91a - HDFS-3667. Add retry support to WebHdfsFileSystem. (12 years ago) +* | | 0c4e670eff6a - HDFS-3679. fuse_dfs notrash option sets usetrash. Contributed by Conrad Meyer. (12 years ago) +* | | cbd59c1c5024 - HDFS-3553. Hftp proxy tokens are broken (daryn) (12 years ago) +* | | b3b72482e447 - HADOOP-8613. AbstractDelegationTokenIdentifier#getUser() should set token auth type. (daryn) (12 years ago) +* | | 9c5bd764fc3f - HADOOP-8626. Typo in default setting for hadoop.security.group.mapping.ldap.search.filter.user. Contributed by Jonathan Natkins. (12 years ago) +* | | d87b545165f9 - MAPREDUCE-4423. Potential infinite fetching of map output (Robert Evans via tgraves) (12 years ago) +* | | c1ea9b4490e7 - HDFS-3650. Use MutableQuantiles to provide latency histograms for various operations. Contributed by Andrew Wang. (12 years ago) +* | | 2f478ac89cb5 - HADOOP-8642. ProtobufRpcEngine should log all RPCs if TRACE logging is enabled. Contributed by Todd Lipcon. (12 years ago) +* | | 109735f3d1f7 - HADOOP-8623. hadoop jar command should respect HADOOP_OPTS. Contributed by Steven Willis. (12 years ago) +* | | c5fe08e0ea47 - HDFS-3113 amendment, removing incorrectly committed files (12 years ago) +* | | 4d4560189adc - HDFS-3113. httpfs does not support delegation tokens. (tucu) (12 years ago) +* | | 9d16c9354b0c - MAPREDUCE-4417. add support for encrypted shuffle (tucu) (12 years ago) +* | | 8f395c2f78e5 - HDFS-3696. Set chunked streaming mode in WebHdfsFileSystem write operations to get around a Java library bug causing OutOfMemoryError. (12 years ago) +* | | 06b394dcf90d - Amend previous commit of HDFS-3626: accidentally included a hunk from HADOOP-8621 in svn commit. Reverting that hunk (12 years ago) +* | | 972953bd7780 - HDFS-3626. Creating file with invalid path can corrupt edit log. Contributed by Todd Lipcon. (12 years ago) +* | | 56b0912b6cbb - HDFS-3720. hdfs.h must get packaged. Contributed by Colin Patrick McCabe. (12 years ago) +* | | 0bfa7d79d0fc - HADOOP-8551. fs -mkdir creates parent directories without the -p option (John George via bobby) (12 years ago) +* | | 515a33291249 - MAPREDUCE-4465. Update description of yarn.nodemanager.address property. (bowang via tucu) (12 years ago) +* | | cdef12644b94 - MAPREDUCE-4467. IndexCache failures due to missing synchronization (Kihwal Lee via tgraves) (12 years ago) +* | | a2d560310631 - HADOOP-8606. FileSystem.get may return the wrong filesystem (Daryn Sharp via bobby) (12 years ago) +* | | 3ef19e9dbd59 - MAPREDUCE-4438. Add a simple, generic client to run 'easy' AMs in YARN. Contributed by Bikas Saha. (12 years ago) +* | | d8f391385611 - HDFS-3711. Manually convert remaining tests to JUnit4. Contributed by Andrew Wang. (12 years ago) +* | | 1fd21078d8bb - HDFS-3709. TestStartup tests still binding to the ephemeral port. Contributed by Eli Collins (12 years ago) +* | | 97ed48e03570 - MAPREDUCE-3893. allow capacity scheduler configs max-apps and max-am-pct per queue (tgraves via bobby) (12 years ago) +* | | b7b8db51dec5 - HDFS-3697. Enable fadvise readahead by default. Contributed by Todd Lipcon. (12 years ago) +* | | 9c9f29ac7e3e - MAPREDUCE-987. Exposing MiniDFS and MiniMR clusters as a single process command-line. (ahmed via tucu) (12 years ago) +* | | 80e2b4117be4 - HADOOP-8609. IPC server logs a useless message when shutting down socket. Contributed by Jon Zuanich. (12 years ago) +* | | decd9e1c74fa - Move entry for HDFS-3583 in CHANGES.txt to be under branch-2. (12 years ago) +* | | d45922de2c56 - svn merge --change -1363454 for reverting MAPREDUCE-4423 (12 years ago) +* | | 02a5551ba3d3 - HDFS-3608. fuse_dfs: detect changes in UID ticket cache. Contributed by Colin Patrick McCabe. (12 years ago) +* | | 9833468302bd - HDFS-3597. SNN fails to start after DFS upgrade. Contributed by Andy Isaacson. (12 years ago) +|/ / +* | 638367987229 - HDFS-3690. BlockPlacementPolicyDefault incorrectly casts LOG. Contributed by Eli Collins (12 years ago) +* | 370c65f28278 - Revert MAPREDUCE-3868. Reenable Raid. (12 years ago) +* | 4c51dacd521b - Reverting HADOOP-8551. fs -mkdir creates parent directories without the -p option (12 years ago) +* | 5d5a83877a44 - HDFS-1249. With fuse-dfs, chown which only has owner (or only group) argument fails with Input/output error. Contributed by Colin Patrick McCabe (12 years ago) +* | 7d5d63c13ed4 - HDFS-3675. libhdfs: follow documented return codes. Contributed by Colin Patrick McCabe (12 years ago) +* | 15eec42316ba - HDFS-3673. libhdfs: fix some compiler warnings. Contributed by Colin Patrick McCabe (12 years ago) +* | 8e69f883a0ac - MAPREDUCE-4423. Potential infinite fetching of map output (Robert Evans via tgraves) (12 years ago) +* | 52c8271bf1b5 - HADOOP-8551. fs -mkdir creates parent directories without the -p option (Daryn Sharp and John George via bobby) (12 years ago) +* | 23b6ed973e1f - HDFS-3605. Block mistakenly marked corrupt during edit log catchup phase of failover. Contributed by Todd Lipcon and Brahma Reddy Battula. (12 years ago) +* | 0a6806ce8c94 - HDFS-3646. LeaseRenewer can hold reference to inactive DFSClient instances forever (Kihwal Lee via daryn) (12 years ago) +* | 12979570be28 - MAPREDUCE-4407. Add hadoop-yarn-server-tests--tests.jar to hadoop dist package. (ahmed via tucu) (12 years ago) +* | 1efd2e1d4517 - MAPREDUCE-4157. ResourceManager should not kill apps that are well behaved (Jason Lowe via bobby) (12 years ago) +* | 6e5637602303 - HDFS-3577. In DatanodeWebHdfsMethods, use MessageBodyWriter instead of StreamingOutput, otherwise, it will fail to transfer large files. (12 years ago) +* | d61c5bcb0bb6 - Revert HDFS-3639. JspHelper#getUGI should always verify the token if security is enabled. (12 years ago) +* | 6981b14003d3 - Revert HDFS-3654. TestJspHelper#testGetUgi fails with NPE. (12 years ago) +* | e2253b539e5d - HDFS-3583. Convert remaining tests to Junit4. Contributed by Andrew Wang. (12 years ago) +* | c700642308bd - MAPREDUCE-4406. Users should be able to specify the MiniCluster ResourceManager and JobHistoryServer ports. (ahmed via tucu) (12 years ago) +* | 28ebdea81d78 - HADOOP-8537. Fix TFile tests to pass even when native zlib support is not compiled. Contributed by Todd Lipcon. (12 years ago) +* | 2e00d28f1413 - MAPREDUCE-4422. YARN_APPLICATION_CLASSPATH needs a documented default value in YarnConfiguration. (ahmed via tucu) (12 years ago) +* | e9aa5aac6805 - MAPREDUCE-4448. Fix NM crash during app cleanup if aggregation didn't init. (Jason Lowe via daryn) (12 years ago) +* | 603418c1738a - MAPREDUCE-4380. Empty Userlogs directory is getting created under logs directory (Devaraj K via bobby) (12 years ago) +* | 8e576570a992 - MAPREDUCE-4283. Display tail of aggregated logs by default (Jason Lowe via bobby) (12 years ago) +* | 177f6feaa183 - MAPREDUCE-4449. Incorrect MR_HISTORY_STORAGE property name in JHAdminConfig (Ahmed Radwan via bobby) (12 years ago) +* | 7f2b1eadc1b0 - MAPREDUCE-4440. Changed SchedulerApp and SchedulerNode to be a minimal interface to allow schedulers to maintain their own. (12 years ago) +* | 30099efb3525 - HADOOP-8599. Non empty response from FileSystem.getFileBlockLocations when asking for data beyond the end of file. Contributed by Andrey Klochkov. (12 years ago) +* | 2799d9659db5 - HADOOP-8593. Add missed @Override annotations in Metric/Metrics2 package. Contributed by Brandon Li. (12 years ago) +* | 4b519219defe - Amend HDFS-3666, applied earlier version of the patch. (12 years ago) +* | 527933f4f351 - HDFS-3666. Plumb more exception messages to terminate. Contributed by Eli Collins (12 years ago) +* | e1c5e7dd2b30 - MAPREDUCE-4437. Race in MR ApplicationMaster can cause reducers to never be scheduled (Jason Lowe via bobby) (12 years ago) +* | 18f1feb64bdb - MAPREDUCE-4447. Remove aop from cruft from the ant build. Contributed by Eli Collins (12 years ago) +* | 6df36b58e1a3 - HDFS-3625. Fix TestBackupNode by properly initializing edit log during startup. Contributed by Junping Du. (12 years ago) +* | 572823c82c76 - HDFS-3665. Add a test for renaming across file systems via a symlink. Contributed by Eli Collins (12 years ago) +* | cc1ee7203b33 - HADOOP-8552. Conflict: Same security.log.file for multiple users. (kkambatl via tucu) (12 years ago) +* | 69f7a329ba01 - HDFS-3537. Move libhdfs and fuse-dfs source to native subdirectories. Contributed by Colin Patrick McCabe (12 years ago) +* | 612443951b1a - MAPREDUCE-4395. Possible NPE at ClientDistributedCacheManager#determineTimestamps (Bhallamudi via bobby) (12 years ago) +* | 0f122c209d73 - HADOOP-8531. SequenceFile Writer can throw out a better error if a serializer or deserializer isn't available. Contributed by Madhukara Phatak. (harsh) (12 years ago) +* | 0e8e499ff482 - HDFS-3659. Add missing @Override to methods across the hadoop-hdfs project. Contributed by Brandon Li. (harsh) (12 years ago) +* | ae6cc14611a5 - MAPREDUCE-4427. Added an 'unmanaged' mode for AMs so as to ease development of new applications. Contributed by Bikas Saha. (12 years ago) +* | 64fc2cb03d86 - HDFS-3663. MiniDFSCluster should capture the code path that led to the first ExitException. Contributed by Eli Collins (12 years ago) +* | 7351a01259ea - HADOOP-7818. DiskChecker#checkDir should fail if the directory is not executable. Contributed by Madhukara Phatak. (harsh) (12 years ago) +* | 385f31ad85a7 - HADOOP-8362. Improve exception message when Configuration.set() is called with a null key or value. Contributed by Madhukara Phatak and Suresh Srinivas (harsh) (12 years ago) +* | 2eb39c55d681 - HDFS-3610. fuse_dfs: Provide a way to use the default (configured) NN URI. Contributed by Colin Patrick McCabe (12 years ago) +* | 3e5e1008db79 - Amend HDFS-799. Remove unnecessary tls check. Contributed by Colin Patrick McCabe (12 years ago) +* | 32d4c148dfd2 - HDFS-3654. TestJspHelper#testGetUgi fails with NPE. Contributed by Eli Collins (12 years ago) +* | f5dd4583bb8d - HDFS-3539. libhdfs code cleanups. Contributed by Colin Patrick McCabe (12 years ago) +* | cfd692b86675 - HDFS-3609. libhdfs: don't force the URI to look like hdfs://hostname:port. Contributed by Colin Patrick McCabe (12 years ago) +* | 06d635cd2cc0 - HDFS-3492. fix some misuses of InputStream#skip. Contributed by Colin Patrick McCabe (12 years ago) +* | 8c2a2f909cc4 - HDFS-470. libhdfs should handle 0-length reads from FSInputStream correctly. Contributed by Colin Patrick McCabe (12 years ago) +* | dcf0ac7a8a06 - HDFS-3606. libhdfs: create self-contained unit test. Contributed by Colin Patrick McCabe (12 years ago) +* | bf34f62e4324 - HADOOP-8499. Lower min.user.id to 500 for the tests. Contributed Colin Patrick McCabe (12 years ago) +* | 27b5f5a0e609 - MAPREDUCE-3451. Amendment, excluding findbugs warnings (tucu) (12 years ago) +* | 17de78a43e8d - MAPREDUCE-4299. Terasort hangs with MR2 FifoScheduler (Tom White via bobby) (12 years ago) +* | 228736ab5170 - MAPREDUCE-4419. ./mapred queue -info -showJobs displays all the jobs irrespective of (Devaraj K via bobby) (12 years ago) +* | 9dcd317d9bb8 - MAPREDUCE-4441. Fix build issue caused by MR-3451 (kkambatl via tucu) (12 years ago) +* | af0e0b167677 - MAPREDUCE-4432. Confusing warning message when GenericOptionsParser is not used. Contributed by Gabriel Reid. (harsh) (12 years ago) +* | bea60b6c86cf - Reverting MAPREDUCE-4422 from trunk until all comments are addressed (12 years ago) +* | 48c1a2bdfc5a - MAPREDUCE-4422. YARN_APPLICATION_CLASSPATH needs a documented default value in YarnConfiguration. Contributed by Ahmed Radwan. (harsh) (12 years ago) +* | d9911e923d3e - HDFS-3612. Single namenode image directory config warning can be improved. Contributed by Andy Isaacson. (harsh) (12 years ago) +* | bfa51a33d01a - HDFS-3306. fuse_dfs: don't lock release operations. Contributed by Colin Patrick McCabe (12 years ago) +* | 1ef64e64c05a - MAPREDUCE-3451. Port Fair Scheduler to MR2 (pwendell via tucu) (12 years ago) +* | 0f3ba4870b3a - HDFS-799. libhdfs must call DetachCurrentThread when a thread is destroyed. Contributed by Colin Patrick McCabe (12 years ago) +* | e2318c2895cc - HDFS-3633. libhdfs: hdfsDelete should pass JNI_FALSE or JNI_TRUE. Contributed by Colin Patrick McCabe (12 years ago) +* | 6a59f08a1519 - HDFS-3630 Modify TestPersistBlocks to use both flush and hflush (sanjay) (12 years ago) +* | 4a5ba3b7bd23 - HDFS-3641. Move server Util time methods to common and use now instead of System#currentTimeMillis. Contributed by Eli Collins (12 years ago) +* | 26910fd0582b - MAPREDUCE-4416. Some tests fail if Clover is enabled (Kihwal Lee via bobby) (12 years ago) +* | b5b0ac64a18c - HADOOP-8541. Better high-percentile latency metrics. Contributed by Andrew Wang. (12 years ago) +* | 96d77c17cc1f - HADOOP-8585. Fix initialization circularity between UserGroupInformation and HadoopConfiguration. Contributed by Colin Patrick McCabe. (12 years ago) +* | 8ced7381a463 - HDFS-3639. JspHelper#getUGI should always verify the token if security is enabled. Contributed by Eli Collins (12 years ago) +* | 4c13b6f34e27 - HADOOP-8587. HarFileSystem access of harMetaCache isn't threadsafe. Contributed by Eli Collins (12 years ago) +| * 9729f841956c - Branch for snapshot related work (12 years ago) +|/ +* cdae6953e80e - HDFS-3582. Hook daemon process exit for testing. Contributed by Eli Collins (12 years ago) +* 664ca6b75e1e - HDFS-3615. Two BlockTokenSecretManager findbugs warnings. Contributed by Aaron T. Myers. (12 years ago) +* 9c87911c4ab3 - HADOOP-8521. Port StreamInputFormat to new Map Reduce API (madhukara phatak via bobby) (12 years ago) +* e5ea2aa765ab - HADOOP-3886. Error in javadoc of Reporter, Mapper and Progressable. Contributed by Jingguo Yao. (harsh) (12 years ago) +* 43e37b96f868 - HADOOP-8586. Fixup a bunch of SPNEGO misspellings. Contributed by Eli Collins (12 years ago) +* 151a1b0185f1 - Revert previous commit, accidentally included HADOOP-8587. (12 years ago) +* c41b97860dc6 - HADOOP-8586. Fixup a bunch of SPNEGO misspellings. Contributed by Eli Collins (12 years ago) +* 2c27b5826daa - HDFS-3611. NameNode prints unnecessary WARNs about edit log normally skipping a few bytes. Contributed by Colin Patrick McCabe. (harsh) (12 years ago) +* c81aed0271d1 - HDFS-3613. GSet prints some INFO level values, which aren't really very useful to all. Contributed by Andrew Wang. (harsh) (12 years ago) +* 3bfb26ad3b5a - MAPREDUCE-3940. ContainerTokens should have an expiry interval. Contributed by Siddharth Seth and Vinod Kumar Vavilapalli. (12 years ago) +* 3b5ea8750202 - HDFS-3629. Fix the typo in the error message about inconsistent storage layout version. Contributed by Brandon Li. (harsh) (12 years ago) +* 8c37dcbde0b3 - Fixup CHANGES.txt (12 years ago) +* 9a2c19e58264 - HADOOP-8584. test-patch.sh should not immediately exit when no tests are added or modified. Contributed by Colin Patrick McCabe (12 years ago) +* 58a8826fb5a0 - HADOOP-8573. Configuration tries to read from an inputstream resource multiple times (Robert Evans via tgraves) (12 years ago) +* caf9fe2f1370 - HADOOP-8423. MapFile.Reader.get() crashes jvm or throws EOFException on Snappy or LZO block-compressed data. Contributed by Todd Lipcon. (harsh) (12 years ago) +* fb4a6ac9e995 - HDFS-3568. fuse_dfs: add support for security. Contributed by Colin McCabe. (12 years ago) +* 408d1895faa4 - HADOOP-8525. Provide Improved Traceability for Configuration (bobby) (12 years ago) +* 0b7139d6bcfe - HADOOP-8525. Provide Improved Traceability for Configuration (bobby) (12 years ago) +* 6804ef32fcd2 - MAPREDUCE-4252. MR2 job never completes with 1 pending task (Tom White via bobby) (12 years ago) +* e0f96aa2499c - HDFS-3555. idle client socket triggers DN ERROR log (should be INFO or DEBUG). Contributed by Andy Isaacson. (harsh) (12 years ago) +* 11782dd3a5ee - MAPREDUCE-4300. OOM in AM can turn it into a zombie. (Robert Evans via tgraves) (12 years ago) +* 820be7cbef81 - MAPREDUCE-3993. Graceful handling of codec errors during decompression (kkambatl via tucu) (12 years ago) +* b6a9d38c09ff - Move CHANGES.txt entry for HDFS-3067 to branch-2 instead of trunk. (12 years ago) +* 115378065510 - MAPREDUCE-2739. Update installation docs (remove YarnClientFactory) (bowang via tucu) (12 years ago) +* 832ba3bae11e - MAPREDUCE-4402. TestFileInputFormat fails intermittently (Jason Lowe via bobby) (12 years ago) +* 80875153c386 - MAPREDUCE-3906. Fix inconsistency in documentation regarding mapreduce.jobhistory.principal. Contributed by Eugene Koontz. (harsh) (12 years ago) +* c3b0bed21e4b - MAPREDUCE-3907. Document entries mapred-default.xml for the jobhistory server. Contributed by Eugene Koontz. (harsh) (12 years ago) +* 9facccfd287f - Update CHANGES.txt for 2391 merge. (12 years ago) +* 5952c7bb6285 - HDFS-3614. Revert unused MiniDFSCluster constructor from HDFS-3049. Contributed by Arun Murthy (12 years ago) +* 21fdf16b0d86 - HDFS-3548. NamenodeFsck.copyBlock fails to create a Block Reader. Contributed by Colin Patrick McCabe (12 years ago) +* 07295260b10c - HDFS-3482. hdfs balancer throws ArrayIndexOutOfBoundsException if option is specified without values. Contributed by Madhukara Phatak. (12 years ago) +* 52f5c7033058 - HDFS-711. hdfsUtime does not handle atime = 0 or mtime = 0 correctly. Contributed by Colin Patrick McCabe (12 years ago) +* 9bebba6605f8 - Fixup CHANGES.txt (12 years ago) +* 6dcf42262d61 - HDFS-3603. Decouple TestHDFSTrash from TestTrash. Contributed by Jason Lowe (12 years ago) +* d4fb8821630f - HDFS-3541. Deadlock between recovery, xceiver and packet responder. Contributed by Vinay. (12 years ago) +* 52a4678a1d45 - MAPREDUCE-2220. Fix new API FileOutputFormat-related typos in mapred-default.xml. Contributed by Rui Kubo. (harsh) (12 years ago) +* e5b00f1bdc16 - HDFS-2988. Improve error message when storage directory lock fails. Contributed by Miomir Boljanovic. (harsh) (12 years ago) +* 535b039581c9 - HDFS-3604. Add dfs.webhdfs.enabled to hdfs-default.xml. Contributed by Eli Collins (12 years ago) +* 0a2252bdda57 - HADOOP-8566. AvroReflectSerializer.accept(Class) throws a NPE if the class has no package (primitive types and arrays). (tucu) (12 years ago) +* 141127660c27 - HADOOP-8523. test-patch.sh doesn't validate patches before building (Jack Dintruff via jeagles) (12 years ago) +* fb95fce24056 - Fix issue with NN/DN re-registration. (12 years ago) +* 0e7204c9e740 - MAPREDUCE-4379. Node Manager throws java.lang.OutOfMemoryError: Java heap space due to org.apache.hadoop.fs.LocalDirAllocator.contexts (Devaraj K via bobby) (12 years ago) +* 072292219ee5 - MAPREDUCE-4387. RM gets fatal error and exits during TestRM (Kihwal Lee via tgraves) (12 years ago) +* e0ef844280b9 - HDFS-3170. Add more useful metrics for write latency. Contributed by Matthew Jacobs. (12 years ago) +* 3d5a44f91978 - MAPREDUCE-4384. Race conditions in IndexCache (Kihwal Lee via tgraves) (12 years ago) +* 9a43f05129cf - HADOOP-8563. don't package hadoop-pipes examples/bin (Colin Patrick McCabe via tgraves) (12 years ago) +* c1bf8a3f03de - MAPREDUCE-4392. Counters.makeCompactString() changed behavior from 0.20 (Jason Lowe via bobby) (12 years ago) +* 72fb517469e4 - MAPREDUCE-4355. Add RunningJob.getJobStatus() (kkambatl via tucu) (12 years ago) +* 4d0cab2729e2 - HDFS-3601. Add BlockPlacementPolicyWithNodeGroup to support block placement with 4-layer network topology. Contributed by Junping Du (12 years ago) +* 359b4efd193b - HDFS-3581. FSPermissionChecker#checkPermission sticky bit check missing range check. Contributed by Eli Collins (12 years ago) +* 8188c1cb41a7 - HADOOP-8547. Package hadoop-pipes examples/bin directory (again). Contributed by Colin Patrick McCabe (12 years ago) +* 3728d1616011 - HDFS-3574. Fix small race and do some cleanup in GetImageServlet. Contributed by Todd Lipcon. (12 years ago) +* b8389e4c73b7 - HDFS-3343. Improve metrics for DN read latency. Contributed by Andrew Wang. (12 years ago) +* 3c2101ae4a65 - HADOOP-8110. Fix trash checkpoint collisions (Jason Lowe via daryn) (12 years ago) +* f5186dabb828 - HADOOP-8434. Add tests for Configuration setter methods. Contributed by Madhukara Phatak. (12 years ago) +* 4b2e0e15fde3 - Moving HADOOP-8533 to release 2.0 section (12 years ago) +* 8dd3148e734f - HDFS-3190. Simple refactors in existing NN code to assist QuorumJournalManager extension. Contributed by Todd Lipcon. (12 years ago) +* 161ed2908703 - HADOOP-8463. hadoop.security.auth_to_local needs a key definition and doc. Contributed by Madhukara Phatak (12 years ago) +* 22822df7c3d0 - HADOOP-8533. Remove parallel call ununsed capability in RPC. Contributed by Brandon Li. (12 years ago) +* 72a5f92e69f6 - HADOOP-8548. test-patch.sh shows an incorrect link in Jekins builds (Kihwal Lee via bobby) (12 years ago) +* eff5abb4f7f9 - MAPREDUCE-4371. Check for cyclic dependencies in Jobcontrol job DAG (madhukara phatak via bobby) (12 years ago) +* 7accbabdee0b - HDFS-3573. Supply NamespaceInfo when instantiating JournalManagers. Contributed by Todd Lipcon. (12 years ago) +* 2b2344a57e70 - HDFS-3575. HttpFS does not log Exception Stacktraces (brocknoland via tucu) (12 years ago) +* 28e8151ad3de - HDFS-3157. Fix a bug in the case that the generation stamps of the stored block in a namenode and the reported block from a datanode do not match. Contributed by Ashish Singhi (12 years ago) +* dcc1d3b7f0cd - HADOOP-8538. CMake builds fail on ARM. Contributed by Trevor Robinson (12 years ago) +* 511da1096a8a - HADOOP-3450. Add tests to Local Directory Allocator for asserting their URI-returning capability. Contributed by Sho Shimauchi. (harsh) (12 years ago) +* cb5867573e8f - HADOOP-6802. Remove FS_CLIENT_BUFFER_DIR_KEY = "fs.client.buffer.dir" from CommonConfigurationKeys.java (not used, deprecated). Contributed by Sho Shimauchi. (harsh) (12 years ago) +* e967e98f7416 - MAPREDUCE-4253. Tests for mapreduce-client-core are lying under mapreduce-client-jobclient. Contributed by Tsuyoshi Ozawa. (harsh) (12 years ago) +* 06d0109314b3 - HADOOP-8449. hadoop fs -text fails with compressed sequence files with the codec file extension. (harsh) (12 years ago) +* 5a8ea48c37da - HDFS-3580. incompatible types; no instance(s) of type variable(s) V exist so that V conforms to boolean compiling HttpFSServer.java with OpenJDK (adi2 via tucu) (12 years ago) +* 802f885a550e - HDFS-3446. HostsFileReader silently ignores bad includes/excludes. Contributed by Matthew Jacobs. (12 years ago) +* 34605c959477 - HDS-3491. HttpFs does not set permissions correctly (tucu) (12 years ago) +* cd9ce99740eb - MAPREDUCE-4383. HadoopPipes.cc needs to include unistd.h. Contributed by Andy Isaacson (12 years ago) +* d1f05ce29fc9 - Reverting MAPREDUCE-4371 to address test failures. (12 years ago) +* 1a5978c561c1 - HADOOP-8438. hadoop-validate-setup.sh refers to examples jar file which doesn't exist. Contributed by Devaraj K. (12 years ago) +* d8198d927394 - Fixed CHANGES.txt name typo (12 years ago) +* 19dd66a3f616 - HDFS-3510. Editlog pre-allocation is performed prior to writing edits to avoid partial edits case disk out of space. Contributed by Collin McCabe. (12 years ago) +* 1d54e2b33122 - HDFS-3571. Allow EditLogFileInputStream to read from a remote URL. Contributed by Todd Lipcon. (12 years ago) +* 9255cb83c854 - HDFS-3559. DFSTestUtil: use Builder class to construct DFSTestUtil instances. Contributed by Colin Patrick McCabe. (12 years ago) +* 78c27ca2e3fa - MAPREDUCE-4371. Check for cyclic dependencies in Jobcontrol job DAG (madhukara phatak via bobby) (12 years ago) +* aad2a6f0fc75 - MAPREDUCE-4376. TestClusterMRNotification times out (Kihwal Lee via bobby) (12 years ago) +* 550853203b3a - HDFS-3475. Make the replication monitor multipliers configurable. Contributed by Harsh J Chouraria (12 years ago) +* 32d3ed55d0a4 - HADOOP-8168. empty-string owners or groups causes {{MissingFormatWidthException}} in o.a.h.fs.shell.Ls.ProcessPath() (ekoontz via tucu) (12 years ago) +* 46aad8000187 - HADOOP-8535. Cut hadoop build times in half (Job Eagles via bobby) (12 years ago) +* f105784d6a28 - svn merge -c -1354790 for reverting HDFS-3576 since it requires more changes. (12 years ago) +* 44389399d434 - HDFS-3576. Move the definition of the constant NameNode.DEFAULT_PORT to DFSConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT. Contributed by Brandon Li (12 years ago) +* 5770a453f304 - HDFS-3572. Cleanup code which inits SPNEGO in HttpServer. Contributed by Todd Lipcon. (12 years ago) +* 24c4216bf0d7 - HADOOP-8059. Add javadoc to InterfaceAudience and InterfaceStability. Contributed by Brandon Li. (12 years ago) +* 1b21c9836ed4 - Reverting MAPREDUCE-4346 r1353757 (12 years ago) +* c03f1dcf302c - Re-amendment to previous commit JIRA was HDFS-3481 (12 years ago) +* 38f8b0aee580 - Amendment to previous commit, correct JIRA is HDFS-3113 (12 years ago) +* d263653ae222 - HDFS-3481. Refactor HttpFS handling of JAX-RS query string parameters (tucu) (12 years ago) +* bb9ac4fe4ca5 - MAPREDUCE-4372. Deadlock in Resource Manager (Devaraj K via bobby) (12 years ago) +* bf1649d5fd09 - HDFS-3551. WebHDFS CREATE should use client location for HTTP redirection. (12 years ago) +* 03f2f9b5809f - MAPREDUCE-4228. mapreduce.job.reduce.slowstart.completedmaps is not working properly (Jason Lowe via bobby) (12 years ago) +* 0270889b4e7f - HDFS-3535. Audit logging should log denied accesses. Contributed by Andy Isaacson (12 years ago) +* f45556698210 - HADOOP-8129. ViewFileSystemTestSetup setupForViewFileSystem is erring (Ahmed Radwan and Ravi Prakash via bobby) (12 years ago) +* bbab35e6d87a - HDFS-3498. Support replica removal in BlockPlacementPolicy and make BlockPlacementPolicyDefault extensible for reusing code in subclasses. Contributed by Junping Du (12 years ago) +* 361ea9a62cb8 - HDFS-3516. Check content-type in WebHdfsFileSystem. (12 years ago) +* d9bbd5997d23 - MAPREDUCE-4355. Add JobStatus getJobStatus(JobID) to JobClient. (kkambatl via tucu) (12 years ago) +* 5b3610693454 - MAPREDUCE-2289. Permissions race can make getStagingDir fail on local filesystem (ahmed via tucu) (12 years ago) +* 60f4f25afa0e - HDFS-3549. Fix dist tar build fails in hadoop-hdfs-raid project. (Jason Lowe via daryn) (12 years ago) +* 75269b548860 - MAPREDUCE-4290. Fix Yarn Applicaiton Status to MR JobState conversion. (Contributed by Devaraj K) (12 years ago) +* 15b61c787dee - Adding svn-ignore for hdfs-raid and pipe target dirs (12 years ago) +* db31b6c0e4aa - MAPREDUCE-4336. Distributed Shell fails when used with the CapacityScheduler (ahmed via tucu) (12 years ago) +* 4b88923e1949 - HDFS-3550. Fix raid javadoc warnings. (Jason Lowe via daryn) (12 years ago) +* 18052795a7b8 - MAPREDUCE-4031 amendment. Fixes CHANGES.txt to reflect correct fix version. (12 years ago) +* a945336368eb - MAPREDUCE-4031. Prevent a Node Manager hang during shutdown. (Contributed by Devaraj K) (12 years ago) +* d1138f09147b - HADOOP-8524. Allow users to get source of a Configuration parameter. (harsh) (12 years ago) +* 126dd6adefeb - MAPREDUCE-4295. RM crashes due to DNS issue (tgraves) (12 years ago) +* b91910dd3e30 - MAPREDUCE-4320. gridmix mainClass wrong in pom.xml (tgraves) (12 years ago) +* b685486fbbb4 - MAPREDUCE-4356. [Rumen] Provide access to the method ParsedTask.obtainTaskAttempts(). (ravigummadi) (12 years ago) +* cf5dd3293278 - MAPREDUCE-3889. job client tries to use /tasklog interface, but that doesn't exist anymore (Devaraj K via bobby) (12 years ago) +* daa28cc6ce23 - MAPREDUCE-4306. Fix distributed shell to work with users other than the one running the daemons. (Contributed by Ahmed Radwan) (12 years ago) +* 10bc39ea028c - MAPREDUCE-4270. Move the data_join test classes to the correct path. (Contributed by Thomas Graves) (12 years ago) +* 49feb6a03930 - MAPREDUCE-4267. mavenize pipes (tgraves via bobby) (12 years ago) +* 01b2040810bc - MAPREDUCE-4341. add types to capacity scheduler properties documentation (Karthik Kambatla via tgraves). (12 years ago) +* 01b61c76a858 - MAPREDUCE-4311. Capacity scheduler.xml does not accept decimal values for capacity and maximum-capacity settings (Karthik Kambatla via tgraves) (12 years ago) +* 277b3dd7369e - MAPREDUCE-3868. Make Raid Compile. (Weiyan Wang via schen) (12 years ago) +* ed7040f07b75 - HADOOP-8470. Add NetworkTopologyWithNodeGroup, a 4-layer implementation of NetworkTopology. Contributed by Junping Du (12 years ago) +* 9ab9bc9f371d - Revert r1351163 for fixing the JIRA number; it should be HADOOP-8470 but not HADOOP-8468. (12 years ago) +* 5ee172b2ab1b - SVN-ignoring target/download directories (12 years ago) +* 3dd40a70ca78 - HADOOP-8512. AuthenticatedURL should reset the Token when the server returns other than OK on authentication (tucu) (12 years ago) +* 0e7214933df3 - HADOOP-8495. Update Netty to avoid leaking file descriptors during shuffle (Jason Lowe via tgraves) (12 years ago) +* 19ac5c4e8bc3 - HADOOP-8468. Add NetworkTopologyWithNodeGroup, a 4-layer implementation of NetworkTopology. Contributed by Junping Du (12 years ago) +* 5572f73d4584 - HDFS-3518. Add a utility method HdfsUtils.isHealthy(uri) for checking if the given HDFS is healthy. (12 years ago) +* 7a5c2e87906e - Updated CHANGES.txt for HDFS-3408(BKJM : Namenode format fails, if there is no BK root) And HDFS-3389(Document the BKJM usage in Namenode HA) (12 years ago) +* 9d2b1b2ee860 - HDFS-3524. Update TestFileLengthOnClusterRestart for HDFS-3522. Contributed by Brandon Li (12 years ago) +* a30456941dc9 - HADOOP-8509. JarFinder duplicate entry: META-INF/MANIFEST.MF exception (tucu) (12 years ago) +* 29d39bcc7b21 - HDFS-3480. Multiple SLF4J binding warning. Contributed by Vinay (12 years ago) +* cd72aad12535 - HADOOP-8433. Don't set HADOOP_LOG_DIR in hadoop-env.sh. Contributed by Brahma Reddy Battula (12 years ago) +* 9cabf93e7adf - HDFS-766. Error message not clear for set space quota out of boundary values. Contributed by Jon Zuanich. (12 years ago) +* fda95a6a3d2e - HDFS-3478. Test quotas with Long.Max_Value. Contributed by Sujay Rau (12 years ago) +* 6702d5dbd4f8 - HDFS-3372. offlineEditsViewer should be able to read a binary edits file with recovery mode. Contributed by Colin Patrick McCabe (12 years ago) +* 07b85844311b - HDFS-3531. EditLogFileOutputStream#preallocate should check for incomplete writes. Contributed by Colin Patrick McCabe (12 years ago) +* 5a2e0ee4d293 - HADOOP-8465. hadoop-auth should support ephemeral authentication (tucu) (12 years ago) +* 0297662ffecb - Fix bug in CHANGES.txt (12 years ago) +* 0199fe976366 - HADOOP-8507. Avoid OOM while deserializing DelegationTokenIdentifer. Contributed by Colin Patrick McCabe (12 years ago) +* c83ccc50022a - Amendment to my previous commit, fixing JIRA in CHANGES.txt from HDFS-3228 to HDFS-3428 (12 years ago) +* 4d4661802e81 - HDFS-3228. Move DelegationTokenRenewer to common (tucu) (12 years ago) +* 22c65886237e - HADOOP-8458. Add management hook to AuthenticationHandler to enable delegation token operations support (tucu) (12 years ago) +* f9c938666b1d - HDFS-3389. Document the BKJM usage in Namenode HA. Contributed by Uma Maheswara Rao G and Ivan Kelly. (12 years ago) +* 048c2f28fe54 - HDFS-3408. BKJM : Namenode format fails, if there is no BK root. Contributed by Rakesh R. (12 years ago) +* eb0537b18ffb - HDFS-3408. BKJM : Namenode format fails, if there is no BK root. Contributed by Rakesh R. (12 years ago) +* 797c8548d054 - Revert HADOOP-8491 (12 years ago) +* 45fafc2b8fc1 - HDFS-3504. Support configurable retry policy in DFSClient for RPC connections and RPC calls, and add MultipleLinearRandomRetry, a new retry policy. (12 years ago) +* 8879653ab44e - HDFS-3520. Add transfer rate logging to TransferFsImage. Contributed by Eli Collins (12 years ago) +* 9947d8054c03 - HDFS-3049. During the normal NN startup process, fall back on a different edit log if we see one that is corrupt. Contributed by Colin Patrick McCabe. (12 years ago) +* 543f86631bf0 - HDFS-3522. If a namenode is in safemode, it should throw SafeModeException when getBlockLocations has zero locations. Contributed by Brandon Li (12 years ago) +* eff9fa1aad7e - MAPREDUCE-3921. MR AM should act on node health status changes. Contributed by Bikas Saha. (12 years ago) +* 6e3ebf4d73f7 - HADOOP-8491. Check for short writes when using FileChannel#write and related methods. Contributed by Colin Patrick McCabe (12 years ago) +* 9e7334a8fe25 - HDFS-3517. TestStartup should bind ephemeral ports. Contributed by Eli Collins (12 years ago) +* ca39e780c4fb - HDFS-3052. Change INodeFile and INodeFileUnderConstruction to package private. (12 years ago) +* 13ad75679642 - MAPREDUCE-3871. Allow symlinking in LocalJobRunner DistributedCache. (12 years ago) +* 56f386b98d96 - HADOOP-8368. Amendment to add entry in CHANGES.txt (12 years ago) +* 8a9e63e46815 - HADOOP-8368. Use CMake rather than autotools to build native code (ccccabe via tucu) (12 years ago) +* 56d2ef6f5ed2 - HDFS-2797. Fix misuses of InputStream#skip in the edit log code. Contributed by Colin Patrick McCabe (12 years ago) +* 27d1c74a0c78 - MAPREDUCE-3927. Shuffle hang when set map.failures.percent (Bhallamudi Venkata Siva Kamesh via tgraves) (12 years ago) +* 5991ed9cbd18 - HDFS-3490. DatanodeWebHdfsMethods throws NullPointerException if NamenodeRpcAddressParam is not set. (12 years ago) +* 51d889e369a3 - Move several JIRAs from trunk to branch-2 section of CHANGES.txt (12 years ago) +* bc367be4ef7f - HDFS-3514. Add missing TestParallelLocalRead. Contributed by Henry Robinson. (12 years ago) +* 9368be0e731f - MAPREDUCE-3842. Stop webpages from automatic refreshing (tgraves) (12 years ago) +* b98e26af58b7 - HDFS-2914. HA: Standby should not enter safemode when resources are low. Contributed by Vinay. (12 years ago) +* 072ae08a0096 - HDFS-3040. TestMulitipleNNDataBlockScanner is misspelled. Contributed by Madhukara Phatak. (12 years ago) +* 415ce38b82fd - HADOOP-8469. Make NetworkTopology class pluggable. Contributed by Junping Du (12 years ago) +* bce811c18b12 - HADOOP-8488. test-patch.sh gives +1 even if the native build fails. Contributed by Colin Patrick McCabe (12 years ago) +* 0b3af2a66b3e - Move HDFS-3042 (automatic failover) to branch-2 section of CHANGES.txt (12 years ago) +* 05a73a3a1ea0 - Revert HDFS-3492 from r1347192: patch broke TestShortCircuitLocalRead (12 years ago) +* 6d8efb7378b1 - HDFS-3485. DataTransferThrottler will over-throttle when currentTimeMillis jumps. Contributed by Andy Isaacson. (12 years ago) +* 743cbf6ef3f6 - svn merge -c -1347092 for reverting HADOOP-8368 again. (12 years ago) +* bef65d0601a9 - HDFS-3492. Fix some misuses of InputStream#skip. Contributed by Colin Patrick McCabe. (12 years ago) +* 9ae7639405e2 - Fixing CHANGES.txt to refer to branch-2 instead of (an unreleased, not-yet-decided) release. (12 years ago) +* df57680b5fdf - HADOOP-8485. Don't hardcode "Apache Hadoop 0.23" in the docs. Contributed by Eli Collins (12 years ago) +* 8813f4217536 - HDFS-3505. DirectoryScanner does not join all threads in shutdown. Contributed by Colin Patrick McCabe (12 years ago) +* 8ad1fcb3c3e2 - svn merge -c -1346491 for re-committing HADOOP-8368. (tucu) (12 years ago) +* 67cbc289e4f7 - MAPREDUCE-3873. Fixed NodeManagers' decommissioning at RM to accept IP addresses also. Contributed by xieguiming and vinodkv. (12 years ago) +* d44513c3767b - svn merge -c -1345421 for reverting HADOOP-8368. (12 years ago) +* d6467bb3b1fd - MAPREDUCE-4313. TestTokenCache doesn't compile due TokenCache.getDelegationToken compilation error (bobby) (12 years ago) +* a4b1793df049 - HDFS-3266. DFSTestUtil#waitCorruptReplicas doesn't sleep between checks. Contributed by Madhukara Phatak. (12 years ago) +* 119a8c7b154f - Updated CHANGES.txt files to reflect the 2.0.0-alpha release. (12 years ago) +* 1c6242e37c13 - HADOOP-8481. update BUILDING.txt to talk about cmake rather than autotools. Contributed by Colin Patrick McCabe (12 years ago) +* 8bab8b775240 - HDFS-3501. Checkpointing with security enabled will stop working after ticket lifetime expires. Contributed by Aaron T. Myers (12 years ago) +* 1e488138a846 - MAPREDUCE-3350. Per-app RM page should have the list of application-attempts like on the app JHS page (Jonathon Eagles via tgraves) (12 years ago) +* 358eda0bfaaf - MAPREDUCE-3350. Per-app RM page should have the list of application-attempts like on the app JHS page (Jonathon Eagles via tgraves) (12 years ago) +* 1283ab51a9fd - MAPREDUCE-4301. Dedupe some strings in MRAM for memory savings (bobby via tgraves) (12 years ago) +* 30807fec82e8 - HADOOP-8450. Remove src/test/system. Contributed by Eli Collins (12 years ago) +* 28ca281cd6b8 - HDFS-2025. Go Back to File View link is not working in tail.jsp. Contributed by Ashish and Sravan. (12 years ago) +* 18ba71692288 - MAPREDUCE-4307. TeraInputFormat calls FileSystem.getDefaultBlockSize() without a Path - Failure when using ViewFileSystem. Contributed by Ahmed Radwan (12 years ago) +* 2db30031d2da - HADOOP-8368. Use CMake rather than autotools to build native code (ccccabe via tucu) (12 years ago) +* d1207cbd8806 - HDFS-3442. Incorrect count for Missing Replicas in FSCK report. Contributed by Andrew Wang. (12 years ago) +* 1cf60106758c - MAPREDUCE-4302. NM goes down if error encountered during log aggregation (Daryn Sharp via bobby) (12 years ago) +* ca90e296ad36 - HADOOP-8466. hadoop-client POM incorrectly excludes avro. (bmahe via tucu) (12 years ago) +* f65f52835677 - Merge back changelog entries for HDFS-3042 into main CHANGES.txt files (12 years ago) +* 800cfd5c1c37 - HADOOP-8460. Document proper setting of HADOOP_PID_DIR and HADOOP_SECURE_DN_PID_DIR (bobby) (12 years ago) +* f3434190552b - HDFS-3487. offlineimageviewer should give byte offset information when it encounters an exception. Contributed by Colin Patrick McCabe (12 years ago) +* 4eb6d65eef9e - HDFS-3486. offlineimageviewer can't read fsimage files that contain persistent delegation tokens. Contributed by Colin Patrick McCabe (12 years ago) +* 675a7e4acba1 - HDFS-3484. hdfs fsck doesn't work if NN HTTP address is set to 0.0.0.0 even if NN RPC address is configured. Contributed by Aaron T. Myers (12 years ago) +* c0dcdd67d1cc - HDFS-3441. Race condition between rolling logs at active NN and purging at standby. Contributed by Rakesh R. (12 years ago) +* fe6dfad79dd5 - HDFS-3423. BKJM: NN startup is failing, when tries to recoverUnfinalizedSegments() a bad inProgress_ ZNodes. Contributed by Ivan and Uma. (12 years ago) +* 8bbacfaa31b5 - MAPREDUCE-4297. Usersmap file in gridmix should not fail on empty lines (Ravi Prakash via bobby) (12 years ago) +* 8d559d2d9a09 - HADOOP-8452. DN logs backtrace when running under jsvc and /jmx is loaded (Andy Isaacson via bobby) (12 years ago) +* ed7b0622feee - HDFS-3468. Make BKJM-ZK session timeout configurable. Contributed by Uma Maheswara Rao G. (12 years ago) +* 83cf475050db - HDFS-744. Support hsync in HDFS. Contributed by Lars Hofhans (12 years ago) +* f2c3d3ac5218 - HDFS-3476. Correct the default used in TestDFSClientRetries.busyTest() after HDFS-3462. (harsh) (12 years ago) +* 7a4c33ae8682 - HDFS-3474. Cleanup Exception handling in BookKeeper journal manager. Contributed by Ivan Kelly. (12 years ago) +* 0a80f82a304f - MAPREDUCE-4152. map task left hanging after AM dies trying to connect to RM (Tom Graves via bobby) (12 years ago) +* 47a29c63291f - HDFS-3398. Client will not retry when primaryDN is down once it's just got pipeline. Contributed by Amith D K. (12 years ago) +* 787c08c05acd - HDFS-3452. BKJM:Switch from standby to active fails and NN gets shut down due to delay in clearing of lock. Contributed by Uma Maheswara Rao G. (12 years ago) +* 515e29ac826b - MAPREDUCE-3493. Add the default mapreduce.shuffle.port property to mapred-default.xml. Contributed by Madhukara Phatak. (harsh) (12 years ago) +* 5cf21e43830e - HDFS-3462. TestDFSClientRetries.busyTest() should restore default xceiver count in the config. Contributed by Madhukara Phatak. (harsh) (12 years ago) +* 45be2c085d86 - MAPREDUCE-4146. Support limits on task status string length and number of block locations in branch-2. Contributed by Ahmed Radwan. (12 years ago) +* e576bac2f7fe - HADOOP-8444. Fix the tests FSMainOperationsBaseTest.java and FileContextMainOperationsBaseTest.java to avoid potential test failure. Contributed by Madhukara Phatak. (harsh) (12 years ago) +* d2b57e00bc27 - HADOOP-8358. Config-related WARN for dfs.web.ugi can be avoided. (harsh) (12 years ago) +* 1fab229f303c - HADOOP-8268. A few pom.xml across Hadoop project may fail XML validation. Contributed by Radim Kolar. (harsh) (12 years ago) +* fcf47eb4b8cf - MAPREDUCE-3990. MRBench allows Long-sized input-lines value but parses CLI argument as an Integer. (harsh) (12 years ago) +* 0037bf5dc565 - MAPREDUCE-2384. The job submitter should make sure to validate jobs before creation of necessary files. (harsh) (12 years ago) +* 4709160d75a7 - HADOOP-6871. When the value of a configuration key is set to its unresolved form, it causes an IllegalStateException in Configuration.get() stating that substitution depth is too large. Contributed by Arvind Prabhakar (harsh) (12 years ago) +* 2ebb1f47db37 - MAPREDUCE-3302. Remove the last dependency call from org.apache.hadoop.record package in MR. (harsh) (12 years ago) +* ceaf168dc76b - HADOOP-7659. fs -getmerge isn't guaranteed to work well over non-HDFS filesystems (harsh) (12 years ago) +* e767845c3608 - HDFS-2717. BookKeeper Journal output stream doesn't check addComplete rc. Contributed by Ivan Kelly. (12 years ago) +* befd45fcb193 - HDFS-2391. Newly set BalancerBandwidth value is not displayed anywhere. (harsh) (12 years ago) +* e62a76a40cb7 - HADOOP-8323. Add javadoc and tests for Text.clear() behavior (harsh) (12 years ago) +* 2e0a15c48890 - HDFS-3368. Missing blocks due to bad DataNodes coming up and down. (12 years ago) +* 458be3942391 - HADOOP-8415. Add getDouble() and setDouble() in org.apache.hadoop.conf.Configuration. Contributed by Jan van der Lugt. (harsh) (12 years ago) +* 22cb0ec82a66 - HADOOP-8422. Deprecate FileSystem#getDefault* and getServerDefault methods that don't take a Path argument. Contributed by Eli Collins (12 years ago) +* 39661c06f78d - Revert HDFS-3058 (12 years ago) +* 64ec449010be - HDFS-3058. HA: Bring BookKeeperJournalManager up to date with HA changes. Contributed by Ivan Kelly. (12 years ago) +* e937068c0bc6 - HDFS-3460. HttpFS proxyuser validation with Kerberos ON uses full principal name. (tucu) (12 years ago) +* c4f17d242db5 - MAPREDUCE-4224. TestFifoScheduler throws org.apache.hadoop.metrics2.MetricsException (Devaraj K via tgraves) (12 years ago) +* 6c544adeb35c - Merge HDFS-3042 (automatic failover) to trunk. (12 years ago) +|\ +| * 1a3bd5d42f0a - (weichiu/HDFS-3042, pbacsko/HDFS-3042, origin/HDFS-3042, JackWangCS/HDFS-3042, 9uapaw/HDFS-3042) Merge trunk into auto-HA branch (12 years ago) +| |\ +| * | 7b1d347b43cc - HADOOP-8405. ZKFC tests leak ZK instances. Contributed by Todd Lipcon. (12 years ago) +| * | 0600e834be8a - HDFS-3432. TestDFSZKFailoverController tries to fail over too early. Contributed by Todd Lipcon. (12 years ago) +| * | e14e10fb86e5 - Merge trunk into auto-HA branch (12 years ago) +| |\ \ +| * | | 52ecdb751e8b - HDFS-3412. Fix findbugs warnings in auto-HA branch. Contributed by Todd Lipcon. (12 years ago) +| * | | 4cd70e87beef - Merge trunk into auto-HA branch (12 years ago) +| |\ \ \ +| * | | | 235a28874b3c - HADOOP-8276. Auto-HA: add config for java options to pass to zkfc daemon. Contributed by Todd Lipcon (12 years ago) +| * | | | f6c01e2f8e02 - Merge trunk into auto-HA branch (12 years ago) +| |\ \ \ \ +| * | | | | 9d5799553fea - HADOOP-8279. Allow manual failover to be invoked when auto-failover is enabled. Contributed by Todd Lipcon. (12 years ago) +| * | | | | c6e132124591 - HADOOP-8306. ZKFC: improve error message when ZK is not running. Contributed by Todd Lipcon. (12 years ago) +| * | | | | ca49126e3d98 - Merge trunk into auto-HA branch (12 years ago) +| |\ \ \ \ \ +| * | | | | | 2ed825e66cf6 - HDFS-3159. Document NN auto-failover setup and configuration. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | 989d65ab977c - HDFS-3261. TestHASafeMode fails on HDFS-3042 branch. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | 6f2aae046d9e - Resolve trivial compilation error after previous merge (12 years ago) +| * | | | | | 2bf19979b372 - Merge trunk into auto-failover branch. (12 years ago) +| |\ \ \ \ \ \ +| * | | | | | | 41a014c31b3e - HADOOP-8247. Add a config to enable auto-HA, which disables manual FailoverController. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | 693ec453d2b8 - HADOOP-8246. Auto-HA: automatically scope znode by nameservice ID. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | ca6f0940fd7b - Merge trunk into auto-failover branch (12 years ago) +| |\ \ \ \ \ \ \ +| * | | | | | | | 3646705f7a17 - HADOOP-8260. Replace ClientBaseWithFixes with our own modified copy of the class. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | 97804bacd069 - HDFS-3223. add zkfc to hadoop-daemon.sh script. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | c42a90bd9e67 - HADOOP-8257. TestZKFailoverControllerStress occasionally fails with Mockito error. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | b455e5474998 - Fix trivial mistake in test code in previous merge - tests were failing due to misuse of NodeFencer.create (12 years ago) +| * | | | | | | | 30068a1d83ae - Merge trunk into auto-failover branch. (12 years ago) +| |\ \ \ \ \ \ \ \ +| * | | | | | | | | 844faefd080e - HDFS-3200. Scope all ZKFC configurations by nameservice. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | 00a1548005c1 - Merge trunk into auto-HA branch (12 years ago) +| |\ \ \ \ \ \ \ \ \ +| * | | | | | | | | | b74d7427855e - HADOOP-8245. Fix flakiness in TestZKFailoverController. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | 30e1b3bba856 - HADOOP-8215. Security support for ZK Failover controller. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | 39a5fd5c710f - Merge trunk into auto-failover branch (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | 789ed57e7171 - HDFS-2185. HDFS portion of ZK-based FailoverController. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | 2fd05aa59765 - Merge trunk into auto-failover branch (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | 543701387fc0 - HADOOP-8228. Auto HA: Refactor tests and add stress tests. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | 66931670287b - HADOOP-8220. ZKFailoverController doesn't handle failure to become active correctly. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | 04416861eb06 - Amend HADOOP-8212 (Improve ActiveStandbyElector's behavior when session expires) (12 years ago) +| * | | | | | | | | | | | a9471b97c134 - Merge trunk into HDFS-3042 branch (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | f23fc4ad1093 - Branch for automatic NN failover support (HDFS-3042) (12 years ago) +* | | | | | | | | | | | | | 14bf2d43576e - HDFS-1013. Miscellaneous improvements to HTML markup for web UIs. Contributed by Eugene Koontz. (12 years ago) +* | | | | | | | | | | | | | cf7b01742212 - MAPREDUCE-4276. Allow setting yarn.nodemanager.delete.debug-delay-sec property to -1 for easier container debugging. (ahmed via tucu) (12 years ago) +* | | | | | | | | | | | | | 266a0f1de981 - HADOOP-8367 Improve documentation of declaringClassProtocolName in rpc headers (Sanjay Radia) (12 years ago) +* | | | | | | | | | | | | | 74dfa8f1f22d - HDFS-2982. Startup performance suffers when there are many edit log segments. Contributed by Colin Patrick McCabe. (12 years ago) +* | | | | | | | | | | | | | 432c4a6ffcbb - MAPREDUCE-4262. NM gives wrong log message saying Connected to ResourceManager before trying to connect. (Devaraj K via tgraves) (12 years ago) +* | | | | | | | | | | | | | ade42bce1011 - HDFS-3436. In DataNode.transferReplicaForPipelineRecovery(..), it should use the stored generation stamp to check if the block is valid. Contributed by Vinay (12 years ago) +* | | | | | | | | | | | | | 445018cea83a - HDFS-3454. Balancer unconditionally logs InterruptedException at INFO level on shutdown if security is enabled. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | | | aa80e6895dfd - HDFS-3415. Make sure all layout versions are the same for all storage directories in the Namenode. Contributed by Brandon Li (12 years ago) +* | | | | | | | | | | | | | 23b96766ad03 - Amend HADOOP-8408 per Daryn's post-commit feedback. (12 years ago) +* | | | | | | | | | | | | | d74bec2f883b - MAPREDUCE-3870. Invalid App Metrics (Bhallamudi Venkata Siva Kamesh via tgraves). (12 years ago) +* | | | | | | | | | | | | | 2eebc21a55eb - MAPREDUCE-4274 MapOutputBuffer should use native byte order for kvmeta. (todd via bobby) (12 years ago) +* | | | | | | | | | | | | | d69510a7f8b3 - HDFS-3394. Do not use generic in INodeFile.getLastBlock(): the run-time ClassCastException check is useless since generic type information is only available in compile-time. (12 years ago) +* | | | | | | | | | | | | | 99a552fd701e - HADOOP-8413. test-patch.sh gives out the wrong links for newPatchFindbugsWarnings (Colin Patrick McCabe via bobby) (12 years ago) +* | | | | | | | | | | | | | d239307d00c7 - MAPREDUCE-4269. documentation: Gridmix has javadoc warnings in StressJobFactory (Jonathon Eagles via tgraves). (12 years ago) +* | | | | | | | | | | | | | 260dfa367e3c - HDFS-2885. Remove "federation" from the nameservice config options. Contributed by Tsz Wo (Nicholas), SZE (12 years ago) +* | | | | | | | | | | | | | 75041b99500a - HDFS-2717. BookKeeper Journal output stream doesn't check addComplete rc. Contributed by Ivan Kelly. (12 years ago) +* | | | | | | | | | | | | | a37aa28e4ac4 - MAPREDUCE-4002. MultiFileWordCount job fails if the input path is not from default file system. Contributed by Bhallamudi Venkata Siva Kamesh. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | +* | | | | | | | | | | | | d1a54b872dc0 - HDFS-3438. BootstrapStandby should not require a rollEdits on active node. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | 20f935eaead5 - HADOOP-8329. Build fails with Java 7. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | | ea0baa360978 - HDFS-3444. hdfs groups command doesn't work with security enabled. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | | | 7d1f97b82137 - HDFS-3440. More effectively limit stream memory consumption when reading corrupt edit logs. Contributed by Colin Patrick McCabe. (12 years ago) +* | | | | | | | | | | | | eae281c130db - HADOOP-8408. MR doesn't work with a non-default ViewFS mount table and security enabled. Contributed by Aaron T. Myers (12 years ago) +* | | | | | | | | | | | | bacb4080a010 - MAPREDUCE-4197. Include the hsqldb jar in the hadoop-mapreduce tar file (Ravi Prakash via tgraves) (12 years ago) +* | | | | | | | | | | | | fe07758ad064 - HADOOP-8287. etc/hadoop is missing hadoop-env.sh. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | | 5258d6bf3fb8 - HDFS-3391. Fix InvalidateBlocks to compare blocks including their generation stamps. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | 15ddb6634f8b - HDFS-2800. Fix cancellation of checkpoints in the standby node to be more reliable. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | 5ef725eb5369 - HDFS-3434. InvalidProtocolBufferException when visiting DN browseDirectory.jsp. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | | 6d71407582ba - HDFS-1153. dfsnodelist.jsp should handle invalid input parameters. Contributed by Ravi Phulari (12 years ago) +* | | | | | | | | | | | | dcf84707ab50 - MAPREDUCE-3543. Mavenize Gridmix. (tgraves) (12 years ago) +* | | | | | | | | | | | | e1f09365ca0b - HADOOP-8360. empty-configuration.xml fails xml validation. Contributed by Radim Kolar. (harsh) (12 years ago) +* | | | | | | | | | | | | 1377709b4c58 - HDFS-3433. GetImageServlet should allow administrative requestors when security is enabled. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | | | 026d0b4d539d - HADOOP-8406. CompressionCodecFactory.CODEC_PROVIDERS iteration is thread-unsafe. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | ba1e4a823a70 - HDFS-3422. TestStandbyIsHot timeouts too aggressive. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | 97e1d5c9ad9a - HDFS-860. fuse-dfs truncate behavior causes issues with scp. Contributed by Brian Bockelman (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | +* | | | | | | | | | | | 235502d60b06 - HADOOP-8400. All commands warn 'Kerberos krb5 configuration not found' when security is not enabled. (tucu) (12 years ago) +* | | | | | | | | | | | 7286e8a9daef - HDFS-3413. TestFailureToReadEdits timing out. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | | 7e3d0168453b - MAPREDUCE-4102. job counters not available in Jobhistory webui for killed jobs (Bhallamudi Venkata Siva Kamesh via tgraves) (12 years ago) +* | | | | | | | | | | | 9142dcac9eeb - Move changes from 2.0.0-alpha to 2.0.1-alpha in CHANGES.txt for those that did not make rc1 (12 years ago) +* | | | | | | | | | | | 2eeafa78c934 - MAPREDUCE-4250. hadoop-config.sh missing variable exports, causes Yarn jobs to fail with ClassNotFoundException MRAppMaster. (phunt via tucu) (12 years ago) +* | | | | | | | | | | | c743168bf2f9 - HADOOP-8393. hadoop-config.sh missing variable exports, causes Yarn jobs to fail with ClassNotFoundException MRAppMaster. (phunt via tucu) (12 years ago) +* | | | | | | | | | | | dac828de0fb7 - HDFS-3197. Incorrect class comments in a few tests. Contributed by Andy Isaacson (12 years ago) +* | | | | | | | | | | | f35294eb95b6 - MAPREDUCE-4238. mavenize data_join. (tgraves) (12 years ago) +* | | | | | | | | | | | 7428aeca8666 - HDFS-3418. Rename BlockWithLocationsProto datanodeIDs field to storageIDs. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | b64cd82a3490 - HADOOP-8398. Cleanup BlockLocation. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | c4e4e561608d - HDFS-3419. Cleanup LocatedBlock. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | e9a7648f62c7 - HDFS-3416. Cleanup DatanodeID and DatanodeRegistration constructors used by testing. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | e4df14f8f151 - HDFS-3417. Rename BalancerDatanode#getName to getDisplayName to be consistent with Datanode. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | f22276ee3fe3 - HADOOP-8297. Writable javadocs don't carry default constructor (harsh) (12 years ago) +* | | | | | | | | | | | 95710c15b7a7 - HDFS-3335. check for edit log corruption at the end of the log. Contributed by Colin Patrick McCabe. (12 years ago) +* | | | | | | | | | | | 2a406d0437fa - Move HDFS-2759 to branch-2 section of CHANGES.txt. (12 years ago) +* | | | | | | | | | | | a8eef98f415d - HDFS-3163. TestHDFSCLI.testAll fails if the user name is not all lowercase. Contributed by Brandon Li. (12 years ago) +* | | | | | | | | | | | bcdb125643d4 - HDFS-3031. Fix complete() and getAdditionalBlock() RPCs to be idempotent. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | 05c5fcfb422e - HDFS-3414. Balancer does not find NameNode if rpc-address or servicerpc-address are not set in client configs. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | | f1560d379d31 - HDFS-2312. FSNamesystem javadoc incorrectly says its for DNs. (harsh) (12 years ago) +* | | | | | | | | | | | f22341ab1a90 - HDFS-3404. Make putImage in GetImageServlet infer remote address to fetch from request. Contributed by Aaron T. Myers. (12 years ago) +| |_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | +* | | | | | | | | | | 810ae618fd2b - HADOOP-8395. Text shell command unnecessarily demands that a SequenceFile's key class be WritableComparable (harsh) (12 years ago) +* | | | | | | | | | | 3d1838228541 - Move HDFS-3211 to 2.0.0 in CHANGES.txt. (12 years ago) +* | | | | | | | | | | 7c3dd7e3118c - Move HADOOP-8285 and HADOOP-8366 to 2.0.0 in CHANGES.txt. (12 years ago) +* | | | | | | | | | | 4dfc8e60c296 - Add HADOOP-8113 to CHANGES.txt (12 years ago) +* | | | | | | | | | | a446ad2c2635 - MAPREDUCE-4233. NPE can happen in RMNMNodeInfo. (bobby) (12 years ago) +* | | | | | | | | | | f092e9fc8a2b - HADOOP-8224. Don't hardcode hdfs.audit.logger in the scripts. Contributed by Tomohiko Kinebuchi (12 years ago) +* | | | | | | | | | | e2af2f1b87c3 - HADOOP-8316. Audit logging should be disabled by default. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | 2116f28d9e95 - HADOOP-8366 Use ProtoBuf for RpcResponseHeader (sanjay radia) (12 years ago) +* | | | | | | | | | | cc9c6bdce213 - HADOOP-8353. hadoop-daemon.sh and yarn-daemon.sh can be misleading on stop. Contributed by Roman Shaposhnik. (12 years ago) +* | | | | | | | | | | aea890f7d215 - MAPREDUCE-4148. MapReduce should not have a compile-time dependency on HDFS. (12 years ago) +* | | | | | | | | | | 5dbd09ee768d - HDFS-3026. HA: Handle failure during HA state transition. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | 8def56e51e32 - HDFS-3400. DNs should be able start with jsvc even if security is disabled. Contributed by Aaron T. Myers (12 years ago) +* | | | | | | | | | | ba6360e49382 - HDFS-3385. The last block of INodeFileUnderConstruction is not necessarily a BlockInfoUnderConstruction, so do not cast it in FSNamesystem.recoverLeaseInternal(..). (12 years ago) +* | | | | | | | | | | fcb4b1995b53 - HDFS-3401. Cleanup DatanodeDescriptor creation in the tests. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | dfd733401d8d - HADOOP-8388. Remove unused BlockLocation serialization. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | | 1a4539abf760 - Remove SHORT_STRING_MAX, left out of the previous commit. (12 years ago) +* | | | | | | | | | | 032216a3a79d - HADOOP-8361. Avoid out-of-memory problems when deserializing strings. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | | 98b00d7cc015 - HDFS-3134. harden edit log loader against malformed or malicious input. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | | 7e8e983620f3 - HDFS-3369. Rename {get|set|add}INode(..) methods in BlockManager and BlocksMap to {get|set|add}BlockCollection(..). Contributed by John George (12 years ago) +* | | | | | | | | | | 6957c7806603 - HADOOP-8375. test-patch should stop immediately once it has found compilation errors (bobby) (12 years ago) +* | | | | | | | | | | 6a0865440e33 - HDFS-3230. Cleanup DatanodeID creation in the tests. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | f5960f71d9dc - HDFS-3395. NN doesn't start with HA+security enabled and HTTP address set to 0.0.0.0. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | f1ff05bf47a7 - Reverting (Need to re-do the patch. new BlockInfo does not set iNode ) HDFS-3157. Error in deleting block is keep on coming from DN even after the block report and directory scanning has happened. (12 years ago) +* | | | | | | | | | | 54303465a6e3 - HDFS-3396. FUSE build fails on Ubuntu 12.04. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | | 1849fde096b3 - HADOOP-7868. Hadoop native fails to compile when default linker option is -Wl,--as-needed. Contributed by Trevor Robinson (12 years ago) +* | | | | | | | | | | a67054d7c3d3 - HDFS-3328. NPE in DataNode.getIpcPort. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | b75f0187c836 - HDFS-3341, HADOOP-8340. SNAPSHOT build versions should compare as less than their eventual release. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | 1ceecf2aa241 - HADOOP-8372. NetUtils.normalizeHostName() incorrectly handles hostname starting with a numeric character. Contributed by Junping Du. (12 years ago) +* | | | | | | | | | | 0308423b9c8d - MAPREDUCE-4237. TestNodeStatusUpdater can fail if localhost has a domain associated with it (bobby) (12 years ago) +* | | | | | | | | | | e3fbc526861c - HDFS-3390. DFSAdmin should print full stack traces of errors when DEBUG logging is enabled. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | c853a425a04e - HADOOP-8373. Port RPC.getServerAddress to 0.23 (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | | b1e883132b8b - HADOOP-8354. test-patch findbugs may fail if a dependent module is changed Contributed by Tom White and Robert Evans. (12 years ago) +* | | | | | | | | | | 27ce5a6fb0eb - Remove the empty file FSInodeInfo.java for HDFS-3363. (12 years ago) +* | | | | | | | | | | 408e558d8d44 - HDFS-3157. Error in deleting block is keep on coming from DN even after the block report and directory scanning has happened. Contributed by Ashish Singhi. (12 years ago) +* | | | | | | | | | | f6d621834889 - MAPREDUCE-4231. Update RAID to use the new BlockCollection interface. (12 years ago) +* | | | | | | | | | | 0caac704fb07 - MAPREDUCE-4215. RM app page shows 500 error on appid parse error (Jonathon Eagles via tgraves) (12 years ago) +* | | | | | | | | | | 67a514b64775 - MAPREDUCE-3850. Avoid redundant calls for tokens in TokenCache (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | | aa60da6c2ec0 - MAPREDUCE-4162. Correctly set token service (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | | a9808de0d9a7 - HADOOP-8341. Fix or filter findbugs issues in hadoop-tools (bobby) (12 years ago) +* | | | | | | | | | | 1d7b9805924a - HDFS-3378. Remove DFS_NAMENODE_SECONDARY_HTTPS_PORT_KEY and DEFAULT. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | f0f9a3631fe4 - HDFS-3363. Define BlockCollection and MutableBlockCollection interfaces so that INodeFile and INodeFileUnderConstruction do not have to be used in block management. Contributed by John George (12 years ago) +* | | | | | | | | | | 7aa2889f822a - HDFS-3375. Put client name in DataXceiver thread name for readBlock and keepalive. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | 07280c9761ae - HADOOP-8359. Fix javadoc warnings in Configuration. Contributed by Anupam Seth (12 years ago) +* | | | | | | | | | | 567aed4f2c0a - HDFS-3365. Enable users to disable socket caching in DFS client configuration. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | 55cd161a3548 - MAPREDUCE-4226. ConcurrentModificationException in FileSystemCounterGroup. (12 years ago) +* | | | | | | | | | | eca2c850a57f - HDFS-3376. DFSClient fails to make connection to DN if there are many unusable cached sockets. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | d3599de399e6 - MAPREDUCE-4220. RM apps page starttime/endtime sorts are incorrect (Jonathan Eagles via bobby) (12 years ago) +* | | | | | | | | | | 35a33067bb53 - HADOOP-8328. Duplicate FileSystem Statistics object for 'file' scheme. (12 years ago) +* | | | | | | | | | | 8069771a2dd5 - HADOOP-8327. distcpv2 and distcpv1 jars should not coexist (Dave Thompson via bobby) (12 years ago) +* | | | | | | | | | | e7d03636a098 - HADOOP-8323. Revert HADOOP-7940, cause it may cause a performance regression. (harsh) (12 years ago) +* | | | | | | | | | | 51e520c68aaf - HADOOP-8349. ViewFS doesn't work when the root of a file system is mounted. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | a2eb525ce1e7 - Move HDFS-2617 commit message to the right place. (12 years ago) +* | | | | | | | | | | 5dbbe0e0a5d3 - HDFS-2617. Replaced Kerberized SSL for image transfer and fsck with SPNEGO-based solution. Contributed by Jakob Homan, Alejandro Abdelnur, and Aaron T. Myers (12 years ago) +* | | | | | | | | | | 0bf8f11860e6 - HDFS-3303. Remove Writable implementation from RemoteEditLogManifest. Contributed by Brandon Li (12 years ago) +* | | | | | | | | | | a701c792f880 - HDFS-3357. DataXceiver reads from client socket with incorrect/no timeout. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | 407cfa3b56a0 - MAPREDUCE-3958. RM: Remove RMNodeState and replace it with NodeState (Bikas Saha via bobby) (12 years ago) +* | | | | | | | | | | 48f95779c1b2 - MAPREDUCE-4048. NullPointerException exception while accessing the Application Master UI (Devaraj K via bobby) (12 years ago) +* | | | | | | | | | | a70587f368a6 - HADOOP-8343. Allow configuration of authorization for JmxJsonServlet and MetricsServlet (tucu) (12 years ago) +* | | | | | | | | | | 0fca4fbaf35a - MAPREDUCE-4205. retrofit all JVM shutdown hooks to use ShutdownHookManager (tucu) (12 years ago) +* | | | | | | | | | | a7993ef5e8d3 - HADOOP-8355. SPNEGO filter throws/logs exception when authentication fails (tucu) (12 years ago) +* | | | | | | | | | | af666074064d - HADOOP-8356. FileSystem service loading mechanism should print the FileSystem impl it is failing to load (tucu) (12 years ago) +* | | | | | | | | | | dd8b7ae9d884 - HDFS-3350. In INode, add final to compareTo(..), equals(..) and hashCode(), and remove synchronized from updatePermissionStatus(..). (12 years ago) +* | | | | | | | | | | 6b58fa6494eb - Amend previous commit of HADOOP-8350 (missed new SocketInputWrapper file) (12 years ago) +* | | | | | | | | | | 03181022ab23 - HADOOP-8350. Improve NetUtils.getInputStream to return a stream which has a tunable timeout. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | 25882b199b58 - HDFS-3359. DFSClient.close should close cached sockets. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | 9aae7c22acfc - HDFS-3332. NullPointerException in DN when directoryscanner is trying to report bad blocks. Contributed by Amith D K. (12 years ago) +* | | | | | | | | | | 48414b08277b - MAPREDUCE-4163. consistently set the bind address (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | | e3242b95b358 - HADOOP-8346. Makes oid changes to make SPNEGO work. Was broken due to fixes introduced by the IBM JDK compatibility patch. Contributed by Devaraj Das. (12 years ago) +* | | | | | | | | | | d94899877709 - HADOOP-8347. Hadoop Common logs misspell 'successful'. Contributed by Philip Zeyliger (12 years ago) +* | | | | | | | | | | 470b1197be99 - HDFS-3351. NameNode#initializeGenericKeys should always set fs.defaultFS regardless of whether HA or Federation is enabled. Contributed by Aaron T. Myers. (12 years ago) +| |_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | +* | | | | | | | | | cbc242429093 - HDFS-3330. If GetImageServlet throws an Error or RTE, response should not have HTTP "OK" status. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | ca5b406ac0d0 - MAPREDUCE-4219. make default container-executor.conf.dir be a path relative to the container-executor binary. (rvs via tucu) (12 years ago) +* | | | | | | | | | e1a961d1bc63 - HDFS-3336. hdfs launcher script will be better off not special casing namenode command with regards to hadoop.security.logger (rvs via tucu) (12 years ago) +* | | | | | | | | | 6575fcd43044 - HADOOP-8214. make hadoop script recognize a full set of deprecated commands (rvs via tucu) (12 years ago) +* | | | | | | | | | a5a2abbacc3a - HADOOP-8342. HDFS command fails with exception following merge of HADOOP-8325 (tucu) (12 years ago) +* | | | | | | | | | f8ed2ad52477 - MAPREDUCE-4210. Expose listener address for WebApp (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | 13a5af090744 - HADOOP-8185. Update namenode -format documentation and add -nonInteractive and -force. Contributed by Arpit Gupta. (12 years ago) +* | | | | | | | | | 1c96e52533ce - MAPREDUCE-3173. MRV2 UI doesn't work properly without internet (Devaraj K via bobby) (12 years ago) +* | | | | | | | | | 8620a99d1eea - HDFS-3339. Change INode to package private. Contributed by John George (12 years ago) +* | | | | | | | | | 70c392df0e8f - HADOOP-8339. jenkins complaining about 16 javadoc warnings (Tom White and Robert Evans via tgraves) (12 years ago) +* | | | | | | | | | bbfda8304459 - HADOOP-8275. Range check DelegationKey length. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | 7d1b804d3a31 - HADOOP-8172. Configuration no longer sets all keys in a deprecated key list. (Anupam Seth via bobby) (12 years ago) +* | | | | | | | | | 934f466babfa - HADOOP-8317. Update maven-assembly-plugin to 2.3 - fix build on FreeBSD (Radim Kolar via bobby) (12 years ago) +* | | | | | | | | | 6fec13abdd41 - MAPREDUCE-4202. Updating changes to just be branch-2 (12 years ago) +* | | | | | | | | | 512fd2756a99 - MAPREDUCE-4202. TestYarnClientProtocolProvider is broken (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | 506232da5c76 - MAPREDUCE-4211. Error conditions (missing appid, appid not found) are masked in the RM app page (Jonathan Eagles via bobby) (12 years ago) +* | | | | | | | | | 2755a2e283cd - MAPREDUCE-4212. TestJobClientGetJob sometimes fails (Daryn Sharp via tgraves) (12 years ago) +* | | | | | | | | | d37ec9d09e02 - HDFS-3286. When the threshold value for balancer is zero, unexpected output is displayed. Contributed by Ashish Singhi. (12 years ago) +* | | | | | | | | | 086fa860c01c - HDFS-3275. Skip format for non-file based directories. Contributed by Amith D K. (12 years ago) +* | | | | | | | | | 0e31fba50d03 - HADOOP-8308. Support cross-project Jenkins builds. (12 years ago) +* | | | | | | | | | 2af70cb5173d - HDFS-3293. Add toString(), equals(..) and hashCode() to JournalInfo. Contributed by Hari Mankude (12 years ago) +* | | | | | | | | | 1e88c1f088a5 - HADOOP-8335. Improve Configuration's address handling (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | bd956559c8ff - HADOOP-8312. testpatch.sh should provide a simpler way to see which warnings changed (bobby) (12 years ago) +* | | | | | | | | | f484a3c01992 - HADOOP-8330. Update TestSequenceFile.testCreateUsesFsArg() for HADOOP-8305. Contributed by John George (12 years ago) +* | | | | | | | | | 8a0c7323ce36 - HADOOP-8325. Add a ShutdownHookManager to be used by different components instead of the JVM shutdownhook (tucu) (12 years ago) +* | | | | | | | | | 097a001b3fd3 - HADOOP-8334. HttpServer sometimes returns incorrect port (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | 47df4697ba22 - MAPREDUCE-4206. Sorting by Last Health-Update on the RM nodes page sorts does not work correctly (Jonathon Eagles via tgraves) (12 years ago) +* | | | | | | | | | 7407d5cd0f97 - MAPREDUCE-4209. junit dependency in hadoop-mapreduce-client is missing scope test (Radim Kolar via bobby) (12 years ago) +* | | | | | | | | | 252568085a7a - MAPREDUCE-3883. Document yarn.nodemanager.delete.debug-delay-sec configuration property (Eugene Koontz via tgraves) (12 years ago) +* | | | | | | | | | c203c7628c57 - HDFS-3265. PowerPc Build error. Contributed by Kumar Ravi. (12 years ago) +* | | | | | | | | | d5edc0463564 - HDFS-2743. Streamline usage of bookkeeper journal manager. Contributed by Ivan Kelly. (12 years ago) +* | | | | | | | | | a22c138291a4 - HDFS-3326. Append enabled log message uses the wrong variable. Contributed by Matthew Jacobs (12 years ago) +* | | | | | | | | | cd271773ac45 - HDFS-3331. In namenode, check superuser privilege for setBalancerBandwidth and acquire the write lock for finalizeUpgrade. (12 years ago) +* | | | | | | | | | 920b8fac187d - HDFS-3334. Fix ByteRangeInputStream stream leakage. Contributed by Daryn Sharp (12 years ago) +* | | | | | | | | | 84b36cfd80cf - HDFS-3309. HttpFS (Hoop) chmod not supporting octal and sticky bit permissions. (tucu) (12 years ago) +* | | | | | | | | | 500dc615230f - HADOOP-8305. distcp over viewfs is broken (John George via bobby) (12 years ago) +* | | | | | | | | | 3e835c47d116 - HDFS-3181. Fix a test case in TestLeaseRecovery2. (12 years ago) +* | | | | | | | | | 1a76c82a3195 - HDFS-3322. Use HdfsDataInputStream and HdfsDataOutputStream in Hdfs. (12 years ago) +* | | | | | | | | | 17e03547dc67 - HADOOP-8321. TestUrlStreamHandler fails. (tucu) (12 years ago) +* | | | | | | | | | d28b98242854 - HDFS-3222. DFSInputStream#openInfo should not silently get the length as 0 when locations length is zero for last partial block. Contributed by Uma Maheswara Rao G. (12 years ago) +* | | | | | | | | | 1c0231cc74a9 - MAPREDUCE-4189. TestContainerManagerSecurity is failing (Devaraj K via bobby) (12 years ago) +* | | | | | | | | | 1a118d6a32da - MAPREDUCE-4138. Reduce memory usage of counters due to non-static nested classes. (12 years ago) +* | | | | | | | | | cda16311a901 - MAPREDUCE-4169. Container Logs appear in unsorted order (Jonathan Eagles via bobby) (12 years ago) +* | | | | | | | | | 4b62c682927a - HADOOP-8310. FileContext#checkPath should handle URIs with no port. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | 2b254dad2ea0 - HDFS-3258. Test for HADOOP-8144 (pseudoSortByDistance in NetworkTopology for first rack local node). Contributed by Junping Du (12 years ago) +* | | | | | | | | | e7583d816a69 - MAPREDUCE-3613. web service calls header contains 2 content types (tgraves) (12 years ago) +* | | | | | | | | | 719b719e3dd6 - MAPREDUCE-4194. ConcurrentModificationError in DirectoryCollection (Jonathan Eagles via bobby) (12 years ago) +* | | | | | | | | | 3b773da0361b - HDFS-3319. Change DFSOutputStream to not to start a thread in constructors. (12 years ago) +* | | | | | | | | | 2584779166f0 - HDFS-3321. Fix safe mode turn off tip message. Contributed by Ravi Prakash (12 years ago) +* | | | | | | | | | f86352c2dff7 - HDFS-3318. Use BoundedInputStream in ByteRangeInputStream, otherwise, it hangs on transfers >2 GB. Contributed by Daryn Sharp (12 years ago) +* | | | | | | | | | e84b55271334 - HADOOP-8296. hadoop/yarn daemonlog usage wrong (Devaraj K via tgraves) (12 years ago) +* | | | | | | | | | 8e99d9a76461 - Move HDFS-3282 and HDFS-3298 to 2.0.0 in CHANGES.txt. (12 years ago) +* | | | | | | | | | bcfb66ebb2e4 - MAPREDUCE-4193. broken doc link for yarn-default.xml in site.xml. Contributed by Patrick Hunt. (12 years ago) +* | | | | | | | | | e29ede3f7297 - HADOOP-8314. HttpServer#hasAdminAccess should return false if authorization is enabled but user is not authenticated. (tucu) (12 years ago) +* | | | | | | | | | ea32198db4e7 - HDFS-3298. Add HdfsDataOutputStream as a public API. (12 years ago) +* | | | | | | | | | 706e861a859a - HADOOP-7549. Use JDK ServiceLoader mechanism to find FileSystem implementations. (tucu) (12 years ago) +* | | | | | | | | | f4711ef3ab4b - HDFS-3314. HttpFS operation for getHomeDirectory is incorrect. (tucu) (12 years ago) +* | | | | | | | | | f9993b5ffb23 - HADOOP-8309. Pseudo & Kerberos AuthenticationHandler should use getType() to create token (tucu) (12 years ago) +* | | | | | | | | | f340d6c894da - MAPREDUCE-4079. Allow MR AppMaster to limit ephemeral port range.(bobby via tgraves) (12 years ago) +* | | | | | | | | | 858887e28921 - HADOOP-8152. Expand public APIs for security library classes. Contributed by Aaron T. Myers (12 years ago) +* | | | | | | | | | ebe0e9a99bcc - MAPREDUCE-4141. clover integration broken, also mapreduce poms are pulling in clover as a dependency. (phunt via tucu) (12 years ago) +* | | | | | | | | | 1ac0171b2b38 - HADOOP-8284. clover integration broken, also mapreduce poms are pulling in clover as a dependency. (phunt via tucu) (12 years ago) +* | | | | | | | | | 93c5585d31de - HDFS-3312. In HftpFileSystem, the namenode URI is non-secure but the delegation tokens have to use secure URI. Contributed by Daryn Sharp (12 years ago) +* | | | | | | | | | 80ab78c21728 - MAPREDUCE-4133. MR over viewfs is broken (John George via bobby) (12 years ago) +* | | | | | | | | | 796e1a48ac03 - MAPREDUCE-4190. Improve web UI for task attempts userlog link (Tom Graves via bobby) (12 years ago) +* | | | | | | | | | 589c68ae09ef - HADOOP-8285 Use ProtoBuf for RpcPayLoadHeader (sanjay radia) (12 years ago) +* | | | | | | | | | 1eb1d0ae4fec - MAPREDUCE-3812. Lower default allocation sizes, fix allocation configurations and document them (Harsh J via bobby) (12 years ago) +* | | | | | | | | | cdbe15ccdc2f - HDFS-3308. Uses canonical URI to select delegation tokens in HftpFileSystem and WebHdfsFileSystem. Contributed by Daryn Sharp (12 years ago) +* | | | | | | | | | 201af204061a - Revert r1328482 for HDFS-3308. (12 years ago) +* | | | | | | | | | ab8f458742ce - HDFS-3308. Uses canonical URI to select delegation tokens in HftpFileSystem and WebHdfsFileSystem. Contributed by Daryn Sharp (12 years ago) +* | | | | | | | | | 49ed783a3a68 - HDFS-3305. GetImageServlet should consider SBN a valid requestor in a secure HA setup. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | 8d09ab0da221 - MAPREDUCE-3947. yarn.app.mapreduce.am.resource.mb not documented (Devaraj K via bobby) (12 years ago) +* | | | | | | | | | df654cca49c1 - MAPREDUCE-3867. MiniMRYarn/MiniYarn uses fixed ports (tucu) (12 years ago) +* | | | | | | | | | 7d2466c0c8d1 - MAPREDUCE-4129. Lots of unneeded counters log messages (Ahmed Radwan via bobby) (12 years ago) +* | | | | | | | | | d09cf903abcc - MAPREDUCE-4093. Improve RM WebApp start up when proxy address is not set (Devaraj K vai bobby) (12 years ago) +* | | | | | | | | | 5b35f7df647e - MAPREDUCE-4165. Committing is misspelled as commiting in task logs (John Eagles via bobby) (12 years ago) +* | | | | | | | | | 0363ca0489d4 - HADOOP-7350. Use ServiceLoader to discover compression codec classes. (12 years ago) +* | | | | | | | | | e3806060ce01 - MAPREDUCE-4159. Job is running in Uber mode after setting "mapreduce.job.ubertask.maxreduces" to zero (Devaraj K via bobby) (12 years ago) +* | | | | | | | | | f6cadd8610d9 - HADOOP-8288. Remove references of mapred.child.ulimit etc. since they are not being used any more (Ravi Prakash via bobby) (12 years ago) +* | | | | | | | | | 97ae5b675ff6 - MAPREDUCE-4074. Client continuously retries to RM When RM goes down before launching Application Master (xieguiming via tgraves) (12 years ago) +* | | | | | | | | | 3edc40e3777a - MAPREDUCE-4100. [Gridmix] Bug fixed in compression emulation feature for map only jobs. (amarrk) (12 years ago) +* | | | | | | | | | ba4ec5f0aa49 - iHDFS-3282. Expose getFileLength API. Contributed by Uma Maheswara Rao G. (12 years ago) +* | | | | | | | | | c6d3537d337d - HDFS-3282. Expose getFileLength API. Contributed by Uma Maheswara Rao G. (12 years ago) +* | | | | | | | | | 4550627cab9f - HDFS-3169. TestFsck should test multiple -move operations in a row. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | 54e61ffdc0b9 - HDFS-3206. Miscellaneous xml cleanups for OEV. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | 0c16ec4d6e94 - HDFS-891. DataNode no longer needs to check for dfs.network.script. Contributed by Harsh J (12 years ago) +| |_|_|_|_|_|_|_|/ +|/| | | | | | | | +* | | | | | | | | cc052d2a4a70 - Move HADOOP-8117 from 3.0 to 2.0 in CHANGES.txt after commit to branch-2 (12 years ago) +* | | | | | | | | 2bf8be3c72c5 - HDFS-3292. Remove the deprecated DiskStatus, getDiskStatus(), getRawCapacity() and getRawUsed() from DistributedFileSystem. Contributed by Arpit Gupta (12 years ago) +* | | | | | | | | 8bda086d046b - HDFS-3263. HttpFS should read HDFS config from Hadoop site.xml files (tucu) (12 years ago) +* | | | | | | | | 32d511065a26 - MAPREDUCE-4161. create sockets consistently (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | 4e4ba4cd90c7 - HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (12 years ago) +* | | | | | | | | 6b69ba6ba14a - Reverting all commit booboos made on HADOOP-8290. Resetting to state before that. Sorry for so much noise. (harsh) (12 years ago) +* | | | | | | | | d34fee4aa3d0 - HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (fixed commit after revert) (12 years ago) +* | | | | | | | | 3ac28085a700 - HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (fixed commit) (12 years ago) +* | | | | | | | | 14c61e6504d3 - HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (12 years ago) +* | | | | | | | | 2ada53f10750 - MAPREDUCE-4149. [Rumen] Rumen fails to parse certain counter strings. (ravigummadi) (12 years ago) +* | | | | | | | | eeec4dc72abf - HDFS-3294. Fix code indentation in NamenodeWebHdfsMethods and DatanodeWebHdfsMethods. (12 years ago) +* | | | | | | | | 7d04a96027ad - MAPREDUCE-3972. Fix locking and exception issues in JobHistory server. (Contributed by Robert Joseph Evans) (12 years ago) +* | | | | | | | | c80dbe5e09ab - HDFS-2652. Add support for host-based delegation tokens. Contributed by Daryn Sharp (12 years ago) +* | | | | | | | | a15e69cb9fcd - MAPREDUCE-4134. Remove references of mapred.child.ulimit etc. since they are not being used any more (Ravi Prakash via bobby) (12 years ago) +* | | | | | | | | ca9f62121e82 - MAPREDUCE-4151. RM scheduler web page should filter apps to those that are relevant to scheduling (Jason Lowe via tgraves) (12 years ago) +* | | | | | | | | b89b6bd75f1c - MAPREDUCE-4160. some mrv1 ant tests fail with timeout - due to 4156 (tgraves) (12 years ago) +* | | | | | | | | fe7711df98b9 - MAPREDUCE-3942. Randomize master key generation for ApplicationTokenSecretManager and roll it every so often. (Contributed by Vinod Kumar Vavilapalli) (12 years ago) +* | | | | | | | | c21bd72a2f1f - HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common. Contributed by Ahmed Radwan. (12 years ago) +* | | | | | | | | 1675c18ded4a - Revert HADOOP-8280 so it can be recommitted using `svn mv' (12 years ago) +* | | | | | | | | c7fb5ad40e2e - Pulled HADOOP-8108 into branch-0.23 (12 years ago) +* | | | | | | | | e8eed2f62d30 - HADOOP-8227. Allow RPC to limit ephemeral port range. (bobby) (12 years ago) +* | | | | | | | | a98ba41092b8 - HADOOP-8286. Simplify getting a socket address from conf (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | 207a2ada0c26 - HADOOP-8282. start-all.sh refers incorrectly start-dfs.sh existence for starting start-yarn.sh. Contributed by Devaraj K (12 years ago) +* | | | | | | | | 1d5861a8c45d - HDFS-3165. HDFS Balancer scripts are refering to wrong path of hadoop-daemon.sh. Contributed by Amith D K (12 years ago) +* | | | | | | | | 574f99bd6b59 - HDFS-3284. bootstrapStandby fails in secure cluster. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | 2d370ef2bac5 - HADOOP-8117. Upgrade test build to Surefire 2.12. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | 159646f2a490 - MAPREDUCE-4156. ant build fails compiling JobInProgress (tgraves) (12 years ago) +* | | | | | | | | f1667dee146f - HDFS-3279. Move the FSEditLog constructor with @VisibleForTesting to TestEditLog. Contributed by Arpit Gupta (12 years ago) +* | | | | | | | | 258da66cc7c7 - HDFS-3268. FileContext API mishandles token service and incompatible with HA. Contributed by Daryn Sharp. (12 years ago) +* | | | | | | | | 551468385cb4 - HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common. Contributed by Ahmed Radwan. (12 years ago) +* | | | | | | | | 24d6a8b29cea - MAPREDUCE-4008. ResourceManager throws MetricsException on start up saying QueueMetrics MBean already exists (Devaraj K via tgraves) (12 years ago) +* | | | | | | | | fccbc53357d7 - HADOOP-8283. Allow tests to control token service value (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | 15fe3ae61b99 - HDFS-2708. Stats for the # of blocks per DN. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | 841fdc5628fb - HDFS-3273. Refactor BackupImage and FSEditLog, and rename JournalListener.rollLogs(..) to startLogSegment(..). (12 years ago) +* | | | | | | | | f694ecdd9376 - Add .classpath, .project and .settings to svn:ignore. (12 years ago) +* | | | | | | | | d6533cc3219d - Move CHANGES.txt message for HDFS-2765 to be under 2.0.0 instead of trunk. (12 years ago) +* | | | | | | | | 9a10b4e773ac - MAPREDUCE-4144. Fix a NPE in the ResourceManager when handling node updates. (Contributed by Jason Lowe) (12 years ago) +* | | | | | | | | 5a20d446cf2a - HDFS-2799. Trim fs.checkpoint.dir values. Contributed by Amith D K (12 years ago) +* | | | | | | | | 27ea3ab6ba12 - MAPREDUCE-4128. AM Recovery expects all attempts of a completed task to also be completed. (Bikas Saha via bobby) (12 years ago) +* | | | | | | | | 02db5b7ef794 - MAPREDUCE-4147. YARN should not have a compile-time dependency on HDFS. (12 years ago) +* | | | | | | | | 10a0fcb62d37 - Add .classpath, .project and .settings to svn:ignore. (12 years ago) +* | | | | | | | | 4f230adc13c7 - HDFS-3256. HDFS considers blocks under-replicated if topology script is configured with only 1 rack. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | 07a436744588 - HDFS-3259. NameNode#initializeSharedEdits should populate shared edits dir with edit log segments. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | 047a7b276c49 - HADOOP-7510. Tokens should use original hostname provided instead of ip (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | ecb30a48c453 - MAPREDUCE-4050. For tasks without assigned containers, changes the node text on the UI to N/A instead of a link to null. (Contributed by Bhallamudi Venkata Siva Kamesh) (12 years ago) +* | | | | | | | | 72406e940a4c - HDFS-3255. HA DFS returns wrong token service. Contributed by Daryn Sharp. (12 years ago) +* | | | | | | | | f01ede227f05 - HADOOP-8144. pseudoSortByDistance in NetworkTopology doesn't work properly if no local node and first node is local rack node. Contributed by Junping Du (12 years ago) +* | | | | | | | | 346d50782ddc - MAPREDUCE-4140. mapreduce classes incorrectly importing "clover.org.apache.*" classes. Contributed by Patrick Hunt (12 years ago) +* | | | | | | | | d310c48ce4dc - MAPREDUCE-4083. [Gridmix] NPE in cpu emulation. (amarrk) (12 years ago) +* | | | | | | | | 4ea042666c4d - HDFS-3260. TestDatanodeRegistration should set minimum DN version in addition to minimum NN version. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | 7f427646dfe8 - HDFS-2983. Relax the build version check to permit rolling upgrades within a release. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | b31d9d9d86b5 - HADOOP-8270. hadoop-daemon.sh stop action should return 0 for an already stopped service. Contributed by Roman Shaposhnik (12 years ago) +* | | | | | | | | aca6ca005942 - MAPREDUCE-4107. Fix tests in org.apache.hadoop.ipc.TestSocketFactory (Devaraj K via tgraves) (12 years ago) +* | | | | | | | | 7809acd67b0e - MAPREDUCE-3932. Fix the TaskAttempt state machine to handle CONTIANER_LAUNCHED and CONTIANER_LAUNCH_FAILED events in additional states. (Contributed by Robert Joseph Evans) (12 years ago) +* | | | | | | | | ed678e52ce2c - HDFS-3179. Improve the exception message thrown by DataStreamer when it failed to add a datanode. (12 years ago) +* | | | | | | | | cfafd8c29dc3 - MAPREDUCE-4099 amendment. ApplicationMaster will remove staging directory after the history service is stopped. (Contributed by Jason Lowe) (12 years ago) +* | | | | | | | | bc2340e8b599 - HADOOP-8147. test-patch should run tests with -fn to avoid masking test failures (Robert Evans via tgraves) (12 years ago) +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | dab66bee5559 - HDFS-3249. Use ToolRunner.confirmPrompt in NameNode. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | 21824d823287 - HDFS-3247. Improve bootstrapStandby behavior when original NN is not active. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | 13bfe4794bc0 - MAPREDUCE-4040. History links should use hostname rather than IP address. (Contributed by Bhallamudi Venkata Siva Kamesh) (12 years ago) +* | | | | | | | e235dd376052 - HDFS-2696. Fix the fuse-fds build. Contributed by Bruno Mahé (12 years ago) +* | | | | | | | 80447bd35a79 - HDFS-3244. Remove dead writable code from hdfs/protocol. Contributed by Eli Collins (12 years ago) +* | | | | | | | 58228e4e7bd2 - HDFS-3243. TestParallelRead timing out on jenkins. Contributed by Henry Robinson. (12 years ago) +* | | | | | | | 7c2e10e0cd9f - HDFS-3248. bootstrapStandby repeated twice in hdfs namenode usage message. Contributed by Colin Patrick McCabe. (12 years ago) +* | | | | | | | 3ffdb9152e78 - HDFS-3094. add -nonInteractive and -force option to namenode -format command. Contributed by Arpit Gupta. (12 years ago) +* | | | | | | | 94843b848ac4 - MAPREDUCE-4108. Fix tests in org.apache.hadoop.util.TestRunJar (Devaraj K via tgraves) (12 years ago) +* | | | | | | | eb74ff0c3b6d - MAPREDUCE-4076. Stream job fails with ZipException when use yarn jar command (Devaraj K via bobby) (12 years ago) +* | | | | | | | 2accda38a1e8 - MAPREDUCE-4017. Add jobname to jobsummary log (tgraves and Koji Noguchi via bobby) (12 years ago) +* | | | | | | | d9b740cb1413 - MAPREDUCE-4057. Update RAID for the HA and fsdataset changes. Contributed by Devaraj K (12 years ago) +* | | | | | | | 793746870b70 - MAPREDUCE-4099. ApplicationMaster may fail to remove staging directory (Jason Lowe via bobby) (12 years ago) +* | | | | | | | cbb5f6109097 - MAPREDUCE-4059. The history server should have a separate pluggable storage/query interface. (Robert Evans via tgraves). (12 years ago) +* | | | | | | | 000859a534f4 - MAPREDUCE-3983. TestTTResourceReporting can fail, and should just be deleted (12 years ago) +* | | | | | | | 926f0a5ae077 - HDFS-3238. ServerCommand and friends don't need to be writables. Contributed by Eli Collins (12 years ago) +* | | | | | | | 482e0638e85b - HADOOP-8264. Remove irritating double double quotes in front of hostname (Bernd Fondermann via bobby) (12 years ago) +* | | | | | | | df3e1a315826 - HDFS-3240. Drop log level of "heartbeat: ..." in BPServiceActor to DEBUG. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | 53dc8546d4b5 - HDFS-3235. MiniDFSClusterManager doesn't correctly support -format option. Contributed by Henry Robinson. (12 years ago) +* | | | | | | | 9597c81f35c1 - HDFS-3236. NameNode does not initialize generic conf keys when started with -initializeSharedEditsDir. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | 4b0d4d54d9a5 - HADOOP-8263. Stringification of IPC calls not useful. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | 91528ce9eddb - HDFS-3234. Accidentally left log message in GetConf after HDFS-3226. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | b28f134e9cc6 - MAPREDUCE-3869. Fix classpath for DistributedShell application. (Contributed by Devaraj K) (12 years ago) +* | | | | | | | 241e3d40accd - MAPREDUCE-4105. Yarn RackResolver ignores rack configurations. Contributed by Ahmed Radwan. (12 years ago) +* | | | | | | | 48ab08f1c626 - MAPREDUCE-4117. mapred job -status throws NullPointerException (Devaraj K via bobby) (12 years ago) +* | | | | | | | 706394d03992 - HDFS-3004. Implement Recovery Mode. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | 3ced5ea06698 - HDFS-3119. Overreplicated block is not deleted even after the replication factor is reduced after sync follwed by closing that file. Contributed by Ashish Singhi. (12 years ago) +* | | | | | | | 909176c1fc21 - HADOOP-8261. Har file system doesn't deal with FS URIs with a host but no port. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | ee5daee1b752 - HDFS-3214. InterDatanodeProtocolServerSideTranslatorPB doesn't handle null response from initReplicaRecovery. Contributed by Todd Lipcon. (12 years ago) +| |_|_|_|_|_|/ +|/| | | | | | +* | | | | | | 74b4b4565103 - HDFS-3211. Add fence(..) and replace NamenodeRegistration with JournalInfo and epoch in JournalProtocol. Contributed by suresh (12 years ago) +* | | | | | | 2ab67dce1103 - HDFS-3226. Allow GetConf tool to print arbitrary keys. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | 02f5e43686f1 - HDFS-3121. Add HDFS tests for HADOOP-8014 change. Contributed by John George. Missed adding the file in the earlier commit. (12 years ago) +* | | | | | | de3fb5c23a36 - HDFS-3121. Add HDFS tests for HADOOP-8014 change. Contributed by John George. (12 years ago) +* | | | | | | fcb3ff5d1858 - HADOOP-8014. ViewFileSystem does not correctly implement getDefaultBlockSize, getDefaultReplication, getContentSummary (12 years ago) +* | | | | | | b435e2202d41 - MAPREDUCE-4110. Fix tests in TestMiniMRClasspath & TestMiniMRWithDFSWithDistinctUsers (Devaraj K via bobby) (12 years ago) +* | | | | | | 5af7077dcd2e - Added toString to ContainerToken. Contributed by Jason Lowe. (12 years ago) +* | | | | | | c156906c73b8 - MAPREDUCE-4051. Remove the empty hadoop-mapreduce-project/assembly/all.xml file (Ravi Prakash via bobby) (12 years ago) +* | | | | | | 58e920d1a046 - HDFS-2505. Add a test to verify getFileChecksum(..) with ViewFS. Contributed by Ravi Prakash (12 years ago) +* | | | | | | 534591697c52 - HADOOP-8014. ViewFileSystem does not correctly implement getDefaultBlockSize, getDefaultReplication, getContentSummary (John George via bobby) (12 years ago) +* | | | | | | b3ac25048c29 - HDFS-3136. Remove SLF4J dependency as HDFS does not need it to fix unnecessary warnings. Contributed by Jason Lowe. (12 years ago) +* | | | | | | 2bb3407af916 - MAPREDUCE-4111. Fix tests in org.apache.hadoop.mapred.TestJobName (Devaraj K via bobby) (12 years ago) +* | | | | | | b447d94094ef - MAPREDUCE-4112. Fix tests org.apache.hadoop.mapred.TestClusterMapReduceTestCase (Devaraj K via bobby) (12 years ago) +* | | | | | | adeef5ec8f0d - MAPREDUCE-4113. Fix tests org.apache.hadoop.mapred.TestClusterMRNotification (Devaraj K via bobby) (12 years ago) +* | | | | | | 90d9cab02e86 - HADOOP-8249. invalid hadoop-auth cookies should trigger authentication if info is avail before returning HTTP 401 (tucu) (12 years ago) +* | | | | | | 31aee4aa2aea - HADOOP-8086. KerberosName silently sets defaultRealm to empty if the Kerberos config is not found, it should log a WARN (tucu) (12 years ago) +* | | | | | | d166bd184d42 - HDFS-3110. Use directRead API to reduce the number of buffer copies in libhdfs. Contributed by Henry Robinson. (12 years ago) +| |_|_|_|_|/ +|/| | | | | +* | | | | | d483b6f3fc11 - HADOOP-8077. HA: fencing method should be able to be configured on a per-NN or per-NS basis. Contributed by Todd Lipcon. (12 years ago) +* | | | | | 04cc1d614d07 - HADOOP-8251. Fix SecurityUtil.fetchServiceTicket after HADOOP-6941. Contributed by Todd Lipcon. (12 years ago) +* | | | | | e505b7e704ff - HDFS-3208. Bogus entries in hosts files are incorrectly displayed in the report. Contributed by Eli Collins (12 years ago) +* | | | | | 112c32415175 - HDFS-3210. JsonUtil#toJsonMap for for a DatanodeInfo should use "ipAddr" instead of "name". Contributed by Eli Collins (12 years ago) +* | | | | | 861c872541b6 - HDFS-3204. Minor modification to JournalProtocol.proto to make it generic. Contributed by Suresh Srinivas. (12 years ago) +* | | | | | 80bbefafaf7c - HDFS-3178. Add states and state handler for journal synchronization in JournalService. (12 years ago) +* | | | | | c76b264196d7 - MAPREDUCE-4073. CS assigns multiple off-switch containers when using multi-level-queues (Siddharth Seth via bobby) (12 years ago) +* | | | | | 98df316058c2 - MAPREDUCE-3621. TestDBJob and TestDataDrivenDBInputFormat ant tests fail (Ravi Prakash via tgraves) (12 years ago) +* | | | | | f843f590f1cd - HADOOP-8180. Remove hsqldb since its not needed from pom.xml (Ravi Prakash via tgraves (12 years ago) +* | | | | | 76ec7a1c6bbe - Moved HADOOP-6963 to 0.23.3 (12 years ago) +* | | | | | bf5b50807495 - HADOOP-6963. In FileUtil.getDU(..), neither include the size of directories nor follow symbolic links. Contributed by Ravi Prakash (12 years ago) +* | | | | | 4c908d09879c - HDFS-3109. Remove hsqldf exclusions from pom.xml. Contributed by Ravi Prakash. (12 years ago) +* | | | | | 8e739ff01e8a - HDFS-3202. NamespaceInfo PB translation drops build version. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | 85a76eb31954 - HADOOP-7757. Test file reference count is at least 3x actual value (Jon Eagles via bobby) (12 years ago) +* | | | | | 663fbd46a82c - HDFS-3199. TestValidateConfigurationSettings is failing. Contributed by Todd Lipcon (12 years ago) +* | | | | | 4f6e0a5a6590 - HDFS-3050. rework OEV to share more code with the NameNode. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | 8a109ebebbf0 - HADOOP-8244. Improve comments on ByteBufferReadable.read. Contributed by Henry Robinson. (12 years ago) +* | | | | | 1d6038ecfb16 - MAPREDUCE-4097. tools testcases fail because missing mrapp-generated-classpath file in classpath (rvs via tucu) (12 years ago) +* | | | | | ba688e11c195 - HDFS-3102. Add CLI tool to initialize the shared-edits dir. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | fcacb14a1e37 - HADOOP-8179. risk of NPE in CopyCommands processArguments() (Daryn Sharp via bobby) (12 years ago) +| |_|_|_|/ +|/| | | | +* | | | | 1b93f8e5c3f6 - MAPREDUCE-4103. Fix HA docs for changes to shell command fencer args. Contributed by Todd Lipcon. (12 years ago) +* | | | | a7d6bdc63b50 - HDFS-3084. FenceMethod.tryFence() and ShellCommandFencer should pass namenodeId as well as host:port. Contributed by Todd Lipcon. (12 years ago) +* | | | | 4f7f58fa8bbd - Updated CHANGES.txt to reflect HDFS-2564 merge (12 years ago) +* | | | | db075f93ae10 - MAPREDUCE-3650. testGetTokensForHftpFS() fails (Ravi Prakash via bobby) (12 years ago) +* | | | | 594dd9eb2592 - MAPREDUCE-3082. Archive command take wrong path for input file with current directory (John George via bobby) (12 years ago) +* | | | | 4e44259cbda1 - MAPREDUCE-3682 Tracker URL says AM tasks run on localhost. (Ravi Prakash via tgraves) (12 years ago) +* | | | | b518a981690a - moved HADOOP-8088 to 0.23.3 (12 years ago) +* | | | | da1b01c9e303 - MAPREDUCE-4098. TestMRApps testSetClasspath fails (tucu) (12 years ago) +* | | | | d99c2958dd33 - MAPREDUCE-3672. Killed maps shouldn't be counted towards JobCounter.NUM_FAILED_MAPS. (Anupam Seth via tgraves) (12 years ago) +* | | | | dae6daba8c15 - HADOOP-8007. Use substitution tokens for fencing argument. Contributed by Todd Lipcon. (12 years ago) +* | | | | 7525ee5b6738 - HDFS-3000. Add a public API for setting quotas. Contributed by Aaron T. Myers. (12 years ago) +* | | | | 8c0366bf103c - HDFS-3168. Remove unnecessary "throw IOException" and change fields to final in FSNamesystem and BlockManager. (12 years ago) +* | | | | 9972a9633df4 - HDFS-3187. Upgrade guava to 11.0.2. Contributed by Todd Lipcon. (12 years ago) +| |_|_|/ +|/| | | +* | | | 84ff2d6d066e - HADOOP-8243. Security support broken in CLI (manual) failover controller. Contributed by Todd Lipcon. (12 years ago) +* | | | 1f4197984cc4 - MAPREDUCE-4020. Web services returns incorrect JSON for deep queue tree (Anupam Seth via tgraves) (12 years ago) +* | | | e561cb9e7881 - HDFS-3176. Use MD5MD5CRC32FileChecksum.readFields() in JsonUtil . Contributed by Kihwal Lee (12 years ago) +* | | | 7b387f55c3f3 - MAPREDUCE-3999. Tracking link gives an error if the AppMaster hasn't started yet (Ravi Prakash via bobby) (12 years ago) +* | | | 0db8003e2e3d - HDFS-3166. Add timeout to Hftp connections. Contributed by Daryn Sharp (12 years ago) +* | | | b45c4500269e - MAPREDUCE-3988. mapreduce.job.local.dir doesn't point to a single directory on a node. (Eric Payne via bobby) (12 years ago) +* | | | 20184e7ddc74 - MAPREDUCE-4072. User set java.library.path seems to overwrite default creating problems native lib loading (Anupam Seth via bobby) (12 years ago) +* | | | 949b34e72215 - Missed a test file as part of MAPREDUCE-4062 (12 years ago) +* | | | 2b5c36b6952e - MAPREDUCE-4062. AM Launcher thread can hang forever (tgraves via bobby) (12 years ago) +* | | | 00eb28d92727 - MAPREDUCE-4012 Hadoop Job setup error leaves no useful info to users. (tgraves) (12 years ago) +* | | | 8c8dbba8a67d - MAPREDUCE-3983. TestTTResourceReporting can fail, and should just be deleted (Ravi Prakash via bobby) (12 years ago) +* | | | 4d876c7800ca - MAPREDUCE-4060. Multiple SLF4J binding warning (Jason Lowe via bobby) (12 years ago) +* | | | e449de0526ce - HDFS-3126. Journal stream from Namenode to BackupNode needs to have timeout. Contributed by Hari Mankude. (12 years ago) +* | | | 4f15b9dfed02 - HDFS-3148. The client should be able to use multiple local interfaces for data transfer. Contributed by Eli Collins (12 years ago) +* | | | f44ca78179f6 - Previous commit was for HDFS-3120, fixing up CHANGES.txt (12 years ago) +* | | | 72b3f302dc35 - HDFS-3148. The client should be able to use multiple local interfaces for data transfer. Contributed by Eli Collins (12 years ago) +* | | | 01ce7ba3a4af - MAPREDUCE-4024. RM webservices can't query on finalStatus (Tom Graves via bobby) (12 years ago) +* | | | bb74427da27a - MAPREDUCE-4089. Hung Tasks never time out. (Robert Evans via tgraves) (12 years ago) +* | | | 354025b6e7ac - MAPREDUCE-4095. TestJobInProgress#testLocality uses a bogus topology. Contributed by Colin Patrick McCabe (12 years ago) +* | | | 3a8d123ccb5d - MAPREDUCE-4092. commitJob Exception does not fail job (Jon Eagles via bobby) (12 years ago) +* | | | 9b1d2949ae1f - HADOOP-8242. AbstractDelegationTokenIdentifier: add getter methods for owner and realuser. Contributed by Colin Patrick McCabe (12 years ago) +* | | | 57af34b776e4 - Preping for 0.23.3 stabilization. (12 years ago) +* | | | 950273bde4cc - HADOOP-8210. Common side of HDFS-3148: The client should be able to use multiple local interfaces for data transfer. Contributed by Eli Collins (12 years ago) +* | | | bc13dfb14269 - HDFS-3130. Move fsdataset implementation to a package. (12 years ago) +| |_|/ +|/| | +* | | a4ccb8f504e7 - HADOOP-8236. haadmin should have configurable timeouts for failover commands. Contributed by Todd Lipcon. (12 years ago) +* | | be8a0d1e62c7 - HDFS-3174. Fix assert in TestPendingDataNodeMessages. Contributed by Eli Collins (12 years ago) +* | | ad0c49ec31fc - Fixup CHANGES.txt for HDFS-3144. (12 years ago) +* | | be7dd8333a7e - HDFS-3144. Refactor DatanodeID#getName by use. Contributed by Eli Collins (12 years ago) +* | | 78e3568340f2 - HADOOP-8238. NetUtils#getHostNameOfIP blows up if given ip:port string w/o port. Contributed by Eli Collins (12 years ago) +* | | 2c47463cbae7 - HADOOP-8199. Fix issues in start-all.sh and stop-all.sh Contributed by Devaraj K. (12 years ago) +* | | 43afa4ee5169 - HDFS-2995. start-dfs.sh should only start the 2NN for namenodes with dfs.namenode.secondary.http-address configured. Contributed by Eli Collins (12 years ago) +* | | a232d5c79100 - HDFS-3167. CLI-based driver for MiniDFSCluster. Contributed by Henry Robinson. (12 years ago) +* | | 0663dbaac0a1 - HDFS-3171. The DatanodeID "name" field is overloaded. Contributed by Eli Collins (12 years ago) +* | | eacd9abf500a - HADOOP-8211. Update commons-net version to 3.1. Contributed by Eli Collins (12 years ago) +* | | 8bd825bb6f35 - HDFS-3164. Move DatanodeInfo#hostName to DatanodeID. Contributed by Eli Collins (12 years ago) +* | | eeb687daa736 - HDFS-3172. dfs.upgrade.permission is dead code. Contributed by Eli Collins (12 years ago) +* | | ff897e75c9c6 - HDFS-3070. HDFS balancer doesn't ensure that hdfs-site.xml is loaded. Contributed by Aaron T. Myers. (12 years ago) +* | | 170ff8d81c77 - MAPREDUCE-4087. [Gridmix] GenerateDistCacheData job of Gridmix can become slow in some cases (ravigummadi) (12 years ago) +* | | c4c7ee5b8ca8 - MAPREDUCE-4091. tools testcases failing because of MAPREDUCE-4082 (tucu) (12 years ago) +* | | a8cbf1954808 - HDFS-3138. Move DatanodeInfo#ipcPort to DatanodeID. Contributed by Eli Collins (12 years ago) +* | | d1893c8f5b2d - MAPREDUCE-3916. various issues with running yarn proxyserver (devaraj via tucu) (12 years ago) +* | | c5c476ed6ae2 - Move HDFS-3137 to the right place in CHANGES.txt (12 years ago) +* | | 64641c28b5ea - HDFS-3137. Bump LAST_UPGRADABLE_LAYOUT_VERSION to -16. Contributed by Eli Collins (12 years ago) +* | | 51908783be56 - HDFS-3142. TestHDFSCLI.testAll is failing. Contributed by Brandon Li. (12 years ago) +* | | 57e175fddf9b - hadoop-mapreduce-client-app's mrapp-generated-classpath file should not be in the module JAR (tucu) (12 years ago) +* | | 9b588ed924c0 - HADOOP-8149. Cap space usage of default log4j rolling policy. Contributed by Patrick Hunt (12 years ago) +* | | d05cc8e5cd29 - MAPREDUCE-3989. Cap space usage of default log4j rolling policy. Contributed by Patrick Hunt (12 years ago) +* | | da58921cf5ba - HDFS-3066. Cap space usage of default log4j rolling policy. Contributed by Patrick Hunt (12 years ago) +* | | 978404d1a83e - HADOOP-8208. Disallow self failover. Contributed by Eli Collins (12 years ago) +* | | f11a5dc5f690 - MAPREDUCE-4081. TestMROutputFormat.java does not compile (Jason Lowe via bobby) (12 years ago) +* | | 9bb6a025dee4 - MAPREDUCE-3377. Added a unit test to ensure OutputCommitter.checkOutputSpecs is called prior to copying job.xml. Contributed by Jane Chen. (12 years ago) +* | | db3e592df0cd - REDUCE-3955. Change MR to use ProtobufRpcEngine from hadoop-common instead of ProtoOverHadoopRpcEngine. (Contributed by Jitendra Nath Pandey) (12 years ago) +* | | e7444b2a0747 - HDFS-3160. httpfs should exec catalina instead of forking it. Contributed by Roman Shaposhnik (12 years ago) +* | | 17d22e6dc441 - HDFS-3158. LiveNodes member of NameNodeMXBean should list non-DFS used space and capacity per DN. Contributed by Aaron T. Myers. (12 years ago) +| |/ +|/| +* | 99a68a14237b - HDFS-3155. Clean up FSDataset implemenation related code. (12 years ago) +* | 0475795066ad - HDFS-3139. Minor Datanode logging improvement. Contributed by Eli Collins (12 years ago) +* | aa8cb2287f50 - HDFS-3143. TestGetBlocks.testGetBlocks is failing. Contributed by Arpit Gupta. (12 years ago) +* | 991eddd04375 - Change "0.23.3" to "2.0.0" in CHANGES.txt files. (12 years ago) +* | 1427468a7224 - HDFS-3156. TestDFSHAAdmin is failing post HADOOP-8202. Contributed by Aaron T. Myers. (12 years ago) +* | 67a74198b164 - Changed version in trunk to 3.0.0-SNAPSHOT. (12 years ago) +|/ +* 84a97fbcf674 - HADOOP-8218. RPC.closeProxy shouldn't throw error when closing a mock. Contributed by Todd Lipcon. (12 years ago) +* f9fec982f7ab - HADOOP-8216. Address log4j.properties inconsistencies btw main and template dirs. Contributed by Patrick Hunt (12 years ago) +* 940dac52a77a - HDFS-3125. Add JournalService to enable Journal Daemon. Contributed by Suresh Srinivas. (12 years ago) +* 600e327a5659 - HADOOP-8202. RPC stopProxy() does not close the proxy correctly. Contributed by Hari Mankude. (12 years ago) +* 466908e67bd7 - HDFS-3131. Improve TestStorageRestore. Contributed by Brandon Li. (12 years ago) +* 578f413778a6 - HADOOP-8206. Common portion of a ZK-based failover controller. Contributed by Todd Lipcon. (12 years ago) +* 525ceb99adef - HDFS-2413. Add an API DistributedFileSystem.isInSafeMode() and change DistributedFileSystem to @InterfaceAudience.LimitedPrivate. Contributed by harsh (12 years ago) +* 7ef57bfc8173 - Fix CHANGES.txt for HDFS-3129 (12 years ago) +* 99a321419fa7 - HDFS-3129. NetworkTopology: add test that getLeaf should check for invalid topologies. Contributed by Colin Patrick McCabe (12 years ago) +* 1650a49993fb - MAPREDUCE-4061. RM only has 1 AM launcher thread (tgraves via bobby) (12 years ago) +* 67bdbd60cdeb - (recommit) HDFS-3089. Move FSDatasetInterface and the related classes to a package. (12 years ago) +* 5e38a9acea25 - Revert 1305590 for HDFS-3089. (12 years ago) +* 1ebcc378af64 - HDFS-3089. Move FSDatasetInterface and the related classes to a package. (12 years ago) +* 31c2e3f29cbd - HADOOP-8212. Improve ActiveStandbyElector's behavior when session expires. Contributed by Todd Lipcon. (12 years ago) +* 1a9385d516f1 - MAPREDUCE-3353. Fixed commit msg to point to right jira. (12 years ago) +* 429baf606a96 - Move CHANGES.txt entry for HDFS-2941 to the right version. (12 years ago) +* ce1a7ec9755f - HDFS-2941. Add an administrative command to download a copy of the fsimage from the NN. Contributed by Aaron T. Myers. (12 years ago) +* d5836856a2fb - MAPREDUCE-4066. Use default value when fetching MR_AM_STAGING_DIR. Contributed by xieguiming. (12 years ago) +* 606114d60297 - MAPREDUCE-3533. Add a channel between RM and AM to get information on nodes. Contributed by Bikas Saha. (12 years ago) +* 1d5e7dde954e - HADOOP-8204. TestHealthMonitor fails occasionally. Contributed by Todd Lipcon. (12 years ago) +* 840df19ceecc - HADOOP-8193. Refactor FailoverController/HAAdmin code to add an abstract class for "target" services. Contributed by Todd Lipcon. (12 years ago) +* 39775dca6864 - Revert HADOOP-8193 from r1304967. Patch introduced some NPEs in a test case. (12 years ago) +* ea868d3d8b6c - HDFS-3116. Typo in fetchdt error message. Contributed by AOE Takashi. (12 years ago) +* 90ea037d21be - HADOOP-8193. Refactor FailoverController/HAAdmin code to add an abstract class for "target" services. Contributed by Todd Lipcon. (12 years ago) +* 4cb809bf0499 - HDFS-3132. Fix findbugs warning on HDFS trunk. Contributed by Todd Lipcon. (12 years ago) +* 805c1280ce27 - HADOOP-8163. Improve ActiveStandbyElector to provide hooks for fencing old active. Contributed by Todd Lipcon. (12 years ago) +* 1ff0359aa08b - HADOOP-7030. Add TableMapping topology implementation to read host to rack mapping from a file. Contributed by Patrick Angeles and tomwhite. (12 years ago) +* f67c2d1bd0c8 - MAPREDUCE-4043. Secret keys set in Credentials are not seen by tasks (Jason Lowe via bobby) (12 years ago) +* 081eda94fec4 - HADOOP-8184. ProtoBuf RPC engine uses the IPC layer reply packet. Contributed by Sanjay Radia (12 years ago) +* b795c65f4929 - HDFS-3071. haadmin failover command does not provide enough detail when target NN is not ready to be active. Contributed by Todd Lipcon. (12 years ago) +* b5a8ccb75b25 - HADOOP-8159. NetworkTopology: getLeaf should check for invalid topologies. Contributed by Colin Patrick McCabe (12 years ago) +* 0259a3ea6be0 - HADOOP-8200. Remove HADOOP_[JOBTRACKER|TASKTRACKER]_OPTS. Contributed by Eli Collins (12 years ago) +* 4e5818698778 - Removed some logs. (12 years ago) +* 4feef863721b - HDFS-3044. fsck move should be non-destructive by default. Contributed by Colin Patrick McCabe (12 years ago) +* a8ebdaeb088d - HADOOP-8197. Configuration logs WARNs on every use of a deprecated key (tucu) (12 years ago) +* 76817c28a264 - HADOOP-8157. Fix race condition in Configuration that could cause spurious ClassNotFoundExceptions after a GC. Contributed by Todd Lipcon. (12 years ago) +* 0c4acdc17694 - HDFS-3100. In BlockSender, throw an exception when it needs to verify checksum but the meta data does not exist. Contributed by Brandon Li (12 years ago) +* 2f820dde17a2 - HDFS-309. FSEditLog should log progress during replay. Contributed by Sho Shimauchi. (12 years ago) +* f55a1c08763e - HDFS-2834. Add a ByteBuffer-based read API to DFSInputStream. Contributed by Henry Robinson. (12 years ago) +* 7b3a98cfcd0e - MAPREDUCE-3953. [Gridmix] Gridmix throws NPE and does not simulate a job if the trace contains null taskStatus for a task.(ravigummadi) (12 years ago) +* 9e108e61fb28 - HDFS-3086. Change Datanode not to send storage list in registration. (12 years ago) +* 19495b2f4b9e - HADOOP-7788. Add simple HealthMonitor class to watch an HAService. Contributed by Todd Lipcon. (12 years ago) +* 8fd473cf4c04 - HADOOP-8191. SshFenceByTcpPort uses netcat incorrectly. Contributed by Todd Lipcon. (12 years ago) +* 4ceca97606e7 - HDFS-3083. Cannot run an MR job with HA and security enabled when second-listed NN active. Contributed by Aaron T. Myers. (12 years ago) +* a24d12bdecee - MAPREDUCE-1740. NPE in getMatchingLevelForNodes when node locations are variable depth (ahmed via tucu) (12 years ago) +* 40a8293d36cb - MAPREDUCE-4034. Unable to view task logs on history server with mapreduce.job.acl-view-job=* (Jason Lowe and Siddarth Seth via bobby) (12 years ago) +* 12fca4cf3382 - HADOOP-8189. LdapGroupsMapping shouldn't throw away IOException. Contributed by Jonathan Natkins. (12 years ago) +* 04a47dea7489 - MAPREDUCE-3992. Reduce fetcher doesn't verify HTTP status code of response. Contributed by Todd Lipcon. (12 years ago) +* 21426e6e42a2 - HADOOP-8121. Active Directory Group Mapping Service. Contributed by Jonathan Natkins. (12 years ago) +* 6b4625ec7f7e - HADOOP-6924. Moved the entry in CHANGES.txt to the right place. (12 years ago) +* 54db82809272 - HADOOP-6924. Adds a directory to the list of directories to search for the libjvm.so file. The new directory is found by running a 'find' command and the first output is taken. This was done to handle the build of Hadoop with IBM's JDK. Contributed by Stephen Watt, Guillermo Cabrera and Devaraj Das. (12 years ago) +* 6326605acb5a - HDFS-3105. Add DatanodeStorage information to block recovery. (12 years ago) +* 9d8d02b68b5f - MAPREDUCE-4025. AM can crash if task attempt reports bogus progress value (Jason Lowe via bobby) (12 years ago) +* f77b1a63ecc6 - HDFS-3091. Update the usage limitations of ReplaceDatanodeOnFailure policy in the config description for the smaller clusters. Contributed by Nicholas. (12 years ago) +* 978e2d662a33 - HADOOP-8183. Stop using mapred.used.genericoptions.parser (harsh) (12 years ago) +* a019a6f7c9e9 - HADOOP-8177. MBeans shouldn't try to register when it fails to create MBeanName. (Contributed by Devaraj K). (12 years ago) +* 0ac5e8941986 - HADOOP-8088. User-group mapping cache incorrectly does negative caching on transient failures (Khiwal Lee via bobby) (12 years ago) +* 875080ce10b9 - HDFS-3111. Missing license headers in trunk. Deleted this file from svn repositiry as this file was already empty. (Contributed by Uma MAheswara Rao G). (12 years ago) +* 3573d504e40a - HDFS-3111. Missing license headers in trunk. (Contributed by Uma Maheswara Rao G). (12 years ago) +* be5181ff2df9 - Fixing an issue to do with setting of correct groups for tasks. Contributed by Aaron T Myers. (12 years ago) +* f58e3c8b1218 - MAPREDUCE-4006. History server container log web UI sometimes combines stderr/stdout/syslog contents together (Siddharth Seth via tgraves) (12 years ago) +* 274d6909f3ef - MAPREDUCE-4005. Fixes broken AM container logs URL on ResourceManager Application Info page. (Contributed by Jason Lowe) (12 years ago) +* 2a0024403a3c - HDFS-3104. Add tests for HADOOP-8175. Contributed by Daryn Sharp (12 years ago) +* 662b1887af4e - HDFS-3088. Move FSDatasetInterface inner classes to a package. (12 years ago) +* af3163d1d1e1 - HADOOP-8176. Disambiguate the destination of FsShell copies (Daryn Sharp via bobby) (12 years ago) +* 3e8c273f3721 - MAPREDUCE-4010. TestWritableJobConf fails on trunk (tucu via bobby) (12 years ago) +* e8ae52823f88 - MAPREDUCE-3431 (12 years ago) +* 8c7f5f2c7f42 - MAPREDUCE-3431 (12 years ago) +* 3f77993f9d9e - HADOOP-6941. Forgot to add a License header (12 years ago) +* 2a0147f8f698 - HADOOP-6941. Adds support for building Hadoop with IBM's JDK. Contributed by Stephen Watt, Eli Collins and Devaraj Das. (12 years ago) +* 483ca92d9b0a - HADOOP-8175. Add -p option to mkdir in FsShell. Contributed by Daryn Sharp (12 years ago) +* 9b2a324ba502 - HDFS-3098. Update and add tests for HADOOP-8173. Contributed by Daryn Sharp (12 years ago) +* 7e5b60116eed - HDFS-3101. Cannot read empty file using WebHDFS. (12 years ago) +* 49619e899731 - HDFS-3062. Fix bug which prevented MR job submission from creating delegation tokens on an HA cluster. Contributed by Mingjie Lai. (12 years ago) +* c7feccd7edb0 - Revert previous commit r1301273 for HADOOP-8175. (12 years ago) +* 889a863da13b - HADOOP-8175. FsShell: Add -p option to mkdir. Contributed by Daryn Sharp (12 years ago) +* dffd37926d8c - HADOOP-8173. FsShell needs to handle quoted metachars. Contributed by Daryn Sharp (12 years ago) +* 65425b0961d6 - HDFS-3099. SecondaryNameNode does not properly initialize metrics system. Contributed by Aaron T. Myers. (12 years ago) +* 6d96a28a088a - HDFS-3067. NPE in DFSInputStream.readBuffer if read is repeated on corrupted block. Contributed by Henry Robinson. (12 years ago) +* 1177d4edc29f - HDFS-3005. FSVolume.decDfsUsed(..) should be synchronized. (12 years ago) +* 5a5307a255e0 - MAPREDUCE-3970 ServiceOperations class (12 years ago) +* af0227e32a17 - MAPREDUCE-3970 ServiceOperations class (12 years ago) +* 59eb544744f8 - HDFS-3093. Fix bug where namenode -format interpreted the -force flag in reverse. Contributed by Todd Lipcon. (12 years ago) +* 7609243e582d - MAPREDUCE-4007. JobClient getJob(JobID) should return NULL if the job does not exist (for backwards compatibility) (tucu) (12 years ago) +* 9180eca59258 - HADOOP-8167. Configuration deprecation logic breaks backwards compatibility (tucu) (12 years ago) +* a0ee9adfd36b - HDFS-3057. httpfs and hdfs launcher scripts should honor CATALINA_HOME and HADOOP_LIBEXEC_DIR (rvs via tucu) (12 years ago) +* 18fd4c9f7a5e - HADOOP-8169. javadoc generation fails with java.lang.OutOfMemoryError: Java heap space (tgraves via bobby) (12 years ago) +* 3e582c690cb8 - HDFS-3082. Clean up FSDatasetInterface and change DataNode.data to package private. (12 years ago) +* 03e036b51e46 - HADOOP-8164. Back slash as path separator is handled for Windows only. Contributed by Daryn Sharp. (12 years ago) +* ab20dae51925 - HDFS-2303. Unbundle jsvc. Contributed by Roman Shaposhnik and Mingjie Lai. (12 years ago) +* 1a75ec82885e - HDFS-2731. Add command to bootstrap the Standby Node's name directories from the Active NameNode. Contributed by Todd Lipcon. (12 years ago) +* 3f46a62ff941 - MAPREDUCE-3974. Change to release 23.3 (12 years ago) +* 7d6093206084 - MAPREDUCE-3829. [Gridmix] Gridmix should give better error message when input data directory already exists and -generate option is given.(ravigummadi) (12 years ago) +* 42900bd080ef - HADOOP-7900. LocalDirAllocator confChanged() accesses conf.get() twice. Contributed by Ravi Gummadi. (12 years ago) +* 46a88ded0d84 - Moving HDFS-1623 and HADOOP-7454 to 0.23.3 section in CHANGES.txt files (12 years ago) +* c8f2889bdee1 - HDFS-3056: add the new file for the previous commit. (12 years ago) +* 501a283986d7 - HDFS-3056. Add a new interface RollingLogs for DataBlockScanner logging. (12 years ago) +* ed4c222d5c0a - MAPREDUCE-3773. Add queue metrics with buckets for job run times. Contributed by Owen O'Malley. (12 years ago) +* 558cc8c0bfb7 - MAPREDUCE-3982. Fixed FileOutputCommitter to not err out for an 'empty-job' whose tasks don't write any outputs. Contributed by Robert Joseph Evans. (12 years ago) +* 1c534d0f9d6a - MAPREDUCE-3991. Streaming FAQ has some wrong instructions about input files splitting. (harsh) (12 years ago) +* ad3d3f54d5f9 - MAPREDUCE-3348. Fixed a bug in MR client to redirect to JobHistoryServer correctly when RM forgets the app. Contributed by Devaraj K. (12 years ago) +* 3c373405e0bf - HADOOP-8146. FsShell commands cannot be interrupted. Contributed by Daryn Shar (12 years ago) +* 4001b95cf28f - MAPREDUCE-3578. Starting nodemanager as root gives "Unknown -jvm option" (12 years ago) +* 381a9b2d5822 - HDFS-2966 (12 years ago) +* 07c3b022814e - HADOOP-7806. Support binding to sub-interfaces. Contributed by Eli Collins (12 years ago) +* d8cc362350bd - HADOOP-8154. DNS#getIPs shouldn't silently return the local host IP for bogus interface names. Contributed by Eli Collins (12 years ago) +* 069fb57f4ef3 - HDFS-2976 removed the unused imports that were missed in previous commit. (12 years ago) +* 6c0c1403502f - HDFS-2976 corrected the previous wrong commit for this issue. (12 years ago) +* b19d1186ab6d - HDFS-2976. Remove unnecessary method (tokenRefetchNeeded) in DFSClient. (Contributed by Uma Maheswara Rao G) (12 years ago) +* b874d061333d - Moving HDFS-3036, HDFS-3014, HDFS-3003, HDFS-2878, HDFS-208, HDFS-2764, HDFS-2410, HDFS-2285, HDFS-2507 to 0.23.3 section (12 years ago) +* c36326a462bd - Moving HADOOP-7557, HADOOP-8108, HADOOP-7888, HADOOP-2430, HADOOP-7358, HADOOP-7729, HADOOP-7717 to 0.23.3 section (12 years ago) +* 22738ae1d00b - HDFS-2038. Update TestHDFSCLI to handle relative paths with globs. Contributed by Kihwal Lee (12 years ago) +* 0a2b413dff8c - HDFS-3060. Bump TestDistributedUpgrade#testDistributedUpgrade timeout. Contributed by Eli Collins (12 years ago) +* 0aeed92a75f2 - HADOOP-8141. Add method to SecurityUtil to init krb5 cipher suites. Contributed by Todd Lipcon. (12 years ago) +* 6f8d347b83ed - Moving HDFS-2158, HDFS-2188, HDFS-2334, HDFS-2477, HDFS-2495, HDFS-2476, HDFS-1580, HDFS-1765 to 0.23.3 section in CHANGES.txt (12 years ago) +* 13ea1d575ce0 - MAPREDUCE-3975. Default value not set for Configuration parameter mapreduce.job.local.dir (Eric Payne via bobby) (12 years ago) +* 25cceb65ceb3 - MAPREDUCE-3977. LogAggregationService leaks log aggregator objects (Jason Lowe via bobby) (12 years ago) +* c3a4de0ec038 - MAPREDUCE-3961. Map/ReduceSlotMillis computation incorrect (Siddharth Seth via bobby) (12 years ago) +* bb86825d4989 - HADOOP-8140. dfs -getmerge should process its argments better (Daryn Sharp via bobby) (12 years ago) +* 4ce5f6553fe8 - MAPREDUCE-3944. Change the history jobs/ webservice to return partial job info for a significant performance improvement. (Contributed by Robert Joseph Evans) (12 years ago) +* 1a0e088a19ba - MAPREDUCE-3974. TestSubmitJob in MR1 tests doesn't compile after HDFS-1623 merge. Contributed by Aaron T. Myers. (12 years ago) +* a98b756c736a - MAPREDUCE-3976. TestRMContainerAllocator failing (Jason Lowe via bobby) (12 years ago) +* 0ee71adeb4b2 - HDFS-3032. Change DFSClient.renewLease() so that it only retries up to the lease soft-limit. Contributed by Kihwal Lee (12 years ago) +* b9fd9e17598c - MAPREDUCE-3034. Ensure NodeManager reboots itself on direction from ResourceManager. Contributed by Devaraj K & Eric Payne. (12 years ago) +* 739f688f5a0b - MAPREDUCE-3952. In MR2, when Total input paths to process == 1, CombinefileInputFormat.getSplits() returns 0 split. (zhenxiao via tucu) (12 years ago) +* 2b634e92a7d2 - HADOOP-8025. Amendment (12 years ago) +* 03e4684fa5ce - HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby) (12 years ago) +* c1b07064c7e3 - HADOOP-8125. make hadoop-client set of curated jars available in a distribution tarball (rvs via tucu) (12 years ago) +* 774f809f15f9 - MAPREDUCE-3964. ResourceManager does not have JVM metrics (Jason Lowe via bobby) (12 years ago) +* 7c1e8571769b - MAPREDUCE-3954. Added new envs to separate heap size for different daemons started via bin scripts. Contributed by Robert Joseph Evans. .--This line, and those below, will be ignored-- (12 years ago) +* b73738d21e86 - MAPREDUCE-3009. Fixed node link on JobHistory webapp. Contributed by hackaravarthy. (12 years ago) +* 231e39462dbf - MAPREDUCE-2722. [Gridmix] Gridmix simulated job's map's hdfsBytesRead counter is wrong when compressed input is used.(ravigummadi) (12 years ago) +* 7819483b9d63 - HADOOP-8137. Added links to CLI manuals to the site. Contributed by Thomas Graves. (12 years ago) +* d5f4fcef5c37 - MAPREDUCE-3497. Added docs for YARN CLI. Contributed by Thomas Graves. (12 years ago) +* 6d80dc2a84bb - MAPREDUCE-3897. Fixed computation of maxActiveAppsPerUser for queues by using capacity and not max-capacity since we are already scaling it by userLimitFactor. Contributed by Eric Payne. (12 years ago) +* d41cb76b56e1 - MAPREDUCE-3960. Fix web-proxy to forward request to AM with configured hostname or IP. Contributed by Thomas Graves. (12 years ago) +* 9f16abfd6312 - HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the project. Contributed by Jonathan Eagles. (12 years ago) +* bd38a2967308 - MAPREDUCE-3929. Fixed output of 'bin/mapred queue -showacl' command to clarify ACLs for users. Contributed by John George. (12 years ago) +* 5f52156aa238 - MAPREDUCE-3614. Fixed MR AM to close history file quickly and send a correct final state to the RM when it is killed. Contributed by Ravi Prakash. (12 years ago) +* fab57a144de0 - MAPREDUCE-3792. Fix "bin/mapred job -list" to display all jobs instead of only the jobs owned by the user. Contributed by Jason Lowe. (12 years ago) +* 26cd2356e067 - HADOOP-8135. Add ByteBufferReadable interface to FSDataInputStream. Contributed by Henry Robinson. (12 years ago) +* 8e303014bcaa - Fix up CHANGES.txt files post commit of HDFS-1623 and HADOOP-7454. (12 years ago) +* a1fc05548976 - HDFS-1623. High Availability Framework for HDFS NN. Contributed by Todd Lipcon, Aaron T. Myers, Eli Collins, Uma Maheswara Rao G, Bikas Saha, Suresh Srinivas, Jitendra Nath Pandey, Hari Mankude, Brandon Li, Sanjay Radia, Mingjie Lai, and Gregory Chanan (12 years ago) +|\ +| * ee486e8e43f4 - (weichiu/HDFS-1623, pbacsko/HDFS-1623, origin/HDFS-1623, JackWangCS/HDFS-1623, 9uapaw/HDFS-1623) Merge trunk into HA branch. (12 years ago) +| * ffa527138bfb - Merge trunk into HA branch. (12 years ago) +| |\ +| * \ 87d1c6794422 - Merge trunk into HA branch (12 years ago) +| |\ \ +| * | | 7be4e5bd222c - HDFS-3039. Address findbugs and javadoc warnings on branch. Contributed by Todd Lipcon. (12 years ago) +| * | | 55832c6c96a2 - HDFS-3035. Fix failure of TestFileAppendRestart due to OP_UPDATE_BLOCKS. Contributed by Todd Lipcon. (12 years ago) +| * | | 6e5e1e54bcd4 - Amend HDFS-3023. Add new layout version number to ImageLoaderCurrent to fix TestOfflineImageViewer. (12 years ago) +| * | | 0d7de507a5d6 - HDFS-2979. Balancer should use logical uri for creating failover proxy with HA enabled. Contributed by Aaron T. Myers. (12 years ago) +| * | | 9318ff425019 - Revert commit of HDFS-2979. (12 years ago) +| * | | 30cffeb388f9 - HDFS-3023. Optimize entries in edits log for persistBlocks call. Contributed by Todd Lipcon. (12 years ago) +| * | | 1d3a0c95573d - Fix two more issues from trunk merge just committed -- removal of VersionedProtocol (12 years ago) +| * | | 1ba357553aaf - Merge trunk into HA branch. (12 years ago) +| |\ \ \ +| * | | | 01b17c40cf20 - HDFS-2979. Balancer should use logical uri for creating failover proxy with HA enabled. Contributed by Aaron T. Myers. (12 years ago) +| * | | | 7b6b204924ec - HDFS-3027. Implement a simple NN health check. Contributed by Aaron T. Myers. (12 years ago) +| * | | | 978a8050e28b - HDFS-2920. fix remaining TODO items. Contributed by Aaron T. Myers and Todd Lipcon. (12 years ago) +| * | | | c69dfdd5e14a - HDFS-2958. Sweep for remaining proxy construction which doesn't go through failover path. (12 years ago) +| * | | | 1ab31b1715e9 - HDFS-3019. Fix silent failure of TestEditLogJournalFailures. Contributed by Todd Lipcon. (12 years ago) +| * | | | 375c6b8f2ea9 - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ +| * | | | | dcd2056e463b - HADOOP-8116. RetriableCommand is using RetryPolicy incorrectly after HADOOP-7896. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | 586bd479cb4c - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ +| * | | | | | da9aa34bec7c - HDFS-3013. HA: NameNode format doesn't pick up dfs.namenode.name.dir.NameServiceId configuration. Contributed by Mingjie Lai. (12 years ago) +| * | | | | | 5fd47e77ab6a - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ +| * \ \ \ \ \ \ ae9014ef6a6a - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ +| * | | | | | | | 481f84597bf8 - HDFS-2904. Client support for getting delegation tokens. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | 328702891e6f - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ f3026e10852c - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ \ \ +| * | | | | | | | | | 2e9b8df963ea - HDFS-2993. HA: BackupNode#checkOperation should permit CHECKPOINT operations. Contributed by Eli Collins (12 years ago) +| * | | | | | | | | | 8db31c597287 - HDFS-2922. HA: close out operation categories. Contributed by Eli Collins (12 years ago) +| * | | | | | | | | | 90a14f89e178 - HDFS-2973. Re-enable NO_ACK optimization for block deletion. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | 7527e943e6c8 - HDFS-2972. Small optimization building incremental block report. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | c14912785d22 - HDFS-2929. Stress test and fixes for block synchronization. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | c78f6aa299f5 - Merge trunk into HA branch. (12 years ago) +| * | | | | | | | | | 60ab29759e4f - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ f0db86729268 - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | d03dac743206 - HDFS-2974. MiniDFSCluster does not delete standby NN name dirs during format. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | 41e56dfecee0 - HDFS-2952. NN should not start with upgrade option or with a pending an unfinalized upgrade. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | ef5d7156dba5 - Merge trunk into HA branch (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ 53b7d6c6bc23 - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | 7933dc583838 - HDFS-2586. Add protobuf service and implementation for HAServiceProtocol. Contributed by Suresh Srinivas. (12 years ago) +| * | | | | | | | | | | | | | 1a03127385d1 - HDFS-2937. TestDFSHAAdmin needs tests with MiniDFSCluster. Contributed by Brandon Li. (12 years ago) +| * | | | | | | | | | | | | | 153e0cc37aac - HDFS-2955. IllegalStateException during standby startup in getCurSegmentTxId. Contributed by Hari Mankude. (12 years ago) +| * | | | | | | | | | | | | | 833e96534f61 - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | 83a922b55ee2 - ConfiguredFailoverProxyProvider should not create a NameNode proxy with an underlying retry proxy. Contributed by Uma Maheswara Rao G. (12 years ago) +| * | | | | | | | | | | | | | | 0663b51ed44d - Amend HDFS-2948. NN throws NPE during shutdown if it fails to startup (12 years ago) +| * | | | | | | | | | | | | | | f7f2ef4447f4 - HDFS-2935. Shared edits dir property should be suffixed with nameservice and namenodeID. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | | | | 05151ecf79a5 - HDFS-2934. Allow configs to be scoped to all NNs in the nameservice. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | | | | 3c145d349233 - HDFS-2909. HA: Inaccessible shared edits dir not getting removed from FSImage storage dirs upon error. Contributed by Bikas Saha. (12 years ago) +| * | | | | | | | | | | | | | | 1fb0ab92f828 - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | cdc8146bd46a - HADOOP-8068. void methods can swallow exceptions when going through failover path. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | | | | | 011611c7659e - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | 439490f91587 - HDFS-2948. NN throws NPE during shutdown if it fails to startup. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | | | | | | a0e4ae55f2d0 - HDFS-2942. TestActiveStandbyElectorRealZK fails if build dir does not exist. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | | | | | | 1b2ecc6336ae - HDFS-2947. On startup NN throws an NPE in the metrics system. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | | | | | | db187cf40ee3 - Merge trunk into HA branch. Some conflicts around TestBlockRecovery: mocking changed for new heartbeat types/responses (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | f6e407b43637 - HDFS-2939. TestHAStateTransitions fails on Windows. Contributed by Uma Maheswara Rao G. (12 years ago) +| * | | | | | | | | | | | | | | | | | a626fa04f983 - Revert HDFS-2922 via svn merge -c -1242572 (12 years ago) +| * | | | | | | | | | | | | | | | | | 05d56e5e7e5b - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ c14bb61a82f5 - Merge trunk into HA branch (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | 8af96c7b22f9 - HDFS-2917. HA: haadmin should not work if run by regular user. Contributed by Eli Collins (12 years ago) +| * | | | | | | | | | | | | | | | | | | | a63e12c4c8b6 - HDFS-2922. HA: close out operation categories. Contributed by Eli Collins (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 467059b4ab5f - HDFS-2912. Namenode not shutting down when shared edits dir is inaccessible. Contributed by Bikas Saha. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 2c9ca86c9cef - Fix weird unicode character in CHANGES.txt on HA branch. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | b5d02a63cbce - HDFS-2915. HA: TestFailureOfSharedDir.testFailureOfSharedDir() has race condition. Contributed by Bikas Saha. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 1b4c990b61fa - HADOOP-8041. Log a warning when a failover is first attempted. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 5e26de982b1a - HDFS-2924. Standby checkpointing fails to authenticate in secure cluster. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | bad0a2a4a14e - HDFS-2510. Add HA-related metrics. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | e918b91e2398 - HDFS-2579. Starting delegation token manager during safemode fails. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | da10820fe558 - HADOOP-8038. Add 'ipc.client.connect.max.retries.on.timeouts' entry in core-default.xml file. Contributed by Uma Maheswara Rao G. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | b9e74da41b75 - HDFS-2905. HA: Standby NN NPE when shared edits dir is deleted. Contributed by Bikas Saha. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | acacde55e6a4 - HDFS-2901. Improvements for SBN web UI - not show under-replicated/missing blocks. Contributed by Brandon Li. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 7f0a99f6e63f - HDFS-2794. Active NN may purge edit log files before standby NN has a chance to read them. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | db7c013877f4 - HDFS-2733. Document HA configuration and CLI. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 296b6c0063a3 - HDFS-2894. HA: automatically determine the nameservice Id if only one nameservice is configured. Contributed by Eli Collins (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 2e4cf977aea3 - HDFS-2752. HA: exit if multiple shared dirs are configured. Contributed by Eli Collins (12 years ago) +| * | | | | | | | | | | | | | | | | | | | c17b4f8eefe5 - HDFS-2819. Document new HA-related configs in hdfs-default.xml. Contributed by Eli Collins (12 years ago) +| * | | | | | | | | | | | | | | | | | | | a660c5dd2c9c - Add missing file from previous commit. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 7b913180be9c - HDFS-2808. HA: haadmin should use namenode ids. Contributed by Eli Collins (12 years ago) +| * | | | | | | | | | | | | | | | | | | | ec6961b39c6e - HDFS-2792. Make fsck work. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 3cc71933e9fc - HDFS-2890. DFSUtil#getSuffixIDs should skip unset configurations. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 11df1c256171 - HDFS-2874. Edit log should log to shared dirs before local dirs. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 969318cfc239 - HDFS-2863. Failures observed if dfs.edits.dir and shared.edits.dir have same directories. Contributed by Bikas Saha. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | d2b5531b0f03 - HDFS-2769. HA: When HA is enabled with a shared edits dir, that dir should be marked required. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 05ab55b705d7 - HDFS-2860. TestDFSRollback#testRollback is failing. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 32c313d51cd2 - HDFS-2861. checkpointing should verify that the dfs.http.address has been configured to a non-loopback for peer NN. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 4324e1bcd78a - HADOOP-7991. HA: the FailoverController should check the standby is ready before failing over. Contributed by Eli Collins (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 4d779e088a30 - HDFS-2859. LOCAL_ADDRESS_MATCHER.match has NPE when called from DFSUtil.getSuffixIDs when the host is incorrect. Contributed by Bikas Saha. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 048c416beb42 - HDFS-2870. Fix log level for block debug info in processMisReplicatedBlocks. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | cf611255d6fc - HDFS-2742. HA: observed dataloss in replication stress test. Contributed by Todd Lipcon (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 43679fcccd3e - HDFS-2845. SBN should not allow browsing of the file system via web UI. Contributed by Bikas Saha. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 6be13332db53 - HDFS-2853. HA: NN fails to start if the shared edits dir is marked required. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 641f79a325ba - HDFS-2824. Fix failover when prior NN died just after creating an edit log segment. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 68843484448f - HADOOP-7938. HA: the FailoverController should optionally fence the active during failover. Contributed by Eli Collins (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 5c156519dfc1 - HADOOP-7983. HA: failover should be able to pass args to fencers. Contributed by Eli Collins (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 9a8f119741de - Amend HDFS-2841 to include new file which was omitted from original commit. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 846f97312c6d - HDFS-2691. Fixes for pipeline recovery in an HA cluster: report RBW replicas immediately upon pipeline creation. Contributed by Todd Lipcon. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 6122357da51b - HDFS-2841. HAAdmin does not work if security is enabled. Contributed by Aaron T. Myers. (12 years ago) +| * | | | | | | | | | | | | | | | | | | | 30dd704e6ca2 - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 327c216c2fac - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 2b2e56056e84 - Merge trunk into HA branch. (12 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | e7775e0b3bc3 - HDFS-2805. Add a test for a federated cluster with HA NNs. Contributed by Brandon Li. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | fdf7b1824750 - HDFS-2838. NPE in FSNamesystem when in safe mode. Contributed by Gregory Chanan (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | 1c95060a7206 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 1853b9d18827 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | cbfe8fea0ee9 - HADOOP-7992. Add ZKClient library to facilitate leader election. Contributed by Bikas Saha. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | dea3164e0008 - HDFS-2809. Add test to verify that delegation tokens are honored after failover. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | 0b2245a0f30d - HDFS-2807. Service level authorizartion for HAServiceProtocol. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | 83bcb1bbf487 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ fa4a33a5667f - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | 465663afbf04 - HDFS-2804. Should not mark blocks under-replicated when exiting safemode. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | 8d1c99624207 - HDFS-2688. Add tests for quota tracking in an HA cluster. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | c10853a6b949 - HDFS-2820. Add a simple sanity check for HA config. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | e42bbfbca2fc - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | c3e62de9ce95 - HDFS-2737. Automatically trigger log rolls periodically on the active NN. Contributed by Todd Lipcon and Aaron T. Myers. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 2abe5c818d77 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1aed1296dd4a - HDFS-2812. When becoming active, the NN should treat all leases as freshly renewed. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 02919e61f693 - HDFS-2367. Enable the configuration of multiple HA cluster addresses. Contributed by Aaron T. Myers. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3e17cdde561b - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 6177bf6c8fcd - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a380dc8732a1 - HDFS-2592. Balancer support for HA namenodes. Contributed by Uma Maheswara Rao G. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4c7a6c6c3f58 - Amend HDFS-2795. Fix PersistBlocks failure due to an NPE in isPopulatingReplQueues() (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0c1450ca5d92 - HDFS-2795. Standby NN takes a long time to recover from a dead DN starting up. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 212678f036f4 - HDFS-2767. ConfiguredFailoverProxyProvider should support NameNodeProtocol. Contributed by Uma Maheswara Rao G. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d880c7cc784c - HDFS-2772. On transition to active, standby should not swallow ELIE. Contributed by Aaron T. Myers (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 940eeb866c30 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2f26475a39f9 - HDFS-2747. Entering safe mode after starting SBN can NPE. Contributed by Uma Maheswara Rao G. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1c24ae0cd82f - HDFS-2789. TestHAAdmin.testFailover is failing. Contributed by Eli Collins (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 58f2da1c85d0 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 72207596be4b - HADOOP-7972. HAServiceProtocol exceptions need to be unwrapped. Contributed by Hari Mankude. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8610a9231aec - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 09e5af76f333 - HADOOP-7970. HAServiceProtocol methods must throw IOException.Contributed by Hari Mankude. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3e76f00baa6a - Fix expected error text in assertion. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ede7f21278ef - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4f1bf2fe23e5 - HDFS-2738. FSEditLog.selectinputStreams is reading through in-progress streams even when non-in-progress are requested. Contributed by Aaron T. Myers (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a339836bbc74 - HDFS-2766. Test for case where standby partially reads log and then performs checkpoint. Contributed by Aaron T. Myers (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a4f4becf52b3 - HDFS-2775. Fix TestStandbyCheckpoints.testBothNodesInStandbyState failing intermittently. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 298e867673b1 - HDFS-2773. Reading edit logs from an earlier version should not leave blocks in under-construction state. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 190dc1c91b0a - HDFS-2753. Fix standby getting stuck in safemode when blocks are written while SBN is down. Contributed by Hari Mankude and Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 44d070cd01d2 - HDFS-2724. NN web UI can throw NPE after startup, before standby state is entered. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 526efb48a6d3 - HDFS-2762. Fix TestCheckpoint timing out on HA branch. Contributed by Uma Maheswara Rao G. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ade897636d4a - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 736b1860ab7f - HDFS-2730. Refactor shared HA-related test code into HATestUtil class. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 89937fe7c726 - Previous commit missed test packages. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fcf1039cdc8b - Previous commit didn't fixup package statements. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2d0b340c4739 - HADOOP-7961. Move HA fencing to common. Contributed by Eli Collins (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9a07ba894540 - HDFS-2709. Appropriately handle error conditions in EditLogTailer. Contributed by Aaron T. Myers. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d680080da038 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 20af88280a83 - Fix bad merge which mixed up two configuration options. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fb9cdcfa60cb - HADOOP-7924. 
FailoverController for client-based configuration. Contributed by Eli Collins (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3187a3ae05af - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5b8dcb20a2fa - HDFS-2291. Allow the StandbyNode to make checkpoints in an HA setup. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d004ddee7669 - HDFS-2720. Fix MiniDFSCluster HA support to work properly on Windows. Contributed by Uma Maheswara Rao G. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cd81cc6664d0 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 1423fff09622 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 737df8b67b97 - HDFS-2716. Configuration needs to allow different dfs.http.addresses for each HA NN. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4d768140b36a - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 20a6560bdfd8 - HDFS-2692. Fix bugs related to failover from/into safe mode. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15ebdd5664de - HDFS-2714. Fix test cases which use standalone FSNamesystems. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f21630359858 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ d619dee4ed6b - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ a500ba50c248 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 31c91706f7d1 - HDFS-1972. Fencing mechanism for block invalidations and replications. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 36d1c4948658 - HDFS-2693. Fix synchronization issues around state transition. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 57ef902bbc79 - HDFS-2682. When a FailoverProxyProvider is used, Client should not retry for 45 times if it is timing out to connect to server. Contributed by Uma Maheswara Rao G. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 009dfed8d7b3 - HADOOP-7932. Make client connection retries on socket time outs configurable. Contributed by Uma Maheswara Rao G. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4bb0456c66ae - HDFS-2678. When a FailoverProxyProvider is used, DFSClient should not retry connection ten times before failing over. Contributed by Aaron T. Myers. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08bde10e24f5 - Merge trunk into HA branch to pick up fix for bkjournal findbugs (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 35206c716e85 - Merge trunk into HA branch. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8ff28f454933 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 625d1b380aa4 - HDFS-2677. Web UI should indicate the NN state. Contributed by Eli Collins. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 329717264f83 - HDFS-2679. Add interface to query current state to HAServiceProtocol. Contributed by Eli Collins. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 45e81ae41514 - HADOOP-7925. Add interface and update CLI to query current state to HAServiceProtocol. Contributed by Eli Collins. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08c9dc37807d - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 371f4228e86f - HDFS-2684. Fix up some failing unit tests on HA branch. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cdb9f01ad4e6 - HDFS-2667. Fix transition from active to standby. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 71071b904d0c - HDFS-2602. NN should log newly-allocated blocks without losing BlockInfo. Contributed by Aaron T. Myers (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 116bf57bd673 - HADOOP-7928. HA: Client failover policy is incorrectly trying to fail over all IOExceptions. Contributed by Aaron T. Myers. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 353bc3799d11 - HDFS-2689. HA: BookKeeperEditLogInputStream doesn't implement isInProgress(). Contributed by Aaron T. Myers (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d937abd434b7 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | afd0333196eb - HDFS-2683. Authority-based lookup of proxy provider fails if path becomes canonicalized. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b77c107ccb92 - Committing rest of merge from trunk (accidentally only committed the HDFS portion before) (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ecdf9da770b2 - Fix treatment of NNHAStatusHeartbeat in protobuffer. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8134b1c8702d - Merge trunk into HA branch. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6c2da4bc0f8f - HDFS-2680. DFSClient should construct failover proxy with exponential backoff. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7e8accd68ebf - HDFS-2671. NN should throw StandbyException in response to RPCs in STANDBY state. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d5a658e7a449 - HADOOP-7921. StandbyException should extend IOException. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9cf3e0805f59 - HADOOP-7922. Improve some logging for client IPC failovers and StandbyExceptions. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9818091a66b9 - HADOOP-7896. HA: if both NNs are in Standby mode, client needs to try failing back and forth several times with sleeps. Contributed by Aaron T. Myers (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a0fe4f476ae9 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 7c2a8c7ff26c - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 89379bc1a386 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2481474bd9c5 - HDFS-2634. Standby needs to ingest latest edit logs before transitioning to active. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d9ea5bb48940 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6016e95feec9 - HDFS-2627. Determine DN's view of which NN is active based on heartbeat responses. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f39aac60e0b0 - Merge trunk into branch. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 649144435718 - Fix to previous trunk merge - RPC's addProtocol method now needs an RpcKind (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a4db4d33165 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ad7fe4e21eb7 - HDFS-2625. TestDfsOverAvroRpc failing after introduction of HeartbeatResponse type. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c7f5167845ce - HDFS-2624. ConfiguredFailoverProxyProvider doesn't correctly stop ProtocolTranslators. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b3f28dbb3d1a - HDFS-2626. BPOfferService.verifyAndSetNamespaceInfo needs to be synchronized. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74b1f069ccaf - Amend HDFS-2616 to fix mocking in TestBPOfferService (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 28dbd56de045 - HDFS-2623. Add test case for hot standby capability. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f4fa76719e62 - HDFS-2612. Handle refreshNameNodes in federated HA clusters. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4cbead84846f - HDFS-2622. Fix TestDFSUpgrade in HA branch. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2033b526734f - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8dbb5237684b - HDFS-2616. Change DatanodeProtocol#sendHeartbeat() to return HeartbeatResponse. (suresh) (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1e346aa82951 - HDFS-1971. Send block report from datanode to both active and standby namenodes. (sanjay, todd via suresh) (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f87a4b40bc99 - HDFS-1975. Support for sharing the namenode state from active to standby. Contributed by Jitendra Nath Pandey, Aaron T Myers, and Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0eec2218a16b - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bb91ebb53c1a - HDFS-2591. MiniDFSCluster support to mix and match federation with HA. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee97365f58fd - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9146ad23f3f1 - HDFS-2582. Scope dfs.ha.namenodes config by nameservice. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 73b3de62043a - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5f5b3bbdcd09 - HDFS-2577. NN fails to start since it tries to start secret manager in safemode. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6a0671977b0d - Merge trunk into HDFS-1623 branch (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 67c372991c8b - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6c710f5f80f3 - Merge trunk into HA branch. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 61f77396faf1 - Merge trunk into HA branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 0d171f6513b9 - Merge trunk into HA branch (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 571d7990f4f6 - Merge trunk into HA branch (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3ab295994a4e - HDFS-2523. Small NN fixes to include HAServiceProtocol and prevent NPE on shutdown. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b4992f671d36 - HADOOP-7774. HA: Administrative CLI to control HA daemons. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | efb2d93f7739 - HDFS-2393. Mark appropriate methods of ClientProtocol with the idempotent annotation. (atm) (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 180646dea337 - HDFS-2418. Change ConfiguredFailoverProxyProvider to take advantage of HDFS-2231. (atm) (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ebb6cc60c421 - HDFS-2507. Allow saveNamespace operations to be canceled. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ab7e7dfd7e55 - Merged r1185354 from trunk for HDFS-2188. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ca783215833 - HDFS-2231. Configuration changes for HA namenode. Contributed by Suresh Srinivas. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f00198b16c52 - HDFS-2301. Start/stop appropriate namenode services when transition to active and standby states. Contributed by Suresh Srinivas. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8b4f497af85b - HDFS-1973. HA: HDFS clients must handle namenode failover and switch over to the new active namenode. (atm) (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 90727b82e077 - HDFS-2407. getServerDefaults and getStats don't check operation category (atm) (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 60dcc5f237b7 - Merging trunk to HDFS-1623 branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ab0402bc1def - Merging trunk to HDFS-1623 branch (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9992cae54120 - Reverting the previous trunk merge since it added other unintended changes in addition (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 122113922fd3 - Merging trunk to HDFS-1623 branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ c382e386b513 - Merge trunk into HA branch (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 70a180d0f513 - Merge trunk into HA branch (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 6af0c27930a6 - Merge trunk into HA branch (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ f4b2b6380750 - Merge trunk into HA branch (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ d10631f72877 - Merge trunk into HA branch (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 5116ea448720 - Merge trunk into HA branch (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ b0ea4b71c9c1 - Merge trunk into HDFS-1623 post-mavenization. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ c65a01ea12e8 - Merge trunk into HDFS-1623 branch. (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 95ecc91463a8 - Ignore CHANGES.HDFS-1623.txt from release audit warnings (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 73f2092b7351 - HDFS-1974. Introduce active and standy states to the namenode. Contributed by Suresh Srinivas. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f0ecbd0043dc - Create CHANGES.HDFS-1623.txt for HDFS-1623 branch changes and move one change from CHANGES.txt into it. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9145ab5887e7 - HADOOP-7455. HA: Introduce HA Service Protocol Interface. Contributed by Suresh Srinivas. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bed349526350 - Add another license header missing from HDFS-2179 commit. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3f85da7aa9f6 - Add Apache license header to StreamPumper.java missing in HDFS-2179 commit. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 05c24937cfdf - HDFS-2179. Add fencing framework and mechanisms for NameNode HA. Contributed by Todd Lipcon. (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 57213dbcb54a - Add a CHANGES.txt file for HDFS-1623 branch (13 years ago) +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 218e96a4bfee - Merge trunk into HA branch after mavenization of hadoop-common (13 years ago) +| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4435aad09ddb - Branching for HDFS-1623 - High Availability Framework for HDFS NN (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ce11ff73db56 - MAPREDUCE-3935. Annotate Counters.Counter and Counters.Group as @Public. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 99bf2902b29c - MAPREDUCE-3896. Add user information to the delegation token issued by the history server. (Contributed by Vinod Kumar Vavilapalli) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 97d104767d57 - HADOOP-8131. FsShell put doesn't correctly handle a non-existent dir (Daryn Sharp via bobby) (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a992188533b - HDFS-3038. Add FSEditLog.metrics to findbugs exclude list. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6da670ce6a81 - HDFS-3037. TestMulitipleNNDataBlockScanner#testBlockScannerAfterRestart is racy. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b2f67b47044a - HADOOP-8124, HDFS-3034, MAPREDUCE-3956. Remove the deprecated Syncable.sync(). (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f22677ef8e49 - HDFS-3036. Remove unused method DFSUtil#isDefaultNamenodeAddress. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9e31bf675dd9 - HDFS-3021. Use generic type to declare FSDatasetInterface. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ae152386535 - MAPREDUCE-3885. Avoid an unnecessary copy for all requests/responses in MRs ProtoOverHadoopRpcEngine. (Contributed by Devaraj Das) (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7bf2f9559f88 - MAPREDUCE-3706. Fix circular redirect error in job-attempts page. Contributed by Robert Evans. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 753c2ba66c6b - HDFS-3012. Moving to hadoop-0.23.2. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3cbb9d20d0bf - MAPREDUCE-3903. Add support for mapreduce admin users. (Contributed by Thomas Graves) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ae04652a6ad - HADOOP-7557 Make IPC header be extensible (sanjay radia) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 46d0d47f07c0 - HADOOP-8119. Fix javac warnings in TestAuthenticationFilter in hadoop-auth. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2659fded8362 - MAPREDUCE-3728. ShuffleHandler can't access results when configured in a secure mode (ahmed via tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2249e004d01e - HADOOP-8118. In metrics2.util.MBeans, change log level to trace for the stack trace of InstanceAlreadyExistsException. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 28de3628f5c8 - HDFS-3020. Fix editlog to automatically sync when buffer is full. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ca9b4de7726a - HDFS-3012. Exception while renewing delegation token. Contributed by Bobby Evans. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fbf3a9ee3d3e - HDFS-2992. Edit log failure trace should include transaction ID of error. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 34c73db5e1bb - HDFS-2991. Fix case where OP_ADD would not be logged in append(). Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a4ad12dd2d06 - MAPREDUCE-3933. Failures because MALLOC_ARENA_MAX is not set (ahmed via tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 547ded7bfead - MAPREDUCE-3920. Revise yarn default port number selection (Dave Thompson via tgraves) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defa1c5babdc - MAPREDUCE-3687. If AM dies before it returns new tracking URL, proxy redirects to http://N/A/ and doesn't return error code (Ravi Prakash via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e478bc4384a8 - HADOOP-7940. The Text.clear() method does not clear the bytes as intended. Contributed by Csaba Miklos. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e57fd85fd4af - HDFS-3030. Remove getProtocolVersion and getProtocolSignature from translators. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 271654c6f598 - HADOOP-7994. Remove getProtocolVersion and getProtocolSignature from the client side translator and server side implementation. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 44a003d8eca6 - MAPREDUCE-3931. Changed PB implementation of LocalResource to take locks so that race conditions don't fail tasks by inadvertantly changing the timestamps. Contributed by Siddarth Seth. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e58b7e202b58 - HDFS-3014. FSEditLogOp and its subclasses should have toString() method. Contributed by Sho Shimauchi. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 137aa0763fed - MAPREDUCE-3930. Fixed an NPE while accessing the AM page/webservice for a task attempt without an assigned container. (Contributed by Robert Joseph Evans) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ffdf980b2056 - MAPREDUCE-3816 capacity scheduler web ui bar graphs for used capacity wrong (tgraves via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f83be7cb2103 - HADOOP-8104. Inconsistent Jackson versions (tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | daf782ca7ebe - HDFS-3016. Security in unit tests. Contributed by Jaimin Jetly. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e43656c711e9 - HADOOP-8098. KerberosAuthenticatorHandler should use _HOST replacement to resolve principal name (tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7decf112c0dc - HDFS-3024. Improve performance of stringification in addStoredBlock. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ab29f5c5f9fa - MAPREDUCE-3790 Broken pipe on streaming job can lead to truncated output for a successful job (Jason Lowe via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 858c6d2b1f6a - MAPREDUCE-3790 Broken pipe on streaming job can lead to truncated output for a successful job (Jason Lowe via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4775adf03686 - HADOOP-8078. Add capability to turn on security in unit tests. Contributed by Jaimin Jetly. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cfe214220f5a - MAPREDUCE-3922. Fixed build to not compile 32bit container-executor binary by default on all platforms. Contributed by Hitesh Shah. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 165cd626c5bd - MAPREDUCE-2855. Passing a cached class-loader to ResourceBundle creator to minimize counter names lookup time. Contributed by Siddarth Seth. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12b3ce720537 - Move entries to 0.23.3 in CHANGES.txt for the 0.23-PB merge. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7475e836dc2b - MAPREDUCE-3901. Modified JobHistory records in YARN to lazily load job and task reports so as to improve UI response times. Contributed by Siddarth Seth. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7144c91c53af - Move entries to 0.23.3 in CHANGES.txt for the 0.23-PB merge. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dee6ca3d412a - Move entries to 0.23.3 in CHANGES.txt for the 0.23-PB merge. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | da2e4496d820 - HADOOP-8113. Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce). Contributed by Eugene Koontz. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 008cf6a11dee - MAPREDUCE-3909 (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acf8e6f1b5ca - trailing whitespace on end of title lines (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d6170f00b12c - MAPREDUCE-3913. RM application webpage is unresponsive after 2000 jobs (Jason Lowe via tgraves) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f071323343c6 - MAPREDUCE-3686. Fixed two bugs in Counters because of which web app displays zero counter values for framework counters. Contributed by Bhallamudi Venkata Siva Kamesh. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f3cc89114853 - MAPREDUCE-3910. Fixed a bug in CapacityScheduler LeafQueue which was causing app-submission to fail. Contributed by John George. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b57260f848da - HDFS-2978. The NameNode should expose name dir statuses via JMX. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d83672d71c44 - MAPREDUCE-2793. Reneabling commented out test from previous comment. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7a082ec2bd29 - MAPREDUCE-2793. Corrected AppIDs, JobIDs, TaskAttemptIDs to be of correct format on the web pages. Contributed by Bikas Saha. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1de3fa8653d3 - Preparing for 0.23.3 release. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dacbeb5f6711 - HDFS-3006. In WebHDFS, when the return body is empty, set the Content-Type to application/octet-stream instead of application/json. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5293e5d1c5e6 - HDFS-3002. TestNameNodeMetrics need not wait for metrics update. Contributed by Suresh Srinivas. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4e64d7b447fb - MAPREDUCE-3918 proc_historyserver no longer in command line arguments for HistoryServer (Jon Eagles via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 582b97c3e75d - MAPREDUCE-3904. Job history produced with mapreduce.cluster.acls.enabled false can not be viewed with mapreduce.cluster.acls.enabled true (Jonathon Eagles via tgraves) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c0572656ced0 - MAPREDUCE-3730. Modified RM to allow restarted NMs to be able to join the cluster without waiting for expiry. Contributed by Jason Lowe. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 969b3809e471 - MAPREDUCE-3866. Fixed the bin/yarn script to not print the command line unnecessarily. (vinodkv) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 78f22bc52567 - HDFS-3008. Negative caching of local addrs doesn't work. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0e7913198129 - HDFS-3009. Remove duplicate code in DFSClient#isLocalAddress by using NetUtils. Contributed by Hari Mankude. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 62c7e2edfc0c - HDFS-3003. Remove getHostPortString() from NameNode, replace it with NetUtils.getHostPortString(). Contributed by Brandon Li. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 584a1ca1f75f - HADOOP-8108. Move method getHostPortString() from NameNode to NetUtils. Contributed by Brandon Li. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 22d5944c42b4 - HADOOP-8085. Add RPC metrics to ProtobufRpcEngine. Contributed by Hari Mankude. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 611294084103 - MAPREDUCE 3738. NM can hang during shutdown if AppLogAggregatorImpl thread dies unexpectedly. (Contributed by Jason Lowe) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 81f5c5933d49 - MAPREDUCE-3878. Null user on filtered jobhistory job page (Jonathon Eagles via tgraves) (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a2073cc6169 - MAPREDUCE-3787. [Gridmix] Optimize job monitoring and STRESS mode for faster job submission. (amarrk) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f11b0788dffc - HDFS-2981. In hdfs-default.xml, the default value of dfs.client.block.write.replace-datanode-on-failure.enable should be true. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | af70addc945d - Move HDFS-2944 entry to 0.23 in CHANGES.txt. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 475db83b874f - HDFS-2985. Improve logging when replicas are marked as corrupt. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b69e4d9173df - HADOOP-7660 Maven generated .classpath doesnot includes "target/generated-test-source/java" as source directory. (Laxman via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 267bebeab043 - MAPREDUCE-3884. PWD should be first in the classpath of MR tasks (tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | efbc58f30c8e - HDFS-2907. Add a conf property dfs.datanode.fsdataset.factory to make FSDataset in Datanode pluggable. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b2172c394e7e - MAPREDUCE-3798. Fixed failing TestJobCleanup.testCusomCleanup() and moved it to the maven build. Contributed by Ravi Prakash. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ae7e43139dda - HADOOP-8084. Updates ProtoBufRpc engine to not do an unnecessary copy for RPC request/response. Contributed by Devaraj Das. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5ee495e6f34f - MAPREDUCE-3634. Fixed all daemons to crash instead of hanging around when their EventHandlers get exceptions. (vinodkv) (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | def0ac806025 - HADOOP-8050. Deadlock in metrics. Contributed by Kihwal Lee. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 145338bc44db - HADOOP-7680 TestHardLink fails on Mac OS X, when gnu stat is in path. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2147427bd2da - HADOOP-8057 hadoop-setup-conf.sh not working because of some extra spaces. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a57b9b8335dd - HDFS-2725 script to mention dfs command (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3d8907fdd6d7 - MAPREDUCE-3877 Add a test to formalise the current state transitions of the yarn lifecycle (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3f8d7dbde34f - HADOOP-8046 Revert StaticMapping semantics to the existing ones, add DNS mapping diagnostics in progress (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 566f0b5ad25a - MAPREDUCE-3880. Changed LCE binary to be 32-bit. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e38b7e6ddd85 - Preparing for hadoop-0.23.1-rc2. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3c5eb01263c7 - MAPREDUCE-3856. Committing to 0.23.1. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 089714f6dc7f - HADOOP-8054. Committing to 0.23.1. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9ae4fac8dd41 - HDFS-2968. Protocol translator for BlockRecoveryCommand broken when multiple blocks need recovery. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a8e7f745cd46 - HDFS-2969. ExtendedBlock.equals is incorrectly implemented. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b4c8567e1b97 - MAPREDUCE-3583. Change pid to String and stime to BigInteger in order to handle integers larger than Long.MAX_VALUE. Contributed by Zhihong Yu (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ff33b3873470 - MAPREDUCE-3862 Nodemanager can appear to hang on shutdown due to lingering DeletionService threads (Jason Lowe via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dd732d5a24ff - Fix TestViewFsFileStatusHdfs per previous commit. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | daf22e5f3286 - HADOOP-8036. TestViewFsTrash assumes the user's home directory is 2 levels deep. Contributed by Colin Patrick McCabe (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1425c65b5e2c - HADOOP-8054. NPE with FilterFileSystem (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 482f11a57855 - HADOOP-8083 javadoc generation for some modules is not done under target/ (tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 257e9440edee - Moving HDFS-2525 to relevant release section (0.23.2) in CHANGES.txt (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 11c127bb511e - MAPREDUCE-3757. [Rumen] Fixed Rumen Folder to adjust shuffleFinished and sortFinished times when needed. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a64046d16fb1 - MAPREDUCE-3856. Instances of RunningJob class givs incorrect job tracking urls when mutiple jobs are submitted from same client jvm. (Contributed by Eric Payne) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d686027c2e43 - HADOOP-8066 The full docs build intermittently fails (abayer via tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b8448dea82c7 - HDFS-2655. BlockReaderLocal#skip performs unnecessary IO. Contributed by Brandon Li. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eb80104c1907 - HADOOP-8082 add hadoop-client and hadoop-minicluster to the dependency-management section. (tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cfc4ad76a325 - MAPREDUCE-3849. Change TokenCache's reading of the binary token file (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 20816218f08c - MAPREDUCE-3864. Fix cluster setup docs for correct SecondaryNameNode HTTPS parameters. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1ceb0eeaf43d - HADOOP-8074. Small bug in hadoop error message for unknown commands. Contributed by Colin Patrick McCabe (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ff9145322748 - HDFS-2938. Recursive delete of a large directory make namenode unresponsive. Contributed by Hari Mankude. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f82e862e1f1f - HDFS-2525. Race between BlockPoolSliceScanner and append. Contributed by Brandon Li. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3bd230af1199 - HDFS-2950. Secondary NN HTTPS address should be listed as a NAMESERVICE_SPECIFIC_KEY. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 063be5749df0 - HADOOP-6502. Improve the performance of Configuration.getClassByName when the class is not found by caching negative results. Contributed by Sharad Agarwal and Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 89bd2210a753 - MAPREDUCE-3736. Variable substitution depth too large for fs.default.name causes jobs to fail (ahmed via tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83ab8f087b6a - MAPREDUCE-3858. Task attempt failure during commit results in task never completing. (Tom White via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 16a44b6fa5ef - MAPREDUCE-3854. Fixed and reenabled tests related to MR child JVM's environmental variables in TestMiniMRChildTask. (Tom White via vinodkv) (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f42e58c381a1 - HADOOP-8071. Avoid an extra packet in client code when nagling is disabled. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 82ffe0e7329b - HADOOP-8070. Add a standalone benchmark for RPC call performance. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1903e544a4a2 - MAPREDUCE-3802. Added test to validate that AM can crash multiple times and still can recover successfully after MAPREDUCE-3846. (vinodkv) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a87328dfab96 - HDFS-2943. Expose last checkpoint time and transaction stats as JMX metrics. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0515b3322f9d - MAPREDUCE-3846. Addressed MR AM hanging issues during AM restart and then the recovery. (vinodkv) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ce778462ee54 - MAPREDUCE-3837. Job tracker is not able to recover jobs after crash. Contributed by Mayank Bansal. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2acafd17839d - HDFS-2944. Typo in hdfs-default.xml causes dfs.client.block.write.replace-datanode-on-failure.enable to be mistakenly disabled. Contributed by Aaron T. Myers. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a70bc6c6a268 - HDFS-2815. Namenode sometimes oes not come out of safemode during NN crash + restart. Contributed by Uma Maheswara Rao. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 52004aa8e909 - HDFS-776. Fix exception handling in Balancer. Contributed by Uma Maheswara Rao G (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5c46ba4d4813 - MAPREDUCE-3852. Test TestLinuxResourceCalculatorPlugin failing. (Thomas Graves via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 00ee0585abce - HADOOP-8052. Hadoop Metrics2 should emit Float.MAX_VALUE (instead of Double.MAX_VALUE) to avoid making Ganglia's gmetad core. Contributed by Varun Kapoor. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8b730c867f97 - HDFS-2869. Fix an error in the webhdfs docs for the mkdir op (harsh) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 726f6e32ac57 - Amend HADOOP-8055. Placed changes log in a released section, corrected to 0.23.2. (harsh) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6bec4035bd48 - HADOOP-8055. Hadoop tarball distribution lacks a core-site.xml (harsh) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8be9441b9b13 - HDFS-2878. Fix TestBlockRecovery and move it back into main test directory. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 27035f532d7f - HADOOP-8051 HttpFS documentation it is not wired to the generated site (tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0bf146b0dd07 - MAPREDUCE-3843. Job summary log file found missing on the RM host (Anupam Seth via tgraves) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 56b6f4a8fc2f - Cleaning up hadoop-mapreduce-project/CHANGES.txt a bit. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83fd3160dae6 - HDFS-2931. Switch DataNode's BlockVolumeChoosingPolicy to private-audience. Contributed by harsh (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8e32744287fd - Fixing CHANGES.txt, move JIRAs from trunk to 0.23.2 section (tgraves). (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 73a72e0ef97f - MAPREDUCE-3680. FifoScheduler web service rest API can print out invalid JSON. (B Anil Kumar via tgraves) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dc847b39fdee - HDFS-2486. Remove unnecessary priority level checks in UnderReplicatedBlocks. Contributed by Uma Maheswara Rao G (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2a2faac0de8f - HADOOP-8048. Allow merging of Credentials (Daryn Sharp via tgraves) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3c6863ab4a91 - Update CHANGES.txt to reflect the back-port of HDFS-2764 from trunk to branch-0.23. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4b09ebde5b09 - HADOOP-8035 Hadoop Maven site is inefficient and runs phases redundantly (abayer via tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 03ee90b9eb92 - HADOOP-7923. Automate the updating of version numbers in the doc system. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7f7b05226e3a - HADOOP-8042. When copying a file out of HDFS, modifying it, and uploading it back into HDFS, the put fails due to a CRC mismatch (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a1574e1715be - HDFS-2923. Namenode IPC handler count uses the wrong configuration key. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 987449b9b8f1 - HDFS-2908. Add apache license header for StorageReport.java. Contributed by Brandon Li. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e03964d02e65 - HADOOP-8032. mvn site:stage-deploy should be able to use the scp protocol to stage documents (Ravi Prakash via tgraves) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b6ffb08a467f - HDFS-2887. FSVolume, is a part of FSDatasetInterface implementation, should not be referred outside FSDataset. A new FSVolumeInterface is defined. The BlockVolumeChoosingPolicy.chooseVolume(..) method signature is also updated. (szetszwo) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b2d49acd08ae - MAPREDUCE-3840 JobEndNotifier doesn't use the proxyToUse during connecting (Ravi Prakash via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e5060d3bbb0e - MAPREDUCE-3770. Zombie.getJobConf() results into NPE. (amarrk) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 647f37460728 - Preparing for release 0.23.1 (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1de681b89695 - MAPREDUCE-3828. Ensure that urls in single-node mode are correct. Contributed by Siddharth Seth. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4d3dc530e8dc - HDFS-2764. TestBackupNode is racy. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 11db1b855fa0 - HDFS-2786. Fix host-based token incompatibilities in DFSUtil. Contributed by Kihwal Lee. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4018798d4bb8 - MAPREDUCE-3415. Moving to 0.23.1 section. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8e524e731cf3 - Fixing 0.23.1 version of the CHANGES.txt to make it consistent with the CHANGES.txt from 0.23.1 release. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eabe75d6f270 - HDFS-2572. Moved to trunk section from 0.23.1 (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cb25aeee0d1c - HADOOP-8013. Moved to 0.23.1 section. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ae94c667896 - MAPREDUCE-3834. Changed MR AM to not add the same rack entry multiple times into the container request table when multiple hosts for a split happen to be on the same rack. Contributed by Siddarth Seth. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fa7294e5c01c - HADOOP-7851. Moving to 0.23.1 section in CHANGES.txt (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5fdfa2b4bdc2 - MAPREDUCE-3822. Changed FS counter computation to use all occurences of the same FS scheme, instead of randomly using one. (Contributed by Mahadev Konar) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 47c5d51bd865 - HADOOP-7841. Added to CHANGES.txt (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 23e4adabfaed - HADOOP-7813. Added to CHANGES.txt (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 04f685ea76a0 - MAPREDUCE-3827. Changed Counters to use ConcurrentSkipListMap for performance. Contributed by Vinod K V. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ccc2807d86d5 - MAPREDUCE-3823. Ensure counters are calculated only once after a job finishes. (Contributed by Vinod Kumar Vavilapalli) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d8e9f84fb1ac - Fixed jira id in commit for MAPREDUCE-3826. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7dfe20d5a8a1 - MAPREDUCE-3823. Fixed a bug in RM web-ui which broke sorting. Contributed by Jonathan Eagles. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 59b88655bc15 - MAPREDUCE-3833. Fixed a bug in reinitiaziling of queues. Contributed by Jason Lowe. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 90bc439b6636 - MAPREDUCE-3815. Fixed MR AM to always use hostnames and never IPs when requesting containers so that scheduler can give off data local containers correctly. Contributed by Siddarth Seth. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fb498926becb - MAPREDUCE-3436. JobHistory webapp address should use the host configured in the jobhistory address. (Contributed by Ahmed Radwan) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 28eadb7cd71e - HDFS-2899. Service protocol changes in DatanodeProtocol to add multiple storages. Contributed by Suresh Srinivas. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aaace5e84e9f - MAPREDUCE-3709. TestDistributedShell is failing. (Hitesh Shah via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6e376a39a070 - MAPREDUCE-3817. Fixed bin/mapred to allow running of distcp and archive jobs. Contributed by Arpit Gupta. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 35f12b955647 - MAPREDUCE-3697. Support binary compatibility for Counters after MAPREDUCE-901. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2d1406e9e7b7 - HADOOP-8027. Visiting /jmx on the daemon web interfaces may print unnecessary error in logs. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 59d1f07d6c24 - MAPREDUCE-3794. Support mapred.Task.Counter and mapred.JobInProgress.Counter enums for compatibility (Tom White via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7e4bd8959091 - HDFS-2886. CreateEditLogs should generate a realistic edit log. Contributed by Konstantin Shvachko. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8dbf374f1630 - MAPREDUCE-3811. Made jobclient-to-AM retries configurable. Contributed by Siddharth Seth. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 75d2d6185e38 - MAPREDUCE-3809. Ensure that there is no needless sleep in Task at the end of the task. Contributed by Siddharth Seth. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08479378c2a7 - MAPREDUCE-3818. Fixed broken compilation in TestSubmitJob after the patch for HDFS-2895. Contributed by Suresh Srinivas. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4f6839f23d36 - MAPREDUCE-3354. Changed scripts so that jobhistory server is started by bin/mapred instead of bin/yarn. Contributed by Jonathan Eagles. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bdf837a64a33 - MAPREDUCE-3804. yarn webapp interface vulnerable to cross scripting attacks (Dave Thompson via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9f2b77aee496 - MAPREDUCE-3808. Fixed an NPE in FileOutputCommitter for jobs with maps but no reduces. Contributed by Robert Joseph Evans. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c6282df3e59e - MAPREDUCE-3813. Added a cache for resolved racks. Contributed by Vinod K V. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 28a2eb9d722b - MAPREDUCE-3810. Performance tweaks - reduced logging in AM and defined hascode/equals for ResourceRequest & Priority. Contributed by Vinod K V. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2c91c9d7167f - HADOOP-8017. Configure hadoop-main pom to get rid of M2E plugin execution not covered (Eric Charles via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3f02d8dd5cae - MAPREDUCE-3814. Fixed MRV1 compilation. (Arun C Murthy via vinodkv) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2a9e430ff932 - HDS-2895. Remove Writable wire protocol types and translators to complete transition to protocol buffers. Contributed by Suresh Srinivas. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b837bbb7d5ca - HDFS-2893. The start/stop scripts don't start/stop the 2NN when using the default configuration. Contributed by Eli Collins (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | da7b0d90c68d - HDFS-2868. Expose xceiver counts via the DataNode MXBean. (harsh) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c7007a8a3508 - MAPREDUCE-3747. Initialize queue metrics upfront and added start/finish time to RM Web-UI. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f88574acdefa - HDFS-2880. Protobuf chagnes in DatanodeProtocol to add multiple storages. Contributed by Suresh Srinivas. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 23e336a0ed31 - MAPREDUCE-3765. FifoScheduler does not respect yarn.scheduler.fifo.minimum-allocation-mb setting (Hitesh Shah via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f3c35222e6e1 - MAPREDUCE-3775. Change MiniYarnCluster to escape special chars in testname. (Hitesh Shah via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c7d64769c1a7 - MAPREDUCE-3759. ClassCastException thrown in -list-active-trackers when there are a few unhealthy nodes (vinodkv via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f2280f612ce4 - MAPREDUCE-3795. "job -status" command line output is malformed. (vinodkv via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | caed1cfaf958 - MAPREDUCE-3723. TestAMWebServicesJobs & TestHSWebServicesJobs incorrectly asserting tests (Bhallamudi Venkata Siva Kamesh via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2c32cd7008e0 - MAPREDUCE-3791. can't build site in hadoop-yarn-server-common. (mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 205f0470f433 - HDFS-2785. Update webhdfs and httpfs for host-based token support. Contributed by Robert Joseph Evans. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1de317a945ac - MAPREDUCE-3803. Fix broken build of raid contrib due to HDFS-2864. Contributed by Ravi Prakash. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe1cf3b0aca5 - MAPREDUCE-3417. Fixed job-access-controls to work with MR AM and JobHistoryServer web-apps. Contributed by Jonathan Eagles. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3343494d6c39 - MAPREDUCE-3760. Changed active nodes list to not contain unhealthy nodes on the webUI and metrics. (vinodkv) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 94242c93857a - MAPREDUCE-3711. Fixed MR AM recovery so that only single selected task output is recovered and thus reduce the unnecessarily bloated recovery time. Contributed by Robert Joseph Evans. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 447e81f51a5c - HDFS-2889. getNumCurrentReplicas is package private but should be public on0.23 (see HDFS-2408). Contributed by Gregory Chanan. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b03023110805 - MAPREDUCE-3727. jobtoken location property in jobconf refers to wrong jobtoken file (tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cf897b6f3c30 - HADOOP-8013 ViewFileSystem does not honor setVerifyChecksum (Missed a file) (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | da00476fca35 - HADOOP-8013 ViewFileSystem does not honor setVerifyChecksum (Dayrn Sharp via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fdc47f783365 - HADOOP-8018 Hudson auto test for HDFS has started throwing javadoc (Jon Eagles via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 38ad4b503686 - HDFS-2879. Change FSDataset to package private. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a5c46c91655a - MAPREDUCE-3784. Fixed CapacityScheduler so that maxActiveApplications and maxActiveApplicationsPerUser per queue are not too low for small clusters. Contributed by Arun C Murthy. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 72d34e659437 - MAPREDUCE-3708. Metrics: Incorrect Apps Submitted Count (Bhallamudi via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7e8bf2c7ee0b - HADOOP-8015 ChRootFileSystem should extend FilterFileSystem (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6d5510dfb8bd - HDFS-2877. If locking of a storage dir fails, it will remove the other NN's lock file on exit. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9eb8f4d267ca - HDFS-2784. Update hftp and hdfs for host-based token support. Contributed by Kihwal Lee. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 191db6a9073e - HDFS-2718. Optimize OP_ADD in edits loading. Contributed by Konstantin Shvachko. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1950f97ab9e7 - HADOOP-8012. hadoop-daemon.sh and yarn-daemon.sh are trying to mkdir and chown log/pid dirs which can fail. Contributed by Roman Shaposhnik (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 58ba16e85f56 - HADOOP-8001 ChecksumFileSystem's rename doesn't correctly handle checksum files (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cc74881acb83 - MAPREDUCE-3771. Un-deprecated the old mapred apis, port of MAPREDUCE-1735. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c909aedbc146 - HDFS-2814 NamenodeMXBean does not account for svn revision in the version information. Contributed by Hitesh Shah. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 70bc14f2344f - MAPREDUCE-3780. Fixed a bug where applications killed before getting activated were not getting cleaned up properly. Contributed by Hitesh Shah. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6ba0375b21c4 - MAPREDUCE-3744. Fix the yarn logs command line. Improve error messages for mapred job -logs. (Contributed by Jason Lowe) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ef1a619a4df3 - MAPREDUCE-3752. Modified application limits to include queue max-capacities besides the usual user limits. Contributed by Arun C Murthy. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b4929bcf142d - MAPREDUCE-3640. Allow AMRecovery to work with partial JobHistory files. (Contributed by Arun C Murthy) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ab75b8b42006 - MAPREDUCE-3427. Fix streaming unit tests broken after mavenization. Contributed by Hitesh Shah. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 42d1c9b251dc - HADOOP-7470. Move up to Jackson 1.8.8. Contributed by Enis Soztutar (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 947ede4c4e03 - MAPREDUCE-3696. MR job via oozie does not work on hadoop 23. (John George via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b33c66efc52e - MAPREDUCE-3774. Moved yarn-default.xml to hadoop-yarn-common from hadoop-server-common. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e5ab15884615 - HADOOP-8009. Create hadoop-client and hadoop-minicluster artifacts for downstream projects. (tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 320771b43fd1 - Setting the svn:ignore flag to target dirs of modules which didn't have it (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e3d555a6569f - MAPREDUCE-3499. New MiniMR does not setup proxyuser configuration correctly, thus tests using doAs do not work. (johnvijoe via tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f49ba355e5de - MAPREDUCE-3762. Fixed default CapacityScheduler configs. Contributed by Mahadev Konar. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dbbfaebb71eb - HDFS-2864. Remove some redundant methods and the constant METADATA_VERSION from FSDataset. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d1f805f942de - MAPREDUCE-3754. Modified RM UI to filter applications based on state of the applications. (vinodkv) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f8a245c2731a - HADOOP-8006 TestFSInputChecker is failing in trunk. (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 536b30ec9102 - HDFS-2835. Fix findbugs and javadoc issue with GetConf.java. Contributed by Suresh Srinivas. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 319021d6fb31 - HDFS-2857. Cleanup BlockInfo class. Contributed by Suresh Srinivas. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 05efddf28e90 - MAPREDUCE-3749. ConcurrentModificationException in counter groups. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a8b6ee049179 - MAPREDUCE-3756. Made single shuffle limit configurable. Contributed by Hitesh Shah. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8dfef7d2dcc3 - HDFS-2827. When the parent of a directory is the root, renaming the directory results in leases updated incorrectly. Contributed by Uma Maheswara Rao G (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7f23d7235266 - MAPREDUCE-3764. Fixed resource usage metrics for queues and users. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ed0f74997ad - MAPREDUCE-3748. Changed a log in CapacityScheduler.nodeUpdate to debug. Contributed by Ramya Sunil. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 443d8f6c0bf4 - MAPREDUCE-3679. AM logs and others should not automatically refresh after every 1 second. (Vinod KV via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 76b653a36738 - MAPREDUCE-3716. Fixing YARN+MR to allow MR jobs to be able to use java.io.File.createTempFile to create temporary files as part of their tasks. Contributed by Jonathan Eagles. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7e4725db4167 - MAPREDUCE-3703. ResourceManager should provide node lists in JMX output. (Eric Payne via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e6ca182a261b - HADOOP-7999. "hadoop archive" fails with ClassNotFoundException. (Jason Lowe via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be2c6415d1b0 - Delete svn:mergeinfo from .gitignore and test java source files. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5652e71992ad - MAPREDUCE-3481. [Gridmix] Improve Gridmix STRESS mode. (amarrk) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 98302971c240 - HDFS-2801. Provide a method in client side translators to check for a methods supported in underlying protocol. (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 976c07696d6d - HDFS-2759. Pre-allocate HDFS edit log files after writing version number. Contributed by Aaron T. Myers. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 934047630a8c - HADOOP-8002. SecurityUtil acquired token message should be a debug rather than info. (Arpit Gupta via mahadev) (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ed6a73140e26 - HADOOP-7988. Upper case in hostname part of the principals doesn't work with kerberos. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5262b7ba4d01 - MAPREDUCE-3732. Modified CapacityScheduler to use only users with pending requests for computing user-limits. Contributed by Arun C Murthy. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | da91e0d427eb - HDFS-2791. If block report races with closing of file, replica is incorrectly marked corrupt. Contributed by Todd Lipcon. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0d5b7346812b - HDFS-2840. TestHostnameFilter should work with localhost or localhost.localdomain (tucu) (12 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a234f394e7a - HADOOP-7939. Improve Hadoop subcomponent integration in Hadoop 0.23. (rvs via tucu) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5d15e5640ec0 - HADOOP-8000. fetchdt command not available in bin/hadoop. (Arpit Gupta via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cc8a2a29f18a - HADOOP-7998 CheckFileSystem does not correctly honor setVerifyChecksum (Daryn Sharp via bobby) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe4bff77e13a - MAPREDUCE-3740. Fixed broken mapreduce compilation after the patch for HADOOP-7965. Contributed by Devaraj K. (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fdb9d51cecb5 - MAPREDUCE-3742. "yarn logs" command fails with ClassNotFoundException. (Jason Lowe via mahadev) (12 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f57de0d6dde0 - MAPREDUCE-3693. Added mapreduce.admin.user.env to mapred-default.xml. Contributed by Roman Shapshonik. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0cb3dd913b06 - MAPREDUCE-3720. Changed bin/mapred job -list to not print job-specific information not available at RM. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c8bb6f59b8de - HADOOP-7993. Hadoop ignores old-style config options for enabling compressed output. (Anupam Seth via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c5caed914d13 - HADOOP-7997. SequenceFile.createWriter(...createParent...) no longer works on existing file. Contributed by Gregory Chanan (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12289efa2bc0 - HADOOP-7965. Support for protocol version and signature in PB. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3cdc100369ce - MAPREDUCE-3360. Added information about lost/rebooted/decommissioned nodes on the webapps. Contributed by Bhallamudi Venkata Siva Kamesh and Jason Lowe. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 54f738575c0f - MAPREDUCE-3699. Increased RPC handlers for all YARN servers to reasonable values for working at scale. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | af6448e54373 - MAPREDUCE-3737. The Web Application Proxy's is not documented very well. (Robert Evans via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 52833981873a - MAPREDUCE-3718. Amending incorrect JIRA number in CHANGES.txt (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2bd728b366e5 - MAPREDUCE-3712. Change default AM heartbeat interval to 1 second. (Contributed by Hitesh Shah) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cf169295842c - HDFS-2837. mvn javadoc:javadoc not seeing LimitedPrivate class (revans2 via tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | faa6806df326 - MAPREDUCE-3735. Add distcp jar to the distribution (tar). (mahadev) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a7091893de3c - HDFS-2836. HttpFSServer still has 2 javadoc warnings in trunk (revans2 via tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 563b09c00429 - merge HADOOP-4515 HADOOP-6490 HADOOP-7574 HADOOP-7736 HADOOP-7919 to 0.23 from trunk and update CHANGES.txt file accordingly. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 34a6a9f4bcd4 - MAPREDUCE-3733. Add Apache License Header to hadoop-distcp/pom.xml. (mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d5bcc588285e - MAPREDUCE-2765. DistCp Rewrite. (Mithun Radhakrishnan via mahadev) - wrong version in poms (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d06948002fb0 - MAPREDUCE-2765. DistCp Rewrite. (Mithun Radhakrishnan via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fae75c2d7f46 - MAPREDUCE-3721. Fixed a race in shuffle which caused reduces to hang. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 21c9116309d8 - MAPREDUCE-3713. Fixed the way head-room is allocated to applications by CapacityScheduler so that it deducts current-usage per user and not per-application. Contributed by Arun C Murthy. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1149d9a13de9 - MAPREDUCE-3194. "mapred mradmin" command is broken in mrv2 (Jason Lowe via bobby) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a00640a3db62 - HADOOP-7987. Support setting the run-as user in unsecure mode. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9d1621da52fd - MAPREDUCE-3683. Fixed maxCapacity of queues to be product of parent maxCapacities. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a02f07c4bc71 - MAPREDUCE-3630. Fixes a NullPointer exception while running TeraGen - if a map is asked to generate 0 records. (Contributed by Mahadev Konar) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c43a5a992e4a - MAPREDUCE-3717. JobClient test jar has missing files to run all the test programs. (mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c7642a135c4e - MAPREDUCE-3712. The mapreduce tar does not contain the hadoop-mapreduce-client-jobclient-tests.jar. (mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 078ae89a4793 - MAPREDUCE-3714. Fixed EventFetcher and Fetcher threads to shut-down properly so that reducers don't hang in corner cases. (vinodkv) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dc615c312b81 - MAPREDUCE-3710. Improved FileInputFormat to return better locality for the last split. Contributed by Siddarth Seth. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f73daf6af1c8 - MAPREDUCE-3505. yarn APPLICATION_CLASSPATH needs to be overridable. (ahmed via tucu) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7c6988391710 - HDFS-442. dfsthroughput in test jar throws NPE (harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5dfe62d84542 - HDFS-2397. Undeprecate SecondaryNameNode. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9a153334ac5a - MAPREDUCE-3681. Fixed computation of queue's usedCapacity. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1525aae4b3ff - HDFS-2826. Add test case for HDFS-1476 (safemode can initialize replication queues before exiting) (todd) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 27c56b02b301 - MAPREDUCE-3646. Remove redundant URL info from "mapred job" output. (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c0016ba85f1d - HDFS-2825. Add test hook to turn off the writer preferring its local DN. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f07d91a1fcdd - HADOOP-7981. Improve documentation for org.apache.hadoop.io.compress.Decompressor.getRemaining (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4b36997b1b4c - MAPREDUCE-3702. internal server error trying access application master via proxy with filter enabled. (Thomas Graves via mahadev. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c415dee2b730 - MAPREDUCE-3691. webservices add support to compress response. (Thomas Graves via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12645ff6c06b - HDFS-2822. processMisReplicatedBlock incorrectly identifies under-construction blocks as under-replicated. Contributed by Todd Lipcon. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ece854211f11 - HDFS-2818. Fix a missing space issue in HDFS webapps' title tags. (Devaraj K via harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 355ba0137476 - MAPREDUCE-3705. ant build fails on 0.23 branch. (Thomas Graves via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a1719e99979 - MAPREDUCE-3549. write api documentation for web service apis for RM, NM, mapreduce app master, and job history server (Thomas Graves via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c840548d6be0 - HDFS-2817. Combine the two TestSafeMode test suites. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b49aae063586 - MAPREDUCE-3689. RM web UI doesn't handle newline in job name. (Thomas Graves via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 654b90fa239c - HDFS-2816. Fix missing license header in httpfs findbugsExcludeFile.xml. (hitesh via tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c6923061d038 - MAPREDUCE-3698. Client cannot talk to the history server in secure mode. (mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 959d1d01817e - HADOOP-7986. Adding config for MapReduce History Server protocol in hadoop-policy.xml for service level authorization. Contributed by Mahadev Konar. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f7d20b2198e4 - HDFS-2751. Datanode may incorrectly drop OS cache behind reads even for short reads. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 520a39ac2daf - HDFS-2810. Leases not getting renewed properly by clients. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b7eb5334f5ca - HADOOP-7982. UserGroupInformation fails to login if thread's context classloader can't load HadoopLoginModule. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 68615600985d - MAPREDUCE-3692. yarn-resourcemanager out and log files can get big. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fa6033a029ae - HDFS-2768. BackupNode stop can not close proxy connections because it is not a proxy instance. Contributed by Uma Maheswara Rao G. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1d2e706dd1e4 - HDFS-2803. Add logging to LeaseRenewer for better lease expiration debugging. Contributed by Jimmy Xiang. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10325d97329c - MAPREDUCE-3582. Move successfully passing MR1 tests to MR2 maven tree.(ahmed via tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8b2f6909ec7d - MAPREDUCE-3684. LocalDistributedCacheManager does not shut down its thread pool. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d737c323a688 - MAPREDUCE-3669. Allow clients to talk to MR HistoryServer using both delegation tokens and kerberos. Contributed by Mahadev Konar. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5ffff3aea946 - HADOOP-7971. Adding back job/pipes/queue commands to bin/hadoop for backward compatibility. Contributed by Prashath Sharma. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d05e6d2671db - MAPREDUCE-2450. Fixed a corner case with interrupted communication threads leading to a long timeout in Task. Contributed by Rajesh Balamohan. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c53c94ec4638 - Update changelog for HDFS-362 to reflect the merge. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4a343c9d4ab4 - MAPREDUCE-3641. Making CapacityScheduler more conservative so as to assign only one off-switch container in a single scheduling iteration. Contributed by Arun C Murthy. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c81995e37029 - MAPREDUCE-3657. State machine visualize build fails. (Jason Lowe via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a24339e50df4 - MAPREDUCE-3649. Job End notification gives an error on calling back. (Ravi Prakash via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a9002bfea1e0 - HADOOP-7968. Errant println left in RPC.getHighestSupportedProtocol (Sho Shimauchi via harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aee1bb81c69f - HADOOP-7974. TestViewFsTrash incorrectly determines the user's home directory. Contributed by Harsh J (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 69290d383c9a - HADOOP-7975. Add LZ4 as an entry in the default codec list, missed by HADOOP-7657 (harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f02ea82bd147 - HDFS-2790. FSNamesystem.setTimes throws exception with wrong configuration name in the message. Contributed by Arpit Gupta (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b8bcfa91635 - HDFS-2788. HdfsServerConstants#DN_KEEPALIVE_TIMEOUT is dead code. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b62c1b8563c7 - MAPREDUCE-3404. Corrected MR AM to honor speculative configuration and enable speculating either maps or reduces. Contributed by Eric Payne. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 90f096d86c93 - MAPREDUCE-3532. Modified NM to report correct http address when an ephemeral web port is configured. Contributed by Bhallamudi Venkata Siva Kamesh. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0c278b0f636a - MAPREDUCE-3656. Fixed a race condition in MR AM which is failing the sort benchmark consistently. Contributed by Siddarth Seth. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 78ff0b720e04 - MAPREDUCE-3596. Fix scheduler to handle cleaned up containers, which NMs may subsequently report as running. (Contributed by Vinod Kumar Vavilapalli) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be33949bef4d - Remove the empty avro directories for MAPREDUCE-3545. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f717c5785ee6 - MAPREDUCE-3664. Federation Documentation has incorrect configuration example. Contributed by Brandon Li. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6234f3d91c6f - HADOOP-2776. Missing interface annotation on JournalSet. Contributed by Brandon Li. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dcea80a21b96 - HDFS-69. Improve the 'dfsadmin' commandline help. (harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74697f231772 - MAPREDUCE-3512. Batching JobHistory flushing to DFS so that we don't flush for every event slowing down AM. Contributed by Siddarth Seth. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0086014703db - MAPREDUCE-3625. CapacityScheduler web-ui display of queue's used capacity is broken. (Jason Lowe via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5f79f180f6e5 - MAPREDUCE-3553. Add support for data returned when exceptions thrown from web service apis to be in either xml or in JSON. (Thomas Graves via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0510e0659c35 - MAPREDUCE-3652. org.apache.hadoop.mapred.TestWebUIAuthorization.testWebUIAuthorization fails. (Thomas Graves via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d0f89303e974 - MAPREDUCE-3645. TestJobHistory fails. (Thomas Graves via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c832b46d0b19 - MAPREDUCE-3651. TestQueueManagerRefresh fails. (Thomas Graves via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8f83a2355bc6 - HADOOP-7964. Deadlock in NetUtils and SecurityUtil class initialization. Contributed by Daryn Sharp. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c4c6d8ece316 - MAPREDUCE-3648. TestJobConf failing. (Thomas Graves via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 39b8bbe663ab - MAPREDUCE-3618. Fixed TaskHeartbeatHandler to not hold a global lock for all task-updates. Contributed by Siddarth Seth. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1c8e3e885404 - Add HDFS-2499 to CHANGES.txt. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8faf7e8fb6e4 - HDFS-2739. SecondaryNameNode doesn't start up. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bc4b1f48d3ab - MAPREDUCE-3380. Token infrastructure for running clients which are not kerberos authenticated. (mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7712e7009006 - MAPREDUCE-3251. Network ACLs can prevent some clients to talk to MR AM. Improved the earlier patch to not to JobHistoryServer repeatedly. Contributed by Anupam Seth. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bc374626bebe - MAPREDUCE-3299. Added AMInfo table to the MR AM job pages to list all the job-attempts when AM restarts and recovers. (Jonathan Eagles via vinodkv) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 44e0bb831b4f - MAPREDUCE-3382. Enhanced MR AM to use a proxy to ping the job-end notification URL. Contributed by Ravi Prakash. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 469f9e2db1d8 - Update CHANGES.txt to reflect merge. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 849c68c7b5f8 - MAPREDUCE-3312. Modified MR AM to not send a stop-container request for a container that isn't launched at all. Contributed by Robert Joseph Evans. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 48150cddaf9a - MAPREDUCE-3639. Fixed TokenCache to work with absent FileSystem canonical service-names. (Siddharth Seth via vinodkv) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 428529b58fe7 - MAPREDUCE-3528. Fixed TaskHeartBeatHandler to use a new configuration for the thread loop interval separate from task-timeout configuration property. (Siddharth Seth via vinodkv) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 239a5549eade - MAPREDUCE-3616. Thread pool for launching containers in MR AM not expanding as expected. (Contributed by Vinod Kumar Vavilapalli) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8feb26f116b8 - HADOOP-7963. Fix ViewFS to catch a null canonical service-name and pass tests TestViewFileSystem* (Siddharth Seth via vinodkv) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e8645636ce17 - MAPREDUCE-3511. Removed a multitude of cloned/duplicate counters in the AM thereby reducing the AM heap size and preventing full GCs. (vinodkv) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a7195bdd1459 - HDFS-2765. TestNameEditsConfigs is incorrectly swallowing IOE. Contributed by Aaron T. Myers (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8819fda48900 - Merged HDFS-2349, HDFS-2729, HDFS-2726, HDFS-554, HDFS-1314, HADOOP-7910 to branch-0.23, updating CHANGES.txt for trunk. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5ba647709927 - MAPREDUCE-3624. Remove unnecessary dependency on JDK's tools.jar. Contributed by Mahadev Konar. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a878bea3fec7 - HADOOP-7937. Forward port SequenceFile#syncFs and friends from Hadoop 1.x. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 750c5d881c48 - HADOOP-7936. There's a Hoop README in the root dir of the tarball. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 574f0b4c0a56 - HADOOP-4515. Configuration#getBoolean must not be case sensitive. (Sho Shimauchi via harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b3bcbe274d0c - HADOOP-7907. hadoop-tools JARs are not part of the distro. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4efd3699a6f2 - HDFS-2697. Move RefreshAuthPolicy, RefreshUserMappings, GetUserMappings protocol to protocol buffers. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a230d19d995b - HADOOP-7957. Classes deriving GetGroupsBase should be able to override proxy creation. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5f5561d0573b - Fixing CHANGES.txt files, moving JIRAs from trunk to 0.23.1 section. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2919ce8c8b57 - MAPREDUCE-3617. Removed wrong default value for yarn.resourcemanager.principal and yarn.nodemanager.principal. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7440a8aa374a - MAPREDUCE-3548. Added more unit tests for MR AM & JHS web-services. Contributed by Thomas Graves. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4404f2067104 - MAPREDUCE-3326. Added detailed information about queue's to the CapacityScheduler web-ui. Contributed by Jason Lowe. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6d45b9e31db9 - HADOOP-7934. Normalize dependencies versions across all modules. (tucu) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 472e97189171 - HDFS-2710. Add HDFS tests related to HADOOP-7933. Contributed by Siddarth Seth. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a2bcb867e17b - MAPREDUCE-3615. Fix some ant test failures. (Contributed by Thomas Graves) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4bb572d3366c - HADOOP-7808. Port HADOOP-7510 - Add configurable option to use original hostname in token instead of IP to allow server IP change. Contributed by Daryn Sharp. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 03d46dc571bc - MAPREDUCE-3569. TaskAttemptListener holds a global lock for all task-updates. (Contributed by Vinod Kumar Vavilapalli) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 08f8abf5639d - MAPREDUCE-3572. Moved AM event dispatcher to a separate thread for performance reasons. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 85c4158074e5 - HADOOP-7949. Updated maxIdleTime default in the code to match core-default.xml. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0870734787d7 - MAPREDUCE-3566. Fixed MR AM to construct CLC only once across all tasks. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e793ba8cba52 - MAPREDUCE-3478. Cannot build against ZooKeeper 3.4.0. (Tom White via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be285fc27fed - MAPREDUCE-3595. Add missing TestCounters#testCounterValue test from branch 1 to 0.23 (Contributed by Tom White) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f445eb31f19c - MAPREDUCE-3529. TokenCache does not cache viewfs credentials correctly. (sseth) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c27de4bd0b42 - MAPREDUCE-1744. DistributedCache creates its own FileSytem instance when adding a file/archive to the path. (Dick King via tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 55e94dc5ef41 - MAPREDUCE-3490. Fixed MapReduce AM to count failed maps also towards Reduce ramp up. Contributed by Sharad Agarwal and Arun C Murthy. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1447274693c2 - HADOOP-7948. Shell scripts created by hadoop-dist/pom.xml to build tar do not properly propagate failure. (cim_michajlomatijkiw via tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 075122690c5c - HDFS-1314. Make dfs.blocksize accept size-indicating prefixes (Sho Shimauchi via harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2f19c59f1d6f - MAPREDUCE-3610. Remove use of the 'dfs.block.size' config for default block size fetching. Use FS#getDefaultBlocksize instead. (Sho Shimauchi via harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4c0bac56703b - MAPREDUCE-3462. Fix Gridmix JUnit testcase failures. (Ravi Prakash and Ravi Gummadi via amarrk) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ee3e072b8ed - HADOOP-7933. Add a getDelegationTokens api to FileSystem which checks for known tokens in the passed Credentials object. (sseth) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 05ed36cd527d - HDFS-2722. HttpFs should not be using an int for block size. (harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5f15c292dcc8 - HADOOP-7504. Add the missing Ganglia31 opts to hadoop-metrics.properties as a comment. (harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 36a2d57f07da - HADOOP-7919. Remove the unused hadoop.logfile.* properties from the core-default.xml file. (harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8e8203f3c5a4 - HDFS-554. Use System.arraycopy in BlockInfo.ensureCapacity. (harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 11905517f128 - HDFS-2574. Remove references to some deprecated properties in conf templates and defaults files. (Joe Crobak via harsh) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4ab6ae543e5f - MAPREDUCE-3608. Fixed compile issue with MAPREDUCE-3522. Contributed by Mahadev Konar. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 743a5b78e3bc - MAPREDUCE-3522. Ensure queues inherit ACLs from parent if they aren't explicitly specified. Contributed by Jonathan Eagles. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6c349f9420ff - HDFS-2729. Update BlockManager's comments regarding the invalid block set (harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 07027b80f346 - HADOOP-7910. Add Configuration.getLongBytes to handle human readable byte size values. (Sho Shimauchi via harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7afb9aca709b - MAPREDUCE-3521. Fixed streaming to ensure it doesn't silently ignore unknown arguments. Contributed by Robert Evans. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f025652fdafa - MAPREDUCE-3547. Added a bunch of unit tests for the the RM/NM webservices. Contributed by Thomas Graves. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 41737432c07f - HDFS-2726. Fix a logging issue under DFSClient's createBlockOutputStream method (harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 919f56c3d464 - MAPREDUCE-3604. Fixed streaming to use new mapreduce.framework.name to check for local mode. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1e0c51c66e10 - HADOOP-7348. Change 'addnl' in getmerge util to be a flag '-nl' instead (XieXianshan via harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a9ffbdd0d71a - MAPREDUCE-2944. Improve checking of input for JobClient.displayTasks() (XieXianshan via harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9eb87574a3e1 - HADOOP-7574. Improve FSShell -stat, add user/group elements (XieXianshan via harsh) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fcbad14a3da7 - MAPREDUCE-3568. Optimized Job's progress calculations in MR AM. (vinodkv) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cd90b822278b - MAPREDUCE-3399. Modifying ContainerLocalizer to send a heartbeat to NM immediately after downloading a resource instead of always waiting for a second. Contributed by Siddarth Seth. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ae0d48854d5e - HDFS-2707. HttpFS should read the hadoop-auth secret from a file instead inline from the configuration. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1dcc4b57ee29 - MAPREDUCE-3597. [Rumen] Rumen should provide APIs to access all the job-history related information. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8fa0a3c737f2 - MAPREDUCE-3567. Extraneous JobConf objects in AM heap. Contributed by Vinod Kumar Vavilapalli) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ef9b97487964 - MAPREDUCE-3586. Modified CompositeService to avoid duplicate stop operations thereby solving race conditions in MR AM shutdown. (vinodkv) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 55ad01711e61 - HADOOP-7890. Redirect hadoop script's deprecation message to stderr. (Koji Knoguchi via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b4f40cbf913 - HttpFS server should check that upload requests have correct content-type. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8fe3dd3feace - HDFS-2657. TestHttpFSServer and TestServerWebApp are failing on trunk. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 264d3b7dd0c8 - MAPREDUCE-3349. Log rack-name in JobHistory for unsuccessful tasks. (Devaraj K and Amar Kamat via amarrk) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 45620eee687b - HDFS-2646. Hadoop HttpFS introduced 4 findbug warnings. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8626f1bc6c0f - MAPREDUCE-3588. Fixed bin/yarn which was broken by MAPREDUCE-3366 so that yarn daemons can start. Contributed by Arun C Murthy. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e7543b944c2b - MAPREDUCE-3339. Fixed MR AM to stop considering node blacklisting after the number of nodes blacklisted crosses a threshold. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4e1d5a0d71d4 - MAPREDUCE-3391. Making a trivial change to correct a log message in DistributedShell app's AM. Contributed by Subroto Sanyal. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 96247ead035c - MAPREDUCE-3376. Fixed Task to ensure it passes reporter to combiners using old MR api. Contributed by Subroto Sanyal. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f9b2197d2a7f - HADOOP-7837. no NullAppender in the log4j config. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3503d9a4a8f5 - HDFS-2706. Use configuration for blockInvalidateLimit if it is set. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a61a18cc0985 - MAPREDUCE-3563. Fixed LocalJobRunner to work correctly with new mapreduce apis. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dfba847eb65c - Amend HDFS-234 (bkjournal contrib). Fix findbugs build (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | de928a4aa03d - HDFS-2658. HttpFS introduced 70 javadoc warnings. (tucu) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5e185702ea87 - HDFS-2335. DataNodeCluster and NNStorage always pull fresh entropy. Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a89baed8332e - HDFS-2553. Fix BlockPoolSliceScanner spinning in a tight loop. Contributed by Uma Maheswara Rao G. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fa1edc9a1e15 - HDFS-2700. Fix failing TestDataNodeMultipleRegistrations in trunk. Contributed by Uma Maheswara Rao G. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 191b56d802b7 - HADOOP-7657. Add support for LZ4 compression. Contributed by Binglin Chang. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2cf4aca02eda - MAPREDUCE-3579. ConverterUtils shouldn't include a port in a path from a url without a port (Contributed by atm) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 89553be90eea - HDFS-2687. Tests failing with ClassCastException post protobuf RPC changes. Contributed by Suresh Srinivas. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 52c149115512 - HDFS-2694. Removal of Avro broke non-PB NN services. Contributed by Aaron T. Myers. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 059290ce3a00 - HADOOP-7931. o.a.h.ipc.WritableRpcEngine should have a way to force initialization. Contributed by Aaron T. Myers (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9b7617a909cc - HDFS-2640. Javadoc generation hangs. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | feb3a23c71a5 - MAPREDUCE-3387. Fixed AM's tracking URL to always go through the proxy, even before the job started, so that it works properly with oozie throughout the job execution. Contributed by Robert Joseph Evans. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | a238f931ea7d - MAPREDUCE-778. Rumen Anonymizer. (Amar Kamat and Chris Douglas via amarrk) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6d551b83de25 - MAPREDUCE-3366. Mapreduce component should use consistent directory structure layout as HDFS/common (Eric Yang via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | c4ff89252030 - MAPREDUCE-3422. Counter display names are not being picked up. Contributed by Jonathan Eagles) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | f73bd5402e49 - MAPREDUCE-3564. Fixed failures in TestStagingCleanup and TestJobEndNotifier tests. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | | c2fe4a7e8377 - MAPREDUCE-3487. Fixed JobHistory web-UI to display links to single task's counters' page. Contributed by Jason Lowe. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 558185aecd12 - Add target directory to svn:ignore (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 6cf3a15c52df - HADOOP_7917. compilation of protobuf files fails in windows/cygwin. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 227fb568b8cb - MAPREDUCE-3560. TestRMNodeTransitions is failing on trunk. (Siddharth Seth via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | beec374542da - MAPREDUCE-3251. Network ACLs can prevent some clients to talk to MR ApplicationMaster (Anupam Seth via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | 14ba2e65c940 - MAPREDUCE-3531. Fixed a race in ContainerTokenSecretManager. (Contributed by Robert Joseph Evans) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | | cfbde6ac0f7e - MAPREDUCE-3484. Fixed JobEndNotifier to not get interrupted before completing all its retries. Contributed by Ravi Prakash. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | | 3758710bffd4 - HADOOP-7920. Remove a few more bits that are no longer required. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | c32ca00a752d - MAPREDUCE-3530. Fixed an NPE occuring during scheduling in the ResourceManager. Contributed by Arun C Murthy. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 50fa9b89f42b - MAPREDUCE-3398. Fixed log aggregation to work correctly in secure mode. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 739f8871f230 - MAPREDUCE-3541. Fix broken TestJobQueueClient test. (Ravi Prakash via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 2e6c75a0621a - MAPREDUCE-3557. MR1 test fail to compile because of missing hadoop-archives dependency. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | d8dfcdcbc2e2 - HDFS-2669 Enable protobuf rpc for ClientNamenodeProtocol (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | d9c9fb913ef5 - HADOOP-7920. Remove Avro Rpc. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | f7f5e51431a7 - Missed deleting the files in r1214066 (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 95bdb29aaff1 - r1214102 should have removed the file. Committing this to remove empty file. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 60dd76c6abcb - HDFS-2676. Remove Avro RPC. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | b9238e3badd0 - HDFS-2675. Reduce warning verbosity when double-closing edit logs. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | ec4971a280a6 - MAPREDUCE-3545. Remove Avro RPC. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | bdc2a77d6b06 - HDFS-2649. eclipse:eclipse build fails for hadoop-hdfs-httpfs. Contributed by Jason Lowe (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 3cffe34177c7 - HDFS-2661. Enable protobuf RPC for DatanodeProtocol. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 433a6e78f69f - HDFS-2545. Change WebHDFS to support multiple namenodes in federation. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | a839f875e8cc - MAPREDUCE-3544. gridmix build is broken, requires hadoop-archives to be added as ivy dependency. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | b7ae5a6cb7b2 - MAPREDUCE-3426. Fixed MR AM in uber mode to write map intermediate outputs in the correct directory to work properly in secure mode. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 3954a2fb1cbc - HDFS-2663. Optional protobuf parameters are not handled correctly. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 6a609cb471d4 - Reverting the patch r1213981 (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 1f2f4e105b90 - HDFS-234. Integration with BookKeeper logging system. Contributed by Ivan Kelly. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | b5229fd19bfe - HDFS-2663. Optional protobuf parameters are not handled correctly. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 3001a172c886 - Reverting r1213512 because it committed changes that were not part of the patch. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 0ea8570be578 - MAPREDUCE-2863. Support web services for YARN and MR components. (Thomas Graves via vinodkv) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 37b8cc3f1909 - MAPREDUCE-3542. Support "FileSystemCounter" legacy counter group name for compatibility. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | fac14e799a62 - HADOOP-7892. IPC logs too verbose after "RpcKind" introduction. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 74c916692311 - HADOOP-7810. move hadoop archive to core from tools [missing file from original commit]. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | | 0201be46c298 - HADOOP-7810. move hadoop archive to core from tools. (tucu) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | | f2f4e9341387 - HDFS-2650. Replace @inheritDoc with @Override. Contributed by Hari Mankude. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 4ec8424e5d8c - HDFS-2666. Fix TestBackupNode failure. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | eae3a91b1900 - Add .classpath, .externalToolBuilders, .launches, .project and .settings to svn:ignore of hadoop-mapreduce-project/hadoop-mapreduce-examples. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 186df142cc19 - HADOOP-7913 Fix bug in ProtoBufRpcEngine (sanjay) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 40cc6fc292b0 - HADOOP-7914. Remove the duplicated declaration of hadoop-hdfs test-jar in hadoop-project/pom.xml. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | c3f7c1f3e55e - Add missing file to previous commit. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 5f39d6c23930 - HDFS-2654. Make BlockReaderLocal not extend RemoteBlockReader2. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 197634f2f7f4 - HDFS-2653. DFSClient should cache whether addrs are non-local when short-circuiting is enabled. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | f611e1d1b116 - MAPREDUCE-3537. Fix race condition in DefaultContainerExecutor which led to container localization occuring in wrong directories. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 2892b058e033 - Put HDFS-1765 in the right place in the changelog. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 43100e9c0e14 - HDFS-1765. Block Replication should respect under-replication block priority. Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 13345f3a85b6 - HDFS-2663. Handle protobuf optional parameters correctly. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | e52291ea8871 - MAPREDUCE-3510. Capacity Scheduler inherited ACLs not displayed by mapred queue -showacls (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 9b75b051634f - MAPREDUCE-3328. mapred queue -list output inconsistent and missing child queues. (Ravi Prakash via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 14e6f1e796bf - MAPREDUCE-3518. mapred queue -info -showJobs throws NPE. (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | | | 6fc7e2e002c1 - HADOOP-7912. test-patch should run eclipse:eclipse to verify that it does not break again. Contributed by Robert Joseph Evans (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | | 6571d39a74ec - MAPREDUCE-3527. Fix minor API incompatibilities between 1.0 and 0.23. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | | 0f703982928e - HADOOP-7878 Regression: HADOOP-7777 switch changes break HDFS tests when the isSingleSwitch() predicate is used (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 3128c7863638 - JDiff output for release 0.22.0 (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 48da033901d3 - HDFS-2651 ClientNameNodeProtocol Translators for Protocol Buffers (sanjay) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 2c1ee1d34214 - Preparing for release 0.22.0 (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 2740112bb64e - HDFS-2647. Used protobuf based RPC for InterDatanodeProtocol, ClientDatanodeProtocol, JournalProtocol, NamenodeProtocol. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 604f99e36756 - Fixup changelog for HADOOP-7898 (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | b0d3781b64bc - MAPREDUCE-3519. Fixed a deadlock in NodeManager LocalDirectories's handling service. Contributed by Ravi Gummadi. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | ad7d537caab1 - HADOOP-7899. Generate proto java files as part of the build. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | e7682e1496a4 - HDFS-2511. Add dev script to generate HDFS protobufs. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 38a19bc293de - HDFS-2642. Protobuf translators for DatanodeProtocol. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 66fce2080265 - HADOOP-7902. skipping name rules setting (if already set) should be done on UGI initialization only. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 9b1f47226b07 - HDFS-2594. Support getDelegationTokens and createSymlink in WebHDFS. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | b4afbe6c8d45 - Added Uma's name to the CHANGES.txt file for HADOOP-7851. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 82d57ee7fee8 - HADOOP-7851. Configuration.getClasses() never returns the default value. (amarrk) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 066cddb44e1f - MAPREDUCE-3513. Capacity Scheduler web UI has a spelling mistake for Memory. (chackaravarthy via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 224fc101fdfa - MAPREDUCE-3327. RM web ui scheduler link doesn't show correct max value for queues (Anupam Seth via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 7584901685bd - HADOOP-7870. fix SequenceFile#createWriter with boolean createParent arg to respect createParent. Contributed by Jon Hsieh (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 2deaca441586 - HADOOP-6886. LocalFileSystem Needs createNonRecursive API. Contributed by Nicolas Spiegelberg and Eli Collins (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | dec526076f2e - HADOOP-6840. Support non-recursive create() in FileSystem and SequenceFile.Writer. Contributed by Jitendra and Eli (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 3334306512b5 - HDFS-2178. Contributing Hoop to HDFS, replacement for HDFS proxy with read/write capabilities. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 8cd80b3cbc26 - HADOOP-7898. Fix javadoc warnings in AuthenticationToken.java. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 4283ac6d7af6 - HADOOP-7897. ProtobufRpcEngine client side exception mechanism is not consistent with WritableRpcEngine. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | | 9f69ae5a9e52 - HDFS-2597 ClientNameNodeProtocol in Protocol Buffers (sanjay) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | | d9690b092294 - HADOOP-7888. TestFailoverProxy fails intermittently on trunk. Contributed by Jason Lowe. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 58361d3f34a3 - HADOOP-7887. KerberosAuthenticatorHandler is not setting KerberosName name rules from configuration. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | a27adf3de4ea - HDFS-2430. The number of failed or low-resource volumes the NN can tolerate should be configurable. Contributed by Aaron T. Myers (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | c17bb83644b3 - HDFS-2636. Implement protobuf service for ClientDatanodeProtocol. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | ec87e163d418 - MAPREDUCE-3147. Handle leaf queues with the same name properly. (Ravi Prakash via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 7a59150bff64 - HDFS-2629. Implement protobuf service for InterDatanodeProtocol. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 788f28b6798d - HADOOP-7886. Add toString to FileStatus. Contributed by SreeHari. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | b981daa07f35 - HDFS-1580. Committing the test case, it was missed in earlier commit. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 8c0f2a0d59f3 - HDFS-2618. Fix for the build failure caused by previous commit. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | a55599062c0d - MAPREDUCE-3496. Fixed client to print queue acls in consistent order. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 0a713035f2fb - HDFS-2618. Implement protobuf service for NamenodeProtocol. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | c256f8266d9e - HDFS-2581. Implement protobuf service for JournalProtocol. Contributed Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | d18e5b384472 - HDFS-1580. Add interface for generic Write Ahead Logging mechanisms. Contributed by Ivan Kelly. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | | 6a358ee14026 - MAPREDUCE-3389. MRApps loads the 'mrapp-generated-classpath' file with classpath from the build machine. (tucu) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | | 0acc00bbab3b - HADOOP-7876. Provided access to encoded key in DelegationKey for use in protobuf based RPCs. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | 560c8946eac8 - HADOOP-7875. Add helper class to unwrap protobuf ServiceException. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | 65200998c01b - HADOOP-7862 Move the support for multiple protocols to lower layer so that Writable, PB and Avro can all use it (includes HDFS and MR changes to match) (Sanjay) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | e948247715ba - MAPREDUCE-3485. DISKS_FAILED -101 error code should be defined in same location as ABORTED_CONTAINER_EXIT_STATUS. (Ravi Gummadi via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | 1972a76e5a44 - MAPREDUCE-3458. Fix findbugs warnings in hadoop-examples. (Devaraj K via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | bb2b8f565c3a - MAPREDUCE-3456. /bin/yarn should set defaults for *_HOME (Eric Payne via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | f7eda5a8d3bf - MAPREDUCE-3500. MRJobConfig creates an LD_LIBRARY_PATH using the platform ARCH. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | 72e9ec7a451d - MAPREDUCE-3479. JobClient#getJob cannot find local jobs. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | 6b2cbe1198b4 - MAPREDUCE-3453. RM web ui application details page shows RM cluster about information. (Contributed by Jonathan Eagles) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | a3f37e15f75d - MAPREDUCE-3460. MR AM can hang if containers are allocated on a node blacklisted by the AM. (Contributed by Hitesh Shah and Robert Joseph Evans) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | c5777e03754e - HADOOP-7874. native libs should be under lib/native/ dir. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | 714ae6e62f37 - MAPREDUCE-3369. Migrate MR1 tests to run on MR2 using the new interfaces introduced in MAPREDUCE-3169. Contributed by Ahmed Radwan. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | 6b555008f356 - HADOOP-7877. Update balancer CLI usage documentation to include the new -policy option. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | 449554f78280 - MAPREDUCE-3169 amendment. Deprecate MiniMRCluster. Contributed by Ahmed Radwan) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | | 102541b12b07 - MAPREDUCE-3443. JobClient and Job should function in the context of the UGI which created them. (Contributed by Mahadev Konar) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | | 6a9624dcec1c - MAPREDUCE-3452. fifoscheduler web ui page always shows 0% used for the queue (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | 08da8ea5db53 - MAPREDUCE-3463. Second AM fails to recover properly when first AM is killed with java.lang.IllegalArgumentException causing lost job. (Siddharth Seth via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | f5cffab738d7 - HDFS-2614. hadoop dist tarball is missing hdfs headers. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | efc83da2a0d8 - HADOOP-7854. UGI getCurrentUser is not synchronized. Contributed by Daryn Sharp. (13 years ago) +* | | | | | | | | | | | | | | | | | | | | e2a78da87b90 - MAPREDUCE-3488. Streaming jobs are failing because the main class isnt set in the pom files. (mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | ff9bae6b7d88 - MAREDUCE-3477. Hadoop site documentation cannot be built anymore. (jeagles via tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | | d8930feeae11 - HADOOP-7853. multiple javax security configurations cause conflicts. (daryn via tucu) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | | 94bf0dacbaa5 - MAPREDUCE-3450. NM port info no longer available in JobHistory. (Siddharth Seth via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | 68ff73c8020c - Ammend HDFS-2570 to shorten description. (13 years ago) +* | | | | | | | | | | | | | | | | | | | afbc3aa30cd5 - HDFS-2606. webhdfs client filesystem impl must set the content-type header for create/append. (tucu) (13 years ago) +* | | | | | | | | | | | | | | | | | | | 670fa8770b39 - HADOOP-7864. Building mvn site with Maven < 3.0.2 causes OOM errors. Contributed by Andrew Bayer (13 years ago) +* | | | | | | | | | | | | | | | | | | | 65681d5716e4 - HADOOP-7804. Enable hadoop config generator to set configurations to enable short circuit read. Contributed by Arpit Gupta. (13 years ago) +* | | | | | | | | | | | | | | | | | | | 0398a9e88dac - HDFS-2604. Add a log message to show if WebHDFS is enabled and a configuration section in the forrest doc. (13 years ago) +* | | | | | | | | | | | | | | | | | | | 03e8ec7faf56 - MAPREDUCE-3448. TestCombineOutputCollector javac unchecked warning on mocked generics (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | | | ea17da82f7fc - MAPREDUCE-3121. NodeManager should handle disk-failures (Ravi Gummadi via mahadev) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | | be9c46a4475f - MAPREDUCE-3433. Finding counters by legacy group name returns empty counters. (13 years ago) +* | | | | | | | | | | | | | | | | | | 784a4a308437 - MAPREDUCE-3045. Fixed UI filters to not filter on hidden title-numeric sort fields. Contributed by Jonathan Eagles (13 years ago) +* | | | | | | | | | | | | | | | | | | 68f56ca906a8 - HDFS-2287. Fix second assert. (13 years ago) +* | | | | | | | | | | | | | | | | | | 3083d7d7db77 - Fix CHANGES.txt. Moving changes from 0.21.1 section to 0.22.0. (13 years ago) +* | | | | | | | | | | | | | | | | | | 82da8fb4901c - Fix CHANGES.txt. Some changes have been committed under 0.21.1 section rather than 0.22.0. (13 years ago) +* | | | | | | | | | | | | | | | | | | 32935d3e6715 - Fix CHANGES.txt for HDFS-2346 in trunk. (13 years ago) +* | | | | | | | | | | | | | | | | | | b32543d9ae81 - HDFS-2596. TestDirectoryScanner doesn't test parallel scans. (eli) (13 years ago) +* | | | | | | | | | | | | | | | | | | 49c44117f3ec - Fix typo in HDFS-993 commit. Was -933. (13 years ago) +* | | | | | | | | | | | | | | | | | | 3c602e0ee056 - Apply HADOOP-7777 to 0.23.1 (13 years ago) +* | | | | | | | | | | | | | | | | | | 18d99428555f - HADOOP-7863: apply HADOOP-7424 to 0.23.1 (13 years ago) +* | | | | | | | | | | | | | | | | | | 91a75ad34f9c - Fix WebHDFS capitalization in CHANGES.txt. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | | e9c2307838a8 - HDFS-2316. Record completion of umbrella jira. Contributed by Tsz Wo (Nicholas), Sze. (13 years ago) +* | | | | | | | | | | | | | | | | | cc4a46811383 - MAPREDUCE-3413. RM web ui applications not sorted in any order by default. (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | 7f0f8cb7b052 - MAPREDUCE-3238. Small cleanup in SchedulerApp. (Todd Lipcon via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | 64b5a70a53ff - MAPREDUCE-3371. Review and improve the yarn-api javadocs. (Ravi Prakash via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | 229a3a23127e - HADOOP-7858. Drop some info logging to DEBUG level in IPC, metrics, and HTTP. Contributed by Todd Lipcon (13 years ago) +* | | | | | | | | | | | | | | | | | cb5c6c90c4c8 - HADOOP-7859. TestViewFsHdfs.testgetFileLinkStatus is failing an assert. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | | | | | | 65580668209e - HADOOP-7777 changes.txt (13 years ago) +* | | | | | | | | | | | | | | | | | 2d0f5e99e8a8 - insert NEW-FEATURES section onto trunk (13 years ago) +* | | | | | | | | | | | | | | | | | 783dbb412590 - HADOOP-7777 a base class for DNSToSwitchMapping implementations (13 years ago) +* | | | | | | | | | | | | | | | | | 4b65d10cfe4a - HDFS-2590. Fix the missing links in the WebHDFS forrest doc. (13 years ago) +* | | | | | | | | | | | | | | | | | 080a34143d69 - HADOOP-7861. changes2html.pl generates links to HADOOP, HDFS, and MAPREDUCE jiras. Contributed by Konstantin Shvachko. (13 years ago) +* | | | | | | | | | | | | | | | | | e3c696551952 - HADOOP-7358. Improve log levels when exceptions caught in RPC handler. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | | | f17ed541c76c - MAPREDUCE-3265. Removed debug logs during job submission to LOG.debug to cut down noise. (13 years ago) +* | | | | | | | | | | | | | | | | | d3a51478e3ed - HDFS-2587. Add apt doc for WebHDFS REST API. (13 years ago) +* | | | | | | | | | | | | | | | | | db092f5048cf - HADOOP-7827 HDFS-2588 MAPREDUCE-3464. jsp pages missing DOCTYPE. Contributed by Dave Vronay. (13 years ago) +* | | | | | | | | | | | | | | | | | 41b1e3ffec80 - MAPREDUCE-3329. Fixed CapacityScheduler to ensure maximum-capacity cannot be lesser than capacity for any queue. (13 years ago) +* | | | | | | | | | | | | | | | | | 865cd3288502 - MAPREDUCE-3411. Performance Upgrade for jQuery (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | 2e3f53173547 - MAPREDUCE-3408. yarn-daemon.sh unconditionnaly sets yarn.root.logger (Bruno Mahe via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | 7381884e8529 - HDFS-2552. Add Forrest doc for WebHDFS REST API. (13 years ago) +* | | | | | | | | | | | | | | | | | fac80b85ae61 - MAPREDUCE-3454. [Gridmix] TestDistCacheEmulation is broken (Hitesh Shah MAPREDUCE-3454. via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | | e21c2ff5f13c - MAPREDUCE-3412. Fix 'ant docs'. (amarrk) (13 years ago) +* | | | | | | | | | | | | | | | | | 49417594e829 - HDFS-2519. Add protobuf service for DatanodeProtocol. Contributed by Suresh Srinivas. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | | 2ab10e29d9cc - HDFS-2246. Enable reading a block directly from local file system for a client on the same node as the block file. Contributed by Andrew Purtell, Suresh Srinivas and Jitendra Nath Pandey (13 years ago) +* | | | | | | | | | | | | | | | | a2e66776a98f - HDFS-2573. TestFiDataXceiverServer is failing, not testing OOME. Contributed by Konstantin Boudnik. (13 years ago) +* | | | | | | | | | | | | | | | | 52937609733f - HDFS-2410. Further cleanup of hardcoded configuration keys and values. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | b76b85986e4e - HDFS-2520. Add protobuf service for InterDatanodeProtocol. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | 4754b80862ed - HDFS-2518. Add protobuf service for NamenodeProtocol. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | 38fea39be7e4 - MAPREDUCE-3444. trunk/0.23 builds broken (Hitesh Shah via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | 6ee82eefa8d0 - MAPREDUCE-3447. mapreduce examples not working (mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | 39ce694d05c6 - HDFS-2566. Move BPOfferService to be a non-inner class. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | | 68173af69d2f - HDFS-2575. DFSTestUtil may create empty files. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | | 63edb9d724f9 - MAPREDUCE-3434. Nightly build broken (Hitesh Shah via mahadev) (13 years ago) +* | | | | | | | | | | | | | | | | 54ac7e541354 - HDFS-2517. Add protobuf service for JounralProtocol. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | | | | | eec27822879d - HADOOP-6614. RunJar should provide more diags when it can't create a temp file. Contributed by Jonathan Hsieh (13 years ago) +* | | | | | | | | | | | | | | | | d4306d4bd115 - HADOOP-7783. Add more symlink tests that cover intermediate links. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | | | | | 5760d03c87cf - Revert accidental change in previous commit. (13 years ago) +* | | | | | | | | | | | | | | | | 9c2f4f634db1 - HDFS-2514. Link resolution bug for intermediate symlinks with relative targets. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | | | | | 5bc66c4c8662 - HDFS-2532. TestDfsOverAvroRpc timing out in trunk. Contributed by Uma Maheswara Rao G. (13 years ago) +* | | | | | | | | | | | | | | | | 896b28eacb6a - HADOOP-7833. Fix findbugs warnings in protobuf generated code. Contributed by John Lee. (13 years ago) +* | | | | | | | | | | | | | | | | 796d30863703 - HADOOP-7841. Run tests with non-secure random. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | | 67f25b0a1bec - HDFS-2572. Remove Unnecessary double-check in DN#getHostName (harsh) (13 years ago) +* | | | | | | | | | | | | | | | | 5573b691d519 - HDFS-2567. When 0 DNs are available, show a proper error when trying to browse DFS via web UI. Contributed by Harsh J (13 years ago) +* | | | | | | | | | | | | | | | | 8686a00c7a0c - HDFS-2570. Add descriptions for dfs.*.https.address in hdfs-default.xml. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | | | | | 8e8bb50afd82 - HDFS-2454. Move maxXceiverCount check to before starting the thread in dataXceiver. Contributed by Harsh J (13 years ago) +* | | | | | | | | | | | | | | | | 513718f92dc5 - HDFS-2568. Use a set to manage child sockets in XceiverServer. Contributed by Harsh J (13 years ago) +* | | | | | | | | | | | | | | | | b2313021fd03 - HDFS-2536. Remove unused imports. Contributed by Harsh J (13 years ago) +* | | | | | | | | | | | | | | | | 0e5c1a45bf48 - HDFS-208. name node should warn if only one dir is listed in dfs.name.dir. Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | | | | | | | | 84f0c0f180bb - HDFS-2502. hdfs-default.xml should include dfs.name.dir.restore. Contributed by Harsh J (13 years ago) +* | | | | | | | | | | | | | | | | 7a8015c0e297 - HDFS-2541. For a sufficiently large value of blocks, the DN Scanner may request a random number with a negative seed value. Contributed by Harsh J (13 years ago) +* | | | | | | | | | | | | | | | | b7cd8c0f865e - HDFS-2564. Cleanup unnecessary exceptions thrown and unnecessary casts. Contributed by Hari Mankude (13 years ago) +* | | | | | | | | | | | | | | | | 1f92266516c8 - HDFS-2563. Some cleanup in BPOfferService. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | | 26447229ba2c - HADOOP-7590. Mavenize streaming and MR examples. (tucu) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | | +* | | | | | | | | | | | | | | | 905a127850d5 - HDFS-2562. Refactor DN configuration variables out of DataNode class. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | bd0fbbb9429e - MAPREDUCE-3372. HADOOP_PREFIX cannot be overridden. Contributed by Bruno Mahé. (13 years ago) +* | | | | | | | | | | | | | | | 6a01c22755cb - HDFS-2543. HADOOP_PREFIX cannot be overridden. Contributed by Bruno Mahé. (13 years ago) +* | | | | | | | | | | | | | | | bd2e2aaf996b - MAPREDUCE-3373. Hadoop scripts unconditionally source "$bin"/../libexec/hadoop-config.sh. Contributed by Bruno Mahé (13 years ago) +* | | | | | | | | | | | | | | | dc5a0ab24534 - HDFS-2544. Hadoop scripts unconditionally source "$bin"/../libexec/hadoop-config.sh. Contributed by Bruno Mahé (13 years ago) +* | | | | | | | | | | | | | | | 41cfb68419a5 - HADOOP-7802. Hadoop scripts unconditionally source "$bin"/../libexec/hadoop-config.sh. Contributed by Bruno Mahé (13 years ago) +* | | | | | | | | | | | | | | | 0864ef19089f - HDFS-2560. Refactor BPOfferService to be a static inner class. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | | | 7edfff57954b - HADOOP-7787. Make source tarball use conventional name. Contributed by Bruno Mahé (13 years ago) +* | | | | | | | | | | | | | | | ed45ad0fcc5f - MAPREDUCE-3415. improve MiniMRYarnCluster & DistributedShell JAR resolution (tucu) (13 years ago) +* | | | | | | | | | | | | | | | 302e3dfe2c9c - MAPREDUCE-3169. Create a new MiniMRCluster equivalent which only provides client APIs cross MR1 and MR2. (Ahmed via tucu) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | | +* | | | | | | | | | | | | | | 9d7402e0af79 - MAPREDUCE-3407. Fixed pom files to refer to the correct MR app-jar needed by the integration tests. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | | | 00b50a5c94df - MAPREDUCE-3355. Fixed MR AM's ContainerLauncher to handle node-command timeouts correctly. (vinodkv) (13 years ago) +* | | | | | | | | | | | | | | 649080131c02 - HADOOP-7811. TestUserGroupInformation#testGetServerSideGroups test fails in chroot. (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | | | c56e05196190 - MAPREDUCE-3102. Changed NodeManager to fail fast when LinuxContainerExecutor has wrong configuration or permissions. Contributed by Hitesh Shah. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | | +* | | | | | | | | | | | | | 3491205b0a2d - MAPREDUCE-3331. Improvement to single node cluster setup documentation for 0.23 (Anupam Seth via mahadev) (13 years ago) +* | | | | | | | | | | | | | 116b91cdfb0f - MAPREDUCE-3375. [Gridmix] Memory Emulation system tests. (Vinay Thota via amarrk) (13 years ago) +* | | | | | | | | | | | | | 9a3f147fdd54 - HDFS-2476. More CPU efficient data structure for under-replicated, over-replicated, and invalidated blocks. Contributed by Tomasz Nykiel. (13 years ago) +* | | | | | | | | | | | | | 51ce3831123b - HDFS-2532. Add timeout to TestDfsOverAvroRpc (13 years ago) +* | | | | | | | | | | | | | 4cdcf7b867ea - MAPREDUCE-3243. Invalid tracking URL for streaming jobs (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | | 58bfa24ae485 - MAPREDUCE-3341. Enhance logging of initalized queue limit values. (Anupam Seth via mahadev) (13 years ago) +* | | | | | | | | | | | | | 503593af1efd - MAPREDUCE-3325. Improvements to CapacityScheduler doc. (Thomas Graves via mahadev) (13 years ago) +* | | | | | | | | | | | | | ac320f504621 - MAPREDUCE-3324. Not All HttpServer tools links (stacks,logs,config,metrics) are accessible through all UI servers (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | | 3cedc5f83f04 - HADOOP-7813. Fix test-patch to use proper numerical comparison when checking javadoc and findbugs warning counts. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | | | 27c9b8833bb2 - MAPREDUCE-3370. More changes accidentally missed from the previous commit. (13 years ago) +* | | | | | | | | | | | | | 9c17410c5081 - MAPREDUCE-3370. Fixed MiniMRYarnCluster and related tests to not use a hard-coded path for the mr-app jar. Contributed by Ahmed Radwan. (13 years ago) +* | | | | | | | | | | | | | dbc82dbdfb2c - MAPREDUCE-3379. Fixed LocalResourceTracker in NodeManager to remove deleted cache entries correctly. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | | 09a156fcce2b - HDFS-2539. Support doAs and GETHOMEDIRECTORY in webhdfs. (13 years ago) +* | | | | | | | | | | | | | 200bb27557d1 - MAPREDUCE-3392. Fixed Cluster's getDelegationToken's API to return null when there isn't a supported token. Contributed by John George. (13 years ago) +* | | | | | | | | | | | | | 15150cd997dd - MAPREDUCE-3280. Removed the unnecessary job user-name configuration in mapred-site.xml. (vinodkv) (13 years ago) +* | | | | | | | | | | | | | 2df83e5b4d7a - MAPREDUCE-3333. Fixed bugs in ContainerLauncher of MR AppMaster due to which per-container connections to NodeManager were lingering long enough to hit the ulimits on number of processes. (vinodkv) (13 years ago) +* | | | | | | | | | | | | | 3853d112eac0 - MAPREDUCE-3336. Replaced guice internal.Preconditions api usage with the public Preconditions API. Contributed by Thomas Graves. (13 years ago) +* | | | | | | | | | | | | | cec9f823441d - MAPREDUCE-2733. [Gridmix] Gridmix3 cpu emulation system tests. (Vinay Thota via amarrk) (13 years ago) +* | | | | | | | | | | | | | 94c631af1fc4 - HDFS-2540. Webhdfs: change "Expect: 100-continue" to two-step write; change "HdfsFileStatus" and "localName" respectively to "FileStatus" and "pathSuffix" in JSON response. (13 years ago) +* | | | | | | | | | | | | | 80cc8e94861e - MAPREDUCE-3345. Fixed a race condition in ResourceManager that was causing TestContainerManagerSecurity to fail sometimes. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | | 9fe9f42c8fad - MAPREDUCE-3342. Fixed JobHistoryServer to also show the job's queue name. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | | | 6749d1395f8a - [Rumen] LoggedTaskAttempt#getHostName() returns null. (amarrk) (13 years ago) +* | | | | | | | | | | | | | cb7f819b919c - HADOOP-7801. HADOOP_PREFIX cannot be overriden. Contributed by Bruno Mahé. (13 years ago) +* | | | | | | | | | | | | | 6dff9329d5be - HDFS-2495. Increase granularity of write operations in ReplicationMonitor thus reducing contention for write lock. Contributed by Tomasz Nykiel. (13 years ago) +* | | | | | | | | | | | | | a83753b73562 - HADOOP-7688. Add servlet handler check in HttpServer.start(). Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | | | | | 00b5aa76f93e - Update CHANGES.txt for commit 1198910. (13 years ago) +* | | | | | | | | | | | | | 9a6da7979ee0 - MAPREDUCE-3344. o.a.h.mapreduce.Reducer since 0.21 blindly casts to ReduceContext.ValueIterator. Contributed by Brock Noland. (13 years ago) +* | | | | | | | | | | | | | a590b498acf1 - HDFS-2528. Webhdfs: set delegation kind to WEBHDFS and add a HDFS token when http requests are redirected to datanode. (13 years ago) +* | | | | | | | | | | | | | 6733a1ca5ef7 - MAPREDUCE-3291. App fail to launch due to delegation token not found in cache (Robert Evans via mahadev) (13 years ago) +* | | | | | | | | | | | | | 072bdd85d165 - HADOOP-7776 Make the Ipc-Header in a RPC-Payload an explicit header (sanjay) (13 years ago) +* | | | | | | | | | | | | | db13c9994013 - Add the missing test file to HDFS-2477. (13 years ago) +* | | | | | | | | | | | | | 0b5a4823a963 - MAPREDUCE-3217. Reenabled and fixed bugs in the failing ant test TestAuditLogger. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | | | | | | 08cb4cf33488 - MAPREDUCE-3219. Reenabled and fixed bugs in the failing test TestDelegationToken. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | | 6afe3e0d22ca - HDFS-2527. WebHdfs: remove the use of "Range" header in Open; use ugi username if renewer parameter is null in GetDelegationToken; response OK when setting replication for non-files; rename GETFILEBLOCKLOCATIONS to GET_BLOCK_LOCATIONS and state that it is a private unstable API; replace isDirectory and isSymlink with enum {FILE, DIRECTORY, SYMLINK} in HdfsFileStatus JSON object. (13 years ago) +* | | | | | | | | | | | | | dae055bb7048 - MAPREDUCE-3215. Reneabled and fixed bugs in the failing test TestNoJobSetupCleanup. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | | aa297b188e87 - MAPREDUCE-3221. Reneabled the previously ignored test in TestSubmitJob and fixed bugs in it. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | | | | | | c27601fefebd - MAPREDUCE-3297. Moved log related components into yarn-common so that HistoryServer and clients can use them without depending on the yarn-server-nodemanager module. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | | 0df4878033b7 - MAPREDUCE-3337. Added missing license headers. (13 years ago) +* | | | | | | | | | | | | | 40fe96546fcd - HDFS-2129. Simplify BlockReader to not inherit from FSInputChecker. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | 5d5e2df9d33b - HADOOP-7797. Fix top-level pom.xml to refer to correct staging maven repository. Contributed by Owen O'Malley. (13 years ago) +* | | | | | | | | | | | | | c7b1d6f39210 - HADOOP-7798. Fixed jira number in CHANGES.txt. (13 years ago) +* | | | | | | | | | | | | | 59c0b31d78c3 - HADOOP-7789. Add support gpg signatures for maven release artifacts. Contributed by Doug Cutting. (13 years ago) +* | | | | | | | | | | | | | fd8c757b9ff5 - Add new section to HDFS CHANGES.txt for 0.23.1. Moved two things that were recently committed post-0.23.0 to this new section. (13 years ago) +* | | | | | | | | | | | | | 11cf658d0a8c - HDFS-2533. Remove needless synchronization on some FSDataSet methods. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | f84552ac35bb - HDFS-2130. Switch default checksum to CRC32C. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | | 201a18de0c38 - MAPREDUCE-3139. SlivePartitioner generates negative partitions. (13 years ago) +* | | | | | | | | | | | | | a4baabe4a41f - HDFS-2477. Optimize computing the diff between a block report and the namenode state. Contributed by Tomasz Nykiel. (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | | +* | | | | | | | | | | | | bd21ddcb7835 - HDFS-2416. distcp with a webhdfs uri on a secure cluster fails. (13 years ago) +* | | | | | | | | | | | | 3ad6024a8480 - HADOOP-7789. Fixed site to include yarn-default.xml. (13 years ago) +* | | | | | | | | | | | | 073210043df4 - HADOOP-7789. Fixed site to include yarn-default.xml. (13 years ago) +* | | | | | | | | | | | | e161ab082123 - Add transient file to svn:ignore in hadoop-mapreduce-project (13 years ago) +* | | | | | | | | | | | | cd2a553fbd0b - HADOOP-7792. Common component for HDFS-2416: Add verifyToken method to AbstractDelegationTokenSecretManager. (13 years ago) +* | | | | | | | | | | | | bb35bff29b4a - MAPREDUCE-3332. contrib/raid compile breaks due to changes in hdfs/protocol/datatransfer/Sender#writeBlock related to checksum handling (Hitesh Shah via mahadev) (13 years ago) +* | | | | | | | | | | | | eee85adecf54 - HADOOP-7789. Minor edits to add CHANGES.txt and yarn-default.xml to the site. (13 years ago) +* | | | | | | | | | | | | abe45f59acd2 - HDFS-2526. (Client)NamenodeProtocolTranslatorR23 do not need to keep a reference to rpcProxyWithoutRetry (atm) (13 years ago) +* | | | | | | | | | | | | 1852c2c1daa4 - Remove FsConfig as intended in HADOOP-7786. (13 years ago) +* | | | | | | | | | | | | 877021eb50dd - HADOOP-7786. Remove HDFS-specific config keys defined in FsConfig. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | 496144158443 - HDFS-2308. NamenodeProtocol.endCheckpoint is vestigial and can be removed. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | 1112a50ad354 - HADOOP-7789. Improvements to site navigation. (13 years ago) +* | | | | | | | | | | | | 4e42044b1caf - Preparing for release 0.23.0. (13 years ago) +* | | | | | | | | | | | | 22000ce96d01 - HDFS-2002. Incorrect computation of needed blocks in getTurnOffTip(). Contributed by Plamen Jeliazkov. (13 years ago) +* | | | | | | | | | | | | a3a4ccfed721 - Preparing for release 0.23.0. (13 years ago) +* | | | | | | | | | | | | a6c110ebd051 - HADOOP-7785. Add equals, hashcode, toString to DataChecksum. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 1c940637b14e - HDFS-2521. Remove custom checksum headers from data transfer protocol. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 8e04fa8b8414 - HADOOP-7782. Aggregate project javadocs. (13 years ago) +* | | | | | | | | | | | | adf58e70a042 - MAPREDUCE-3317. Rumen TraceBuilder is emiting null as hostname. (Ravi Gummadi via mahadev) (13 years ago) +* | | | | | | | | | | | | 68dfbff8dbec - MAPREDUCE-3316. Rebooted link is not working properly. (Bhallamudi Venkata Siva Kamesh via mahadev) (13 years ago) +* | | | | | | | | | | | | cfb6a9883d2b - MAPREDUCE-3237. Move LocalJobRunner to hadoop-mapreduce-client-core. Contributed by Tom White. (13 years ago) +* | | | | | | | | | | | | e5badc0c1a81 - Fixing CHANGES.txt to reflect 0.23 content. (13 years ago) +* | | | | | | | | | | | | d36f847b87dc - MAPREDUCE-3322. Added a better index.html and an brief overview of YARN architecture. (13 years ago) +* | | | | | | | | | | | | 68fa208b1cc9 - MAPREDUCE-3103. Implement Job ACLs for MRAppMaster. (mahadev) (13 years ago) +* | | | | | | | | | | | | 8f9661da4823 - HADOOP-7771. FsShell -copyToLocal, -get, etc. commands throw NPE if the destination directory does not exist. Contributed by John George and Daryn Sharp (13 years ago) +* | | | | | | | | | | | | bb8fd6a2670d - TestHDFSCLI is failing due to HADOOP-7360. HDFS-2038 is going to fix it. Disable it for the moment. (13 years ago) +* | | | | | | | | | | | | b451dd7aaa28 - MAPREDUCE-3220. Fixed TestCombineOutputCollector. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | | | | | 5f7e99165900 - MAPREDUCE-3321. Disabled a few MR tests for 0.23. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | 8d1a09b7418d - HDFS-2065. Add null checks in DFSClient.getFileChecksum(..). Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | | | | c46876982ed9 - HDFS-2512. Add textual error message to data transfer protocol responses. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 32cad9affe15 - HDFS-2385. Support renew and cancel delegation tokens in webhdfs. (13 years ago) +* | | | | | | | | | | | | 7cb77a3b1bf9 - HDFS-2334. Add Closeable to JournalManager. Contributed by Ivan Kelly. (13 years ago) +* | | | | | | | | | | | | b3f90c70603d - MAPREDUCE-3275. Added documentation for AM WebApp Proxy. Contributed by Robert Evans. (13 years ago) +* | | | | | | | | | | | | 9db078212f5a - MAPREDUCE-3035. Fixed MR JobHistory to ensure rack information is present. Contributed by chakravarthy. (13 years ago) +* | | | | | | | | | | | | 7e056015add4 - MAPREDUCE-3241. [Rumen] Fix Rumen to ignore the AMStartedEvent. (amarrk) (13 years ago) +* | | | | | | | | | | | | 21b1e1da4977 - MAPREDUCE-3262. Fixed Container's state-machine in NodeManager to handle a couple of events in failure states correctly. Contributed by Hitesh Shah and Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | a75c4cf4e440 - MAPREDUCE-2696. Fixed NodeManager to cleanup logs in a thread when logs' aggregation is not enabled. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | 47a381e30687 - MAPREDUCE-3146. Added a MR specific command line to dump logs for a given TaskAttemptID. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | 5f9e67e226c5 - MAPREDUCE-2766. Fixed NM to set secure permissions for files and directories in distributed-cache. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | 85fce9017ceb - Adding executable svn prop on mock-container-executor. (13 years ago) +* | | | | | | | | | | | | 273e092c93e9 - MAPREDUCE-3313. Fixed initialization of ClusterMetrics which was failing TestResourceTrackerService sometimes. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | 1c8d64f38a86 - MAPREDUCE-3274. Fixed a race condition in MRAppMaster that was causing a task-scheduling deadlock. Contributed by Robert Joseph Evans. (13 years ago) +* | | | | | | | | | | | | 64c019cccc26 - HDFS-2285. BackupNode should reject requests to modify namespace. Contributed by Konstantin Shvachko and Uma Maheswara Rao G. (13 years ago) +* | | | | | | | | | | | | 2eca60199abe - Revert 1190677 for HDFS-2509. (13 years ago) +* | | | | | | | | | | | | 7f4dc277572d - MAPREDUCE-3256. Added authorization checks for the protocol between NodeManager and ApplicationMaster. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | | | 2dcd43c7b1a8 - HDFS-2436. Change FSNamesystem.setTimes(..) for allowing setting times on directories. Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | | | | cd77a1668fc7 - HADOOP-7763. Add top-level navigation to APT docs. (13 years ago) +* | | | | | | | | | | | | c8ac31e9a01c - HDFS-2509. Add a test for DistributedFileSystem.getFileChecksum(..) on directories or non existing files. Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | | | | 5839aa01c88c - HADOOP-7446. Implement CRC32C native code using SSE4.2 instructions. Contributed by Kihwal Lee and Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 6b0963c53be3 - HDFS-2465. Add HDFS support for fadvise readahead and drop-behind. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | c0c938f242bd - HDFS-2499. RPC client is created incorrectly introduced in HDFS-2459. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | 55d3dc50d16c - HADOOP-7773. Add support for protocol buffer based RPC engine. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | 1bcff6860cdb - Adding missing CHANGES.txt entry for MAPREDUCE-3014 (13 years ago) +* | | | | | | | | | | | | dbe1e4de77a5 - HADOOP-7770. ViewFS getFileChecksum throws FileNotFoundException for files in /tmp and /user. Contributed by Ravi Prakash. (13 years ago) +* | | | | | | | | | | | | c1e333f32ff9 - MAPREDUCE-3306. Fixed a bug in NodeManager ApplicationImpl that was causing NodeManager to crash. (vinodkv) (13 years ago) +* | | | | | | | | | | | | b93abdcd668a - MAPREDUCE-3304. Fixed intermittent test failure due to a race in TestRMContainerAllocator#testBlackListedNodes. Contributed by Ravi Prakash. (13 years ago) +* | | | | | | | | | | | | 9692cfc9ae2a - HDFS-2493. Remove reference to FSNamesystem in blockmanagement classes. (13 years ago) +* | | | | | | | | | | | | cbdb07f4ca35 - MAPREDUCE-2775. Fixed ResourceManager and NodeManager to force a decommissioned node to shutdown. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | | | | | da1db28e9337 - HADOOP-7740. Fixed security audit logger configuration. (Arpit Gupta via Eric Yang) (13 years ago) +* | | | | | | | | | | | | a39992ea6345 - MAPREDUCE-3296. Fixed the remaining nine FindBugs warnings. (vinodkv) (13 years ago) +* | | | | | | | | | | | | 670fa24b48ac - MAPREDUCE-2989. Modified JobHistory to link to task and AM logs from the JobHistoryServer. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | 47c28ce14d02 - MAPREDUCE-3292. In secure mode job submission fails with Provider org.apache.hadoop.mapreduce.security.token.JobTokenIndentifier not found. (mahadev) (13 years ago) +* | | | | | | | | | | | | 062876bed726 - MAPREDUCE-3185. RM Web UI does not sort the columns in some cases. (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | 69dd2844527f - MAPREDUCE-3290. Fixed a NPE in ClientRMService. (13 years ago) +* | | | | | | | | | | | | 34e6de8f8566 - MAPREDUCE-3258. Fixed AM & JobHistory web-ui to display counters properly. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | 9b34900c8920 - MAPREDUCE-3209. Jenkins reports 160 FindBugs warnings (mahadev) (13 years ago) +* | | | | | | | | | | | | 29b51cc116a1 - HADOOP-7424. Log an error if the topology script doesn't handle multiple args. Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | | | | 037964f45cca - Move HADOOP-7668, HADOOP-7509, HADOOP-7745, MAPREDUCE-2764, HADOOP-7766 and HADOOP-7721 entries from trunk to 0.23 in CHANGES.txt. (13 years ago) +* | | | | | | | | | | | | 3cccbc9e16aa - MAPREDUCE-2736. Removing bin/(start,stop)-mapred.sh (13 years ago) +* | | | | | | | | | | | | caf07897a732 - MAPREDUCE-2736. Resurrecting bin/mapred and bin/mapred-config.sh. (13 years ago) +* | | | | | | | | | | | | b49c95a5d93e - HDFS-2479 HDFS Client Data Types in Protocol Buffers (sanjay) (13 years ago) +* | | | | | | | | | | | | 4a98639a5577 - Move HDFS-2355, HDFS-2371 and HDFS-2298 entries from trunk to 0.23 in CHANGES.txt. (13 years ago) +* | | | | | | | | | | | | b304062f1ffe - MAPREDUCE-3186. User jobs are getting hanged if the Resource manager process goes down and comes up while job is getting executed. (Eric Payne via mahadev) (13 years ago) +* | | | | | | | | | | | | 35b62e6e7290 - MAPREDUCE-3282. bin/mapred job -list throws exception. (acmurthy via mahadev) (13 years ago) +* | | | | | | | | | | | | 659ea4c540e4 - HADOOP-7360. Preserve relative paths that do not contain globs in FsShell. Contributed by Daryn Sharp and Kihwal Lee (13 years ago) +* | | | | | | | | | | | | 101962e598d6 - HADOOP-7778. FindBugs warning in Token.getKind(). (13 years ago) +* | | | | | | | | | | | | 739acd6e145a - MAPREDUCE-3284. Moved JobQueueClient to hadoop-mapreduce-client-core. (13 years ago) +* | | | | | | | | | | | | 8cb0d4b380e0 - HDFS-2432. Webhdfs: response FORBIDDEN when setReplication on non-files; clear umask before creating a flie; throw IllegalArgumentException if setOwner with both owner and group empty; throw FileNotFoundException if getFileStatus on non-existing files; fix bugs in getBlockLocations; and changed getFileChecksum json response root to "FileChecksum". (13 years ago) +* | | | | | | | | | | | | 221aadbc5b35 - HDFS-2500. Avoid file system operations in BPOfferService thread while processing deletes. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 78336e717be1 - HADOOP-7753. Support fadvise and sync_file_range in NativeIO. Add ReadaheadPool infrastructure for use in HDFS and MR. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 646e855f6ef0 - HDFS-2507. Allow saveNamespace operations to be canceled. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 072ef952c3cb - HADOOP-7728. Enable task memory management to be configurable in hadoop config setup script. (ramya) (13 years ago) +* | | | | | | | | | | | | b9f6890db98a - MAPREDUCE-3281. Fixed one more bug due to which TestLinuxContainerExecutorWithMocks was failing. (vinodkv) (13 years ago) +* | | | | | | | | | | | | 1ad8415b72cb - MAPREDUCE-2736. Remove unused contrib components dependent on MR1. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | 48339bacddb0 - HADOOP-7762. Common side of MR-2736. Contributed by Eli Collins (13 years ago) +* | | | | | | | | | | | | 456ca74b9670 - HDFS-2496. Separate datatypes for DatanodeProtocol. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | 724f21734316 - MAPREDUCE-3228. Fixed MR AM to timeout RPCs to bad NodeManagers. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | | | a3c0a0e79968 - HADOOP-7772 (13 years ago) +* | | | | | | | | | | | | 1b8511ef8961 - MAPREDUCE-3281. Fixed a bug in TestLinuxContainerExecutorWithMocks. (vinodkv) (13 years ago) +* | | | | | | | | | | | | f114dad5ef9b - MAPREDUCE-2986. Fixed MiniYARNCluster to support multiple NodeManagers. Contributed by Anupam Seth. (13 years ago) +* | | | | | | | | | | | | 2fe343f96348 - MAPREDUCE-3240. Fixed NodeManager to be able to forcefully cleanup its containers (process-trees) irrespective of whether the container succeeded, or killed. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | f799e61269d0 - MAPREDUCE-3279. Fixed TestJobHistoryParsing which assumed user name to be mapred all the time. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | fc74b5a25cdb - MAPREDUCE-3259. Added java.library.path of NodeManager to ContainerLocalizer in LinuxContainerExecutor. Contributed by Kihwal Lee. (13 years ago) +* | | | | | | | | | | | | db8ac0ec3cbe - MAPREDUCE-3257. Added authorization checks for the protocol between ResourceManager and ApplicatoinMaster. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | | | 5fadd4de2a73 - MAPREDUCE-3175. Add authorization to admin web-pages such as /stacks, /jmx etc. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | | 33dc6578de2c - MAPREDUCE-3264. mapreduce.job.user.name needs to be set automatically. (acmurthy via mahadev) (13 years ago) +* | | | | | | | | | | | | 0e7518719907 - HADOOP-7761. Improve the performance of raw comparisons. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 3e4efbb609ff - MAPREDUCE-3254. Fixed streaming to set the job.jar by using the right JobConf ctor. (13 years ago) +* | | | | | | | | | | | | e51c3a18ec5b - HADOOP-7768. PreCommit-HADOOP-Build is failing on hadoop-auth-examples (13 years ago) +* | | | | | | | | | | | | 10dc6b09272d - HDFS-1869. mkdirs should use the supplied permission for all of the created directories. Contributed by Daryn Sharp (13 years ago) +* | | | | | | | | | | | | 237154982bd5 - MAPREDUCE-3205. Fix memory specifications to be physical rather than virtual, allowing for a ratio between the two to be configurable. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 753c14cf4ef1 - Move webhdfs entries from trunk to 0.23 in CHANGES.txt. (13 years ago) +* | | | | | | | | | | | | 758194382c4e - HDFS-2494. Close the streams and DFSClient in DatanodeWebHdfsMethods. Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | | | | 2ce817aecf38 - HADOOP-7766. The auth to local mappings are not being respected, with webhdfs and security enabled. (13 years ago) +* | | | | | | | | | | | | 8534e70044eb - HDFS-2411. The auth to local mappings are not respected with webhdfs and security enabled. (13 years ago) +* | | | | | | | | | | | | 46676b322b2a - HADOOP-7764. Allow HttpServer to set both ACL list and path spec filters. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | | 8aabd3d4e67c - MAPREDUCE-2858. Added a WebApp Proxy for applications. Contributed by Robert Evans. (13 years ago) +* | | | | | | | | | | | | 8335995630e2 - HDFS-2501. Add version prefix and root methods to webhdfs. (13 years ago) +* | | | | | | | | | | | | 2adc51c61863 - MAPREDUCE-3250. When AM restarts, client keeps reconnecting to the new AM and prints a lots of logs. (vinodkv via mahadev) (13 years ago) +* | | | | | | | | | | | | 29c6c3ed3289 - MAPREDUCE-2977. Fix ResourceManager to renew HDFS delegation tokens for applications. (13 years ago) +* | | | | | | | | | | | | 03659985a019 - MAPREDUCE-3269. Fixed log4j properties to correctly set logging options for JobHistoryServer vis-a-vis JobSummary logs. Contributed by Mahadev Konar. (13 years ago) +* | | | | | | | | | | | | 7dcef364a99d - MAPREDUCE-3263. Fixed the MAPREDUCE-3028 commit which broke MR1. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | 029d86e1aaab - HADOOP-7769. TestJMXJsonServlet is failing. (13 years ago) +* | | | | | | | | | | | | 2486e4eb09d7 - MAPREDUCE-3253. Fixed ContextFactory to clone JobContext correctly. (13 years ago) +* | | | | | | | | | | | | fffdf661e30a - MAPREDUCE-2821. Added missing fields (resourcePerMap & resourcePerReduce) to JobSummary logs. Contributed by Mahadev Konar. (13 years ago) +* | | | | | | | | | | | | d19cfe01642f - MAPREDUCE-2746. Yarn servers can't communicate with each other with hadoop.security.authorization set to true (acmurthy via mahadev) (13 years ago) +* | | | | | | | | | | | | a268a3c0e45f - HDFS-2488. Separate datatypes for InterDatanodeProtocol. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | bccfd6a09faa - Amend MAPREDUCE-3159. Fix JavaDoc warnings in previous commit. (13 years ago) +* | | | | | | | | | | | | c70ee2488caa - MAPREDUCE-3248. Fixed log4j properties. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | | | 6217e54718fc - MAPREDUCE-3159. Ensure DefaultContainerExecutor doesn't delete application directories during app-init. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 4846ca7863e7 - HDFS-2497 Fix TestBackupNode failure. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | 43553df4e36f - MAPREDUCE-3252. Fix map tasks to not rewrite data an extra time when map output fits in spill buffer. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | a5037559905d - MAPREDUCE-3249. Ensure shuffle-port is correctly used duringMR AM recovery. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | | | 6288dfa87336 - MAPREDUCE-3028. Added job-end notification support. Contributed by Ravi Prakash. (13 years ago) +* | | | | | | | | | | | | 0920056f0467 - HDFS-2481 Unknown protocol: org.apache.hadoop.hdfs.protocol.ClientProtocol (sanjay) (13 years ago) +* | | | | | | | | | | | | 8fe95d276d3b - Added missing files for HDFS-2489 commit. (13 years ago) +* | | | | | | | | | | | | 2b35e8aa4f10 - HDFS-2489. Move Finalize and Register to separate file out of DatanodeCommand.java. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | 7ce1c4ab352b - MAPREDUCE-2747. Cleaned up LinuxContainerExecutor binary sources and changed the configuration to use yarn names. Contributed by Robert Joseph Evans. (13 years ago) +* | | | | | | | | | | | | 408656614495 - MAPREDUCE-2708. Designed and implemented MR Application Master recovery to make MR AMs resume their progress after restart. Contributed by Sharad Agarwal. (13 years ago) +* | | | | | | | | | | | | 6e0991704ffd - HDFS-2452. OutOfMemoryError in DataXceiverServer takes down the DataNode. Contributed by Uma Maheswara Rao. (13 years ago) +* | | | | | | | | | | | | a54ccc0bde29 - HDFS-2485 (13 years ago) +* | | | | | | | | | | | | 2690d0db0e86 - HDFS-2485 (13 years ago) +* | | | | | | | | | | | | 7dd869c2a989 - HDFS-2491. TestBalancer can fail when datanode utilization and avgUtilization is exactly same. Contributed by Uma Maheswara Rao G. (13 years ago) +* | | | | | | | | | | | | 977d7cc5b947 - MAPREDUCE-3233. Fixed a bug in MR Job so as to be able to restart the application on AM crash. Contributed by Mahadev Konar. (13 years ago) +* | | | | | | | | | | | | 665a90cbf3bc - MAPREDUCE-3087. Fixed the mapreduce classpath to correctly include the generated-classpath file needed for tests. Contributed by Ravi Prakash. (13 years ago) +* | | | | | | | | | | | | 5795fcfd9904 - MAPREDUCE-3058. Fixed MR YarnChild to report failure when task throws an error and thus prevent a hanging task and job. (vinodkv) (13 years ago) +* | | | | | | | | | | | | e1755746357b - MAPREDUCE-3242. Trunk compilation broken with bad interaction from MAPREDUCE-3070 and MAPREDUCE-3239. (mahadev) (13 years ago) +* | | | | | | | | | | | | 49ab924cb5fe - HADOOP-7564. Remove test-patch SVN externals (13 years ago) +* | | | | | | | | | | | | 4186121c08cb - MAPREDUCE-3239. Use new createSocketAddr API in MRv2 to give better error messages on misconfig (Todd Lipcon via mahadev) (13 years ago) +* | | | | | | | | | | | | d2e1a7191838 - HDFS-2480. Separate datatypes for NamenodeProtocol. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | 89e7ca6a5231 - MAPREDUCE-3070. Fix NodeManager to use ephemeral ports by default. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | | | | | 45b2bce8714e - MAPREDUCE-3163. JobClient spews errors when killing MR2 job. (mahadev) (13 years ago) +* | | | | | | | | | | | | 5945a05eee63 - MAPREDUCE-2629. Workaround a JVM class loading quirk which prevents JIT compilation of inner classes methods in ReduceContextImpl. Contributed by Eric Caspole. (13 years ago) +* | | | | | | | | | | | | 7c48130d41a4 - HDFS-2427. Change the default permission in webhdfs to 755 and add range check/validation for all parameters. (13 years ago) +* | | | | | | | | | | | | 02d5fa3e6265 - MAPREDUCE-3226. Fix shutdown of fetcher threads. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | | | 6cd5a1b0f78a - HADOOP-7749. Add a NetUtils createSocketAddr call which provides more help in exception messages. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 49baada6cc3f - MAPREDUCE-3204. mvn site:site fails on MapReduce. (tucu) (13 years ago) +* | | | | | | | | | | | | 0cbcc12a6e36 - HADOOP-7758. Make GlobFilter class public. (tucu) (13 years ago) +* | | | | | | | | | | | | 520d2502c52e - HDFS-2459. Separate datatypes for Journal Protocol. (suresh) (13 years ago) +* | | | | | | | | | | | | df2991c0cbc3 - MAPREDUCE-3104. Implemented Application-acls. (vinodkv) (13 years ago) +* | | | | | | | | | | | | 37137845c8dd - Merging change r1186579 for HDFS-2471 from 0.23 branch (13 years ago) +* | | | | | | | | | | | | aeae1ba497ae - MAPREDUCE-3188. Ensure correct shutdown in services. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | fc362b1caf96 - MAPREDUCE-3179. Ensure failed tests exit with right error code. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | | a6cc9bafa828 - HDFS-2445. Ensure failed tests exit with proper error code. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | | b91900b2c2b3 - HADOOP-7744. Ensure failed tests exit with proper error code. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | | 7a2744c45864 - MAPREDUCE-3212. Fix usage/help message for bin/yarn. Contributed by Bhallamudi Venkata Siva Kamesh. (13 years ago) +* | | | | | | | | | | | | 7ca7fdadc491 - MAPREDUCE-3208. Fix NPE task/container log appenders. Contributed by liangzhwa. (13 years ago) +* | | | | | | | | | | | | 74748ec62570 - MAPREDUCE-2693. Fix NPE in job-blacklisting. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | ba66ca6856bb - MAPREDUCE-3149. Add a test to verify that TokenCache handles file system uri with no authority. Contributed by John George. (13 years ago) +* | | | | | | | | | | | | 0bd8f0bd40bb - HDFS-2453. Fix http response code for partial content in webhdfs, added getDefaultBlockSize() and getDefaultReplication() in WebHdfsFileSystem and cleared content type in ExceptionHandler. (13 years ago) +* | | | | | | | | | | | | 01d408d5b095 - Reverted HDFS-2474 (13 years ago) +* | | | | | | | | | | | | 2edd042f8ad9 - HDFS-2474. Make GlobFilter class public. (tucu) (13 years ago) +* | | | | | | | | | | | | e549ac93694f - MAPREDUCE-2788. Normalize resource requests in FifoScheduler appropriately. Contributed by Ahmed Radwan. (13 years ago) +* | | | | | | | | | | | | 9473b2e43f73 - MAPREDUCE-3181. Fixed MapReduce runtime to load yarn-default.xml and yarn-site.xml. (13 years ago) +* | | | | | | | | | | | | 94e1703b7250 - MAPREDUCE-3176. Fixed ant mapreduce tests that are timing out because of wrong framework name. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | e3bb120e9fef - MAPREDUCE-3162. Separated application-init and container-init event types in NodeManager's Application state machine. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 13e4562924a6 - MAPREDUCE-3144. Augmented JobHistory with the information needed for serving aggregated logs. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | 3e3abcb7695e - MAPREDUCE-3199. Fixed pom files to include correct log4j configuration for tests. (vinodkv) (13 years ago) +* | | | | | | | | | | | | d0a301e9f84f - HADOOP-7755. Detect MapReduce PreCommit Trunk builds silently failing when running test-patch.sh. Contributed by Jonathan Eagles (13 years ago) +* | | | | | | | | | | | | b4d20c707af6 - MAPREDUCE-3203. Fix some javac warnings in MRAppMaster. (mahadev) (13 years ago) +* | | | | | | | | | | | | ab787f44aabf - MAPREDUCE-3165. Ensure logging options are set correctly for MR AM and tasks. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 51a667bef830 - MAPREDUCE-2762. Cleanup MR staging directory on completion. Contributed by Mahadev Konar. (13 years ago) +* | | | | | | | | | | | | 073a13aeb166 - HDFS-2467. HftpFileSystem uses incorrect compare for finding delegation tokens. (omalley) (13 years ago) +* | | | | | | | | | | | | bb00ab68c3bf - MAPREDUCE-279. Adding a changelog to branch-0.23. (13 years ago) +* | | | | | | | | | | | | 9ff7c1b1de98 - MAPREDUCE-3197. TestMRClientService failing on building clean checkout of branch 0.23 (mahadev) (13 years ago) +* | | | | | | | | | | | | c1d90772b6e3 - MAPREDUCE-3068. Added a whitelist of environment variables for containers from the NodeManager and set MALLOC_ARENA_MAX for all daemons and containers. Contributed by Chris Riccomini. (13 years ago) +* | | | | | | | | | | | | 955d8eca210a - MAPREDUCE-3196. TestLinuxContainerExecutorWithMocks fails on Mac OSX. (Arun Murthy via mahadev) (13 years ago) +* | | | | | | | | | | | | 8d4842383ede - HDFS-2188. Make FSEditLog create its journals from a list of URIs rather than NNStorage. Contributed by Ivan Kelly. (13 years ago) +* | | | | | | | | | | | | 15a1d9af19c2 - MAPREDUCE-3003. Publish MR JARs to Maven snapshot repository. (tucu) (13 years ago) +* | | | | | | | | | | | | a26b1672a85e - MAPREDUCE-3032. Fixed TaskAttemptImpl so that JobHistory can have error information about failed tasks. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | | | | | 9f36bdd73136 - MAPREDUCE-3127. Fixed CHANGES.txt to reflect correct jira. (13 years ago) +* | | | | | | | | | | | | 6b2f3dd5ce46 - MAPREDUCE-3101. Changed default value of yarn.resourcemanager.acl.enable to true and added some more documentation. (13 years ago) +* | | | | | | | | | | | | bc6220c53889 - MAPREDUCE-3136. Added the missing link to index.html. (13 years ago) +* | | | | | | | | | | | | 29f65be3e2f6 - MAPREDUCE-3189. Add link decoration back to MR2's CSS. (Todd Lipcon via mahadev) (13 years ago) +* | | | | | | | | | | | | 86e1c9536f2c - MAPREDUCE-3136. Added documentation for setting up Hadoop clusters in both non-secure and secure mode for both HDFS & YARN. (13 years ago) +* | | | | | | | | | | | | 487261544131 - MAPREDUCE-3190. Ensure bin/yarn fails early with a clear error message when HADOOP_COMMON_HOME or HADOOP_HDFS_HOME are not set. Contributed by todd & acmurthy. (13 years ago) +* | | | | | | | | | | | | 94b3bf9f7506 - MAPREDUCE-2840. mr279 TestUberAM.testSleepJob test fails. (jonathan eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | 68328ae92632 - MAPREDUCE-3187. Add names for various unnamed threads in MR2. (Todd Lipcon and Siddharth Seth via mahadev) (13 years ago) +* | | | | | | | | | | | | 50cb2771e924 - HDFS-2439. Fix NullPointerException in webhdfs when opening a non-existing file or creating a file without specifying the replication parameter. (13 years ago) +* | | | | | | | | | | | | b5e21e7e633a - MAPREDUCE-3057. Job History Server goes of OutOfMemory with 1200 Jobs and Heap Size set to 10 GB. (Eric Payne via mahadev) (13 years ago) +* | | | | | | | | | | | | b3284c4607a8 - MAPREDUCE-3059. QueueMetrics do not have metrics for aggregate containers-allocated and aggregate containers-released. (Devaraj K via mahadev) (13 years ago) +* | | | | | | | | | | | | 5f9eab403c91 - HADOOP-7655. Provide a small validation script that smoke tests the installed cluster. Contributed by Arpit Gupta. (13 years ago) +* | | | | | | | | | | | | 57f99c2b0297 - MAPREDUCE-3192. Fix Javadoc warning in JobClient.java and Cluster.java. (13 years ago) +* | | | | | | | | | | | | a11f67fb7885 - HADOOP-7729. Send back valid HTTP response if user hits IPC port with HTTP GET. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 4cb7a4854d9b - HDFS-2012. Balancer incorrectly treats nodes whose utilization equals avgUtilization. Contributed by Uma Maheswara Rao G. (13 years ago) +* | | | | | | | | | | | | 068556b9e024 - Fix the jira number from HADOOP-7545 to HADOOP-7745. (13 years ago) +* | | | | | | | | | | | | 65861ab51f17 - HADOOP-7705 (13 years ago) +* | | | | | | | | | | | | 09eb725c0625 - MAPREDUCE-3124. Fixed location of native libs i.e. libhadoop.so for containers. Contributed by John George. (13 years ago) +* | | | | | | | | | | | | 002dd6968b89 - MAPREDUCE-2764. Fix renewal of dfs delegation tokens. Contributed by Owen. (13 years ago) +* | | | | | | | | | | | | c7fb49b3c5b8 - MAPREDUCE-3170. Fixed job output commit for deep hierarchies. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | c46dbedaf94c - HDFS-2424. Added a root element "HdfsFileStatuses" for the response of webhdfs listStatus. (13 years ago) +* | | | | | | | | | | | | 59df2d48c3ea - MAPREDUCE-3183. hadoop-assemblies/src/main/resources/assemblies/hadoop-mapreduce-dist.xml missing license header. (Hitesh Shah via tucu). (13 years ago) +* | | | | | | | | | | | | 3790f31317da - HADOOP-7743. Add Maven profile to create a full source tarball. (tucu) (13 years ago) +* | | | | | | | | | | | | 0c77d705be11 - HADOOP-7545. Fix wrong variable name in exception message introduced in HADOOP-7509. Contributed by Ravi Prakash. (13 years ago) +* | | | | | | | | | | | | 5904e00b4f79 - HDFS-2428. Convert com.sun.jersey.api.ParamException$QueryParamException to IllegalArgumentException and response it http BAD_REQUEST in webhdfs. (13 years ago) +* | | | | | | | | | | | | 7d1a5078b73c - HDFS-2441. Remove the Content-Type set by HttpServer.QuotingInputFilter in webhdfs responses. (13 years ago) +* | | | | | | | | | | | | e9544ef3d257 - HADOOP-7737. normalize hadoop-mapreduce & hadoop-dist dist/tar build with common/hdfs (tucu) (13 years ago) +* | | | | | | | | | | | | e123a37bf14a - HDFS-2401. Running a set of methods in a Single Test Class. (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | 6b6f02c51d7e - MAPREDUCE-3133. Running a set of methods in a Single Test Class. (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | 5a71f004e9b2 - HADOOP-7709. Running a set of methods in a Single Test Class. (Jonathan Eagles via mahadev) (13 years ago) +* | | | | | | | | | | | | 4f5932f6da8f - Add svn:ignore for target directories (13 years ago) +* | | | | | | | | | | | | d15e60777bd0 - HADOOP-7664. Remove warmings when overriding final parameter configuration if the override value is same as the final parameter value. Contributed by Ravi Prakash. (13 years ago) +* | | | | | | | | | | | | 3e6d128c83c7 - HADOOP-7509. Improve exception message thrown when Authentication is required. Contributed by Ravi Prakash. (13 years ago) +* | | | | | | | | | | | | 26d63ecdae0f - MAPREDUCE-2789. Complete schedulingInfo on CLI. Contributed by Eric Payne. (13 years ago) +* | | | | | | | | | | | | 277e520579a3 - MAPREDUCE-2666. Retrieve shuffle port number from JobHistory on MR AM restart. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | | 327e02fdf4c7 - MAPREDUCE-3171. normalize nodemanager native code compilation with common/hdfs native. (tucu) (13 years ago) +* | | | | | | | | | | | | f143895bc273 - MAPREDUCE-3166. [Rumen] Make Rumen use job history api instead of relying on current history file name format. (13 years ago) +* | | | | | | | | | | | | efb3cd64a28d - MAPREDUCE-3157. [Rumen] Fix TraceBuilder to handle 0.20 history file names also. (13 years ago) +* | | | | | | | | | | | | d6546fc0a444 - MAPREDUCE-3125. Modified TaskImpl to consider only non-failed, non-killed task-attempts for obtaining task's progress. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | c3792b4b3f88 - Move line for HDFS-2422 under 0.23 instead of 0.24. (13 years ago) +* | | | | | | | | | | | | 0a96e8812921 - Move the HADOOP-6490 Changes note to the right section. Accidentally placed it under Bugs in r1182189. (13 years ago) +* | | | | | | | | | | | | 85588e5ce98d - MAPREDUCE-3140. Fixed the invalid JobHistory URL for failed applications. Contributed by Subroto Sanyal. (13 years ago) +* | | | | | | | | | | | | 68328e29be6d - HADOOP-7736. Remove duplicate Path#normalizePath call. (13 years ago) +* | | | | | | | | | | | | 532872bf7426 - HDFS-2349. Corruption detected during block transfers should log WARNs. (13 years ago) +* | | | | | | | | | | | | eba49b8b1177 - HADOOP-6490. Use StringUtils over String#replace in Path#normalizePath. Contributed by Uma Maheswara Rao G. (13 years ago) +* | | | | | | | | | | | | 3f998db91806 - HADOOP-7642. create hadoop-dist module where TAR stitching would happen. Contributed by Thomas White. (13 years ago) +* | | | | | | | | | | | | ac64df85a92c - MAPREDUCE-3148. Ported MAPREDUCE-2702 to old mapred api for aiding task recovery. (13 years ago) +* | | | | | | | | | | | | b8f0836f9420 - MAPREDUCE-3126. Fixed a corner case in CapacityScheduler where headroom wasn't updated on changes to cluster size. (13 years ago) +* | | | | | | | | | | | | 1c358b07969e - MAPREDUCE-2668. Fixed AuxServices to send a signal on application-finish to all the services. Contributed by Thomas Graves. (13 years ago) +* | | | | | | | | | | | | 7d5434c6b300 - MAPREDUCE-3020. Fixed TaskAttemptImpl to log the correct node-address for a finished Reduce task. Contributed by Chackaravarthy. (13 years ago) +* | | | | | | | | | | | | 5a249b76d3e0 - MAPREDUCE-3167. container-executor is not being packaged with the assembly target. (mahadev) (13 years ago) +* | | | | | | | | | | | | 11b9dd4e844c - MAPREDUCE-3161. Improved some javadocs and fixed some typos in YARN. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | f527f989af71 - HDFS-2422. The NN should tolerate the same number of low-resource volumes as failed volumes (atm) (13 years ago) +* | | | | | | | | | | | | 42e93829e531 - MAPREDUCE-3158. Fix test failures in MRv1 due to default framework being set to yarn. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | a8190ce5c520 - MAPREDUCE-2988. Reenabled TestLinuxContainerExecutor reflecting the current NodeManager code. Contributed by Robert Joseph Evans. (13 years ago) +* | | | | | | | | | | | | d0016c6120a3 - MAPREDUCE-3154. Fix JobSubmitter to check for output specs before copying job submission files to fail fast. Contributed by Abhijit Suresh Shingate. (13 years ago) +* | | | | | | | | | | | | 811a6a9e3089 - MAPREDUCE-3123. Fix NM to quote symlink names to escape special characters. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | 4f1cdab6d8d9 - MAPREDUCE-3153. Fix TestFileOutputCommitter which was broken by MAPREDUCE-2702. Contributed by Mahadev Konar. (13 years ago) +* | | | | | | | | | | | | 3ddb52cfc029 - MAPREDUCE-2876. Use a different config for ContainerAllocationExpirer. Contributed by Anupam Seth. (13 years ago) +* | | | | | | | | | | | | 676f488efffd - HDFS-2404. webhdfs liststatus json response is not correct. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | | | a09a2b48cd70 - Move MAPREDUCE-3138 changes to Release 0.22 section. (13 years ago) +* | | | | | | | | | | | | 4cf6bc415f81 - HDFS-2414. Fix TestDFSRollback to avoid spurious failures. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 3ab2e79ad778 - HDFS-2209 datanode connection failure logging (13 years ago) +* | | | | | | | | | | | | 49729591731c - Reverted MAPREDUCE-3003 (13 years ago) +* | | | | | | | | | | | | 0d1fe120c81b - HADOOP-7627. Improve MetricsAsserts to give more understandable output on failure. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 047b175aac0c - MAPREDUCE-2802. Ensure JobHistory filenames have jobId. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | | 6b343adfe880 - MAPREDUCE-3033. Ensure Master interface pays attention to classic v/s yarn frameworks. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | | 54e81464a3aa - HDFS-2412. Add backwards-compatibility layer for renamed FSConstants class. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | | | 68d1162f7ac5 - MAPREDUCE-3003. Publish Yarn and MapReduce artifacts to Maven snapshot repository. (tucu) (13 years ago) +* | | | | | | | | | | | | 02ce6b3d0787 - MAPREDUCE-3014. Rename and invert logic of '-cbuild' profile to 'native' and off by default. Contributed by Alejandro Abdelnur. (13 years ago) +* | | | | | | | | | | | | 2b157c6b12f4 - HDFS-2322. the build fails in Windows because commons-daemon TAR cannot be fetched. (tucu) (13 years ago) +* | | | | | | | | | | | | aace6cb631ef - HDFS-2209. Make MiniDFS easier to embed in other apps. (13 years ago) +* | | | | | | | | | | | | 02a81203bd0f - MAPREDUCE-2751. Modified NodeManager to stop leaving around local files after application finishes. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | | | 639121c7432d - HADOOP-7727 fix some typos and tabs in CHANGES.TXT (13 years ago) +* | | | | | | | | | | | | fa2529c9317b - MAPREDUCE-3141. Fix the broken MRAppMaster to work over YARN in security mode.(vinodkv) (13 years ago) +* | | | | | | | | | | | | a56f3931d100 - MAPREDUCE-2783. Fixing RM web-UI to show no tracking-URL when AM crashes. Contributed by Eric Payne. (13 years ago) +* | | | | | | | | | | | | b8102dbdf8b4 - MAPREDUCE-2794. [MR-279] Incorrect metrics value for AvailableGB per queue per user. (John George via mahadev) (13 years ago) +* | | | | | | | | | | | | c1c0e8c9eaa1 - MAPREDUCE-3008. Improvements to cumulative CPU emulation for short running tasks in Gridmix. (amarrk) (13 years ago) +* | | | | | | | | | | | | 77f79ee92b72 - HADOOP-7724. Fixed hadoop-setup-conf.sh to put proxy user in core-site.xml. (Arpit Gupta via Eric Yang) (13 years ago) +* | | | | | | | | | | | | 21cb78d246d9 - HADOOP-7624. Set things up for a top level hadoop-tools module. (tucu) (13 years ago) +* | | | | | | | | | | | | 9291197de46e - HDFS-2294. Download of commons-daemon TAR should not be under target (tucu) (13 years ago) +* | | | | | | | | | | | | e4db38bdbe25 - HDFS-2181 Separate HDFS Client wire protocol data types (sanjay) (13 years ago) +* | | | | | | | | | | | | a90f8fb50fc0 - HADOOP-7721. Add a log before login in KerberosAuthenticationHandler. (13 years ago) +* | | | | | | | | | | | | 6f1d18bd478c - HDFS-2409. _HOST in dfs.web.authentication.kerberos.principal. Incorporates HDFS-2405 as well. (13 years ago) +* | | | | | | | | | | | | a2d728787368 - HDFS-2403. NamenodeWebHdfsMethods.generateDelegationToken(..) does not use the renewer parameter. (13 years ago) +* | | | | | | | | | | | | e95dfd893134 - HADOOP-7695. RPC.stopProxy can throw unintended exception while logging error (atm) (13 years ago) +| |_|_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | | +* | | | | | | | | | | | 14569ab482c2 - HADOOP-7717. Move handling of concurrent client fail-overs to RetryInvocationHandler (atm) (13 years ago) +* | | | | | | | | | | | 282e2e910c41 - MAPREDUCE-2913. Fixed TestMRJobs.testFailingMapper to assert the correct TaskCompletionEventStatus. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | 9b6671dc29fa - HADOOP-7704. Reduce number of object created by JMXJsonServlet. (Devaraj K via Eric Yang) (13 years ago) +* | | | | | | | | | | | c90d7d649bfc - HADOOP-7703. Improved excpetion handling of shutting down web server. (Devaraj K via Eric Yang) (13 years ago) +* | | | | | | | | | | | 9a4e890f4aad - MAPREDUCE-2738. Added the missing cluster level statisticss on the RM web UI. Contributed by Robert Joseph Evans. (13 years ago) +* | | | | | | | | | | | f29bfa0e0e88 - MAPREDUCE-2702. Added a new API in OutputCommitter for recovering the outputs of tasks from a crashed job so as to support MR Application Master recovery. Contributed by Sharad Agarwal and Arun C Murthy. (13 years ago) +* | | | | | | | | | | | f24dcb3449c7 - MAPREDUCE-2907. Changed log level for various messages in ResourceManager from INFO to DEBUG. Contributed by Ravi Prakash. (13 years ago) +* | | | | | | | | | | | 66137cf17cb4 - MAPREDUCE-3013. Removed YarnConfiguration.YARN_SECURITY_INFO and its usage as it doesn't affect security any more. (vinodkv) (13 years ago) +* | | | | | | | | | | | 1b1016beeb71 - HDFS-2395. Add a root element in the JSON responses of webhdfs. (13 years ago) +* | | | | | | | | | | | 45e6fb00aff0 - MAPREDUCE-2950. [Gridmix] TestUserResolve fails in trunk. (Ravi Gummadi via amarrk) (13 years ago) +* | | | | | | | | | | | ff9d7de705bc - Move MAPREDUCE-2531 changes to Release 0.22 section. (13 years ago) +* | | | | | | | | | | | a3df6dd38f13 - HADOOP-7720. Added parameter for HBase user to setup config script. (Arpit Gupta via Eric Yang) (13 years ago) +* | | | | | | | | | | | 4d81e96398f6 - HADOOP-7707. Added toggle for dfs.support.append, webhdfs and hadoop proxy user to setup config script. (Arpit Gupta via Eric Yang) (13 years ago) +* | | | | | | | | | | | 496b4b976c95 - HADOOP-7708. Fixed hadoop-setup-conf.sh to handle config file consistently. (Eric Yang) (13 years ago) +* | | | | | | | | | | | cf4fade514f8 - HADOOP-7708. Fixed hadoop-setup-conf.sh to handle config files consistently. (Eric Yang) (13 years ago) +* | | | | | | | | | | | b7c2431f281a - HADOOP-7710. Added hadoop-setup-application.sh for creating application directory (Arpit Gupta via Eric Yang) (13 years ago) +* | | | | | | | | | | | c9aed1f1a744 - HADOOP-7681. Fixed security and hdfs audit log4j properties (Arpit Gupta via Eric Yang) (13 years ago) +* | | | | | | | | | | | 266cb1da572d - HADOOP-7711. Fixed recursive sourcing of HADOOP_OPTS environment variables (Arpit Gupta via Eric Yang) (13 years ago) +* | | | | | | | | | | | e979a3ddb17f - MAPREDUCE-3056. Changed the default staging directory to not include user.name to prevent issues with non-secure mode. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | | | | 97a60315b1d5 - HADOOP-7685. Improved directory ownership check function in hadoop-setup-conf.sh. (Eric Yang) (13 years ago) +* | | | | | | | | | | | 5c4ed07c7692 - HADOOP-7715. Removed unnecessary security logger configuration. (Eric Yang) (13 years ago) +* | | | | | | | | | | | a48e6f2519c5 - MAPREDUCE-3112. Fixed recursive sourcing of HADOOP_OPTS environment variable. (Eric Yang) (13 years ago) +* | | | | | | | | | | | 3edf3579c8b0 - HADOOP-7684. Added init.d script for jobhistory server and secondary namenode. (Eric Yang) (13 years ago) +* | | | | | | | | | | | 4f97e37648a2 - MAPREDUCE-3138. Add a utility to help applications bridge changes in Context Objects APIs due to MAPREDUCE-954. Contributed by omalley. (13 years ago) +* | | | | | | | | | | | 62682a12e500 - HADOOP-7658. Fixed HADOOP_SECURE_DN_USER environment variable in hadoop-evn.sh (Eric Yang) (13 years ago) +* | | | | | | | | | | | abc2b45dfa39 - HADOOP-7603. Set hdfs, mapred uid, and hadoop uid to fixed numbers. (Eric Yang) (13 years ago) +* | | | | | | | | | | | 2d45bfdffdf3 - HADOOP-7716 RPC protocol registration on SS does not log the protocol name (13 years ago) +* | | | | | | | | | | | de03173761c1 - HADOOP-7691. Fixed conflict uid for install packages. (Eric Yang) (13 years ago) +* | | | | | | | | | | | 12743d2169f5 - MAPREDUCE-2792. Replace usage of node ip-addresses with hostnames. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | | 93e0265af0b8 - Fix CHANGES.txt to include complete subtask list for HDFS-1073. (13 years ago) +* | | | | | | | | | | | 43b59b894beb - MAPREDUCE-3134. Added documentation the CapacityScheduler. (13 years ago) +* | | | | | | | | | | | 4ee39ffe6a10 - HADOOP-7542. Reverting the patch to address issues. (13 years ago) +* | | | | | | | | | | | 7aa8a3c9f8a1 - MAPREDUCE-2889. Added documentation for writing new YARN applications. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | dc8464f943b6 - HDFS-2348. Support getContentSummary and getFileChecksum in webhdfs. (13 years ago) +* | | | | | | | | | | | f3b98a26c4dc - MAPREDUCE-3113. Ensure bin/yarn and bin/yarn-daemon.sh identify the root of the install properly. Contributed by Xie Xianshan. (13 years ago) +* | | | | | | | | | | | fad230a49d0d - MAPREDUCE-2719. Add a simple, DistributedShell, application to illustrate alternate frameworks on YARN. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | dcf9d475e0de - MAPREDUCE-3050. Add ability to get resource usage information for applications and nodes. Contributed by Robert Evans. (13 years ago) +* | | | | | | | | | | | 960d7643fba4 - MAPREDUCE-2779. JobSplitWriter.java can't handle large job.split file. Contributed by Ming Ma. (13 years ago) +* | | | | | | | | | | | f48280ac5610 - HDFS-2298. Fix TestDfsOverAvroRpc by changing ClientProtocol to not include multiple methods of the same name. (13 years ago) +* | | | | | | | | | | | 32431d25aed9 - HADOOP-7469 backporting to 0.23; moving in CHANGES.TXT (13 years ago) +* | | | | | | | | | | | ebdc7f800a6c - HADOOP-7469 Add a standard handler for socket connection problems (13 years ago) +* | | | | | | | | | | | 063e33a862f9 - MAPREDUCE-3098. Fixed RM and MR AM to report YarnApplicationState and application's FinalStatus separately. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | | 964d4a166644 - MAPREDUCE-2996. Add uber-ness information to JobHistory. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | | 0b3c654d83c5 - MAPREDUCE-2791. Added missing info on 'job -status' output. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | | | | 1ae5b5e338ef - HDFS-2158. Add JournalSet to manage the set of journals. (13 years ago) +* | | | | | | | | | | | 7d1897d78d12 - HADOOP-7693. Moving to 0.24 section for now. (13 years ago) +* | | | | | | | | | | | 47c8528bfa97 - HADOOP-7693. Enhance AvroRpcEngine to support the new #addProtocol introduced in HADOOP-724. (13 years ago) +* | | | | | | | | | | | 71886657f89f - MAPREDUCE-3001. Added task-specific counters to AppMaster and JobHistory web-UIs. Contributed by Robert Joseph Evans. (13 years ago) +* | | | | | | | | | | | 44090734c9fb - MAPREDUCE-3114. Fixed invalid ApplicationURL on RM WebUI. Contributed by Subroto Sanyal. (13 years ago) +* | | | | | | | | | | | e90a5b40430c - HDFS-2371. Refactor BlockSender.java for better readability. Contributed by Suresh Srinivas. (13 years ago) +| |_|_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | | +* | | | | | | | | | | e9dd78d9fede - HDFS-2355. Federation: enable using the same configuration file across all the nodes in the cluster. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | c5179b16ecc2 - HADOOP-6220 (13 years ago) +* | | | | | | | | | | 05aeb2d9fd9c - HADOOP-7668 revert the System.out() calls (13 years ago) +* | | | | | | | | | | 484649acfe37 - Removing entry for CHANGES.txt since this was back-ported to 0.23. (13 years ago) +* | | | | | | | | | | bfc830caa4b6 - HADOOP-7687 Make getProtocolSignature public (sanjay) (13 years ago) +* | | | | | | | | | | 08db2a139d90 - HDFS-2346. TestHost2NodesMap & TestReplicasMap will fail depending upon execution order of test methods (Laxman via atm) (13 years ago) +* | | | | | | | | | | 9799353ee814 - HADOOP-7668. Add a NetUtils method that can tell if an InetAddress belongs to local host. Contributed by Suresh Srinivas. (13 years ago) +* | | | | | | | | | | 59586d801543 - HADOOP-7662. Fixed logs servlet to use the pathspec '/*' instead of '/' for correct filtering. Contributed by Thomas Graves. (13 years ago) +* | | | | | | | | | | 312a7e71001d - MAPREDUCE-3078. Ensure MapReduce AM reports progress correctly for displaying on the RM Web-UI. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | f4a425e10d3d - MAPREDUCE-3110. Fixed TestRPC failure. Contributed by Vinod Kumar Vavilapalli. (13 years ago) +* | | | | | | | | | | 96f9fc91993b - HDFS-2363. Move datanodes size printing from FSNamesystem.metasave(..) to BlockManager. Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | | cc42ccf02acc - MAPREDUCE-2843. Fixed the node-table to be completely displayed and making node entries on RM UI to be sortable. Contributed by Abhijit Suresh Shingate. (13 years ago) +* | | | | | | | | | | 825f9c80a4f2 - HDFS-2361. hftp is broken, fixed username checks in JspHelper. (13 years ago) +* | | | | | | | | | | 59265d6ed8c1 - HDFS-2368. Move SPNEGO conf properties from hdfs-default.xml to hdfs-site.xml. (13 years ago) +* | | | | | | | | | | eda0ad4fd0a4 - MAPREDUCE-3041. Fixed ClientRMProtocol to provide min/max resource capabilities along-with new ApplicationId for application submission. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | d06916f03382 - MAPREDUCE-3021. Adding additional files needed for new web-ui. (13 years ago) +* | | | | | | | | | | eb3a692a5761 - HDFS-2332. Add test for HADOOP-7629 (using an immutable FsPermission object as an RPC parameter fails). Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | | | | 5f6adcf396b7 - MAPREDUCE-3021. Change base urls for RM web-ui. Contributed by Thomas Graves. (13 years ago) +* | | | | | | | | | | 201b7879ba69 - HDFS-2373. Commands using webhdfs and hftp print unnecessary debug info on the console with security enabled. Contributed by Arpit Gupta. (13 years ago) +* | | | | | | | | | | 8e4c70fb20f9 - MAPREDUCE-3099. Add docs for setting up a single node MRv2 cluster. (mahadev) (13 years ago) +* | | | | | | | | | | 0d2bb0623696 - MAPREDUCE-3054. Unable to kill submitted jobs. (mahadev) (13 years ago) +* | | | | | | | | | | 359c17071bc9 - MAPREDUCE-3095. fairscheduler ivy including wrong version for hdfs. (John George via mahadev) (13 years ago) +* | | | | | | | | | | 98cc2007003c - MAPREDUCE-3081. Fix vaidya startup script. Contributed by Suhas (13 years ago) +* | | | | | | | | | | 87b969c83541 - MAPREDUCE-2999. Fix YARN webapp framework to properly filter servlet paths. Contributed by Thomas Graves. (13 years ago) +* | | | | | | | | | | 6507a0bc35b5 - MAPREDUCE-3092. Removed a special comparator for JobIDs in JobHistory as JobIDs are already comparable. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | | | 17da0bdb279d - MAPREDUCE-3067. Ensure exit-code is set correctly for containers. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | | 70388cffe0f9 - MAPREDUCE-3071. app master configuration web UI link under the Job menu opens up application menu. (thomas graves via mahadev) (13 years ago) +* | | | | | | | | | | bf78f15ffb43 - HDFS-2366. Initialize WebHdfsFileSystem.ugi in object construction. (13 years ago) +* | | | | | | | | | | 81926396f69c - MAPREDUCE-2984. Better error message for displaying completed containers. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | | | eff931a1b1b9 - MAPREDUCE-3031. Proper handling of killed containers to prevent stuck containers/AMs on an external kill signal. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | | 1e6dfa7472ad - MAPREDUCE-2646. Fixed AMRMProtocol to return containers based on priority. Contributed by Sharad Agarwal and Arun C Murthy. (13 years ago) +* | | | | | | | | | | c9a7d3dbf902 - MAPREDUCE-3090. Fix MR AM to use ApplicationAttemptId rather than (ApplicationId, startCount) consistently. (13 years ago) +* | | | | | | | | | | 5a3040cad4b8 - MAPREDUCE-3064. 27 unit test failures with Invalid mapreduce.jobtracker.address configuration value for JobTracker: local (Venu Gopala Rao via mahadev) (13 years ago) +* | | | | | | | | | | a5c9ede14338 - MAPREDUCE-2952. Fixed ResourceManager/MR-client to consume diagnostics for AM failures in a couple of corner cases. Contributed by Arun C Murthy. (13 years ago) +* | | | | | | | | | | c285cf3114ab - MAPREDUCE-3053. Better diagnostic message for unknown methods in ProtoBuf RPCs. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | 5ace0cabe5b8 - MAPREDUCE-2990. Fixed display of NodeHealthStatus. Contributed by Subroto Sanyal. (13 years ago) +* | | | | | | | | | | d09ceac1f7a8 - MAPREDUCE-2691. Increase threadpool size for launching containers in MapReduce ApplicationMaster. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | e7b63aebcb99 - HADOOP-7663. Fix TestHDFSTrash failure. Contributed by Mayank Bansal. (13 years ago) +* | | | | | | | | | | 029914af8470 - HADOOP-7457. Move to 0.22 branch section in CHANGES.txt (13 years ago) +* | | | | | | | | | | 5a6f8e38c044 - HDFS-2290. Block with corrupt replica is not getting replicated. Contributed by Benoy Antony. (13 years ago) +* | | | | | | | | | | 83a83d3b733f - HDFS-2356. Support case insensitive query parameter names in webhdfs. (13 years ago) +* | | | | | | | | | | 7e0a224a3619 - Add "target" to svn:ignore for hadoop-common-project and hadoop-hdfs-project. (13 years ago) +* | | | | | | | | | | b549c1078255 - MAPREDUCE-3055. Simplified ApplicationAttemptId passing to ApplicationMaster via environment variable. (vinodkv) (13 years ago) +* | | | | | | | | | | 272639877c1c - Move the CHANGES.txt note for HADOOP-7542 to the right release section. (13 years ago) +* | | | | | | | | | | 864630b92f8c - HADOOP-7669 Fix newly introduced release audit warning. (13 years ago) +* | | | | | | | | | | 516fc91187ca - marking HADOOP-7542 as potentially incompatible (13 years ago) +* | | | | | | | | | | 36d7ab3489dc - HADOOP-7542. Change Configuration XML format to 1.1 to support for serializing additional characters Contributed by Christopher Egner. (13 years ago) +* | | | | | | | | | | 1eb700875392 - MAPREDUCE-3073. Fixed build issues in MR1. Contributed by Mahadev Konar. (13 years ago) +* | | | | | | | | | | 4806d7ba74c6 - MAPREDUCE-2754. Fixed MR AM stdout, stderr and syslog to redirect to correct log-files. Contributed by Ravi Teja Ch N V. (13 years ago) +* | | | | | | | | | | d773bf0fb57b - HDFS-46. Change default namespace quota of root directory from Integer.MAX_VALUE to Long.MAX_VALUE. Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | | f553ff0ebd04 - MAPREDUCE-3048. Fixed test-patch to run tests via "mvn clean install test" (vinodkv) (13 years ago) +* | | | | | | | | | | 3557202a92ff - MAPREDUCE-3044. Pipes jobs stuck without making progress. (mahadev) (13 years ago) +* | | | | | | | | | | ed7eda00cb1f - MAPREDUCE-3066. Fixed default ResourceTracker address for the NodeManager. Contributed by Chris Riccomini. (13 years ago) +* | | | | | | | | | | 32f28e6994dc - MAPREDUCE-3062. Fixed default RMAdmin address. Contributed by Chris Riccomini. (13 years ago) +* | | | | | | | | | | d00b3c49f6fb - MAPREDUCE-2880. Improved classpath-construction for mapreduce AM and containers. Contributed by Arun C Murthy. (13 years ago) +* | | | | | | | | | | 83e4b2b46962 - HADOOP-7621. alfredo config should be in a file not readable by users (Alejandro Abdelnur via atm) (13 years ago) +* | | | | | | | | | | d50ecc38a3e0 - HADOOP-7575. Enhanced LocalDirAllocator to support fully-qualified paths. Contributed by Jonathan Eagles. (13 years ago) +* | | | | | | | | | | af61f4ae15ad - MAPREDUCE-2970. Fixed NPEs in corner cases with different configurations for mapreduce.framework.name. Contributed by Venu Gopala Rao. (13 years ago) +* | | | | | | | | | | 01fbb0fb4502 - MAPREDUCE-2930. Added the ability to be able to generate graphs from the state-machine definitions. Contributed by Binglin Chang. (13 years ago) +* | | | | | | | | | | 7d8e9d696049 - HADOOP-7524 Change RPC to allow multiple protocols including multuple versions of the same protocol (sanjay Radia) (13 years ago) +* | | | | | | | | | | 4dc4e9e63f73 - HDFS-2340. Support getFileBlockLocations and getDelegationToken in webhdfs. (13 years ago) +* | | | | | | | | | | 0e870d7d1890 - MAPREDUCE-3023. Fixed clients to display queue state correctly. Contributed by Ravi Prakash. (13 years ago) +* | | | | | | | | | | 1d067c6e2b14 - MAPREDUCE-2998. Fixed a bug in TaskAttemptImpl which caused it to fork bin/mapred too many times. Contributed by Vinod K V. (13 years ago) +* | | | | | | | | | | 339b85b88ead - MAPREDUCE-3036. Fixed metrics for reserved resources in CS. Contributed by Robert Evans. (13 years ago) +* | | | | | | | | | | b8e8b8da75ba - MAPREDUCE-3018. Fixed -file option for streaming. Contributed by Mahadev Konar. (13 years ago) +* | | | | | | | | | | 8cd6eb67f329 - HADOOP-7633. Missed this file in previous commit. (13 years ago) +* | | | | | | | | | | adcebcbc03d4 - HADOOP-7630. hadoop-metrics2.properties should have a property *.period set to a default value for metrics. Contributed by Eric Yang. (13 years ago) +* | | | | | | | | | | e49ef2e6c5e2 - HADOOP-7639. Enhance HttpServer to allow passing path-specs for filtering, so that servers like Yarn WebApp can get filtered the paths served by their own injected servlets. Contributed by Thomas Graves. (13 years ago) +| |_|_|_|_|_|_|_|_|/ +|/| | | | | | | | | +* | | | | | | | | | f0fedda8eff2 - MAPREDUCE-3040. Fixed extra copy of Configuration in YarnClientProtocolProvider and ensured MiniMRYarnCluster sets JobHistory configuration for tests. (13 years ago) +* | | | | | | | | | 9d14f100c803 - HDFS-2347. Fix checkpointTxnCount's comment about editlog size. Contributed by Uma Maheswara Rao G. (13 years ago) +* | | | | | | | | | bbfd81503cfd - MAPREDUCE-3017. The Web UI shows FINISHED for killed/successful/failed jobs. (mahadev) (13 years ago) +* | | | | | | | | | 482d840bcf3e - MAPREDUCE-3004. Fix ReduceTask to not assume 'local' mode in YARN. Contributed by Hitesh Shah. (13 years ago) +* | | | | | | | | | e16f8a9fdfc3 - MAPREDUCE-3038. job history server not starting because conf() missing HsController (Jeffrey Naisbitt via mahadev) (13 years ago) +* | | | | | | | | | 8ae3cdeac715 - MAPREDUCE-3042. Fixed default ResourceTracker address. Contributed by Chris Riccomini. (13 years ago) +* | | | | | | | | | b7660f2bc9ba - MAPREDUCE-2726. Added job-file to the AM and JobHistoryServer web interfaces. Contributed by Jeffrey Naisbitt. (13 years ago) +* | | | | | | | | | 2e61ed306f1d - MAPREDUCE-3030. Fixed a bug in NodeId.equals() that was causing RM to reject all NMs. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | | 29552eeb36dd - MAPREDUCE-2925. Fixed Yarn+MR client code to behave saner with completed jobs. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | | e34d2c075d8a - HDFS-2330. In NNStorage and FSImagePreTransactionalStorageInspector, IOExceptions of stream closures can mask root exceptions. Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | e56579b9da36 - MAPREDUCE-2965. Fixed two FindBugs warnings in the previous commit. (13 years ago) +* | | | | | | | | | 34d3936bcd5a - MAPREDUCE-2965. Streamlined the methods hashCode(), equals(), compareTo() and toString() for all IDs. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | | | | 61900651b1b8 - MAPREDUCE-3006. Fixed MapReduce AM to exit only after properly writing out history file. (vinodkv) (13 years ago) +* | | | | | | | | | 7985d3904c9b - HADOOP-7631. Fixes a config problem to do with running streaming jobs. Contributed by Eric Yang. (13 years ago) +* | | | | | | | | | e1acb1222dd6 - MAPREDUCE-1788. o.a.h.mapreduce.Job shouldn't make a copy of the JobConf. (Arun Murthy via mahadev) (13 years ago) +* | | | | | | | | | dafa8f7a77e8 - HDFS-362. FSEditLog should not writes long and short as UTF8, and should not use ArrayWritable for writing non-array items. Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | | | | | 94096ff6f581 - HADOOP-7633. Adds log4j.properties to the hadoop-conf dir on deploy. Contributed by Eric Yang. (13 years ago) +* | | | | | | | | | 2eab7a28c786 - MAPREDUCE-2987. Fixed display of logged user on RM Web-UI. Contributed by Thomas Graves. (13 years ago) +* | | | | | | | | | 9a11a3a0b35f - HADOOP-7637. Fix to include FairScheduler configuration file in RPM. Contributed by Eric Yang. (13 years ago) +* | | | | | | | | | ca333f17c125 - MAPREDUCE-2836. Provide option to fail jobs when submitted to non-existent fair scheduler pools. Contributed by Ahmed Radwan. (13 years ago) +| |_|_|_|_|_|_|_|/ +|/| | | | | | | | +* | | | | | | | | 0d994299826b - HADOOP-7608. SnappyCodec check for Hadoop native lib is wrong. Contributed by Alejandro Abdelnur. (13 years ago) +* | | | | | | | | a89d4609b200 - HDFS-2337. DFSClient shouldn't keep multiple RPC proxy references (atm) (13 years ago) +* | | | | | | | | ff4437289530 - Revised the entry for HDFS-2318 in CHANGES.txt. (13 years ago) +* | | | | | | | | 78e3821b819b - HDFS-2318. Provide authentication to webhdfs using SPNEGO and delegation tokens. (13 years ago) +* | | | | | | | | 341a15a23d16 - MAPREDUCE-2994. Fixed a bug in ApplicationID parsing that affects RM UI. Contributed by Devaraj K. (13 years ago) +* | | | | | | | | cde0e484e7ee - HDFS-2338. Add configuration option to enable/disable webhdfs. Contributed by jitendra (13 years ago) +| |_|_|_|_|_|_|/ +|/| | | | | | | +* | | | | | | | d9ba4670ed01 - MAPREDUCE-2672. MR-279: JobHistory Server needs Analysis this job. (Robert Evans via mahadev) (13 years ago) +* | | | | | | | e66d697a66a1 - HADOOP-7635. RetryInvocationHandler should release underlying resources on close (atm) (13 years ago) +* | | | | | | | b9af522c2a61 - HADOOP-7641. Add Apache License to template config files (Eric Yang via atm) (13 years ago) +* | | | | | | | 376a1a251123 - HDFS-2333. Change DFSOutputStream back to package private, otherwise, there are two SC_START_IN_CTOR findbugs warnings. (13 years ago) +* | | | | | | | cb48bc1c93a4 - MAPREDUCE-3007. Fixed Yarn Mapreduce client to be able to connect to JobHistoryServer in secure mode. Contributed by Vinod Kumar Vavilapalli. (13 years ago) +* | | | | | | | be2b0921fa3d - HDFS-2331. Fix WebHdfsFileSystem compilation problems for a bug in JDK version < 1.6.0_26. Contributed by Abhijit Suresh Shingate (13 years ago) +* | | | | | | | 9704960e42f6 - MAPREDUCE-2991. queueinfo.jsp fails if queue names contain special symbols. Contributed by Priyo Mustafi. (13 years ago) +* | | | | | | | 5183e881097b - MAPREDUCE-3005. Fix both FifoScheduler and CapacityScheduler to correctly enforce locality constraints. (13 years ago) +* | | | | | | | 4ba2acf3363b - MAPREDUCE-2966. Added ShutDown hooks for MRV2 processes so that they can gracefully exit. Contributed by Abhijit Suresh Shingate. (13 years ago) +* | | | | | | | 47e04d3124dd - MAPREDUCE-2949. Fixed NodeManager to shut-down correctly if a service startup fails. Contributed by Ravi Teja Ch N V. (13 years ago) +* | | | | | | | 88b82a0f6687 - MAPREDUCE-2899. Replace major parts of ApplicationSubmissionContext with a ContainerLaunchContext (Arun Murthy via mahadev) (13 years ago) +* | | | | | | | 29eadf1b8f7e - HADOOP-7629. Allow immutable FsPermission objects to be used as IPC parameters. Contributed by Todd Lipcon. (13 years ago) +* | | | | | | | a3e8f6836b48 - MAPREDUCE-2676. MR-279: JobHistory Job page needs reformatted. (Robert Evans via mahadev) (13 years ago) +| |_|_|_|_|_|/ +|/| | | | | | +* | | | | | | 4d90df82a9e4 - Merge -r 1170285:1170286 from branch-0.20-security to trunk to fix MAPREDUCE-2549. (13 years ago) +* | | | | | | 88ff272cfd25 - MAPREDUCE-2995. Fixed race condition in ContainerLauncher. Contributed by Vinod K V. (13 years ago) +* | | | | | | 53f921418d25 - MAPREDUCE-2995. Better handling of expired containers in MapReduce ApplicationMaster. Contributed by Vinod K V. (13 years ago) +* | | | | | | e4dc2e1f561f - HDFS-2323. start-dfs.sh script fails for tarball install (13 years ago) +* | | | | | | 6c3b59505b86 - HDFS-2317. Support read access to HDFS in webhdfs. (13 years ago) +* | | | | | | b6d5d02fc092 - HADOOP-7626. Bugfix for a config generator. Contributed by Eric Yang. (13 years ago) +* | | | | | | 468775a21dd3 - HADOOP-7599. Script improvements to setup a secure Hadoop cluster. Contributed by Eric Yang. (13 years ago) +* | | | | | | 6165875dc6bf - MAPREDUCE-2896. Simplify all apis to in org.apache.hadoop.yarn.api.records.* to be get/set only. Added javadocs to all public records. (13 years ago) +* | | | | | | 7fa0bf355893 - MAPREDUCE-2874. Fix formatting of ApplicationId in web-ui. Contributed by Eric Payne. (13 years ago) +* | | | | | | c8383a5f4919 - MAPREDUCE-2985. Fixed findbugs warnings in ResourceLocalizationService. Contributed by Thomas Graves. (13 years ago) +* | | | | | | 8332126c52b6 - HADOOP-7568. SequenceFile should not print into stdout. Contributed by Plamen Jeliazkov. (13 years ago) +* | | | | | | 1c019512644c - MAPREDUCE-2669. Add new examples for Mean, Median, and Standard Deviation. Contributed by Plamen Jeliazkov. (13 years ago) +* | | | | | | fb65bfc66167 - MAPREDUCE-2979. Removed the needless ClientProtocolProvider configuration from the hadoop-mapreduce-client-core module. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | be32d25c546a - MAPREDUCE-2675. Reformat JobHistory Server main page to be more useful. Contributed by Robert Joseph Evans. (13 years ago) +* | | | | | | e14da3a72e06 - MAPREDUCE-2978. Fixed test-patch to make Jenkins report findbugs warnings properly. Contributed by Tom White. (13 years ago) +* | | | | | | 6b2f2efe4de4 - MAPREDUCE-2749. Ensure NM registers with RM after starting all its services correctly. Contributed by Thomas Graves. (13 years ago) +* | | | | | | 817ead65b99f - MAPREDUCE-2933. Change allocate call to return ContainerStatus for completed containers rather than Container. (13 years ago) +* | | | | | | 8fb67650b146 - MAPREDUCE-2691. Finish up the cleanup of distributed cache file resources and related tests. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | 61d0b7530c89 - HDFS-2284. Add a new FileSystem, webhdfs://, for supporting write Http access to HDFS. (13 years ago) +* | | | | | | a3df5d0b2667 - HADOOP-7610. Fix for hadoop debian package. Contributed by Eric Yang (13 years ago) +* | | | | | | b982e6205f25 - MAPREDUCE-2971. ant build mapreduce fails protected access jc.displayJobList (jobs) (Thomas Graves via mahadev) (13 years ago) +* | | | | | | 146c170571b7 - Add autoconf-related side-effect files to svn:ignore for container-executor (13 years ago) +* | | | | | | 592aaa1f0609 - HADOOP-7328. When a serializer class is missing, return null, not throw an NPE. Contributed by Harsh J Chouraria. (13 years ago) +* | | | | | | fbf0035ee60a - MAPREDUCE-2975. Fixed YARNRunner to use YarnConfiguration rather than Configuration. Contributed by Mahadev Konar. (13 years ago) +* | | | | | | 68cb2b01b68a - HADOOP-7607 and MAPREDUCE-2934. Simplify the RPC proxy cleanup process. (atm) (13 years ago) +* | | | | | | 1d84d983a216 - MAPREDUCE-2954. Fixed a deadlock in NM caused due to wrong synchronization in protocol buffer records. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | 85e17fd2dff9 - MAPREDUCE-2711. Update TestBlockPlacementPolicyRaid for the new namesystem and block management APIs. (13 years ago) +* | | | | | | 71e05154330c - MAPREDUCE-2963. Fix hang in TestMRJobs. Contributed by Siddharth Seth. (13 years ago) +* | | | | | | a0f13a28f747 - Adding back hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources which was missed during the merge of MAPREDUCE-279. (13 years ago) +* | | | | | | ca853445e9a3 - MAPREDUCE-2953. Fix a race condition on submission which caused client to incorrectly assume application was gone by making submission synchronous for RMAppManager. Contributed by Thomas Graves. (13 years ago) +* | | | | | | a0ef2d750366 - MAPREDUCE-2937. Ensure reason for application failure is displayed to the user. Contributed by Mahadev Konar. (13 years ago) +* | | | | | | 035937bee8ef - MAPREDUCE-2690. Web-page for FifoScheduler. Contributed by Eric Payne. (13 years ago) +* | | | | | | fafe8cd28e72 - MAPREDUCE-2864. Normalize configuration variable names for YARN. Contributed by Robert Evans. (13 years ago) +* | | | | | | 96a5bef79ee2 - HADOOP-7598. Fix smart-apply-patch.sh to handle patching from a sub directory correctly. Contributed by Robert Evans. (13 years ago) +* | | | | | | b3c9c3c182f1 - MAPREDUCE-2677. Fixed 404 for some links from HistoryServer. Contributed by Robert Evans. (13 years ago) +* | | | | | | dd34c4e24f54 - MAPREDUCE-2844. Fixed display of nodes in UI. (13 years ago) +* | | | | | | 1b294f206b94 - MAPREDUCE-2844. Fixed display of nodes in UI. Contributed by Ravi Teja Ch N V. (13 years ago) +* | | | | | | 6b6ef7b8e35a - MAPREDUCE-2947. Fixed race condition in AuxiliaryServices. Contributed by Vinod K V. (13 years ago) +* | | | | | | 70f9ace41265 - HADOOP-7612. Change test-patch to run tests for all nested modules. (13 years ago) +* | | | | | | 8ac20f92f54a - MAPREDUCE-2942. TestNMAuditLogger.testNMAuditLoggerWithIP failing (Thomas Graves via mahadev) (13 years ago) +* | | | | | | 1f46b991da9b - MAPREDUCE-2908. Fix all findbugs warnings. Contributed by Vinod K V. (13 years ago) +* | | | | | | ae5e8e010477 - MAPREDUCE-2784. [Gridmix] Bug fixes in ExecutionSummarizer and ResourceUsageMatcher. (amarrk) (13 years ago) +| |_|_|_|_|/ +|/| | | | | +* | | | | | 8b9a2c7487a1 - HDFS-2232. Generalize regular expressions in TestHDFSCLI. Contributed by Plamen Jeliazkov. (13 years ago) +* | | | | | 06e84a1bca19 - HDFS-2223. Untangle depencencies between NN components. Contributed by Todd Lipcon. (13 years ago) +* | | | | | 2ca9c8d926a8 - HADOOP-7507. Allow ganglia metrics to include the metrics system tags in the gmetric names. Contributed by Alejandro Abdelnur. (13 years ago) +* | | | | | 1c15670d5319 - MAPREDUCE-2948. Hadoop streaming test failure, post MR-2767 (mahadev) (13 years ago) +* | | | | | 1d6793d0b7e2 - Commit the test and the conf changes in common for HDFS-2284. (13 years ago) +* | | | | | 0ecba04727b5 - MAPREDUCE-2938. Log application submission failure in CapacityScheduler (13 years ago) +* | | | | | 8815bdf30461 - Adding new files for MAPREDUCE-2655. (13 years ago) +* | | | | | cdfabf5ae289 - MAPREDUCE-2655. Add audit logs to ResourceManager and NodeManager. Contributed by Thomas Graves. (13 years ago) +* | | | | | d51078eb7edf - MAPREDUCE-2774. Add startup message to ResourceManager & NodeManager on startup. Contributed by Venu Gopala Rao. (13 years ago) +* | | | | | 03c1015d6ea9 - MAPREDUCE-2800. Set final progress for tasks to ensure all task information is correctly logged to JobHistory. Contributed by Siddharth Seth. (13 years ago) +* | | | | | 3a3f2770179f - MAPREDUCE-2767. CHANGES.txt (13 years ago) +* | | | | | f560a1066f89 - MAPREDUCE-2687. Fix NodeManager to use the right version of LocalDirAllocator.getLocalPathToWrite. Contributed by mahadev & acmurthy. (13 years ago) +* | | | | | fd804b599363 - MAPREDUCE-2767. Remove Linux task-controller. Contributed by Milind Bhandarkar. (13 years ago) +* | | | | | 42d443fb79c2 - HDFS-2314. MRV1 test compilation broken after HDFS-2197. Contributed by Todd Lipcon (13 years ago) +* | | | | | bdc3720d5b67 - HDFS-2018. Move all journal stream management code into one place. Contributed by Ivan Kelly. (13 years ago) +* | | | | | e20f135174e6 - MAPREDUCE-2936. Contrib Raid compilation broken after HDFS-1620. Contributed by Vinod Kumar Vavilapalli. (13 years ago) +* | | | | | 9e95326a2c4b - HDFS-2313. Rat excludes has a typo for excluding editsStored files. (atm) (13 years ago) +* | | | | | c2e1756d7a60 - HADOOP-7580. Add a version of getLocalPathForWrite to LocalDirAllocator which doesn't create dirs. Contributed by Chris Douglas & Siddharth Seth. (13 years ago) +* | | | | | b0632df93ae5 - HDFS-2197. Refactor RPC call implementations out of NameNode class. Contributed by Todd Lipcon. (13 years ago) +* | | | | | d1438b501dae - HDFS-2310. TestBackupNode fails since HADOOP-7524 went in. Contributed by Ivan Kelly. (13 years ago) +* | | | | | ae367be8f383 - MAPREDUCE-2882. TestLineRecordReader depends on ant jars. Contributed by Todd Lipcon. (13 years ago) +* | | | | | 6b608aad7d52 - MAPREDUCE-2697. Enhance CapacityScheduler to cap concurrently running applications per-queue & per-user. (13 years ago) +* | | | | | 458c34a2ab41 - Follow-up commit for HDFS-1620 since I missed some files. (13 years ago) +* | | | | | 8ae98a9d1ca4 - HDFS-1620. Rename HdfsConstants -> HdfsServerConstants, FSConstants -> HdfsConstants. (Harsh J Chouraria via atm) (13 years ago) +* | | | | | 6bdf5746d5d6 - MAPREDUCE-2716. MRReliabilityTest job fails because of missing job-file. Contributed by Jeffrey Naisbitt. (13 years ago) +* | | | | | 6c3384676759 - HADOOP-7606. Upgrade Jackson to version 1.7.1 to match the version required by Jersey (Alejandro Abdelnur via atm) (13 years ago) +* | | | | | b97a4d40c875 - HADOOP-7524 and MapReduce-2887 Change RPC to allow multiple protocols including multuple versions of the same protocol (sanjay Radia) (13 years ago) +* | | | | | 2566043c2f08 - HDFS-2299. TestOfflineEditsViewer is failing on trunk. (Uma Maheswara Rao G via atm) (13 years ago) +* | | | | | 07c5741c9a5e - HADOOP-7552. FileUtil#fullyDelete doesn't throw IOE but lists it in the throws clause. Contributed by Eli Collins (13 years ago) +* | | | | | 5d4f16b93c0b - MAPREDUCE-2735. Add an applications summary log to ResourceManager. Contributed by Thomas Graves. (13 years ago) +* | | | | | a9bf33445e95 - MAPREDUCE-2756. Better error handling in JobControl for failed jobs. Contributed by Robert Evans. (13 years ago) +* | | | | | c5ef34a1e764 - Revert 1164192 given review feedback provided after initial commit. (13 years ago) +* | | | | | d873f1155afd - HDFS-2299. TestOfflineEditsViewer is failing on trunk. (Uma Maheswara Rao G via atm) (13 years ago) +* | | | | | a2b1aa947105 - HADOOP-7595. Upgrade dependency to Avro 1.5.3. (Alejandro Abdelnur via atm) (13 years ago) +* | | | | | 99af7d85d313 - set svn:ignore for hadoop-auth-examples. (13 years ago) +* | | | | | 19523b6a2b7a - HADOOP-7594. Support HTTP REST in HttpServer. (13 years ago) +* | | | | | 2b016dac8232 - HADOOP-7579. Rename package names from alfredo to auth. Contributed by Alejandro Abdelnur (13 years ago) +* | | | | | 4f1a0e36fab1 - HDFS-2258. Reset lease limits to default values in TestLeaseRecovery2. Contributed by Konstantin Shvachko (13 years ago) +* | | | | | b9a5fd51904a - MAPREDUCE-2917. Fixed corner case in container reservation which led to starvation and hung jobs. (13 years ago) +* | | | | | ade0f0560f72 - MAPREDUCE-2652. Enabled multiple NMs to be runnable on a single node by making shuffle service port to be truely configurable. Contributed by Robert Joseph Evans. (13 years ago) +* | | | | | 5786efbfa660 - MAPREDUCE-2916. Ivy build for MRv1 fails with bad organization for common daemon. (mahadev) (13 years ago) +* | | | | | f10c97d39065 - HADOOP-7593. Fix AssertionError in TestHttpServer.testMaxThreads(). Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | | 1cd379117292 - HDFS-1330 and HADOOP-6889. Added additional unit tests. Contributed by John George. (13 years ago) +* | | | | | 8c9c8c72cc96 - Remove svn:mergeinfo from TestSequenceFile.java (13 years ago) +* | | | | | 4b661b367022 - HADOOP-7576. Fix findbugs warnings and javac warnings in hadoop-auth. (13 years ago) +* | | | | | aba0e225fc2d - HDFS-1217. Change some NameNode methods from public to package private. Constributed by Laxman (13 years ago) +* | | | | | c2b851b0f208 - MAPREDUCE-2897. Javadoc for ClientRMProtocol protocol and related records. (13 years ago) +* | | | | | fb6ecb9b2779 - MAPREDUCE-2886. Fix Javadoc warnings in MapReduce. (mahadev) (13 years ago) +* | | | | | aad81a15ece2 - MAPREDUCE-2737. Update the progress of jobs on client side. (Siddharth Seth and Mahadev Konar via mahadev) (13 years ago) +* | | | | | 3380d8f70cfd - MAPREDUCE-2904. Fixed bin/yarn to correctly include HDFS jars and clean up of stale refs to pre-mavenized Hadoop Common and HDFS. Contributed by Sharad Agarwal and Arun C. Murthy. (13 years ago) +* | | | | | 602dd3c7dcee - HADOOP-7589. Prefer mvn test -DskipTests over mvn compile in test-patch.sh (Robert Evans via mahadev) (13 years ago) +* | | | | | b9259a271031 - MAPREDUCE-2898. Javadoc for ContainerManager protocol and related records. (13 years ago) +* | | | | | 00d226390823 - MAPREDUCE-2891. Javadoc for AMRMProtocol and related records. Contributed by acmurthy. (13 years ago) +* | | | | | c9cbd8e4e6eb - MAPREDUCE-2893. Remove duplicate entry of YarnClientProtocolProvider in ClientProtocolProvider services file. Contributed by Liang-Chi Hsieh. (13 years ago) +* | | | | | 8b564633153d - HDFS-2289. Ensure jsvc is bundled with the HDFS distribution artifact. Contributed by Alejandro Abdelnur. (13 years ago) +| |_|_|_|/ +|/| | | | +* | | | | d8c3e63dced5 - MAPREDUCE-2885. Fix mapred-config.sh to look for hadoop-config.sh in HADOOP_COMMON_HOME/libexec. (13 years ago) +* | | | | 56dd8ba0b821 - HADOOP-7547. Add generic type in WritableComparable subclasses. Contributed by Uma Maheswara Rao G (13 years ago) +* | | | | 23e7fc4f462a - HDFS-2287. TestParallelRead has a small off-by-one bug. Contributed by Todd Lipcon. (13 years ago) +* | | | | 7cf49f5d9cce - HDFS-2286. DataXceiverServer logs AsynchronousCloseException at shutdown. Contributed by Todd Lipcon. (13 years ago) +* | | | | 73451ed2d9fb - HDFS-395. DFS Scalability: Incremental block reports. Contributed by Tomasz Nykiel. (13 years ago) +* | | | | e680023f8b15 - Revert 1161976 since the log message was incorrectly marked the issue as HDFS-349. (13 years ago) +* | | | | 522fe14a89a1 - Move change log for HDFS-395 from 0.23 section to trunk (13 years ago) +* | | | | e6339be188d3 - HDFS-349. DFS Scalability: Incremental block reports. Contributed by Tomasz Nykiel. (13 years ago) +* | | | | 0ee0fa45d2cd - MAPREDUCE-2881. Fix to include log4j 1.2.16 depenency. Contributed by Giridharan Kesavan (13 years ago) +* | | | | a415733cf645 - HADOOP-7578. Adding needed files in svn (mahadev) (13 years ago) +* | | | | e096d0b22513 - HADOOP-7578. Fix a mess up in svn move (mahadev) (13 years ago) +* | | | | a44ffcc0be43 - Preparing for hadoop-0.24.0 development. (13 years ago) +* | | | | 5675dad8b79d - MAPREDUCE-2879. Fix version for MR-279 to 0.23.0 (13 years ago) +* | | | | ee05510c421a - Preparing for release 0.23.0 (13 years ago) +* | | | | 01f24e1af76c - HADOOP-7578. Fix test-patch to be able to run on MR patches. (mahadev and tom white) (13 years ago) +* | | | | 58676edf98cf - MAPREDUCE-2879. Fix version for MR-279 to 0.23.0. (13 years ago) +* | | | | 1dd113b24ae3 - MAPREDUCE-2796. Set start times for MR applications for clients to see. Contributed by Devaraj K. (13 years ago) +* | | | | 7c85f33ce1b2 - MAPREDUCE-2877. Add missing Apache license header in some files in MR and also add the rat plugin to the poms. (mahadev) (13 years ago) +* | | | | 31903fec4ed8 - Setup svn:ignore in hadoop-auth. (13 years ago) +* | | | | f2b91a8367a7 - MAPREDUCE-2807. Fix AM restart and client redirection. Contributed by Sharad Agarwal. (13 years ago) +* | | | | 6316e662791c - HADOOP-7560. Change src layout to be heirarchical. Contributed by Alejandro Abdelnur. (13 years ago) +* | | | | cd7157784e5e - HADOOP-7560. Change src layout to be heirarchical. Contributed by Alejandro Abdelnur. (13 years ago) +* | | | | bb0005cfec5f - HADOOP-7563. Setup HADOOP_HDFS_HOME, HADOOP_MAPRED_HOME and classpath correction. Contributed by Eric Yang. (13 years ago) +* | | | | ebf61db566ba - MAPREDUCE-2846. Fix missing synchronization in the task log management. (omalley) (13 years ago) +* | | | | fdae3cda8577 - HADOOP-7567. 'mvn eclipse:eclipse' fails for hadoop-alfredo (auth). Contributed by Alejandro Abdelnur. (13 years ago) +* | | | | 71c2f7317534 - HADOOP-7561. Make test-patch only run tests for changed modules. (13 years ago) +* | | | | 1eb272051da5 - MAPREDUCE-2859 - Fix eclipse plugin contrib module compilation. Contributed by Giridharan Kesavan (13 years ago) +* | | | | ec559db68e1a - HDFS-1480. All replicas of a block can end up on the same rack when some datanodes are decommissioning. Contributed by Todd Lipcon. (13 years ago) +* | | | | 61cbfa5fde61 - MAPREDUCE-2838. Fix MapReduce builds to use new hadoop-common test jars. Contributed by gkesavan. (13 years ago) +* | | | | b04aafee504c - HDFS-2267. DataXceiver thread name incorrect while waiting on op during keepalive. Contributed by Todd Lipcon. (13 years ago) +* | | | | 8af5c4b24aae - MAPREDUCE-2649. Handling of finished applications in RM. Contributed by Thomas Graves. (13 years ago) +* | | | | 2892f6d817d7 - HDFS-2266. Add Namesystem and SafeMode interfaces to avoid directly referring to FSNamesystem in BlockManager. (13 years ago) +* | | | | 513f17d11556 - HDFS-2273. Refactor BlockManager.recentInvalidateSets to a new class. (13 years ago) +* | | | | fdef052d35e4 - HADOOP-7566. MR tests are failing webapps/hdfs not found in CLASSPATH. (Alejandro Abdelnur via mahadev) (13 years ago) +* | | | | 8c8f3b77822b - MAPREDUCE-2868. ant build broken in hadoop-mapreduce dir (mahadev, giri and arun via mahadev) (13 years ago) +* | | | | fa625674f0eb - HADOOP-7390. Move changes under 0.22 branch. (13 years ago) +* | | | | 7c8fcbecf14b - MAPREDUCE-2701. app/Job.java needs UGI for the user that launched it. (Robert Evans via mahadev) (13 years ago) +* | | | | 14b97a91d9a7 - HADOOP-7496. Break Maven TAR & bintar profiles into just LAYOUT & TAR proper. Contributed by Alejandro Abdelnur. (13 years ago) +* | | | | 8d34a1740794 - HADOOP-7498. Remove legacy TAR layout creation. Contributed by Alejandro Abdelnur. (13 years ago) +* | | | | 272c6ebe232c - MAPREDUCE-2867. Remove Unused TestApplicaitonCleanup in resourcemanager/applicationsmanager. (mahadev) (13 years ago) +* | | | | b77bc477b561 - Follow-up to HADOOP-7119 - removing two files which were moved. (13 years ago) +* | | | | a0f120ce68dd - HADOOP-7119. add Kerberos HTTP SPNEGO authentication support to Hadoop JT/NN/DN/TT web-consoles. (Alejandro Abdelnur via atm) (13 years ago) +| |_|_|/ +|/| | | +* | | | f6d24536ba9e - Fix svn:ignore following integration of MR-279 and HDFS mavenization. (13 years ago) +* | | | d86f3183d937 - HDFS-2096. Mavenization of hadoop-hdfs. Contributed by Alejandro Abdelnur. (13 years ago) +* | | | 6ee5a73e0e91 - HADOOP-7264. Bump avro version to at least 1.4.1. Contributed by Alejandro Abdelnur (13 years ago) +* | | | 9a6122141aa5 - MAPREDUCE-2860. Fix log4j logging in the maven test cases. (mahadev) (13 years ago) +* | | | 1ac6c0c57f15 - Missing findbugs exclude file from MR-279 branch merge. (13 years ago) +* | | | fe87d6a08547 - MAPREDUCE-2854. update INSTALL with config necessary run mapred on yarn. (thomas graves via mahadev) (13 years ago) +* | | | a027cbf7ce9b - HADOOP-7555. Add a eclipse-generated files to .gitignore. (atm) (13 years ago) +* | | | 42b49c2b6ddc - Updating CHANGES.txt to reflect fixes from MR-279 branch that came into trunk when merging the two of them. (13 years ago) +* | | | dbecbe5dfe50 - MAPREDUCE-279. MapReduce 2.0. Merging MR-279 branch into trunk. Contributed by Arun C Murthy, Christopher Douglas, Devaraj Das, Greg Roelofs, Jeffrey Naisbitt, Josh Wills, Jonathan Eagles, Krishna Ramachandran, Luke Lu, Mahadev Konar, Robert Evans, Sharad Agarwal, Siddharth Seth, Thomas Graves, and Vinod Kumar Vavilapalli. (13 years ago) +* | | | dd86860633d2 - HDFS-2260. Refactor BlockReader into an interface and implementation. Contributed by Todd Lipcon. (13 years ago) +* | | | cc875f0124d1 - DFS-1257. Fix a race condition on BlockManager.recentInvalidateSets. Contributed by Eric Payne (13 years ago) +* | | | b09446516813 - HDFS-2265. Remove unnecessary BlockTokenSecretManager fields/methods from BlockManager. (13 years ago) +* | | | 9c7e27cd2dea - HADOOP-7493. Add ShortWritable. Constributed by Uma Maheswara Rao G (13 years ago) +* | | | 86ef57ff0790 - HADOOP-7536. Correct the dependency version regressions introduced in HADOOP-6671. Contributed by Alejandro Abdelnur. (13 years ago) +| |_|/ +|/| | +* | | e5508496dcf8 - HADOOP-7545. Common -tests JAR should not include properties and configs. Contributed by Todd Lipcon. (13 years ago) +* | | 2ab3433e0edb - HDFS-2233. Add WebUI tests with URI reserved chars. Contributed by Eli Collins (13 years ago) +* | | b2b976a03b3e - Fixed bad commit for MAPREDUCE-901. (13 years ago) +* | | cb98b8185118 - MAPREDUCE-2727. Fix divide-by-zero error in SleepJob for sleepCount equals 0. Contributed by Jeffrey Naisbitt. (13 years ago) +* | | a464402cb806 - MAPREDUCE-2839. Fixed TokenCache to get delegation tokens using both new and old apis. Contributed by Siddharth Seth. (13 years ago) +* | | 2cd4c6ad6df1 - MAPREDUCE-2541. Fixed a race condition in IndexCache.removeMap. Contributed by Binglin Chang. (13 years ago) +* | | 24676e8c2ef4 - MAPREDUCE-901. Efficient framework counters. Contributed by Luke Lu. (13 years ago) +* | | 989c5e90a58d - MAPREDUCE-2037. Capture intermediate progress, CPU and memory usage for tasks. Contributed by Dick King. (13 years ago) +* | | ded6f225a555 - MAPREDUCE-2837. Ported bug fixes from y-merge to prepare for MAPREDUCE-279 merge. (13 years ago) +* | | 504b801ca0e7 - HDFS-73. DFSOutputStream does not close all the sockets. Contributed by Uma Maheswara Rao G (13 years ago) +* | | 7d612e93253d - HADOOP-7529. Fix lock cycles in metrics system. (llu) (13 years ago) +* | | d5ef72e8c181 - HDFS-2240. Fix a deadlock in LeaseRenewer by enforcing lock acquisition ordering. (13 years ago) +* | | 1c2ab728f581 - HDFS-2186. DN volume failures on startup are not counted. Contributed by Eli Collins (13 years ago) +* | | 8061bb59c026 - Fix HDFS-2235 FI test failure. (13 years ago) +* | | 4673ab17b0d1 - HDFS-2235. Encode servlet paths. Contributed by Eli Collins (13 years ago) +* | | a9a4f25762bb - MAPREDUCE-2187 - Missed adding the file (13 years ago) +* | | 96a87ae7b06a - HADOOP-7531. Add servlet util methods for handling paths in requests. Contributed by Eli Collins (13 years ago) +* | | 961bae4ec599 - Fix bad import in HADOOP-615. (13 years ago) +* | | 28fd74c4cca5 - HADOOP-7526. Add TestPath tests for URI conversion and reserved characters. Contributed by Eli Collins (13 years ago) +* | | 7153d50108b4 - HADOOP-6622. Token should not print the password in toString. (13 years ago) +* | | fdd81b222437 - HADOOP-6158. Move CyclicIteration to HDFS. Contributed by Eli Collins (13 years ago) +* | | 1dd48b1aee23 - HDFS-2229. Fix a deadlock in namenode by enforcing lock acquisition ordering. (13 years ago) +* | | 752885319764 - HADOOP-7357. hadoop.io.compress.TestCodec#main() should exit with non-zero exit code if test failed. Contributed by Philip Zeyliger (13 years ago) +* | | ba0b61cf39a7 - HADOOP-7512. Fix example mistake in WritableComparable javadocs. Contributed by Harsh J (13 years ago) +* | | 3228351856ae - MAPREDUCE-2489. Jobsplits with random hostnames can make the queue unusable (jeffrey naisbit via mahadev) (13 years ago) +* | | 86195ceb18a0 - HADOOP-7499. Add method for doing a sanity check on hostnames in NetUtils. (Jeffrey Naisbit via mahadev) (13 years ago) +* | | 5c8f4964cd1f - HADOOP-7533. Allow test-patch to be run from any subproject directory. (13 years ago) +* | | 5b7c0b6a451b - MAPREDUCE-2805. Update RAID for HDFS-2241. (13 years ago) +* | | 6a7c0306bd9a - HDFS-2245. Fix a NullPointerException in BlockManager.chooseTarget(..). (13 years ago) +* | | cde987996ae7 - HDFS-2237. Change UnderReplicatedBlocks from public to package private. (13 years ago) +* | | ef223e8e8e1e - HDFS-2241. Remove implementing FSConstants interface to just get the constants from the interface. Contributed by Suresh Srinivas. (13 years ago) +* | | 2a990ed646b1 - HADOOP-7472. RPC client should deal with IP address change. Contributed by Kihwal Lee. (13 years ago) +* | | 2d653c994c08 - MAPREDUCE-2797. Update mapreduce tests and RAID for HDFS-2239. (13 years ago) +* | | 5d5b1c6c10c6 - HDFS-2239. Reduce access levels of the fields and methods in FSNamesystem. (13 years ago) +* | | eb6e44b1ba58 - HDFS-2227. getRemoteEditLogManifest should pull its information from FileJournalManager during checkpoint process. Contributed by Ivan Kelly and Todd Lipcon. (13 years ago) +* | | 27b66e2bba57 - HADOOP-7525. Make arguments to test-patch optional. (13 years ago) +* | | 0a2b40fad592 - HADOOP-7528. Maven build fails in Windows. Contributed by Alejandro Abdelnur. (13 years ago) +* | | a523fbdb6cc6 - HDFS-2230. Fix ivy conf to resolve/retrieve latest common-tests jar published by hadoop common maven build. (gkesavan) (13 years ago) +* | | 498e29010361 - HDFS-2238. In NamenodeFsck.toString(), uses StringBuilder.(..) instead of string concatenation. Contributed by Uma Maheswara Rao G (13 years ago) +* | | 371f4a590593 - HDFS-2228. Move block and datanode code from FSNamesystem to BlockManager and DatanodeManager. (szetszwo) (13 years ago) +* | | 8dc420ba36e7 - HADOOP-7523. Test org.apache.hadoop.fs.TestFilterFileSystem fails due to java.lang.NoSuchMethodException. Contributed by John Lee. (13 years ago) +* | | 62f27b57299b - Edit change log entry for HDFS-2225 by request of Nicholas (13 years ago) +* | | 3864369a58d6 - HADOOP-7520. Fix to add distribution management info to hadoop-main. Contributed by Alejandro Abdelnur (13 years ago) +* | | ca4b2f108ab1 - HADOOP-7515. test-patch reports the wrong number of javadoc warnings. (13 years ago) +* | | a61b24a6da4e - HDFS-2226. Clean up counting of operations in FSEditLogLoader. Contributed by Todd Lipcon. (13 years ago) +* | | acd3ab521f95 - Fix svn:ignore properties following HADOOP-6671. (13 years ago) +* | | e639c3357bcc - HADOOP-7445. Implement bulk checksum verification using efficient native code. Contributed by Todd Lipcon. (13 years ago) +* | | 7fac946ac983 - HDFS-2108. Move datanode heartbeat handling from namenode package to blockmanagement package. (13 years ago) +* | | 23762da4fa17 - HDFS-2225. Refactor file management so it's not in classes which should be generic. Contributed by Ivan Kelly. (13 years ago) +* | | 53190cfa1d43 - HDFS-2187. Make EditLogInputStream act like an iterator over FSEditLogOps. Contributed by Ivan Kelly and Todd Lipcon. (13 years ago) +* | | 924ed1366436 - HDFS-2196. Make ant build system work with hadoop-common JAR generated by Maven. Fix for fusedfs contributed by szetszwo (13 years ago) +| |/ +|/| +* | 703b5f412c88 - MAPREDUCE-2705. Permits parallel multiple task launches. Contributed by Thomas Graves. (13 years ago) +* | 44b7e0311454 - MAPREDUCE-2705. Permits parallel multiple task launches. Contributed by Thomas Graves. (13 years ago) +* | 2025d4e032a9 - HADOOP-7508. Compiled nativelib is in wrong directory and it is not picked up by surefire setup. Contributed by Alejandro Abdelnur. (13 years ago) +* | 2db9aab9d740 - HADOOP-7501. Publish Hadoop Common artifacts (post HADOOP-6671) to Apache SNAPSHOTs repo. Contributed by Alejandro Abdelnur (13 years ago) +* | 12e09b229f55 - HADOOP-7502. Make generated sources IDE friendly. (Alejandro Abdelnur via llu) (13 years ago) +* | 102b94d3a850 - MAPREDUCE-2760. mapreduce.jobtracker.split.metainfo.maxsize typoed in mapred-default.xml. Contributed by Todd Lipcon (13 years ago) +* | 44501d88e2a9 - MAPREDUCE-2741. Make ant build system work with hadoop-common JAR generated by Maven. Contributed Alejandro Abdelnur. (13 years ago) +* | b71b47079ece - HDFS-2196. Make ant build system work with hadoop-common JAR generated by Maven. Contributed by Alejandro Abdelnur (13 years ago) +* | ddc3f5d10532 - Reinstate common/src/test/bin (used by externals) which was mistakenly deleted in HADOOP-6671 commit. (13 years ago) +* | 0f6dfeeacbab - HADOOP-6671. Use maven for hadoop common builds. Contributed by Alejandro Abdelnur. (13 years ago) +* | 9bac807cedbc - MAPREDUCE-2187. Reporter sends progress during sort/merge. Contributed by Anupam Seth. (13 years ago) +* | 22f232bce21d - MAPREDUCE-2740. MultipleOutputs in new API creates needless TaskAttemptContexts. Contributed by Todd Lipcon. (13 years ago) +* | 54860d86abf6 - HADOOP-7178. Add a parameter, useRawLocalFileSystem, to copyToLocalFile(..) in FileSystem. Contributed by Uma Maheswara Rao G (13 years ago) +* | 7e18c90d396e - MAPREDUCE-2243. Close streams propely in a finally-block to avoid leakage in CompletedJobStatusStore, TaskLog, EventWriter and TotalOrderPartitioner. Contributed by Devaraj K (13 years ago) +* | d68e38b78d96 - HDFS-2199. Move blockTokenSecretManager from FSNamesystem to BlockManager. Contributed by Uma Maheswara Rao G (13 years ago) +|/ +* 8390152d0830 - HDFS-2202. Add a new DFSAdmin command to set balancer bandwidth of datanodes without restarting. Contributed by Eric Payne (13 years ago) +* 8830af00eeaa - HADOOP-7491. hadoop command should respect HADOOP_OPTS when given a class name. Contributed by Eli Collins (13 years ago) +* 28e6a4e44a3e - HDFS-1073. Redesign the NameNode's storage layout for image checkpoints and edit logs to introduce transaction IDs and be more robust. Contributed by Todd Lipcon and Ivan Kelly. (13 years ago) +* c58366acd1d0 - HADOOP-7468 hadoop-core JAR contains a log4j.properties file. (13 years ago) +* 0643a590d802 - MAPREDUCE-2127. mapreduce trunk builds are filing on hudson. Contributed by Bruno Mahé (13 years ago) +* 817df4d5d368 - HADOOP-7474. Refactor ClientCache out of WritableRpcEngine. Contributed by jitendra. (13 years ago) +* 44320eed1732 - HDFS-2212. Refactor double-buffering code out of EditLogOutputStreams. Contributed by Todd Lipcon (13 years ago) +* 60c41c55e732 - MAPREDUCE-2463. Job history files are not moved to done folder when job history location is hdfs. Contributed by Devaraj K (13 years ago) +* ffbe9e5972bf - HDFS-2195. Refactor StorageDirectory to not be an non-static inner class. Contributed by Todd Lipcon (13 years ago) +* 6f1ef980ded0 - HDFS-1981. NameNode does not saveNamespace() when editsNew is empty. Contributed by Uma Maheswara Rao G. (13 years ago) +* 0850205088c8 - HADOOP-7378. Add -d option to ls to not expand directories. Contributed by Daryn Sharp. (13 years ago) +* c4f7d2f01547 - HDFS-2210. Remove hdfsproxy. Contributed by Eli Collins (13 years ago) +* 5dbd26f2c7ac - HADOOP-7485. Add -h option to ls to list file sizes in human readable format. Contributed by XieXianshan. (13 years ago) +* b60772c47dda - HDFS-2198. Remove hardcoded configuration keys. Contributed by Suresh Srinivas. (13 years ago) +* 4a535823a77d - Fix a typo in CHANGE.txt: MAPREDUCE-2723 should be MAPREDUCE-2732. (13 years ago) +* f3f90295770c - Temporarily disable NameNodeRaidTestUtil.getDatanodeMap(..) for MAPREDUCE-2711. (13 years ago) +* d356d6447916 - MAPREDUCE-2723. Remove directly accessing FSNamesystem.LOG from TestCopyFiles and TestDistCh. (13 years ago) +* 0b12cc822ddd - HDFS-2200. Change FSNamesystem.LOG to package private. (13 years ago) +* 969a263188f7 - HDFS-2191. Move datanodeMap from FSNamesystem to DatanodeManager. (13 years ago) +* 438c32aaf9fb - HDFS-2149. Move EditLogOp serialization formats into FsEditLogOp implementations. Contributed by Ivan Kelly. (13 years ago) +* 60e4947cc793 - HADOOP-6385. dfs should support -rmdir (was HDFS-639). Contributed by Daryn Sharp. (13 years ago) +* 01cd616d170d - HDFS-2180. Refactor NameNode HTTP server into new class. Contributed by Todd Lipcon. (13 years ago) +* d2b31fe25f34 - HDFS-2144. If SNN shuts down during initialization it does not log the cause. (Ravi Prakash via atm) (13 years ago) +* e8f12457c145 - MAPREDUCE-2602. Allow setting of end-of-record delimiter for TextInputFormat for the old API. Contributed by Ahmed Radwan. (13 years ago) +* ef6110e94d38 - MAPREDUCE-2622. Remove the last remaining reference to the deprecated configuration "io.sort.mb". Contributed by Harsh J Chouraria. (13 years ago) +* db9d8333b4b9 - HADOOP-7438. Fix deprecated warnings from hadoop-daemon.sh script. Contributed by Ravi Prakash. (13 years ago) +* 672064500c9c - HADOOP-7298. Add test utility for writing multi-threaded tests. Contributed by Todd Lipcon and Harsh J Chouraria. (13 years ago) +* 85461fb0fa36 - HADOOP-7463. Adding a configuration parameter to SecurityInfo interface. (mahadev) (13 years ago) +* 00b526a146f1 - MAPREDUCE-2575. TestMiniMRDFSCaching fails if test.build.dir is set to something other than build/test (Thomas Graves via mahadev) (13 years ago) +* c316d43a0a9e - HDFS-1776 Bug in Bug in Concat code. Contributed by Bharath Mundlapudi (13 years ago) +* 598b85c9e22d - HDFS-1739. Add available volume size to the error message when datanode throws DiskOutOfSpaceException. Contributed by Uma Maheswara Rao G (13 years ago) +* 89537b7710b2 - HDFS-2112. Move ReplicationMonitor to block management. Contributed by Uma Maheswara Rao G (13 years ago) +* ad3f694261ab - HDFS-2116. Use Mokito in TestStreamFile and TestByteRangeInputStream. Contributed by Plamen Jeliazkov. (13 years ago) +* 184ff33de559 - HADOOP-7460. Support pluggable trash policies. Contributed by Usman Masoon. (13 years ago) +* 233a7aa34f37 - HDFS-2167. Move dnsToSwitchMapping and hostsReader from FSNamesystem to DatanodeManager. (13 years ago) +* c187bdc0a28e - HDFS-2156. Make hdfs and mapreduce rpm only depend on the same major version for common and hdfs. (eyang via omalley) (13 years ago) +* 3810266eaeb9 - MAPREDUCE-2409. DistributedCache maps files and archives to the same path, despite semantic incompatibility. Contributed by Siddharth Seth (13 years ago) +* 08928d067bb9 - HDFS-2114. re-commission of a decommissioned node does not delete excess replicas. Contributed by John George. (13 years ago) +* ee39160ab4d4 - HADOOP-7111. Several TFile tests failing when native libraries are present. (atm) (13 years ago) +* cda43d71be5f - HDFS-1774. Small optimization to FSDataset. Contributed by Uma Maheswara Rao G (13 years ago) +* 54c5bf2b8c9f - Correct way to temporarily disable TestBlockPlacementPolicyRaid for MAPREDUCE-2711. (13 years ago) +* cabec474e0f4 - Revert r1148400 for MAPREDUCE-2711. (13 years ago) +* 2614f6e66b1c - Temporarily disable TestBlockPlacementPolicyRaid for MAPREDUCE-2711. (13 years ago) +* f5690f57ed4d - MAPREDUCE-2710. Update JobSubmitter.printTokens(..) for HDFS-2161. (13 years ago) +* 710e5a960e8a - HDFS-2161. Move createNamenode(..), createClientDatanodeProtocolProxy(..) and Random object creation to DFSUtil; move DFSClient.stringifyToken(..) to DelegationTokenIdentifier. (13 years ago) +* 6c0cb4d15179 - HDFS-2141. Remove NameNode roles Active and Standby (they become states of the namenode). Contributed by Suresh Srinivas. (13 years ago) +* c3f6575ca44e - HDFS-2147. Move cluster network topology to block management and fix some javac warnings. (13 years ago) +* 2a49e1a3a44c - MAPREDUCE-2623. Update ClusterMapReduceTestCase to use MiniDFSCluster.Builder. Contributed by Harsh J Chouraria (13 years ago) +* 81001b87c128 - HDFS-2157. Improve header comment in o.a.h.hdfs.server.namenode.NameNode. Contributed by Aaron T. Myers (13 years ago) +* d3b2f68050bb - HADOOP-2081. Configuration getInt, getLong, and getFloat replace invalid numbers with the default value. Contributed by Harsh J (13 years ago) +* 845889384b66 - HADOOP-7471. The saveVersion.sh script sometimes fails to extract SVN URL. Contributed by Alejandro Abdelnur (13 years ago) +* 0a84abfed08c - HADOOP-7434. Display error when using "daemonlog -setlevel" with illegal level. Contributed by yanjinshuang (13 years ago) +* 8a77d0b2898e - HDFS-2143. Federation: In cluster web console, add link to namenode page that displays live and dead datanodes. Contributed by Ravi Prakash. (13 years ago) +* 341b4a444efb - HADOOP-7465. A several tiny improvements for the LOG format. Contributed by Xie Xianshan (13 years ago) +* eaa0638c12d4 - HDFS-2152. TestWriteConfigurationToDFS causing the random failures. (Uma Maheswara Rao G via atm) (13 years ago) +* c163455df487 - HDFS-2159. Deprecate DistributedFileSystem.getClient() and fixed the deprecated warnings in DFSAdmin. (13 years ago) +* c09358082457 - HDFS-2153. Move DFSClientAdapter to test and fix some javac warnings in OfflineEditsViewerHelper. (13 years ago) +* 31f1a674e592 - HADOOP-7314. Add support for throwing UnknownHostException when a host doesn't resolve. Contributed by Jeffrey Naisbitt. (13 years ago) +* f582aa449210 - HDFS-2154. In TestDFSShell, use TEST_ROOT_DIR and fix some deprecated warnings. (13 years ago) +* 4f0dba41420f - HADOOP-7305. Eclipse project files are incomplete. Contributed by Niels Basjes (13 years ago) +* 4ea4eeca75b3 - MAPREDUCE-2365. Adding newer files. (13 years ago) +* c54c117407bc - HDFS-2120. on reconnect, DN can connect to NN even with different source versions. (John George via atm) (13 years ago) +* 4796e1adcb91 - MAPREDUCE-2365. Add counters to track bytes (read,written) via File(Input,Output)Format. Contributed by Siddharth Seth. (13 years ago) +* 8327e70be879 - HDFS-2140. Move Host2NodesMap to the blockmanagement package. (13 years ago) +* 422608d53ebd - MAPREDUCE-2670. Fixing spelling mistake in FairSchedulerServlet.java. Contributed by Eli Collins (13 years ago) +* d62523b4ad88 - HADOOP-7443. Add CRC32C as another DataChecksum implementation. Contributed by Todd Lipcon. (13 years ago) +* 22fa0e43e374 - HADOOP-7444. Add Checksum API to verify and calculate checksums "in bulk". Contributed by Todd Lipcon. (13 years ago) +* 654705b8820b - MAPREDUCE-2682. Add "mapred classpath" command to print classpath for MR applications. Contributed by vinodkv. (13 years ago) +* e2a53a37dd23 - MAPREDUCE-2680. Display queue name in job client CLI. (13 years ago) +* f57eaf39898b - MAPREDUCE-2679. Minor changes to sync trunk with MR-279 branch. (13 years ago) +* 13a26379ed25 - HDFS-2131. Add new tests for the -overwrite/-f option in put and copyFromLocal by HADOOP-7361. Contributed by Uma Maheswara Rao G (13 years ago) +* bf1b1b4ef799 - HADOOP-7457. Remove out-of-date Chinese language documentation. Contributed by Jakob Homan (13 years ago) +* 2c5dd549e31a - HDFS-1977. Stop using StringUtils.stringifyException(). Contributed by Bharath Mundlapudi. (13 years ago) +* faf8747e3e12 - HADOOP-7430. Improve error message when moving to trash fails due to quota issue. Contributed by Ravi Prakash. (13 years ago) +* 94f3b578efbd - HDFS-2054 BlockSender.sendChunk() prints ERROR for connection closures encountered during transferToFully() -- moved the change notice into 0.22 section (i'd originally committed it in trunk section) (13 years ago) +* 714edd65acb8 - HDFS-2054 BlockSender.sendChunk() prints ERROR for connection closures encountered during transferToFully() (13 years ago) +* fd5a762df0ec - MAPREDUCE-2400. Remove Cluster's dependency on JobTracker via a ServiceProvider for the actual implementation. Contributed by Tom White. (13 years ago) +* 224972e0558e - HADOOP-7324. Ganglia plugins for metrics v2. (Priyo Mustafi via llu) (13 years ago) +* 1ba3ddbe6d8f - HDFS-2132. Potential resource leak in EditLogFileOutputStream.close. (atm) (13 years ago) +* 12b8d9823d70 - Fix missing close paragraph tag in previous commit. (13 years ago) +* ad7cf36d5fd9 - MAPREDUCE-2606. Remove IsolationRunner. Contributed by Alejandro Abdelnur (13 years ago) +* 9e7e69e666ca - Add .launches to svn:ignore. (13 years ago) +* b9189f7b158f - HDFS-2134. Move DecommissionManager to the blockmanagement package. (13 years ago) +* e8eed98feb5a - HADOOP-7361. Provide an option, -overwrite/-f, in put and copyFromLocal shell commands. Contributed by Uma Maheswara Rao G (13 years ago) +* 6ec9b178c664 - HDFS-2034. Length in DFSInputStream.getBlockRange(..) becomes -ve when reading only from a currently being written block. Contributed by John George (13 years ago) +* 787dcfb8cd6e - MAPREDUCE-2596. [Gridmix] Summarize Gridmix runs. (amarrk) (13 years ago) +* 209fd3f9fc65 - HDFS-2111. Add tests for ensuring that the DN will start with a few bad data directories. Contributed by Harsh J Chouraria. (13 years ago) +* 86236dd6c4ed - MAPREDUCE-2249. Check the reflexive property of Counters objects when comparing equality. Contributed by Devaraj K. (13 years ago) +* 637cdaefc294 - HADOOP-7380. Add client failover functionality to o.a.h.io.(ipc|retry). Contributed by Aaron T. Myers (13 years ago) +* 473b18939027 - HADOOP-7449. Add Data(In,Out)putByteBuffer to work with ByteBuffer similar to Data(In,Out)putBuffer for byte[]. Merge from yahoo-merge branch, -r 1079163. Fix missing Apache license headers. Contributed by Chris Douglas. (13 years ago) +* f9e04d7544ff - HADOOP-7451. Generalize StringUtils#join. Contributed by Chris Douglas. (13 years ago) +* d381ff25f47b - HADOOP-7448. Merge from yahoo-merge branch -r 1079157 and -r 1079164: HttpServer /stacks servlet should use plain text content type, without escaping. Contributed by Luke Lu. (13 years ago) +* 96e62036bf1a - Added Data(In,Out)putByteBuffer to work with ByteBuffer similar to Data(In,Out)putBuffer for byte[]. Contributed by Chris Douglas. (13 years ago) +* 952d97048097 - HADOOP-7419. new hadoop-config.sh doesn't manage classpath for HADOOP_CONF_DIR correctly. Contributed by Bing Zheng and Todd Lipcon. (13 years ago) +* ff0511019cd7 - HADOOP-7327. FileSystem.listStatus() throws NullPointerException instead of IOException upon access permission failure. Contributed by Matt Foley. (13 years ago) +* 99f0b7d8cd01 - MAPREDUCE-2323. Add metrics to the fair scheduler. Contributed by Todd Lipcon. (13 years ago) +* d782c40d58b4 - HADOOP-7442. Docs in core-default.xml still reference deprecated config "topology.script.file.name" (atm) (13 years ago) +* b908c9eb0e01 - HADOOP-7440. HttpServer.getParameterValues throws NPE for missing parameters. Contributed by Uma Maheswara Rao G and Todd Lipcon. (13 years ago) +* d7f712cd4262 - HADOOP-7090. Fix resource leaks in s3.INode, BloomMapFile, WritableUtils and CBZip2OutputStream. Contributed by Uma Maheswara Rao G (13 years ago) +* 5c778cdee377 - HDFS-1990. Fix resource leaks in BlockReceiver.close(). Contributed by Uma Maheswara Rao G (13 years ago) +* 1e5e03c73c27 - HDFS-1753. Resource Leak in StreamFile. Contributed by Uma Maheswara Rao G (13 years ago) +* eadb1a032325 - Add .classpath, .project, build and build-fi to svn:ignore. (13 years ago) +* 6d9820ab3d6d - HADOOP-7437. IOUtils.copybytes will suppress the stream closure exceptions. Contributed by Uma Maheswara Rao G (13 years ago) +* 09c8adfb1815 - HDFS-2109. Store uMask as member variable to DFSClient.Conf. Contributed by Bharath Mundlapudi (13 years ago) +* 7bd41f031f38 - HDFS-2011. Removal and restoration of storage directories on checkpointing failure doesn't work properly. Contributed by Ravi Prakash. (13 years ago) +* 3af51887b40d - HDFS-2118. Couple dfs data dir improvements. Contributed by Eli Collins (13 years ago) +* 5147e283ad97 - HDFS-1955. FSImage.doUpgrade() was made too fault-tolerant by HDFS-1826. Contributed by Matt Foley. (13 years ago) +* f853b52a3b2d - HADOOP-7428. IPC connection is orphaned with null 'out' member. Contributed by Todd Lipcon (13 years ago) +* 8851db12a1c5 - Minor update to HDFS-2110. (13 years ago) +* ad95cb1f0d32 - Minor update to HADOOP-7429. (13 years ago) +* 61fa4153dc85 - MAPREDUCE-2624. Update RAID for HDFS-2107. (13 years ago) +* 09b6f98de431 - HDFS-2107. Move block management code from o.a.h.h.s.namenode to a new package o.a.h.h.s.blockmanagement. (13 years ago) +* 97b6ca4dd7d1 - Revert 1140913 and 1140909 for HDFS-2107. (13 years ago) +* d58e3efe9269 - Fix CHANGES.txt (HDFS-2106 should be HDFS-2107) and add NumberReplicas.java. (13 years ago) +* 1bcfe45e4777 - HDFS-2106. Move block management code from o.a.h.h.s.namenode to a new package o.a.h.h.s.blockmanagement. (13 years ago) +* 1834fb99f516 - HDFS-2053. Bug in INodeDirectory#computeContentSummary warning. Contributed by Michael Noll (13 years ago) +* 7663caab5a23 - HDFS-2110. StreamFile and ByteRangeInputStream cleanup. Contributed by Eli Collins (13 years ago) +* 3ebc992e588c - HADOOP-7429. Add another IOUtils#copyBytes method. Contributed by Eli Collins (13 years ago) +* f43e0ffa7ebf - HDFS-1723. quota errors messages should use the same scale. (Jim Plush via atm) (13 years ago) +* b866ff64d9bf - HADOOP-310. Additional constructor requested in BytesWritable. (Brock Noland via atm) (13 years ago) +* 9c83d16c81df - HADOOP-7329. Add the capability of getting invividual attribute of a mbean using JMXProxyServlet. (tanping) (13 years ago) +* 604383b22dc2 - HDFS-1381. HDFS javadocs hard-code references to dfs.namenode.name.dir and dfs.datanode.data.dir parameters (Jim Plush via atm) (13 years ago) +* 8014dfa1dba6 - HADOOP-7206. Support Snappy compression. Contributed by Issei Yoshida and Alejandro Abdelnur (13 years ago) +* 6894edebd96a - HDFS-1321. If service port and main port are the same, there is no clear log message explaining the issue. (Jim Plush via atm) (13 years ago) +* d09e2475b61b - MAPREDUCE-2620. Update RAID for HDFS-2087. (13 years ago) +* 4c4eed13d5c3 - HDFS-2082. SecondaryNameNode web interface doesn't show the right info. Contributed by Aaron T. Myers. (13 years ago) +* 75de23c0d383 - Revert commit 1137690 (HADOOP-7206) (13 years ago) +* c37819c08aab - Revert commit 1137724 (HADOOP-7407) (13 years ago) +* 2f48fae72aa5 - HDFS-2087. Declare methods in DataTransferProtocol interface, and change Sender and Receiver to implement the interface. (13 years ago) +* 1191be630ff0 - HADOOP-7385 Remove StringUtils.stringifyException(ie) in logger functions. Contributed by Bharath Mundlapudi. (13 years ago) +* fd9997989c1f - HDFS-2092. Remove some object references to Configuration in DFSClient. Contributed by Bharath Mundlapudi (13 years ago) +* 42863b9bafb9 - HDFS-2086. If the include hosts list contains host names, after restarting namenode, data nodes registration is denied. Contributed by Tanping Wang. (13 years ago) +* 15e68cb37427 - HDFS-2083 Query JMX statistics over http via JMXJsonServlet. (tanping) (13 years ago) +* c7c8f2fe48d3 - MAPREDUCE-2603. Disable High-Ram emulation in system tests. (Vinay Kumar Thota via amarrk) (13 years ago) +* a851ce5dcbf0 - HDFS-2100. Improve TestStorageRestore. Contributed by Aaron T. Myers. (13 years ago) +* 3f190b3e1acc - HDFS-1568. Improve the log messages in DataXceiver. Contributed by Joey Echeverria (13 years ago) +* 92aba1eeca8d - HADOOP-7407. Snappy integration breaks HDFS build. Contributed by Alejandro Abdelnur. (13 years ago) +* 7e1e4bf50fa8 - HADOOP-7206. Integrate Snappy compression. Contributed by T Jake Luciani. (13 years ago) +* e45025c7ce85 - HDFS-420. Fuse-dfs should cache fs handles. Contributed by Brian Bockelman and Eli Collins (13 years ago) +* 47b416b34617 - HADOOP-7402. TestConfiguration doesn't clean up after itself. Contributed by Aaron T. Myers (13 years ago) +* 5f81b0f4216a - MAPREDUCE-2550. Fix bin/mapred to work properly from within a source checkout. Contributed by Eric Yang. (13 years ago) +* 7964df9c9444 - HDFS-1734. 'Chunk size to view' option is not working in Name Node UI. Contributed by Uma Maheswara Rao G. (13 years ago) +* 58dc1381e0f2 - HDFS-1692. In secure mode, Datanode process doesn't exit when disks fail. Contributed by Bharath Mundlapudi. (13 years ago) +* 9185f8b003d1 - HDFS-2055. Add hflush support to libhdfs. Contributed by Travis Crawford (13 years ago) +* 01a407d9df0e - HDFS-1656. Fixes an issue to do with fetching of delegation tokens in HftpFileSystem. Contributed by Kan Zhang. (13 years ago) +* 3361e76e305d - Moved HDFS-1359 and HDFS-1439 description under trunk. (13 years ago) +* c52787d2877a - MAPREDUCE-2576. Typo in comment in SimulatorLaunchTaskAction.java. Contributed by Tim Sell. (13 years ago) +* f5c604f49c55 - HADOOP-6929. RPC should have a way to pass Security information other than protocol annotations. (sharad and omalley via mahadev) (13 years ago) +* 53268e215592 - HDFS-2073. Add @Override annotation to NameNode. Contributed by Suresh Srinivas. (13 years ago) +* 4c290b51fae5 - HADOOP-7377. Fix command name handling affecting DFSAdmin. Contributed by Daryn Sharp. (13 years ago) +* 7728f03f0861 - HADOOP-7379. Add the ability to serialize and deserialize protocol buffers in ObjectWritable. Contributed by Todd Lipcon. (13 years ago) +* de5bf9d5caf4 - HADOOP-7390. VersionInfo not generated properly in git after unsplit. (todd via atm) (13 years ago) +* 6a3963cc8b4c - HDFS-2071. Use of isConnected() in DataXceiver is invalid. Contributed by Kihwal Lee. (13 years ago) +* f7c0c44de217 - Move HDFS-941 to 0.22 section of CHANGES.txt since it was voted to go into that branch as well. (13 years ago) +* b1f806ab2c34 - HDFS-1942. Datanode must exist when all the block pool service threads exit. Contributed by Bharath Mundlapudi. (13 years ago) +* a732ab380472 - MAPREDUCE-2107. [Gridmix] Total heap usage emulation in Gridmix. (Amar Kamat and Ravi Gummadi via amarrk) (13 years ago) +* c33c7fab2c51 - HADOOP-7389. Use of TestingGroups by tests causes subsequent tests to fail. Contributed by Aaron T. Myers. (13 years ago) +* 3d795b6ab4c6 - Amend commit of HADOOP-7384 to include svn:executable bit on smart-apply-patch.sh (13 years ago) +* b05f2bf168ad - HADOOP-7384. Allow test-patch to be more flexible about patch format. Contributed by Todd Lipcon. (13 years ago) +* 7f0064e81bce - MAPREDUCE-2563. [Gridmix] Add High-Ram emulation system tests to Gridmix. (Vinay Kumar Thota via amarrk) (13 years ago) +* 3fd40ae8d0b4 - MAPREDUCE-2106. [Gridmix] Cumulative CPU usage emulation in Gridmix. (amarrk) (13 years ago) +* 667c400245dc - HADOOP-6605. Add JAVA_HOME detection to hadoop-config. Contributed by Eli Collins (13 years ago) +* b1b631516e72 - HDFS-2046. Force entropy to come from non-true random for tests. Contributed by Todd Lipcon. (13 years ago) +* bea78518dc16 - Remove svn:ignore and svn:mergeinfo from hadoop/common/trunk/. (13 years ago) +* 87fee9cb2a3e - MAPREDUCE-2588. Change raid to the new DataTransferProtocol API. (13 years ago) +* adfa76a8a1c5 - Add HADOOP-7106 to CHANGES.txt for trunk. (13 years ago) +* a196766ea077 - HADOOP-7106. Reorganize SVN layout to combine HDFS, Common, and MR in a single tree (project unsplit) (13 years ago) +* a285fb5effe9 - HADOOP-7374. Don't add tools.jar to the classpath when running Hadoop. Contributed by Eli Collins (13 years ago) +* b39e5f93f57b - HADOOP-7383. HDFS needs to export protobuf library dependency in pom. Contributed by Todd Lipcon (13 years ago) +* 50688744ba4c - HADOOP-7375. Add resolvePath method to FileContext. Contributed by Sanjay Radia (13 years ago) +* 245c62881937 - HADOOP-1886. Undocumented parameters in FilesSystem. Contributed by Frank Conrad (13 years ago) +* 8576c3984b78 - HADOOP-7323. Add capability to resolve compression codec based on codec name. Contributed by Alejandro Abdelnur. (13 years ago) +* cde5b33ba263 - HADOOP-7356. RPM packages broke bin/hadoop script in developer environment. Contributed by Eric Yang. (13 years ago) +* 8336b05ec89a - HADOOP-7325. The hadoop command should not accept class names starting with a hyphen. Contributed by Brock Noland. (13 years ago) +* 44a35b5d9acc - HADOOP-7353. Cleanup FsShell and prevent masking of RTE stack traces. Contributed by Daryn Sharp. (13 years ago) +* 0bcd7e9f865a - HADOOP-7335. Force entropy to come from non-true random for tests. Contributed by Todd Lipcon (13 years ago) +* a7a3653b7006 - HADOOP-7341. Fix options parsing in CommandFormat. Contributed by Daryn Sharp. (13 years ago) +* a94b6a0529a8 - HADOOP-7342. Add an utility API in FileUtil for JDK File.list avoid NPEs on File.list(). Contributed by Bharath Mundlapudi. (13 years ago) +* babd19de331c - HADOOP-7144. Expose JMX metrics via JSON servlet. Contributed by Robert Joseph Evans (13 years ago) +* 01b83a1e32b6 - HADOOP-7316. Add public javadocs to FSDataInputStream and FSDataOutputStream. Contributed by Eli Collins (13 years ago) +* 90a926261184 - HADOOP-7346. Send back nicer error message to clients using outdated IPC version. Contributed by Todd Lipcon. (13 years ago) +* 1e8c213e18f6 - HADOOP-7331. Make hadoop-daemon.sh return exit code 1 if daemon processes did not get started. Contributed by Tanping Wang. (13 years ago) +* 8ed5d3421492 - HADOOP-7349. HADOOP-7121 accidentally disabled some tests in TestIPC. Contributed by Todd Lipcon. (13 years ago) +* 3c863fada439 - HADOOP-7351 Regression: HttpServer#getWebAppsPath used to be protected so subclasses could supply alternate webapps path but it was made private by HADOOP-6461 -- Fix commit message; I'd put it in wrong location under 'new features' rather than under 'bugs' (13 years ago) +* f4598b3f084c - HADOOP-7351 Regression: HttpServer#getWebAppsPath used to be protected so subclasses could supply alternate webapps path but it was made private by HADOOP-6461 (13 years ago) +* 01b24a077ad2 - HADOOP-7355 Add audience and stability annotations to HttpServer class (13 years ago) +* 3db6c4a94448 - HADOOP-7284 Trash and shell's rm does not work for viewfs (13 years ago) +* e05a6d1dce1b - HADOOP-7121. Exceptions while serializing IPC call responses are not handled well. Contributed by Todd Lipcon. (13 years ago) +* fe45b6ed79db - HADOOP-7336. TestFileContextResolveAfs will fail with default test.build.data property. (13 years ago) +* b0c968e2b9a8 - HADOOP-7208. Fix implementation of equals() and hashCode() in StandardSocketFactory. Contributed by Uma Maheswara Rao G. (13 years ago) +* 0317cf74cd83 - HADOOP-7337. Change PureJavaCrc32 annotations to public stable. (13 years ago) +* 5ec9e9e0a213 - HADOOP-7276. Hadoop native builds fail on ARM due to -m32. Contributed by Trevor Robinson (13 years ago) +* 6891b254f46a - HADOOP-7333. Performance improvement in PureJavaCrc32. Contributed by Eric Caspole. (13 years ago) +* dec6fcdb007a - HADOOP-6255. Create RPM and Debian packages for common. Changes deployment layout to be consistent across the binary tgz, rpm, and deb. Adds setup scripts for easy one node cluster configuration and user creation. (Eric Yang via omalley) (13 years ago) +* 7df9a15ea68b - HADOOP-7312. Update value of hadoop.common.configuration.version. Contributed by Harsh J Chouraria. (13 years ago) +* 2f6c03ad5472 - HADOOP-7146. RPC server leaks file descriptors. Contributed by Todd Lipcon. (13 years ago) +* 42a185b57d31 - HADOOP-7322. Adding a util method in FileUtil for directory listing, avoid NPEs on File.listFiles(). Contributed by Bharath Mundlapudi. (13 years ago) +* e79d8afcd057 - Revert HADOOP-7284 (r1127642) since it broke the HDFS build. (13 years ago) +* 1596a106e4db - HADOOP-7284 Trash and shell's rm does not work for viewfs (Sanjay Radia) (13 years ago) +* 77b4fd6572d6 - HADOOP-7320. Refactor the copy and move commands to conform to new FsCommand class. Contributed by Daryn Sharp. (13 years ago) +* a7ce0bbf8aef - HADOOP-7329. Improve help message for "df" to include "-h" flag. Contributed by Xie Xianshan. (13 years ago) +* 1e7fd0c23c34 - HADOOP-7258. The Gzip codec should not return null decompressors. (omalley) (13 years ago) +* f8841bea4df8 - HADOOP-7287. Configuration deprecation mechanism doesn't work properly for GenericOptionsParser and Tools. Contributed by Aaron T. Myers. (13 years ago) +* 18ac8283b66b - HADOOP-7318. MD5Hash factory should reset the digester it returns. Contributed by Todd Lipcon (13 years ago) +* 088693f0a025 - HADOOP-7302. webinterface.private.actions should be renamed and moved to the MapReduce project. Contributed by Ari Rabkin. (13 years ago) +* 4977f4bfe34f - HADOOP-7306. Start metrics system even if config files are missing. Contributed by Luke Lu. (13 years ago) +* 2a0bbd997927 - HADOOP-7305. Eclipse project classpath should include tools.jar from JDK. Contributed by Niels Basjes. (13 years ago) +* da15b2118c7d - HADOOP-6832. Add an authentication plugin using a configurable static user for the web UI. Contributed by Owen O'Malley and Todd Lipcon (13 years ago) +* ef543e386daa - HADOOP-7137. Remove hod contrib docs. Contributed by Nigel Daley (13 years ago) +* 14fd85cdc576 - HADOOP-7301. FSDataInputStream should expose a getWrappedStream method. Contributed by Jonathan Hsieh (13 years ago) +* d1eaaf30e215 - HADOOP-7300. Configuration methods that return collections are inconsistent about mutability. Contributed by Todd Lipcon. (13 years ago) +* 31a77f91cf34 - HADOOP-7282. ipc.Server.getRemoteIp() may return null. Contributed by John George (13 years ago) +* 2e6063b00694 - HADOOP-7296. The FsPermission(FsPermission) constructor does not use the sticky bit. Contributed by Siddharth Seth (13 years ago) +* af8be47f26d8 - HADOOP-7292. Fix racy test case TestSinkQueue. Contributed by Luke Lu. (13 years ago) +* b04fb035ece4 - HADOOP-7286. Refactor the du/dus/df commands to conform to new FsCommand class. Contributed by Daryn Sharp. (13 years ago) +* 4d205d50f668 - HADOOP-7291. Remove spurious call to runTestContrib. Contributed by Eli Collins (13 years ago) +* 30fa80d65c85 - HADOOP-7291. Update Hudson job not to run test-contrib. Contributed by Nigel Daley (13 years ago) +* a97d6d9cf0ec - Reverting the change r1102914 for HADOOP-7291 to fix build issues. (13 years ago) +* 1e0cc178c73b - HADOOP-7192. Update fs -stat docs to reflect the format features. Contributed by Harsh J Chouraria. (13 years ago) +* 8f57b5102ad9 - HADOOP-7289. In ivy.xml, test conf should not extend common conf. Contributed by Eric Yang (13 years ago) +* 5b456040c7f0 - HADOOP-7291. Update Hudson job not to run test-contrib. Contributed by Nigel Daley (13 years ago) +* a7bf5857274c - HADOOP-7290. Unit test failure in TestUserGroupInformation.testGetServerSideGroups. Contributed by Trevor Robison (13 years ago) +* a8a336b1b508 - HADOOP-7285. Refactor the test command to conform to new FsCommand class. Contributed by Daryn Sharp. (13 years ago) +* f23cc5b8c12d - HADOOP-7137. Remove hod contrib. Contributed by Nigel Daley (13 years ago) +* 65117781ec6c - HADOOP-7189. Add ability to enable debug property in JAAS configuration. Contributed by Ted Yu. (13 years ago) +* 7f77fad79af0 - HADOOP-7267. Refactor the rm/rmr/expunge commands to conform to new FsCommand class. Contributed by Daryn Sharp (13 years ago) +* cd2079f0e4aa - HADOOP-7237. Refactor the touchz commands to conform to new FsCommand class. Contributed by Daryn Sharp (13 years ago) +* 4aa51ca6f9ba - HADOOP-7275. Refactor the stat commands to conform to new FsCommand class. Contributed by Daryn Sharp (13 years ago) +* 610cc32c7af7 - HADOOP-7068. Ivy resolve force mode should be turned off by default. Contributed by Luke Lu. (13 years ago) +* e2da258a1635 - HADOOP-7214. Add Common functionality necessary to provide an equivalent of /usr/bin/groups for Hadoop. Contributed by Aaron T. Myers. (13 years ago) +* 8a2b40d07262 - HADOOP-6920. Metrics instrumentation to move new metrics2 framework. Contributed by Luke Lu. (13 years ago) +* c0d70530b173 - HADOOP-7272. Remove unnecessary security related info logs. Contributed by Suresh Srinivas. (13 years ago) +* a5290c9eca69 - HADOOP-7271. Standardize shell command error messages. Contributed by Daryn Sharp (13 years ago) +* 1bbebd1e3ff1 - HADOOP-7268. FileContext.getLocalFSFileContext() behavior needs to be fixed w.r.t tokens. Contributed by jitendra. (13 years ago) +* 3337cdb3121d - HADOOP-7238. Refactor the cat and text commands to conform to new FsCommand class. Contributed by Daryn Sharp (13 years ago) +* a0391cddd388 - HADOOP-7265. Keep track of relative paths in PathData. Contributed by Daryn Sharp (13 years ago) +* fa4855e7402d - Remove the empty file accidentally checked it with HADOOP-7249. (13 years ago) +* 4de502c7c050 - HADOOP-7251. Refactor the getmerge command to conform to new FsCommand class. Contributed by Daryn Sharp (13 years ago) +* 38ac23159dd0 - HADOOP-7249. Refactor the chmod/chown/chgrp command to conform to new FsCommand class. Contributed by Daryn Sharp (13 years ago) +* 8c4a0a529eb6 - HADOOP-7261. Disable IPV6 for junit tests. Contributed by Suresh Srinivas. (13 years ago) +* 827401a9b1d8 - HADOOP-6919. New metrics2 framework. Contributed by Luke Lu. (13 years ago) +* a213c5676c1b - HADOOP-7183. WritableComparator.get should not cache comparator objects. Contributed by Tom White (13 years ago) +* ad36a0e6a08a - HADOOP-7244. Documentation change for updated configuration keys. Contributed by Tom White (13 years ago) +* f489f9514d00 - HADOOP-7245. FsConfig should use constants in CommonConfigurationKeys. Contributed by Tom White (13 years ago) +* f1c74df92205 - HADOOP-7257 Client side mount tables (sanjay) (13 years ago) +* b9599b26dc92 - HADOOP-7250. Refactor the setrep command to conform to new FsCommand class. Contributed by Daryn Sharp (13 years ago) +* 369a20391555 - HADOOP-7236. Refactor the mkdir command to conform to new FsCommand class. Contributed by Daryn Sharp (13 years ago) +* 78a7b9768dcd - HADOOP-7227. Remove protocol version check at proxy creation in Hadoop RPC. Contributed by jitendra. (13 years ago) +* bef14d091897 - HADOOP-7179. Federation: Improve HDFS startup scripts. Contributed by Erik Steffl and Tanping Wang. (13 years ago) +* 28a6a8301ef9 - Revert HADOOP-7227 from r1098792 since it broke HDFS and MR builds. (13 years ago) +* accf84fd108b - HADOOP-7227. Remove protocol version check at proxy creation in Hadoop RPC. Contributed by jitendra. (13 years ago) +* 76a7219ceda8 - HADOOP-7184. Remove deprecated config local.cache.size from core-default.xml. Contributed by Todd Lipcon. (13 years ago) +* 27c1f1f4bd02 - Fixing typo in CHANGES.txt (13 years ago) +* 7ebfabc65a1c - HADOOP-7235. Refactor the tail command to conform to new FsCommand class. Contributed by Daryn Sharp (13 years ago) +* e0cc26093c99 - HADOOP-7241. fix typo of command 'hadoop fs -help tail'. Contributed by Wei Yongjun (13 years ago) +* dc16490ad3f8 - HADOOP-7172. SecureIO should not check owner on non-secure clusters that have no native support. Contributed by Todd Lipcon (13 years ago) +* 99ebad8e757e - HADOOP-7233. Refactor ls to conform to new FsCommand class. Contributed by Daryn Sharp (13 years ago) +* 7d6fa858ca41 - HADOOP-7229. Do not default to an absolute path for kinit in Kerberos auto-renewal thread. Contributed by Aaron T. Myers. (13 years ago) +* 3b57b151c9e6 - HADOOP-7231. Fix synopsis for -count. Contributed by Daryn Sharp. (13 years ago) +* 13e1be34e451 - HADOOP-7230. Move "fs -help" shell command tests from HDFS to COMMOM. Contributed by Daryn Sharp (13 years ago) +* 98a2b7051f01 - HADOOP-7014. Adding missed files (13 years ago) +* 58ca2272bc34 - HADOOP-7014. Generalize CLITest structure and interfaces to facilitate upstream adoption (e.g. for web testing). Contributed by Konstantin Boudnik (13 years ago) +* 625b099235cb - HADOOP-7171. Support UGI in FileContext API. Contributed by jitendra. (13 years ago) +* a8dbce159679 - HADOOP-7223. FileContext createFlag combinations are not clearly defined. Contributed by Suresh Srinivas. (13 years ago) +* 6e74a3592cbf - HADOOP-7207. fs member of FSShell is not really needed (13 years ago) +* 7f3093988581 - Add the missing file TestCommandFactory for HADOOP-7224. (13 years ago) +* a12ab4bc6fda - Undoing commit r1091613 for HADOOP-7223. FileContext createFlag combinations are not clearly defined. (13 years ago) +* d358eb75b79b - HADOOP-7224. Add CommandFactory to shell. Contributed by Daryn Sharp (13 years ago) +* d03e5b75bc03 - HADOOP-6994. Api to get delegation token in AbstractFileSystem. Contributed by jitendra. (13 years ago) +* f5efc187e549 - HADOOP-7223. FileContext createFlag combinations are not clearly defined. Contributed by Suresh Srinivas. (13 years ago) +* 6e5bd7b622e5 - HADOOP-6898. FileSystem.copyToLocal creates files with 777 permissions. Contributed by Aaron T. Myers. (13 years ago) +* 7568e9c88cf4 - HADOOP-7216. Add FsCommand.runAll() with deprecated annotation for the transition of Command base class improvement. Contributed by Daryn Sharp (13 years ago) +* a65753ddac34 - HADOOP-7202. Improve shell Command base class. Contributed by Daryn Sharp (13 years ago) +* 5bfd361ca7f0 - Committing HADOOP-6949 to branch 0.22. (13 years ago) +* 33754052e31e - HADOOP-7019 Refactor build targets to enable faster cross project dev cycles. Contributed by Luke Lu. (13 years ago) +* c77551be6328 - Removed an unnecessary line introduced into CHANGES.txt by change r1087844 (13 years ago) +* 67c79a25200d - HADOOP-7215. RPC clients must use network interface corresponding to the host in the client's kerberos principal key. Contributed by Suresh Srinivas. (13 years ago) +* f2625d494f13 - HADOOP-7210. Chown command is not working from FSShell. Contributed by Uma Maheswara Rao G (13 years ago) +* 6cfb84c7e6e1 - Remove redundant entry for HADOOP-7167 in CHANGES.txt (13 years ago) +* bb4f277407ed - Revert HADOOP-7202 since HDFS cannot be compiled. (13 years ago) +* 50b1f9fc73be - HADOOP-7202. Improve shell Command base class. Contributed by Daryn Sharp (13 years ago) +* 1c0d2713291a - HADOOP-7194. Fix resource leak in IOUtils.copyBytes(..). Contributed by Devaraj K (13 years ago) +* e86d48730c64 - HADOOP-7187. Fix socket leak in GangliaContext. Contributed by Uma Maheswara Rao G (13 years ago) +* 43e800e1fff4 - HADOOP-7174. Null is displayed in the "fs -copyToLocal" command. Contributed by Uma Maheswara Rao G (13 years ago) +* 06699c900a20 - HADOOP-7193. Correct the "fs -touchz" command help message. Contributed by Uma Maheswara Rao G (13 years ago) +* 151c1a79526e - HADOOP-7204. remove local unused fs variable from CmdHandler and FsShellPermissions.changePermissions (13 years ago) +* 0d55e1a14430 - HADOOP-6949. Reduce RPC packet size of primitive arrays using ArrayPrimitiveWritable instead of ObjectWritable. Contributed by Matt Foley. (13 years ago) +* 1187d69eed69 - Commit the missing file TestCommandFormat.java for HADOOP-7180. (13 years ago) +* 16593c1f136e - HADOOP-7180. Better support on CommandFormat on the API and exceptions. Contributed by Daryn Sharp (13 years ago) +* 872ef2d62371 - HADOOP-7117. Remove fs.checkpoint.* from core-default.xml and replace fs.checkpoint.* with dfs.namenode.checkpoint.* in documentations. Contributed by Harsh J Chouraria (13 years ago) +* e3b587e56f46 - HADOOP-7175. Add isEnabled() to Trash. Contributed by Daryn Sharp (13 years ago) +* a02641cfa5c5 - HADOOP-7167. Amend previous commit under this JIRA to fix issue on cygwin. Contributed by Todd Lipcon (13 years ago) +* fbc110758b6d - HADOOP-7177. CodecPool should report which compressor it is using. Contributed by Allen Wittenauer (13 years ago) +* 05704fe46e64 - HADOOP-7166. Add DaemonFactory to common. Contributed by Erik Steffl and jitendra. (13 years ago) +* 96da4be11c4c - HADOOP-7156. Workaround for unsafe implementations of getpwuid_r. Contributed by Todd Lipcon. (13 years ago) +* 527bac7e2265 - HADOOP-7133. Batch the calls in DataStorage to FileUtil.createHardLink(). Contributed by Matt Foley. (13 years ago) +* ad459690e003 - HADOOP-7154. Should set MALLOC_ARENA_MAX in hadoop-env.sh. Contributed by Todd Lipcon. (13 years ago) +* 6d9ded107296 - HADOOP-7167. Allow using a file to exclude certain tests from build. Contributed by Todd Lipcon. (13 years ago) +* aac547249134 - HADOOP-6912. Guard against NPE when calling UGI.isLoginKeytabBased(). Contributed by Kan Zhang. (13 years ago) +* 69fe37a00704 - HADOOP-7159. RPC server should log the client hostname when read exception happened. Contributed by Scott Chen. (13 years ago) +* 97dcf05fde56 - HADOOP-7131. Exceptions thrown by Text methods should include the causing exception. Contributed by Uma Maheswara Rao G. (13 years ago) +* f2ff6cca376c - HADOOP-7162. Rmove a duplicated call FileSystem.listStatus(..) in FsShell. Contributed by Alexey Diomin (13 years ago) +* 1cd6bac5ff13 - HADOOP-7098. Tasktracker property not set in conf/hadoop-env.sh. Contributed by Bernd Fondermann. (13 years ago) +* 420a029b75b8 - HADOOP-6754. DefaultCodec.createOutputStream() leaks memory. Contributed by Aaron Kimball. (13 years ago) +* 2fbd0bfbebc3 - HADOOP-7114. FsShell should dump all exceptions at DEBUG level. Contributed by todd. (13 years ago) +* d97ab376d2d2 - HADOOP-7112. Issue a warning when GenericOptionsParser libjars are not on local filesystem. (13 years ago) +* 4d53649f4991 - HADOOP-7151. Document need for stable hashCode() in WritableComparable. Contributed by Dmitriy V. Ryaboy. (13 years ago) +* 27df75e6bb93 - HADOOP-7153. MapWritable violates contract of Map interface for equals() and hashCode(). Contributed by Nicholas Telford. (13 years ago) +* 5148cc83e052 - HADOOP-6376. Add a comment header to conf/slaves that specifies the file format. Contributed by Kay Kay. (13 years ago) +* eb2145f2f2e9 - HADOOP-6970. Reordering commit message in CHANGES.txt (13 years ago) +* 156083828a74 - HADOOP-6970. SecurityAuth.audit should be generated under /build. (13 years ago) +* 84ce62149c13 - HADOOP-7094. hadoop.css got lost during project split Committing missed folder (13 years ago) +* 02f996d5946c - HADOOP-7145. Configuration.getLocalPath should trim whitespace from the provided directories. Contributed by Todd Lipcon. (13 years ago) +* e59ee1b4a8e3 - HADOOP-7094. hadoop.css got lost during project split. Contributed by Konstantin Boudnik. (13 years ago) +* ae8b2310d837 - HADOOP-7140. IPC Reader threads do not stop when server stops. Contributed by Todd Lipcon. (13 years ago) +* 58ed6ab09516 - HADOOP-7134. configure files that are generated as part of the released tarball need to have executable bit set. Contributed by Roman Shaposhnik (13 years ago) +* bb2f967b8b10 - HADOOP-7136. Remove failmon contrib component. (cos) Fixing the build (13 years ago) +* ec9f534c0b8f - HADOOP-7136. Remove failmon contrib component. (nigel) (13 years ago) +* 96dd151504c0 - HADOOP-7136. Remove failmon contrib component. (nigel) (13 years ago) +* ab611ed09179 - HADOOP-7048. Wrong description of Block-Compressed SequenceFile Format in SequenceFile's javadoc. Contributed by Jingguo Yao. (13 years ago) +* 223f6511189c - HADOOP-7096. Allow setting of end-of-record delimiter for TextInputFormat. Contributed by Ahmed Radwan. (13 years ago) +* a805223b4e83 - HADOOP-7129. Complete patch by removing the transitional method name. Contributed by Todd Lipcon (13 years ago) +* bf1d3ba0a687 - Fixed the order for my previous commit. (13 years ago) +* 449478c8320e - HADOOP-6432. Add Statistics support in FileContext. Contributed by jitendra. (13 years ago) +* f593f14bfb20 - HADOOP-7129. Fix typo in method name getProtocolSigature. Contributed by Todd Lipcon. (13 years ago) +* 7fc59af99c5d - HADOOP-6642. Fix javac, javadoc, findbugs warnings related to security work. Contributed by Chris Douglas, Po Cheung. (13 years ago) +* e82df7e7f736 - HADOOP-7126. Fix file permission setting for RawLocalFileSystem on Windows. Contributed by Po Cheung. (13 years ago) +* 9d615bd67d2c - HADOOP-6436. Remove auto-generated native build files. Contributed by Roman Shaposhnik (13 years ago) +* b1e3037296e5 - HADOOP-6904. Support method based RPC compatiblity. Contributed by Hairong Kuang. (13 years ago) +* 077bc4af3c63 - HADOOP-6812. Change documentation for correct placement of configuration variables: mapreduce.reduce.input.buffer.percent, mapreduce.task.io.sort.factor, mapreduce.task.io.sort.mb. Contributed by Chris Douglas. (13 years ago) +* c60feead5eb3 - HADOOP-7122. Fix thread leak when shell commands time out. Contributed by Todd Lipcon (13 years ago) +* d2e07d27a58f - HADOOP-7120. Fix a syntax error in test-patch.sh. (13 years ago) +* 160b6fd4966f - HADOOP-7118. Fix NPE in Configuration.writeXml. Contributed by Todd Lipcon (14 years ago) +* 448f8dbb9fd9 - HADOOP-7110. Implement chmod with JNI. Contributed by Todd Lipcon (14 years ago) +* a15d473c464b - HADOOP-7046. Fix Findbugs warning in Configuration. Contributed by Po Cheung. (14 years ago) +* 37025ec47915 - HADOOP-6056. Use java.net.preferIPv4Stack to force IPv4. Contributed by Michele Catasta. (14 years ago) +* 99e6ed0fdd8a - HADOOP-6864. Moving CHANGES.txt record to the right place - trunk changes (14 years ago) +* a85e0acc8c5d - Move HADOOP-7104 in CHANGES.txt to reflect inclusion in 0.22 branch (14 years ago) +* c3fdd289cf26 - HADOOP-7104. Remove unnecessary DNS reverse lookups from RPC layer. Contributed by Kan Zhang (14 years ago) +* 3d1b9ca1e34a - HADOOP-7089. Fix link resolution logic in hadoop-config.sh. Contributed by Eli Collins (14 years ago) +* ebb7b7f0889d - HADOOP-7101. UserGroupInformation.getCurrentUser() fails when called from non-Hadoop JAAS context. Contributed by Todd Lipcon (14 years ago) +* ee27b8ea643e - HADOOP-7093. Servlets should default to text/plain. Contributed by Todd Lipcon (14 years ago) +* f395f67d62f0 - HADOOP-7102. Remove "fs.ramfs.impl" field from core-deafult.xml. Contributed by Konstantin Shvachko. (14 years ago) +* db70f56cb724 - HADOOP-7097. JAVA_LIBRARY_PATH missing base directory. Contributed by Noah Watkins. (14 years ago) +* 9ac35cecc97d - HADOOP-7100. Fix build to not refer to contrib/ec2 removed by HADOOP-6811. Contributed by Todd Lipcon (14 years ago) +* 18cb6dc3417c - Moving HADOOP-7091 to 0.22 section in CHANGES.txt since it was put in branch (14 years ago) +* f015768d3f86 - HADOOP-6811. Remove EC2 bash scripts. (14 years ago) +* 496b24d30b6c - HADOOP-7087. SequenceFile.createWriter ignores FileSystem parameter. Contributed by Todd Lipcon (14 years ago) +* a42c89105597 - HADOOP-7091. reloginFromKeytab() should happen even if TGT can't be found. Contribued by Kan Zhang. (14 years ago) +* c04751b1b426 - HADOOP-6995. Allow wildcards to be used in ProxyUsers configurations. Contributed by Todd Lipcon (14 years ago) +* c9fb20109992 - HADOOP-7070. JAAS configuration should delegate unknown application names to pre-existing configuration. Contributed by Todd Lipcon (14 years ago) +* 717579f3bdf0 - HADOOP-7082. Configuration.writeXML should not hold lock while outputting. Contributed by Todd Lipcon (14 years ago) +* 168bf7b71d2e - HADOOP-6578. Configuration should trim whitespace around a lot of value types. Contributed by Michele Catasta (14 years ago) +* 93f2dfcdb4b4 - HADOOP-7072. Fixing incorrect count of parameters. (14 years ago) +* 17b01dcc5886 - HADOOP-7072. Remove java5 dependencies from build. Contributed by Konstantin Boudnik. (14 years ago) +* 38ab39aa6113 - HADOOP-7078. Improve javadocs for RawComparator interface. Contributed by Harsh J Chouraria. (14 years ago) +* 23da8fe75e47 - HADOOP-6864. Provide a JNI-based implementation of ShellBasedUnixGroupsNetgroupMapping (implementation of GroupMappingServiceProvider) (14 years ago) +* 8de8f431d97a - HADOOP-7071. Fix bad ps command arg. (14 years ago) +* 29220b99d667 - HADOOP-6298. Add copyBytes to Text and BytesWritable. (omalley) (14 years ago) +* 19fc21676778 - HADOOP-7059. Remove "unused" warning in native code. Contributed by Noah Watkins (14 years ago) +* bde004dcd08f - HADOOP-7038. saveVersion script includes an additional \r while running whoami under windows. Contributed by Wang Xu. (14 years ago) +* dc246962603c - HADOOP-7061. unprecise javadoc for CompressionCodec. Contributed by Jingguo Yao (14 years ago) +* e98f5a95fb05 - HADOOP-7060 Remove the unused files from the repository (14 years ago) +* aa089fc5d073 - HADOOP-7058. Expose number of bytes in FSOutputSummer buffer to implementatins. Contributed by Todd Lipcon. (14 years ago) +* 6afbdb6e41b8 - HADOOP-7060. A more elegant FileSystem#listCorruptFileBlocks API. Contributed by Patrick Kling. (14 years ago) +* e75e481ec16a - HADOOP-7054 Change NN LoadGenerator to use FileContext APIs (Sanjay Radia) (14 years ago) +* ee705fa5eefe - HADOOP-6939. Inconsistent lock ordering in AbstractDelegationTokenSecretManager. Contributed by Todd Lipcon. (14 years ago) +* dbd07f9e8c28 - HADOOP-6978. Adds support for NativeIO using JNI. Contributed by Todd Lipcon, Devaraj Das & Owen O'Malley. (14 years ago) +* ebb236ef9c00 - HADOOP-7057. IOUtils.readFully and IOUtils.skipFully have typo in exception creation's message. Contributed by Konstantin Boudnik. (14 years ago) +* 5d9ed589b5e9 - HADOOP-7053. wrong FSNamesystem Audit logging setting in conf/log4j.properties. Contributed by Jingguo Yao (14 years ago) +* c245af01fafc - HADOOP-7049. TestReconfiguration should be junit v4. Contributed by Patrick Kling (14 years ago) +* c35e4a94c605 - HADOOP-7052. misspelling of threshold in conf/log4j.properties. Contributed by Jingguo Yao (14 years ago) +* 3a43e5930baa - HADOOP-6764. Add number of reader threads and queue length as configuration parameters in RPC.getServer. Contributed by Dmytro Molkov. (14 years ago) +* 19a762d5c2d5 - HADOOP-7001. Configuration changes can occur via the Reconfigurable interface. (Patrick Kline via dhruba and nigel) (14 years ago) +* 04f1e7a41874 - HADOOP-7001. Configuration changes can occur via the Reconfigurable interface. (Patrick Kline via dhruba) (14 years ago) +* ca71e829b83e - HADOOP-7023. Add listCorruptFileBlocks to FileSystem. Contributed by Patrick Kling. (14 years ago) +* 8bd9dd0f336f - HADOOP-6683. ZlibCompressor does not fully utilize the buffer. Contributed by Kang Xiao (14 years ago) +* 82c5214ab1bc - HADOOP-7045. TestDU fails on systems with local file systems with extended attributes. Contributed by Eli Collins (14 years ago) +* ab00be860a1e - HADOOP-7042. Updates to test-patch.sh to include failed test names and improve other messaging. Contributed by nigel. (14 years ago) +* adb2bb2816e6 - HADOOP-7042. Updates to test-patch.sh to include failed test names and improve other messaging. Contributed by nigel. (14 years ago) +* 566597503ce7 - HADOOP-7015. RawLocalFileSystem#listStatus does not deal with a directory whose entries are changing (e.g. in a multi-thread or multi-process environment). Contributed by Sanjay Radia (14 years ago) +* 916e3011dbd1 - HADOOP-7042. Updates to test-patch.sh to include failed test names and improve other messaging. Contributed by nigel. (14 years ago) +* 64f710109dae - Adding IntelliJ IDEA specific extentions to be ignored. (14 years ago) +* 6c806f16b9ed - branching for 0.22 (14 years ago) +* fa08f4633ea2 - HADOOP-7013. Add boolean field isCorrupt to BlockLocation. Contributed by Patrick Kling. (14 years ago) +* 468579d1affe - HADOOP-7028. ant eclipse does not include requisite ant.jar in the classpath. Contributed by Patrick Angeles (14 years ago) +* f7105a277304 - HADOOP-6496. HttpServer sends wrong content-type for CSS files (and others). Contributed by Todd Lipcon. (14 years ago) +* 7f138d0f74f2 - HADOOP-6562. FileContextSymlinkBaseTest should use FileContextTestHelper. Contributed by Eli Collins (14 years ago) +* ee08b2c8035a - HADOOP-7032. Assert type constraints in the FileStatus constructor. Contributed by Eli Collins (14 years ago) +* 05a497f35ade - HADOOP-7034. Add TestPath tests to cover dot, dot dot, and slash normalization. Contributed by Eli Collins (14 years ago) +* 946eac3dac02 - HADOOP-6903 Make AbstractFSileSystem methods and some FileContext methods to be public (14 years ago) +* ca3ef069cb54 - HADOOP-7024. Create a test method for adding file systems during tests. Contributed by Kan Zhang. (14 years ago) +* 50659f1a765a - HADOOP-6977. Herriot daemon clients should vend statistics. Contributed by Konstantin Boudnik (14 years ago) +* fa87ae80581f - HADOOP-4675. Current Ganglia metrics implementation is incompatible with Ganglia 3.1. Contributed by Brian Bockelman. (14 years ago) +* c979e30875b8 - HADOOP-6899 RawLocalFileSystem#setWorkingDir() does not work for relative names (14 years ago) +* f1894a3c5b92 - HADOOP-6926. SocketInputStream incorrectly implements read(). Contributed by Todd Lipcon. (14 years ago) +* 3460a5e345f5 - HADOOP-6758. MapFile.fix does not allow index interval definition. Contributed by Gianmarco De Francisci Morales. (14 years ago) +* cf653990431c - HADOOP-6943. The GroupMappingServiceProvider interface should be public. Contributed by Aaron T. Myers. (14 years ago) +* 9ea883e083d0 - HADOOP-7008. Fix bug and missing license header in test-patch files. (nigel) (14 years ago) +* dfe57e0b1a20 - HADOOP-6818. Provides a JNI implementation of group resolution. Contributed by Devaraj Das. (14 years ago) +* 7daf9a3d3ddd - HADOOP-7008. Enable test-patch.sh to have a configured number of acceptable findbugs and javadoc warnings. Contributed by nigel and gkesavan. (14 years ago) +* 1a865e30ea2b - HADOOP-6975. Integer overflow in S3InputStream for blocks > 2GB. Contributed by Patrick Kling. (14 years ago) +* 6285cbb49907 - HADOOP-7011. Fix KerberosName.main() to not throw an NPE. Contributed by Aaron T. Myers. (14 years ago) +* 0c462b223f15 - HADOOP-6991. Fix SequenceFile::Reader to honor file lengths and call openFile (cdouglas via omalley) (14 years ago) +* 7afa9466f79c - HADOOP-6991. Move testcase from mapreduce to common, since it tests SequenceFile. (14 years ago) +* f6a6c6e577f3 - HADOOP-7009. MD5Hash provides a public factory method that creates an instance of MessageDigest. Contributed by Hairong Kuang. (14 years ago) +* 4be1688c53f9 - HADOOP-6663. BlockDecompressorStream get EOF exception when decompressing the file compressed from empty file. Contributed by Kang Xiao. (14 years ago) +* c4e049e0ba1d - HADOOP-7010. Typo in FileSystem.java. Contributed by Jingguo Yao. (14 years ago) +* 0d8d3d03e45f - HADOOP-7006. Fix 'fs -getmerge' command to not be a no-op. Contributed by Chris Nauroth. (14 years ago) +* aa0ca9d64925 - HADOOP-6954. Sources JARs are not correctly published to the Maven repository. (14 years ago) +* da234df25d14 - HADOOP-6947. Kerberos relogin should set refreshKrb5Config to true. Contributed by Todd Lipcon. (14 years ago) +* 3d27eaad25a9 - Reverting HADOOP-6663. (14 years ago) +* 17f9e57f7cb4 - HADOOP-6663. BlockDecompressorStream get EOF exception when decompressing the file compressed from empty file. Contributed by Kang Xiao. (14 years ago) +* 625e4086e435 - HADOOP-6985. Fix example to make more sense. (14 years ago) +* 768cf339f380 - HADOOP-7007: Update the hudson-test-patch ant target. Contributed by Giridharan Kesavan. (14 years ago) +* 7049c809fc4a - HADOOP-6985. Suggest that HADOOP-OPTS be preserved in hadoop-env.sh.template. Contributed by Ramkumar Vadali. (14 years ago) +* 217ce2dcf372 - HADOOP-7005: Update test-patch.sh to remove callback to Hudson master. Contributed by nigel. (14 years ago) +* 13fcef246e20 - HADOOP-6996. Allow CodecFactory to return a codec object given a codec' class name. Contributed by Hairong Kuang. (14 years ago) +* e050832c9311 - HADOOP-6944. [Herriot] Implement a functionality for getting proxy users definitions like groups and hosts. Contributed by Vinay Thota. (14 years ago) +* 5fe802ea0a09 - HADOOP-6987. Use JUnit Rule to optionally fail test cases that run more than 10 seconds. (14 years ago) +* a503521a2c0e - HADOOP-6933. TestListFiles is flaky. Contributed by Todd Lipcon. (14 years ago) +* bf9fccca0c0e - HADOOP-6993. Broken link on cluster setup page of docs. Contributed by Eli Collins. (14 years ago) +* 500156545979 - HADOOP-6984. Combine the compress kind and the codec in the same option for SequenceFiles. (cdouglas via omalley) (14 years ago) +* aeafc8f3eff9 - HADOOP-6969. CHANGES.txt does not reflect the release of version 0.21.0 (14 years ago) +* 9a8a10a234e0 - Fixing attribution for HADOOP-6989 in CHANGES.txt (14 years ago) +* 4bb06fbd0a73 - HADOOP-6989. Correct the parameter for SetFile to set the value type for SetFile to be NullWritable instead of the key. (jghoman via omalley) (14 years ago) +* 95649aca30b2 - HADOOP-6879. Provide SSH based (Jsch) remote execution API for system tests. Contributed by Konstantin Boudnik. (14 years ago) +* 4f2c6bc4b2d4 - HADOOP-6971. Clover build doesn't generate per-test coverage. Contributed by Konstantin Boudnik (14 years ago) +* c7e1a1c4c172 - HADOOP-6856. Simplify constructors for SequenceFile, and MapFile. (omalley) -- Missed some files (14 years ago) +* 6333b3e485dc - HADOOP-6856. Simplify constructors for SequenceFile, and MapFile. (omalley) (14 years ago) +* 642ed17a4808 - HADOOP-6951. Distinct minicluster services (e.g. NN and JT) overwrite each other's service policies. Contributed by Aaron T. Myers. (14 years ago) +* 8db4b543b985 - HADOOP-6965. Introduces checks for whether the original tgt is valid in the reloginFromKeytab method. Contributed by Jitendra Pandey. (14 years ago) +* 47d4ebebaca1 - Reverting commit 1001067 while related HDFS and MR JIRAs are tested (HADOOP-6951). (14 years ago) +* 0fd49b35370e - HADOOP-6951. Distinct minicluster services (e.g. NN and JT) overwrite each other's service policies. Contributed by Aaron T. Myers (14 years ago) +* e9c1efd4ccca - HADOOP-6922. COMMON part of MAPREDUCE-1664. Makes AccessControlList a writable and updates documentation for Job ACLs. Contributed by Ravi Gummadi. (14 years ago) +* 1bc066c7d78d - HADOOP-6950. Suggest that HADOOP_CLASSPATH should be preserved in hadoop-env.sh.template. Contributed by Philip Zeyliger. (14 years ago) +* 8a85347554ae - HADOOP-6940. RawLocalFileSystem's markSupported method misnamed markSupport. Contributed by Tom White. (14 years ago) +* 086223892ed9 - HADOOP-6930. AvroRpcEngine doesn't work with generated Avro code. Contributed by Sharad Agarwal. (14 years ago) +* becf8e919a21 - HADOOP-6938. ConnectionId.getRemotePrincipal() should check if security is enabled. Contributed by Kan Zhang. (14 years ago) +* fa75e35f9ec4 - HADOOP-6934. Test for ByteWritable comparator. Contributed by Johannes Zillmann. (14 years ago) +* 1c75bcc76baf - HADOOP-6907. Rpc client doesn't use the per-connection conf to figure out server's Kerberos principal. Contributed by Kan Zhang. (14 years ago) +* 5c8d9aecf720 - HADOOP-6913. Circular initialization between UserGroupInformation and KerberosName (14 years ago) +* 4f79b07e174e - HADOOP-6932. Namenode start (init) fails because of invalid kerberos key, even when security set to simple (14 years ago) +* a89fb4dcdc17 - HADOOP-6786. test-patch needs to verify Herriot integrity. Contributed by Konstantin Boudnik (14 years ago) +* 7efb9640be26 - HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..). Contributed by Erik Steffl (14 years ago) +* 97ce72a97efb - HADOOP-6833. IPC leaks call parameters when exceptions thrown. Contributed by Todd Lipcon. (14 years ago) +* 19e46e358e31 - HADOOP-6925. BZip2Codec incorrectly implements read(). Contributed by Todd Lipcon. (14 years ago) +* a7887e1851a3 - JDiff output for release 0.21.0 (14 years ago) +* ced65de182f3 - HADOOP-6453. Hadoop wrapper script shouldn't ignore an existing JAVA_LIBRARY_PATH. Contributed by Chad Metcalf. (14 years ago) +* ad5306f24ccb - HADOOP-6906. FileContext copy() utility doesn't work with recursive copying of directories. (vinod k v via mahadev) (14 years ago) +* 0acb205a4bc1 - HADOOP-6482. GenericOptionsParser constructor that takes Options and String[] ignores options. Contributed by Eli Collins. (14 years ago) +* f74a3e4f60ed - HADOOP-6803. Add native gzip read/write coverage to TestCodec. Contributed by Eli Collins. (14 years ago) +* 76e22cc8bfca - HADOOP-6885. Fix java doc warnings in Groups and RefreshUserMappingsProtocol. Contributed by Eli Collins. (14 years ago) +* 6fe92180fa0d - HADOOP-6693. Add metrics to track kerberol login activity. Contributed by Suresh Srinivas. (14 years ago) +* 9950db1817f0 - HADOOP-6905. Better logging messages when a delegation token is invalid. Contributed by Kan Zhang. (14 years ago) +* 4c940af71438 - HADOOP-6715. Fixes AccessControlList.toString() to return a descriptive String representation of the ACL. Contributed by Ravi Gummadi (14 years ago) +* dc2a3d1ca331 - HADOOP-6900. Make the iterator returned by FileSystem#listLocatedStatus to throw IOException rather than RuntimeException when there is an IO error fetching the next file. Contributed by Hairong Kuang. (14 years ago) +* ccbdfba7d1ed - HADOOP-6911. doc update for DelegationTokenFetcher (14 years ago) +* bd121ed63573 - HADOOP-6862. Adds api to add/remove user and group to AccessControlList. Contributed by Amareshwari Sriramadasu (14 years ago) +* 714e5f7165b1 - HADOOP-6889. Make RPC to have an option to timeout. Contributed by Hairong Kuang. (14 years ago) +* c47d34a86609 - HADOOP-6706. Improves the sasl failure handling due to expired tickets, and other server detected failures. Contributed by Jitendra Pandey and Devaraj Das. (14 years ago) +* 1035138b4c03 - HADOOP-6892. Common component of HDFS-1150 (Verify datanodes' identities to clients in secure clusters). (14 years ago) +* 666a8e160035 - HADOOP-6890. Part 2: Incoport the change made in FileContext into FileSystem. Contributed by Hairong Kuang. (14 years ago) +* d0ba178800d0 - HADOOP-6890. Improve listFiles API introduced by HADOOP-6870. Contributed by Hairong Kuang. (14 years ago) +* c15ae29a906c - HADOOP-6873. using delegation token over hftp for long running clients (14 years ago) +* 7e7aff5c90a0 - Added Devaraj Das as a contributor of HADOOP-6888. (14 years ago) +* ff8b7bc253be - HADOOP-6888. Add a new FileSystem API closeAllForUGI(..) for closing all file systems associated with a particular UGI. Contributed by Kan Zhang (14 years ago) +* 1a6ed79ebf66 - HADOOP-6656. Adds a thread in the UserGroupInformation to renew TGTs periodically. Contributed by Owen O'Malley and Devaraj Das. (14 years ago) +* 19eea554e3fa - HADOOP-6870. Add a new API getFiles to FileSystem and FileContext. Contributed by Hairong Kuang. (14 years ago) +* c53958867245 - Fixing a typo in the JIRA name (14 years ago) +* d010dd60e1ee - HADOOP-6869. Functionality to creating file or folder on a remote daemon side. Contributed by Vinay Thota. (14 years ago) +* 5c5c163aa331 - HADOOP-6475. Adding some javadoc to Server.RpcMetrics, UGI. Contributed by Jitendra Pandey and borya. (14 years ago) +* fa49f7349d9c - HADOOP-6881. Move change message to section for earliest version it will appear in, 0.20.3. (14 years ago) +* ba54f8b7e789 - HADOOP-6881. Make WritableComparator initialize classes when looking for their raw comparator, as classes often register raw comparators in their initializer, which are no longer automatically run in Java 6 when a class is referenced. Contributed by omalley. (14 years ago) +* 0d005c52ae36 - HADOOP-6877. Common part of HDFS-1178. Contributed by Kan Zhang. (14 years ago) +* f22e332ddd6e - HADOOP-6875. [Herriot] Cleanup of temp. configurations is needed upon restart of a cluster. Contributed by Vinay Thota. (14 years ago) +* d6ef66abb71c - Fixing the order of records in the file (14 years ago) +* eb10b152fe69 - HADOOP-6861. Adds new non-static methods in Credentials to read and write token storage file. Contributed by Jitendra Pandey & Owen O'Malley. (14 years ago) +* bd802429c1f3 - HADOOP-6790. Instrumented (Herriot) build uses too wide mask to include aspect files. Contributed by Konstantin Boudnik. (14 years ago) +* 2c0598a9646b - HADOOP-6536. Fixes FileUtil.fullyDelete() not to delete the contents of the sym-linked directory. Contributed by Ravi Gummadi (14 years ago) +* fa3a3bf5d8f3 - HADOOP-6632. Adds support for using different keytabs for different servers in a Hadoop cluster. In the earier implementation, all servers of a certain type \(like TaskTracker\), would have the same keytab and the same principal. Now the principal name is a pattern that has _HOST in it. Contributed by Kan Zhang & Jitendra Pandey. (14 years ago) +* 75e78e04849f - HADOOP-6805. add buildDTServiceName method to SecurityUtil (as part of MAPREDUCE-1718) (14 years ago) +* 02b87fc6b361 - HADOOP-6670. Use the UserGroupInformation's Subject as the criteria for equals and hashCode. Contributed by Owen O'Malley and Kan Zhang. (14 years ago) +* 44c364d632cf - HADOOP-6860. 'compile-fault-inject' should never be called directly. Contributed by Konstantin Boudnik. (14 years ago) +* 1b354e2bd5ad - HADOOP-6834. TFile.append compares initial key against null lastKey (hong tang via mahadev) (14 years ago) +* 0ac05814c21b - HADOOP-6859 - Introduce additional statistics to FileSystem to track file system operations. Contributed by Suresh Srinivas. (14 years ago) +* 7f14e37076c0 - HADOOP-6836. [Herriot]: Generic method for adding/modifying the attributes for new configuration. Contributed by Vinay Thota. (14 years ago) +* a73dfef140f2 - HADOOP-6839. [Herriot] Implement a functionality for getting the user list for creating proxy users. Contributed by Vinay Thota. (14 years ago) +* c757b9bf8a30 - Update CHANGES.txt to reflect previous commit. (14 years ago) +* 167bbd1c6efb - HADOOP-6825. FileStatus needs unit tests. Contributed by Rodrigo Schmidt. (14 years ago) +* 6ba9b70d85a8 - HADOOP-6647. balancer fails with "is not authorized for protocol interface NamenodeProtocol" in secure environment (14 years ago) +* 4ff2991849d8 - HADOOP-6648. Adds a check for null tokens in Credentials.addToken api. Contributed by Owen O'Malley and Devaraj Das. (14 years ago) +* 0ae9cbb3a4b3 - HADOOP-6819. [Herriot] Shell command for getting the new exceptions in the logs returning exitcode 1 after executing successfully. Contributed by Vinay Thota. (14 years ago) +* d2ade6aec546 - HADOOP-6845. Renames the TokenStorage class to Credentials. Contributed by Jitendra Pandey. (14 years ago) +* 86e833858c54 - HADOOP-6853. Common component of HDFS-1045. (14 years ago) +* 038d399389ee - HADOOP-6847. Problem staging 0.21.0 artifacts to Apache Nexus Maven Repository. Contributed by Giridharan Kesavan (14 years ago) +* 2a248dfc32e5 - HADOOP-6835. Add support for concatenated gzip input. Contributed by Greg Roelofs (14 years ago) +* 4b34109a727a - HADOOP-6584. Provide Kerberized SSL encryption for webservices. (14 years ago) +* 05b1f8790994 - HADOOP-6756. Documentation for common configuration keys. Contributed by Erik Steffl. (14 years ago) +* 451c8ae5e806 - HADOOP-6800. Harmonize JAR library versions. (14 years ago) +* 8970e93b01c8 - HADOOP-6815. refreshSuperUserGroupsConfiguration should use server side configuration for the refresh (14 years ago) +* 35a4624771f8 - HADOOP-6826. Revert FileSystem create method that takes CreateFlags. (14 years ago) +* 4b8e1bda2d32 - HADOOP-6748. Removes hadoop.cluster.administrators, cluster administrators acl is passed as parameter in constructor. Contributed by Amareshwari Sriramadasu (14 years ago) +* 5807065a5b07 - HADOOP-6828. Herrior uses old way of accessing logs directories. Contributed by Sreekanth Ramakrishnan (14 years ago) +* c6b8095b0288 - HADOOP-6821. Document changes to memory monitoring. Contributed by Hemanth Yamijala. (14 years ago) +* e89ac4b07740 - HADOOP-6652. Removes the unnecessary cache from ShellBasedUnixGroupsMapping. Contributed by Devaraj Das. (14 years ago) +* 6749f0275c0b - HADOOP-6796. Reverting the patch. (14 years ago) +* 687d4dbd1d26 - HADOOP-6682. NetUtils:normalizeHostName does not process hostnames starting with [a-f] correctly. (14 years ago) +* 8fa094ad6ad3 - HADOOP-6613. Moves the RPC version check ahead of the AuthMethod check. Contributed by Kan Zhang. (14 years ago) +* fbdb24946051 - HADOOP-6620. NPE if renewer is passed as null in getDelegationToken. Contributed by Jitendra Pandey. (14 years ago) +* 6378822a67c0 - HADOOP-6668. Apply audience and stability annotations to classes in common. (14 years ago) +* 4164d25db6d0 - Move entries for HADOOP-6769 and HADOOP-6813 to 0.21 section of CHANGES.txt (14 years ago) +* 755a5d8c9b30 - HADOOP-6814. Adds an API in UserGroupInformation to get the real authentication method of a passed UGI. Contributed by Jitendra Pandey. (14 years ago) +* 754ea912b940 - HADOOP-6603. Provide workaround for issue with Kerberos not resolving cross-realm principal. Contributed by Kan Zhang and Jitendra Pandey. (14 years ago) +* 222bd6829391 - HADOOP-6403. Deprecate EC2 bash scripts. (14 years ago) +* 32469f1bdff2 - HADOOP-6794. Move configuration and script files post split. Includes HDFS-1181, MAPREDUCE-1033. (14 years ago) +* f07af5859978 - HADOOP-6526. Need mapping from long principal names to local OS user names (14 years ago) +* b78612c4e296 - HADOOP-6796. FileStatus allows null srcPath but crashes if that's done. Contributed by Rodrigo Schmidt. (14 years ago) +* 223209332673 - HADOOP-6813. Add a new newInstance method in FileSystem that takes a user as argument (14 years ago) +* 42a38a4b587c - HADOOP-6687. user object in the subject in UGI should be reused in case of a relogin. (14 years ago) +* 4b9c956bc56c - HADOOP-6674. Makes use of the SASL authentication options in the SASL RPC. Contributed by Jitendra Pandey. (14 years ago) +* 56b15e9e8f67 - HADOOP-6649. login object in UGI should be inside the subject (jnp via boryas) (14 years ago) +* bb29ad17db7d - HADOOP-6780. Move Hadoop cloud scripts to Whirr. (14 years ago) +* ff1fe0803aa6 - HADOOP-6780. Move Hadoop cloud scripts to Whirr. (14 years ago) +* ea5200d922fa - HADOOP-6738. Move cluster_setup.xml, hod_scheduler, commands_manual from MapReduce to Common. (14 years ago) +* 04a00b74f51d - HADOOP-6788. [Herriot] Exception exclusion functionality is not working correctly. Contributed by Vinay Kumar Thota. (14 years ago) +* 908fd4506f1d - HADOOP-6661. User document for UserGroupInformation.doAs. Contributed by Jitendra Pandey. (14 years ago) +* c6bc36580ac9 - HADOOP-6787. Factor out glob pattern code from FileContext and FileSystem. Contributed by Luke Lu. (14 years ago) +* 9e2c3bf9ed20 - HADOOP-6791. Refresh for proxy superuser config (14 years ago) +* da60eca889fd - HADOOP-6461. Webapps aren't located correctly post-split. Contributed by Todd Lipcon and Steve Loughran. (14 years ago) +* f0331cfd0162 - HADOOP-6798. Align Ivy version for all Hadoop subprojects. Contributed by Konstantin Boudnik. (14 years ago) +* 7578282edce0 - HADOOP-6585. Add FileStatus#isDirectory and isFile. Contributed by Eli Collins. (14 years ago) +* aecf7afba68e - HADOOP-6747. TestNetUtils fails on Mac OS X (Todd Lipcon via jghoman) (14 years ago) +* 9dd25df80e24 - HADOOP-6404. Rename the generated artifacts to common instead of core. (14 years ago) +* 24a2f1fafe2e - HADOOP-6581. Add authenticated TokenIdentifiers to UGI so that they can be used for authorization. Kan Zhang and Jitendra Pandey via jghoman. (14 years ago) +* e346c2f4e08a - HADOOP-6644. util.Shell getGROUPS_FOR_USER_COMMAND method name - should use common naming convention (14 years ago) +* a7aacdc2d66c - HADOOP6638. try to relogin in a case of failed RPC connection (expired tgt) only in case the subject is loginUser or proxyUgi.realUser. (14 years ago) +* 73643f421163 - HADOOP-6777. Implement a functionality for suspend and resume a process. Contributed by Vinay Thota. (14 years ago) +* 5392319a24dc - HADOOP-6772. Utilities for system tests specific. Contributed by Vinay Thota. (14 years ago) +* 1739f7388f80 - HADOOP-6773. Ivy folder contains redundant files. Contributed by Konstantin Boudnik. (14 years ago) +* 8a98e683ed70 - HADOOP-6771. Herriot's artifact id for Maven deployment should be set to hadoop-core-instrumented. Contributed by Konstantin Boudnik. (14 years ago) +* 2786e80436de - HADOOP-6723. Unchecked exceptions thrown in IPC Connection should not orphan clients. Contributed by Todd Lipcon. (14 years ago) +* 70d7790cef86 - HADOOP-6760. Moving the entry to the correct base release 0.20.3 (14 years ago) +* 4e5bdc46bc71 - HADOOP-6760. WebServer shouldn't increase port number in case of negative port setting caused by Jetty's race. Contributed by Konstantin Boudnik. (14 years ago) +* ec1a112a1dac - HADOOP-6778. add isRunning() method to AbstractDelegationTokenSecretManager (for HDFS-1044) (14 years ago) +* af3fef3463e7 - HADOOP-6714. Resolve compressed files using CodecFactory in FsShell::text. Contributed by Patrick Angeles (14 years ago) +* f4998a781376 - HADOOP-6781. security audit log shouldn't have exception in it. (14 years ago) +* 78778a158c1b - HADOOP-6633. normalize property names for JT/NN kerberos principal names in configuration (14 years ago) +* 847e009e1c6a - HADOOP-6752. CHANGES.txt should be updated in 0.21 section instead of 0.22 (14 years ago) +* 578ea5580fe7 - HADOOP-6752. Remote cluster control functionality needs JavaDocs improvement. Contributed by Balaji Rajagopalan. (14 years ago) +* 0b14427e6c08 - HADOOP-6627. 'Bad Connection to FS' message in FSShell should print message from the exception (14 years ago) +* 759494f3a1a5 - HADOOP-6769. Add an API in FileSystem to get FileSystem instances based on users (14 years ago) +* 175a92850d82 - HADOOP-6761. The Trash Emptier has the ability to run more frequently. (Dmytro Molkov via dhruba) (14 years ago) +* 69693b6a8625 - HADOOP-6332. Large-scale Automated Test Framework. Contributed by Sharad Agarwal, Sreekanth Ramakrishnan, Konstantin Boudnik, at all. (14 years ago) +* 1e15cf035563 - HADOOP-6612. Protocols RefreshUserToGroupMappingsProtocol and RefreshAuthorizationPolicyProtocol will fail with security enabled (boryas) (14 years ago) +* d9b6103f8f63 - HADOOP-6600. mechanism for authorization check for inter-server protocols (14 years ago) +* 21476f0b094b - HADOOP-6763. Remove verbose logging from the Groups class (14 years ago) +* 44ebf5db23ac - HADOOP-6631. Fix FileUtil.fullyDelete() to continue deleting other files despite failure at any level. Contributed by Ravi Gummadi and Vinod Kumar Vavilapalli. (14 years ago) +* fe34ccdda845 - HADOOP-6623. Add StringUtils.split for non-escaped single-character separator. Contributed by Todd Lipcon. (14 years ago) +* 06a13750a53a - HADOOP-6669. Respect compression configuration when creating DefaultCodec instances. Contributed by Koji Noguchi (14 years ago) +* 322f9ac7b152 - HADOOP-6727. Remove UnresolvedLinkException from public FileContext APIs. Contributed by Eli Collins. (14 years ago) +* fe49f6e47391 - HADOOP-6730. Bug in FileContext#copy and provide base class for FileContext tests. (Ravi Phulari via jghoman) (14 years ago) +* 14f02ef0f542 - Preparing for 0.22.0 development (14 years ago) +* 4d04914ff4a0 - Preparing for release 0.21.0 (14 years ago) +* 494ef1e48c4f - HADOOP-6742. Add methods HADOOP-6709 from to TestFilterFileSystem. Contributed by Eli Collins. (14 years ago) +* 704e919a9bed - HADOOP-6563. Add more symlink tests to cover intermediate symlinks in paths. Contributed by Eli Collins. (14 years ago) +* f8f275c1ad2b - HADOOP-6630. hadoop-config.sh fails to get executed if hadoop wrapper scripts are in path. Contributed by Allen Wittenauer. (14 years ago) +* f6acb32e068a - HADOOP-6515. Make maximum number of http threads configurable (Scott Chen via zshao) (14 years ago) +* b56827c59182 - HADOOP-6709. Re-instate deprecated FileSystem methods that were removed after 0.20. (14 years ago) +* 750fb2dbc1c0 - HADOOP-6698. Revert the io.serialization package to 0.20.2's api. Reverted HADOOP-6165, HADOOP-6443, HADOOP-6323, and HADOOP-6420. (14 years ago) +* 00cb89215017 - HADOOP-6634. Fix AccessControlList to use short names to verify access control. Contributed by Vinod Kumar Vavilapalli. (14 years ago) +* 8991eb795994 - HADOOP-6678. Remove FileContext#isFile, isDirectory and exists. Contributed by Eli Collins. (14 years ago) +* c59b4cd966eb - HADOOP-6722. NetUtils.connect should check that it hasn't connected a socket to itself. Contributed by Todd Lipcon. (14 years ago) +* cd85fc46dc4d - HADOOP-6724. IPC doesn't properly handle IOEs thrown by socket factory. Contributed by Todd Lipcon. (14 years ago) +* f1fee1804a7c - Fixed incorrect description in CHANGES.txt for Hadoop-6701. (14 years ago) +* d2ca51b859d6 - HADOOP-6701. Fix incorrect exit codes returned from chgrp, chown and chgrp commands from FsShell. Contributed by Ravi Phulari. (14 years ago) +* e333072144a8 - HADOOP-6703. Prevent renaming a file, directory or symbolic link to itself. Contributed by Eli Collins. (14 years ago) +* b212ed99c593 - HADOOP-6713. The RPC server Listener thread is a scalability bottleneck. Contributed by Dmytro Molkov. (14 years ago) +* 9ad633f01170 - HADOOP-6677. InterfaceAudience.LimitedPrivate should take a string not an enum. (14 years ago) +* 2bec54de58ca - HADOOP-6667. RPC.waitForProxy should retry through NoRouteToHostException. Contributed by Todd Lipcon. (14 years ago) +* 75e0b765ea44 - Move the change log of HADOOP-6692 to the right section. (14 years ago) +* 33e3f7949bb3 - HADOOP-6692. Add FileContext#listStatus that returns an iterator. Contributed by Hairong Kuang. (14 years ago) +* 5075d7dbde8b - HADOOP-6717. Log levels in o.a.h.security.Groups too high. Todd Lipcon via jghoman. (14 years ago) +* 18262cc096da - HADOOP-6635. Install/deploy source jars to Maven repo. (Patrick Angeles via jghoman) (14 years ago) +* 27a9fce10dbf - HADOOP-6710. Symbolic umask for file creation is not conformant with posix. Contributed by Suresh Srinivas. (14 years ago) +* 67c006c322c3 - HADOOP-6521. User specified umask using deprecated dfs.umask must override server configured using new dfs.umaskmode for backward compatibility. Contributed by Suresh Srinivas. (14 years ago) +* 50f24d774e0c - HADOOP-6686. Remove redundant exception class name from the exception message for the exceptions thrown at RPC client. Contributed by Suresh Srinivas. (14 years ago) +* 1e82194428e2 - HADOOP-6719. Insert all missing methods in FilterFs. (Rodrigo Schmidt via dhruba) (14 years ago) +* b183665c7f34 - HADOOP-6690. FilterFileSystem correctly handles setTimes call. (Rodrigo Schmidt via dhruba) (14 years ago) +* 980f99bfb7b1 - HADOOP-6658. Exclude Private elements from generated Javadoc. (14 years ago) +* 97c38f94f575 - HADOOP-6439. Fixes handling of deprecated keys to follow order in which keys are defined. Contributed by V.V.Chaitanya Krishna. (14 years ago) +* 6f89a6465735 - HADOOP-6657. Add a capitalization method to StringUtils for MAPREDUCE-1545 (14 years ago) +* a0ef69df269e - HADOOP-6705. Fix to work with 1.5 version of jiracli (14 years ago) +* b802476d9d44 - HADOOP-6580. UGI should contain authentication method. (14 years ago) +* 87c788d2e1c7 - HADOOP-6689. Add directory renaming test to existing FileContext tests. Contributed by Eli Collins. (14 years ago) +* 631f45618d65 - HADOOP-6507. Hadoop Common Docs - delete 3 doc files that do not belong under Common. Contributed by Corinne Chandel. (14 years ago) +* fb154e3a032d - HADOOP-6691. TestFileSystemCaching sometimes hangs. Contributed by Hairong Kuang. (14 years ago) +* 4c062c79c351 - HADOOP-6680. hadoop-cloud push command invokes proxy creation. Contributed by Andrew Klochkov. (14 years ago) +* 7b1ac5ac13f5 - HADOOP-6640. FileSystem.get() does RPC retries within a static synchronized block. Contributed by Hairong Kuang. (14 years ago) +* 6f35c10aab9d - HADOOP-6654. Fix code example in WritableComparable javadoc. Contributed by Tom White (14 years ago) +* f4d31cd029f8 - HADOOP-6566. Add methods supporting, enforcing narrower permissions on local daemon directories. Contributed by Arun Murthy and Luke Lu (14 years ago) +* 980f819047e3 - HADOOP-6646. Move HarfileSystem out of Hadoop Common. (mahadev) (14 years ago) +* e381af1e1ecc - HADOOP-6645. Re: Bugs on listStatus for HarFileSystem (rodrigo via mahadev) (14 years ago) +* 35de12b8ed79 - HADOOP-6645. Bugs on listStatus for HarFileSystem (rodrigo via mahadev) (14 years ago) +* 0485fe23ba76 - HADOOP-6471. StringBuffer -> StringBuilder - conversion of references as necessary. Contributed by Kay Kay. (14 years ago) +* 124137ff01d2 - HADOOP-6175. Incorrect version compilation with es_ES.ISO8859-15 locale on Solaris 10. Contributed by Urko Benito. (14 years ago) +* 81c448ae855f - HADOOP-6637. Benchmark for establishing RPC session. Contributed by Konstantin Shvachko. (14 years ago) +* f32ffc750a31 - HADOOP-6593. TextRecordInputStream doesn't close SequenceFile.Reader. Contributed by Chase Bradford. (14 years ago) +* c8ffb2249ac5 - HADOOP-6546. BloomMapFile can return false negatives. Contributed by Clark Jefcoat. (14 years ago) +* a0a4bf08d3ba - HADOOP-3659. Patch to allow hadoop native to compile on Mac OS X. Contributed by Colin Evans and Allen Wittenauer. (14 years ago) +* b769d6463b61 - HADOOP-6407. Have a way to automatically update Eclipse .classpath file when new libs are added to the classpath through Ivy. (14 years ago) +* 637cf89e180a - HADOOP-6591. HarFileSystem can handle paths with the whitespace characters. (Rodrigo Schmidt via dhruba) (14 years ago) +* 6e86a671e00d - HADOOP-6486. Update a few straggling references to Avro 1.2.0 to 1.3.0. (14 years ago) +* 74d409c4bb96 - HADOOP-6486. fix common classes to work with Avro 1.3 reflection. Contributed by cutting. (14 years ago) +* fe01f920a147 - HADOOP-6504. Invalid example in the documentation of org.apache.hadoop.util.Tool. Contributed by Benoit Sigoure. (14 years ago) +* b1ec35e60c24 - HADOOP-6609. Fixed deadlock in RPC by replacing shared static DataOutputBuffer in the UTF8 class with a thread local variable. (omalley) (14 years ago) +* 393baff73201 - HADOOP-6569. FsShell#cat should avoid calling unecessary getFileStatus before opening a file to read. Contributed by Hairong Kuang. (14 years ago) +* 1ab5aa5279fc - HADOOP-6537 Declare more detailed exceptions in FileContext and AbstractFileSystem (Suresh Srinivas via Sanjay Radia) (14 years ago) +* 6b9fb8c78b4c - HADOOP-6599 Split existing RpcMetrics into RpcMetrics & RpcDetailedMetrics. (Suresh Srinivas via Sanjay Radia) (14 years ago) +* b4e4ed2b1436 - Set JDiff stable to 0.20.2 (14 years ago) +* 80d0e78a03bb - JDiff output for release 0.20.2 (14 years ago) +* c93a9128ff14 - HADOOP-6589. Provide better error messages when RPC authentication fails. (Kan Zhang via omalley) (14 years ago) +* 1d8cb8b78567 - HADOOP-6594. Provide a fetchdt tool via bin/hdfs. Contributed by Jakob Homan. (14 years ago) +* c4c122a0def5 - HADOOP-6586. Log authentication and authorization failures and successes for RPC (14 years ago) +* ea650d8d6c13 - HADOOP-1849. Add undocumented configuration parameter for per handler call queue size in IPC Server. Contributed by Konstantin Shvachko. (14 years ago) +* 27ab7f3db9a1 - HADOOP-6573. Support for persistent delegation tokens. Contributed by Jitendra Pandey. (14 years ago) +* 7785232da5a1 - HADOOP-6568. Adds authorization for the default servlets. Contributed by Vinod Kumar Vavilapalli. (14 years ago) +* 37214591e9e1 - HADOOP-6596. Add a version field to the AbstractDelegationTokenIdentifier's serialized value. (omalley) (14 years ago) +* 831da664936e - HADOOP-6579. Provide a mechanism for encoding/decoding Tokens from a url-safe string and change the commons-code library to 1.4. (omalley) (14 years ago) +* 4eedc77275c3 - HADOOP-6467. Improve the performance on HarFileSystem.listStatus(..). Contributed by mahadev (14 years ago) +* c5622e5d4df0 - HADOOP-6543. Allows secure clients to talk to unsecure clusters. Contributed by Kan Zhang. (14 years ago) +* ffdde40b9f18 - HADOOP-6583. Captures authentication and authorization metrics. Contributed by Devaraj Das. (14 years ago) +* 115ef5b8c756 - HADOOP-6545. Changes the Key for the FileSystem cache to be UGI. Contributed by Devaraj Das. (14 years ago) +* 9871771bb55b - HADOOP-6577. Add hidden configuration option "ipc.server.max.response.size" to change the default 1 MB, the maximum size when large IPC handler response buffer is reset. Contributed by Suresh Srinivas. (14 years ago) +* d099c1c78a97 - HADOOP-6572. Makes sure that SASL encryption and push to responder queue for the RPC response happens atomically. Contributed by Kan Zhang. (14 years ago) +* a417a8faeaa1 - HADOOP-6551. Delegation token renewing and cancelling should provide meaningful exceptions when there are failures instead of returning false. (omalley) (14 years ago) +* 50dcc335be3f - HADOOP-6558. Return null in HarFileSystem.getFileChecksum(..) since no checksum algorithm is implemented. (14 years ago) +* 4b4e9d741e3a - HADOOP-6570. RPC#stopProxy throws NPE if getProxyEngine(proxy) returns null. Contributed by Hairong Kuang. (14 years ago) +* 3a7841aeb8fe - HADOOP-6549. TestDoAsEffectiveUser should use ip address of the host for superuser ip check (14 years ago) +* 18c6d657492b - HADOOP-6560. Handle invalid har:// uri in HarFileSystem. (14 years ago) +* 44185c387432 - prep for making 0.20.2 rc2 (14 years ago) +* ea605b8cd791 - HADOOP-6421 Adds Symbolic links to FileContext, AbstractFileSystem. It also adds a limited implementation for the local file system (RawLocalFs) that allows local symlinks. (Eli Collins via Sanjay Radia) (14 years ago) +* 8b4b190cbd46 - HADOOP-6559. Makes the RPC client automatically re-login when the SASL connection setup fails. This is applicable only to keytab based logins. Contributed by Devaraj Das. (14 years ago) +* 96a1477d02e2 - HADOOP-6534. Trim whitespace from directory lists initializing LocalDirAllocator. Contributed by Todd Lipcon (14 years ago) +* fc83909c3f69 - HADOOP-6548. Replace mortbay imports with commons logging. (14 years ago) +* e0a0e6b9f5fc - HADOOP-6505. Use tr rather than sed to effect literal substitution in the build script. Contributed by Allen Wittenauer (14 years ago) +* 139b2ea1a287 - HADOOP-5612. Commit to branch 0.20 (14 years ago) +* e9ff6510bda9 - HADOOP-5611. Commit to branch 0.20 (14 years ago) +* 8061821ca2d8 - HADOOP-6522. Fix decoding of codepoint zero in UTF8. (14 years ago) +* cfbdd1aff4df - HADOOP-6552. Puts renewTGT=true and useTicketCache=true for the keytab kerberos options. Contributed by Devaraj Das. (14 years ago) +* 38c59c0af759 - HADOOP-6547. Move DelegationToken into Common, so that it can be used by MapReduce also. (devaraj via omalley) (14 years ago) +* 5b0d8a016219 - HADOOP-6540. Contrib unit tests have invalid XML for core-site, etc. Contributed by Aaron Kimball. (14 years ago) +* 1793e7d9094c - HADOOP-6510. Adds a way for superusers to impersonate other users in a secure environment. Contributed by Jitendra Nath Pandey. (14 years ago) +* f786508cd3e5 - HADOOP-6538. Sets hadoop.security.authentication to simple by default. Contributed by Devaraj Das. (14 years ago) +* 9f7a07f9087e - HADOOP-6531. Enhance FileUtil with an API to delete all contents of a directory. Contributed by Amareshwari Sriramadasu. (14 years ago) +* 940389afce6a - HADOOP-6419. Adds SASL based authentication to RPC. Contributed by Kan Zhang. (14 years ago) +* fe0ddc03e115 - HADOOP-6518. Makes the UGI honor the env var KRB5CCNAME. Contributed by Owen O'Malley. (14 years ago) +* 96cd62f8d553 - HADOOP-6520. Adds APIs to read/write Token and secret keys. Also adds the automatic loading of tokens into UserGroupInformation upon login. The tokens are read from a file specified in the environment variable. Contributed by Devaraj Das. (14 years ago) +* ba8647f511e1 - HADOOP-6520. Adds APIs to read/write Token and secret keys. Also adds the automatic loading of tokens into UserGroupInformation upon login. The tokens are read from a file specified in the environment variable. Contributed by Devaraj Das. (14 years ago) +* 611340714b01 - HADOOP-6517. Fix UserGroupInformation so that tokens are saved/retrieved to/from the embedded Subject. Contributed by Owen O'Malley & Kan Zhang. (14 years ago) +* 0c5734e4aca8 - HADOOP-6299. Reimplement the UserGroupInformation to use the OS specific and Kerberos JAAS login. (omalley) (15 years ago) +* 34d1b39c7525 - HADOOP-6498. IPC client bug may cause rpc call hang. Contributed by Ruyue Ma and Hairong Kuang. (15 years ago) +* d6f4cf3dfec0 - Revert commit 903015 because it was tagged with the wrong jira number HADOOP-6459. (15 years ago) +* 3ef40e13449b - HADOOP-6459. IPC client bug may cause rpc call hang. Contributed by Hairong Kuang. (15 years ago) +* f38a996b4c7f - HADOOP-6290. Prevent duplicate slf4j-simple jar via Avro's classpath. Contributed by Owen O'Malley (15 years ago) +* aaf3b6c6ff3d - HADOOP-6495. Identifier should be serialized after the password is created In Token constructor (jnp via boryas) (15 years ago) +* c7a3c785f837 - HADOOP-6374. JUnit tests should never depend on anything in conf. Contributed by Anatoli Fomenko. (15 years ago) +* f3477eb32455 - HADOOP-6497. Add an adapter for Avro's SeekableInput interface, so that Avro can read FileSystem data. Contributed by Aaron Kimball. (15 years ago) +* 4cd159e83eb5 - HADOOP-6492. Make some Avro serialization APIs public. Contributed by Aaron Kimball. (15 years ago) +* a90d3205d2a2 - HADOOP-6489. Fix 3 findbugs warnings. Contributed by Erik Steffl. (15 years ago) +* 08561f76dbac - HADOOP-6155. Deprecate RecordIO anticipating Avro. Contributed by Tom White (15 years ago) +* daed679fc17c - HADOOP-6451. Fix build to run contrib unit tests. Contributed by Tom White (15 years ago) +* 4cecab7c1075 - HADOOP-6315. Avoid incorrect use of BuiltInflater/BuiltInDeflater in GzipCodec. Contributed by Aaron Kimball (15 years ago) +* 8942119b0441 - HADOOP-6464. Write a Rackspace cloud provider. (15 years ago) +* 1ca1bfb2e5cc - HADOOP-6420. Add functionality permitting subsets of Configuration to be interpreted as Map. Contributed by Aaron Kimball (15 years ago) +* dec4c1614ee3 - HADOOP-6479. TestUTF8 assertions could fail with better text. Contributed by Steve Loughran. (15 years ago) +* 889528e38768 - HADOOP-6408. Add a /conf servlet to dump running configuration. Contributed by Todd Lipcon. (15 years ago) +* b55377a30da3 - HADOOP-6466. Add a ZooKeeper service to the cloud scripts. (15 years ago) +* ae91b5d0f4b1 - HADOOP-3205. Read multiple chunks directly from FSInputChecker subclass into user buffers. Contributed by Todd Lipcon. (15 years ago) +* efcad0650609 - HADOOP-6443. Serialization classes accept invalid metadata. Contributed by Aaron Kimball. (15 years ago) +* 3cb2e3112b3c - HADOOP-6472. add tokenCache option to GenericOptionsParser for passing file with secret keys to a map reduce job. (boryas) (15 years ago) +* e683a0d2218a - HADOOP-5849 hadoop-env.sh still refers to java1.5 (15 years ago) +* 7d2440515c5f - HADOOP-6402. testConf.xsl is not well-formed XML. Contributed by Steve Loughran. (15 years ago) +* 29a1ba1e8fb1 - HADOOP-6460. Reinitializes buffers used for serializing responses in ipc server on exceeding maximum response size to free up Java heap. Contributed by Suresh Srinivas. (15 years ago) +* d115e2cc3a15 - HADOOP-6435. Make RPC.waitForProxy with timeout public. Contributed by Steve Loughran. (15 years ago) +* cc2f077d4371 - HADOOP-6452 Hadoop JSP pages don't work under a security manager (15 years ago) +* 583c41bfac1d - HADOOP-6434 Make HttpServer slightly easier to manage/diagnose faults with (15 years ago) +* bb9a3d38b401 - Correction for the placement of some JIRAs: were put to the trunk's sections instead of ones for Release 0.21. (15 years ago) +* 0ebcb62515af - HADOOP-6454. Create setup.py for EC2 cloud scripts. (15 years ago) +* d2bae8756c20 - HADOOP-6444. Support additional security group option in hadoop-ec2 script. Contributed by Paul Egan. (15 years ago) +* 3d3e1ff3f89c - HADOOP-6462. Target compile does not exist in contrib/cloud. (15 years ago) +* fe479755c39b - HADOOP-6415. Adds a common token interface for both job token and delegation token. Contributed by Kan Zhang. (15 years ago) +* ae93ba7501d9 - HADOOP-4656. Add a user to groups mapping service (boryas and acmurthy_) (15 years ago) +* ea5db0c5ab1b - HADOOP-6394. Add a helper class to simplify FileContext related tests and improve code reusability. Contributed by Jitendra Nath Pandey. (15 years ago) +* 6a1e8bf45209 - HADOOP-6426. Create ant build for running EC2 unit tests. (15 years ago) +* 875c9d62c6db - HADOOP-6441. Protect web ui from cross site scripting attacks (XSS) on the host http header and using encoded utf-7. (omalley) (15 years ago) +* e8d9bf47ab0c - HADOOP-6222. Core doesn't have TestCommonCLI facility. Contributed by Konstantin Boudnik. (15 years ago) +* 7a9ec5d90b55 - Reverting HADOOP-5901. FileSystem.fixName() has unexpected behaviour. (15 years ago) +* 74b46cf87e6b - HADOOP-5901. FileSystem.fixName() has unexpected behaviour. Contributed by Aaron Kimball. (15 years ago) +* 1a2ab63f87bc - Add missing file for HADOOP-6413. (15 years ago) +* a0e1451108a6 - HADOOP-6413. Move TestReflectionUtils to Common. Contributed by Todd Lipcon. (15 years ago) +* ee6468b8a1c4 - HADOOP-5958. Use JDK 1.6 File APIs in DF.java wherever possible. Contributed by Aaron Kimball. (15 years ago) +* e28b9aefd75f - HADOOP-6391. Classpath should not be part of command line arguments. Contributed by Cristian Ivascu. (15 years ago) +* 22fb49704b6e - HADOOP-6414. Add command line help for -expunge command. Contributed by Ravi Phulari. (15 years ago) +* c4e11269808e - HADOOP-6433. Introduce asychronous deletion of files via a pool of threads. This can be used to delete files in the Distributed Cache. (Zheng Shao via dhruba) (15 years ago) +* 2ee80854a5d1 - HADOOP-6422. Remove log line. (15 years ago) +* 6c842ad4b5cb - AVRO-6422. Make RPC backend plugable. (15 years ago) +* 843ac12f7a9b - HADOOP-6323. Add comparators to the serialization API. Contributed by Aaron Kimball. (15 years ago) +* f9cb8b0d4511 - Add pyAntTasks jar for HADOOP 6426. (15 years ago) +* d7fb2d3c859c - HADOOP-6428. HttpServer sleeps with negative values. Contributed by Konstantin Boudnik (15 years ago) +* a473f3773342 - HADOOP-6346. Add support for specifying unpack pattern regex to RunJar.unJar. Contributed by Todd Lipcon. (15 years ago) +* 2e5fd1c0ab93 - HADOOP-6392. Run namenode and jobtracker on separate EC2 instances. (15 years ago) +* 368b6cc85b03 - HADOOP-6254. Slow reads cause s3n to fail with SocketTimeoutException. Contributed by Andrew Hitchcock. (15 years ago) +* 929e91a08c53 - HADOOP-6386. NameNode's HttpServer can't instantiate InetSocketAddress: IllegalArgumentException is thrown. Contributed by Konstantin Boudnik. (15 years ago) +* 934deda19013 - HADOOP-6396. Fix unhelpful exception message when unable to parse umask (jghoman) (15 years ago) +* 3549d30d7eaf - HADOOP-6411. Remove deprecated file src/test/hadoop-site.xml. Contributed by Konstantin Boudnik. (15 years ago) +* 8d6c5c41f255 - HADOOP-6400. Log errors getting Unix UGI. Contributed by Todd Lipcon. (15 years ago) +* ef643fd06b74 - HADOOP-6405. Update Eclipse configuration to match changes to Ivy configuration. Contributed by Edwin Chan. (15 years ago) +* 98beeca09d2e - HADOOP-6307. Add a new SequenceFile.Reader constructor in order to support reading on un-closed file. (15 years ago) +* ff6c0ef54742 - HADOOP-6108. Add support for EBS storage on EC2. (15 years ago) +* 36700348c1cb - HADOOP-6398. Build is broken after HADOOP-6395 patch has been applied. Contributed by Konstantin Boudnik (15 years ago) +* fc880f9794d1 - HADOOP-6395. Upgrade some libraries to be consistent across common, hdfs, and mapreduce. (omalley) (15 years ago) +* f6990e06b4d2 - HADOOP-6375. Sync documentation for FsShell du with its implementation. Contributed by Todd Lipcon (15 years ago) +* 09ec9c4ffcb2 - HADOOP-6269. Fix threading issue with defaultResource in Configuration. Contributed by Sreekanth Ramakrishnan (15 years ago) +* bd92322d22be - HADOOP-6367. Removes Access Token implementation from common. Contributed by Kan Zhang. (15 years ago) +* cdcb8514a030 - HADOOP-6314. Fix "fs -help" for the "-count" commond. Contributed by Ravi Phulari (15 years ago) +* 2eba5972edc4 - HADOOP-6366. Reduce ivy console output to ovservable level. Contributed by Konstantin Boudnik. (15 years ago) +* ad884406518e - HADOOP-6337. Updates FilterInitializer class to be more visible, and the init of the class is made to take a Configuration argument. Contributed by Jakob Homan. (15 years ago) +* af59233ce10a - HADOOP-6341. Fix test-patch.sh for checkTests function. ( gkesavan ) (15 years ago) +* f5f95fe43aa5 - HADOOP-6343. Log unexpected throwable object caught in RPC. Contributed by Jitendra Nath Pandey (15 years ago) +* 408117957e64 - HADOOP-6347. run-test-core-fault-inject runs a test case twice if -Dtestcase is set. Contributed by Konstantin Boudnik (15 years ago) +* 382af3f62737 - HADOOP-6344. Fix rm and rmr immediately delete files rather than sending to trash, if a user is over-quota. Contributed by Jakob Homan. (15 years ago) +* 3f371a0a6441 - Hadoop-6223. Add new file system interface AbstractFileSystem with implementation of some file systems that delegate to old FileSystem. Contributed by Sanjay Radia. (15 years ago) +* b5c31f4ee65a - HADOOP-6313. Implement Syncable interface in FSDataOutputStream to expose flush APIs to application users. Contributed by Hairong Kuang. (15 years ago) +* a5427fc7eb41 - HADOOP-6334. Fix GenericOptionsParser and Path to have a better URI support. Contributed by Amareshwari Sriramadasu (15 years ago) +* b828f4ee78d7 - HADOOP-5107. Remove generated files from subversion. (15 years ago) +* f0f3fdbd3d7b - HADOOP-5107. Use Maven ant tasks to publish the subproject jars. (Giridharan Kesavan via omalley) (15 years ago) +* f9dee2808577 - HADOOP-6318. Move CHANGES.txt message to 0.21 section. (15 years ago) +* a13a0f3fba17 - HADOOP-6318. Upgrade to Avro 1.2.0. (15 years ago) +* d7a7f02c3eb9 - HADOOP-6326. Hundson runs should check for AspectJ warnings and report failure if any is present. Contributed by Konstantin Boudnik (15 years ago) +* 9b0a0745d898 - HADOOP-6329. Add build-fi directory to the ignore lists. (15 years ago) +* 4f4c74f76e0f - HADOOP-6327. FileContext tests should not use /tmp and should clean up files. Contributed by Sanjay Radia (15 years ago) +* 19e8d6ad67c6 - HADOOP-6218. Moving the commit comment to 0.20.2. (15 years ago) +* 22bb3c6b77bb - Remove entries moved to 0.20.2 (15 years ago) +* 449ac4ab870b - HADOOP-6292. Update native libraries guide. Contributed by Corinne Chandel (15 years ago) +* 7313955d04c9 - HADOOP-6097. Fix Path conversion in makeQualified and reset LineReader byte count at the start of each block in Hadoop archives. Contributed by Ben Slusky, Tom White, and Mahadev Konar (15 years ago) +* 1ecee2e06287 - HADOOP-6312. Remove unnecessary debug logging in Configuration constructor. Contributed by Aaron Kimball (15 years ago) +* c5bce7be4795 - HADOOP-6293. Fix FsShell -text to work on filesystems other than the default. (15 years ago) +* 3e9ba3584153 - HADOOP-6204. Implementing aspects development and fault injeciton framework for Hadoop. Contributed by Konstantin Boudnik (15 years ago) +* 512a39264f97 - HADOOP-6309. Change build.xml to run tests with java asserts. Contributed by Eli Collins (15 years ago) +* fed32afd17ec - HADOOP-6218. Adds a feature where TFile can be split by Record Sequeunce number. Contributed by Hong Tang and Raghu Angadi. (15 years ago) +* d3c314e450a2 - HADOOP-6305. Unify build property names to facilitate cross-projects modifications. Contributed by Konstantin Boudnik (15 years ago) +* 780efea7aee1 - Eclipse .classpath template has outdated jar files and is missing some new ones. Contributed by Konstantin Boudnik (15 years ago) +* b903b25072a6 - HADOOP-6279. Add Runtime::maxMemory to JVM metrics. Contributed by Todd Lipcon (15 years ago) +* 710d51776855 - HADOOP-6283. Improve the exception messages thrown by FileUtil$HardLink.getLinkCount(..). (15 years ago) +* 64f537da0a21 - HADOOP-6286. Fix bugs in related to URI handling in glob methods in FileContext. Contributed by Boris Shkolnik. (15 years ago) +* 59ab2c5d315a - HADOOP-6284. Add a new parameter, HADOOP_JAVA_PLATFORM_OPTS, to hadoop-config.sh so that it allows setting java command options for JAVA_PLATFORM. Contributed by Koji Noguchi (15 years ago) +* 2031231edbec - HADOOP-6285. Fix the result type of the getParameterMap method in the HttpServer.QuotingInputFilter. (omalley) (15 years ago) +* 9de98c42cb68 - HADOOP-6281. Avoid null pointer exceptions when the jsps don't have paramaters (omalley) (15 years ago) +* 779e2a575358 - Add build.properties to svnignore and gitignore. (15 years ago) +* 0243cf3672d5 - HADOOP-6261. Add URI based tests for FileContext. Contributed by Ravi Pulari. (15 years ago) +* 373bf85f56b1 - HADOOP-6274. Fix TestLocalFSFileContextMainOperations test failure. Contributed by Gary Murry. (15 years ago) +* 277dd0e2a333 - Fix up formatting of header after branch (15 years ago) +* 434271043444 - Branching for 0.21 (15 years ago) +* 7cc6a8e8ce22 - HADOOP-6260. Add additional unit tests for FileContext util methods. Contributed by Gary Murray. (15 years ago) +* 6ef255295332 - HADOOP-6233. Rename configuration keys towards API standardization and backward compatibility. Contributed by Jithendra Pandey. (15 years ago) +* fa48d9ea17e7 - HADOOP-6271. Add recursive and non recursive create and mkdir to FileContext. Contributed by Sanjay Radia. (15 years ago) +* 1695ecd1a3bb - HADOOP-6240. Add new FileContext rename operation that posix compliant that allows overwriting existing destination. Contributed by Suresh Srinivas. (15 years ago) +* c722a45f472a - HADOOP-6267. Permit building contrib modules located in external source trees. Contributed by Todd Lipcon. (15 years ago) +* 758f8a5abec5 - HADOOP-6270. Support deleteOnExit in FileContext. Contributed by Suresh Srinivas (15 years ago) +* ea50f154077e - HADOOP-6170. Add facility to tunnel Avro RPCs through Hadoop RPCs. (15 years ago) +* 366b1b1dd6f1 - HADOOP-6151. Added a input filter to all of the http servlets that quotes html characters in the parameters, to prevent cross site scripting attacks. (omalley) (15 years ago) +* 446309b039e3 - HADOOP-6268. Add ivy jar to .gitignore. Contributed by Todd Lipcon (15 years ago) +* bec1f274cce7 - HADOOP-6217. Update documentation for project split. (Corinne Chandel via omalley) (15 years ago) +* 0294c49df601 - HADOOP-4952. Add new improved file system interface FileContext for the application writer. Contributed by Sanjay Radia. (15 years ago) +* 7ee09e0939b1 - HADOOP-6257. Two TestFileSystem classes are confusing hadoop-hdfs-hdfwithmr. Contributed by Philip Zeyliger. (15 years ago) +* 9164c6319ec6 - HADOOP-6216. Support comments in host files. Contributed by Ravi Phulari and Dmytro Molkov (15 years ago) +* 78cff65f33c9 - HADOOP-6250. Modify test-patch to delete copied XML files before running patch build. Contributed by Rahul Kumar Singh. (15 years ago) +* 7612b78838ee - Reverted files from my last commit that should have just updated the jdiff for 0.20.1. (15 years ago) +* 2cf010bf4191 - Jdiff output for release 0.20.1 (15 years ago) +* 254afbfe9641 - HADOOP-5879. Read compression level and strategy from Configuration for gzip compression. Contributed by He Yongqiang (15 years ago) +* 3617ed0badf8 - HADOOP-6246. Add backward compatibility support to use deprecated decimal umask from old configuration. Contributed by Jakob Homan. (15 years ago) +* c9cc61e85389 - HADOOP-6196. Fix a bug in SequenceFile.Reader where syncing within the header would cause the reader to read the sync marker as a record. Contributed by Jay Booth (15 years ago) +* ae6721a85a23 - HADOOP-6252. Provide a method to determine if a deprecated key is set in config file. Contributed by Jakob Homan. (15 years ago) +* 86724941c514 - HADOOP-4012. Provide splitting support for bzip2 compressed files. Contributed by Abdul Qadeer (15 years ago) +* efb3e17bed14 - HADOOP-6181. Fix .eclipse.templates/.classpath for avro and jets3t jar files. Contributed by Carlos Valiente (15 years ago) +* d9e6a9b15ff3 - HADOOP-5073. Add annotation mechanism for interface classification. Contributed by Jakob Homan. (15 years ago) +* cdbb724edbe0 - HADOOP-6234. Add new option dfs.umaskmode to set umask in configuration to use octal or symbolic instead of decimal. Contributed by Jakob Homan. (15 years ago) +* 3f384b42d227 - HADOOP-6235. Adds new method to FileSystem for clients to get server defaults. Contributed by Kan Zhang. (15 years ago) +* 174b3e8a7482 - HADOOP-6009. S3N listStatus incorrectly returns null instead of empty array when called on empty root. Contributed by Ian Nowland. (15 years ago) +* 4a4dd27571c4 - HADOOP-6243. Fix a NullPointerException in processing deprecated keys. Contributed by Sreekanth Ramakrishnan. (15 years ago) +* d09ade4d0b64 - HADOOP-6203. FsShell rm/rmr error message indicates exceeding Trash quota and suggests using -skpTrash, when moving to trash fails. Contributed by Boris Shkolnik. (15 years ago) +* f95ec3f5bf12 - HADOOP-6133. Add a caching layer to Configuration::getClassByName to alleviate a performance regression introduced in a compatibility layer. Contributed by Todd Lipcon (15 years ago) +* 9b0b37e410af - HADOOP-6229. Attempt to make a directory under an existing file on LocalFileSystem should throw an Exception. Contributed by Boris Shkolnik. (15 years ago) +* e24071be0aec - HADOOP-6105. Adds support for automatically handling deprecation of configuration keys. Contributed by V.V.Chaitanya Krishna. (15 years ago) +* e324c2069203 - HADOOP-6230. Moved process tree and memory calculator related classes from Common to Map/Reduce. Contributed by Vinod Kumar Vavilapalli. (15 years ago) +* 2aee3eda33ca - HADOOP-6231. Allow caching of filesystem instances to be disabled on a per-instance basis. (15 years ago) +* d6428581ff6a - HADOOP-6165. Add metadata to Serializations. (15 years ago) +* e5fef21b1859 - HADOOP-4675 Current Ganglia metrics implementation is incompatible with Ganglia 3.1 -- reversing this patch (15 years ago) +* 412efb84f25b - HADOOP-4675 Current Ganglia metrics implementation is incompatible with Ganglia 3.1 (15 years ago) +* 51d1c6ffa711 - HADOOP-4675 Current Ganglia metrics implementation is incompatible with Ganglia 3.1 (15 years ago) +* a3c52b93eaa0 - HADOOP-6226. Moves BoundedByteArrayOutputStream from the tfile package to the io package and makes it available to other users (MAPREDUCE-318). Contributed by Jothi Padmanabhan. (15 years ago) +* 9ea11c5fb33c - HADOOP-6224. Add a method to WritableUtils supported a bounded read of an encoded String. Contributed by Jothi Padmanabhan (15 years ago) +* faf9fe98ae08 - HADOOP-6199. Move io.map.skip.index property to core-default from mapred. Contributed by Amareshwari Sriramadasu (15 years ago) +* 6145503acf2f - Revert HADOOP-6224 (15 years ago) +* 75103dc925dc - HADOOP-6227. Fix Configuration to allow final parameters to be set to null and prevent them from being overridden. Contributed by Amareshwari Sriramadasu. (15 years ago) +* 4c66882a6948 - HADOOP-6224. Adds methods to read strings safely, makes the Buffer class in DataOutputBuffer public, and introduces public constructors there. These changes are required for MAPREDUCE-318. Contributed by Jothi Padmanabhan and Arun Murthy. (15 years ago) +* aa10f303e3cb - HADOOP-6215. fix GenericOptionParser to deal with -D with '=' in the value. Contributed by Amar Kamat. (15 years ago) +* 8621b830f825 - HADOOP-6166. Further improve the performance of the pure-Java CRC32 implementation. Contributed by Tsz Wo (Nicholas), SZE (15 years ago) +* a72edd2b1032 - HADOOP-6152. Fix classpath variables in bin/hadoop-config.sh and some other scripts. Contributed by Aaron Kimball (15 years ago) +* 280ab0cf7d71 - HADOOP-6184. Provide an API to dump Configuration in a JSON format. Contributed by V.V.Chaitanya Krishna. (15 years ago) +* 76a77aea7830 - HADOOP-6201. Change FileSystem::listStatus contract to throw FileNotFoundException if the directory does not exist, rather than letting this be implementation-specific. Contributed by Jakob Homan. (15 years ago) +* 0a8e65c23b1a - HADOOP-6103. Clones the classloader as part of Configuration clone. Contributed by Amareshwari Sriramadasu. (15 years ago) +* 1f3337996e76 - HADOOP-6173. Change src/native/packageNativeHadoop.sh to package all native library files. Contributed by Hong Tang (15 years ago) +* e5b72486820b - MAPREDUCE-711. Removed Distributed Cache from Common, to move it under Map/Reduce. Contributed by Vinod Kumar Vavilapalli. (15 years ago) +* 07b43463b8cb - HADOOP-6182. Fix ReleaseAudit warnings. Contributed by Giridharan Kesavan and Lee Tucker (15 years ago) +* a7303bd27993 - Delete the empty file src/core/org/apache/hadoop/fs/LengthFileChecksum.java which was removed by HADOOP-3981. (15 years ago) +* 7ffe5b7f8706 - Reverting HADOOP-6182 and HADOOP-6195 (15 years ago) +* 43f95b50f2e8 - HADOOP-6195. Fix checkstyle xml version tag. Contributed by Lee Tucker (15 years ago) +* 2e34ced206c3 - HADOOP-6182. Fix releaseaudit warnings by adding AL Headers. (15 years ago) +* ec8208f5d348 - HADOOP-6192. Fix Shell.getUlimitMemoryCommand to not rely on Map-Reduce specific configs. (15 years ago) +* 38a84a6c98b0 - HADOOP-6188. TestTrash uses java.io.File api but not hadoop FileSystem api. Contributed by Boris Shkolnik (15 years ago) +* d70dd1a2df60 - HADOOP-6177. FSInputChecker.getPos() would return position greater than the file size. Contributed by Hong Tang. (15 years ago) +* 5fe6906f2a2e - HADOOP-6176. Add a couple package private methods to AccessTokenHandler for testing. Contributed by Kan Zhang (15 years ago) +* 09d826ebed03 - HADOOP-6180. NameNode slowed down when many files with same filename were moved to Trash. Contributed by Boris Shkolnik. (15 years ago) +* 5f53fd8eadbd - HADOOP-6124. Fix javac warning detection in test-patch.sh. Contributed by Giridharan Kesavan (15 years ago) +* ada9e3d79e67 - JDiff output for release 0.19.2 (15 years ago) +* 7be6fc4e5d1a - HADOOP-6169. Removing deprecated method calls in TFile. (hong tang via mahadev) (15 years ago) +* e5ea0ce4a6a0 - HADOOP-6172. Fix jar file names in hadoop-config.sh and include ${build.src} as a part of the source list in build.xml. Contributed by Hong Tang (15 years ago) +* 638a21106714 - HADOOP-6123. Add missing classpaths in hadoop-config.sh. Contributed by Sharad Agarwal (15 years ago) +* 6c12fd33350a - HADOOP-6160. Fix ant releaseaudit target to run on specific directories. (Contributed by Giridharan Kesavan) (15 years ago) +* f4166ddfad5f - move the last change long from trunk to 0.20. (15 years ago) +* e4450e548772 - HADOOP-6150. Users should be able to instantiate comparator using TFile API. (Hong Tang via rangadi) (15 years ago) +* 53c127013ce1 - HADOOP-6132. RPC client create an extra connection because of incorrect key for connection cache. (Kan Zhang via rangadi) (15 years ago) +* 8296413d4988 - HADOOP-6120. Add support for Avro specific and reflect data. Contributed by sharad. (15 years ago) +* 3200b2ec588d - HADOOP-6161. Add get/setEnum methods to Configuration. (15 years ago) +* cd86632a702e - HADOOP-5935. Fix the releaseaudit warning link with test-patch (15 years ago) +* 391112f6ce0a - HADOOP-6138. Eliminate the depracate warnings introduced by H-5438. Contributed by He Yongqiang (15 years ago) +* 5478e9a18868 - HADOOP-6146. Upgrade to JetS3t version 0.7.1. (15 years ago) +* 8bd2486b519e - HADOOP-6148. Implement a fast, pure Java CRC32 calculator which outperforms java.util.zip.CRC32. Contributed by Todd Lipcon and Scott Carey (15 years ago) +* fc1bf705e9b1 - HADOOP-6142. Update documentation and use of harchives for relative paths added in MAPREDUCE-739. Contributed by Mahadev Konar (15 years ago) +* 466f93c8b6cc - HADOOP-6145. Fix FsShell rm/rmr error messages when there is a FNFE. Contributed by Jakob Homan (15 years ago) +* c02527fd041d - Move HADOOP-3315 from 0.21 to 0.20.1 (15 years ago) +* d074c686b3ba - HADOOP-6139. Fix the FsShell help messages for rm and rmr. Contributed by Jakob Homan (15 years ago) +* c38c5a43ffc2 - HADOOP-6099. The RPC module can be configured to not send period pings. The default behaviour remains unchanged. (dhruba) (15 years ago) +* 34d67b1cc23a - HADOOP-5170. Removed change log entry because HADOOP-5170 was reverted from mapreduce. (15 years ago) +* 127254f4a593 - HADOOP-6137. Fix project specific test-patch requirements (15 years ago) +* da8cf6702a72 - HADOOP-6131. A sysproperty should not be set unless the property is set on the ant command line in build.xml (hong tang via mahadev) (15 years ago) +* 708f3fc7819e - HADOOP-5976. Add a new command, classpath, to the hadoop script. Contributed by Owen O'Malley and Gary Murry (15 years ago) +* aa471150ea99 - Move eclipse-plugin from common to mapreduce (15 years ago) +* cf3d3a0643ac - HADOOP-6114. Fix javadoc documentation for FileStatus.getLen. (Dmitry Rzhevskiy via dhruba) (15 years ago) +* b8d9ca281dd2 - HADOOP-6122. The great than operator in test-patch.sh should be "-gt" but not ">". (15 years ago) +* a13237975d02 - HADOOP-2366. Support trimmed strings in Configuration. Contributed by Michele Catasta (15 years ago) +* 80bc92ac3505 - HADOOP-6080 is going to 0.20. (15 years ago) +* 4824a54419f1 - HADOOP-6080. Introduce -skipTrash option to rm and rmr. Contributed by Jakob Homan. (15 years ago) +* e93ebeae51a7 - HADOOP-6109. Change Text to grow its internal buffer exponentially, rather than the max of the current length and the proposed length to improve performance reading large values. Contributed by thushara wijeratna (15 years ago) +* 1d6d98c9fb85 - HADOOP-5897. Promote new name-node metrics to branch 0.20. (15 years ago) +* efc6df7a1153 - HADOOP-5925. EC2 scripts should exit on error. (15 years ago) +* b089f4448db4 - HADOOP-6106. Provides an option in ShellCommandExecutor to timeout commands that do not complete within a certain amount of time. Contributed by Sreekanth Ramakrishnan. (15 years ago) +* 8246aa28ff72 - HADOOP-3315. Add a new, binary file foramt, TFile. Contributed by Hong Tang. (15 years ago) +* 84541f6f91ba - HADOOP-6096. Fix Eclipse project and classpath files following project split. (15 years ago) +* 2c372c70cff2 - HADOOP-5952. Change "-1 tests included" wording in test-patch.sh. Contributed by Gary Murry (15 years ago) +* 513998544af8 - Moving HADOOP-4687 branch to new trunk. (15 years ago) +* cfb96367814a - HADOOP-4687. Pulling trunk docs to branch (15 years ago) +* ff11be542636 - HADOOP-4687 updating docs (15 years ago) +* fb6308f280ad - HADOOP-4687. More merges from trunk. (15 years ago) +* b12d765467fd - HADOOP-4687. Merge -r 784663:785643 from trunk to branch. (15 years ago) +* c2d07b4fcd2d - HADOOP-4687. Updating CHANGES.txt (15 years ago) +* c2226e068051 - HADOOP-4687 Setup .gitignore and .eclipse.templates (15 years ago) +* bcd64325a11c - Merged src/core, src/test/core, src/contrib/eclipse-plugin, and src/contrib/ec2 from trunk 776174:784663 (15 years ago) +* 74a4cc56e8f5 - HADOOP-4687 Fix svnignore for the project split (15 years ago) +* 244380a885f5 - Fix core test failrues (15 years ago) +* 5c7b7adacb47 - HADOOP-4687. Fix some of the remaining javadoc warnings. (15 years ago) +* bb957bd2cdf3 - Fix test-patch.sh script for eclipse classpath verification (15 years ago) +* 01d81f4e51c6 - To fix test targets (15 years ago) +* c984f6c77e31 - Fix jdiff and javadoc target (15 years ago) +* 7e7fd2ce5b75 - fixed test test-core and test-contrib targets (15 years ago) +* a72da1135b33 - remove webapps (15 years ago) +* bd524bd9608f - move test and xml files (15 years ago) +* ac670cc47f06 - Fixed basic hadoop core targets (15 years ago) +* 95a0db602b2e - HADOOP-4687. move test dirs (15 years ago) +* c967cef4d3b8 - HADOOP-4687 move more src dirs (15 years ago) +* cab0a4bf543f - HADOOP-4687 split the contrib dirs (15 years ago) +* abe7be913432 - HADOOP-4687 Moving directories around (15 years ago) +* c94ff0f240de - HADOOP-4687 More moving around (15 years ago) +* 5128a9a453d6 - HADOOP-4687 Moving src directories on branch (15 years ago) \ No newline at end of file diff --git a/pythoncommons/test-scripts/download.sh b/pythoncommons/test-scripts/download.sh new file mode 100644 index 0000000..e7ca94e --- /dev/null +++ b/pythoncommons/test-scripts/download.sh @@ -0,0 +1,16 @@ +function download-random-jars { + if [ $# -ne 1 ]; then + echo "Usage: $0 " + return 1 + fi + local target_dir=$1 + + rate_limit="" +# rate_limit="--limit-rate=50k" + + wget $rate_limit -P $target_dir -nH --reject="index.html*" --no-parent https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar + wget $rate_limit -P $target_dir -nH --reject="index.html*" --no-parent https://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar + wget $rate_limit -P $target_dir -nH --reject="index.html*" --no-parent https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar + wget $rate_limit -P $target_dir -nH --reject="index.html*" --no-parent https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar + echo "Downloaded to: $target_dir" +} diff --git a/pythoncommons/test-scripts/script_that_fails.sh b/pythoncommons/test-scripts/script_that_fails.sh new file mode 100755 index 0000000..fcab600 --- /dev/null +++ b/pythoncommons/test-scripts/script_that_fails.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +echo "I am dumb and fail instantly" +exit 1 \ No newline at end of file diff --git a/pythoncommons/test-scripts/script_with_args.sh b/pythoncommons/test-scripts/script_with_args.sh new file mode 100755 index 0000000..209352c --- /dev/null +++ b/pythoncommons/test-scripts/script_with_args.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +echo "arg: $1" +echo "arg: $2" +echo "arg: $3" \ No newline at end of file diff --git a/pythoncommons/test-scripts/sleeping_loop.sh b/pythoncommons/test-scripts/sleeping_loop.sh new file mode 100755 index 0000000..96aed0b --- /dev/null +++ b/pythoncommons/test-scripts/sleeping_loop.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +. utils.sh + +for i in $(seq 1 10); do + echo "stdout: $i"; + echoerr "stderr: $i" + sleep 0.3; +done \ No newline at end of file diff --git a/pythoncommons/test-scripts/utils.sh b/pythoncommons/test-scripts/utils.sh new file mode 100644 index 0000000..867bd7c --- /dev/null +++ b/pythoncommons/test-scripts/utils.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echoerr() { echo "$@" 1>&2; } \ No newline at end of file diff --git a/pythoncommons/tests/test_process.py b/pythoncommons/tests/test_process.py new file mode 100644 index 0000000..63de913 --- /dev/null +++ b/pythoncommons/tests/test_process.py @@ -0,0 +1,169 @@ +import logging +import os +import sys +import tempfile +import unittest +from datetime import datetime +from typing import List + +from pythoncommons.file_utils import FileUtils +from pythoncommons.logging_setup import SimpleLoggingSetup +from pythoncommons.process import CommandRunner, SubprocessCommandRunner +from pythoncommons.tests.test_project_utils import TEST_SCRIPTS_DIR + +REPO_ROOT_DIRNAME = "python-commons" +PYTHONCOMMONS_MODULE_NAME = "pythoncommons" +SCRIPT_WITH_ARGS_SH = "script_with_args.sh" +SCRIPT_THAT_FAILS_SH = "script_that_fails.sh" +UTILS_SH = "utils.sh" +SLEEPING_LOOP_SH = "sleeping_loop.sh" + + +class ProcessTests(unittest.TestCase): + """ + IMPORTANT ! + Specify this as additional CLI arguments if running from PyCharm: + -s --capture=no --log-cli-level=10 + + Source: https://stackoverflow.com/a/71913594/1106893 + """ + + def _get_test_name(self): + return os.environ.get('PYTEST_CURRENT_TEST').split(':')[-1].split(' ')[0] + + def get_test_dir(self, parent): + date_str = datetime.today().strftime('%Y%m%d_%H%M%S') + dir = os.path.join(parent, f"{self._get_test_name()}-{date_str}") + os.mkdir(dir) + return dir + + @staticmethod + def find_script(name: str): + basedir = FileUtils.find_repo_root_dir(__file__, PYTHONCOMMONS_MODULE_NAME, raise_error=True) + return FileUtils.join_path(basedir, "test-scripts", name) + + @staticmethod + def find_input_file(name: str): + basedir = FileUtils.find_repo_root_dir(__file__, PYTHONCOMMONS_MODULE_NAME, raise_error=True) + return FileUtils.join_path(basedir, "test-input-files", name) + + def test_subprocessrunner_run_and_follow_stdout_stderr_does_not_hang(self): + script = self.find_script(SLEEPING_LOOP_SH) + basedir = FileUtils.get_parent_dir_name(script) + cmd = f"cd {basedir};{script}" + cmd = f"bash -c \"{cmd}\"" + CMD_LOG = SimpleLoggingSetup.create_command_logger(__name__) + CMD_LOG.setLevel(logging.DEBUG) + SubprocessCommandRunner.run_and_follow_stdout_stderr( + cmd, stdout_logger=CMD_LOG, exit_on_nonzero_exitcode=True + ) + # TODO verify if all printed to stdout / stderr + + def test_subprocessrunner_run_and_follow_stdout_stderr_defaults(self): + script = self.find_script(SLEEPING_LOOP_SH) + basedir = FileUtils.get_parent_dir_name(script) + cmd = f"cd {basedir};{script}" + cmd = f"bash -c \"{cmd}\"" + SubprocessCommandRunner.run_and_follow_stdout_stderr(cmd) + # TODO verify if all printed to stdout / stderr + + def test_subprocessrunner_run_no_output(self): + script = self.find_script(SLEEPING_LOOP_SH) + parent_dir = FileUtils.get_parent_dir_name(script) + cmd = f"{script}" + cmd = f"bash -c \"{cmd}\"" + + command_result = SubprocessCommandRunner.run(cmd, + working_dir=parent_dir, + log_command_result=False, + fail_on_error=True, + fail_message="Failed to run script") + # TODO verify empty stdout / stderr + + def test_commandrunner_execute_script_with_args(self): + with tempfile.TemporaryDirectory() as tmpdirname: + test_dir = self.get_test_dir(tmpdirname) + output_file = FileUtils.join_path(test_dir, "testfile") + script_path = ProcessTests.find_script(SCRIPT_WITH_ARGS_SH) + script_parent_dir = FileUtils.get_parent_dir_name(script_path) + script_name = os.path.basename(script_path) + + args = f"arg1 arg2 arg3" + + cli_cmd, cli_output = CommandRunner.execute_script( + script_name, args=args, working_dir=script_parent_dir, output_file=output_file, use_tee=True + ) + file_contents = FileUtils.read_file(output_file) + self.assertEqual('arg: arg1\narg: arg2\narg: arg3\n', file_contents) + self.assertEqual('arg: arg1\narg: arg2\narg: arg3', cli_output) + + def test_commandrunner_run_cli_command_with_args(self): + script_path = ProcessTests.find_script(SCRIPT_WITH_ARGS_SH) + + args = f"arg1 arg2 arg3" + cmd = f"{script_path} {args}" + cmd, cli_output = CommandRunner.run_cli_command( + cmd, fail_on_empty_output=False, print_command=False, fail_on_error=False + ) + + self.assertEqual('arg: arg1\narg: arg2\narg: arg3', cli_output) + + + def test_commnadrunner_egrep_with_cli(self): + with tempfile.TemporaryDirectory() as tmpdirname: + test_dir = self.get_test_dir(tmpdirname) + output_file = FileUtils.join_path(test_dir, "testfile") + + git_log_file = self.find_input_file("hadoop-git-repo-log.txt") + git_log: str = FileUtils.read_file(git_log_file) + git_log: List[str] = git_log.splitlines() + + cli_command, output = CommandRunner.egrep_with_cli( + git_log, + file=output_file, + grep_for="backport", + escape_single_quotes=False, + escape_double_quotes=True, + fail_on_empty_output=False, + fail_on_error=True, + ) + commit_messages = set() + for l in output.splitlines(): + tmp = l.split("(")[0] + tmp = tmp.replace("*", "") + tmp = tmp.replace("|", "") + tmp = tmp.strip() + commit_messages.add(tmp) + self.assertIn("a90c7221436c - HADOOP-18724. [FOLLOW-UP] cherrypick changes from branch-3.3 backport", commit_messages) + self.assertIn("9676774e233f - HDFS-9273. Moving to 2.6.3 CHANGES section to reflect the backport.", + commit_messages) + self.assertIn("c753617a48bf - Move HADOOP-11361, HADOOP-12348 and HADOOP-12482 from 2.8.0 to 2.7.3 in CHANGES.txt for backporting.", + commit_messages) + self.assertIn("f3e5bc67661e - CHANGES.txt: Moving YARN-1884, YARN-3171, YARN-3740, YARN-3248, YARN-3544 to 2.6.1 given the backport.", + commit_messages) + self.assertIn("fbbb7ff1ed11 - 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.", + commit_messages) + self.assertIn("8770c82acc94 - MAPREDUCE-6286. Amend commit to CHANGES.txt for backport into 2.7.0.", + commit_messages) + self.assertIn("7981908929a0 - backported HADOOP-10125 to branch2, update CHANGES.txt", + commit_messages) + self.assertIn("b8f1cf31926d - HDFS-4817. Moving changelog to Release 2.2.0 section to reflect the backport.", + commit_messages) + self.assertIn("2245fcc8c5c4 - Move HDFS-347 and related JIRAs to 2.0.5 section of CHANGES.txt after backport", + commit_messages) + self.assertIn("0b9a1f908a57 - Moving MAPREDUCE-4678's changes line to 0.23 section to prepare for backport.", + commit_messages) + self.assertIn("ebcc708d78ef - Move HADOOP-9004 to 2.0.3 section after backport", + commit_messages) + self.assertIn("d6c50b4a67f6 - Move QJM-related backports into 2.0.3 release section in CHANGES.txt after backport to branch-2", + commit_messages) + self.assertIn("c9ed8342f527 - Move HDFS-2330 and HDFS-3190 to branch-2 section, since they have been backported from trunk.", + commit_messages) + self.assertIn("32431d25aed9 - HADOOP-7469 backporting to 0.23; moving in CHANGES.TXT", + commit_messages) + print(commit_messages) + + def test_subprocessrunner_run_script_fails(self): + script_path = ProcessTests.find_script(SCRIPT_THAT_FAILS_SH) + with self.assertRaises(ValueError): + SubprocessCommandRunner.run(script_path, fail_on_error=True, fail_message="Failed to run script")