[jira] [Resolved] (HIVE-7582) Storing some info about current chunk of data for future usage

2014-12-09 Thread Mahdi Soleimani (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-7582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahdi Soleimani resolved HIVE-7582.
---
Resolution: Fixed

I was able to access the parent session for current operation inside 
FetchResults in ThriftCLIService.

To be able to do it you need to add a getter to CLIService class to return the 
sessionManager.

 Storing some info about current chunk of data for future usage
 --

 Key: HIVE-7582
 URL: https://issues.apache.org/jira/browse/HIVE-7582
 Project: Hive
  Issue Type: New Feature
  Components: HiveServer2
Reporter: Mahdi Soleimani
Priority: Trivial

 Hi
 I am doing some compression on the chunk of data that is being converted to 
 TColumn in Column class. I need to store some info about this chunk to 
 compress the next chunk. Is there a special class that I may use to store 
 such information till next RowSet is created?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HIVE-7582) Storing some info about current chunk of data for future usage

2014-07-31 Thread Mahdi Soleimani (JIRA)
Mahdi Soleimani created HIVE-7582:
-

 Summary: Storing some info about current chunk of data for future 
usage
 Key: HIVE-7582
 URL: https://issues.apache.org/jira/browse/HIVE-7582
 Project: Hive
  Issue Type: New Feature
  Components: HiveServer2
Reporter: Mahdi Soleimani
Priority: Trivial


Hi

I am doing some compression on the chunk of data that is being converted to 
TColumn in Column class. I need to store some info about thins chunk to 
compress the next chunk. Is there a special class that I may use to store such 
information till next RowSet is created?





--
This message was sent by Atlassian JIRA
(v6.2#6252)


Question about org.apache.hive.service.cli.Column class

2014-06-17 Thread Mahdi Soleimani
Hi

I want to implement some compression algorithms on the data that is exchanged 
between clients and HS2. Just wanted to make sure that the Get function is 
called on the client side, Right?

Cheers