Uh oh!
There was an error while loading. Please reload this page.
(WIP) Updated all calls to get file system through FSUtils.getFs() - #191
(WIP) Updated all calls to get file system through FSUtils.getFs()#191gekath wants to merge 1 commit into
Conversation
1bcce25 to
ef5a407CompareThere was a problem hiding this comment.
This is just a test, and not a CLI right. so why the parameters?
vinothchandar
left a comment
There was a problem hiding this comment.
@gekath Have you been able to test this out in production? This is rather big change, so would like to understand how much testing has been done..
63b301d to
d6af8c9Comparegekath
commented
Jun 19, 2017
@vinothchandar this PR focused on testing that a read from local, and write to HDFS will result in correct count of records, and this functionality should be similar between any two file systems. Our specific goal is to consider use case of reading from HDFS, writing to GCS. Will look at adding additional testing, (changed to WIP). Key updates are in:
|
vinothchandar
commented
Jun 20, 2017
Sounds good. Will take a closer look sometime this week. |
There was a problem hiding this comment.
logger or please remote s.o.pln
vinothchandar
left a comment
There was a problem hiding this comment.
Changes look safe to me. Need to look at the stuff at HoodieWrapperFileSystem more closely..
Please ping back once you have tested this more for your use-cases.. I ll pull and test on HDFS at Uber as well and we can proceed from there.
vinothchandar
commented
Jun 27, 2017
@gekath any update on this? |
gekath
commented
Jul 5, 2017
Hi @vinothchandar , we're working on integrating Hoodie into our current pipeline and then will proceed to test out performance. |
vinothchandar
commented
Jul 12, 2017
Sounds good. please keep us posted on progress/blockers. |
prazanna
commented
Aug 2, 2017
@gekath - Do you have any updates on this PR? Thanks. |
zqureshi
commented
Aug 3, 2017
@prazanna not much progress on this front yet. |
vinothchandar
commented
Aug 16, 2017
from what @gekath and I discusssed offline.. Seems this is being actively tested :) |
82e2216 to
3949388CompareMerge conflicts Merge conflicts Removed print statement Merge conflicts Merge conflicts Merge conflicts Merge conflict Removed default getFs that takes no arguments.
vinothchandar
commented
Sep 28, 2017
@alunarbeach do you want to drive this? |
vinothchandar
commented
Jan 3, 2018
Closing in favor of #293 |
Co-authored-by: StreamingFlames <18889897088@163.com> Co-authored-by: Nicholas Jiang <programgeek@163.com> Co-authored-by: Y Ethan Guo <ethan.guoyihua@gmail.com> Co-authored-by: Sagar Sumit <sagarsumit09@gmail.com> Co-authored-by: Alexey Kudinkin <alexey@infinilake.com> Co-authored-by: RexAn <bonean131@gmail.com>
Updates all consumers of FSUtils.getFs() to accept a path, and infers scheme based on given path and/or configuration, instead of inferring scheme through
fs.defaultFS. Calls to get a filesystem go through FSUtils.getFs(), aimed to support multiple filesystems./fix#96
/cc @vinothchandar@prazanna@zqureshi