Haohui Mai
|
cadde8c1e5
HDFS-9022. Move NameNode.getAddress() and NameNode.getUri() to hadoop-hdfs-client. Contributed by Mingliang Liu.
|
%!s(int64=9) %!d(string=hai) anos |
Haohui Mai
|
a343aa928a
HDFS-7995. Implement chmod in the HDFS Web UI. Contributed by Ravi Prakash and Haohui Mai.
|
%!s(int64=9) %!d(string=hai) anos |
Steve Loughran
|
9a8d09dada
HDFS-9073. Fix failures in TestLazyPersistLockedMemory testReleaseOnEviction(). (J.Andreina via stevel)
|
%!s(int64=9) %!d(string=hai) anos |
Steve Loughran
|
1f28703d93
HDFS-9072. Fix random failures in TestJMXGet. (J.Andreina via stevel)
|
%!s(int64=9) %!d(string=hai) anos |
Haohui Mai
|
08c2c402cf
HDFS-7986. Allow files / directories to be deleted from the NameNode UI. Contributed by Ravi Prakash.
|
%!s(int64=9) %!d(string=hai) anos |
cnauroth
|
b297a9c95c
HDFS-9082. Change the log level in WebHdfsFileSystem.initialize() from INFO to DEBUG. Contributed by Santhosh Nayak.
|
%!s(int64=9) %!d(string=hai) anos |
Vinayakumar B
|
2b78714c68
HDFS-8953. DataNode Metrics logging (Contributed by Kanaka Kumar Avvaru)
|
%!s(int64=9) %!d(string=hai) anos |
Ming Ma
|
3531823fcc
HDFS-9008. Balancer#Parameters class could use a builder pattern. (Chris Trezzo via mingma)
|
%!s(int64=9) %!d(string=hai) anos |
Vinayakumar B
|
aa963ab441
HDFS-9067. o.a.h.hdfs.server.datanode.fsdataset.impl.TestLazyWriter is failing in trunk (Contributed by Surendra Singh Lilhore)
|
%!s(int64=9) %!d(string=hai) anos |
Haohui Mai
|
df9bb7449c
HDFS-9065. Include commas on # of files, blocks, total filesystem objects in NN Web UI. Contributed by Daniel Templeton.
|
%!s(int64=9) %!d(string=hai) anos |
Haohui Mai
|
5546df0020
HDFS-9010. Replace NameNode.DEFAULT_PORT with HdfsClientConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT config key. Contributed by Mingliang Liu.
|
%!s(int64=9) %!d(string=hai) anos |
Colin Patrick Mccabe
|
149d731559
HDFS-8829. Make SO_RCVBUF and SO_SNDBUF size configurable for DataTransferProtocol sockets and allow configuring auto-tuning (He Tianyi via Colin P. McCabe)
|
%!s(int64=9) %!d(string=hai) anos |
Colin Patrick Mccabe
|
2596695654
HDFS-8996. Consolidate validateLog and scanLog in FJM#EditLogFile (Zhe Zhang via Colin P. McCabe)
|
%!s(int64=9) %!d(string=hai) anos |
Steve Loughran
|
c951d56556
HDFS-9069. TestNameNodeMetricsLogger failing -port in use. (stevel)
|
%!s(int64=9) %!d(string=hai) anos |
Haohui Mai
|
323821b174
HDFS-9041. Move entries in META-INF/services/o.a.h.fs.FileSystem to hdfs-client. Contributed by Mingliang Liu.
|
%!s(int64=9) %!d(string=hai) anos |
Vinayakumar B
|
7545488b12
HDFS-9036. In BlockPlacementPolicyWithNodeGroup#chooseLocalStorage , random node is selected eventhough fallbackToLocalRack is true. (Contributed by J.Andreina)
|
%!s(int64=9) %!d(string=hai) anos |
Vinayakumar B
|
1857621671
HDFS-9042. Update document for the Storage policy name (Contributed by J.Andreina)
|
%!s(int64=9) %!d(string=hai) anos |
Kihwal Lee
|
50a367da20
Fix up CHANGES.txt
|
%!s(int64=9) %!d(string=hai) anos |
Arpit Agarwal
|
d732c7b9de
HDFS-9027. Refactor o.a.h.hdfs.DataStreamer#isLazyPersist() method. (Contributed by Mingliang Liu)
|
%!s(int64=9) %!d(string=hai) anos |
Vinod Kumar Vavilapalli
|
d5823452b9
HDFS-7314. Moving to 2.6.1 CHANGES.txt section.
|
%!s(int64=9) %!d(string=hai) anos |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
cbf90f93f9
Updating all CHANGES.txt files to move entires from future releases into 2.6.1
|
%!s(int64=9) %!d(string=hai) anos |
Kihwal Lee
|
633344aa57
HDFS-6763. Initialize file system-wide quota once on transitioning to active. Contributed by Kihwal Lee
|
%!s(int64=9) %!d(string=hai) anos |
Akira Ajisaka
|
c260a8aa93
HDFS-8974. Convert docs in xdoc format to markdown. Contributed by Masatake Iwasaki.
|
%!s(int64=9) %!d(string=hai) anos |
Vinayakumar B
|
cd256c1fda
HDFS-8581. ContentSummary on / skips further counts on yielding lock (contributed by J.Andreina)
|
%!s(int64=9) %!d(string=hai) anos |
Vinayakumar B
|
03f50de48d
HDFS-7116. Add a command to get the balancer bandwidth (Contributed by Rakesh R)
|
%!s(int64=9) %!d(string=hai) anos |
Kihwal Lee
|
d003797098
HDFS-8716. Introduce a new config specifically for safe mode block count. Contributed by Chang Li.
|
%!s(int64=9) %!d(string=hai) anos |
Akira Ajisaka
|
eb9e06f8e3
HDFS-9033. dfsadmin -metasave prints "NaN" for cache used%. Contributed by Brahma Reddy Battula.
|
%!s(int64=9) %!d(string=hai) anos |
Vinayakumar B
|
ddecd86818
HDFS-8929. Add a metric to expose the timestamp of the last journal (Contributed by surendra singh lilhore)
|
%!s(int64=9) %!d(string=hai) anos |
Colin Patrick Mccabe
|
b9bf1a9391
HDFS-8860. Remove unused Replica copyOnWrite code (Lei (Eddy) Xu via Colin P. McCabe)
|
%!s(int64=9) %!d(string=hai) anos |
Xiaoyu Yao
|
b2465690a1
HDFS-9019. Adding informative message to sticky bit permission denied exception. Contributed by Xiaoyu Yao.
|
%!s(int64=9) %!d(string=hai) anos |