PySpark profile creation in jupyter

PySpark profile creation in jupyter

1.  Create kernel directory (pyspark is the kernel name) mkdir -p ~/.ipython/kernels/pyspark 2. Create kernel file: touch ~/.ipytho...
Read More
iPython integration with Spark in Cloudera

iPython integration with Spark in Cloudera

1. Download Anaconda parcel and Manifest files from https://repo.continuum.io/pkgs/misc/parcels/ 2. Start Python server in the same dir...
Read More
How to view cloudera embedded database password

How to view cloudera embedded database password

Mostly while installing cloudera (hive, oozie, etc) we do not note database password. So whenever it requires its very difficult to know th...
Read More