pan3793 commented on code in PR #4743:
URL: https://github.com/apache/zeppelin/pull/4743#discussion_r1572526101
##########
livy/src/test/java/org/apache/zeppelin/livy/LivyInterpreterIT.java:
##########
@@ -485,15 +456,14 @@ public void run() {
}
@Test
- void testSparkInterpreterWithDisplayAppInfo_StringWithoutTruncation()
+ void testSparkInterpreterStringWithoutTruncation()
throws InterpreterException {
if (!checkPreCondition()) {
return;
}
InterpreterGroup interpreterGroup = new InterpreterGroup("group_1");
interpreterGroup.put("session_1", new ArrayList<Interpreter>());
Properties properties2 = new Properties(properties);
- properties2.put("zeppelin.livy.displayAppInfo", "true");
Review Comment:
I found that Livy can not extract appId for Spark local mode, and seems no
workaround without touching Livy code, I abandoned to fix it after some
struggling, just delete.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]