Big Data Interview Questions

2016-06-13 Thread Chaturvedi Chola
a very good book on big data interview preparation https://notionpress.com/read/big-data-interview-faqs chaturvedi

[jira] [Commented] (ARROW-186) [Java] Make sure alignment and memory padding conform to spec

2016-06-13 Thread gaurav agarwal (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15328945#comment-15328945 ] gaurav agarwal commented on ARROW-186: -- We need to do this while allocating memory thr

Re: [JAVA] Figuring out whats shifted from Drill/Java

2016-06-13 Thread Jacques Nadeau
Yes, I think there are two main components. Also, I accidentally said 64 bits when I should have said 64 bytes. 1. New allocations should be on 64 byte offsets 2. Serializing existing vectors must be done such that they are always in an increment of 64 bytes. This is necessary to avoid copying whe

Re: [JAVA] Figuring out whats shifted from Drill/Java

2016-06-13 Thread Kiril Menshikov
Hi, Does this mean that offset must be adjusted depending on the UDLE memory. So new memory address will be align to 64 bits? > > The first thing we should do for the alignment in Java is adjust the > allocator so that it always allocates on a 64 bit offset. Does someone want > to look at that?

[jira] [Commented] (ARROW-216) C++: BooleanBuilder uses storage ineffienctly

2016-06-13 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15328283#comment-15328283 ] Wes McKinney commented on ARROW-216: I just took a look at this -- I had thought this w