-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARROW-243 Use libhdfs3 #108
Conversation
…libhdfs3. added an alternate implementation of ReatAt
You can Can you create a JIRA (on issues.apache.org) about this and add it ( I'm more in favor of adding a runtime (vs. compile/link-time) option to switch between libhdfs and libhdfs3. If we can avoid requiring any of these libraries at link-time that would be ideal. Note also that libhdfs3 features a transitive LGPL dependency (GNU SASL). |
I've gone ahead and created the JIRA issue. I'm not sure what is wrong with the google test libraries on two of the builders. I'll have to take a closer look. I'll look into making this change for libhdfs3. Do you have any idea of the implementation of ReadAt is what is expected? Do the travis builds test the hdfs code? |
Author: Uwe L. Korn <uwelk@xhochy.com> Closes apache#108 from xhochy/parquet-620 and squashes the following commits: da122ad [Uwe L. Korn] Ensure metadata is written only once
Author: Uwe L. Korn <uwelk@xhochy.com> Closes apache#108 from xhochy/parquet-620 and squashes the following commits: da122ad [Uwe L. Korn] Ensure metadata is written only once Change-Id: I7653597fdf69c961545d6c978fdc1367267adee7
Author: Uwe L. Korn <uwelk@xhochy.com> Closes apache#108 from xhochy/parquet-620 and squashes the following commits: da122ad [Uwe L. Korn] Ensure metadata is written only once Change-Id: I7653597fdf69c961545d6c978fdc1367267adee7
Author: Uwe L. Korn <uwelk@xhochy.com> Closes apache#108 from xhochy/parquet-620 and squashes the following commits: da122ad [Uwe L. Korn] Ensure metadata is written only once Change-Id: I7653597fdf69c961545d6c978fdc1367267adee7
Author: Uwe L. Korn <uwelk@xhochy.com> Closes apache#108 from xhochy/parquet-620 and squashes the following commits: da122ad [Uwe L. Korn] Ensure metadata is written only once Change-Id: I7653597fdf69c961545d6c978fdc1367267adee7
This allows you to switch of libhdfs for libhdfs3. It seems to work locally. There are some issues with the existing HDFS IO Unit tests in that they don't necessarily properly configure themselves based on the configuration of the Hadoop cluster. (For example, disabling short circuit reads). It seems the previous PR hit some network hiccups. I'm trying to see if this retry makes travis ci pass.