[jira] [Created] (HIVE-17344) LocalCache element memory usage is not calculated properly.

2017-08-17 Thread Janos Gub (JIRA)
Janos Gub created HIVE-17344:


 Summary: LocalCache element memory usage is not calculated 
properly.
 Key: HIVE-17344
 URL: https://issues.apache.org/jira/browse/HIVE-17344
 Project: Hive
  Issue Type: Bug
Reporter: Janos Gub
Assignee: Janos Gub


Orc footer cache has a calculation of memory usage:
{code:java}
public int getMemoryUsage() {
  return bb.remaining() + 100; // 100 is for 2 longs, BB and java overheads 
(semi-arbitrary).
}
{code}

ByteBuffer.remaining returns the remaining space in the bytebuffer, thus 
allowing this cache to grow until MAXSIZE/100. I think the correct solution 
would be bb.capacity.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (HIVE-16815) Clean up javadoc from error for the rest of modules

2017-06-02 Thread Janos Gub (JIRA)
Janos Gub created HIVE-16815:


 Summary: Clean up javadoc from error for the rest of modules
 Key: HIVE-16815
 URL: https://issues.apache.org/jira/browse/HIVE-16815
 Project: Hive
  Issue Type: Sub-task
Reporter: Janos Gub






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HIVE-16716) Clean up javadoc from errors in module ql

2017-05-19 Thread Janos Gub (JIRA)
Janos Gub created HIVE-16716:


 Summary: Clean up javadoc from errors in module ql
 Key: HIVE-16716
 URL: https://issues.apache.org/jira/browse/HIVE-16716
 Project: Hive
  Issue Type: Sub-task
Reporter: Janos Gub
Assignee: Janos Gub






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HIVE-16715) Clean up javadoc from errors in modules llap-client, metastore, spark-client

2017-05-19 Thread Janos Gub (JIRA)
Janos Gub created HIVE-16715:


 Summary: Clean up javadoc from errors in modules llap-client, 
metastore, spark-client
 Key: HIVE-16715
 URL: https://issues.apache.org/jira/browse/HIVE-16715
 Project: Hive
  Issue Type: Sub-task
Reporter: Janos Gub
Assignee: Janos Gub






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HIVE-16619) Clean up javadoc from errors in module hive-serde

2017-05-09 Thread Janos Gub (JIRA)
Janos Gub created HIVE-16619:


 Summary: Clean up javadoc from errors in module hive-serde
 Key: HIVE-16619
 URL: https://issues.apache.org/jira/browse/HIVE-16619
 Project: Hive
  Issue Type: Sub-task
Reporter: Janos Gub
Assignee: Janos Gub






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HIVE-16618) Clean up javadoc from errors in module hive-common

2017-05-09 Thread Janos Gub (JIRA)
Janos Gub created HIVE-16618:


 Summary: Clean up javadoc from errors in module hive-common
 Key: HIVE-16618
 URL: https://issues.apache.org/jira/browse/HIVE-16618
 Project: Hive
  Issue Type: Sub-task
Reporter: Janos Gub
Assignee: Janos Gub






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HIVE-16617) Clean up javadoc from errors in module hive-shims

2017-05-09 Thread Janos Gub (JIRA)
Janos Gub created HIVE-16617:


 Summary: Clean up javadoc from errors in module hive-shims
 Key: HIVE-16617
 URL: https://issues.apache.org/jira/browse/HIVE-16617
 Project: Hive
  Issue Type: Sub-task
Reporter: Janos Gub
Assignee: Janos Gub






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HIVE-16616) Javadoc generation is full of errors

2017-05-09 Thread Janos Gub (JIRA)
Janos Gub created HIVE-16616:


 Summary: Javadoc generation is full of errors
 Key: HIVE-16616
 URL: https://issues.apache.org/jira/browse/HIVE-16616
 Project: Hive
  Issue Type: Bug
Reporter: Janos Gub
Assignee: Janos Gub


Trying to generate documentation from javadoc, full of errors. This ticket is 
to track the process of cleaning the project of those.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)