Big Data / Search / DevOps
  • About
  • project

    • Accumulo (60373)
    • HBase (172294)
    • Ambari (165415)
    • Spark (125716)
    • Hive (125686)
    • Hadoop (105811)
    • Cassandra (103556)
    • Flink (66914)
    • Kafka (65197)
    • Zeppelin (61757)
    • Drill (51923)
    • Mesos (49941)
    • Metron (47740)
    • HDFS (46248)
    • Storm (43589)
    • Trafodion (41250)
    • Pig (37966)
    • Bigtop (34959)
    • Tez (34737)
    • MapReduce (34521)
    • Phoenix (33857)
    • Impala (29696)
    • YARN (27223)
    • Lens (25436)
    • NiFi (25424)
    • Aurora (24461)
    • Kylin (24356)
    • Beam (24107)
    • ZooKeeper (23491)
    • Eagle (22537)
    • Falcon (21772)
    • Flume (21210)
    • Tajo (20685)
    • Sqoop (20197)
    • Calcite (20137)
    • Oozie (19121)
    • Apex (17786)
    • Giraph (17327)
    • Ranger (17099)
    • Sentry (16188)
    • SystemML (15335)
    • Reef (13583)
    • Samza (13021)
    • Avro (12909)
    • CarbonData (11973)
    • Hama (11524)
    • Kudu (11344)
    • Bookkeeper (9701)
    • Atlas (9632)
    • Helix (9235)
    • Knox (8669)
    • Crunch (7693)
    • Arrow (7586)
    • Parquet (7448)
    • Gora (6385)
    • Chukwa (6100)
    • Curator (6043)
    • Orc (5485)
    • MetaModel (4568)
    • Fluo (3549)

    author

    • Josh Elser (3353)
    • Keith Turner (1729)
    • Christopher (1644)
    • Eric Newton (1458)
    • John Vines (1158)
    • Sean Busbey (1016)
    • David Medinets (944)
    • Mike Drob (669)
    • Christopher Tubbs (609)
    • Billie Rinaldi (585)
    • Adam Fuchs (431)
    • Bill Havanki (429)
    • William Slacum (300)
    • Billie J Rinaldi (237)
    • Michael Wall (231)
    • dlmarion@... (210)
    • Corey Nolet (208)
    • Benson Margulies (180)
    • Dylan Hutchison (141)
    • Mike Walch (132)
    • Aaron Cordova (129)
    • Dave Marion (128)
    • Russ Weeks (108)
    • Michael Berman (103)
    • z11373 (102)
    • Jim Klucar (95)
    • Terry P. (91)
    • Dickson, Matt MR (90)
    • keith@... (89)
    • Arshak Navruzyan (79)
    • Drew Farris (78)
    • Alan D. Cabrera (66)
    • Geoffry Roberts (65)
    • Donald Miner (63)
    • John W Vines (58)
    • Mike Miller (58)
    • Ott, Charles H. (58)
    • Ed Kohlwey (57)
    • Ted Yu (57)
    • Joey Echeverria (56)
    • Corey J. Nolet (55)
    • Jeremy Kepner (53)
    • Mike Hugo (53)
    • Cardon, Tejay E (51)
    • Jason Trost (51)
    • Michael Miller (51)
    • Ed Coleman (50)
    • Roshan Punnoose (50)
    • Jeff Kubina (47)
    • mohit.kaushik (47)
    • Yamini Joshi (43)
    • Bob.Thorman@... (42)
    • Slater, David M. (42)
    • Supun Kamburugamuva (41)
    • Jesse Yates (40)
    • Marc Parisi (40)
    • Jianshi Huang (39)
    • Marc P. (39)
    • Aji Janis (38)
    • Miguel Pereira (38)

    type

    • javadoc (31586)
    • mail # dev (9999)
    • mail # user (7157)
    • source code (6701)
    • issue (4750)
    • web site (202)
  • date

    • last 7 days (25)
    • last 30 days (217)
    • last 90 days (569)
    • last 6 months (942)
    • last 9 months (22084)
clear query| facets| time Search criteria: .   Results from 31 to 40 from 60373 (0.0s).
Loading phrases to help you
refine your search...
[ACCUMULO-2432] MAC should have an option for creating it's own ssl certs - Accumulo - [issue]
...Currently ssl certs must be generated prior to starting mac, and passed in. We should find a way to make that as seamless as possible....
http://issues.apache.org/jira/browse/ACCUMULO-2432    Author: John Vines , 2018-04-04, 22:08
  
[ACCUMULO-4389] ReplicationOperations().drain(..) may return too quickly - Accumulo - [issue]
...Was taking a look at some logs from automated tests that Romil Choksi sent my way and noticed that MultiInstanceReplicationIT was failing infrequently.Looking at the output, I can see that t...
http://issues.apache.org/jira/browse/ACCUMULO-4389    Author: Josh Elser , 2018-04-04, 22:08
  
[ACCUMULO-2892] QCMutation defines equals but not hashcode - Accumulo - [issue]
...FindBugs output: org.apache.accumulo.core.client.impl.ConditionalWriterImpl$QCMutation defines equals but not hashCodeIt looks like equals also depends on compareTo, which is unsafe. (This e...
http://issues.apache.org/jira/browse/ACCUMULO-2892    Author: Mike Drob , 2018-04-04, 22:08
  
[ACCUMULO-1230] tablet server re-writes all metadata for a tablet when it is loaded - Accumulo - [issue]
...While writing a new constraint for the metadata table, I saw that when the location for a tablet is set, all of the metadata for the tablet is written.  This is not harmful, just unexpe...
http://issues.apache.org/jira/browse/ACCUMULO-1230    Author: Eric Newton , 2018-04-04, 22:08
  
[ACCUMULO-4420] Possible divide-by-zero exception when closing BatchWriter - Accumulo - [issue]
...TabletServerBatchWriter.logStats will throw a divide-by-zero exception if numBatches is 0 (i.e., no batches have been written).There are actually no checks for 0 divisors anywhere in the met...
http://issues.apache.org/jira/browse/ACCUMULO-4420    Author: Daniel Blum , 2018-04-04, 22:08
  
[ACCUMULO-2007] Compaction and flush of root table(t) does not work - Accumulo - [issue]
...Compating and flushing the root table[t] does not work properly.  In the case of flush, I think it will most likely initiate the flush but will not wait for it.  In the cas...
http://issues.apache.org/jira/browse/ACCUMULO-2007    Author: Keith Turner , 2018-04-04, 22:08
  
[ACCUMULO-3184] MiniAccumuloCluster getFileSystem doesn't work without MiniDFSCluster - Accumulo - [issue]
...Tried to get the underlying filesystem from MIniAccumuloClusterImpl#getFileSystem() and got a URISyntaxExceptionjava.lang.RuntimeException: java.net.URISyntaxException: Expected authority at...
http://issues.apache.org/jira/browse/ACCUMULO-3184    Author: Josh Elser , 2018-04-04, 22:08
  
[ACCUMULO-4672] NPE extracting samplerConfiguration from InputSplit - Accumulo - [issue]
...Caused by: java.lang.NullPointerException at org.apache.accumulo.core.client.mapred.AbstractInputFormat$AbstractRecordReader.initialize(AbstractInputFormat.java:608) at org.apache.accumulo.c...
http://issues.apache.org/jira/browse/ACCUMULO-4672    Author: Josh Elser , 2018-04-04, 22:08
  
[ACCUMULO-3522] Unused mapreduce-related code - Accumulo - [issue]
...Looking for unreferenced/unused code in the mapreduce packages, I see many methods on InputFormatBase are unused, which effectively means they are untested.Other classes which have unused co...
http://issues.apache.org/jira/browse/ACCUMULO-3522    Author: Christopher Tubbs , 2018-04-04, 22:08
  
[ACCUMULO-3154] display long-running compactions - Accumulo - [issue]
...Showing the age of the longest running scan ACCUMULO-2645 is helping users to understand their system better.  Keith Turner suggested that showing the oldest compaction would be useful,...
http://issues.apache.org/jira/browse/ACCUMULO-3154    Author: Eric Newton , 2018-04-04, 22:08
  
< Prev 2 3 4 5 6 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