Re: Large UDFs

2019-11-17 Thread Torsten Bergh Moss
Everything you said was correct, the server accepted my large UDF now, thank you! Best wishes, Torsten Bergh Moss From: Murtadha Hubail Sent: Sunday, November 17, 2019 4:29 PM To: Torsten Bergh Moss; dev@asterixdb.apache.org Subject: Re: Large UDFs Yes

Re: Large UDFs

2019-11-17 Thread Murtadha Hubail
Sent: Sunday, November 17, 2019 1:50 PM To: Torsten Bergh Moss; dev@asterixdb.apache.org Subject: Re: Large UDFs Torsten, The maximum HTTP request size is configurable using the property (max.web.request.size) and by default it is set to 50MB. Cheers,

Re: Large UDFs

2019-11-17 Thread Torsten Bergh Moss
Thanks Murtadha, Do I configure this property under [cc] inside cc.conf? Best wishes, Torsten From: Murtadha Hubail Sent: Sunday, November 17, 2019 1:50 PM To: Torsten Bergh Moss; dev@asterixdb.apache.org Subject: Re: Large UDFs Torsten, The maximum

Re: Large UDFs

2019-11-16 Thread Xikui Wang
I think the warning message that you see probably is orthogonal to the dependencies that you are trying to add, since the installation of UDF merely copies the jar files to a designated location for AsterixDB to discover. It shouldn't touch the code that raises the warning message. Maybe that's

Re: Large UDFs

2019-11-16 Thread Ian Maxon
Sounds like a bug, can you share the UDF in question so I can debug it? > On Nov 16, 2019, at 05:17, Torsten Bergh Moss > wrote: > > Greetings devs, > > > Hope you are all enjoying your weekends. > > > I am trying to build a GPU-based UDF, and this UDF relies on a bunch of > dependencies

Large UDFs

2019-11-16 Thread Torsten Bergh Moss
Greetings devs, Hope you are all enjoying your weekends. I am trying to build a GPU-based UDF, and this UDF relies on a bunch of dependencies (one of them being the GPU-framework). In order to "bake" these dependencies into the UDF I am packaging it as a jar-with-dependencies, however, this