SlideShare a Scribd company logo
© 2017 Bloomberg Finance L.P. All rights reserved.
February 8, 2017
Joy Chakraborty
Distributed System Architect
Secured (Kerberos-based)
Spark Notebook for Data Science
Spark Summit East 2017
© 2017 Bloomberg Finance L.P. All rights reserved.
Speaker Bio
I am a Distributed System Architect with 17+ years of application software
development experience and 10+ years of experience in designing,
architecting and developing Distributed systems. I have a special interest in
distributed and parallel computing, and currently work on Cloud and Big
Data technologies. I also actively participate in various Software
architectural organizations.
I have been working in Bloomberg’s Data Platform team as a Data Engineer
since 2014. My responsibility is to store and process petabytes of data
reliably, predictably and securely.
© 2017 Bloomberg Finance L.P. All rights reserved. 3
Agenda
Why Secured Data Science Notebook?1
Design and technologies consideration2
Integration and Implementation3
Question/Answers4
© 2017 Bloomberg Finance L.P. All rights reserved.
• Create Distributed Data platform to :
–Ingest various data sources across the organization
–Store data at most granular level in consistent
format
–Provide tooling across organization to perform
Data-exploration, Analysis & Machine learning
activities
4
Why Data Science Notebook?
© 2017 Bloomberg Finance L.P. All rights reserved. 5
Data exploration, Analysis and Machine Learning
Other
Sources
Databases
Files
Data
Data
Data
Data
Cluster
© 2017 Bloomberg Finance L.P. All rights reserved. 6
Data exploration, Analysis and Machine Learning
Other
Source
s
Databases
Files
Data
Data
Data
Data
Cluster
© 2017 Bloomberg Finance L.P. All rights reserved. 7
What are organization requirements for
tooling?
© 2017 Bloomberg Finance L.P. All rights reserved.
• Spark Notebook for
 Web-based
 Scala/Python libraries
 Templates
 Security and login integration
 Data discovery
 Enhanced SQL support
8
Jupyter Notebook for Spark
© 2017 Bloomberg Finance L.P. All rights reserved.
• JupyterHub (Notebook web-application for multi-users environment)
• SparkMagic (Spark kernel for Jupyter Notebook supporting Python & Scala)
• Livy (HTTP REST web-service for to submit Spark jobs, managing sessions, etc.)
• HDFS/Yarn (HDFS and Yarn running Spark jobs)
9
Spark Notebooks – Tech Stack
© 2017 Bloomberg Finance L.P. All rights reserved. 10
JupyterHub – Current State
© 2017 Bloomberg Finance L.P. All rights reserved. 11
JupyterHub Web Service Yarn Cluster
Livy
JupyterHub – Current State
SparkMagic
Spark-Scala Spark-Python
Spark
Job
1. JupyterHub login using OAuth
2. Sends HTTP Request
3. Creates/maintains
Spark session and
submits the Spark job
to the yarn cluster
xxxxxxxx
yyyyyyyy
xxxxxxxx
yyyyyyyy
xxxxxxxx
yyyyyyyy
xxxxxxxx
yyyyyyyy
xxxxxxxx
yyyyyyyy
xxxxxxxx
yyyyyyyy
xxxxxxxx
yyyyyyyy
xxxxxxxx
yyyyyyyy
Running multiple Notebooks
4. Spark job output
5. HTTP Response
© 2017 Bloomberg Finance L.P. All rights reserved. 12
Requirement – Kerberos Integration
• Kerberos is a Network Authentication Protocol
that works on the basis of 'tickets' to
allow nodes communicating over a network to
prove their identity to one another in a secure
manner. Kerberos uses account databases such
as domain’s Active Directory.
© 2017 Bloomberg Finance L.P. All rights reserved. 13
Current State (with Kerberos)
• HDFS supports Kerberos
• Livy Supports Kerberos (configurable in Livy)
• Can impersonate a user using HDFS “proxyuser” setting and submit Spark job on behalf of a user
• A superuser with username ‘super’ wants to submit job and access hdfs on behalf of a user1. The superuser has
kerberos credentials but user user1 doesn’t have any. The tasks are required to run as user user1. It is required that
user1 can connect to the namenode or job tracker on a connection authenticated with super’s kerberos credentials.
• JupyterHub and SparkMagic: No support for Kerberos
<property>
<name>hadoop.proxyuser. livyusr.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.livyusr.groups</name>
<value>LIVY_GRP</value>
</property>
© 2017 Bloomberg Finance L.P. All rights reserved. 14
How Kerberos works in HDFS and Yarn
cluster running Spark Jobs?
© 2017 Bloomberg Finance L.P. All rights reserved. 15
HDFS/Spark with Kerberos
Client
© 2017 Bloomberg Finance L.P. All rights reserved. 16
HDFS/Spark with Kerberos
Client
0. Service
Principles/Keys
© 2017 Bloomberg Finance L.P. All rights reserved. 17
HDFS/Spark with Kerberos
Client
1. Client
requests Ticket
2. KDC sends TGT 0. Service
Principles/Keys
© 2017 Bloomberg Finance L.P. All rights reserved. 18
HDFS/Spark with Kerberos
Client
1. Client
Request Ticket
2. KDC sends TGT 0. Service
Principles/Keys
© 2017 Bloomberg Finance L.P. All rights reserved. 19
HDFS/Spark with Kerberos
Client 5. Sends Service Ticket and requests for Authentication
1. Client
requests Ticket
2. KDC sends TGT 0. Service
Principles/Keys
© 2017 Bloomberg Finance L.P. All rights reserved. 20
HDFS/Spark with Kerberos
Client
Retrieves
User roles/permissions
6. User Authenticated using
Service Principle/key
5. Sends Service Ticket and requests for Authentication
1. Client
requests Ticket
2. KDC sends TGT 0. Service
Principles/Keys
© 2017 Bloomberg Finance L.P. All rights reserved. 21
HDFS/Spark with Kerberos
Client
Retrieves
User roles/permissions
6. User Authenticated using
Service Principle/key
5. Sends Service Ticket and requests for Authentication
Client/Server session established
1. Client
requests Ticket
2. KDC sends TGT 0. Service
Principles/Keys
© 2017 Bloomberg Finance L.P. All rights reserved. 22
Let’s have JupyterHub as Client and
bring SparkMagic and Livy
© 2017 Bloomberg Finance L.P. All rights reserved. 23
Jupyter + Spark with Kerberos
Client
Retrieves
User roles/permissions
6. User Authenticated using
Service Principle/key
5. Sends Service Ticket and requests for Authentication
Client/Server session established
1. Client
requests Ticket
2. KDC sends TGT 0. Service
Principles/Keys
© 2017 Bloomberg Finance L.P. All rights reserved. 24
Jupyter + Spark with Kerberos
Client
1. Client
requests Ticket
2. KDC sends TGT 0. Service
Principles/Keys
The nature of communication
between Browser client and HDFS
will be different
© 2017 Bloomberg Finance L.P. All rights reserved. 25
Jupyter + Spark with Kerberos
Client
1. Client
requests Ticket
2. KDC sends TGT 0. Service
Principles/Keys
Also the TGT process between
Browser client and KDC will
change.
© 2017 Bloomberg Finance L.P. All rights reserved. 26
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
0. Service
Principles/Keys
1. Client
requests Ticket
2. KDC sends TGT
1. KDCAuthenticator: JupyterHub
Authentication extensibility point
2. KDCSpawner: JupyterHub per user
session extensibility point
© 2017 Bloomberg Finance L.P. All rights reserved. 27
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
0. Service
Principles/Keys
1. Client
requests Ticket
2. KDC sends TGT
???
???
???
© 2017 Bloomberg Finance L.P. All rights reserved. 28
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
0. LIVY HTTP
Service
Principles/Keys
0. Service
Principles/Keys
???
???
???
1. Client
requests Ticket
2. KDC sends TGT
© 2017 Bloomberg Finance L.P. All rights reserved. 29
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
0. Service
Principles/Keys
???
???
???
© 2017 Bloomberg Finance L.P. All rights reserved. 30
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
0. LIVY HTTP
Service
Principles/Keys
Retrieves
User roles/permissions
2. KDC Sends TGT
1. Client requests Ticket (kinit)
4. 401/www-Authenticate: Negotiate
3. Jhub sends URL request (GET)
0. Service
Principles/Keys
???
???
Spnego
© 2017 Bloomberg Finance L.P. All rights reserved. 31
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
4. 401/www-Authenticate: Negotiate
3. Jhub sends URL request (GET)
0. Service
Principles/Keys
???
???
© 2017 Bloomberg Finance L.P. All rights reserved. 32
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
3. Jhub sends URL request (GET)
0. Service
Principles/Keys
???
???
© 2017 Bloomberg Finance L.P. All rights reserved. 33
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
3. Jhub sends URL request (GET)
0. Service
Principles/Keys
???
???
1. Supports SPNEGO
2. Authenticates user
using HTTP service
principle/key
3. Retrieves user-id
© 2017 Bloomberg Finance L.P. All rights reserved. 34
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
3. Jhub sends URL request (GET)
0. Service
Principles/Keys
???
???
Connection/session established
© 2017 Bloomberg Finance L.P. All rights reserved. 35
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
8
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
8. Spawns user session
4. 401/www-Authenticate: Negotiate
7. Send HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
3. Jhub sends URL request (GET)
???
???
0. Service
Principles/Keys
Connection/session established
© 2017 Bloomberg Finance L.P. All rights reserved. 36
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
8
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
8. Spawns user session
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
3. Jhub sends URL request (GET)
0. Service
Principles/Keys
???
???
1. Opens Notebook
session
2. Encrypts user-id and
puts it into
env['PROXY_USER']
Connection/session established
© 2017 Bloomberg Finance L.P. All rights reserved. 37
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
8
9
10
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
8. Spawns user session
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
9. Uses SM keytab to asks for LIVY service ticket (kinit)
3. Jhub sends URL request (GET)
10. KDC sends Livy Service Ticket
0. Service
Principles/Keys
???
???
Connection/session established
© 2017 Bloomberg Finance L.P. All rights reserved. 38
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
8
9
10
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
8. Spawns user session
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
9. Uses SM keytab to asks for LIVY service ticket (kinit)
3. Jhub sends URL request (GET)
10. KDC sends Livy Service Ticket
11
11. Forwards the request to SparkMagic kernel
0. Service
Principles/Keys
???
???
Connection/session established
© 2017 Bloomberg Finance L.P. All rights reserved. 39
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
8
9
10
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
8. Spawns user session
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
9. Uses SM keytab to asks for LIVY service ticket (kinit)
3. Jhub sends URL request (GET)
10. KDC sends Livy Service Ticket
11
11. Forwards the request to SparkMagic kernel
0. Service
Principles/Keys
???
???
1. SparkMagic reads the
encrypted
env['PROXY_USER'] and adds
it to the Http request body as
“proxyUser”.
Connection/session established
© 2017 Bloomberg Finance L.P. All rights reserved. 40
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
8
9
10
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
8. Spawns user session
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
9. Uses SM keytab to asks for LIVY service ticket (kinit)
3. Jhub sends URL request (GET)
10. KDC sends Livy Service Ticket
11
12
11. Forwards the request to SparkMagic kernel
12. Submits the Spark request over HTTP to Livy with
Get- Authorization: Negotiate <Livy service-ticket>
0. Service
Principles/Keys
???
Connection/session established
© 2017 Bloomberg Finance L.P. All rights reserved. 41
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
8
9
10
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
8. Spawns user session
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
9. Uses SM keytab to asks for LIVY service ticket (kinit)
3. Jhub sends URL request (GET)
10. KDC sends Livy Service Ticket
11
12
13
14
11. Forwards the request to SparkMagic kernel
12. Submits the Spark request over HTTP to Livy with
Get- Authorization: Negotiate <Livy service-ticket>
13. Uses Livy keytab to asks for HDFS service ticket
14. KDC sends HDFS Service Ticket
0. Service
Principles/Keys
???
Connection/session established
© 2017 Bloomberg Finance L.P. All rights reserved. 42
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
8
9
10
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
8. Spawns user session
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
9. Uses SM keytab to asks for LIVY service ticket (kinit)
3. Jhub sends URL request (GET)
10. KDC sends Livy Service Ticket
11
12
13
14
11. Forwards the request to SparkMagic kernel
12. Submits the Spark request over HTTP to Livy with
Get- Authorization: Negotiate <Livy service-ticket>
13. Uses Livy keytab to asks for HDFS service ticket
14. KDC sends HDFS Service Ticket
0. Service
Principles/Keys
???
1. Livy decrypts the
“proxyUser” and sets the
“proxy-user” value for
remote Spark-SubmitConnection/session established
© 2017 Bloomberg Finance L.P. All rights reserved. 43
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
8
9
10
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and asks for JHUB Service Ticket
6. KDC sends Service Ticket
8. Spawns user session
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
9. Uses SM keytab to asks for LIVY service ticket (kinit)
3. Jhub sends URL request (GET)
10. KDC sends Livy Service Ticket
11
12
13
14
11. Forwards the request to SparkMagic kernel
12. Submits the Spark request over HTTP to Livy with
Get- Authorization: Negotiate <Livy service-ticket>
13. Uses Livy keytab to asks for HDFS service ticket
14. KDC sends HDFS Service Ticket15
15. Livy submits remote Spark job using HTTP Spnego
with Get- Authorization: Negotiate <HDFS service-
ticket>
0. Service
Principles/Keys
Connection/session established
© 2017 Bloomberg Finance L.P. All rights reserved. 44
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
8
9
10
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and ask for JHUB Service Ticket
6. KDC sends Service Ticket
8. Spawns user session
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
9. Uses SM keytab to asks for LIVY service ticket (kinit)
3. Jhub sends URL request (GET)
10. KDC sends Livy Service Ticket
11
12
13
14
11. Forwards the request to SparkMagic kernel
12. Submits the Spark request over HTTP to Livy with
Get- Authorization: Negotiate <Livy service-ticket>
13. Uses Livy keytab to asks for HDFS service ticket
14. KDC sends HDFS Service Ticket15
15. Livy submits remote Spark job using HTTP Spnego
with Get- Authorization: Negotiate <HDFS service-
ticket>
0. Service
Principles/Keys
Retrieves
User roles/permissions
16. User Authenticated using Service Principle/key
16
Connection/session established
© 2017 Bloomberg Finance L.P. All rights reserved. 45
Jupyter + Spark with Kerberos
Client
KDC
Spawner
SparkMagic
JupyterHub
KDC
Authenticator
Web
Service
Livy
2
1
3
4
5
6
7
8
9
10
0. LIVY HTTP
Service
Principles/Keys
2. KDC sends TGT
1. Client requests Ticket (kinit)
5. Client sends TGT and ask for JHUB Service Ticket
6. KDC sends Service Ticket
8. Spawns user session
4. 401/www-Authenticate: Negotiate
7. Sends HTTP GET with Get- Authorization: Negotiate
<jhub service-ticket>
9. Uses SM keytab to asks for LIVY service ticket (kinit)
3. Jhub sends URL request (GET)
10. KDC sends Livy Service Ticket
11
12
13
14
11. Forwards the request to SparkMagic kernel
12. Submits the Spark request over HTTP to Livy with
Get- Authorization: Negotiate <Livy service-ticket>
13. Uses Livy keytab to asks for HDFS service ticket
14. KDC sends HDFS Service Ticket15
15. Livy submits remote Spark job using HTTP Spnego
with Get- Authorization: Negotiate <HDFS service-
ticket>
0. Service
Principles/Keys
Retrieves
User roles/permissions
16. User Authenticated using Service Principle/key
16
Connection/session established
Connection/session established
© 2017 Bloomberg Finance L.P. All rights reserved. 46
Jhub-Kerberos Development Summary
• JupyterHub
• KDC Authenticator (configurable using JupyerHub configuration)
• Supports Kerberos-Spnego authentication using HTTP Service Principle and keys
• KDC Spawner (configurable using JupyerHub configuration)
• Encrypts the current user-name and stores it in the “PROXY_USER” environment variable (before spawning a new user child
process) which SparkMagic reads/uses later.
• Kinit to get the Livy Service ticket for Spnego Authentication with Livy server.
• SparkMagic
• Adds current user-name (reading from “PROXY_USER” environment variable) as “proxyUser” in the Livy HTTP Request body. This
behavior can enabled or disabled (default) by SparkMagic configuration
• Livy changes (configurable using Livy configuration)
• Supports to decrypt the “proxyUser” from the request body & adds to the remote Spark job request for HDFS impersonation
© 2017 Bloomberg Finance L.P. All rights reserved. 47
Jhub-Kerberos Development Setup
• Learnings
• KDC Domain controller running the AS and TGS
• Multiple nodes running JupyterHub, Livy and Yarn (Spark) at different DNS farm and networking
between these farms
• Creating/modifying key-tabs and principles on demand basis in a corporate environment for dev
• Corporate IT dependency
• How Docker helps
• Easy to bootstrap the JupyterHub, Livy, Yarn and KDC using Docker script
• Seamless networking (easy to configure) between Docker instances
• Creating Service principles and key-tabs on demand (without involving corporate IT)
• Custom DNS farm setup for POC and development activities
© 2017 Bloomberg Finance L.P. All rights reserved.
Q&A
© 2017 Bloomberg Finance L.P. All rights reserved.
THANK YOU
Joy Chakraborty
Bloomberg L.P.
jchakrabort5@bloomberg.net
Ad

More Related Content

What's hot (20)

Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Edureka!
 
Continuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalk
Continuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalkContinuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalk
Continuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalk
Thomas Shaw
 
CD using ArgoCD(KnolX).pdf
CD using ArgoCD(KnolX).pdfCD using ArgoCD(KnolX).pdf
CD using ArgoCD(KnolX).pdf
Knoldus Inc.
 
Service Mesh - Observability
Service Mesh - ObservabilityService Mesh - Observability
Service Mesh - Observability
Araf Karsh Hamid
 
Big Data Redis Mongodb Dynamodb Sharding
Big Data Redis Mongodb Dynamodb ShardingBig Data Redis Mongodb Dynamodb Sharding
Big Data Redis Mongodb Dynamodb Sharding
Araf Karsh Hamid
 
Docker and kubernetes_introduction
Docker and kubernetes_introductionDocker and kubernetes_introduction
Docker and kubernetes_introduction
Jason Hu
 
OpenStack Architecture
OpenStack ArchitectureOpenStack Architecture
OpenStack Architecture
Mirantis
 
Wido den Hollander - building highly available cloud with Ceph and CloudStack
Wido den Hollander - building highly available cloud with Ceph and CloudStackWido den Hollander - building highly available cloud with Ceph and CloudStack
Wido den Hollander - building highly available cloud with Ceph and CloudStack
ShapeBlue
 
CI:CD in Lightspeed with kubernetes and argo cd
CI:CD in Lightspeed with kubernetes and argo cdCI:CD in Lightspeed with kubernetes and argo cd
CI:CD in Lightspeed with kubernetes and argo cd
Billy Yuen
 
Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...
Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...
Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...
Edureka!
 
Microservices Architectures: Become a Unicorn like Netflix, Twitter and Hailo
Microservices Architectures: Become a Unicorn like Netflix, Twitter and HailoMicroservices Architectures: Become a Unicorn like Netflix, Twitter and Hailo
Microservices Architectures: Become a Unicorn like Netflix, Twitter and Hailo
gjuljo
 
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Janusz Nowak
 
OpenShift 4, the smarter Kubernetes platform
OpenShift 4, the smarter Kubernetes platformOpenShift 4, the smarter Kubernetes platform
OpenShift 4, the smarter Kubernetes platform
Kangaroot
 
Best Practices for Middleware and Integration Architecture Modernization with...
Best Practices for Middleware and Integration Architecture Modernization with...Best Practices for Middleware and Integration Architecture Modernization with...
Best Practices for Middleware and Integration Architecture Modernization with...
Claus Ibsen
 
Introduction to Apache Kafka
Introduction to Apache KafkaIntroduction to Apache Kafka
Introduction to Apache Kafka
AIMDek Technologies
 
Automation with ansible
Automation with ansibleAutomation with ansible
Automation with ansible
Khizer Naeem
 
Scaling Push Messaging for Millions of Netflix Devices
Scaling Push Messaging for Millions of Netflix DevicesScaling Push Messaging for Millions of Netflix Devices
Scaling Push Messaging for Millions of Netflix Devices
Susheel Aroskar
 
CDC patterns in Apache Kafka®
CDC patterns in Apache Kafka®CDC patterns in Apache Kafka®
CDC patterns in Apache Kafka®
confluent
 
Jenkins를 활용한 Openshift CI/CD 구성
Jenkins를 활용한 Openshift CI/CD 구성 Jenkins를 활용한 Openshift CI/CD 구성
Jenkins를 활용한 Openshift CI/CD 구성
rockplace
 
DevOps @ OpenShift Online
DevOps @ OpenShift OnlineDevOps @ OpenShift Online
DevOps @ OpenShift Online
OpenShift Origin
 
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Edureka!
 
Continuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalk
Continuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalkContinuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalk
Continuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalk
Thomas Shaw
 
CD using ArgoCD(KnolX).pdf
CD using ArgoCD(KnolX).pdfCD using ArgoCD(KnolX).pdf
CD using ArgoCD(KnolX).pdf
Knoldus Inc.
 
Service Mesh - Observability
Service Mesh - ObservabilityService Mesh - Observability
Service Mesh - Observability
Araf Karsh Hamid
 
Big Data Redis Mongodb Dynamodb Sharding
Big Data Redis Mongodb Dynamodb ShardingBig Data Redis Mongodb Dynamodb Sharding
Big Data Redis Mongodb Dynamodb Sharding
Araf Karsh Hamid
 
Docker and kubernetes_introduction
Docker and kubernetes_introductionDocker and kubernetes_introduction
Docker and kubernetes_introduction
Jason Hu
 
OpenStack Architecture
OpenStack ArchitectureOpenStack Architecture
OpenStack Architecture
Mirantis
 
Wido den Hollander - building highly available cloud with Ceph and CloudStack
Wido den Hollander - building highly available cloud with Ceph and CloudStackWido den Hollander - building highly available cloud with Ceph and CloudStack
Wido den Hollander - building highly available cloud with Ceph and CloudStack
ShapeBlue
 
CI:CD in Lightspeed with kubernetes and argo cd
CI:CD in Lightspeed with kubernetes and argo cdCI:CD in Lightspeed with kubernetes and argo cd
CI:CD in Lightspeed with kubernetes and argo cd
Billy Yuen
 
Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...
Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...
Chef vs Puppet vs Ansible vs SaltStack | Configuration Management Tools Compa...
Edureka!
 
Microservices Architectures: Become a Unicorn like Netflix, Twitter and Hailo
Microservices Architectures: Become a Unicorn like Netflix, Twitter and HailoMicroservices Architectures: Become a Unicorn like Netflix, Twitter and Hailo
Microservices Architectures: Become a Unicorn like Netflix, Twitter and Hailo
gjuljo
 
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Janusz Nowak
 
OpenShift 4, the smarter Kubernetes platform
OpenShift 4, the smarter Kubernetes platformOpenShift 4, the smarter Kubernetes platform
OpenShift 4, the smarter Kubernetes platform
Kangaroot
 
Best Practices for Middleware and Integration Architecture Modernization with...
Best Practices for Middleware and Integration Architecture Modernization with...Best Practices for Middleware and Integration Architecture Modernization with...
Best Practices for Middleware and Integration Architecture Modernization with...
Claus Ibsen
 
Automation with ansible
Automation with ansibleAutomation with ansible
Automation with ansible
Khizer Naeem
 
Scaling Push Messaging for Millions of Netflix Devices
Scaling Push Messaging for Millions of Netflix DevicesScaling Push Messaging for Millions of Netflix Devices
Scaling Push Messaging for Millions of Netflix Devices
Susheel Aroskar
 
CDC patterns in Apache Kafka®
CDC patterns in Apache Kafka®CDC patterns in Apache Kafka®
CDC patterns in Apache Kafka®
confluent
 
Jenkins를 활용한 Openshift CI/CD 구성
Jenkins를 활용한 Openshift CI/CD 구성 Jenkins를 활용한 Openshift CI/CD 구성
Jenkins를 활용한 Openshift CI/CD 구성
rockplace
 

Viewers also liked (20)

Presto in my_use_case
Presto in my_use_casePresto in my_use_case
Presto in my_use_case
wyukawa
 
PYNQ 祭り: Pmod のプログラミング
PYNQ 祭り: Pmod のプログラミングPYNQ 祭り: Pmod のプログラミング
PYNQ 祭り: Pmod のプログラミング
ryos36
 
PYNQ祭りLT todotani
PYNQ祭りLT todotaniPYNQ祭りLT todotani
PYNQ祭りLT todotani
Kenshi Kamiya
 
PYNQ単体でUIを表示してみる(PYNQまつり)
PYNQ単体でUIを表示してみる(PYNQまつり)PYNQ単体でUIを表示してみる(PYNQまつり)
PYNQ単体でUIを表示してみる(PYNQまつり)
Kenta IDA
 
Pynq祭り資料
Pynq祭り資料Pynq祭り資料
Pynq祭り資料
一路 川染
 
PYNQ祭り
PYNQ祭りPYNQ祭り
PYNQ祭り
Mr. Vengineer
 
PYNQで○○してみた!
PYNQで○○してみた!PYNQで○○してみた!
PYNQで○○してみた!
aster_ism
 
Pynqでカメラ画像をリアルタイムfastx コーナー検出
Pynqでカメラ画像をリアルタイムfastx コーナー検出Pynqでカメラ画像をリアルタイムfastx コーナー検出
Pynqでカメラ画像をリアルタイムfastx コーナー検出
marsee101
 
コンピュータエンジニアへのFPGAのすすめ
コンピュータエンジニアへのFPGAのすすめコンピュータエンジニアへのFPGAのすすめ
コンピュータエンジニアへのFPGAのすすめ
Takeshi HASEGAWA
 
Horizontally Scalable Relational Databases with Spark: Spark Summit East talk...
Horizontally Scalable Relational Databases with Spark: Spark Summit East talk...Horizontally Scalable Relational Databases with Spark: Spark Summit East talk...
Horizontally Scalable Relational Databases with Spark: Spark Summit East talk...
Spark Summit
 
Going Real-Time: Creating Frequently-Updating Datasets for Personalization: S...
Going Real-Time: Creating Frequently-Updating Datasets for Personalization: S...Going Real-Time: Creating Frequently-Updating Datasets for Personalization: S...
Going Real-Time: Creating Frequently-Updating Datasets for Personalization: S...
Spark Summit
 
Realtime Analytical Query Processing and Predictive Model Building on High Di...
Realtime Analytical Query Processing and Predictive Model Building on High Di...Realtime Analytical Query Processing and Predictive Model Building on High Di...
Realtime Analytical Query Processing and Predictive Model Building on High Di...
Spark Summit
 
New Directions in pySpark for Time Series Analysis: Spark Summit East talk by...
New Directions in pySpark for Time Series Analysis: Spark Summit East talk by...New Directions in pySpark for Time Series Analysis: Spark Summit East talk by...
New Directions in pySpark for Time Series Analysis: Spark Summit East talk by...
Spark Summit
 
Time Series Analytics with Spark: Spark Summit East talk by Simon Ouellette
Time Series Analytics with Spark: Spark Summit East talk by Simon OuelletteTime Series Analytics with Spark: Spark Summit East talk by Simon Ouellette
Time Series Analytics with Spark: Spark Summit East talk by Simon Ouellette
Spark Summit
 
Improving Python and Spark Performance and Interoperability: Spark Summit Eas...
Improving Python and Spark Performance and Interoperability: Spark Summit Eas...Improving Python and Spark Performance and Interoperability: Spark Summit Eas...
Improving Python and Spark Performance and Interoperability: Spark Summit Eas...
Spark Summit
 
Analysis Andromeda Galaxy Data Using Spark: Spark Summit East Talk by Jose Na...
Analysis Andromeda Galaxy Data Using Spark: Spark Summit East Talk by Jose Na...Analysis Andromeda Galaxy Data Using Spark: Spark Summit East Talk by Jose Na...
Analysis Andromeda Galaxy Data Using Spark: Spark Summit East Talk by Jose Na...
Spark Summit
 
Spark SQL: Another 16x Faster After Tungsten: Spark Summit East talk by Brad ...
Spark SQL: Another 16x Faster After Tungsten: Spark Summit East talk by Brad ...Spark SQL: Another 16x Faster After Tungsten: Spark Summit East talk by Brad ...
Spark SQL: Another 16x Faster After Tungsten: Spark Summit East talk by Brad ...
Spark Summit
 
Spark as the Gateway Drug to Typed Functional Programming: Spark Summit East ...
Spark as the Gateway Drug to Typed Functional Programming: Spark Summit East ...Spark as the Gateway Drug to Typed Functional Programming: Spark Summit East ...
Spark as the Gateway Drug to Typed Functional Programming: Spark Summit East ...
Spark Summit
 
Spark + Parquet In Depth: Spark Summit East Talk by Emily Curtin and Robbie S...
Spark + Parquet In Depth: Spark Summit East Talk by Emily Curtin and Robbie S...Spark + Parquet In Depth: Spark Summit East Talk by Emily Curtin and Robbie S...
Spark + Parquet In Depth: Spark Summit East Talk by Emily Curtin and Robbie S...
Spark Summit
 
Large-Scale Text Processing Pipeline with Spark ML and GraphFrames: Spark Sum...
Large-Scale Text Processing Pipeline with Spark ML and GraphFrames: Spark Sum...Large-Scale Text Processing Pipeline with Spark ML and GraphFrames: Spark Sum...
Large-Scale Text Processing Pipeline with Spark ML and GraphFrames: Spark Sum...
Spark Summit
 
Presto in my_use_case
Presto in my_use_casePresto in my_use_case
Presto in my_use_case
wyukawa
 
PYNQ 祭り: Pmod のプログラミング
PYNQ 祭り: Pmod のプログラミングPYNQ 祭り: Pmod のプログラミング
PYNQ 祭り: Pmod のプログラミング
ryos36
 
PYNQ祭りLT todotani
PYNQ祭りLT todotaniPYNQ祭りLT todotani
PYNQ祭りLT todotani
Kenshi Kamiya
 
PYNQ単体でUIを表示してみる(PYNQまつり)
PYNQ単体でUIを表示してみる(PYNQまつり)PYNQ単体でUIを表示してみる(PYNQまつり)
PYNQ単体でUIを表示してみる(PYNQまつり)
Kenta IDA
 
PYNQで○○してみた!
PYNQで○○してみた!PYNQで○○してみた!
PYNQで○○してみた!
aster_ism
 
Pynqでカメラ画像をリアルタイムfastx コーナー検出
Pynqでカメラ画像をリアルタイムfastx コーナー検出Pynqでカメラ画像をリアルタイムfastx コーナー検出
Pynqでカメラ画像をリアルタイムfastx コーナー検出
marsee101
 
コンピュータエンジニアへのFPGAのすすめ
コンピュータエンジニアへのFPGAのすすめコンピュータエンジニアへのFPGAのすすめ
コンピュータエンジニアへのFPGAのすすめ
Takeshi HASEGAWA
 
Horizontally Scalable Relational Databases with Spark: Spark Summit East talk...
Horizontally Scalable Relational Databases with Spark: Spark Summit East talk...Horizontally Scalable Relational Databases with Spark: Spark Summit East talk...
Horizontally Scalable Relational Databases with Spark: Spark Summit East talk...
Spark Summit
 
Going Real-Time: Creating Frequently-Updating Datasets for Personalization: S...
Going Real-Time: Creating Frequently-Updating Datasets for Personalization: S...Going Real-Time: Creating Frequently-Updating Datasets for Personalization: S...
Going Real-Time: Creating Frequently-Updating Datasets for Personalization: S...
Spark Summit
 
Realtime Analytical Query Processing and Predictive Model Building on High Di...
Realtime Analytical Query Processing and Predictive Model Building on High Di...Realtime Analytical Query Processing and Predictive Model Building on High Di...
Realtime Analytical Query Processing and Predictive Model Building on High Di...
Spark Summit
 
New Directions in pySpark for Time Series Analysis: Spark Summit East talk by...
New Directions in pySpark for Time Series Analysis: Spark Summit East talk by...New Directions in pySpark for Time Series Analysis: Spark Summit East talk by...
New Directions in pySpark for Time Series Analysis: Spark Summit East talk by...
Spark Summit
 
Time Series Analytics with Spark: Spark Summit East talk by Simon Ouellette
Time Series Analytics with Spark: Spark Summit East talk by Simon OuelletteTime Series Analytics with Spark: Spark Summit East talk by Simon Ouellette
Time Series Analytics with Spark: Spark Summit East talk by Simon Ouellette
Spark Summit
 
Improving Python and Spark Performance and Interoperability: Spark Summit Eas...
Improving Python and Spark Performance and Interoperability: Spark Summit Eas...Improving Python and Spark Performance and Interoperability: Spark Summit Eas...
Improving Python and Spark Performance and Interoperability: Spark Summit Eas...
Spark Summit
 
Analysis Andromeda Galaxy Data Using Spark: Spark Summit East Talk by Jose Na...
Analysis Andromeda Galaxy Data Using Spark: Spark Summit East Talk by Jose Na...Analysis Andromeda Galaxy Data Using Spark: Spark Summit East Talk by Jose Na...
Analysis Andromeda Galaxy Data Using Spark: Spark Summit East Talk by Jose Na...
Spark Summit
 
Spark SQL: Another 16x Faster After Tungsten: Spark Summit East talk by Brad ...
Spark SQL: Another 16x Faster After Tungsten: Spark Summit East talk by Brad ...Spark SQL: Another 16x Faster After Tungsten: Spark Summit East talk by Brad ...
Spark SQL: Another 16x Faster After Tungsten: Spark Summit East talk by Brad ...
Spark Summit
 
Spark as the Gateway Drug to Typed Functional Programming: Spark Summit East ...
Spark as the Gateway Drug to Typed Functional Programming: Spark Summit East ...Spark as the Gateway Drug to Typed Functional Programming: Spark Summit East ...
Spark as the Gateway Drug to Typed Functional Programming: Spark Summit East ...
Spark Summit
 
Spark + Parquet In Depth: Spark Summit East Talk by Emily Curtin and Robbie S...
Spark + Parquet In Depth: Spark Summit East Talk by Emily Curtin and Robbie S...Spark + Parquet In Depth: Spark Summit East Talk by Emily Curtin and Robbie S...
Spark + Parquet In Depth: Spark Summit East Talk by Emily Curtin and Robbie S...
Spark Summit
 
Large-Scale Text Processing Pipeline with Spark ML and GraphFrames: Spark Sum...
Large-Scale Text Processing Pipeline with Spark ML and GraphFrames: Spark Sum...Large-Scale Text Processing Pipeline with Spark ML and GraphFrames: Spark Sum...
Large-Scale Text Processing Pipeline with Spark ML and GraphFrames: Spark Sum...
Spark Summit
 
Ad

Similar to Secured (Kerberos-based) Spark Notebook for Data Science: Spark Summit East talk by Joy Chakraborty (20)

introduction to kubernetes slide deck by Roach
introduction to kubernetes slide deck by Roachintroduction to kubernetes slide deck by Roach
introduction to kubernetes slide deck by Roach
ZiyanMaraikar1
 
Cisco Connect Toronto 2018 DevNet Overview
Cisco Connect Toronto 2018  DevNet OverviewCisco Connect Toronto 2018  DevNet Overview
Cisco Connect Toronto 2018 DevNet Overview
Cisco Canada
 
London Oracle Developer Meetup April 18
London Oracle Developer Meetup April 18London Oracle Developer Meetup April 18
London Oracle Developer Meetup April 18
Phil Wilkins
 
Kubecon seattle 2018 recap - Application Deployment aspects
Kubecon seattle 2018 recap - Application Deployment aspectsKubecon seattle 2018 recap - Application Deployment aspects
Kubecon seattle 2018 recap - Application Deployment aspects
Krishna-Kumar
 
Managing containers on Oracle Cloud by Jamal Arif
Managing containers on Oracle Cloud by Jamal ArifManaging containers on Oracle Cloud by Jamal Arif
Managing containers on Oracle Cloud by Jamal Arif
Oracle Developers
 
Timings API: Performance Assertion during the functional testing
 Timings API: Performance Assertion during the functional testing Timings API: Performance Assertion during the functional testing
Timings API: Performance Assertion during the functional testing
PetrosPlakogiannis
 
Kubernetes scheduling and QoS
Kubernetes scheduling and QoSKubernetes scheduling and QoS
Kubernetes scheduling and QoS
Cloud Technology Experts
 
Hadoop security
Hadoop securityHadoop security
Hadoop security
Kashif Khan
 
Running secured Spark job in Kubernetes compute cluster and integrating with ...
Running secured Spark job in Kubernetes compute cluster and integrating with ...Running secured Spark job in Kubernetes compute cluster and integrating with ...
Running secured Spark job in Kubernetes compute cluster and integrating with ...
DataWorks Summit
 
OpenStack Architecture
OpenStack ArchitectureOpenStack Architecture
OpenStack Architecture
Mirantis
 
Paypal teradata gimel_thrift_server
Paypal teradata gimel_thrift_serverPaypal teradata gimel_thrift_server
Paypal teradata gimel_thrift_server
Anisha Nainani
 
Kubernetes basics and hands on exercise
Kubernetes basics and hands on exerciseKubernetes basics and hands on exercise
Kubernetes basics and hands on exercise
Cloud Technology Experts
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2
 
Hadoop security @ Philly Hadoop Meetup May 2015
Hadoop security @ Philly Hadoop Meetup May 2015Hadoop security @ Philly Hadoop Meetup May 2015
Hadoop security @ Philly Hadoop Meetup May 2015
Shravan (Sean) Pabba
 
Oracle Blockchain Cloud Service
Oracle Blockchain Cloud ServiceOracle Blockchain Cloud Service
Oracle Blockchain Cloud Service
Monte Kluemper
 
JConWorld_ Continuous SQL with Kafka and Flink
JConWorld_ Continuous SQL with Kafka and FlinkJConWorld_ Continuous SQL with Kafka and Flink
JConWorld_ Continuous SQL with Kafka and Flink
Timothy Spann
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10
Irsandi Hasan
 
Running your Spring Apps in the Cloud Javaone 2014
Running your Spring Apps in the Cloud Javaone 2014Running your Spring Apps in the Cloud Javaone 2014
Running your Spring Apps in the Cloud Javaone 2014
cornelia davis
 
DevCon5 (July 2014) - Acision SDK
DevCon5 (July 2014) - Acision SDKDevCon5 (July 2014) - Acision SDK
DevCon5 (July 2014) - Acision SDK
Crocodile WebRTC SDK and Cloud Signalling Network
 
Full-Stack Development with JavaScript and NoSQL
Full-Stack Development with JavaScript and NoSQLFull-Stack Development with JavaScript and NoSQL
Full-Stack Development with JavaScript and NoSQL
Aaron Benton
 
introduction to kubernetes slide deck by Roach
introduction to kubernetes slide deck by Roachintroduction to kubernetes slide deck by Roach
introduction to kubernetes slide deck by Roach
ZiyanMaraikar1
 
Cisco Connect Toronto 2018 DevNet Overview
Cisco Connect Toronto 2018  DevNet OverviewCisco Connect Toronto 2018  DevNet Overview
Cisco Connect Toronto 2018 DevNet Overview
Cisco Canada
 
London Oracle Developer Meetup April 18
London Oracle Developer Meetup April 18London Oracle Developer Meetup April 18
London Oracle Developer Meetup April 18
Phil Wilkins
 
Kubecon seattle 2018 recap - Application Deployment aspects
Kubecon seattle 2018 recap - Application Deployment aspectsKubecon seattle 2018 recap - Application Deployment aspects
Kubecon seattle 2018 recap - Application Deployment aspects
Krishna-Kumar
 
Managing containers on Oracle Cloud by Jamal Arif
Managing containers on Oracle Cloud by Jamal ArifManaging containers on Oracle Cloud by Jamal Arif
Managing containers on Oracle Cloud by Jamal Arif
Oracle Developers
 
Timings API: Performance Assertion during the functional testing
 Timings API: Performance Assertion during the functional testing Timings API: Performance Assertion during the functional testing
Timings API: Performance Assertion during the functional testing
PetrosPlakogiannis
 
Running secured Spark job in Kubernetes compute cluster and integrating with ...
Running secured Spark job in Kubernetes compute cluster and integrating with ...Running secured Spark job in Kubernetes compute cluster and integrating with ...
Running secured Spark job in Kubernetes compute cluster and integrating with ...
DataWorks Summit
 
OpenStack Architecture
OpenStack ArchitectureOpenStack Architecture
OpenStack Architecture
Mirantis
 
Paypal teradata gimel_thrift_server
Paypal teradata gimel_thrift_serverPaypal teradata gimel_thrift_server
Paypal teradata gimel_thrift_server
Anisha Nainani
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2
 
Hadoop security @ Philly Hadoop Meetup May 2015
Hadoop security @ Philly Hadoop Meetup May 2015Hadoop security @ Philly Hadoop Meetup May 2015
Hadoop security @ Philly Hadoop Meetup May 2015
Shravan (Sean) Pabba
 
Oracle Blockchain Cloud Service
Oracle Blockchain Cloud ServiceOracle Blockchain Cloud Service
Oracle Blockchain Cloud Service
Monte Kluemper
 
JConWorld_ Continuous SQL with Kafka and Flink
JConWorld_ Continuous SQL with Kafka and FlinkJConWorld_ Continuous SQL with Kafka and Flink
JConWorld_ Continuous SQL with Kafka and Flink
Timothy Spann
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10
Irsandi Hasan
 
Running your Spring Apps in the Cloud Javaone 2014
Running your Spring Apps in the Cloud Javaone 2014Running your Spring Apps in the Cloud Javaone 2014
Running your Spring Apps in the Cloud Javaone 2014
cornelia davis
 
Full-Stack Development with JavaScript and NoSQL
Full-Stack Development with JavaScript and NoSQLFull-Stack Development with JavaScript and NoSQL
Full-Stack Development with JavaScript and NoSQL
Aaron Benton
 
Ad

More from Spark Summit (20)

FPGA-Based Acceleration Architecture for Spark SQL Qi Xie and Quanfu Wang
FPGA-Based Acceleration Architecture for Spark SQL Qi Xie and Quanfu Wang FPGA-Based Acceleration Architecture for Spark SQL Qi Xie and Quanfu Wang
FPGA-Based Acceleration Architecture for Spark SQL Qi Xie and Quanfu Wang
Spark Summit
 
VEGAS: The Missing Matplotlib for Scala/Apache Spark with DB Tsai and Roger M...
VEGAS: The Missing Matplotlib for Scala/Apache Spark with DB Tsai and Roger M...VEGAS: The Missing Matplotlib for Scala/Apache Spark with DB Tsai and Roger M...
VEGAS: The Missing Matplotlib for Scala/Apache Spark with DB Tsai and Roger M...
Spark Summit
 
Apache Spark Structured Streaming Helps Smart Manufacturing with Xiaochang Wu
Apache Spark Structured Streaming Helps Smart Manufacturing with  Xiaochang WuApache Spark Structured Streaming Helps Smart Manufacturing with  Xiaochang Wu
Apache Spark Structured Streaming Helps Smart Manufacturing with Xiaochang Wu
Spark Summit
 
Improving Traffic Prediction Using Weather Data with Ramya Raghavendra
Improving Traffic Prediction Using Weather Data  with Ramya RaghavendraImproving Traffic Prediction Using Weather Data  with Ramya Raghavendra
Improving Traffic Prediction Using Weather Data with Ramya Raghavendra
Spark Summit
 
A Tale of Two Graph Frameworks on Spark: GraphFrames and Tinkerpop OLAP Artem...
A Tale of Two Graph Frameworks on Spark: GraphFrames and Tinkerpop OLAP Artem...A Tale of Two Graph Frameworks on Spark: GraphFrames and Tinkerpop OLAP Artem...
A Tale of Two Graph Frameworks on Spark: GraphFrames and Tinkerpop OLAP Artem...
Spark Summit
 
No More Cumbersomeness: Automatic Predictive Modeling on Apache Spark Marcin ...
No More Cumbersomeness: Automatic Predictive Modeling on Apache Spark Marcin ...No More Cumbersomeness: Automatic Predictive Modeling on Apache Spark Marcin ...
No More Cumbersomeness: Automatic Predictive Modeling on Apache Spark Marcin ...
Spark Summit
 
Apache Spark and Tensorflow as a Service with Jim Dowling
Apache Spark and Tensorflow as a Service with Jim DowlingApache Spark and Tensorflow as a Service with Jim Dowling
Apache Spark and Tensorflow as a Service with Jim Dowling
Spark Summit
 
Apache Spark and Tensorflow as a Service with Jim Dowling
Apache Spark and Tensorflow as a Service with Jim DowlingApache Spark and Tensorflow as a Service with Jim Dowling
Apache Spark and Tensorflow as a Service with Jim Dowling
Spark Summit
 
MMLSpark: Lessons from Building a SparkML-Compatible Machine Learning Library...
MMLSpark: Lessons from Building a SparkML-Compatible Machine Learning Library...MMLSpark: Lessons from Building a SparkML-Compatible Machine Learning Library...
MMLSpark: Lessons from Building a SparkML-Compatible Machine Learning Library...
Spark Summit
 
Next CERN Accelerator Logging Service with Jakub Wozniak
Next CERN Accelerator Logging Service with Jakub WozniakNext CERN Accelerator Logging Service with Jakub Wozniak
Next CERN Accelerator Logging Service with Jakub Wozniak
Spark Summit
 
Powering a Startup with Apache Spark with Kevin Kim
Powering a Startup with Apache Spark with Kevin KimPowering a Startup with Apache Spark with Kevin Kim
Powering a Startup with Apache Spark with Kevin Kim
Spark Summit
 
Improving Traffic Prediction Using Weather Datawith Ramya Raghavendra
Improving Traffic Prediction Using Weather Datawith Ramya RaghavendraImproving Traffic Prediction Using Weather Datawith Ramya Raghavendra
Improving Traffic Prediction Using Weather Datawith Ramya Raghavendra
Spark Summit
 
Hiding Apache Spark Complexity for Fast Prototyping of Big Data Applications—...
Hiding Apache Spark Complexity for Fast Prototyping of Big Data Applications—...Hiding Apache Spark Complexity for Fast Prototyping of Big Data Applications—...
Hiding Apache Spark Complexity for Fast Prototyping of Big Data Applications—...
Spark Summit
 
How Nielsen Utilized Databricks for Large-Scale Research and Development with...
How Nielsen Utilized Databricks for Large-Scale Research and Development with...How Nielsen Utilized Databricks for Large-Scale Research and Development with...
How Nielsen Utilized Databricks for Large-Scale Research and Development with...
Spark Summit
 
Spline: Apache Spark Lineage not Only for the Banking Industry with Marek Nov...
Spline: Apache Spark Lineage not Only for the Banking Industry with Marek Nov...Spline: Apache Spark Lineage not Only for the Banking Industry with Marek Nov...
Spline: Apache Spark Lineage not Only for the Banking Industry with Marek Nov...
Spark Summit
 
Goal Based Data Production with Sim Simeonov
Goal Based Data Production with Sim SimeonovGoal Based Data Production with Sim Simeonov
Goal Based Data Production with Sim Simeonov
Spark Summit
 
Preventing Revenue Leakage and Monitoring Distributed Systems with Machine Le...
Preventing Revenue Leakage and Monitoring Distributed Systems with Machine Le...Preventing Revenue Leakage and Monitoring Distributed Systems with Machine Le...
Preventing Revenue Leakage and Monitoring Distributed Systems with Machine Le...
Spark Summit
 
Getting Ready to Use Redis with Apache Spark with Dvir Volk
Getting Ready to Use Redis with Apache Spark with Dvir VolkGetting Ready to Use Redis with Apache Spark with Dvir Volk
Getting Ready to Use Redis with Apache Spark with Dvir Volk
Spark Summit
 
Deduplication and Author-Disambiguation of Streaming Records via Supervised M...
Deduplication and Author-Disambiguation of Streaming Records via Supervised M...Deduplication and Author-Disambiguation of Streaming Records via Supervised M...
Deduplication and Author-Disambiguation of Streaming Records via Supervised M...
Spark Summit
 
MatFast: In-Memory Distributed Matrix Computation Processing and Optimization...
MatFast: In-Memory Distributed Matrix Computation Processing and Optimization...MatFast: In-Memory Distributed Matrix Computation Processing and Optimization...
MatFast: In-Memory Distributed Matrix Computation Processing and Optimization...
Spark Summit
 
FPGA-Based Acceleration Architecture for Spark SQL Qi Xie and Quanfu Wang
FPGA-Based Acceleration Architecture for Spark SQL Qi Xie and Quanfu Wang FPGA-Based Acceleration Architecture for Spark SQL Qi Xie and Quanfu Wang
FPGA-Based Acceleration Architecture for Spark SQL Qi Xie and Quanfu Wang
Spark Summit
 
VEGAS: The Missing Matplotlib for Scala/Apache Spark with DB Tsai and Roger M...
VEGAS: The Missing Matplotlib for Scala/Apache Spark with DB Tsai and Roger M...VEGAS: The Missing Matplotlib for Scala/Apache Spark with DB Tsai and Roger M...
VEGAS: The Missing Matplotlib for Scala/Apache Spark with DB Tsai and Roger M...
Spark Summit
 
Apache Spark Structured Streaming Helps Smart Manufacturing with Xiaochang Wu
Apache Spark Structured Streaming Helps Smart Manufacturing with  Xiaochang WuApache Spark Structured Streaming Helps Smart Manufacturing with  Xiaochang Wu
Apache Spark Structured Streaming Helps Smart Manufacturing with Xiaochang Wu
Spark Summit
 
Improving Traffic Prediction Using Weather Data with Ramya Raghavendra
Improving Traffic Prediction Using Weather Data  with Ramya RaghavendraImproving Traffic Prediction Using Weather Data  with Ramya Raghavendra
Improving Traffic Prediction Using Weather Data with Ramya Raghavendra
Spark Summit
 
A Tale of Two Graph Frameworks on Spark: GraphFrames and Tinkerpop OLAP Artem...
A Tale of Two Graph Frameworks on Spark: GraphFrames and Tinkerpop OLAP Artem...A Tale of Two Graph Frameworks on Spark: GraphFrames and Tinkerpop OLAP Artem...
A Tale of Two Graph Frameworks on Spark: GraphFrames and Tinkerpop OLAP Artem...
Spark Summit
 
No More Cumbersomeness: Automatic Predictive Modeling on Apache Spark Marcin ...
No More Cumbersomeness: Automatic Predictive Modeling on Apache Spark Marcin ...No More Cumbersomeness: Automatic Predictive Modeling on Apache Spark Marcin ...
No More Cumbersomeness: Automatic Predictive Modeling on Apache Spark Marcin ...
Spark Summit
 
Apache Spark and Tensorflow as a Service with Jim Dowling
Apache Spark and Tensorflow as a Service with Jim DowlingApache Spark and Tensorflow as a Service with Jim Dowling
Apache Spark and Tensorflow as a Service with Jim Dowling
Spark Summit
 
Apache Spark and Tensorflow as a Service with Jim Dowling
Apache Spark and Tensorflow as a Service with Jim DowlingApache Spark and Tensorflow as a Service with Jim Dowling
Apache Spark and Tensorflow as a Service with Jim Dowling
Spark Summit
 
MMLSpark: Lessons from Building a SparkML-Compatible Machine Learning Library...
MMLSpark: Lessons from Building a SparkML-Compatible Machine Learning Library...MMLSpark: Lessons from Building a SparkML-Compatible Machine Learning Library...
MMLSpark: Lessons from Building a SparkML-Compatible Machine Learning Library...
Spark Summit
 
Next CERN Accelerator Logging Service with Jakub Wozniak
Next CERN Accelerator Logging Service with Jakub WozniakNext CERN Accelerator Logging Service with Jakub Wozniak
Next CERN Accelerator Logging Service with Jakub Wozniak
Spark Summit
 
Powering a Startup with Apache Spark with Kevin Kim
Powering a Startup with Apache Spark with Kevin KimPowering a Startup with Apache Spark with Kevin Kim
Powering a Startup with Apache Spark with Kevin Kim
Spark Summit
 
Improving Traffic Prediction Using Weather Datawith Ramya Raghavendra
Improving Traffic Prediction Using Weather Datawith Ramya RaghavendraImproving Traffic Prediction Using Weather Datawith Ramya Raghavendra
Improving Traffic Prediction Using Weather Datawith Ramya Raghavendra
Spark Summit
 
Hiding Apache Spark Complexity for Fast Prototyping of Big Data Applications—...
Hiding Apache Spark Complexity for Fast Prototyping of Big Data Applications—...Hiding Apache Spark Complexity for Fast Prototyping of Big Data Applications—...
Hiding Apache Spark Complexity for Fast Prototyping of Big Data Applications—...
Spark Summit
 
How Nielsen Utilized Databricks for Large-Scale Research and Development with...
How Nielsen Utilized Databricks for Large-Scale Research and Development with...How Nielsen Utilized Databricks for Large-Scale Research and Development with...
How Nielsen Utilized Databricks for Large-Scale Research and Development with...
Spark Summit
 
Spline: Apache Spark Lineage not Only for the Banking Industry with Marek Nov...
Spline: Apache Spark Lineage not Only for the Banking Industry with Marek Nov...Spline: Apache Spark Lineage not Only for the Banking Industry with Marek Nov...
Spline: Apache Spark Lineage not Only for the Banking Industry with Marek Nov...
Spark Summit
 
Goal Based Data Production with Sim Simeonov
Goal Based Data Production with Sim SimeonovGoal Based Data Production with Sim Simeonov
Goal Based Data Production with Sim Simeonov
Spark Summit
 
Preventing Revenue Leakage and Monitoring Distributed Systems with Machine Le...
Preventing Revenue Leakage and Monitoring Distributed Systems with Machine Le...Preventing Revenue Leakage and Monitoring Distributed Systems with Machine Le...
Preventing Revenue Leakage and Monitoring Distributed Systems with Machine Le...
Spark Summit
 
Getting Ready to Use Redis with Apache Spark with Dvir Volk
Getting Ready to Use Redis with Apache Spark with Dvir VolkGetting Ready to Use Redis with Apache Spark with Dvir Volk
Getting Ready to Use Redis with Apache Spark with Dvir Volk
Spark Summit
 
Deduplication and Author-Disambiguation of Streaming Records via Supervised M...
Deduplication and Author-Disambiguation of Streaming Records via Supervised M...Deduplication and Author-Disambiguation of Streaming Records via Supervised M...
Deduplication and Author-Disambiguation of Streaming Records via Supervised M...
Spark Summit
 
MatFast: In-Memory Distributed Matrix Computation Processing and Optimization...
MatFast: In-Memory Distributed Matrix Computation Processing and Optimization...MatFast: In-Memory Distributed Matrix Computation Processing and Optimization...
MatFast: In-Memory Distributed Matrix Computation Processing and Optimization...
Spark Summit
 

Recently uploaded (20)

How to join illuminati Agent in uganda call+256776963507/0741506136
How to join illuminati Agent in uganda call+256776963507/0741506136How to join illuminati Agent in uganda call+256776963507/0741506136
How to join illuminati Agent in uganda call+256776963507/0741506136
illuminati Agent uganda call+256776963507/0741506136
 
Safety Innovation in Mt. Vernon A Westchester County Model for New Rochelle a...
Safety Innovation in Mt. Vernon A Westchester County Model for New Rochelle a...Safety Innovation in Mt. Vernon A Westchester County Model for New Rochelle a...
Safety Innovation in Mt. Vernon A Westchester County Model for New Rochelle a...
James Francis Paradigm Asset Management
 
C++_OOPs_DSA1_Presentation_Template.pptx
C++_OOPs_DSA1_Presentation_Template.pptxC++_OOPs_DSA1_Presentation_Template.pptx
C++_OOPs_DSA1_Presentation_Template.pptx
aquibnoor22079
 
FPET_Implementation_2_MA to 360 Engage Direct.pptx
FPET_Implementation_2_MA to 360 Engage Direct.pptxFPET_Implementation_2_MA to 360 Engage Direct.pptx
FPET_Implementation_2_MA to 360 Engage Direct.pptx
ssuser4ef83d
 
Ch3MCT24.pptx measure of central tendency
Ch3MCT24.pptx measure of central tendencyCh3MCT24.pptx measure of central tendency
Ch3MCT24.pptx measure of central tendency
ayeleasefa2
 
md-presentHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHation.pptx
md-presentHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHation.pptxmd-presentHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHation.pptx
md-presentHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHation.pptx
fatimalazaar2004
 
Minions Want to eat presentacion muy linda
Minions Want to eat presentacion muy lindaMinions Want to eat presentacion muy linda
Minions Want to eat presentacion muy linda
CarlaAndradesSoler1
 
Data Analytics Overview and its applications
Data Analytics Overview and its applicationsData Analytics Overview and its applications
Data Analytics Overview and its applications
JanmejayaMishra7
 
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnTemplate_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
cegiver630
 
Deloitte Analytics - Applying Process Mining in an audit context
Deloitte Analytics - Applying Process Mining in an audit contextDeloitte Analytics - Applying Process Mining in an audit context
Deloitte Analytics - Applying Process Mining in an audit context
Process mining Evangelist
 
DPR_Expert_Recruitment_notice_Revised.pdf
DPR_Expert_Recruitment_notice_Revised.pdfDPR_Expert_Recruitment_notice_Revised.pdf
DPR_Expert_Recruitment_notice_Revised.pdf
inmishra17121973
 
Defense Against LLM Scheming 2025_04_28.pptx
Defense Against LLM Scheming 2025_04_28.pptxDefense Against LLM Scheming 2025_04_28.pptx
Defense Against LLM Scheming 2025_04_28.pptx
Greg Makowski
 
VKS-Python Basics for Beginners and advance.pptx
VKS-Python Basics for Beginners and advance.pptxVKS-Python Basics for Beginners and advance.pptx
VKS-Python Basics for Beginners and advance.pptx
Vinod Srivastava
 
Simple_AI_Explanation_English somplr.pptx
Simple_AI_Explanation_English somplr.pptxSimple_AI_Explanation_English somplr.pptx
Simple_AI_Explanation_English somplr.pptx
ssuser2aa19f
 
IAS-slides2-ia-aaaaaaaaaaain-business.pdf
IAS-slides2-ia-aaaaaaaaaaain-business.pdfIAS-slides2-ia-aaaaaaaaaaain-business.pdf
IAS-slides2-ia-aaaaaaaaaaain-business.pdf
mcgardenlevi9
 
AI Competitor Analysis: How to Monitor and Outperform Your Competitors
AI Competitor Analysis: How to Monitor and Outperform Your CompetitorsAI Competitor Analysis: How to Monitor and Outperform Your Competitors
AI Competitor Analysis: How to Monitor and Outperform Your Competitors
Contify
 
Developing Security Orchestration, Automation, and Response Applications
Developing Security Orchestration, Automation, and Response ApplicationsDeveloping Security Orchestration, Automation, and Response Applications
Developing Security Orchestration, Automation, and Response Applications
VICTOR MAESTRE RAMIREZ
 
Calories_Prediction_using_Linear_Regression.pptx
Calories_Prediction_using_Linear_Regression.pptxCalories_Prediction_using_Linear_Regression.pptx
Calories_Prediction_using_Linear_Regression.pptx
TijiLMAHESHWARI
 
Stack_and_Queue_Presentation_Final (1).pptx
Stack_and_Queue_Presentation_Final (1).pptxStack_and_Queue_Presentation_Final (1).pptx
Stack_and_Queue_Presentation_Final (1).pptx
binduraniha86
 
Data Science Courses in India iim skills
Data Science Courses in India iim skillsData Science Courses in India iim skills
Data Science Courses in India iim skills
dharnathakur29
 
Safety Innovation in Mt. Vernon A Westchester County Model for New Rochelle a...
Safety Innovation in Mt. Vernon A Westchester County Model for New Rochelle a...Safety Innovation in Mt. Vernon A Westchester County Model for New Rochelle a...
Safety Innovation in Mt. Vernon A Westchester County Model for New Rochelle a...
James Francis Paradigm Asset Management
 
C++_OOPs_DSA1_Presentation_Template.pptx
C++_OOPs_DSA1_Presentation_Template.pptxC++_OOPs_DSA1_Presentation_Template.pptx
C++_OOPs_DSA1_Presentation_Template.pptx
aquibnoor22079
 
FPET_Implementation_2_MA to 360 Engage Direct.pptx
FPET_Implementation_2_MA to 360 Engage Direct.pptxFPET_Implementation_2_MA to 360 Engage Direct.pptx
FPET_Implementation_2_MA to 360 Engage Direct.pptx
ssuser4ef83d
 
Ch3MCT24.pptx measure of central tendency
Ch3MCT24.pptx measure of central tendencyCh3MCT24.pptx measure of central tendency
Ch3MCT24.pptx measure of central tendency
ayeleasefa2
 
md-presentHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHation.pptx
md-presentHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHation.pptxmd-presentHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHation.pptx
md-presentHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHation.pptx
fatimalazaar2004
 
Minions Want to eat presentacion muy linda
Minions Want to eat presentacion muy lindaMinions Want to eat presentacion muy linda
Minions Want to eat presentacion muy linda
CarlaAndradesSoler1
 
Data Analytics Overview and its applications
Data Analytics Overview and its applicationsData Analytics Overview and its applications
Data Analytics Overview and its applications
JanmejayaMishra7
 
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnTemplate_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
cegiver630
 
Deloitte Analytics - Applying Process Mining in an audit context
Deloitte Analytics - Applying Process Mining in an audit contextDeloitte Analytics - Applying Process Mining in an audit context
Deloitte Analytics - Applying Process Mining in an audit context
Process mining Evangelist
 
DPR_Expert_Recruitment_notice_Revised.pdf
DPR_Expert_Recruitment_notice_Revised.pdfDPR_Expert_Recruitment_notice_Revised.pdf
DPR_Expert_Recruitment_notice_Revised.pdf
inmishra17121973
 
Defense Against LLM Scheming 2025_04_28.pptx
Defense Against LLM Scheming 2025_04_28.pptxDefense Against LLM Scheming 2025_04_28.pptx
Defense Against LLM Scheming 2025_04_28.pptx
Greg Makowski
 
VKS-Python Basics for Beginners and advance.pptx
VKS-Python Basics for Beginners and advance.pptxVKS-Python Basics for Beginners and advance.pptx
VKS-Python Basics for Beginners and advance.pptx
Vinod Srivastava
 
Simple_AI_Explanation_English somplr.pptx
Simple_AI_Explanation_English somplr.pptxSimple_AI_Explanation_English somplr.pptx
Simple_AI_Explanation_English somplr.pptx
ssuser2aa19f
 
IAS-slides2-ia-aaaaaaaaaaain-business.pdf
IAS-slides2-ia-aaaaaaaaaaain-business.pdfIAS-slides2-ia-aaaaaaaaaaain-business.pdf
IAS-slides2-ia-aaaaaaaaaaain-business.pdf
mcgardenlevi9
 
AI Competitor Analysis: How to Monitor and Outperform Your Competitors
AI Competitor Analysis: How to Monitor and Outperform Your CompetitorsAI Competitor Analysis: How to Monitor and Outperform Your Competitors
AI Competitor Analysis: How to Monitor and Outperform Your Competitors
Contify
 
Developing Security Orchestration, Automation, and Response Applications
Developing Security Orchestration, Automation, and Response ApplicationsDeveloping Security Orchestration, Automation, and Response Applications
Developing Security Orchestration, Automation, and Response Applications
VICTOR MAESTRE RAMIREZ
 
Calories_Prediction_using_Linear_Regression.pptx
Calories_Prediction_using_Linear_Regression.pptxCalories_Prediction_using_Linear_Regression.pptx
Calories_Prediction_using_Linear_Regression.pptx
TijiLMAHESHWARI
 
Stack_and_Queue_Presentation_Final (1).pptx
Stack_and_Queue_Presentation_Final (1).pptxStack_and_Queue_Presentation_Final (1).pptx
Stack_and_Queue_Presentation_Final (1).pptx
binduraniha86
 
Data Science Courses in India iim skills
Data Science Courses in India iim skillsData Science Courses in India iim skills
Data Science Courses in India iim skills
dharnathakur29
 

Secured (Kerberos-based) Spark Notebook for Data Science: Spark Summit East talk by Joy Chakraborty

  • 1. © 2017 Bloomberg Finance L.P. All rights reserved. February 8, 2017 Joy Chakraborty Distributed System Architect Secured (Kerberos-based) Spark Notebook for Data Science Spark Summit East 2017
  • 2. © 2017 Bloomberg Finance L.P. All rights reserved. Speaker Bio I am a Distributed System Architect with 17+ years of application software development experience and 10+ years of experience in designing, architecting and developing Distributed systems. I have a special interest in distributed and parallel computing, and currently work on Cloud and Big Data technologies. I also actively participate in various Software architectural organizations. I have been working in Bloomberg’s Data Platform team as a Data Engineer since 2014. My responsibility is to store and process petabytes of data reliably, predictably and securely.
  • 3. © 2017 Bloomberg Finance L.P. All rights reserved. 3 Agenda Why Secured Data Science Notebook?1 Design and technologies consideration2 Integration and Implementation3 Question/Answers4
  • 4. © 2017 Bloomberg Finance L.P. All rights reserved. • Create Distributed Data platform to : –Ingest various data sources across the organization –Store data at most granular level in consistent format –Provide tooling across organization to perform Data-exploration, Analysis & Machine learning activities 4 Why Data Science Notebook?
  • 5. © 2017 Bloomberg Finance L.P. All rights reserved. 5 Data exploration, Analysis and Machine Learning Other Sources Databases Files Data Data Data Data Cluster
  • 6. © 2017 Bloomberg Finance L.P. All rights reserved. 6 Data exploration, Analysis and Machine Learning Other Source s Databases Files Data Data Data Data Cluster
  • 7. © 2017 Bloomberg Finance L.P. All rights reserved. 7 What are organization requirements for tooling?
  • 8. © 2017 Bloomberg Finance L.P. All rights reserved. • Spark Notebook for  Web-based  Scala/Python libraries  Templates  Security and login integration  Data discovery  Enhanced SQL support 8 Jupyter Notebook for Spark
  • 9. © 2017 Bloomberg Finance L.P. All rights reserved. • JupyterHub (Notebook web-application for multi-users environment) • SparkMagic (Spark kernel for Jupyter Notebook supporting Python & Scala) • Livy (HTTP REST web-service for to submit Spark jobs, managing sessions, etc.) • HDFS/Yarn (HDFS and Yarn running Spark jobs) 9 Spark Notebooks – Tech Stack
  • 10. © 2017 Bloomberg Finance L.P. All rights reserved. 10 JupyterHub – Current State
  • 11. © 2017 Bloomberg Finance L.P. All rights reserved. 11 JupyterHub Web Service Yarn Cluster Livy JupyterHub – Current State SparkMagic Spark-Scala Spark-Python Spark Job 1. JupyterHub login using OAuth 2. Sends HTTP Request 3. Creates/maintains Spark session and submits the Spark job to the yarn cluster xxxxxxxx yyyyyyyy xxxxxxxx yyyyyyyy xxxxxxxx yyyyyyyy xxxxxxxx yyyyyyyy xxxxxxxx yyyyyyyy xxxxxxxx yyyyyyyy xxxxxxxx yyyyyyyy xxxxxxxx yyyyyyyy Running multiple Notebooks 4. Spark job output 5. HTTP Response
  • 12. © 2017 Bloomberg Finance L.P. All rights reserved. 12 Requirement – Kerberos Integration • Kerberos is a Network Authentication Protocol that works on the basis of 'tickets' to allow nodes communicating over a network to prove their identity to one another in a secure manner. Kerberos uses account databases such as domain’s Active Directory.
  • 13. © 2017 Bloomberg Finance L.P. All rights reserved. 13 Current State (with Kerberos) • HDFS supports Kerberos • Livy Supports Kerberos (configurable in Livy) • Can impersonate a user using HDFS “proxyuser” setting and submit Spark job on behalf of a user • A superuser with username ‘super’ wants to submit job and access hdfs on behalf of a user1. The superuser has kerberos credentials but user user1 doesn’t have any. The tasks are required to run as user user1. It is required that user1 can connect to the namenode or job tracker on a connection authenticated with super’s kerberos credentials. • JupyterHub and SparkMagic: No support for Kerberos <property> <name>hadoop.proxyuser. livyusr.hosts</name> <value>*</value> </property> <property> <name>hadoop.proxyuser.livyusr.groups</name> <value>LIVY_GRP</value> </property>
  • 14. © 2017 Bloomberg Finance L.P. All rights reserved. 14 How Kerberos works in HDFS and Yarn cluster running Spark Jobs?
  • 15. © 2017 Bloomberg Finance L.P. All rights reserved. 15 HDFS/Spark with Kerberos Client
  • 16. © 2017 Bloomberg Finance L.P. All rights reserved. 16 HDFS/Spark with Kerberos Client 0. Service Principles/Keys
  • 17. © 2017 Bloomberg Finance L.P. All rights reserved. 17 HDFS/Spark with Kerberos Client 1. Client requests Ticket 2. KDC sends TGT 0. Service Principles/Keys
  • 18. © 2017 Bloomberg Finance L.P. All rights reserved. 18 HDFS/Spark with Kerberos Client 1. Client Request Ticket 2. KDC sends TGT 0. Service Principles/Keys
  • 19. © 2017 Bloomberg Finance L.P. All rights reserved. 19 HDFS/Spark with Kerberos Client 5. Sends Service Ticket and requests for Authentication 1. Client requests Ticket 2. KDC sends TGT 0. Service Principles/Keys
  • 20. © 2017 Bloomberg Finance L.P. All rights reserved. 20 HDFS/Spark with Kerberos Client Retrieves User roles/permissions 6. User Authenticated using Service Principle/key 5. Sends Service Ticket and requests for Authentication 1. Client requests Ticket 2. KDC sends TGT 0. Service Principles/Keys
  • 21. © 2017 Bloomberg Finance L.P. All rights reserved. 21 HDFS/Spark with Kerberos Client Retrieves User roles/permissions 6. User Authenticated using Service Principle/key 5. Sends Service Ticket and requests for Authentication Client/Server session established 1. Client requests Ticket 2. KDC sends TGT 0. Service Principles/Keys
  • 22. © 2017 Bloomberg Finance L.P. All rights reserved. 22 Let’s have JupyterHub as Client and bring SparkMagic and Livy
  • 23. © 2017 Bloomberg Finance L.P. All rights reserved. 23 Jupyter + Spark with Kerberos Client Retrieves User roles/permissions 6. User Authenticated using Service Principle/key 5. Sends Service Ticket and requests for Authentication Client/Server session established 1. Client requests Ticket 2. KDC sends TGT 0. Service Principles/Keys
  • 24. © 2017 Bloomberg Finance L.P. All rights reserved. 24 Jupyter + Spark with Kerberos Client 1. Client requests Ticket 2. KDC sends TGT 0. Service Principles/Keys The nature of communication between Browser client and HDFS will be different
  • 25. © 2017 Bloomberg Finance L.P. All rights reserved. 25 Jupyter + Spark with Kerberos Client 1. Client requests Ticket 2. KDC sends TGT 0. Service Principles/Keys Also the TGT process between Browser client and KDC will change.
  • 26. © 2017 Bloomberg Finance L.P. All rights reserved. 26 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 0. Service Principles/Keys 1. Client requests Ticket 2. KDC sends TGT 1. KDCAuthenticator: JupyterHub Authentication extensibility point 2. KDCSpawner: JupyterHub per user session extensibility point
  • 27. © 2017 Bloomberg Finance L.P. All rights reserved. 27 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 0. Service Principles/Keys 1. Client requests Ticket 2. KDC sends TGT ??? ??? ???
  • 28. © 2017 Bloomberg Finance L.P. All rights reserved. 28 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 0. LIVY HTTP Service Principles/Keys 0. Service Principles/Keys ??? ??? ??? 1. Client requests Ticket 2. KDC sends TGT
  • 29. © 2017 Bloomberg Finance L.P. All rights reserved. 29 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 0. Service Principles/Keys ??? ??? ???
  • 30. © 2017 Bloomberg Finance L.P. All rights reserved. 30 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 0. LIVY HTTP Service Principles/Keys Retrieves User roles/permissions 2. KDC Sends TGT 1. Client requests Ticket (kinit) 4. 401/www-Authenticate: Negotiate 3. Jhub sends URL request (GET) 0. Service Principles/Keys ??? ??? Spnego
  • 31. © 2017 Bloomberg Finance L.P. All rights reserved. 31 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 4. 401/www-Authenticate: Negotiate 3. Jhub sends URL request (GET) 0. Service Principles/Keys ??? ???
  • 32. © 2017 Bloomberg Finance L.P. All rights reserved. 32 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 3. Jhub sends URL request (GET) 0. Service Principles/Keys ??? ???
  • 33. © 2017 Bloomberg Finance L.P. All rights reserved. 33 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 3. Jhub sends URL request (GET) 0. Service Principles/Keys ??? ??? 1. Supports SPNEGO 2. Authenticates user using HTTP service principle/key 3. Retrieves user-id
  • 34. © 2017 Bloomberg Finance L.P. All rights reserved. 34 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 3. Jhub sends URL request (GET) 0. Service Principles/Keys ??? ??? Connection/session established
  • 35. © 2017 Bloomberg Finance L.P. All rights reserved. 35 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 8 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 8. Spawns user session 4. 401/www-Authenticate: Negotiate 7. Send HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 3. Jhub sends URL request (GET) ??? ??? 0. Service Principles/Keys Connection/session established
  • 36. © 2017 Bloomberg Finance L.P. All rights reserved. 36 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 8 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 8. Spawns user session 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 3. Jhub sends URL request (GET) 0. Service Principles/Keys ??? ??? 1. Opens Notebook session 2. Encrypts user-id and puts it into env['PROXY_USER'] Connection/session established
  • 37. © 2017 Bloomberg Finance L.P. All rights reserved. 37 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 8 9 10 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 8. Spawns user session 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 9. Uses SM keytab to asks for LIVY service ticket (kinit) 3. Jhub sends URL request (GET) 10. KDC sends Livy Service Ticket 0. Service Principles/Keys ??? ??? Connection/session established
  • 38. © 2017 Bloomberg Finance L.P. All rights reserved. 38 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 8 9 10 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 8. Spawns user session 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 9. Uses SM keytab to asks for LIVY service ticket (kinit) 3. Jhub sends URL request (GET) 10. KDC sends Livy Service Ticket 11 11. Forwards the request to SparkMagic kernel 0. Service Principles/Keys ??? ??? Connection/session established
  • 39. © 2017 Bloomberg Finance L.P. All rights reserved. 39 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 8 9 10 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 8. Spawns user session 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 9. Uses SM keytab to asks for LIVY service ticket (kinit) 3. Jhub sends URL request (GET) 10. KDC sends Livy Service Ticket 11 11. Forwards the request to SparkMagic kernel 0. Service Principles/Keys ??? ??? 1. SparkMagic reads the encrypted env['PROXY_USER'] and adds it to the Http request body as “proxyUser”. Connection/session established
  • 40. © 2017 Bloomberg Finance L.P. All rights reserved. 40 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 8 9 10 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 8. Spawns user session 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 9. Uses SM keytab to asks for LIVY service ticket (kinit) 3. Jhub sends URL request (GET) 10. KDC sends Livy Service Ticket 11 12 11. Forwards the request to SparkMagic kernel 12. Submits the Spark request over HTTP to Livy with Get- Authorization: Negotiate <Livy service-ticket> 0. Service Principles/Keys ??? Connection/session established
  • 41. © 2017 Bloomberg Finance L.P. All rights reserved. 41 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 8 9 10 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 8. Spawns user session 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 9. Uses SM keytab to asks for LIVY service ticket (kinit) 3. Jhub sends URL request (GET) 10. KDC sends Livy Service Ticket 11 12 13 14 11. Forwards the request to SparkMagic kernel 12. Submits the Spark request over HTTP to Livy with Get- Authorization: Negotiate <Livy service-ticket> 13. Uses Livy keytab to asks for HDFS service ticket 14. KDC sends HDFS Service Ticket 0. Service Principles/Keys ??? Connection/session established
  • 42. © 2017 Bloomberg Finance L.P. All rights reserved. 42 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 8 9 10 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 8. Spawns user session 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 9. Uses SM keytab to asks for LIVY service ticket (kinit) 3. Jhub sends URL request (GET) 10. KDC sends Livy Service Ticket 11 12 13 14 11. Forwards the request to SparkMagic kernel 12. Submits the Spark request over HTTP to Livy with Get- Authorization: Negotiate <Livy service-ticket> 13. Uses Livy keytab to asks for HDFS service ticket 14. KDC sends HDFS Service Ticket 0. Service Principles/Keys ??? 1. Livy decrypts the “proxyUser” and sets the “proxy-user” value for remote Spark-SubmitConnection/session established
  • 43. © 2017 Bloomberg Finance L.P. All rights reserved. 43 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 8 9 10 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and asks for JHUB Service Ticket 6. KDC sends Service Ticket 8. Spawns user session 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 9. Uses SM keytab to asks for LIVY service ticket (kinit) 3. Jhub sends URL request (GET) 10. KDC sends Livy Service Ticket 11 12 13 14 11. Forwards the request to SparkMagic kernel 12. Submits the Spark request over HTTP to Livy with Get- Authorization: Negotiate <Livy service-ticket> 13. Uses Livy keytab to asks for HDFS service ticket 14. KDC sends HDFS Service Ticket15 15. Livy submits remote Spark job using HTTP Spnego with Get- Authorization: Negotiate <HDFS service- ticket> 0. Service Principles/Keys Connection/session established
  • 44. © 2017 Bloomberg Finance L.P. All rights reserved. 44 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 8 9 10 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and ask for JHUB Service Ticket 6. KDC sends Service Ticket 8. Spawns user session 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 9. Uses SM keytab to asks for LIVY service ticket (kinit) 3. Jhub sends URL request (GET) 10. KDC sends Livy Service Ticket 11 12 13 14 11. Forwards the request to SparkMagic kernel 12. Submits the Spark request over HTTP to Livy with Get- Authorization: Negotiate <Livy service-ticket> 13. Uses Livy keytab to asks for HDFS service ticket 14. KDC sends HDFS Service Ticket15 15. Livy submits remote Spark job using HTTP Spnego with Get- Authorization: Negotiate <HDFS service- ticket> 0. Service Principles/Keys Retrieves User roles/permissions 16. User Authenticated using Service Principle/key 16 Connection/session established
  • 45. © 2017 Bloomberg Finance L.P. All rights reserved. 45 Jupyter + Spark with Kerberos Client KDC Spawner SparkMagic JupyterHub KDC Authenticator Web Service Livy 2 1 3 4 5 6 7 8 9 10 0. LIVY HTTP Service Principles/Keys 2. KDC sends TGT 1. Client requests Ticket (kinit) 5. Client sends TGT and ask for JHUB Service Ticket 6. KDC sends Service Ticket 8. Spawns user session 4. 401/www-Authenticate: Negotiate 7. Sends HTTP GET with Get- Authorization: Negotiate <jhub service-ticket> 9. Uses SM keytab to asks for LIVY service ticket (kinit) 3. Jhub sends URL request (GET) 10. KDC sends Livy Service Ticket 11 12 13 14 11. Forwards the request to SparkMagic kernel 12. Submits the Spark request over HTTP to Livy with Get- Authorization: Negotiate <Livy service-ticket> 13. Uses Livy keytab to asks for HDFS service ticket 14. KDC sends HDFS Service Ticket15 15. Livy submits remote Spark job using HTTP Spnego with Get- Authorization: Negotiate <HDFS service- ticket> 0. Service Principles/Keys Retrieves User roles/permissions 16. User Authenticated using Service Principle/key 16 Connection/session established Connection/session established
  • 46. © 2017 Bloomberg Finance L.P. All rights reserved. 46 Jhub-Kerberos Development Summary • JupyterHub • KDC Authenticator (configurable using JupyerHub configuration) • Supports Kerberos-Spnego authentication using HTTP Service Principle and keys • KDC Spawner (configurable using JupyerHub configuration) • Encrypts the current user-name and stores it in the “PROXY_USER” environment variable (before spawning a new user child process) which SparkMagic reads/uses later. • Kinit to get the Livy Service ticket for Spnego Authentication with Livy server. • SparkMagic • Adds current user-name (reading from “PROXY_USER” environment variable) as “proxyUser” in the Livy HTTP Request body. This behavior can enabled or disabled (default) by SparkMagic configuration • Livy changes (configurable using Livy configuration) • Supports to decrypt the “proxyUser” from the request body & adds to the remote Spark job request for HDFS impersonation
  • 47. © 2017 Bloomberg Finance L.P. All rights reserved. 47 Jhub-Kerberos Development Setup • Learnings • KDC Domain controller running the AS and TGS • Multiple nodes running JupyterHub, Livy and Yarn (Spark) at different DNS farm and networking between these farms • Creating/modifying key-tabs and principles on demand basis in a corporate environment for dev • Corporate IT dependency • How Docker helps • Easy to bootstrap the JupyterHub, Livy, Yarn and KDC using Docker script • Seamless networking (easy to configure) between Docker instances • Creating Service principles and key-tabs on demand (without involving corporate IT) • Custom DNS farm setup for POC and development activities
  • 48. © 2017 Bloomberg Finance L.P. All rights reserved. Q&A
  • 49. © 2017 Bloomberg Finance L.P. All rights reserved. THANK YOU Joy Chakraborty Bloomberg L.P. [email protected]