Gera Shegalov
|
1544c63602
|
HADOOP-11812. Implement listLocatedStatus for ViewFileSystem to speed up split calculation (gera)
(cherry picked from commit 6d2cf9fbbd02482315a091ab07af26e40cc5134f)
|
2015-04-21 14:21:57 -07:00 |
|
Allen Wittenauer
|
b7251723d8
|
HADOOP-11746. rewrite test-patch.sh (aw)
|
2015-04-21 21:22:09 +01:00 |
|
Arun Suresh
|
d2a9cc287b
|
HADOOP-11704. DelegationTokenAuthenticationFilter must pass ipaddress instead of hostname to ProxyUsers#authorize (Anubhav Dhoot via asuresh)
(cherry picked from commit 424a00daa069bf2049014fd46ad152ec5fc77ac8)
|
2015-04-21 11:35:04 -07:00 |
|
Arpit Agarwal
|
7b3acc5c9d
|
HDFS-8163. Using monotonicNow for block report scheduling causes test failures on recently restarted systems. (Arpit Agarwal)
|
2015-04-21 10:58:12 -07:00 |
|
Vinod Kumar Vavilapalli
|
27fc4fb998
|
Set the release date for 2.7.0
(cherry picked from commit d52de61544060a04a273114f55979e7e929a576c)
|
2015-04-20 20:18:01 -07:00 |
|
Arpit Agarwal
|
95a8d452c5
|
HDFS-8179. DFSClient#getServerDefaults returns null within 1 hour of system start. (Contributed by Xiaoyu Yao)
|
2015-04-20 15:42:49 -07:00 |
|
Haohui Mai
|
dbe1cec0da
|
HADOOP-11837. AuthenticationFilter should destroy SignerSecretProvider in Tomcat deployments. Contributed by Bowen Zhang.
|
2015-04-17 10:59:54 -07:00 |
|
Vinayakumar B
|
a75679cdb3
|
HADOOP-11819. HttpServerFunctionalTest#prepareTestWebapp should create web app directory if it does not exist. (Contributed by Rohith)
(cherry picked from commit b5a0b24643688270e77f85aaf1af24fee2c556cc)
|
2015-04-14 11:59:07 +05:30 |
|
Arpit Agarwal
|
d77705c980
|
HDFS-7701. Support reporting per storage type quota and usage with hadoop/hdfs shell. (Contributed by Peter Shi)
|
2015-04-13 21:20:30 -07:00 |
|
Allen Wittenauer
|
b7a052c84a
|
HADOOP-7713. dfs -count -q should label output column (Jonathan Allen via aw)
|
2015-04-13 21:18:59 -07:00 |
|
Tsuyoshi Ozawa
|
bc979ff3bf
|
HADOOP-11811. Fix typos in hadoop-project/pom.xml. Contributed by Brahma Reddy Battula.
(cherry picked from commit 174d8b3a10a8262c434e1efca74b79dd4c2f65b3)
|
2015-04-13 07:00:33 -05:00 |
|
Akira Ajisaka
|
f603b9ccca
|
MAPREDUCE-6307. Remove property mapreduce.tasktracker.taskmemorymanager.monitoringinterval. Contributed by J.Andreina.
(cherry picked from commit 83979e61a49daa67a05eed1ba64c24d31a41610a)
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
|
2015-04-10 20:23:46 +09:00 |
|
Vinod Kumar Vavilapalli
|
aec1c5ec7d
|
Adding release 2.7.1 to CHANGES.txt
(cherry picked from commit 623fd46c1eac057ea9bc4b503a47ad1a831cdacf)
|
2015-04-09 13:56:14 -07:00 |
|
Haohui Mai
|
f753e2043b
|
HADOOP-11815. HttpServer2 should destroy SignerSecretProvider when it stops. Contributed by Rohith.
|
2015-04-09 10:58:20 -07:00 |
|
Haohui Mai
|
eafee9a04e
|
HADOOP-11814. Reformat hadoop-annotations, o.a.h.classification.tools. Contributed by Li Lu.
|
2015-04-08 17:56:30 -07:00 |
|
Arpit Agarwal
|
8d3657a577
|
HADOOP-11801. Update BUILDING.txt for Ubuntu. (Contributed by Gabor Liptak)
|
2015-04-07 18:06:14 -07:00 |
|
cnauroth
|
6e70611819
|
HADOOP-11796. Skip TestShellBasedIdMapping.testStaticMapUpdate on Windows. Contributed by Xiaoyu Yao.
(cherry picked from commit bd77a7c4d94fe8a74b36deb50e19396c98b8908e)
|
2015-04-07 14:47:41 -07:00 |
|
Owen O'Malley
|
c16af2f6f8
|
HADOOP-11717. Support JWT tokens for web single sign on to the Hadoop
servers. (Larry McCay via omalley)
|
2015-04-07 08:17:10 -07:00 |
|
Vinod Kumar Vavilapalli
|
00854d2c2f
|
HADOOP-11776. Fixed the broken JDiff support in Hadoop 2. Contributed by Li Lu.
(cherry picked from commit 4b3948ea365db07df7a9369a271009fafd1ba8f5)
|
2015-04-04 13:52:51 -07:00 |
|
Vinod Kumar Vavilapalli
|
4eec6e09d0
|
HADOOP-11377. Added Null.java without which jdiff completely flops. Contributed by Tsuyoshi Ozawa.
(cherry picked from commit 5370e7128b4b78dabff79986a92151f1de39eeed)
|
2015-04-04 13:48:14 -07:00 |
|
Colin Patrick Mccabe
|
386b90a700
|
HADOOP-11785. Reduce the number of listStatus operation in distcp buildListing (Zoran Dimitrijevic via Colin P. McCabe)
(cherry picked from commit 932730df7d62077f7356464ad27f69469965d77a)
|
2015-04-03 14:08:53 -07:00 |
|
Akira Ajisaka
|
5ea64e6722
|
HADOOP-11800. Clean up some test methods in TestCodec.java. Contributed by Brahma Reddy Battula.
(cherry picked from commit 228ae9aaa40750cb796bbdfd69ba5646c28cd4e7)
|
2015-04-04 00:33:10 +09:00 |
|
Wangda Tan
|
405aead879
|
YARN-2901. Add errors and warning metrics page to RM, NM web UI. (Varun Vasudev via wangda)
(cherry picked from commit bad070fe15a642cc6f3a165612fbd272187e03cb)
|
2015-04-02 17:23:44 -07:00 |
|
cnauroth
|
aabd8c8e04
|
HADOOP-9805. Refactor RawLocalFileSystem#rename for improved testability. Contributed by Jean-Pierre Matsumoto.
(cherry picked from commit 5763b173d34dcf7372520076f00b576f493662cd)
|
2015-04-02 16:13:12 -07:00 |
|
Brandon Li
|
8e2f1a93e4
|
HADOOP-11757. NFS gateway should shutdown when it can't start UDP or TCP server. Contributed by Brandon Li
(cherry picked from commit 60ce825a71850fe0622d551159e8d66f32448bb5)
|
2015-04-01 17:05:35 -07:00 |
|
Colin Patrick Mccabe
|
4b74aa7182
|
HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than DFSOutputStream#writeChunk (cmccabe)
(cherry picked from commit c94d594a57806dec515e2a2053a1221f8ce48cc4)
|
2015-04-01 14:10:25 -07:00 |
|
cnauroth
|
726024faa5
|
HADOOP-11787. OpensslSecureRandom.c pthread_threadid_np usage signature is wrong on 32-bit Mac. Contributed by Kiran Kumar M R.
(cherry picked from commit a3a96a07faf0c6f6aa3ed33608271c2b1657e437)
|
2015-04-01 11:40:16 -07:00 |
|
Colin Patrick Mccabe
|
0048ec452b
|
HADOOP-11660. Add support for hardware crc of HDFS checksums on ARM aarch64 architecture (Edward Nevill via Colin P. McCabe)
(cherry picked from commit d9ac5ee2c4dcd4a108ca892af501618caaea450c)
|
2015-03-30 14:03:11 -07:00 |
|
Haohui Mai
|
24d879026d
|
HADOOP-11754. RM fails to start in non-secure mode due to authentication filter failure. Contributed by Haohui Mai.
|
2015-03-30 11:44:30 -07:00 |
|
Haohui Mai
|
a84fdd5650
|
HADOOP-11761. Fix findbugs warnings in org.apache.hadoop.security.authentication. Contributed by Li Lu.
|
2015-03-30 11:09:08 -07:00 |
|
cnauroth
|
eb7068c2c9
|
HADOOP-11639. Clean up Windows native code compilation warnings related to Windows Secure Container Executor. Contributed by Remus Rusanu.
(cherry picked from commit 3836ad6c0b3331cf60286d134157c13985908230)
|
2015-03-27 15:03:52 -07:00 |
|
Tsuyoshi Ozawa
|
24b60a7d1a
|
HADOOP-11760. Fix typo of javadoc in DistCp. Contributed by Brahma Reddy Battula.
(cherry picked from commit e074952bd6bedf58d993bbea690bad08c9a0e6aa)
|
2015-03-27 23:16:37 +09:00 |
|
cnauroth
|
36371cddd1
|
HADOOP-11691. X86 build of libwinutils is broken. Contributed by Kiran Kumar M R.
(cherry picked from commit af618f23a70508111f490a24d74fc90161cfc079)
|
2015-03-26 21:57:13 -07:00 |
|
cnauroth
|
1fd350fa8e
|
HADOOP-11257. Update "hadoop jar" documentation to warn against using it for launching yarn jars, addendum to print warning to stderr. Contributed by Masatake Iwasaki.
|
2015-03-26 21:48:27 -07:00 |
|
Haohui Mai
|
c261d35b75
|
HADOOP-11748. The secrets of auth cookies should not be specified in configuration in clear text. Contributed by Li Lu and Haohui Mai.
|
2015-03-26 17:35:28 -07:00 |
|
Arpit Agarwal
|
c035106c05
|
HDFS-7824. GetContentSummary API and its namenode implementation for Storage Type Quota/Usage. (Contributed by Xiaoyu Yao)
|
2015-03-26 10:47:43 -07:00 |
|
Harsh J
|
c33ecd83e4
|
HADOOP-11719.[Fsshell] Remove bin/hadoop reference from GenericOptionsParser default help text. Contributed by Brahma Reddy Battula.
(cherry picked from commit 1ede5e6e1e7f51cf13d0488bb1b0e126c865656c)
|
2015-03-26 11:28:32 +05:30 |
|
Yongjun Zhang
|
be0d228ed1
|
HADOOP-11724. DistCp throws NPE when the target directory is root. (Lei Eddy Xu via Yongjun Zhang)
(cherry-picked from commit 65ee02d9ed50e026c2d37ec80babd4176075ff84)
|
2015-03-25 15:50:28 -07:00 |
|
Haohui Mai
|
c62840d531
|
Addendum for HADOOP-10670.
|
2015-03-25 12:30:12 -07:00 |
|
Haohui Mai
|
17f17dac4e
|
HADOOP-10670. Allow AuthenticationFilters to load secret from signature secret files. Contributed by Kai Zheng.
|
2015-03-25 11:13:04 -07:00 |
|
Tsuyoshi Ozawa
|
ee824cafe7
|
HADOOP-11738. Fix a link of Protocol Buffers 2.5 for download in BUILDING.txt. (ozawa)
(cherry picked from commit 323945b33a5bccc42e90ed619ea155503cc124b0)
|
2015-03-25 18:02:52 +09:00 |
|
Tsuyoshi Ozawa
|
e4da690547
|
HADOOP-11014. Potential resource leak in JavaKeyStoreProvider due to unclosed stream. (ozawa)
(cherry picked from commit b351086ff66ca279c0550e078e3a9d110f3f36a5)
|
2015-03-25 16:59:55 +09:00 |
|
Tsuyoshi Ozawa
|
77024aada9
|
HADOOP-11741. Add LOG.isDebugEnabled() guard for some LOG.debug(). Contributed by Walter Su.
(cherry picked from commit 5582b0f1d469e7c98811a341c4b4c78eaa64ede5)
|
2015-03-25 16:36:26 +09:00 |
|
Tsuyoshi Ozawa
|
a732b58beb
|
HADOOP-11609. Correct credential commands info in CommandsManual.html#credential. Contributed by Varun Saxena.
(cherry picked from commit 6e891a921e00b122390a976dfd13838472a7fcc6)
|
2015-03-24 20:57:56 +09:00 |
|
Brandon Li
|
503d8e4164
|
HDFS-7942. NFS: support regexp grouping in nfs.exports.allowed.hosts. Contributed by Brandon Li
(cherry picked from commit 36af4a913c97113bd0486c48e1cb864c5cba46fd)
|
2015-03-23 10:09:43 -07:00 |
|
Tsuyoshi Ozawa
|
4fee662944
|
HADOOP-11737. mockito's version in hadoop-nfs’ pom.xml shouldn't be specified. Contributed by Kengo Seki.
(cherry picked from commit 0b9f12c847e26103bc2304cf7114e6d103264669)
|
2015-03-23 13:56:38 +09:00 |
|
Karthik Kambatla
|
3672ae8a7a
|
HADOOP-11447. Add a more meaningful toString method to SampleStat and MutableStat. (kasha)
(cherry picked from commit fe5c23b670c773145b87fecfaf9191536e9f1c51)
|
2015-03-20 17:05:40 -07:00 |
|
Tsuyoshi Ozawa
|
ed7f847c95
|
HADOOP-11709. Time.NANOSECONDS_PER_MILLISECOND - use class-level final constant instead of method variable. Contributed by Ajith S.
(cherry picked from commit 43dde502b3be2133d62f1f074f016f35a56a7e2c)
|
2015-03-21 00:54:39 +09:00 |
|
Tsuyoshi Ozawa
|
0eeb760c55
|
HADOOP-11729. Fix link to cgroups doc in site.xml. Contributed by Masatake Iwasaki.
(cherry picked from commit 522c897146aa4e9588d3c25639750c8ed712ef9e)
|
2015-03-19 23:08:41 +09:00 |
|
Haohui Mai
|
b36fc6bc9c
|
HADOOP-10703. HttpServer2 creates multiple authentication filters. Contributed by Benoy Antony.
|
2015-03-18 22:32:19 -07:00 |
|