Hi again,

So I'm looking into your issue and I'm wondering if you can't send me a few
pieces of information.

(1) Can I get a stacktrace when this line is called?

  public MapReduceCounterAdapter(Counter adaptee) {
*    this.adaptee = adaptee;*
  }

(2) Can you send me information about this:

  @Override
  public ICounter getCounterByNameAndFlag(String groupName, String
counterName, String counterFlag) {
    if (ContextUtil.getConfiguration(context).getBoolean(counterFlag,
true)) {
      *return new MapReduceCounterAdapter(ContextUtil.getCounter(context,
groupName, counterName));*
    } else {
      return new BenchmarkCounter.NullCounter();
    }

In particular, what is *context*, *counterName* and *counterFlag*?

Thanks

On Mon, Dec 14, 2015 at 3:18 PM, Stephen Bly <[email protected]> wrote:

> Thanks so much for looking into this! I’m pretty sure the issue is on my
> end and not in the Parquet/Hive code (I’m rather inexperienced in the world
> of Big Data and Hadoop in particular). But the error message is a little
> obscure so I can’t figure out what I’m doing wrong to fix it.
>
> Let me know if you need to see any more of my code to help you investigate
> this.

Reply via email to