Skip to content
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

Use connection for BucketFS information in classification examples #9

Open
tkilias opened this issue Jul 30, 2019 · 1 comment
Open
Labels
feature Product feature

Comments

@tkilias
Copy link
Collaborator

tkilias commented Jul 30, 2019

Currently, the BucketFS connection information get embedded into the UDF code (classification.ipynb). A much cleaner method is, to provide this information via a connection. Either, by providing the BucketFS URL directly, or by providing a path to a configuration file in the BucketFS.

  • In order to upload an object into BucketFS, the notebook creates and uses an UDF called EXABUCKET_HELPER.
  • Then this UDF is called when an object is going to be uploaded. Instead of creating an UDF to upload an object into BucketFS, we can use bucketfs connection object and bucketfs_python libraries.
@tkilias tkilias added the feature Product feature label Jul 30, 2019
@redcatbear
Copy link
Contributor

@umitbuyuksahin, which sample are we talking about in detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

No branches or pull requests

2 participants