Big Data / Search / DevOps
  • About
  • project

    • Hadoop (565)
    • HDFS (558)
    • YARN (257)
    • MapReduce (241)
    • HBase (13)
    • Kudu (9)
    • Hive (2)

    author

    • ()
    • Ted Yu (12546)
    • Harsh J (6378)
    • Stack (6071)
    • Todd Lipcon (5897)
    • Andrew Purtell (5548)
    • Vinod Kone (5313)
    • Jonathan Ellis (5274)
    • Josh Elser (4734)
    • Jean-Daniel Cryans (4559)
    • stack (4288)
    • Jun Rao (4055)
    • Steve Loughran (3817)
    • Ted Dunning (3655)
    • Ben Mahler (3502)
    • James Taylor (3328)
    • Patrick Hunt (3279)
    • Edward J. Yoon (3252)
    • Benjamin Hindman (3103)
    • Sean Busbey (3004)
    • Brock Noland (2928)
    • Stephan Ewen (2876)
    • Edward Capriolo (2825)
    • Guozhang Wang (2800)
    • Julian Hyde (2755)
    • Owen OMalley (2743)
    • aaron morton (2715)
    • Konstantin Boudnik (2607)
    • Aljoscha Krettek (2588)
    • Reynold Xin (2588)
    • Arun C Murthy (2571)
    • Sean Owen (2494)
    • Doug Cutting (2382)
    • Hari Shreedharan (2363)
    • Jean-Marc Spaggiari (2350)
    • Vinod Kumar Vavilapalli (2272)
    • Fabian Hueske (2257)
    • Roman Shaposhnik (2250)
    • Jie Yu (2198)
    • Wes McKinney (2182)
    • Mich Talebzadeh (2173)
    • Alan Gates (2146)
    • Joe Witt (2130)
    • Alejandro Abdelnur (2113)
    • Till Rohrmann (2110)
    • Allen Wittenauer (2080)
    • Mike Percy (2047)
    • Jarek Jarcec Cecho (2038)
    • Jacques Nadeau (2036)
    • Jean-Baptiste Onofré (1987)
    • Amareshwari Sriramadasu (1980)
    • Matthias J. Sax (1969)
    • Robert Metzger (1902)
    • Jordan Zimmerman (1892)
    • Jarek Cecho (1875)
    • Sylvain Lebresne (1867)
    • Keith Turner (1852)
    • Neha Narkhede (1851)
    • Jeff Zhang (1839)
    • lars hofhansl (1834)
    • Gwen Shapira (1828)

    type

    • mail # dev (1236)
    • issue (356)
    • mail # general (39)
    • mail # gen (15)
    • mail # user (5)
  • date

    • last 7 days (5)
    • last 30 days (10)
    • last 90 days (62)
    • last 6 months (195)
    • last 9 months (1641)
clear query| facets| time Search criteria: .   Results from 1 to 10 from 1645 (0.0s).
Loading phrases to help you
refine your search...
[HDFS-12377] Refactor TestReadStripedFileWithDecoding to avoid test timeouts - HDFS - [issue]
...This test times out since the nested for loops means it runs 12 configurations inside each test method.Let's refactor this to use JUnit parameters instead....
http://issues.apache.org/jira/browse/HDFS-12377    Author: Andrew Wang , 2018-04-24, 20:55
  
[HADOOP-14399] Configuration does not correctly XInclude absolute file URIs - Hadoop - [issue]
...Reported by Steve Loughran on HADOOP-14216, filing this JIRA on his behalf:Just tracked this down as the likely cause of my S3A test failures. This is pulling in core-site.xml, which then xi...
http://issues.apache.org/jira/browse/HADOOP-14399    Author: Andrew Wang , 2018-04-24, 20:51
  
[HDFS-11757] Query StreamCapabilities when creating balancer's lock file - HDFS - [issue]
...Once HDFS-11644 goes in, we'll have a clean way of querying for stream capabilities. We should redo the check in the Balancer introduced in HDFS-11643 to query the capabilities....
http://issues.apache.org/jira/browse/HDFS-11757    Author: Andrew Wang , 2018-04-24, 20:49
  
[HADOOP-14386] Rewind trunk from Guava 21.0 back to Guava 11.0.2 - Hadoop - [issue]
...As an alternative to reverting or shading HADOOP-10101 (the upgrade of Guava from 11.0.2 to 21.0), HADOOP-14380 makes the Guava version configurable. However, it still doesn't compile with G...
http://issues.apache.org/jira/browse/HADOOP-14386    Author: Andrew Wang , 2018-04-24, 20:49
  
[HDFS-11498] Make RestCsrfPreventionHandler and WebHdfsHandler compatible with Netty 4.0 - HDFS - [issue]
...Per discussion in HADOOP-13866, it looks like we can change 2.8.0 back to exposing Netty 4.0, but still be ABI compatible with Netty 4.1 for users like HBase that want to swap out the versio...
http://issues.apache.org/jira/browse/HDFS-11498    Author: Andrew Wang , 2018-04-24, 20:46
  
[HDFS-11043] TestWebHdfsTimeouts fails - HDFS - [issue]
...I'm seeing reproducible test failures for TestWebHdfsTimeouts locally, at least on trunk....
http://issues.apache.org/jira/browse/HDFS-11043    Author: Andrew Wang , 2018-04-13, 17:34
  
[HDFS-11600] Refactor TestDFSStripedOutputStreamWithFailure test classes - HDFS - [issue]
...TestDFSStripedOutputStreamWithFailure has a great number of subclasses. The tests are parameterized based on the name of these subclasses.Seems like we could parameterize these tests with JU...
http://issues.apache.org/jira/browse/HDFS-11600    Author: Andrew Wang , 2018-04-08, 03:47
  
[ANNOUNCE] New Apache Hadoop committer: Rushabh Shah - Hadoop - [mail # gen]
...Congrats and welcome Rushabh!On Wed, Apr 4, 2018 at 10:11 AM, Kihwal Lee wrote:>  Rushabh's apache account (shahrs87) hasn't been set up yet. Adding his> work address.>   ...
   Author: Andrew Wang , 2018-04-04, 17:32
  
[HDFS-11885] createEncryptionZone should not block on initializing EDEK cache - HDFS - [issue]
...When creating an encryption zone, we call ensureKeyIsInitialized, which calls provider.warmUpEncryptedKeys(keyName). This is a blocking call, which attempts to fill the key cache up to the l...
http://issues.apache.org/jira/browse/HDFS-11885    Author: Andrew Wang , 2018-04-02, 11:42
  
[HDFS-12257] Expose getSnapshottableDirListing as a public API in HdfsAdmin - HDFS - [issue]
...Found at HIVE-16294. We have a CLI API for listing snapshottable dirs, but no programmatic API. Other snapshot APIs are exposed in HdfsAdmin, I think we should expose listing there as well....
http://issues.apache.org/jira/browse/HDFS-12257    Author: Andrew Wang , 2018-04-02, 11:40
  
1 2 3 4 5 Next >
Apache Lucene, Apache Solr and all other Apache Software Foundation project and their respective logos are trademarks of the Apache Software Foundation.
Elasticsearch, Kibana, Logstash, and Beats are trademarks of Elasticsearch BV, registered in the U.S. and in other countries. This site and Sematext Group is in no way affiliated with Elasticsearch BV.
Service operated by Sematext