[ https://issues.apache.org/jira/browse/HBASE-6669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anil Gupta updated HBASE-6669:
------------------------------
Attachment: TestBigDecimalColumnInterpreter.java
BigDecimalColumnInterpreter.java
Attaching the source and test file.
I could not run svn command line since HBase seems to use svn1.7 and my client is svn1.6.
I got an error on running svn diff command. I need to update my svn which seems quite an effort.
I even did a comparison of my class and LongColumnInterpreter to find which empty lines are
causing problems but i could not find any significant thing. I would appreciate if you could
point the empty lines from the source files. So, in future i will try to avoid this mistake.
Thanks a lot for the help, Ted.
~Anil Gupta
Software Engineer II, Intuit, Inc
> Add BigDecimalColumnInterpreter for doing aggregations using AggregationClient
> ------------------------------------------------------------------------------
>
> Key: HBASE-6669
> URL: https://issues.apache.org/jira/browse/HBASE-6669
> Project: HBase
> Issue Type: New Feature
> Components: Client, Coprocessors
> Affects Versions: 0.94.3
> Reporter: Anil Gupta
> Priority: Minor
> Labels: client, coprocessors
> Fix For: 0.94.5
>
> Attachments: BigDecimalColumnInterpreter.java, BigDecimalColumnInterpreter.patch,
BigDecimalColumnInterpreter.patch, HBASE-6669.patch, HBASE-6669-v2.patch, HBASE-6669-v3.patch,
TestBDAggregateProtocol.patch, TestBigDecimalColumnInterpreter.java
>
>
> I recently created a Class for doing aggregations(sum,min,max,std) on values stored as
BigDecimal in HBase. I would like to commit the BigDecimalColumnInterpreter into HBase. In
my opinion this class can be used by a wide variety of users. Please let me know if its not
appropriate to add this class in HBase.
> Thanks,
> Anil Gupta
> Software Engineer II, Intuit, Inc
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|