Search:

Type: Posts; User: Voodoo

Search: Search took 0.22 seconds.

  1. Re: Using a CountingBloomFilter (java.lang.VerifyError)

    Silvery,
    glad to hear that it worked. That means either the constructor with parameters is buggy or the misused method add() threw a wrong Exception :D

    Sure you can do that. It depends only on...
  2. Re: Using a CountingBloomFilter (java.lang.VerifyError)

    Silvery,
    oh, it's an API. Have you the package org.apache.hadoop.util.bloom. I strongly believe that this API is buggy because your code. Note: The line cbf.add(123) is probably wrong because 2 add...
  3. Re: Using a CountingBloomFilter (java.lang.VerifyError)

    ...then pls. post the source so that I can tell you where to look at.
    In general: If a java class is an extension of an other Java class the first invocation in its constructor must be super() or...
  4. Re: Using a CountingBloomFilter (java.lang.VerifyError)

    the exception tells you already why your code ran into troubles: Constructor must call super() or this()
Results 1 to 4 of 4