microsoft / sqlmlutils

Utility functions for easier usage of SQL Server Machine Learning Services
Other
32 stars 33 forks source link

Jonathan zhu11/source #77

Closed JonathanZhu11 closed 4 years ago

JonathanZhu11 commented 4 years ago

Build source packages on the client into binary packages before uploading to CREATE EXTERNAL LIBRARY.

There were errors with source packages because they need to access programs from R subprocesses such as gcc in order to compile some source packages. By building them on the client, the source packages will not have to build on the server where they do not have as much permission.