Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcellustavares/c6a8e4be58240b4dce88ee63a630e403 to your computer and use it in GitHub Desktop.
Save marcellustavares/c6a8e4be58240b4dce88ee63a630e403 to your computer and use it in GitHub Desktop.
➜ .envs git:(7.0.x-private) tree -a
.
└── osb-asah-spark
├── bin
│   ├── __pycache__
│   │   └── find_spark_home.cpython-36.pyc
│   ├── activate
│   ├── activate.csh
│   ├── activate.fish
│   ├── activate.ps1
│   ├── activate.xsh
│   ├── activate_this.py
│   ├── beeline
│   ├── beeline.cmd
│   ├── docker-image-tool.sh
│   ├── easy_install
│   ├── easy_install-3.6
│   ├── easy_install3
│   ├── find-spark-home
│   ├── find-spark-home.cmd
│   ├── find_spark_home.py
│   ├── load-spark-env.cmd
│   ├── load-spark-env.sh
│   ├── pip
│   ├── pip-3.6
│   ├── pip3
│   ├── pip3.6
│   ├── pyspark
│   ├── pyspark.cmd
│   ├── pyspark2.cmd
│   ├── python
│   ├── python3
│   ├── python3.6
│   ├── run-example
│   ├── run-example.cmd
│   ├── spark-class
│   ├── spark-class.cmd
│   ├── spark-class2.cmd
│   ├── spark-shell
│   ├── spark-shell.cmd
│   ├── spark-shell2.cmd
│   ├── spark-sql
│   ├── spark-sql.cmd
│   ├── spark-sql2.cmd
│   ├── spark-submit
│   ├── spark-submit.cmd
│   ├── spark-submit2.cmd
│   ├── sparkR
│   ├── sparkR.cmd
│   ├── sparkR2.cmd
│   ├── wheel
│   ├── wheel-3.6
│   ├── wheel3
│   └── yapf
├── lib
│   └── python3.6
│   └── site-packages
│   ├── __pycache__
│   │   └── _virtualenv.cpython-36.pyc
│   ├── _virtualenv.pth
│   ├── _virtualenv.py
│   ├── easy_install.py
│   ├── pip
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── _internal
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── build_env.cpython-36.pyc
│   │   │   │   ├── cache.cpython-36.pyc
│   │   │   │   ├── configuration.cpython-36.pyc
│   │   │   │   ├── exceptions.cpython-36.pyc
│   │   │   │   ├── legacy_resolve.cpython-36.pyc
│   │   │   │   ├── locations.cpython-36.pyc
│   │   │   │   ├── pep425tags.cpython-36.pyc
│   │   │   │   ├── pyproject.cpython-36.pyc
│   │   │   │   ├── self_outdated_check.cpython-36.pyc
│   │   │   │   └── wheel_builder.cpython-36.pyc
│   │   │   ├── build_env.py
│   │   │   ├── cache.py
│   │   │   ├── cli
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── autocompletion.cpython-36.pyc
│   │   │   │   │   ├── base_command.cpython-36.pyc
│   │   │   │   │   ├── cmdoptions.cpython-36.pyc
│   │   │   │   │   ├── command_context.cpython-36.pyc
│   │   │   │   │   ├── main.cpython-36.pyc
│   │   │   │   │   ├── main_parser.cpython-36.pyc
│   │   │   │   │   ├── parser.cpython-36.pyc
│   │   │   │   │   ├── req_command.cpython-36.pyc
│   │   │   │   │   └── status_codes.cpython-36.pyc
│   │   │   │   ├── autocompletion.py
│   │   │   │   ├── base_command.py
│   │   │   │   ├── cmdoptions.py
│   │   │   │   ├── command_context.py
│   │   │   │   ├── main.py
│   │   │   │   ├── main_parser.py
│   │   │   │   ├── parser.py
│   │   │   │   ├── req_command.py
│   │   │   │   └── status_codes.py
│   │   │   ├── commands
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   └── install.cpython-36.pyc
│   │   │   │   ├── check.py
│   │   │   │   ├── completion.py
│   │   │   │   ├── configuration.py
│   │   │   │   ├── debug.py
│   │   │   │   ├── download.py
│   │   │   │   ├── freeze.py
│   │   │   │   ├── hash.py
│   │   │   │   ├── help.py
│   │   │   │   ├── install.py
│   │   │   │   ├── list.py
│   │   │   │   ├── search.py
│   │   │   │   ├── show.py
│   │   │   │   ├── uninstall.py
│   │   │   │   └── wheel.py
│   │   │   ├── configuration.py
│   │   │   ├── distributions
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── base.cpython-36.pyc
│   │   │   │   │   ├── installed.cpython-36.pyc
│   │   │   │   │   ├── sdist.cpython-36.pyc
│   │   │   │   │   └── wheel.cpython-36.pyc
│   │   │   │   ├── base.py
│   │   │   │   ├── installed.py
│   │   │   │   ├── sdist.py
│   │   │   │   └── wheel.py
│   │   │   ├── exceptions.py
│   │   │   ├── index
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── collector.cpython-36.pyc
│   │   │   │   │   └── package_finder.cpython-36.pyc
│   │   │   │   ├── collector.py
│   │   │   │   └── package_finder.py
│   │   │   ├── legacy_resolve.py
│   │   │   ├── locations.py
│   │   │   ├── main.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── candidate.cpython-36.pyc
│   │   │   │   │   ├── format_control.cpython-36.pyc
│   │   │   │   │   ├── index.cpython-36.pyc
│   │   │   │   │   ├── link.cpython-36.pyc
│   │   │   │   │   ├── scheme.cpython-36.pyc
│   │   │   │   │   ├── search_scope.cpython-36.pyc
│   │   │   │   │   ├── selection_prefs.cpython-36.pyc
│   │   │   │   │   ├── target_python.cpython-36.pyc
│   │   │   │   │   └── wheel.cpython-36.pyc
│   │   │   │   ├── candidate.py
│   │   │   │   ├── format_control.py
│   │   │   │   ├── index.py
│   │   │   │   ├── link.py
│   │   │   │   ├── scheme.py
│   │   │   │   ├── search_scope.py
│   │   │   │   ├── selection_prefs.py
│   │   │   │   ├── target_python.py
│   │   │   │   └── wheel.py
│   │   │   ├── network
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── auth.cpython-36.pyc
│   │   │   │   │   ├── cache.cpython-36.pyc
│   │   │   │   │   ├── download.cpython-36.pyc
│   │   │   │   │   ├── session.cpython-36.pyc
│   │   │   │   │   └── utils.cpython-36.pyc
│   │   │   │   ├── auth.py
│   │   │   │   ├── cache.py
│   │   │   │   ├── download.py
│   │   │   │   ├── session.py
│   │   │   │   ├── utils.py
│   │   │   │   └── xmlrpc.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── check.cpython-36.pyc
│   │   │   │   │   └── prepare.cpython-36.pyc
│   │   │   │   ├── build
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   │   ├── metadata.cpython-36.pyc
│   │   │   │   │   │   ├── metadata_legacy.cpython-36.pyc
│   │   │   │   │   │   ├── wheel.cpython-36.pyc
│   │   │   │   │   │   └── wheel_legacy.cpython-36.pyc
│   │   │   │   │   ├── metadata.py
│   │   │   │   │   ├── metadata_legacy.py
│   │   │   │   │   ├── wheel.py
│   │   │   │   │   └── wheel_legacy.py
│   │   │   │   ├── check.py
│   │   │   │   ├── freeze.py
│   │   │   │   ├── install
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   │   ├── editable_legacy.cpython-36.pyc
│   │   │   │   │   │   ├── legacy.cpython-36.pyc
│   │   │   │   │   │   └── wheel.cpython-36.pyc
│   │   │   │   │   ├── editable_legacy.py
│   │   │   │   │   ├── legacy.py
│   │   │   │   │   └── wheel.py
│   │   │   │   └── prepare.py
│   │   │   ├── pep425tags.py
│   │   │   ├── pyproject.py
│   │   │   ├── req
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── constructors.cpython-36.pyc
│   │   │   │   │   ├── req_file.cpython-36.pyc
│   │   │   │   │   ├── req_install.cpython-36.pyc
│   │   │   │   │   ├── req_set.cpython-36.pyc
│   │   │   │   │   ├── req_tracker.cpython-36.pyc
│   │   │   │   │   └── req_uninstall.cpython-36.pyc
│   │   │   │   ├── constructors.py
│   │   │   │   ├── req_file.py
│   │   │   │   ├── req_install.py
│   │   │   │   ├── req_set.py
│   │   │   │   ├── req_tracker.py
│   │   │   │   └── req_uninstall.py
│   │   │   ├── self_outdated_check.py
│   │   │   ├── utils
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── appdirs.cpython-36.pyc
│   │   │   │   │   ├── compat.cpython-36.pyc
│   │   │   │   │   ├── deprecation.cpython-36.pyc
│   │   │   │   │   ├── distutils_args.cpython-36.pyc
│   │   │   │   │   ├── encoding.cpython-36.pyc
│   │   │   │   │   ├── filesystem.cpython-36.pyc
│   │   │   │   │   ├── filetypes.cpython-36.pyc
│   │   │   │   │   ├── glibc.cpython-36.pyc
│   │   │   │   │   ├── hashes.cpython-36.pyc
│   │   │   │   │   ├── inject_securetransport.cpython-36.pyc
│   │   │   │   │   ├── logging.cpython-36.pyc
│   │   │   │   │   ├── marker_files.cpython-36.pyc
│   │   │   │   │   ├── misc.cpython-36.pyc
│   │   │   │   │   ├── models.cpython-36.pyc
│   │   │   │   │   ├── packaging.cpython-36.pyc
│   │   │   │   │   ├── pkg_resources.cpython-36.pyc
│   │   │   │   │   ├── setuptools_build.cpython-36.pyc
│   │   │   │   │   ├── subprocess.cpython-36.pyc
│   │   │   │   │   ├── temp_dir.cpython-36.pyc
│   │   │   │   │   ├── typing.cpython-36.pyc
│   │   │   │   │   ├── ui.cpython-36.pyc
│   │   │   │   │   ├── unpacking.cpython-36.pyc
│   │   │   │   │   ├── urls.cpython-36.pyc
│   │   │   │   │   ├── virtualenv.cpython-36.pyc
│   │   │   │   │   └── wheel.cpython-36.pyc
│   │   │   │   ├── appdirs.py
│   │   │   │   ├── compat.py
│   │   │   │   ├── deprecation.py
│   │   │   │   ├── distutils_args.py
│   │   │   │   ├── encoding.py
│   │   │   │   ├── entrypoints.py
│   │   │   │   ├── filesystem.py
│   │   │   │   ├── filetypes.py
│   │   │   │   ├── glibc.py
│   │   │   │   ├── hashes.py
│   │   │   │   ├── inject_securetransport.py
│   │   │   │   ├── logging.py
│   │   │   │   ├── marker_files.py
│   │   │   │   ├── misc.py
│   │   │   │   ├── models.py
│   │   │   │   ├── packaging.py
│   │   │   │   ├── pkg_resources.py
│   │   │   │   ├── setuptools_build.py
│   │   │   │   ├── subprocess.py
│   │   │   │   ├── temp_dir.py
│   │   │   │   ├── typing.py
│   │   │   │   ├── ui.py
│   │   │   │   ├── unpacking.py
│   │   │   │   ├── urls.py
│   │   │   │   ├── virtualenv.py
│   │   │   │   └── wheel.py
│   │   │   ├── vcs
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── bazaar.cpython-36.pyc
│   │   │   │   │   ├── git.cpython-36.pyc
│   │   │   │   │   ├── mercurial.cpython-36.pyc
│   │   │   │   │   ├── subversion.cpython-36.pyc
│   │   │   │   │   └── versioncontrol.cpython-36.pyc
│   │   │   │   ├── bazaar.py
│   │   │   │   ├── git.py
│   │   │   │   ├── mercurial.py
│   │   │   │   ├── subversion.py
│   │   │   │   └── versioncontrol.py
│   │   │   └── wheel_builder.py
│   │   └── _vendor
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── appdirs.cpython-36.pyc
│   │   │   ├── contextlib2.cpython-36.pyc
│   │   │   ├── pyparsing.cpython-36.pyc
│   │   │   ├── retrying.cpython-36.pyc
│   │   │   └── six.cpython-36.pyc
│   │   ├── appdirs.py
│   │   ├── cachecontrol
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── adapter.cpython-36.pyc
│   │   │   │   ├── cache.cpython-36.pyc
│   │   │   │   ├── compat.cpython-36.pyc
│   │   │   │   ├── controller.cpython-36.pyc
│   │   │   │   ├── filewrapper.cpython-36.pyc
│   │   │   │   ├── serialize.cpython-36.pyc
│   │   │   │   └── wrapper.cpython-36.pyc
│   │   │   ├── _cmd.py
│   │   │   ├── adapter.py
│   │   │   ├── cache.py
│   │   │   ├── caches
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── file_cache.cpython-36.pyc
│   │   │   │   │   └── redis_cache.cpython-36.pyc
│   │   │   │   ├── file_cache.py
│   │   │   │   └── redis_cache.py
│   │   │   ├── compat.py
│   │   │   ├── controller.py
│   │   │   ├── filewrapper.py
│   │   │   ├── heuristics.py
│   │   │   ├── serialize.py
│   │   │   └── wrapper.py
│   │   ├── certifi
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── core.cpython-36.pyc
│   │   │   ├── cacert.pem
│   │   │   └── core.py
│   │   ├── chardet
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── big5freq.cpython-36.pyc
│   │   │   │   ├── big5prober.cpython-36.pyc
│   │   │   │   ├── chardistribution.cpython-36.pyc
│   │   │   │   ├── charsetgroupprober.cpython-36.pyc
│   │   │   │   ├── charsetprober.cpython-36.pyc
│   │   │   │   ├── codingstatemachine.cpython-36.pyc
│   │   │   │   ├── compat.cpython-36.pyc
│   │   │   │   ├── cp949prober.cpython-36.pyc
│   │   │   │   ├── enums.cpython-36.pyc
│   │   │   │   ├── escprober.cpython-36.pyc
│   │   │   │   ├── escsm.cpython-36.pyc
│   │   │   │   ├── eucjpprober.cpython-36.pyc
│   │   │   │   ├── euckrfreq.cpython-36.pyc
│   │   │   │   ├── euckrprober.cpython-36.pyc
│   │   │   │   ├── euctwfreq.cpython-36.pyc
│   │   │   │   ├── euctwprober.cpython-36.pyc
│   │   │   │   ├── gb2312freq.cpython-36.pyc
│   │   │   │   ├── gb2312prober.cpython-36.pyc
│   │   │   │   ├── hebrewprober.cpython-36.pyc
│   │   │   │   ├── jisfreq.cpython-36.pyc
│   │   │   │   ├── jpcntx.cpython-36.pyc
│   │   │   │   ├── langbulgarianmodel.cpython-36.pyc
│   │   │   │   ├── langcyrillicmodel.cpython-36.pyc
│   │   │   │   ├── langgreekmodel.cpython-36.pyc
│   │   │   │   ├── langhebrewmodel.cpython-36.pyc
│   │   │   │   ├── langthaimodel.cpython-36.pyc
│   │   │   │   ├── langturkishmodel.cpython-36.pyc
│   │   │   │   ├── latin1prober.cpython-36.pyc
│   │   │   │   ├── mbcharsetprober.cpython-36.pyc
│   │   │   │   ├── mbcsgroupprober.cpython-36.pyc
│   │   │   │   ├── mbcssm.cpython-36.pyc
│   │   │   │   ├── sbcharsetprober.cpython-36.pyc
│   │   │   │   ├── sbcsgroupprober.cpython-36.pyc
│   │   │   │   ├── sjisprober.cpython-36.pyc
│   │   │   │   ├── universaldetector.cpython-36.pyc
│   │   │   │   ├── utf8prober.cpython-36.pyc
│   │   │   │   └── version.cpython-36.pyc
│   │   │   ├── big5freq.py
│   │   │   ├── big5prober.py
│   │   │   ├── chardistribution.py
│   │   │   ├── charsetgroupprober.py
│   │   │   ├── charsetprober.py
│   │   │   ├── cli
│   │   │   │   ├── __init__.py
│   │   │   │   └── chardetect.py
│   │   │   ├── codingstatemachine.py
│   │   │   ├── compat.py
│   │   │   ├── cp949prober.py
│   │   │   ├── enums.py
│   │   │   ├── escprober.py
│   │   │   ├── escsm.py
│   │   │   ├── eucjpprober.py
│   │   │   ├── euckrfreq.py
│   │   │   ├── euckrprober.py
│   │   │   ├── euctwfreq.py
│   │   │   ├── euctwprober.py
│   │   │   ├── gb2312freq.py
│   │   │   ├── gb2312prober.py
│   │   │   ├── hebrewprober.py
│   │   │   ├── jisfreq.py
│   │   │   ├── jpcntx.py
│   │   │   ├── langbulgarianmodel.py
│   │   │   ├── langcyrillicmodel.py
│   │   │   ├── langgreekmodel.py
│   │   │   ├── langhebrewmodel.py
│   │   │   ├── langhungarianmodel.py
│   │   │   ├── langthaimodel.py
│   │   │   ├── langturkishmodel.py
│   │   │   ├── latin1prober.py
│   │   │   ├── mbcharsetprober.py
│   │   │   ├── mbcsgroupprober.py
│   │   │   ├── mbcssm.py
│   │   │   ├── sbcharsetprober.py
│   │   │   ├── sbcsgroupprober.py
│   │   │   ├── sjisprober.py
│   │   │   ├── universaldetector.py
│   │   │   ├── utf8prober.py
│   │   │   └── version.py
│   │   ├── colorama
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── ansi.cpython-36.pyc
│   │   │   │   ├── ansitowin32.cpython-36.pyc
│   │   │   │   ├── initialise.cpython-36.pyc
│   │   │   │   ├── win32.cpython-36.pyc
│   │   │   │   └── winterm.cpython-36.pyc
│   │   │   ├── ansi.py
│   │   │   ├── ansitowin32.py
│   │   │   ├── initialise.py
│   │   │   ├── win32.py
│   │   │   └── winterm.py
│   │   ├── contextlib2.py
│   │   ├── distlib
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── compat.cpython-36.pyc
│   │   │   │   ├── resources.cpython-36.pyc
│   │   │   │   ├── scripts.cpython-36.pyc
│   │   │   │   └── util.cpython-36.pyc
│   │   │   ├── _backport
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   ├── shutil.py
│   │   │   │   ├── sysconfig.cfg
│   │   │   │   ├── sysconfig.py
│   │   │   │   └── tarfile.py
│   │   │   ├── compat.py
│   │   │   ├── database.py
│   │   │   ├── index.py
│   │   │   ├── locators.py
│   │   │   ├── manifest.py
│   │   │   ├── markers.py
│   │   │   ├── metadata.py
│   │   │   ├── resources.py
│   │   │   ├── scripts.py
│   │   │   ├── t32.exe
│   │   │   ├── t64.exe
│   │   │   ├── util.py
│   │   │   ├── version.py
│   │   │   ├── w32.exe
│   │   │   ├── w64.exe
│   │   │   └── wheel.py
│   │   ├── distro.py
│   │   ├── html5lib
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── _ihatexml.cpython-36.pyc
│   │   │   │   ├── _inputstream.cpython-36.pyc
│   │   │   │   ├── _tokenizer.cpython-36.pyc
│   │   │   │   ├── _utils.cpython-36.pyc
│   │   │   │   ├── constants.cpython-36.pyc
│   │   │   │   ├── html5parser.cpython-36.pyc
│   │   │   │   └── serializer.cpython-36.pyc
│   │   │   ├── _ihatexml.py
│   │   │   ├── _inputstream.py
│   │   │   ├── _tokenizer.py
│   │   │   ├── _trie
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── _base.cpython-36.pyc
│   │   │   │   │   ├── datrie.cpython-36.pyc
│   │   │   │   │   └── py.cpython-36.pyc
│   │   │   │   ├── _base.py
│   │   │   │   ├── datrie.py
│   │   │   │   └── py.py
│   │   │   ├── _utils.py
│   │   │   ├── constants.py
│   │   │   ├── filters
│   │   │   │   ├── __init__.py
│   │   │   │   ├── alphabeticalattributes.py
│   │   │   │   ├── base.py
│   │   │   │   ├── inject_meta_charset.py
│   │   │   │   ├── lint.py
│   │   │   │   ├── optionaltags.py
│   │   │   │   ├── sanitizer.py
│   │   │   │   └── whitespace.py
│   │   │   ├── html5parser.py
│   │   │   ├── serializer.py
│   │   │   ├── treeadapters
│   │   │   │   ├── __init__.py
│   │   │   │   ├── genshi.py
│   │   │   │   └── sax.py
│   │   │   ├── treebuilders
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── base.cpython-36.pyc
│   │   │   │   │   └── etree.cpython-36.pyc
│   │   │   │   ├── base.py
│   │   │   │   ├── dom.py
│   │   │   │   ├── etree.py
│   │   │   │   └── etree_lxml.py
│   │   │   └── treewalkers
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-36.pyc
│   │   │   ├── base.py
│   │   │   ├── dom.py
│   │   │   ├── etree.py
│   │   │   ├── etree_lxml.py
│   │   │   └── genshi.py
│   │   ├── idna
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── core.cpython-36.pyc
│   │   │   │   ├── idnadata.cpython-36.pyc
│   │   │   │   ├── intranges.cpython-36.pyc
│   │   │   │   └── package_data.cpython-36.pyc
│   │   │   ├── codec.py
│   │   │   ├── compat.py
│   │   │   ├── core.py
│   │   │   ├── idnadata.py
│   │   │   ├── intranges.py
│   │   │   ├── package_data.py
│   │   │   └── uts46data.py
│   │   ├── ipaddress.py
│   │   ├── msgpack
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── _version.cpython-36.pyc
│   │   │   │   ├── exceptions.cpython-36.pyc
│   │   │   │   └── fallback.cpython-36.pyc
│   │   │   ├── _version.py
│   │   │   ├── exceptions.py
│   │   │   └── fallback.py
│   │   ├── packaging
│   │   │   ├── __about__.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __about__.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── _compat.cpython-36.pyc
│   │   │   │   ├── _structures.cpython-36.pyc
│   │   │   │   ├── _typing.cpython-36.pyc
│   │   │   │   ├── markers.cpython-36.pyc
│   │   │   │   ├── requirements.cpython-36.pyc
│   │   │   │   ├── specifiers.cpython-36.pyc
│   │   │   │   ├── tags.cpython-36.pyc
│   │   │   │   ├── utils.cpython-36.pyc
│   │   │   │   └── version.cpython-36.pyc
│   │   │   ├── _compat.py
│   │   │   ├── _structures.py
│   │   │   ├── _typing.py
│   │   │   ├── markers.py
│   │   │   ├── requirements.py
│   │   │   ├── specifiers.py
│   │   │   ├── tags.py
│   │   │   ├── utils.py
│   │   │   └── version.py
│   │   ├── pep517
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── compat.cpython-36.pyc
│   │   │   │   └── wrappers.cpython-36.pyc
│   │   │   ├── _in_process.py
│   │   │   ├── build.py
│   │   │   ├── check.py
│   │   │   ├── colorlog.py
│   │   │   ├── compat.py
│   │   │   ├── dirtools.py
│   │   │   ├── envbuild.py
│   │   │   ├── meta.py
│   │   │   └── wrappers.py
│   │   ├── pkg_resources
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── py31compat.cpython-36.pyc
│   │   │   └── py31compat.py
│   │   ├── progress
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── bar.cpython-36.pyc
│   │   │   │   └── spinner.cpython-36.pyc
│   │   │   ├── bar.py
│   │   │   ├── counter.py
│   │   │   └── spinner.py
│   │   ├── pyparsing.py
│   │   ├── pytoml
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── core.cpython-36.pyc
│   │   │   │   ├── parser.cpython-36.pyc
│   │   │   │   ├── test.cpython-36.pyc
│   │   │   │   ├── utils.cpython-36.pyc
│   │   │   │   └── writer.cpython-36.pyc
│   │   │   ├── core.py
│   │   │   ├── parser.py
│   │   │   ├── test.py
│   │   │   ├── utils.py
│   │   │   └── writer.py
│   │   ├── requests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── __version__.cpython-36.pyc
│   │   │   │   ├── _internal_utils.cpython-36.pyc
│   │   │   │   ├── adapters.cpython-36.pyc
│   │   │   │   ├── api.cpython-36.pyc
│   │   │   │   ├── auth.cpython-36.pyc
│   │   │   │   ├── certs.cpython-36.pyc
│   │   │   │   ├── compat.cpython-36.pyc
│   │   │   │   ├── cookies.cpython-36.pyc
│   │   │   │   ├── exceptions.cpython-36.pyc
│   │   │   │   ├── hooks.cpython-36.pyc
│   │   │   │   ├── models.cpython-36.pyc
│   │   │   │   ├── packages.cpython-36.pyc
│   │   │   │   ├── sessions.cpython-36.pyc
│   │   │   │   ├── status_codes.cpython-36.pyc
│   │   │   │   ├── structures.cpython-36.pyc
│   │   │   │   └── utils.cpython-36.pyc
│   │   │   ├── __version__.py
│   │   │   ├── _internal_utils.py
│   │   │   ├── adapters.py
│   │   │   ├── api.py
│   │   │   ├── auth.py
│   │   │   ├── certs.py
│   │   │   ├── compat.py
│   │   │   ├── cookies.py
│   │   │   ├── exceptions.py
│   │   │   ├── help.py
│   │   │   ├── hooks.py
│   │   │   ├── models.py
│   │   │   ├── packages.py
│   │   │   ├── sessions.py
│   │   │   ├── status_codes.py
│   │   │   ├── structures.py
│   │   │   └── utils.py
│   │   ├── retrying.py
│   │   ├── six.py
│   │   ├── urllib3
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── _collections.cpython-36.pyc
│   │   │   │   ├── connection.cpython-36.pyc
│   │   │   │   ├── connectionpool.cpython-36.pyc
│   │   │   │   ├── exceptions.cpython-36.pyc
│   │   │   │   ├── fields.cpython-36.pyc
│   │   │   │   ├── filepost.cpython-36.pyc
│   │   │   │   ├── poolmanager.cpython-36.pyc
│   │   │   │   ├── request.cpython-36.pyc
│   │   │   │   └── response.cpython-36.pyc
│   │   │   ├── _collections.py
│   │   │   ├── connection.py
│   │   │   ├── connectionpool.py
│   │   │   ├── contrib
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── _appengine_environ.cpython-36.pyc
│   │   │   │   │   ├── pyopenssl.cpython-36.pyc
│   │   │   │   │   └── socks.cpython-36.pyc
│   │   │   │   ├── _appengine_environ.py
│   │   │   │   ├── _securetransport
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── bindings.py
│   │   │   │   │   └── low_level.py
│   │   │   │   ├── appengine.py
│   │   │   │   ├── ntlmpool.py
│   │   │   │   ├── pyopenssl.py
│   │   │   │   ├── securetransport.py
│   │   │   │   └── socks.py
│   │   │   ├── exceptions.py
│   │   │   ├── fields.py
│   │   │   ├── filepost.py
│   │   │   ├── packages
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   └── six.cpython-36.pyc
│   │   │   │   ├── backports
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── makefile.py
│   │   │   │   ├── six.py
│   │   │   │   └── ssl_match_hostname
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-36.pyc
│   │   │   │   └── _implementation.py
│   │   │   ├── poolmanager.py
│   │   │   ├── request.py
│   │   │   ├── response.py
│   │   │   └── util
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── connection.cpython-36.pyc
│   │   │   │   ├── queue.cpython-36.pyc
│   │   │   │   ├── request.cpython-36.pyc
│   │   │   │   ├── response.cpython-36.pyc
│   │   │   │   ├── retry.cpython-36.pyc
│   │   │   │   ├── ssl_.cpython-36.pyc
│   │   │   │   ├── timeout.cpython-36.pyc
│   │   │   │   ├── url.cpython-36.pyc
│   │   │   │   └── wait.cpython-36.pyc
│   │   │   ├── connection.py
│   │   │   ├── queue.py
│   │   │   ├── request.py
│   │   │   ├── response.py
│   │   │   ├── retry.py
│   │   │   ├── ssl_.py
│   │   │   ├── timeout.py
│   │   │   ├── url.py
│   │   │   └── wait.py
│   │   └── webencodings
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   └── labels.cpython-36.pyc
│   │   ├── labels.py
│   │   ├── mklabels.py
│   │   ├── tests.py
│   │   └── x_user_defined.py
│   ├── pip-20.0.2.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.txt
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── entry_points.txt
│   │   └── top_level.txt
│   ├── pip-20.0.2.virtualenv
│   ├── pkg_resources
│   │   ├── __init__.py
│   │   ├── _vendor
│   │   │   ├── __init__.py
│   │   │   ├── appdirs.py
│   │   │   ├── packaging
│   │   │   │   ├── __about__.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _compat.py
│   │   │   │   ├── _structures.py
│   │   │   │   ├── markers.py
│   │   │   │   ├── requirements.py
│   │   │   │   ├── specifiers.py
│   │   │   │   ├── utils.py
│   │   │   │   └── version.py
│   │   │   ├── pyparsing.py
│   │   │   └── six.py
│   │   ├── extern
│   │   │   └── __init__.py
│   │   ├── py2_warn.py
│   │   └── py31compat.py
│   ├── py4j
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── backport.cpython-36.pyc
│   │   │   ├── clientserver.cpython-36.pyc
│   │   │   ├── compat.cpython-36.pyc
│   │   │   ├── finalizer.cpython-36.pyc
│   │   │   ├── java_collections.cpython-36.pyc
│   │   │   ├── java_gateway.cpython-36.pyc
│   │   │   ├── protocol.cpython-36.pyc
│   │   │   ├── signals.cpython-36.pyc
│   │   │   └── version.cpython-36.pyc
│   │   ├── backport.py
│   │   ├── clientserver.py
│   │   ├── compat.py
│   │   ├── finalizer.py
│   │   ├── java_collections.py
│   │   ├── java_gateway.py
│   │   ├── protocol.py
│   │   ├── signals.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── benchmark1.cpython-36.pyc
│   │   │   │   ├── byte_string_test.cpython-36.pyc
│   │   │   │   ├── client_server_test.cpython-36.pyc
│   │   │   │   ├── finalizer_test.cpython-36.pyc
│   │   │   │   ├── instrumented.cpython-36.pyc
│   │   │   │   ├── java_array_test.cpython-36.pyc
│   │   │   │   ├── java_callback_test.cpython-36.pyc
│   │   │   │   ├── java_dir_test.cpython-36.pyc
│   │   │   │   ├── java_gateway_test.cpython-36.pyc
│   │   │   │   ├── java_help_test.cpython-36.pyc
│   │   │   │   ├── java_list_test.cpython-36.pyc
│   │   │   │   ├── java_map_test.cpython-36.pyc
│   │   │   │   ├── java_set_test.cpython-36.pyc
│   │   │   │   ├── java_tls_test.cpython-36.pyc
│   │   │   │   ├── memory_leak_test.cpython-36.pyc
│   │   │   │   ├── multithreadtest.cpython-36.pyc
│   │   │   │   ├── py4j_callback_example.cpython-36.pyc
│   │   │   │   ├── py4j_callback_example2.cpython-36.pyc
│   │   │   │   ├── py4j_callback_listener_example.cpython-36.pyc
│   │   │   │   ├── py4j_callback_recursive_example.cpython-36.pyc
│   │   │   │   ├── py4j_example.cpython-36.pyc
│   │   │   │   ├── py4j_signals_test.cpython-36.pyc
│   │   │   │   └── signals_test.cpython-36.pyc
│   │   │   ├── benchmark1.py
│   │   │   ├── byte_string_test.py
│   │   │   ├── client_server_test.py
│   │   │   ├── finalizer_test.py
│   │   │   ├── instrumented.py
│   │   │   ├── java_array_test.py
│   │   │   ├── java_callback_test.py
│   │   │   ├── java_dir_test.py
│   │   │   ├── java_gateway_test.py
│   │   │   ├── java_help_test.py
│   │   │   ├── java_list_test.py
│   │   │   ├── java_map_test.py
│   │   │   ├── java_set_test.py
│   │   │   ├── java_tls_test.py
│   │   │   ├── memory_leak_test.py
│   │   │   ├── multithreadtest.py
│   │   │   ├── py4j_callback_example.py
│   │   │   ├── py4j_callback_example2.py
│   │   │   ├── py4j_callback_listener_example.py
│   │   │   ├── py4j_callback_recursive_example.py
│   │   │   ├── py4j_example.py
│   │   │   ├── py4j_signals_test.py
│   │   │   └── signals_test.py
│   │   └── version.py
│   ├── py4j-0.10.7.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── pyspark
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── _globals.cpython-36.pyc
│   │   │   ├── accumulators.cpython-36.pyc
│   │   │   ├── broadcast.cpython-36.pyc
│   │   │   ├── cloudpickle.cpython-36.pyc
│   │   │   ├── conf.cpython-36.pyc
│   │   │   ├── context.cpython-36.pyc
│   │   │   ├── daemon.cpython-36.pyc
│   │   │   ├── files.cpython-36.pyc
│   │   │   ├── find_spark_home.cpython-36.pyc
│   │   │   ├── heapq3.cpython-36.pyc
│   │   │   ├── java_gateway.cpython-36.pyc
│   │   │   ├── join.cpython-36.pyc
│   │   │   ├── profiler.cpython-36.pyc
│   │   │   ├── rdd.cpython-36.pyc
│   │   │   ├── rddsampler.cpython-36.pyc
│   │   │   ├── resultiterable.cpython-36.pyc
│   │   │   ├── serializers.cpython-36.pyc
│   │   │   ├── shell.cpython-36.pyc
│   │   │   ├── shuffle.cpython-36.pyc
│   │   │   ├── statcounter.cpython-36.pyc
│   │   │   ├── status.cpython-36.pyc
│   │   │   ├── storagelevel.cpython-36.pyc
│   │   │   ├── taskcontext.cpython-36.pyc
│   │   │   ├── test_broadcast.cpython-36.pyc
│   │   │   ├── test_serializers.cpython-36.pyc
│   │   │   ├── tests.cpython-36.pyc
│   │   │   ├── traceback_utils.cpython-36.pyc
│   │   │   ├── util.cpython-36.pyc
│   │   │   ├── version.cpython-36.pyc
│   │   │   └── worker.cpython-36.pyc
│   │   ├── _globals.py
│   │   ├── accumulators.py
│   │   ├── bin
│   │   │   ├── beeline
│   │   │   ├── beeline.cmd
│   │   │   ├── docker-image-tool.sh
│   │   │   ├── find-spark-home
│   │   │   ├── find-spark-home.cmd
│   │   │   ├── load-spark-env.cmd
│   │   │   ├── load-spark-env.sh
│   │   │   ├── pyspark
│   │   │   ├── pyspark.cmd
│   │   │   ├── pyspark2.cmd
│   │   │   ├── run-example
│   │   │   ├── run-example.cmd
│   │   │   ├── spark-class
│   │   │   ├── spark-class.cmd
│   │   │   ├── spark-class2.cmd
│   │   │   ├── spark-shell
│   │   │   ├── spark-shell.cmd
│   │   │   ├── spark-shell2.cmd
│   │   │   ├── spark-sql
│   │   │   ├── spark-sql.cmd
│   │   │   ├── spark-sql2.cmd
│   │   │   ├── spark-submit
│   │   │   ├── spark-submit.cmd
│   │   │   ├── spark-submit2.cmd
│   │   │   ├── sparkR
│   │   │   ├── sparkR.cmd
│   │   │   └── sparkR2.cmd
│   │   ├── broadcast.py
│   │   ├── cloudpickle.py
│   │   ├── conf.py
│   │   ├── context.py
│   │   ├── daemon.py
│   │   ├── data
│   │   │   ├── graphx
│   │   │   │   ├── followers.txt
│   │   │   │   └── users.txt
│   │   │   ├── mllib
│   │   │   │   ├── als
│   │   │   │   │   ├── sample_movielens_ratings.txt
│   │   │   │   │   └── test.data
│   │   │   │   ├── gmm_data.txt
│   │   │   │   ├── images
│   │   │   │   │   ├── license.txt
│   │   │   │   │   ├── origin
│   │   │   │   │   │   ├── kittens
│   │   │   │   │   │   │   └── not-image.txt
│   │   │   │   │   │   └── license.txt
│   │   │   │   │   └── partitioned
│   │   │   │   │   └── cls=kittens
│   │   │   │   │   └── date=2018-01
│   │   │   │   │   └── not-image.txt
│   │   │   │   ├── iris_libsvm.txt
│   │   │   │   ├── kmeans_data.txt
│   │   │   │   ├── pagerank_data.txt
│   │   │   │   ├── pic_data.txt
│   │   │   │   ├── ridge-data
│   │   │   │   │   └── lpsa.data
│   │   │   │   ├── sample_binary_classification_data.txt
│   │   │   │   ├── sample_fpgrowth.txt
│   │   │   │   ├── sample_isotonic_regression_libsvm_data.txt
│   │   │   │   ├── sample_kmeans_data.txt
│   │   │   │   ├── sample_lda_data.txt
│   │   │   │   ├── sample_lda_libsvm_data.txt
│   │   │   │   ├── sample_libsvm_data.txt
│   │   │   │   ├── sample_linear_regression_data.txt
│   │   │   │   ├── sample_movielens_data.txt
│   │   │   │   ├── sample_multiclass_classification_data.txt
│   │   │   │   ├── sample_svm_data.txt
│   │   │   │   └── streaming_kmeans_data_test.txt
│   │   │   └── streaming
│   │   │   └── AFINN-111.txt
│   │   ├── examples
│   │   │   └── src
│   │   │   └── main
│   │   │   └── python
│   │   │   ├── __pycache__
│   │   │   │   ├── als.cpython-36.pyc
│   │   │   │   ├── avro_inputformat.cpython-36.pyc
│   │   │   │   ├── kmeans.cpython-36.pyc
│   │   │   │   ├── logistic_regression.cpython-36.pyc
│   │   │   │   ├── pagerank.cpython-36.pyc
│   │   │   │   ├── parquet_inputformat.cpython-36.pyc
│   │   │   │   ├── pi.cpython-36.pyc
│   │   │   │   ├── sort.cpython-36.pyc
│   │   │   │   ├── status_api_demo.cpython-36.pyc
│   │   │   │   ├── transitive_closure.cpython-36.pyc
│   │   │   │   └── wordcount.cpython-36.pyc
│   │   │   ├── als.py
│   │   │   ├── avro_inputformat.py
│   │   │   ├── kmeans.py
│   │   │   ├── logistic_regression.py
│   │   │   ├── ml
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── aft_survival_regression.cpython-36.pyc
│   │   │   │   │   ├── als_example.cpython-36.pyc
│   │   │   │   │   ├── binarizer_example.cpython-36.pyc
│   │   │   │   │   ├── bisecting_k_means_example.cpython-36.pyc
│   │   │   │   │   ├── bucketed_random_projection_lsh_example.cpython-36.pyc
│   │   │   │   │   ├── bucketizer_example.cpython-36.pyc
│   │   │   │   │   ├── chi_square_test_example.cpython-36.pyc
│   │   │   │   │   ├── chisq_selector_example.cpython-36.pyc
│   │   │   │   │   ├── correlation_example.cpython-36.pyc
│   │   │   │   │   ├── count_vectorizer_example.cpython-36.pyc
│   │   │   │   │   ├── cross_validator.cpython-36.pyc
│   │   │   │   │   ├── dataframe_example.cpython-36.pyc
│   │   │   │   │   ├── dct_example.cpython-36.pyc
│   │   │   │   │   ├── decision_tree_classification_example.cpython-36.pyc
│   │   │   │   │   ├── decision_tree_regression_example.cpython-36.pyc
│   │   │   │   │   ├── elementwise_product_example.cpython-36.pyc
│   │   │   │   │   ├── estimator_transformer_param_example.cpython-36.pyc
│   │   │   │   │   ├── feature_hasher_example.cpython-36.pyc
│   │   │   │   │   ├── fpgrowth_example.cpython-36.pyc
│   │   │   │   │   ├── gaussian_mixture_example.cpython-36.pyc
│   │   │   │   │   ├── generalized_linear_regression_example.cpython-36.pyc
│   │   │   │   │   ├── gradient_boosted_tree_classifier_example.cpython-36.pyc
│   │   │   │   │   ├── gradient_boosted_tree_regressor_example.cpython-36.pyc
│   │   │   │   │   ├── imputer_example.cpython-36.pyc
│   │   │   │   │   ├── index_to_string_example.cpython-36.pyc
│   │   │   │   │   ├── isotonic_regression_example.cpython-36.pyc
│   │   │   │   │   ├── kmeans_example.cpython-36.pyc
│   │   │   │   │   ├── lda_example.cpython-36.pyc
│   │   │   │   │   ├── linear_regression_with_elastic_net.cpython-36.pyc
│   │   │   │   │   ├── linearsvc.cpython-36.pyc
│   │   │   │   │   ├── logistic_regression_summary_example.cpython-36.pyc
│   │   │   │   │   ├── logistic_regression_with_elastic_net.cpython-36.pyc
│   │   │   │   │   ├── max_abs_scaler_example.cpython-36.pyc
│   │   │   │   │   ├── min_hash_lsh_example.cpython-36.pyc
│   │   │   │   │   ├── min_max_scaler_example.cpython-36.pyc
│   │   │   │   │   ├── multiclass_logistic_regression_with_elastic_net.cpython-36.pyc
│   │   │   │   │   ├── multilayer_perceptron_classification.cpython-36.pyc
│   │   │   │   │   ├── n_gram_example.cpython-36.pyc
│   │   │   │   │   ├── naive_bayes_example.cpython-36.pyc
│   │   │   │   │   ├── normalizer_example.cpython-36.pyc
│   │   │   │   │   ├── one_vs_rest_example.cpython-36.pyc
│   │   │   │   │   ├── onehot_encoder_estimator_example.cpython-36.pyc
│   │   │   │   │   ├── pca_example.cpython-36.pyc
│   │   │   │   │   ├── pipeline_example.cpython-36.pyc
│   │   │   │   │   ├── polynomial_expansion_example.cpython-36.pyc
│   │   │   │   │   ├── prefixspan_example.cpython-36.pyc
│   │   │   │   │   ├── quantile_discretizer_example.cpython-36.pyc
│   │   │   │   │   ├── random_forest_classifier_example.cpython-36.pyc
│   │   │   │   │   ├── random_forest_regressor_example.cpython-36.pyc
│   │   │   │   │   ├── rformula_example.cpython-36.pyc
│   │   │   │   │   ├── sql_transformer.cpython-36.pyc
│   │   │   │   │   ├── standard_scaler_example.cpython-36.pyc
│   │   │   │   │   ├── stopwords_remover_example.cpython-36.pyc
│   │   │   │   │   ├── string_indexer_example.cpython-36.pyc
│   │   │   │   │   ├── summarizer_example.cpython-36.pyc
│   │   │   │   │   ├── tf_idf_example.cpython-36.pyc
│   │   │   │   │   ├── tokenizer_example.cpython-36.pyc
│   │   │   │   │   ├── train_validation_split.cpython-36.pyc
│   │   │   │   │   ├── vector_assembler_example.cpython-36.pyc
│   │   │   │   │   ├── vector_indexer_example.cpython-36.pyc
│   │   │   │   │   ├── vector_size_hint_example.cpython-36.pyc
│   │   │   │   │   ├── vector_slicer_example.cpython-36.pyc
│   │   │   │   │   └── word2vec_example.cpython-36.pyc
│   │   │   │   ├── aft_survival_regression.py
│   │   │   │   ├── als_example.py
│   │   │   │   ├── binarizer_example.py
│   │   │   │   ├── bisecting_k_means_example.py
│   │   │   │   ├── bucketed_random_projection_lsh_example.py
│   │   │   │   ├── bucketizer_example.py
│   │   │   │   ├── chi_square_test_example.py
│   │   │   │   ├── chisq_selector_example.py
│   │   │   │   ├── correlation_example.py
│   │   │   │   ├── count_vectorizer_example.py
│   │   │   │   ├── cross_validator.py
│   │   │   │   ├── dataframe_example.py
│   │   │   │   ├── dct_example.py
│   │   │   │   ├── decision_tree_classification_example.py
│   │   │   │   ├── decision_tree_regression_example.py
│   │   │   │   ├── elementwise_product_example.py
│   │   │   │   ├── estimator_transformer_param_example.py
│   │   │   │   ├── feature_hasher_example.py
│   │   │   │   ├── fpgrowth_example.py
│   │   │   │   ├── gaussian_mixture_example.py
│   │   │   │   ├── generalized_linear_regression_example.py
│   │   │   │   ├── gradient_boosted_tree_classifier_example.py
│   │   │   │   ├── gradient_boosted_tree_regressor_example.py
│   │   │   │   ├── imputer_example.py
│   │   │   │   ├── index_to_string_example.py
│   │   │   │   ├── isotonic_regression_example.py
│   │   │   │   ├── kmeans_example.py
│   │   │   │   ├── lda_example.py
│   │   │   │   ├── linear_regression_with_elastic_net.py
│   │   │   │   ├── linearsvc.py
│   │   │   │   ├── logistic_regression_summary_example.py
│   │   │   │   ├── logistic_regression_with_elastic_net.py
│   │   │   │   ├── max_abs_scaler_example.py
│   │   │   │   ├── min_hash_lsh_example.py
│   │   │   │   ├── min_max_scaler_example.py
│   │   │   │   ├── multiclass_logistic_regression_with_elastic_net.py
│   │   │   │   ├── multilayer_perceptron_classification.py
│   │   │   │   ├── n_gram_example.py
│   │   │   │   ├── naive_bayes_example.py
│   │   │   │   ├── normalizer_example.py
│   │   │   │   ├── one_vs_rest_example.py
│   │   │   │   ├── onehot_encoder_estimator_example.py
│   │   │   │   ├── pca_example.py
│   │   │   │   ├── pipeline_example.py
│   │   │   │   ├── polynomial_expansion_example.py
│   │   │   │   ├── prefixspan_example.py
│   │   │   │   ├── quantile_discretizer_example.py
│   │   │   │   ├── random_forest_classifier_example.py
│   │   │   │   ├── random_forest_regressor_example.py
│   │   │   │   ├── rformula_example.py
│   │   │   │   ├── sql_transformer.py
│   │   │   │   ├── standard_scaler_example.py
│   │   │   │   ├── stopwords_remover_example.py
│   │   │   │   ├── string_indexer_example.py
│   │   │   │   ├── summarizer_example.py
│   │   │   │   ├── tf_idf_example.py
│   │   │   │   ├── tokenizer_example.py
│   │   │   │   ├── train_validation_split.py
│   │   │   │   ├── vector_assembler_example.py
│   │   │   │   ├── vector_indexer_example.py
│   │   │   │   ├── vector_size_hint_example.py
│   │   │   │   ├── vector_slicer_example.py
│   │   │   │   └── word2vec_example.py
│   │   │   ├── mllib
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── binary_classification_metrics_example.cpython-36.pyc
│   │   │   │   │   ├── bisecting_k_means_example.cpython-36.pyc
│   │   │   │   │   ├── correlations.cpython-36.pyc
│   │   │   │   │   ├── correlations_example.cpython-36.pyc
│   │   │   │   │   ├── decision_tree_classification_example.cpython-36.pyc
│   │   │   │   │   ├── decision_tree_regression_example.cpython-36.pyc
│   │   │   │   │   ├── elementwise_product_example.cpython-36.pyc
│   │   │   │   │   ├── fpgrowth_example.cpython-36.pyc
│   │   │   │   │   ├── gaussian_mixture_example.cpython-36.pyc
│   │   │   │   │   ├── gaussian_mixture_model.cpython-36.pyc
│   │   │   │   │   ├── gradient_boosting_classification_example.cpython-36.pyc
│   │   │   │   │   ├── gradient_boosting_regression_example.cpython-36.pyc
│   │   │   │   │   ├── hypothesis_testing_example.cpython-36.pyc
│   │   │   │   │   ├── hypothesis_testing_kolmogorov_smirnov_test_example.cpython-36.pyc
│   │   │   │   │   ├── isotonic_regression_example.cpython-36.pyc
│   │   │   │   │   ├── k_means_example.cpython-36.pyc
│   │   │   │   │   ├── kernel_density_estimation_example.cpython-36.pyc
│   │   │   │   │   ├── kmeans.cpython-36.pyc
│   │   │   │   │   ├── latent_dirichlet_allocation_example.cpython-36.pyc
│   │   │   │   │   ├── linear_regression_with_sgd_example.cpython-36.pyc
│   │   │   │   │   ├── logistic_regression.cpython-36.pyc
│   │   │   │   │   ├── logistic_regression_with_lbfgs_example.cpython-36.pyc
│   │   │   │   │   ├── multi_class_metrics_example.cpython-36.pyc
│   │   │   │   │   ├── multi_label_metrics_example.cpython-36.pyc
│   │   │   │   │   ├── naive_bayes_example.cpython-36.pyc
│   │   │   │   │   ├── normalizer_example.cpython-36.pyc
│   │   │   │   │   ├── pca_rowmatrix_example.cpython-36.pyc
│   │   │   │   │   ├── power_iteration_clustering_example.cpython-36.pyc
│   │   │   │   │   ├── random_forest_classification_example.cpython-36.pyc
│   │   │   │   │   ├── random_forest_regression_example.cpython-36.pyc
│   │   │   │   │   ├── random_rdd_generation.cpython-36.pyc
│   │   │   │   │   ├── ranking_metrics_example.cpython-36.pyc
│   │   │   │   │   ├── recommendation_example.cpython-36.pyc
│   │   │   │   │   ├── regression_metrics_example.cpython-36.pyc
│   │   │   │   │   ├── sampled_rdds.cpython-36.pyc
│   │   │   │   │   ├── standard_scaler_example.cpython-36.pyc
│   │   │   │   │   ├── stratified_sampling_example.cpython-36.pyc
│   │   │   │   │   ├── streaming_k_means_example.cpython-36.pyc
│   │   │   │   │   ├── streaming_linear_regression_example.cpython-36.pyc
│   │   │   │   │   ├── summary_statistics_example.cpython-36.pyc
│   │   │   │   │   ├── svd_example.cpython-36.pyc
│   │   │   │   │   ├── svm_with_sgd_example.cpython-36.pyc
│   │   │   │   │   ├── tf_idf_example.cpython-36.pyc
│   │   │   │   │   ├── word2vec.cpython-36.pyc
│   │   │   │   │   └── word2vec_example.cpython-36.pyc
│   │   │   │   ├── binary_classification_metrics_example.py
│   │   │   │   ├── bisecting_k_means_example.py
│   │   │   │   ├── correlations.py
│   │   │   │   ├── correlations_example.py
│   │   │   │   ├── decision_tree_classification_example.py
│   │   │   │   ├── decision_tree_regression_example.py
│   │   │   │   ├── elementwise_product_example.py
│   │   │   │   ├── fpgrowth_example.py
│   │   │   │   ├── gaussian_mixture_example.py
│   │   │   │   ├── gaussian_mixture_model.py
│   │   │   │   ├── gradient_boosting_classification_example.py
│   │   │   │   ├── gradient_boosting_regression_example.py
│   │   │   │   ├── hypothesis_testing_example.py
│   │   │   │   ├── hypothesis_testing_kolmogorov_smirnov_test_example.py
│   │   │   │   ├── isotonic_regression_example.py
│   │   │   │   ├── k_means_example.py
│   │   │   │   ├── kernel_density_estimation_example.py
│   │   │   │   ├── kmeans.py
│   │   │   │   ├── latent_dirichlet_allocation_example.py
│   │   │   │   ├── linear_regression_with_sgd_example.py
│   │   │   │   ├── logistic_regression.py
│   │   │   │   ├── logistic_regression_with_lbfgs_example.py
│   │   │   │   ├── multi_class_metrics_example.py
│   │   │   │   ├── multi_label_metrics_example.py
│   │   │   │   ├── naive_bayes_example.py
│   │   │   │   ├── normalizer_example.py
│   │   │   │   ├── pca_rowmatrix_example.py
│   │   │   │   ├── power_iteration_clustering_example.py
│   │   │   │   ├── random_forest_classification_example.py
│   │   │   │   ├── random_forest_regression_example.py
│   │   │   │   ├── random_rdd_generation.py
│   │   │   │   ├── ranking_metrics_example.py
│   │   │   │   ├── recommendation_example.py
│   │   │   │   ├── regression_metrics_example.py
│   │   │   │   ├── sampled_rdds.py
│   │   │   │   ├── standard_scaler_example.py
│   │   │   │   ├── stratified_sampling_example.py
│   │   │   │   ├── streaming_k_means_example.py
│   │   │   │   ├── streaming_linear_regression_example.py
│   │   │   │   ├── summary_statistics_example.py
│   │   │   │   ├── svd_example.py
│   │   │   │   ├── svm_with_sgd_example.py
│   │   │   │   ├── tf_idf_example.py
│   │   │   │   ├── word2vec.py
│   │   │   │   └── word2vec_example.py
│   │   │   ├── pagerank.py
│   │   │   ├── parquet_inputformat.py
│   │   │   ├── pi.py
│   │   │   ├── sort.py
│   │   │   ├── sql
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── arrow.cpython-36.pyc
│   │   │   │   │   ├── basic.cpython-36.pyc
│   │   │   │   │   ├── datasource.cpython-36.pyc
│   │   │   │   │   └── hive.cpython-36.pyc
│   │   │   │   ├── arrow.py
│   │   │   │   ├── basic.py
│   │   │   │   ├── datasource.py
│   │   │   │   ├── hive.py
│   │   │   │   └── streaming
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── structured_kafka_wordcount.cpython-36.pyc
│   │   │   │   │   ├── structured_network_wordcount.cpython-36.pyc
│   │   │   │   │   └── structured_network_wordcount_windowed.cpython-36.pyc
│   │   │   │   ├── structured_kafka_wordcount.py
│   │   │   │   ├── structured_network_wordcount.py
│   │   │   │   └── structured_network_wordcount_windowed.py
│   │   │   ├── status_api_demo.py
│   │   │   ├── streaming
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── direct_kafka_wordcount.cpython-36.pyc
│   │   │   │   │   ├── flume_wordcount.cpython-36.pyc
│   │   │   │   │   ├── hdfs_wordcount.cpython-36.pyc
│   │   │   │   │   ├── kafka_wordcount.cpython-36.pyc
│   │   │   │   │   ├── network_wordcount.cpython-36.pyc
│   │   │   │   │   ├── network_wordjoinsentiments.cpython-36.pyc
│   │   │   │   │   ├── queue_stream.cpython-36.pyc
│   │   │   │   │   ├── recoverable_network_wordcount.cpython-36.pyc
│   │   │   │   │   ├── sql_network_wordcount.cpython-36.pyc
│   │   │   │   │   └── stateful_network_wordcount.cpython-36.pyc
│   │   │   │   ├── direct_kafka_wordcount.py
│   │   │   │   ├── flume_wordcount.py
│   │   │   │   ├── hdfs_wordcount.py
│   │   │   │   ├── kafka_wordcount.py
│   │   │   │   ├── network_wordcount.py
│   │   │   │   ├── network_wordjoinsentiments.py
│   │   │   │   ├── queue_stream.py
│   │   │   │   ├── recoverable_network_wordcount.py
│   │   │   │   ├── sql_network_wordcount.py
│   │   │   │   └── stateful_network_wordcount.py
│   │   │   ├── transitive_closure.py
│   │   │   └── wordcount.py
│   │   ├── files.py
│   │   ├── find_spark_home.py
│   │   ├── heapq3.py
│   │   ├── jars
│   │   │   ├── JavaEWAH-0.3.2.jar
│   │   │   ├── RoaringBitmap-0.5.11.jar
│   │   │   ├── ST4-4.0.4.jar
│   │   │   ├── activation-1.1.1.jar
│   │   │   ├── aircompressor-0.10.jar
│   │   │   ├── antlr-2.7.7.jar
│   │   │   ├── antlr-runtime-3.4.jar
│   │   │   ├── antlr4-runtime-4.7.jar
│   │   │   ├── aopalliance-1.0.jar
│   │   │   ├── aopalliance-repackaged-2.4.0-b34.jar
│   │   │   ├── apache-log4j-extras-1.2.17.jar
│   │   │   ├── apacheds-i18n-2.0.0-M15.jar
│   │   │   ├── apacheds-kerberos-codec-2.0.0-M15.jar
│   │   │   ├── api-asn1-api-1.0.0-M20.jar
│   │   │   ├── api-util-1.0.0-M20.jar
│   │   │   ├── arpack_combined_all-0.1.jar
│   │   │   ├── arrow-format-0.10.0.jar
│   │   │   ├── arrow-memory-0.10.0.jar
│   │   │   ├── arrow-vector-0.10.0.jar
│   │   │   ├── automaton-1.11-8.jar
│   │   │   ├── avro-1.8.2.jar
│   │   │   ├── avro-ipc-1.8.2.jar
│   │   │   ├── avro-mapred-1.8.2-hadoop2.jar
│   │   │   ├── bonecp-0.8.0.RELEASE.jar
│   │   │   ├── breeze-macros_2.11-0.13.2.jar
│   │   │   ├── breeze_2.11-0.13.2.jar
│   │   │   ├── calcite-avatica-1.2.0-incubating.jar
│   │   │   ├── calcite-core-1.2.0-incubating.jar
│   │   │   ├── calcite-linq4j-1.2.0-incubating.jar
│   │   │   ├── chill-java-0.9.3.jar
│   │   │   ├── chill_2.11-0.9.3.jar
│   │   │   ├── commons-beanutils-1.7.0.jar
│   │   │   ├── commons-beanutils-core-1.8.0.jar
│   │   │   ├── commons-cli-1.2.jar
│   │   │   ├── commons-codec-1.10.jar
│   │   │   ├── commons-collections-3.2.2.jar
│   │   │   ├── commons-compiler-3.0.9.jar
│   │   │   ├── commons-compress-1.8.1.jar
│   │   │   ├── commons-configuration-1.6.jar
│   │   │   ├── commons-crypto-1.0.0.jar
│   │   │   ├── commons-dbcp-1.4.jar
│   │   │   ├── commons-digester-1.8.jar
│   │   │   ├── commons-httpclient-3.1.jar
│   │   │   ├── commons-io-2.4.jar
│   │   │   ├── commons-lang-2.6.jar
│   │   │   ├── commons-lang3-3.5.jar
│   │   │   ├── commons-logging-1.1.3.jar
│   │   │   ├── commons-math3-3.4.1.jar
│   │   │   ├── commons-net-3.1.jar
│   │   │   ├── commons-pool-1.5.4.jar
│   │   │   ├── compress-lzf-1.0.3.jar
│   │   │   ├── core-1.1.2.jar
│   │   │   ├── curator-client-2.7.1.jar
│   │   │   ├── curator-framework-2.7.1.jar
│   │   │   ├── curator-recipes-2.7.1.jar
│   │   │   ├── datanucleus-api-jdo-3.2.6.jar
│   │   │   ├── datanucleus-core-3.2.10.jar
│   │   │   ├── datanucleus-rdbms-3.2.9.jar
│   │   │   ├── derby-10.12.1.1.jar
│   │   │   ├── eigenbase-properties-1.1.5.jar
│   │   │   ├── flatbuffers-1.2.0-3f79e055.jar
│   │   │   ├── generex-1.0.1.jar
│   │   │   ├── gson-2.2.4.jar
│   │   │   ├── guava-14.0.1.jar
│   │   │   ├── guice-3.0.jar
│   │   │   ├── guice-servlet-3.0.jar
│   │   │   ├── hadoop-annotations-2.7.3.jar
│   │   │   ├── hadoop-auth-2.7.3.jar
│   │   │   ├── hadoop-client-2.7.3.jar
│   │   │   ├── hadoop-common-2.7.3.jar
│   │   │   ├── hadoop-hdfs-2.7.3.jar
│   │   │   ├── hadoop-mapreduce-client-app-2.7.3.jar
│   │   │   ├── hadoop-mapreduce-client-common-2.7.3.jar
│   │   │   ├── hadoop-mapreduce-client-core-2.7.3.jar
│   │   │   ├── hadoop-mapreduce-client-jobclient-2.7.3.jar
│   │   │   ├── hadoop-mapreduce-client-shuffle-2.7.3.jar
│   │   │   ├── hadoop-yarn-api-2.7.3.jar
│   │   │   ├── hadoop-yarn-client-2.7.3.jar
│   │   │   ├── hadoop-yarn-common-2.7.3.jar
│   │   │   ├── hadoop-yarn-server-common-2.7.3.jar
│   │   │   ├── hadoop-yarn-server-web-proxy-2.7.3.jar
│   │   │   ├── hive-beeline-1.2.1.spark2.jar
│   │   │   ├── hive-cli-1.2.1.spark2.jar
│   │   │   ├── hive-exec-1.2.1.spark2.jar
│   │   │   ├── hive-jdbc-1.2.1.spark2.jar
│   │   │   ├── hive-metastore-1.2.1.spark2.jar
│   │   │   ├── hk2-api-2.4.0-b34.jar
│   │   │   ├── hk2-locator-2.4.0-b34.jar
│   │   │   ├── hk2-utils-2.4.0-b34.jar
│   │   │   ├── hppc-0.7.2.jar
│   │   │   ├── htrace-core-3.1.0-incubating.jar
│   │   │   ├── httpclient-4.5.6.jar
│   │   │   ├── httpcore-4.4.10.jar
│   │   │   ├── ivy-2.4.0.jar
│   │   │   ├── jackson-annotations-2.6.7.jar
│   │   │   ├── jackson-core-2.6.7.jar
│   │   │   ├── jackson-core-asl-1.9.13.jar
│   │   │   ├── jackson-databind-2.6.7.1.jar
│   │   │   ├── jackson-dataformat-yaml-2.6.7.jar
│   │   │   ├── jackson-jaxrs-1.9.13.jar
│   │   │   ├── jackson-mapper-asl-1.9.13.jar
│   │   │   ├── jackson-module-jaxb-annotations-2.6.7.jar
│   │   │   ├── jackson-module-paranamer-2.7.9.jar
│   │   │   ├── jackson-module-scala_2.11-2.6.7.1.jar
│   │   │   ├── jackson-xc-1.9.13.jar
│   │   │   ├── janino-3.0.9.jar
│   │   │   ├── javassist-3.18.1-GA.jar
│   │   │   ├── javax.annotation-api-1.2.jar
│   │   │   ├── javax.inject-1.jar
│   │   │   ├── javax.inject-2.4.0-b34.jar
│   │   │   ├── javax.servlet-api-3.1.0.jar
│   │   │   ├── javax.ws.rs-api-2.0.1.jar
│   │   │   ├── javolution-5.5.1.jar
│   │   │   ├── jaxb-api-2.2.2.jar
│   │   │   ├── jcl-over-slf4j-1.7.16.jar
│   │   │   ├── jdo-api-3.0.1.jar
│   │   │   ├── jersey-client-2.22.2.jar
│   │   │   ├── jersey-common-2.22.2.jar
│   │   │   ├── jersey-container-servlet-2.22.2.jar
│   │   │   ├── jersey-container-servlet-core-2.22.2.jar
│   │   │   ├── jersey-guava-2.22.2.jar
│   │   │   ├── jersey-media-jaxb-2.22.2.jar
│   │   │   ├── jersey-server-2.22.2.jar
│   │   │   ├── jetty-6.1.26.jar
│   │   │   ├── jetty-util-6.1.26.jar
│   │   │   ├── jline-2.14.6.jar
│   │   │   ├── joda-time-2.9.3.jar
│   │   │   ├── jodd-core-3.5.2.jar
│   │   │   ├── jpam-1.1.jar
│   │   │   ├── json4s-ast_2.11-3.5.3.jar
│   │   │   ├── json4s-core_2.11-3.5.3.jar
│   │   │   ├── json4s-jackson_2.11-3.5.3.jar
│   │   │   ├── json4s-scalap_2.11-3.5.3.jar
│   │   │   ├── jsp-api-2.1.jar
│   │   │   ├── jsr305-1.3.9.jar
│   │   │   ├── jta-1.1.jar
│   │   │   ├── jtransforms-2.4.0.jar
│   │   │   ├── jul-to-slf4j-1.7.16.jar
│   │   │   ├── kryo-shaded-4.0.2.jar
│   │   │   ├── kubernetes-client-3.0.0.jar
│   │   │   ├── kubernetes-model-2.0.0.jar
│   │   │   ├── leveldbjni-all-1.8.jar
│   │   │   ├── libfb303-0.9.3.jar
│   │   │   ├── libthrift-0.9.3.jar
│   │   │   ├── log4j-1.2.17.jar
│   │   │   ├── logging-interceptor-3.8.1.jar
│   │   │   ├── lz4-java-1.4.0.jar
│   │   │   ├── machinist_2.11-0.6.1.jar
│   │   │   ├── macro-compat_2.11-1.1.1.jar
│   │   │   ├── mesos-1.4.0-shaded-protobuf.jar
│   │   │   ├── metrics-core-3.1.5.jar
│   │   │   ├── metrics-graphite-3.1.5.jar
│   │   │   ├── metrics-json-3.1.5.jar
│   │   │   ├── metrics-jvm-3.1.5.jar
│   │   │   ├── minlog-1.3.0.jar
│   │   │   ├── netty-3.9.9.Final.jar
│   │   │   ├── netty-all-4.1.17.Final.jar
│   │   │   ├── objenesis-2.5.1.jar
│   │   │   ├── okhttp-3.8.1.jar
│   │   │   ├── okio-1.13.0.jar
│   │   │   ├── opencsv-2.3.jar
│   │   │   ├── orc-core-1.5.2-nohive.jar
│   │   │   ├── orc-mapreduce-1.5.2-nohive.jar
│   │   │   ├── orc-shims-1.5.2.jar
│   │   │   ├── oro-2.0.8.jar
│   │   │   ├── osgi-resource-locator-1.0.1.jar
│   │   │   ├── paranamer-2.8.jar
│   │   │   ├── parquet-column-1.10.0.jar
│   │   │   ├── parquet-common-1.10.0.jar
│   │   │   ├── parquet-encoding-1.10.0.jar
│   │   │   ├── parquet-format-2.4.0.jar
│   │   │   ├── parquet-hadoop-1.10.0.jar
│   │   │   ├── parquet-hadoop-bundle-1.6.0.jar
│   │   │   ├── parquet-jackson-1.10.0.jar
│   │   │   ├── protobuf-java-2.5.0.jar
│   │   │   ├── py4j-0.10.7.jar
│   │   │   ├── pyrolite-4.13.jar
│   │   │   ├── scala-compiler-2.11.12.jar
│   │   │   ├── scala-library-2.11.12.jar
│   │   │   ├── scala-parser-combinators_2.11-1.1.0.jar
│   │   │   ├── scala-reflect-2.11.12.jar
│   │   │   ├── scala-xml_2.11-1.0.5.jar
│   │   │   ├── shapeless_2.11-2.3.2.jar
│   │   │   ├── slf4j-api-1.7.16.jar
│   │   │   ├── slf4j-log4j12-1.7.16.jar
│   │   │   ├── snakeyaml-1.15.jar
│   │   │   ├── snappy-0.2.jar
│   │   │   ├── snappy-java-1.1.7.1.jar
│   │   │   ├── spark-catalyst_2.11-2.4.0.jar
│   │   │   ├── spark-core_2.11-2.4.0.jar
│   │   │   ├── spark-graphx_2.11-2.4.0.jar
│   │   │   ├── spark-hive-thriftserver_2.11-2.4.0.jar
│   │   │   ├── spark-hive_2.11-2.4.0.jar
│   │   │   ├── spark-kubernetes_2.11-2.4.0.jar
│   │   │   ├── spark-kvstore_2.11-2.4.0.jar
│   │   │   ├── spark-launcher_2.11-2.4.0.jar
│   │   │   ├── spark-mesos_2.11-2.4.0.jar
│   │   │   ├── spark-mllib-local_2.11-2.4.0.jar
│   │   │   ├── spark-mllib_2.11-2.4.0.jar
│   │   │   ├── spark-network-common_2.11-2.4.0.jar
│   │   │   ├── spark-network-shuffle_2.11-2.4.0.jar
│   │   │   ├── spark-repl_2.11-2.4.0.jar
│   │   │   ├── spark-sketch_2.11-2.4.0.jar
│   │   │   ├── spark-sql_2.11-2.4.0.jar
│   │   │   ├── spark-streaming_2.11-2.4.0.jar
│   │   │   ├── spark-tags_2.11-2.4.0-tests.jar
│   │   │   ├── spark-tags_2.11-2.4.0.jar
│   │   │   ├── spark-unsafe_2.11-2.4.0.jar
│   │   │   ├── spark-yarn_2.11-2.4.0.jar
│   │   │   ├── spire-macros_2.11-0.13.0.jar
│   │   │   ├── spire_2.11-0.13.0.jar
│   │   │   ├── stax-api-1.0-2.jar
│   │   │   ├── stax-api-1.0.1.jar
│   │   │   ├── stream-2.7.0.jar
│   │   │   ├── stringtemplate-3.2.1.jar
│   │   │   ├── super-csv-2.2.0.jar
│   │   │   ├── univocity-parsers-2.7.3.jar
│   │   │   ├── validation-api-1.1.0.Final.jar
│   │   │   ├── xbean-asm6-shaded-4.8.jar
│   │   │   ├── xercesImpl-2.9.1.jar
│   │   │   ├── xmlenc-0.52.jar
│   │   │   ├── xz-1.5.jar
│   │   │   ├── zjsonpatch-0.3.0.jar
│   │   │   ├── zookeeper-3.4.6.jar
│   │   │   └── zstd-jni-1.3.2-2.jar
│   │   ├── java_gateway.py
│   │   ├── join.py
│   │   ├── licenses
│   │   │   ├── LICENSE-AnchorJS.txt
│   │   │   ├── LICENSE-CC0.txt
│   │   │   ├── LICENSE-bootstrap.txt
│   │   │   ├── LICENSE-cloudpickle.txt
│   │   │   ├── LICENSE-d3.min.js.txt
│   │   │   ├── LICENSE-dagre-d3.txt
│   │   │   ├── LICENSE-datatables.txt
│   │   │   ├── LICENSE-graphlib-dot.txt
│   │   │   ├── LICENSE-heapq.txt
│   │   │   ├── LICENSE-join.txt
│   │   │   ├── LICENSE-jquery.txt
│   │   │   ├── LICENSE-json-formatter.txt
│   │   │   ├── LICENSE-matchMedia-polyfill.txt
│   │   │   ├── LICENSE-modernizr.txt
│   │   │   ├── LICENSE-py4j.txt
│   │   │   ├── LICENSE-respond.txt
│   │   │   ├── LICENSE-sbt-launch-lib.txt
│   │   │   ├── LICENSE-sorttable.js.txt
│   │   │   └── LICENSE-vis.txt
│   │   ├── ml
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── base.cpython-36.pyc
│   │   │   │   ├── classification.cpython-36.pyc
│   │   │   │   ├── clustering.cpython-36.pyc
│   │   │   │   ├── common.cpython-36.pyc
│   │   │   │   ├── evaluation.cpython-36.pyc
│   │   │   │   ├── feature.cpython-36.pyc
│   │   │   │   ├── fpm.cpython-36.pyc
│   │   │   │   ├── image.cpython-36.pyc
│   │   │   │   ├── pipeline.cpython-36.pyc
│   │   │   │   ├── recommendation.cpython-36.pyc
│   │   │   │   ├── regression.cpython-36.pyc
│   │   │   │   ├── stat.cpython-36.pyc
│   │   │   │   ├── tests.cpython-36.pyc
│   │   │   │   ├── tuning.cpython-36.pyc
│   │   │   │   ├── util.cpython-36.pyc
│   │   │   │   └── wrapper.cpython-36.pyc
│   │   │   ├── base.py
│   │   │   ├── classification.py
│   │   │   ├── clustering.py
│   │   │   ├── common.py
│   │   │   ├── evaluation.py
│   │   │   ├── feature.py
│   │   │   ├── fpm.py
│   │   │   ├── image.py
│   │   │   ├── linalg
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-36.pyc
│   │   │   ├── param
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── _shared_params_code_gen.cpython-36.pyc
│   │   │   │   │   └── shared.cpython-36.pyc
│   │   │   │   ├── _shared_params_code_gen.py
│   │   │   │   └── shared.py
│   │   │   ├── pipeline.py
│   │   │   ├── recommendation.py
│   │   │   ├── regression.py
│   │   │   ├── stat.py
│   │   │   ├── tests.py
│   │   │   ├── tuning.py
│   │   │   ├── util.py
│   │   │   └── wrapper.py
│   │   ├── mllib
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── classification.cpython-36.pyc
│   │   │   │   ├── clustering.cpython-36.pyc
│   │   │   │   ├── common.cpython-36.pyc
│   │   │   │   ├── evaluation.cpython-36.pyc
│   │   │   │   ├── feature.cpython-36.pyc
│   │   │   │   ├── fpm.cpython-36.pyc
│   │   │   │   ├── random.cpython-36.pyc
│   │   │   │   ├── recommendation.cpython-36.pyc
│   │   │   │   ├── regression.cpython-36.pyc
│   │   │   │   ├── tests.cpython-36.pyc
│   │   │   │   ├── tree.cpython-36.pyc
│   │   │   │   └── util.cpython-36.pyc
│   │   │   ├── classification.py
│   │   │   ├── clustering.py
│   │   │   ├── common.py
│   │   │   ├── evaluation.py
│   │   │   ├── feature.py
│   │   │   ├── fpm.py
│   │   │   ├── linalg
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   └── distributed.cpython-36.pyc
│   │   │   │   └── distributed.py
│   │   │   ├── random.py
│   │   │   ├── recommendation.py
│   │   │   ├── regression.py
│   │   │   ├── stat
│   │   │   │   ├── KernelDensity.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── KernelDensity.cpython-36.pyc
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── _statistics.cpython-36.pyc
│   │   │   │   │   ├── distribution.cpython-36.pyc
│   │   │   │   │   └── test.cpython-36.pyc
│   │   │   │   ├── _statistics.py
│   │   │   │   ├── distribution.py
│   │   │   │   └── test.py
│   │   │   ├── tests.py
│   │   │   ├── tree.py
│   │   │   └── util.py
│   │   ├── profiler.py
│   │   ├── python
│   │   │   ├── lib
│   │   │   │   ├── py4j-0.10.7-src.zip
│   │   │   │   └── pyspark.zip
│   │   │   └── pyspark
│   │   │   ├── __pycache__
│   │   │   │   └── shell.cpython-36.pyc
│   │   │   └── shell.py
│   │   ├── rdd.py
│   │   ├── rddsampler.py
│   │   ├── resultiterable.py
│   │   ├── serializers.py
│   │   ├── shell.py
│   │   ├── shuffle.py
│   │   ├── sql
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── catalog.cpython-36.pyc
│   │   │   │   ├── column.cpython-36.pyc
│   │   │   │   ├── conf.cpython-36.pyc
│   │   │   │   ├── context.cpython-36.pyc
│   │   │   │   ├── dataframe.cpython-36.pyc
│   │   │   │   ├── functions.cpython-36.pyc
│   │   │   │   ├── group.cpython-36.pyc
│   │   │   │   ├── readwriter.cpython-36.pyc
│   │   │   │   ├── session.cpython-36.pyc
│   │   │   │   ├── streaming.cpython-36.pyc
│   │   │   │   ├── tests.cpython-36.pyc
│   │   │   │   ├── types.cpython-36.pyc
│   │   │   │   ├── udf.cpython-36.pyc
│   │   │   │   ├── utils.cpython-36.pyc
│   │   │   │   └── window.cpython-36.pyc
│   │   │   ├── catalog.py
│   │   │   ├── column.py
│   │   │   ├── conf.py
│   │   │   ├── context.py
│   │   │   ├── dataframe.py
│   │   │   ├── functions.py
│   │   │   ├── group.py
│   │   │   ├── readwriter.py
│   │   │   ├── session.py
│   │   │   ├── streaming.py
│   │   │   ├── tests.py
│   │   │   ├── types.py
│   │   │   ├── udf.py
│   │   │   ├── utils.py
│   │   │   └── window.py
│   │   ├── statcounter.py
│   │   ├── status.py
│   │   ├── storagelevel.py
│   │   ├── streaming
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── context.cpython-36.pyc
│   │   │   │   ├── dstream.cpython-36.pyc
│   │   │   │   ├── flume.cpython-36.pyc
│   │   │   │   ├── kafka.cpython-36.pyc
│   │   │   │   ├── kinesis.cpython-36.pyc
│   │   │   │   ├── listener.cpython-36.pyc
│   │   │   │   ├── tests.cpython-36.pyc
│   │   │   │   └── util.cpython-36.pyc
│   │   │   ├── context.py
│   │   │   ├── dstream.py
│   │   │   ├── flume.py
│   │   │   ├── kafka.py
│   │   │   ├── kinesis.py
│   │   │   ├── listener.py
│   │   │   ├── tests.py
│   │   │   └── util.py
│   │   ├── taskcontext.py
│   │   ├── test_broadcast.py
│   │   ├── test_serializers.py
│   │   ├── tests.py
│   │   ├── traceback_utils.py
│   │   ├── util.py
│   │   ├── version.py
│   │   └── worker.py
│   ├── pyspark-2.4.0.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── setuptools
│   │   ├── __init__.py
│   │   ├── _deprecation_warning.py
│   │   ├── _imp.py
│   │   ├── _vendor
│   │   │   ├── __init__.py
│   │   │   ├── ordered_set.py
│   │   │   ├── packaging
│   │   │   │   ├── __about__.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _compat.py
│   │   │   │   ├── _structures.py
│   │   │   │   ├── markers.py
│   │   │   │   ├── requirements.py
│   │   │   │   ├── specifiers.py
│   │   │   │   ├── tags.py
│   │   │   │   ├── utils.py
│   │   │   │   └── version.py
│   │   │   ├── pyparsing.py
│   │   │   └── six.py
│   │   ├── archive_util.py
│   │   ├── build_meta.py
│   │   ├── cli-32.exe
│   │   ├── cli-64.exe
│   │   ├── cli.exe
│   │   ├── command
│   │   │   ├── __init__.py
│   │   │   ├── alias.py
│   │   │   ├── bdist_egg.py
│   │   │   ├── bdist_rpm.py
│   │   │   ├── bdist_wininst.py
│   │   │   ├── build_clib.py
│   │   │   ├── build_ext.py
│   │   │   ├── build_py.py
│   │   │   ├── develop.py
│   │   │   ├── dist_info.py
│   │   │   ├── easy_install.py
│   │   │   ├── egg_info.py
│   │   │   ├── install.py
│   │   │   ├── install_egg_info.py
│   │   │   ├── install_lib.py
│   │   │   ├── install_scripts.py
│   │   │   ├── launcher\ manifest.xml
│   │   │   ├── py36compat.py
│   │   │   ├── register.py
│   │   │   ├── rotate.py
│   │   │   ├── saveopts.py
│   │   │   ├── sdist.py
│   │   │   ├── setopt.py
│   │   │   ├── test.py
│   │   │   ├── upload.py
│   │   │   └── upload_docs.py
│   │   ├── config.py
│   │   ├── dep_util.py
│   │   ├── depends.py
│   │   ├── dist.py
│   │   ├── errors.py
│   │   ├── extension.py
│   │   ├── extern
│   │   │   └── __init__.py
│   │   ├── glob.py
│   │   ├── gui-32.exe
│   │   ├── gui-64.exe
│   │   ├── gui.exe
│   │   ├── installer.py
│   │   ├── launch.py
│   │   ├── lib2to3_ex.py
│   │   ├── monkey.py
│   │   ├── msvc.py
│   │   ├── namespaces.py
│   │   ├── package_index.py
│   │   ├── py27compat.py
│   │   ├── py31compat.py
│   │   ├── py33compat.py
│   │   ├── py34compat.py
│   │   ├── sandbox.py
│   │   ├── script\ (dev).tmpl
│   │   ├── script.tmpl
│   │   ├── site-patch.py
│   │   ├── ssl_support.py
│   │   ├── unicode_utils.py
│   │   ├── version.py
│   │   ├── wheel.py
│   │   └── windows_support.py
│   ├── setuptools-46.1.3.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── dependency_links.txt
│   │   ├── entry_points.txt
│   │   ├── top_level.txt
│   │   └── zip-safe
│   ├── setuptools-46.1.3.virtualenv
│   ├── wheel
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── _version.py
│   │   ├── bdist_wheel.py
│   │   ├── cli
│   │   │   ├── __init__.py
│   │   │   ├── convert.py
│   │   │   ├── install.py
│   │   │   ├── pack.py
│   │   │   └── unpack.py
│   │   ├── macosx_libfile.py
│   │   ├── metadata.py
│   │   ├── pep425tags.py
│   │   ├── pkginfo.py
│   │   ├── util.py
│   │   └── wheelfile.py
│   ├── wheel-0.34.2.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.txt
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── entry_points.txt
│   │   └── top_level.txt
│   ├── wheel-0.34.2.virtualenv
│   ├── yapf
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   └── __main__.cpython-36.pyc
│   │   └── yapflib
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── blank_line_calculator.cpython-36.pyc
│   │   │   ├── comment_splicer.cpython-36.pyc
│   │   │   ├── continuation_splicer.cpython-36.pyc
│   │   │   ├── errors.cpython-36.pyc
│   │   │   ├── file_resources.cpython-36.pyc
│   │   │   ├── format_decision_state.cpython-36.pyc
│   │   │   ├── format_token.cpython-36.pyc
│   │   │   ├── identify_container.cpython-36.pyc
│   │   │   ├── line_joiner.cpython-36.pyc
│   │   │   ├── object_state.cpython-36.pyc
│   │   │   ├── py3compat.cpython-36.pyc
│   │   │   ├── pytree_unwrapper.cpython-36.pyc
│   │   │   ├── pytree_utils.cpython-36.pyc
│   │   │   ├── pytree_visitor.cpython-36.pyc
│   │   │   ├── reformatter.cpython-36.pyc
│   │   │   ├── split_penalty.cpython-36.pyc
│   │   │   ├── style.cpython-36.pyc
│   │   │   ├── subtype_assigner.cpython-36.pyc
│   │   │   ├── unwrapped_line.cpython-36.pyc
│   │   │   ├── verifier.cpython-36.pyc
│   │   │   └── yapf_api.cpython-36.pyc
│   │   ├── blank_line_calculator.py
│   │   ├── comment_splicer.py
│   │   ├── continuation_splicer.py
│   │   ├── errors.py
│   │   ├── file_resources.py
│   │   ├── format_decision_state.py
│   │   ├── format_token.py
│   │   ├── identify_container.py
│   │   ├── line_joiner.py
│   │   ├── object_state.py
│   │   ├── py3compat.py
│   │   ├── pytree_unwrapper.py
│   │   ├── pytree_utils.py
│   │   ├── pytree_visitor.py
│   │   ├── reformatter.py
│   │   ├── split_penalty.py
│   │   ├── style.py
│   │   ├── subtype_assigner.py
│   │   ├── unwrapped_line.py
│   │   ├── verifier.py
│   │   └── yapf_api.py
│   ├── yapf-0.29.0.dist-info
│   │   ├── DESCRIPTION.rst
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── entry_points.txt
│   │   ├── metadata.json
│   │   └── top_level.txt
│   └── yapftests
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── __init__.cpython-36.pyc
│   │   ├── blank_line_calculator_test.cpython-36.pyc
│   │   ├── comment_splicer_test.cpython-36.pyc
│   │   ├── file_resources_test.cpython-36.pyc
│   │   ├── format_decision_state_test.cpython-36.pyc
│   │   ├── format_token_test.cpython-36.pyc
│   │   ├── line_joiner_test.cpython-36.pyc
│   │   ├── main_test.cpython-36.pyc
│   │   ├── pytree_unwrapper_test.cpython-36.pyc
│   │   ├── pytree_utils_test.cpython-36.pyc
│   │   ├── pytree_visitor_test.cpython-36.pyc
│   │   ├── reformatter_basic_test.cpython-36.pyc
│   │   ├── reformatter_buganizer_test.cpython-36.pyc
│   │   ├── reformatter_facebook_test.cpython-36.pyc
│   │   ├── reformatter_pep8_test.cpython-36.pyc
│   │   ├── reformatter_python3_test.cpython-36.pyc
│   │   ├── reformatter_style_config_test.cpython-36.pyc
│   │   ├── reformatter_verify_test.cpython-36.pyc
│   │   ├── split_penalty_test.cpython-36.pyc
│   │   ├── style_test.cpython-36.pyc
│   │   ├── subtype_assigner_test.cpython-36.pyc
│   │   ├── unwrapped_line_test.cpython-36.pyc
│   │   ├── utils.cpython-36.pyc
│   │   ├── yapf_test.cpython-36.pyc
│   │   └── yapf_test_helper.cpython-36.pyc
│   ├── blank_line_calculator_test.py
│   ├── comment_splicer_test.py
│   ├── file_resources_test.py
│   ├── format_decision_state_test.py
│   ├── format_token_test.py
│   ├── line_joiner_test.py
│   ├── main_test.py
│   ├── pytree_unwrapper_test.py
│   ├── pytree_utils_test.py
│   ├── pytree_visitor_test.py
│   ├── reformatter_basic_test.py
│   ├── reformatter_buganizer_test.py
│   ├── reformatter_facebook_test.py
│   ├── reformatter_pep8_test.py
│   ├── reformatter_python3_test.py
│   ├── reformatter_style_config_test.py
│   ├── reformatter_verify_test.py
│   ├── split_penalty_test.py
│   ├── style_test.py
│   ├── subtype_assigner_test.py
│   ├── unwrapped_line_test.py
│   ├── utils.py
│   ├── yapf_test.py
│   └── yapf_test_helper.py
├── pyvenv.cfg
└── share
└── py4j
└── py4j0.10.7.jar
173 directories, 1758 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment