Create parquet file from Thingworx Extension
Hello everyone,
I've created an extension that convert a file from csv to parquet and send it to Event Hub.
The creation of parquet is based on spark-3.3.0-bin-hadoop2 libraries installed on file system and referred by an enviroment variable.
This scenario is working well but i wondering if is possible perform the same action loading the spark-3.3.0-bin-hadoop2 as a Thingworx extension. In this case how can I referred the library in an environment variables ?
Answering question could solve the problem when Thingworx is installed in a cloud environment.
Thank you

