You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jeff Zhang (Jira)" <ji...@apache.org> on 2022/01/30 03:12:00 UTC

[jira] [Created] (ZEPPELIN-5648) log4j.properties is not configured properly for spark interpreter

Jeff Zhang created ZEPPELIN-5648:
------------------------------------

             Summary: log4j.properties is not configured properly for spark interpreter
                 Key: ZEPPELIN-5648
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5648
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.10.0
            Reporter: Jeff Zhang


For spark interpreter, the class name and method are not printed (It is always Logging.scala). e.g.
{code:java}
  INFO [2022-01-30 10:49:39,656] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Limiting resource is cpus at 1 tasks per executor
 INFO [2022-01-30 10:49:39,659] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Added ResourceProfile id: 0
 INFO [2022-01-30 10:49:39,721] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Changing view acls to: hadoop
 INFO [2022-01-30 10:49:39,721] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Changing modify acls to: hadoop
 INFO [2022-01-30 10:49:39,721] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Changing view acls groups to:
 INFO [2022-01-30 10:49:39,721] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Changing modify acls groups to:
 INFO [2022-01-30 10:49:39,721] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - SecurityManager: authentication disabled; ui acls disabled; users  with view permissions: Set(hadoop); groups with view permissions: Set(); users  with modify permissions: Set(hadoop); groups with modify permissions: Set()
 INFO [2022-01-30 10:49:40,033] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Successfully started service 'sparkDriver' on port 44953.
 INFO [2022-01-30 10:49:40,071] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Registering MapOutputTracker
 INFO [2022-01-30 10:49:40,107] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Registering BlockManagerMaster
 INFO [2022-01-30 10:49:40,140] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
 INFO [2022-01-30 10:49:40,148] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - BlockManagerMasterEndpoint up
 INFO [2022-01-30 10:49:40,160] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Registering BlockManagerMasterHeartbeat
 INFO [2022-01-30 10:49:40,200] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Created local directory at /tmp/blockmgr-520af56c-ddbc-4c48-870f-f6423e21e187
 INFO [2022-01-30 10:49:40,229] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - MemoryStore started with capacity 366.3 MiB
 INFO [2022-01-30 10:49:40,250] ({FIFOScheduler-interpreter_475366175-Worker-1} Logging.scala[logInfo]:57) - Registering OutputCommitCoordinator
 INFO [2022-01-30 10:49:40,340] ({FIFOScheduler-interpreter_475366175-Worker-1} Log.java[initialized]:169) - Logging initialized @11039ms to org.sparkproject.jetty.util.log.Slf4jLog{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)