You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by GitBox <gi...@apache.org> on 2023/01/04 22:51:40 UTC

[GitHub] [incubator-livy] haripriya-b commented on a diff in pull request #348: [LIVY-891] Expose the sessionID via the client APIs [WIP]

haripriya-b commented on code in PR #348:
URL: https://github.com/apache/incubator-livy/pull/348#discussion_r1061950496


##########
client-http/src/main/java/org/apache/livy/client/http/HttpClient.java:
##########
@@ -17,23 +17,20 @@
 
 package org.apache.livy.client.http;
 
+import org.apache.livy.Job;
+import org.apache.livy.JobHandle;
+import org.apache.livy.LivyClient;
+import org.apache.livy.client.common.Serializer;
+
 import java.io.File;
 import java.net.URI;
 import java.nio.ByteBuffer;
 import java.util.HashMap;
 import java.util.Map;
-import java.util.concurrent.Callable;
-import java.util.concurrent.Executors;
-import java.util.concurrent.Future;
-import java.util.concurrent.ScheduledExecutorService;
-import java.util.concurrent.ThreadFactory;
+import java.util.concurrent.*;

Review Comment:
   Thank you, @lmccay. I've updated the files. Can you please review the changes.



-- 
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: commits-unsubscribe@livy.apache.org

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