andygrove commented on a change in pull request #75:
URL: https://github.com/apache/arrow-datafusion/pull/75#discussion_r621200597



##########
File path: ballista/rust/executor/src/main.rs
##########
@@ -109,8 +108,10 @@ async fn main() -> Result<()> {
         info!("Running in local mode. Scheduler will be run in-proc");
         let client = StandaloneClient::try_new_temporary()
             .context("Could not create standalone config backend")?;
-        let server =
-            SchedulerGrpcServer::new(SchedulerServer::new(Arc::new(client), 
namespace));
+        let server = SchedulerGrpcServer::new(SchedulerServer::new(
+            Arc::new(client),
+            "ballista".to_string(),

Review comment:
       I checked the code out locally and see that this is where we are running 
in local mode. Makes sense.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to