Change Alluxio configuration approach 2#50
Conversation
|
@SibylYang could you help resolve the conflicts with main |
| to leveraging the data caching and management features of Alluxio. | ||
|
|
||
| The Alluxio args: | ||
| etcd_hosts (str, optional): A comma-separated list of ETCD server hosts in the format "host1:port1,host2:port2,...". |
There was a problem hiding this comment.
Should we keep the alluxiofs doc? this is because s3fs, although the parameters are passed in **kwargs but still in the doc, user may view this doc directly for supported parameters? but it will be hard to maintain as well
@jja725 what are your thoughts?
There was a problem hiding this comment.
yeah agree let's keep the doc here otherwise no one can find the proper options to use
| return AlluxioFileSystem( | ||
| etcd_hosts="localhost", | ||
| target_protocol="s3", | ||
| test_options={"skip_alluxio": True}, |
There was a problem hiding this comment.
@SibylYang the reason we adding test_options is to put some shaded values here. please do not modify the user behavior for now because some of our users are relying on the existing configurations.
Please do not modify the end-user behavior
Built upon previous PR: #23. Addressed comments regarding changing to asserts in config.py.