Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 483 Bytes

sparkmagic.md

File metadata and controls

19 lines (17 loc) · 483 Bytes

Configuring Sparkmagic

Lighter works as a replacement for Livy, when you are using it with Sparkmagic. Make those changes to Sparkmagic configuration json file, to make it work with lighter:

{
  "kernel_python_credentials" : {
      "username": "",
      "password": "",
      "url": "http://lighter.spark:8080/lighter/api",
      "auth": "None"
  },
  "livy_session_startup_timeout_seconds": 600,
  "custom_headers": {
    "X-Compatibility-Mode": "sparkmagic"
  }
}