You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2016/04/28 13:20:13 UTC

[jira] [Commented] (HIVE-13641) LLAP fails to start if llap.io.enabled is set to true, and cache size is set to 0

    [ https://issues.apache.org/jira/browse/HIVE-13641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15261983#comment-15261983 ] 

Siddharth Seth commented on HIVE-13641:
---------------------------------------

{code}

Caused by: java.lang.AssertionError: Inconsistent sizes of cache, arena and allocations: 131072, 16777216, 16777216, 0
        at org.apache.hadoop.hive.llap.cache.BuddyAllocator.<init>(BuddyAllocator.java:76) ~
        at org.apache.hadoop.hive.llap.cache.BuddyAllocator.<init>(BuddyAllocator.java:50) ~
        at org.apache.hadoop.hive.llap.io.api.impl.LlapIoImpl.<init>(LlapIoImpl.java:117) ~
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_60]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_60]
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_60]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_60]
        at org.apache.hadoop.hive.llap.io.api.LlapProxy.createIoImpl(LlapProxy.java:74) ~
        ... 4 more
{code}

> LLAP fails to start if llap.io.enabled is set to true, and cache size is set to 0
> ---------------------------------------------------------------------------------
>
>                 Key: HIVE-13641
>                 URL: https://issues.apache.org/jira/browse/HIVE-13641
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Siddharth Seth
>            Assignee: Sergey Shelukhin
>
> With this configuration - I'd expect the cache to be automatically disabled / or just the elevator used.



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