Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8831231
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:15:50+00:00 2026-06-14T08:15:50+00:00

I have a Class extending ColumnInterpreter, that is meant to handle BigDecimal instead of

  • 0

I have a Class extending ColumnInterpreter, that is meant to handle BigDecimal instead of Long, which hbase provides out of the box.

Now I was thinking, that this was purely client functionality, so I figured, that all, I’d have to do is instantiate a new ColumnInterpreter as

final ColumnInterpreter<Long, Long> ci = new BigDecimalColumnInterpreter();

I was thinking, that this would just work, as I didn’t change the Aggregateprotocol, and that therefor I would not need to create a new Endpoint.

However what happens, when I call it as follows:

AggregationClient ag = new AggregationClient(config);
avg = ag.avg(Bytes.toBytes(tableName), ci, scan);

The following will happen:

12/09/05 13:58:52 WARN
client.HConnectionManager$HConnectionImplementation: Error executing
for row java.util.concurrent.ExecutionException:
org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after
attempts=10, exceptions: Wed Sep 05 13:58:12 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:14 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:15 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:16 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:18 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:20 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:24 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:28 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:36 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:52 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields

at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
at java.util.concurrent.FutureTask.get(FutureTask.java:111) at
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processExecs(HConnectionManager.java:1434)
at
org.apache.hadoop.hbase.client.HTable.coprocessorExec(HTable.java:1263)
at
org.apache.hadoop.hbase.client.HTable.coprocessorExec(HTable.java:1243)
at
helpers.HbaseReaderBigDecimal.getWeekAvgSCAN(HbaseReaderBigDecimal.java:309)
at helpers.HbaseReaderBigDecimal.main(HbaseReaderBigDecimal.java:75)
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedException:
Failed after attempts=10, exceptions: Wed Sep 05 13:58:12 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:14 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:15 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:16 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:18 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:20 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:24 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:28 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:36 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:52 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields

at
org.apache.hadoop.hbase.client.ServerCallable.withRetries(ServerCallable.java:183)
at
org.apache.hadoop.hbase.ipc.ExecRPCInvoker.invoke(ExecRPCInvoker.java:79)
at $Proxy7.getAvg(Unknown Source) at
helpers.HbaseReaderBigDecimal$1.call(HbaseReaderBigDecimal.java:313)
at helpers.HbaseReaderBigDecimal$1.call(HbaseReaderBigDecimal.java:1)
at
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation$4.call(HConnectionManager.java:1422)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166) at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after
attempts=10, exceptions: Wed Sep 05 13:58:12 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:14 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:15 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:16 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:18 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:20 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:24 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:28 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:36 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields Wed Sep 05 13:58:52 CEST 2012,
org.apache.hadoop.hbase.ipc.ExecRPCInvoker$1@14004204,
java.io.IOException: IPC server unable to read call parameters: Error
in readFields

My config is as follows:

config = HBaseConfiguration.create();
config.set(zookeeper, ip);
config.setLong("hbase.client.scanner.caching", 1000);
config.set("hbase.coprocessor.region.classes", "org.apache.hadoop.hbase.coprocessor.AggregateImplementation");

Does anyone have an idea on this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T08:15:52+00:00Added an answer on June 14, 2026 at 8:15 am

    You should deploy the jar file containing your own ColumnInterpreter on the server side. The built-in EndPoint of HBase on the server cannot find your ColumnInterpreter.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an intermediary class extending System.Web.UI.Page for all of my pages that require
Currently I have a class that is extending the ListActivity class. I need to
I have created a class extending SimpleXMLElement which loads an XML containing translations for
I have a class extending JFrame which contains group of radioButtons and a submit
Let say I have a Transformation class that extending a CommonDomain class. and I
I have a class (foo) extending ListActivity which instantiates a class (fooAdap) extending ArrayAdapter.
I have a class extending JPanel that I want to embed into a JFrame
I have made a custom class extending Preferences. I have used that custom class
Well, I have a class extending broadcastreceiver which is listening for messages. Now whenever
I have a Class extending JFrame that is watching for a mouse click anywhere:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.