Hey Torsten, There actually is a new way, it's not documented yet because it's still a work in progress. However, the part of it you might be most interested in is merged. If you're on latest master, you can send a UDF via HTTP POST with cURL to $CC_ADDR:19002/admin/udf/$YOUR_DATAVERSE/$LIBRARY_NAME . If you want to delete it, do a DELETE request to the same URL. If you upload a UDF to the same URL again with POST it replaces the old one, so no need to delete if you just want to update.
Hope that helps, let me know if you run into issues using it. On Thu, Sep 5, 2019 at 1:31 PM Torsten Bergh Moss <[email protected]> wrote: > > Hi, > > > I am a master's degree student of Heri Ramampiaro and this semester I will be > doing a paper on developing a GPU-powered UDF for AsterixDB for classifying > tweets. > > > I already have AsterixDB up and running with a Twitter Feed Adapter, so I > looked at the documentation for UDF's and attaching them to feeds > > > https://ci.apache.org/projects/asterixdb/udf.html > > > however, it seems to only show how to install UDF's given that you've spun up > Asterix using Ansible, while I am using NCService. > > > Can I use UDF's with NCService, and are there any documentation on how to > accomplish this? > > > Best wishes, > > Torsten Bergh Moss
