milenkovicm commented on issue #1180:
URL: 
https://github.com/apache/datafusion-ballista/issues/1180#issuecomment-2654359041

   > I can confirm the scheduler has the file loaded onto it because I can "sh" 
into the cluster and view the file with "ls".
   
   client needs to list the files and executor needs to read the file, so 
having it just on scheduler will make no good.
   
   Ballista comes with file object store by default, no other stores are build 
in.  Should you wish to use object store you have to register it. Please have a 
look at 
[examples/examples/custom-client.rs](examples/examples/custom-client.rs), 
[examples/examples/custom-scheduler.rs](examples/examples/custom-scheduler.rs) 
and [examples/examples/custom-executor.rs](examples/examples/custom-client.rs) 
how to setup your own object store.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to