MANIFEST.in
README.md
setup.cfg
setup.py
deps/bin/beeline
deps/bin/beeline.cmd
deps/bin/docker-image-tool.sh
deps/bin/find-spark-home
deps/bin/find-spark-home.cmd
deps/bin/load-spark-env.cmd
deps/bin/load-spark-env.sh
deps/bin/pyspark
deps/bin/pyspark.cmd
deps/bin/pyspark2.cmd
deps/bin/run-example
deps/bin/run-example.cmd
deps/bin/spark-class
deps/bin/spark-class.cmd
deps/bin/spark-class2.cmd
deps/bin/spark-shell
deps/bin/spark-shell.cmd
deps/bin/spark-shell2.cmd
deps/bin/spark-sql
deps/bin/spark-sql.cmd
deps/bin/spark-sql2.cmd
deps/bin/spark-submit
deps/bin/spark-submit.cmd
deps/bin/spark-submit2.cmd
deps/bin/sparkR
deps/bin/sparkR.cmd
deps/bin/sparkR2.cmd
deps/data/graphx/followers.txt
deps/data/graphx/users.txt
deps/data/mllib/gmm_data.txt
deps/data/mllib/iris_libsvm.txt
deps/data/mllib/kmeans_data.txt
deps/data/mllib/pagerank_data.txt
deps/data/mllib/pic_data.txt
deps/data/mllib/sample_binary_classification_data.txt
deps/data/mllib/sample_fpgrowth.txt
deps/data/mllib/sample_isotonic_regression_libsvm_data.txt
deps/data/mllib/sample_kmeans_data.txt
deps/data/mllib/sample_lda_data.txt
deps/data/mllib/sample_lda_libsvm_data.txt
deps/data/mllib/sample_libsvm_data.txt
deps/data/mllib/sample_linear_regression_data.txt
deps/data/mllib/sample_movielens_data.txt
deps/data/mllib/sample_multiclass_classification_data.txt
deps/data/mllib/sample_svm_data.txt
deps/data/mllib/streaming_kmeans_data_test.txt
deps/data/mllib/als/sample_movielens_ratings.txt
deps/data/mllib/als/test.data
deps/data/mllib/images/license.txt
deps/data/mllib/images/origin/license.txt
deps/data/mllib/images/origin/kittens/not-image.txt
deps/data/mllib/images/partitioned/cls=kittens/date=2018-01/not-image.txt
deps/data/mllib/ridge-data/lpsa.data
deps/data/streaming/AFINN-111.txt
deps/examples/als.py
deps/examples/avro_inputformat.py
deps/examples/kmeans.py
deps/examples/logistic_regression.py
deps/examples/pagerank.py
deps/examples/parquet_inputformat.py
deps/examples/pi.py
deps/examples/sort.py
deps/examples/status_api_demo.py
deps/examples/transitive_closure.py
deps/examples/wordcount.py
deps/examples/ml/aft_survival_regression.py
deps/examples/ml/als_example.py
deps/examples/ml/binarizer_example.py
deps/examples/ml/bisecting_k_means_example.py
deps/examples/ml/bucketed_random_projection_lsh_example.py
deps/examples/ml/bucketizer_example.py
deps/examples/ml/chi_square_test_example.py
deps/examples/ml/chisq_selector_example.py
deps/examples/ml/correlation_example.py
deps/examples/ml/count_vectorizer_example.py
deps/examples/ml/cross_validator.py
deps/examples/ml/dataframe_example.py
deps/examples/ml/dct_example.py
deps/examples/ml/decision_tree_classification_example.py
deps/examples/ml/decision_tree_regression_example.py
deps/examples/ml/elementwise_product_example.py
deps/examples/ml/estimator_transformer_param_example.py
deps/examples/ml/feature_hasher_example.py
deps/examples/ml/fm_classifier_example.py
deps/examples/ml/fm_regressor_example.py
deps/examples/ml/fpgrowth_example.py
deps/examples/ml/gaussian_mixture_example.py
deps/examples/ml/generalized_linear_regression_example.py
deps/examples/ml/gradient_boosted_tree_classifier_example.py
deps/examples/ml/gradient_boosted_tree_regressor_example.py
deps/examples/ml/imputer_example.py
deps/examples/ml/index_to_string_example.py
deps/examples/ml/interaction_example.py
deps/examples/ml/isotonic_regression_example.py
deps/examples/ml/kmeans_example.py
deps/examples/ml/lda_example.py
deps/examples/ml/linear_regression_with_elastic_net.py
deps/examples/ml/linearsvc.py
deps/examples/ml/logistic_regression_summary_example.py
deps/examples/ml/logistic_regression_with_elastic_net.py
deps/examples/ml/max_abs_scaler_example.py
deps/examples/ml/min_hash_lsh_example.py
deps/examples/ml/min_max_scaler_example.py
deps/examples/ml/multiclass_logistic_regression_with_elastic_net.py
deps/examples/ml/multilayer_perceptron_classification.py
deps/examples/ml/n_gram_example.py
deps/examples/ml/naive_bayes_example.py
deps/examples/ml/normalizer_example.py
deps/examples/ml/one_vs_rest_example.py
deps/examples/ml/onehot_encoder_example.py
deps/examples/ml/pca_example.py
deps/examples/ml/pipeline_example.py
deps/examples/ml/polynomial_expansion_example.py
deps/examples/ml/power_iteration_clustering_example.py
deps/examples/ml/prefixspan_example.py
deps/examples/ml/quantile_discretizer_example.py
deps/examples/ml/random_forest_classifier_example.py
deps/examples/ml/random_forest_regressor_example.py
deps/examples/ml/rformula_example.py
deps/examples/ml/robust_scaler_example.py
deps/examples/ml/sql_transformer.py
deps/examples/ml/standard_scaler_example.py
deps/examples/ml/stopwords_remover_example.py
deps/examples/ml/string_indexer_example.py
deps/examples/ml/summarizer_example.py
deps/examples/ml/tf_idf_example.py
deps/examples/ml/tokenizer_example.py
deps/examples/ml/train_validation_split.py
deps/examples/ml/univariate_feature_selector_example.py
deps/examples/ml/variance_threshold_selector_example.py
deps/examples/ml/vector_assembler_example.py
deps/examples/ml/vector_indexer_example.py
deps/examples/ml/vector_size_hint_example.py
deps/examples/ml/vector_slicer_example.py
deps/examples/ml/word2vec_example.py
deps/examples/mllib/binary_classification_metrics_example.py
deps/examples/mllib/bisecting_k_means_example.py
deps/examples/mllib/correlations.py
deps/examples/mllib/correlations_example.py
deps/examples/mllib/decision_tree_classification_example.py
deps/examples/mllib/decision_tree_regression_example.py
deps/examples/mllib/elementwise_product_example.py
deps/examples/mllib/fpgrowth_example.py
deps/examples/mllib/gaussian_mixture_example.py
deps/examples/mllib/gaussian_mixture_model.py
deps/examples/mllib/gradient_boosting_classification_example.py
deps/examples/mllib/gradient_boosting_regression_example.py
deps/examples/mllib/hypothesis_testing_example.py
deps/examples/mllib/hypothesis_testing_kolmogorov_smirnov_test_example.py
deps/examples/mllib/isotonic_regression_example.py
deps/examples/mllib/k_means_example.py
deps/examples/mllib/kernel_density_estimation_example.py
deps/examples/mllib/kmeans.py
deps/examples/mllib/latent_dirichlet_allocation_example.py
deps/examples/mllib/linear_regression_with_sgd_example.py
deps/examples/mllib/logistic_regression.py
deps/examples/mllib/logistic_regression_with_lbfgs_example.py
deps/examples/mllib/multi_class_metrics_example.py
deps/examples/mllib/multi_label_metrics_example.py
deps/examples/mllib/naive_bayes_example.py
deps/examples/mllib/normalizer_example.py
deps/examples/mllib/pca_rowmatrix_example.py
deps/examples/mllib/power_iteration_clustering_example.py
deps/examples/mllib/random_forest_classification_example.py
deps/examples/mllib/random_forest_regression_example.py
deps/examples/mllib/random_rdd_generation.py
deps/examples/mllib/ranking_metrics_example.py
deps/examples/mllib/recommendation_example.py
deps/examples/mllib/regression_metrics_example.py
deps/examples/mllib/sampled_rdds.py
deps/examples/mllib/standard_scaler_example.py
deps/examples/mllib/stratified_sampling_example.py
deps/examples/mllib/streaming_k_means_example.py
deps/examples/mllib/streaming_linear_regression_example.py
deps/examples/mllib/summary_statistics_example.py
deps/examples/mllib/svd_example.py
deps/examples/mllib/svm_with_sgd_example.py
deps/examples/mllib/tf_idf_example.py
deps/examples/mllib/word2vec.py
deps/examples/mllib/word2vec_example.py
deps/examples/sql/arrow.py
deps/examples/sql/basic.py
deps/examples/sql/datasource.py
deps/examples/sql/hive.py
deps/examples/sql/streaming/structured_kafka_wordcount.py
deps/examples/sql/streaming/structured_network_wordcount.py
deps/examples/sql/streaming/structured_network_wordcount_windowed.py
deps/examples/streaming/hdfs_wordcount.py
deps/examples/streaming/network_wordcount.py
deps/examples/streaming/network_wordjoinsentiments.py
deps/examples/streaming/queue_stream.py
deps/examples/streaming/recoverable_network_wordcount.py
deps/examples/streaming/sql_network_wordcount.py
deps/examples/streaming/stateful_network_wordcount.py
deps/jars/HikariCP-2.5.1.jar
deps/jars/JLargeArrays-1.5.jar
deps/jars/JTransforms-3.1.jar
deps/jars/RoaringBitmap-0.9.0.jar
deps/jars/ST4-4.0.4.jar
deps/jars/accessors-smart-1.2.jar
deps/jars/activation-1.1.1.jar
deps/jars/aircompressor-0.10.jar
deps/jars/algebra_2.12-2.0.0-M2.jar
deps/jars/antlr-runtime-3.5.2.jar
deps/jars/antlr4-runtime-4.8-1.jar
deps/jars/aopalliance-1.0.jar
deps/jars/aopalliance-repackaged-2.6.1.jar
deps/jars/arpack_combined_all-0.1.jar
deps/jars/arrow-format-2.0.0.jar
deps/jars/arrow-memory-core-2.0.0.jar
deps/jars/arrow-memory-netty-2.0.0.jar
deps/jars/arrow-vector-2.0.0.jar
deps/jars/audience-annotations-0.5.0.jar
deps/jars/automaton-1.11-8.jar
deps/jars/avro-1.8.2.jar
deps/jars/avro-ipc-1.8.2.jar
deps/jars/avro-mapred-1.8.2-hadoop2.jar
deps/jars/bonecp-0.8.0.RELEASE.jar
deps/jars/breeze-macros_2.12-1.0.jar
deps/jars/breeze_2.12-1.0.jar
deps/jars/cats-kernel_2.12-2.0.0-M4.jar
deps/jars/chill-java-0.9.5.jar
deps/jars/chill_2.12-0.9.5.jar
deps/jars/commons-beanutils-1.9.4.jar
deps/jars/commons-cli-1.2.jar
deps/jars/commons-codec-1.10.jar
deps/jars/commons-collections-3.2.2.jar
deps/jars/commons-compiler-3.0.16.jar
deps/jars/commons-compress-1.20.jar
deps/jars/commons-configuration2-2.1.1.jar
deps/jars/commons-crypto-1.1.0.jar
deps/jars/commons-daemon-1.0.13.jar
deps/jars/commons-dbcp-1.4.jar
deps/jars/commons-httpclient-3.1.jar
deps/jars/commons-io-2.5.jar
deps/jars/commons-lang-2.6.jar
deps/jars/commons-lang3-3.10.jar
deps/jars/commons-logging-1.1.3.jar
deps/jars/commons-math3-3.4.1.jar
deps/jars/commons-net-3.1.jar
deps/jars/commons-pool-1.5.4.jar
deps/jars/commons-text-1.6.jar
deps/jars/compress-lzf-1.0.3.jar
deps/jars/core-1.1.2.jar
deps/jars/curator-client-2.13.0.jar
deps/jars/curator-framework-2.13.0.jar
deps/jars/curator-recipes-2.13.0.jar
deps/jars/datanucleus-api-jdo-4.2.4.jar
deps/jars/datanucleus-core-4.1.17.jar
deps/jars/datanucleus-rdbms-4.1.19.jar
deps/jars/derby-10.12.1.1.jar
deps/jars/dnsjava-2.1.7.jar
deps/jars/dropwizard-metrics-hadoop-metrics2-reporter-0.1.2.jar
deps/jars/ehcache-3.3.1.jar
deps/jars/flatbuffers-java-1.9.0.jar
deps/jars/generex-1.0.2.jar
deps/jars/geronimo-jcache_1.0_spec-1.0-alpha-1.jar
deps/jars/gson-2.2.4.jar
deps/jars/guava-14.0.1.jar
deps/jars/guice-4.0.jar
deps/jars/guice-servlet-4.0.jar
deps/jars/hadoop-annotations-3.2.0.jar
deps/jars/hadoop-auth-3.2.0.jar
deps/jars/hadoop-client-3.2.0.jar
deps/jars/hadoop-common-3.2.0.jar
deps/jars/hadoop-hdfs-client-3.2.0.jar
deps/jars/hadoop-mapreduce-client-common-3.2.0.jar
deps/jars/hadoop-mapreduce-client-core-3.2.0.jar
deps/jars/hadoop-mapreduce-client-jobclient-3.2.0.jar
deps/jars/hadoop-yarn-api-3.2.0.jar
deps/jars/hadoop-yarn-client-3.2.0.jar
deps/jars/hadoop-yarn-common-3.2.0.jar
deps/jars/hadoop-yarn-registry-3.2.0.jar
deps/jars/hadoop-yarn-server-common-3.2.0.jar
deps/jars/hadoop-yarn-server-web-proxy-3.2.0.jar
deps/jars/hive-beeline-2.3.7.jar
deps/jars/hive-cli-2.3.7.jar
deps/jars/hive-common-2.3.7.jar
deps/jars/hive-exec-2.3.7-core.jar
deps/jars/hive-jdbc-2.3.7.jar
deps/jars/hive-llap-common-2.3.7.jar
deps/jars/hive-metastore-2.3.7.jar
deps/jars/hive-serde-2.3.7.jar
deps/jars/hive-service-rpc-3.1.2.jar
deps/jars/hive-shims-0.23-2.3.7.jar
deps/jars/hive-shims-2.3.7.jar
deps/jars/hive-shims-common-2.3.7.jar
deps/jars/hive-shims-scheduler-2.3.7.jar
deps/jars/hive-storage-api-2.7.2.jar
deps/jars/hive-vector-code-gen-2.3.7.jar
deps/jars/hk2-api-2.6.1.jar
deps/jars/hk2-locator-2.6.1.jar
deps/jars/hk2-utils-2.6.1.jar
deps/jars/htrace-core4-4.1.0-incubating.jar
deps/jars/httpclient-4.5.6.jar
deps/jars/httpcore-4.4.12.jar
deps/jars/istack-commons-runtime-3.0.8.jar
deps/jars/ivy-2.4.0.jar
deps/jars/jackson-annotations-2.10.0.jar
deps/jars/jackson-core-2.10.0.jar
deps/jars/jackson-core-asl-1.9.13.jar
deps/jars/jackson-databind-2.10.0.jar
deps/jars/jackson-dataformat-yaml-2.10.0.jar
deps/jars/jackson-datatype-jsr310-2.11.2.jar
deps/jars/jackson-jaxrs-base-2.9.5.jar
deps/jars/jackson-jaxrs-json-provider-2.9.5.jar
deps/jars/jackson-mapper-asl-1.9.13.jar
deps/jars/jackson-module-jaxb-annotations-2.10.0.jar
deps/jars/jackson-module-paranamer-2.10.0.jar
deps/jars/jackson-module-scala_2.12-2.10.0.jar
deps/jars/jakarta.activation-api-1.2.1.jar
deps/jars/jakarta.annotation-api-1.3.5.jar
deps/jars/jakarta.inject-2.6.1.jar
deps/jars/jakarta.servlet-api-4.0.3.jar
deps/jars/jakarta.validation-api-2.0.2.jar
deps/jars/jakarta.ws.rs-api-2.1.6.jar
deps/jars/jakarta.xml.bind-api-2.3.2.jar
deps/jars/janino-3.0.16.jar
deps/jars/javassist-3.25.0-GA.jar
deps/jars/javax.inject-1.jar
deps/jars/javax.jdo-3.2.0-m3.jar
deps/jars/javolution-5.5.1.jar
deps/jars/jaxb-api-2.2.11.jar
deps/jars/jaxb-runtime-2.3.2.jar
deps/jars/jcip-annotations-1.0-1.jar
deps/jars/jcl-over-slf4j-1.7.30.jar
deps/jars/jdo-api-3.0.1.jar
deps/jars/jersey-client-2.30.jar
deps/jars/jersey-common-2.30.jar
deps/jars/jersey-container-servlet-2.30.jar
deps/jars/jersey-container-servlet-core-2.30.jar
deps/jars/jersey-hk2-2.30.jar
deps/jars/jersey-media-jaxb-2.30.jar
deps/jars/jersey-server-2.30.jar
deps/jars/jline-2.14.6.jar
deps/jars/joda-time-2.10.5.jar
deps/jars/jodd-core-3.5.2.jar
deps/jars/jpam-1.1.jar
deps/jars/json-1.8.jar
deps/jars/json-smart-2.3.jar
deps/jars/json4s-ast_2.12-3.7.0-M5.jar
deps/jars/json4s-core_2.12-3.7.0-M5.jar
deps/jars/json4s-jackson_2.12-3.7.0-M5.jar
deps/jars/json4s-scalap_2.12-3.7.0-M5.jar
deps/jars/jsp-api-2.1.jar
deps/jars/jsr305-3.0.0.jar
deps/jars/jta-1.1.jar
deps/jars/jul-to-slf4j-1.7.30.jar
deps/jars/kerb-admin-1.0.1.jar
deps/jars/kerb-client-1.0.1.jar
deps/jars/kerb-common-1.0.1.jar
deps/jars/kerb-core-1.0.1.jar
deps/jars/kerb-crypto-1.0.1.jar
deps/jars/kerb-identity-1.0.1.jar
deps/jars/kerb-server-1.0.1.jar
deps/jars/kerb-simplekdc-1.0.1.jar
deps/jars/kerb-util-1.0.1.jar
deps/jars/kerby-asn1-1.0.1.jar
deps/jars/kerby-config-1.0.1.jar
deps/jars/kerby-pkix-1.0.1.jar
deps/jars/kerby-util-1.0.1.jar
deps/jars/kerby-xdr-1.0.1.jar
deps/jars/kryo-shaded-4.0.2.jar
deps/jars/kubernetes-client-4.12.0.jar
deps/jars/kubernetes-model-admissionregistration-4.12.0.jar
deps/jars/kubernetes-model-apiextensions-4.12.0.jar
deps/jars/kubernetes-model-apps-4.12.0.jar
deps/jars/kubernetes-model-autoscaling-4.12.0.jar
deps/jars/kubernetes-model-batch-4.12.0.jar
deps/jars/kubernetes-model-certificates-4.12.0.jar
deps/jars/kubernetes-model-common-4.12.0.jar
deps/jars/kubernetes-model-coordination-4.12.0.jar
deps/jars/kubernetes-model-core-4.12.0.jar
deps/jars/kubernetes-model-discovery-4.12.0.jar
deps/jars/kubernetes-model-events-4.12.0.jar
deps/jars/kubernetes-model-extensions-4.12.0.jar
deps/jars/kubernetes-model-metrics-4.12.0.jar
deps/jars/kubernetes-model-networking-4.12.0.jar
deps/jars/kubernetes-model-policy-4.12.0.jar
deps/jars/kubernetes-model-rbac-4.12.0.jar
deps/jars/kubernetes-model-scheduling-4.12.0.jar
deps/jars/kubernetes-model-settings-4.12.0.jar
deps/jars/kubernetes-model-storageclass-4.12.0.jar
deps/jars/leveldbjni-all-1.8.jar
deps/jars/libfb303-0.9.3.jar
deps/jars/libthrift-0.12.0.jar
deps/jars/log4j-1.2.17.jar
deps/jars/logging-interceptor-3.12.12.jar
deps/jars/lz4-java-1.7.1.jar
deps/jars/machinist_2.12-0.6.8.jar
deps/jars/macro-compat_2.12-1.1.1.jar
deps/jars/mesos-1.4.0-shaded-protobuf.jar
deps/jars/metrics-core-4.1.1.jar
deps/jars/metrics-graphite-4.1.1.jar
deps/jars/metrics-jmx-4.1.1.jar
deps/jars/metrics-json-4.1.1.jar
deps/jars/metrics-jvm-4.1.1.jar
deps/jars/minlog-1.3.0.jar
deps/jars/netty-all-4.1.51.Final.jar
deps/jars/nimbus-jose-jwt-4.41.1.jar
deps/jars/objenesis-2.6.jar
deps/jars/okhttp-2.7.5.jar
deps/jars/okhttp-3.12.12.jar
deps/jars/okio-1.14.0.jar
deps/jars/opencsv-2.3.jar
deps/jars/orc-core-1.5.12.jar
deps/jars/orc-mapreduce-1.5.12.jar
deps/jars/orc-shims-1.5.12.jar
deps/jars/oro-2.0.8.jar
deps/jars/osgi-resource-locator-1.0.3.jar
deps/jars/paranamer-2.8.jar
deps/jars/parquet-column-1.10.1.jar
deps/jars/parquet-common-1.10.1.jar
deps/jars/parquet-encoding-1.10.1.jar
deps/jars/parquet-format-2.4.0.jar
deps/jars/parquet-hadoop-1.10.1.jar
deps/jars/parquet-jackson-1.10.1.jar
deps/jars/protobuf-java-2.5.0.jar
deps/jars/py4j-0.10.9.jar
deps/jars/pyrolite-4.30.jar
deps/jars/re2j-1.1.jar
deps/jars/scala-collection-compat_2.12-2.1.1.jar
deps/jars/scala-compiler-2.12.10.jar
deps/jars/scala-library-2.12.10.jar
deps/jars/scala-parser-combinators_2.12-1.1.2.jar
deps/jars/scala-reflect-2.12.10.jar
deps/jars/scala-xml_2.12-1.2.0.jar
deps/jars/shapeless_2.12-2.3.3.jar
deps/jars/shims-0.9.0.jar
deps/jars/slf4j-api-1.7.30.jar
deps/jars/slf4j-log4j12-1.7.30.jar
deps/jars/snakeyaml-1.24.jar
deps/jars/snappy-java-1.1.8.2.jar
deps/jars/spark-catalyst_2.12-3.1.2.jar
deps/jars/spark-core_2.12-3.1.2.jar
deps/jars/spark-graphx_2.12-3.1.2.jar
deps/jars/spark-hive-thriftserver_2.12-3.1.2.jar
deps/jars/spark-hive_2.12-3.1.2.jar
deps/jars/spark-kubernetes_2.12-3.1.2.jar
deps/jars/spark-kvstore_2.12-3.1.2.jar
deps/jars/spark-launcher_2.12-3.1.2.jar
deps/jars/spark-mesos_2.12-3.1.2.jar
deps/jars/spark-mllib-local_2.12-3.1.2.jar
deps/jars/spark-mllib_2.12-3.1.2.jar
deps/jars/spark-network-common_2.12-3.1.2.jar
deps/jars/spark-network-shuffle_2.12-3.1.2.jar
deps/jars/spark-repl_2.12-3.1.2.jar
deps/jars/spark-sketch_2.12-3.1.2.jar
deps/jars/spark-sql_2.12-3.1.2.jar
deps/jars/spark-streaming_2.12-3.1.2.jar
deps/jars/spark-tags_2.12-3.1.2-tests.jar
deps/jars/spark-tags_2.12-3.1.2.jar
deps/jars/spark-unsafe_2.12-3.1.2.jar
deps/jars/spark-yarn_2.12-3.1.2.jar
deps/jars/spire-macros_2.12-0.17.0-M1.jar
deps/jars/spire-platform_2.12-0.17.0-M1.jar
deps/jars/spire-util_2.12-0.17.0-M1.jar
deps/jars/spire_2.12-0.17.0-M1.jar
deps/jars/stax-api-1.0.1.jar
deps/jars/stax2-api-3.1.4.jar
deps/jars/stream-2.9.6.jar
deps/jars/super-csv-2.2.0.jar
deps/jars/threeten-extra-1.5.0.jar
deps/jars/token-provider-1.0.1.jar
deps/jars/transaction-api-1.1.jar
deps/jars/univocity-parsers-2.9.1.jar
deps/jars/velocity-1.5.jar
deps/jars/woodstox-core-5.0.3.jar
deps/jars/xbean-asm7-shaded-4.15.jar
deps/jars/xz-1.5.jar
deps/jars/zjsonpatch-0.3.0.jar
deps/jars/zookeeper-3.4.14.jar
deps/jars/zstd-jni-1.4.8-1.jar
deps/licenses/LICENSE-AnchorJS.txt
deps/licenses/LICENSE-CC0.txt
deps/licenses/LICENSE-bootstrap.txt
deps/licenses/LICENSE-cloudpickle.txt
deps/licenses/LICENSE-copybutton.txt
deps/licenses/LICENSE-d3.min.js.txt
deps/licenses/LICENSE-dagre-d3.txt
deps/licenses/LICENSE-datatables.txt
deps/licenses/LICENSE-graphlib-dot.txt
deps/licenses/LICENSE-join.txt
deps/licenses/LICENSE-jquery.txt
deps/licenses/LICENSE-json-formatter.txt
deps/licenses/LICENSE-matchMedia-polyfill.txt
deps/licenses/LICENSE-modernizr.txt
deps/licenses/LICENSE-mustache.txt
deps/licenses/LICENSE-py4j.txt
deps/licenses/LICENSE-respond.txt
deps/licenses/LICENSE-sbt-launch-lib.txt
deps/licenses/LICENSE-sorttable.js.txt
deps/licenses/LICENSE-vis-timeline.txt
deps/sbin/spark-config.sh
deps/sbin/spark-daemon.sh
deps/sbin/start-history-server.sh
deps/sbin/stop-history-server.sh
lib/py4j-0.10.9-src.zip
lib/pyspark.zip
pyspark/__init__.py
pyspark/__init__.pyi
pyspark/_globals.py
pyspark/_typing.pyi
pyspark/accumulators.py
pyspark/accumulators.pyi
pyspark/broadcast.py
pyspark/broadcast.pyi
pyspark/conf.py
pyspark/conf.pyi
pyspark/context.py
pyspark/context.pyi
pyspark/daemon.py
pyspark/files.py
pyspark/files.pyi
pyspark/find_spark_home.py
pyspark/install.py
pyspark/java_gateway.py
pyspark/join.py
pyspark/profiler.py
pyspark/profiler.pyi
pyspark/py.typed
pyspark/rdd.py
pyspark/rdd.pyi
pyspark/rddsampler.py
pyspark/resultiterable.py
pyspark/resultiterable.pyi
pyspark/serializers.py
pyspark/shell.py
pyspark/shuffle.py
pyspark/statcounter.py
pyspark/statcounter.pyi
pyspark/status.py
pyspark/status.pyi
pyspark/storagelevel.py
pyspark/storagelevel.pyi
pyspark/taskcontext.py
pyspark/taskcontext.pyi
pyspark/traceback_utils.py
pyspark/util.py
pyspark/version.py
pyspark/version.pyi
pyspark/worker.py
pyspark.egg-info/PKG-INFO
pyspark.egg-info/SOURCES.txt
pyspark.egg-info/dependency_links.txt
pyspark.egg-info/requires.txt
pyspark.egg-info/top_level.txt
pyspark/cloudpickle/__init__.py
pyspark/cloudpickle/cloudpickle.py
pyspark/cloudpickle/cloudpickle_fast.py
pyspark/cloudpickle/compat.py
pyspark/ml/__init__.py
pyspark/ml/_typing.pyi
pyspark/ml/base.py
pyspark/ml/base.pyi
pyspark/ml/classification.py
pyspark/ml/classification.pyi
pyspark/ml/clustering.py
pyspark/ml/clustering.pyi
pyspark/ml/common.py
pyspark/ml/common.pyi
pyspark/ml/evaluation.py
pyspark/ml/evaluation.pyi
pyspark/ml/feature.py
pyspark/ml/feature.pyi
pyspark/ml/fpm.py
pyspark/ml/fpm.pyi
pyspark/ml/functions.py
pyspark/ml/functions.pyi
pyspark/ml/image.py
pyspark/ml/image.pyi
pyspark/ml/pipeline.py
pyspark/ml/pipeline.pyi
pyspark/ml/recommendation.py
pyspark/ml/recommendation.pyi
pyspark/ml/regression.py
pyspark/ml/regression.pyi
pyspark/ml/stat.py
pyspark/ml/stat.pyi
pyspark/ml/tree.py
pyspark/ml/tree.pyi
pyspark/ml/tuning.py
pyspark/ml/tuning.pyi
pyspark/ml/util.py
pyspark/ml/util.pyi
pyspark/ml/wrapper.py
pyspark/ml/wrapper.pyi
pyspark/ml/linalg/__init__.py
pyspark/ml/linalg/__init__.pyi
pyspark/ml/param/__init__.py
pyspark/ml/param/__init__.pyi
pyspark/ml/param/_shared_params_code_gen.py
pyspark/ml/param/_shared_params_code_gen.pyi
pyspark/ml/param/shared.py
pyspark/ml/param/shared.pyi
pyspark/mllib/__init__.py
pyspark/mllib/_typing.pyi
pyspark/mllib/classification.py
pyspark/mllib/classification.pyi
pyspark/mllib/clustering.py
pyspark/mllib/clustering.pyi
pyspark/mllib/common.py
pyspark/mllib/common.pyi
pyspark/mllib/evaluation.py
pyspark/mllib/evaluation.pyi
pyspark/mllib/feature.py
pyspark/mllib/feature.pyi
pyspark/mllib/fpm.py
pyspark/mllib/fpm.pyi
pyspark/mllib/random.py
pyspark/mllib/random.pyi
pyspark/mllib/recommendation.py
pyspark/mllib/recommendation.pyi
pyspark/mllib/regression.py
pyspark/mllib/regression.pyi
pyspark/mllib/tree.py
pyspark/mllib/tree.pyi
pyspark/mllib/util.py
pyspark/mllib/util.pyi
pyspark/mllib/linalg/__init__.py
pyspark/mllib/linalg/__init__.pyi
pyspark/mllib/linalg/distributed.py
pyspark/mllib/linalg/distributed.pyi
pyspark/mllib/stat/KernelDensity.py
pyspark/mllib/stat/KernelDensity.pyi
pyspark/mllib/stat/__init__.py
pyspark/mllib/stat/__init__.pyi
pyspark/mllib/stat/_statistics.py
pyspark/mllib/stat/_statistics.pyi
pyspark/mllib/stat/distribution.py
pyspark/mllib/stat/distribution.pyi
pyspark/mllib/stat/test.py
pyspark/mllib/stat/test.pyi
pyspark/python/pyspark/shell.py
pyspark/resource/__init__.py
pyspark/resource/information.py
pyspark/resource/information.pyi
pyspark/resource/profile.py
pyspark/resource/profile.pyi
pyspark/resource/requests.py
pyspark/resource/requests.pyi
pyspark/sql/__init__.py
pyspark/sql/__init__.pyi
pyspark/sql/_typing.pyi
pyspark/sql/catalog.py
pyspark/sql/catalog.pyi
pyspark/sql/column.py
pyspark/sql/column.pyi
pyspark/sql/conf.py
pyspark/sql/conf.pyi
pyspark/sql/context.py
pyspark/sql/context.pyi
pyspark/sql/dataframe.py
pyspark/sql/dataframe.pyi
pyspark/sql/functions.py
pyspark/sql/functions.pyi
pyspark/sql/group.py
pyspark/sql/group.pyi
pyspark/sql/readwriter.py
pyspark/sql/readwriter.pyi
pyspark/sql/session.py
pyspark/sql/session.pyi
pyspark/sql/streaming.py
pyspark/sql/streaming.pyi
pyspark/sql/types.py
pyspark/sql/types.pyi
pyspark/sql/udf.py
pyspark/sql/udf.pyi
pyspark/sql/utils.py
pyspark/sql/window.py
pyspark/sql/window.pyi
pyspark/sql/avro/__init__.py
pyspark/sql/avro/functions.py
pyspark/sql/avro/functions.pyi
pyspark/sql/pandas/__init__.py
pyspark/sql/pandas/conversion.py
pyspark/sql/pandas/conversion.pyi
pyspark/sql/pandas/functions.py
pyspark/sql/pandas/functions.pyi
pyspark/sql/pandas/group_ops.py
pyspark/sql/pandas/group_ops.pyi
pyspark/sql/pandas/map_ops.py
pyspark/sql/pandas/map_ops.pyi
pyspark/sql/pandas/serializers.py
pyspark/sql/pandas/typehints.py
pyspark/sql/pandas/types.py
pyspark/sql/pandas/utils.py
pyspark/sql/pandas/_typing/__init__.pyi
pyspark/sql/pandas/_typing/protocols/__init__.pyi
pyspark/sql/pandas/_typing/protocols/frame.pyi
pyspark/sql/pandas/_typing/protocols/series.pyi
pyspark/streaming/__init__.py
pyspark/streaming/context.py
pyspark/streaming/context.pyi
pyspark/streaming/dstream.py
pyspark/streaming/dstream.pyi
pyspark/streaming/kinesis.py
pyspark/streaming/kinesis.pyi
pyspark/streaming/listener.py
pyspark/streaming/listener.pyi
pyspark/streaming/util.py