├── .DS_Store ├── .blogideas.swp ├── .gitignore ├── .gitignore.swp ├── .index.html.swp ├── .nojekyll ├── .swp ├── 5-golden-rules-of-cloud-computing.html ├── 5-golden-rules-of-cloud-computing └── index.html ├── CNAME ├── _drafts ├── .DS_Store ├── .rust-scala-part-5.md.swp ├── .spark-3-datasource-v2-part-4.md.swp ├── .spark-3-introduction-part-10.md.swp ├── .tensorflow-on-spark-3.md.swp ├── .test.txt.swp ├── discovering-directors.md ├── node-as-build-tool.md ├── sbt-on-ubuntu.md ├── spark-from-scratch-part-1.md └── understanding-spark-connect-6.md ├── _plugins └── .jekyll_lunr_js_search.rb.swp ├── _posts ├── .2015-05-26-analysing-csv-data-in-spark.md.swp ├── .2016-07-03-introduction-to-spark-two-part-7.md.swp ├── .2016-10-21-statistical-data-exploration-spark-part-1.md.swp ├── .2016-11-22-statistical-data-exploration-spark-part-3.md.swp ├── .2017-02-17-scaling-spark-with-kubernetes-part-3.md.swp ├── .2017-02-23-scaling-spark-with-kubernetes-part-4.md.swp ├── .2017-02-26-scaling-spark-with-kubernetes-part-5.md.swp ├── .2017-02-27-scaling-spark-with-kubernetes-part-6.md.swp ├── .2017-03-06-scaling-spark-with-kubernetes-part-7.md.swp ├── .2017-04-13-migrating-to-spark-two-part-1.md.swp ├── .2017-04-15-migrating-to-spark-two-part-2.md.swp ├── .2017-05-02-scaling-spark-with-kubernetes-part-8.md.swp ├── .2017-05-08-migrating-to-spark-two-part-3.md.swp ├── .2017-06-07-migrating-to-spark-two-part-10.md.swp ├── .2017-06-09-migrating-to-spark-two-part-6.md.swp ├── .2017-08-06-introduction-to-spark-structured-streaming-part-3.md.swp ├── .2017-08-11-introduction-to-spark-structured-streaming-part-5.md.swp ├── .2018-03-13-spark-vector-to-numpy.md.swp ├── .2018-04-24-spark-datasource-v2-part-4.md.swp ├── .DS_Store └── 2017-12-19-class-imbalance-part-1.md ├── a-tech-event-list-for-2010.html ├── a-tech-event-list-for-2010 └── index.html ├── about └── index.html ├── addtopages.sh ├── akka-http-helloworld.html ├── akka-http-helloworld └── index.html ├── akka-http-testing.html ├── akka-http-testing └── index.html ├── analysing-csv-data-in-spark.html ├── analysing-csv-data-in-spark └── index.html ├── analysing-kaggle-titanic-data.html ├── analysing-kaggle-titanic-data └── index.html ├── anatomy-of-rdd.html ├── anatomy-of-rdd └── index.html ├── anatomy-of-spark-catalyst-part-2.html ├── anatomy-of-spark-catalyst-part-2 └── index.html ├── anatomy-of-spark-catalyst.html ├── anatomy-of-spark-catalyst └── index.html ├── anatomy-of-spark-dataframe-api.html ├── anatomy-of-spark-dataframe-api └── index.html ├── anatomy-of-spark-datasource-api.html ├── anatomy-of-spark-datasource-api └── index.html ├── antlr-as-an-external-tool-in-eclipse-on-ubuntu.html ├── antlr-as-an-external-tool-in-eclipse-on-ubuntu └── index.html ├── apache-beam-next-step-in-big-data-unification.html ├── apache-beam-next-step-in-big-data-unification └── index.html ├── apache-spark-not-a-one-trick-pony.html ├── apache-spark-not-a-one-trick-pony └── index.html ├── apache-tuscany-part-1-installing-tuscany-plug-in-in-eclipse.html ├── apache-tuscany-part-1-installing-tuscany-plug-in-in-eclipse └── index.html ├── apache-tuscany-part-2-hello-world-using-eclipse-and-Maven.html ├── apache-tuscany-part-2-hello-world-using-eclipse-and-Maven └── index.html ├── array-copy-hack-in-c.html ├── array-copy-hack-in-c └── index.html ├── art-what-role-do-they-play-in-our-lives.html ├── art-what-role-do-they-play-in-our-lives └── index.html ├── barrier-execution-mode-part-1.html ├── barrier-execution-mode-part-1 └── index.html ├── barrier-execution-mode-part-2.html ├── barrier-execution-mode-part-2 └── index.html ├── bert-email-spam-1.html ├── bert-email-spam-2.html ├── book-review-javaScript-patterns.html ├── book-review-javaScript-patterns └── index.html ├── boot-custom-recovery- └── index.html ├── boot-custom-recovery.html ├── categories ├── akka-http │ └── index.html ├── akka │ └── index.html ├── android │ └── index.html ├── androidone │ └── index.html ├── antlr │ └── index.html ├── apache │ └── index.html ├── apple │ └── index.html ├── art │ └── index.html ├── azkaban │ └── index.html ├── barrier-execution │ └── index.html ├── beam │ └── index.html ├── bert-email-spam │ └── index.html ├── book │ └── index.html ├── browser │ └── index.html ├── c │ └── index.html ├── chrome │ └── index.html ├── class-imbalance │ └── index.html ├── clickhouse │ └── index.html ├── cloudcomputing │ └── index.html ├── cplusplus │ └── index.html ├── data-modeling │ └── index.html ├── datascience │ └── index.html ├── datasource-series │ └── index.html ├── datasource-v2-series │ └── index.html ├── datasource-v2-spark-three │ └── index.html ├── design │ └── index.html ├── devday │ └── index.html ├── developer │ └── index.html ├── distributed-systems │ └── index.html ├── eclipse │ └── index.html ├── exploring-langgraph │ └── index.html ├── firefox │ └── index.html ├── flink-series │ └── index.html ├── flink-streaming │ └── index.html ├── flink │ └── index.html ├── functional-programming │ └── index.html ├── google │ └── index.html ├── gplus │ └── index.html ├── graal-vm │ └── index.html ├── hacking │ └── index.html ├── hadoop │ └── index.html ├── html5 │ └── index.html ├── introduction-structured-streaming │ └── index.html ├── java │ └── index.html ├── javascript │ └── index.html ├── k8-api │ └── index.html ├── k8s-horizontal-scaling │ └── index.html ├── k9-api │ └── index.html ├── kaggle │ └── index.html ├── kubernetes-series │ └── index.html ├── kubernetes │ └── index.html ├── langgraph │ └── index.html ├── latest-java │ └── index.html ├── llm │ └── index.html ├── machine-learning │ └── index.html ├── maven │ └── index.html ├── mean-series │ └── index.html ├── mesos │ └── index.html ├── nectar │ └── index.html ├── python │ └── index.html ├── rediscover-implicits-scala3 │ └── index.html ├── rust-functional │ └── index.html ├── rust-scala │ └── index.html ├── rust │ └── index.html ├── scala │ └── index.html ├── scala3 │ └── index.html ├── spark-aqe │ └── index.html ├── spark-connect │ └── index.html ├── spark-pandas │ └── index.html ├── spark-plugin │ └── index.html ├── spark-summit-east-2016 │ └── index.html ├── spark-three │ └── index.html ├── spark-two-migration-series │ └── index.html ├── spark-two │ └── index.html ├── spark │ └── index.html ├── statistical-data-exploration │ └── index.html ├── talks │ └── index.html ├── technology │ └── index.html ├── testing │ └── index.html ├── transformer-models │ └── index.html ├── tuscany │ └── index.html ├── ubuntu │ └── index.html ├── workshop │ └── index.html └── yarn │ └── index.html ├── class-imbalance-part-1.html ├── class-imbalance-part-1 └── index.html ├── class-imbalance-part-2.html ├── class-imbalance-part-2 └── index.html ├── class-imbalance-part-3.html ├── class-imbalance-part-3 └── index.html ├── clickouse-clustering-spark-developer.html ├── clickouse-clustering-spark-developer └── index.html ├── cloud-computing-as-i-see.html ├── cloud-computing-as-i-see └── index.html ├── cloud-services- └── index.html ├── cloud-services.html ├── converting-java-collections-to-scala.html ├── converting-java-collections-to-scala └── index.html ├── css ├── app.css ├── long_heading.css └── main.css ├── custom-mesos-executor-scala.html ├── custom-mesos-executor-scala └── index.html ├── data-modeling-spark-part-1.html ├── data-modeling-spark-part-1 └── index.html ├── data-modeling-spark-part-2.html ├── data-modeling-spark-part-2 └── index.html ├── distributing-third-party-libraries-in-mesos.html ├── distributing-third-party-libraries-in-mesos └── index.html ├── dogfight-book-review.html ├── dogfight-book-review └── index.html ├── dynamic-spark-shuffle-partitions.html ├── dynamic-spark-shuffle-partitions └── index.html ├── evaluating-spark-rdd-for-side-effects.html ├── evaluating-spark-rdd-for-side-effects └── index.html ├── evolution-of-apache-spark.html ├── evolution-of-apache-spark └── index.html ├── exploratory-data-analysis-in-spark-with-jupyter.html ├── exploratory-data-analysis-in-spark-with-jupyter └── index.html ├── exploring-art-with-chrome-store.html ├── exploring-art-with-chrome-store └── index.html ├── exploring-langgraph-part-1.html ├── extending-spark-api.html ├── extending-spark-api └── index.html ├── favicon.ico ├── feed.mesos.xml ├── feed.xml ├── functional-programming-in-c++.html ├── functional-programming-in-c++ └── index.html ├── functional-programming-in-rust-part-1.html ├── functional-programming-in-rust-part-1 └── index.html ├── functional-programming-in-rust-part-2.html ├── functional-programming-in-rust-part-2 └── index.html ├── getting-started-with-antlr-basics.html ├── getting-started-with-antlr-basics └── index.html ├── glom-in-spark.html ├── glom-in-spark └── index.html ├── gmail-offline-use-with-care.html ├── gmail-offline-use-with-care └── index.html ├── google-chrome-os-a-different-ball-game.html ├── google-chrome-os-a-different-ball-game └── index.html ├── google-plus-after-one-week.html ├── google-plus-after-one-week └── index.html ├── google-top-100-searches-in-2013-chennai-express,-jiah-khan-from-India,-makes-into-the-list.html ├── google-top-100-searches-in-2013-chennai-express,-jiah-khan-from-India,-makes-into-the-list └── index.html ├── graal-vm-part-1.html ├── graal-vm-part-1 └── index.html ├── graal-vm-part-2.html ├── graal-vm-part-2 └── index.html ├── graal-vm-part-3.html ├── graal-vm-part-3 └── index.html ├── graal-vm-part-4.html ├── graal-vm-part-4 └── index.html ├── graal-vm-part-5.html ├── graal-vm-part-5 └── index.html ├── gradient-descent-for-logistic-regression-in-octave.html ├── gradient-descent-for-logistic-regression-in-octave └── index.html ├── granular-resource-management-mesos.html ├── granular-resource-management-mesos └── index.html ├── hadoop-workshop-first-success-story.html ├── hadoop-workshop-first-success-story └── index.html ├── handling-empty-rdd-in-spark-streaming.html ├── handling-empty-rdd-in-spark-streaming └── index.html ├── hello.html ├── hello └── index.html ├── history-of-spark.html ├── history-of-spark └── index.html ├── horizontal-scaling-k8s-part-1.html ├── horizontal-scaling-k8s-part-1 └── index.html ├── horizontal-scaling-k8s-part-2.html ├── horizontal-scaling-k8s-part-2 └── index.html ├── horizontal-scaling-k8s-part-3.html ├── horizontal-scaling-k8s-part-3 └── index.html ├── if-apple-holds-the-future-of-computing-I-dontwant-to-be-a-developer.html ├── if-apple-holds-the-future-of-computing-I-dontwant-to-be-a-developer └── index.html ├── images ├── .DS_Store ├── aqe │ ├── nonoptimisedgroupbydag.png │ ├── nonoptimisegroupbyjobs.png │ ├── optimisedgroupbydag.png │ └── optimisedgroupbyjobs.png ├── combinedlogisticregression.png ├── credit_card_class_plot.png ├── firstlogisticregression.png ├── histogram_in_r.png ├── histogram_lifexp.png ├── hpa │ ├── spark-master-auto-scale.png │ └── spark-master-single-slave.png ├── inmemoryscan │ ├── withname.png │ └── withoutname.png ├── inmemoryscanname.png ├── joinhint │ ├── broadcasthint.png │ ├── cartesianhint.png │ ├── shufflehint.png │ └── sortmergehint.png ├── langgraph │ └── hello_world_graph.png ├── mesos_output.png ├── mesos_task_run.png ├── nestedfolder.png ├── pandasonspark │ └── pandasplan ├── pursuit_of_unknown_book_cover.jpg ├── readitlater_architecture.png ├── rest_lamp.png ├── rest_mean.png ├── rss.png ├── sandbox_screen.png ├── secondlogisticregression.png ├── spark-ui-kube.png ├── spark_connect │ ├── spark_connect_spark_ui.png │ └── spark_ui_after_helloworld.png └── under_sample_class_plot.png ├── implementing-shuffle-in-mesos.html ├── implementing-shuffle-in-mesos └── index.html ├── improving-mobile-payments-with-real-time-spark.html ├── improving-mobile-payments-with-real-time-spark └── index.html ├── in-persuit-of-the-unknown-book-review.html ├── in-persuit-of-the-unknown-book-review └── index.html ├── index.html ├── interactive-scheduling-using-azkaban-challenges-in-scheduling-interactive-workloads.html ├── interactive-scheduling-using-azkaban-challenges-in-scheduling-interactive-workloads └── index.html ├── interactive-scheduling-using-azkaban-setting-up-solo-server.html ├── interactive-scheduling-using-azkaban-setting-up-solo-server └── index.html ├── interactive-workflow-management-using-azkaban.html ├── interactive-workflow-management-using-azkaban └── index.html ├── introduction-to-cloud-computing.html ├── introduction-to-cloud-computing └── index.html ├── introduction-to-flink-for-spark-developers-flink-vs-spark.html ├── introduction-to-flink-for-spark-developers-flink-vs-spark └── index.html ├── introduction-to-flink-streaming-part-1.html ├── introduction-to-flink-streaming-part-1 └── index.html ├── introduction-to-flink-streaming-part-10.html ├── introduction-to-flink-streaming-part-10 └── index.html ├── introduction-to-flink-streaming-part-2.html ├── introduction-to-flink-streaming-part-2 └── index.html ├── introduction-to-flink-streaming-part-3.html ├── introduction-to-flink-streaming-part-3 └── index.html ├── introduction-to-flink-streaming-part-4.html ├── introduction-to-flink-streaming-part-4 └── index.html ├── introduction-to-flink-streaming-part-5.html ├── introduction-to-flink-streaming-part-5 └── index.html ├── introduction-to-flink-streaming-part-6.html ├── introduction-to-flink-streaming-part-6 └── index.html ├── introduction-to-flink-streaming-part-7.html ├── introduction-to-flink-streaming-part-7 └── index.html ├── introduction-to-flink-streaming-part-8.html ├── introduction-to-flink-streaming-part-8 └── index.html ├── introduction-to-flink-streaming-part-9.html ├── introduction-to-flink-streaming-part-9 └── index.html ├── introduction-to-flink-talk.html ├── introduction-to-flink-talk └── index.html ├── introduction-to-hadoop-for-spark-developers.html ├── introduction-to-hadoop-for-spark-developers └── index.html ├── introduction-to-spark-2.0.html ├── introduction-to-spark-2.0 └── index.html ├── introduction-to-spark-data-source-api-part-1.html ├── introduction-to-spark-data-source-api-part-1 └── index.html ├── introduction-to-spark-data-source-part-1 └── index.html ├── introduction-to-spark-streaming-meetup-talk.html ├── introduction-to-spark-streaming-meetup-talk └── index.html ├── introduction-to-spark-structured-streaming-part-1.html ├── introduction-to-spark-structured-streaming-part-1 └── index.html ├── introduction-to-spark-structured-streaming-part-10.html ├── introduction-to-spark-structured-streaming-part-10 └── index.html ├── introduction-to-spark-structured-streaming-part-11.html ├── introduction-to-spark-structured-streaming-part-11 └── index.html ├── introduction-to-spark-structured-streaming-part-12.html ├── introduction-to-spark-structured-streaming-part-12 └── index.html ├── introduction-to-spark-structured-streaming-part-13.html ├── introduction-to-spark-structured-streaming-part-13 └── index.html ├── introduction-to-spark-structured-streaming-part-14.html ├── introduction-to-spark-structured-streaming-part-14 └── index.html ├── introduction-to-spark-structured-streaming-part-15.html ├── introduction-to-spark-structured-streaming-part-15 └── index.html ├── introduction-to-spark-structured-streaming-part-2.html ├── introduction-to-spark-structured-streaming-part-2 └── index.html ├── introduction-to-spark-structured-streaming-part-3.html ├── introduction-to-spark-structured-streaming-part-3 └── index.html ├── introduction-to-spark-structured-streaming-part-4.html ├── introduction-to-spark-structured-streaming-part-4 └── index.html ├── introduction-to-spark-structured-streaming-part-5.html ├── introduction-to-spark-structured-streaming-part-5 └── index.html ├── introduction-to-spark-structured-streaming-part-6.html ├── introduction-to-spark-structured-streaming-part-6 └── index.html ├── introduction-to-spark-structured-streaming-part-7.html ├── introduction-to-spark-structured-streaming-part-7 └── index.html ├── introduction-to-spark-structured-streaming-part-8.html ├── introduction-to-spark-structured-streaming-part-8 └── index.html ├── introduction-to-spark-structured-streaming-part-9.html ├── introduction-to-spark-structured-streaming-part-9 └── index.html ├── introduction-to-spark-two-part-1.html ├── introduction-to-spark-two-part-1 └── index.html ├── introduction-to-spark-two-part-2.html ├── introduction-to-spark-two-part-2 └── index.html ├── introduction-to-spark-two-part-3.html ├── introduction-to-spark-two-part-3 └── index.html ├── introduction-to-spark-two-part-4.html ├── introduction-to-spark-two-part-4 └── index.html ├── introduction-to-spark-two-part-5.html ├── introduction-to-spark-two-part-5 └── index.html ├── introduction-to-spark-two-part-6.html ├── introduction-to-spark-two-part-6 └── index.html ├── introduction-to-spark-two-part-7.html ├── introduction-to-spark-two-part-7 └── index.html ├── introduction-to-spark.html ├── introduction-to-spark └── index.html ├── java-the-language-of-the-future.html ├── java-the-language-of-the-future └── index.html ├── json-in-akka-http.html ├── json-in-akka-http └── index.html ├── kryo-disk-serialization-in-spark.html ├── kryo-disk-serialization-in-spark └── index.html ├── kryo-disk-serialization-spark └── index.html ├── latest-java-1.html ├── latest-java-2.html ├── latest-java-3.html ├── latest-java-4.html ├── latest-java-5.html ├── library-jar-mesos └── index.html ├── machine-learning-with-spark.html ├── machine-learning-with-spark └── index.html ├── matfile-to-rdd.html ├── matfile-to-rdd └── index.html ├── mesos-helloworld-scala.html ├── mesos-helloworld-scala └── index.html ├── mesos-single-node-setup-ubuntu.html ├── mesos-single-node-setup-ubuntu └── index.html ├── migrate-spark-datasource-2.4.html ├── migrate-spark-datasource-2.4 └── index.html ├── migrating-to-spark-two-part-1.html ├── migrating-to-spark-two-part-1 └── index.html ├── migrating-to-spark-two-part-10.html ├── migrating-to-spark-two-part-10 └── index.html ├── migrating-to-spark-two-part-2.html ├── migrating-to-spark-two-part-2 └── index.html ├── migrating-to-spark-two-part-3.html ├── migrating-to-spark-two-part-3 └── index.html ├── migrating-to-spark-two-part-4.html ├── migrating-to-spark-two-part-4 └── index.html ├── migrating-to-spark-two-part-5.html ├── migrating-to-spark-two-part-5 └── index.html ├── migrating-to-spark-two-part-6.html ├── migrating-to-spark-two-part-6 └── index.html ├── migrating-to-spark-two-part-7.html ├── migrating-to-spark-two-part-7 └── index.html ├── migrating-to-spark-two-part-8.html ├── migrating-to-spark-two-part-8 └── index.html ├── migrating-to-spark-two-part-9.html ├── migrating-to-spark-two-part-9 └── index.html ├── most influential-men -in-computer-field └── index.html ├── most-influential-men-in-computer-field.html ├── most-misread-stories-of-2009.html ├── most-misread-stories-of-2009 └── index.html ├── mozilla-firefox--browser-for-human-beings └── index.html ├── mozilla-firefox-browser-for-human-beings.html ├── multi-column-feature-transformation-spark-ml.html ├── multi-column-feature-transformation-spark-ml └── index.html ├── multi-source-spark-tellius.html ├── multi-source-spark-tellius └── index.html ├── nectar-developing-an-open-source-predictive-modeling-framework-on-hadoop.html ├── nectar-developing-an-open-source-predictive-modeling-framework-on-hadoop └── index.html ├── one-day-hadoop-workshop-in-bangalore.html ├── one-day-hadoop-workshop-in-bangalore └── index.html ├── page10 └── index.html ├── page11 └── index.html ├── page12 └── index.html ├── page13 └── index.html ├── page14 └── index.html ├── page15 └── index.html ├── page16 └── index.html ├── page17 └── index.html ├── page18 └── index.html ├── page19 └── index.html ├── page2 └── index.html ├── page20 └── index.html ├── page21 └── index.html ├── page22 └── index.html ├── page23 └── index.html ├── page24 └── index.html ├── page3 └── index.html ├── page4 └── index.html ├── page5 └── index.html ├── page6 └── index.html ├── page7 └── index.html ├── page8 └── index.html ├── page9 └── index.html ├── parallel-cross-validation.html ├── parallel-cross-validation └── index.html ├── persuit-of-unknown-book-review └── index.html ├── pipe-in-spark.html ├── pipe-in-spark └── index.html ├── promising-technologies-of-2010.html ├── promising-technologies-of-2010 └── index.html ├── read-it-later-in-mean-part-1.html ├── read-it-later-in-mean-part-1 └── index.html ├── read-it-later-in-mean-part-2.html ├── read-it-later-in-mean-part-2 └── index.html ├── rediscovering-implicits-scala-3-part-1.html ├── rediscovering-implicits-scala-3-part-2.html ├── rediscovering-implicits-scala-3-part-3.html ├── running-scala-programs-on-yarn.html ├── running-scala-programs-on-yarn └── index.html ├── rust-scala-part-1.html ├── rust-scala-part-1 └── index.html ├── rust-scala-part-2.html ├── rust-scala-part-2 └── index.html ├── rust-scala-part-3.html ├── rust-scala-part-3 └── index.html ├── rust-scala-part-4.html ├── rust-scala-part-4 └── index.html ├── rust-scala-part-5.html ├── rust-scala-part-5 └── index.html ├── rust-scala-part-6.html ├── rust-scala-part-6 └── index.html ├── rust-scala-part-7.html ├── rust-scala-part-7 └── index.html ├── say-hello-to-android-part-I-introduction-to-android.html ├── say-hello-to-android-part-I-introduction-to-android └── index.html ├── sbt-on-ubuntu.html ├── sbt-on-ubuntu └── index.html ├── scala-for-android.html ├── scala-for-android └── index.html ├── scala-magnet-pattern.html ├── scala-magnet-pattern └── index.html ├── scaling-spark-with-kubernetes-part-1.html ├── scaling-spark-with-kubernetes-part-1 └── index.html ├── scaling-spark-with-kubernetes-part-2.html ├── scaling-spark-with-kubernetes-part-2 └── index.html ├── scaling-spark-with-kubernetes-part-3.html ├── scaling-spark-with-kubernetes-part-3 └── index.html ├── scaling-spark-with-kubernetes-part-4.html ├── scaling-spark-with-kubernetes-part-4 └── index.html ├── scaling-spark-with-kubernetes-part-5.html ├── scaling-spark-with-kubernetes-part-5 └── index.html ├── scaling-spark-with-kubernetes-part-6.html ├── scaling-spark-with-kubernetes-part-6 └── index.html ├── scaling-spark-with-kubernetes-part-7.html ├── scaling-spark-with-kubernetes-part-7 └── index.html ├── scaling-spark-with-kubernetes-part-8.html ├── scaling-spark-with-kubernetes-part-8 └── index.html ├── scaling-spark-with-kubernetes-part-9.html ├── scaling-spark-with-kubernetes-part-9 └── index.html ├── secondary-namenode---what-it-really-do └── index.html ├── secondary-namenode-what-it-really-do.html ├── simple-akka-remote-example.html ├── simple-akka-remote-example └── index.html ├── sizeof-operator-java-scala.html ├── sizeof-operator-java-scala └── index.html ├── spark-3-datasource-v2-part-1.html ├── spark-3-datasource-v2-part-1 └── index.html ├── spark-3-datasource-v2-part-2.html ├── spark-3-datasource-v2-part-2 └── index.html ├── spark-3-datasource-v2-part-3.html ├── spark-3-datasource-v2-part-3 └── index.html ├── spark-3-datasource-v2-part-4.html ├── spark-3-datasource-v2-part-4 └── index.html ├── spark-3-datasource-v2-part-5.html ├── spark-3-datasource-v2-part-5 └── index.html ├── spark-3-datasource-v2-part-6.html ├── spark-3-datasource-v2-part-6 └── index.html ├── spark-3-introduction-part-1.html ├── spark-3-introduction-part-1 └── index.html ├── spark-3-introduction-part-10.html ├── spark-3-introduction-part-10 └── index.html ├── spark-3-introduction-part-2.html ├── spark-3-introduction-part-2 └── index.html ├── spark-3-introduction-part-3.html ├── spark-3-introduction-part-3 └── index.html ├── spark-3-introduction-part-4.html ├── spark-3-introduction-part-4 └── index.html ├── spark-3-introduction-part-5.html ├── spark-3-introduction-part-5 └── index.html ├── spark-3-introduction-part-6.html ├── spark-3-introduction-part-6 └── index.html ├── spark-3-introduction-part-7.html ├── spark-3-introduction-part-7 └── index.html ├── spark-3-introduction-part-8.html ├── spark-3-introduction-part-8 └── index.html ├── spark-3-introduction-part-9.html ├── spark-3-introduction-part-9 └── index.html ├── spark-aqe-part-1.html ├── spark-aqe-part-1 └── index.html ├── spark-aqe-part-2.html ├── spark-aqe-part-2 └── index.html ├── spark-datasource-v2-part-1.html ├── spark-datasource-v2-part-1 └── index.html ├── spark-datasource-v2-part-2.html ├── spark-datasource-v2-part-2 └── index.html ├── spark-datasource-v2-part-3.html ├── spark-datasource-v2-part-3 └── index.html ├── spark-datasource-v2-part-4.html ├── spark-datasource-v2-part-4 └── index.html ├── spark-datasource-v2-part-5.html ├── spark-datasource-v2-part-5 └── index.html ├── spark-datasource-v2-part-6.html ├── spark-datasource-v2-part-6 └── index.html ├── spark-datasource-v2-part-7.html ├── spark-datasource-v2-part-7 └── index.html ├── spark-datasource-v2-part-8.html ├── spark-datasource-v2-part-8 └── index.html ├── spark-in-javascript.html ├── spark-in-javascript └── index.html ├── spark-on-kubernetes.html ├── spark-on-kubernetes └── index.html ├── spark-pandas-part-1.html ├── spark-pandas-part-1 └── index.html ├── spark-pandas-part-2.html ├── spark-pandas-part-2 └── index.html ├── spark-plugin-part-1.html ├── spark-plugin-part-1 └── index.html ├── spark-plugin-part-2.html ├── spark-plugin-part-2 └── index.html ├── spark-plugin-part-3.html ├── spark-plugin-part-3 └── index.html ├── spark-plugin-part-4.html ├── spark-plugin-part-4 └── index.html ├── spark-plugin-part-5.html ├── spark-plugin-part-5 └── index.html ├── spark-rdd-fold.html ├── spark-rdd-fold └── index.html ├── spark-vector-to-numpy.html ├── spark-vector-to-numpy └── index.html ├── statistical-data-exploration-spark-part-1.html ├── statistical-data-exploration-spark-part-1 └── index.html ├── statistical-data-exploration-spark-part-2.html ├── statistical-data-exploration-spark-part-2 └── index.html ├── statistical-data-exploration-spark-part-3.html ├── statistical-data-exploration-spark-part-3 └── index.html ├── structured-data-processing-with-spark-sql-meetup-talk.html ├── structured-data-processing-with-spark-sql-meetup-talk └── index.html ├── tensorflow-on-spark-3.0.html ├── tensorflow-on-spark-3.0 └── index.html ├── test-containers-scala.html ├── test-containers-scala └── index.html ├── third-party-library-mesos └── index.html ├── ubuntu-at-work-part-2-Where-are-the-plugins.html ├── ubuntu-at-work-part-2-Where-are-the-plugins └── index.html ├── ubuntu-at-work-part1.html ├── ubuntu-at-work-part1 └── index.html ├── ubuntu-at-work-part3--Maven-ghost └── index.html ├── ubuntu-at-work-part3-Maven-ghost.html ├── understanding-k8s-api-part-1.html ├── understanding-k8s-api-part-1 └── index.html ├── understanding-k8s-api-part-2.html ├── understanding-k8s-api-part-2 └── index.html ├── understanding-k8s-api-part-3.html ├── understanding-k8s-api-part-3 └── index.html ├── understanding-spark-connect-1.html ├── understanding-spark-connect-2.html ├── understanding-spark-connect-3.html ├── understanding-spark-connect-4.html ├── understanding-spark-connect-5.html ├── upgrade-to-jekyll-4.txt ├── using-antlr-with-maven.html ├── using-antlr-with-maven └── index.html ├── web-forms-do-it-right-a-dzone-story.html ├── web-forms-do-it-right-a-dzone-story └── index.html ├── whats-new-in-spark-framework-improvements.html └── whats-new-in-spark-framework-improvements └── index.html /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/.DS_Store -------------------------------------------------------------------------------- /.blogideas.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/.blogideas.swp -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.jekyll-cache 2 | -------------------------------------------------------------------------------- /.gitignore.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/.gitignore.swp -------------------------------------------------------------------------------- /.index.html.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/.index.html.swp -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/.swp -------------------------------------------------------------------------------- /5-golden-rules-of-cloud-computing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/5-golden-rules-of-cloud-computing.html -------------------------------------------------------------------------------- /5-golden-rules-of-cloud-computing/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/5-golden-rules-of-cloud-computing/index.html -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | blog.madhukaraphatak.in -------------------------------------------------------------------------------- /_drafts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_drafts/.DS_Store -------------------------------------------------------------------------------- /_drafts/.rust-scala-part-5.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_drafts/.rust-scala-part-5.md.swp -------------------------------------------------------------------------------- /_drafts/.spark-3-datasource-v2-part-4.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_drafts/.spark-3-datasource-v2-part-4.md.swp -------------------------------------------------------------------------------- /_drafts/.spark-3-introduction-part-10.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_drafts/.spark-3-introduction-part-10.md.swp -------------------------------------------------------------------------------- /_drafts/.tensorflow-on-spark-3.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_drafts/.tensorflow-on-spark-3.md.swp -------------------------------------------------------------------------------- /_drafts/.test.txt.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_drafts/.test.txt.swp -------------------------------------------------------------------------------- /_drafts/discovering-directors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_drafts/discovering-directors.md -------------------------------------------------------------------------------- /_drafts/node-as-build-tool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_drafts/node-as-build-tool.md -------------------------------------------------------------------------------- /_drafts/sbt-on-ubuntu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_drafts/sbt-on-ubuntu.md -------------------------------------------------------------------------------- /_drafts/spark-from-scratch-part-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_drafts/spark-from-scratch-part-1.md -------------------------------------------------------------------------------- /_drafts/understanding-spark-connect-6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_drafts/understanding-spark-connect-6.md -------------------------------------------------------------------------------- /_plugins/.jekyll_lunr_js_search.rb.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_plugins/.jekyll_lunr_js_search.rb.swp -------------------------------------------------------------------------------- /_posts/.2015-05-26-analysing-csv-data-in-spark.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2015-05-26-analysing-csv-data-in-spark.md.swp -------------------------------------------------------------------------------- /_posts/.2016-07-03-introduction-to-spark-two-part-7.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2016-07-03-introduction-to-spark-two-part-7.md.swp -------------------------------------------------------------------------------- /_posts/.2016-10-21-statistical-data-exploration-spark-part-1.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2016-10-21-statistical-data-exploration-spark-part-1.md.swp -------------------------------------------------------------------------------- /_posts/.2016-11-22-statistical-data-exploration-spark-part-3.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2016-11-22-statistical-data-exploration-spark-part-3.md.swp -------------------------------------------------------------------------------- /_posts/.2017-02-17-scaling-spark-with-kubernetes-part-3.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-02-17-scaling-spark-with-kubernetes-part-3.md.swp -------------------------------------------------------------------------------- /_posts/.2017-02-23-scaling-spark-with-kubernetes-part-4.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-02-23-scaling-spark-with-kubernetes-part-4.md.swp -------------------------------------------------------------------------------- /_posts/.2017-02-26-scaling-spark-with-kubernetes-part-5.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-02-26-scaling-spark-with-kubernetes-part-5.md.swp -------------------------------------------------------------------------------- /_posts/.2017-02-27-scaling-spark-with-kubernetes-part-6.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-02-27-scaling-spark-with-kubernetes-part-6.md.swp -------------------------------------------------------------------------------- /_posts/.2017-03-06-scaling-spark-with-kubernetes-part-7.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-03-06-scaling-spark-with-kubernetes-part-7.md.swp -------------------------------------------------------------------------------- /_posts/.2017-04-13-migrating-to-spark-two-part-1.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-04-13-migrating-to-spark-two-part-1.md.swp -------------------------------------------------------------------------------- /_posts/.2017-04-15-migrating-to-spark-two-part-2.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-04-15-migrating-to-spark-two-part-2.md.swp -------------------------------------------------------------------------------- /_posts/.2017-05-02-scaling-spark-with-kubernetes-part-8.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-05-02-scaling-spark-with-kubernetes-part-8.md.swp -------------------------------------------------------------------------------- /_posts/.2017-05-08-migrating-to-spark-two-part-3.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-05-08-migrating-to-spark-two-part-3.md.swp -------------------------------------------------------------------------------- /_posts/.2017-06-07-migrating-to-spark-two-part-10.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-06-07-migrating-to-spark-two-part-10.md.swp -------------------------------------------------------------------------------- /_posts/.2017-06-09-migrating-to-spark-two-part-6.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-06-09-migrating-to-spark-two-part-6.md.swp -------------------------------------------------------------------------------- /_posts/.2017-08-06-introduction-to-spark-structured-streaming-part-3.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-08-06-introduction-to-spark-structured-streaming-part-3.md.swp -------------------------------------------------------------------------------- /_posts/.2017-08-11-introduction-to-spark-structured-streaming-part-5.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2017-08-11-introduction-to-spark-structured-streaming-part-5.md.swp -------------------------------------------------------------------------------- /_posts/.2018-03-13-spark-vector-to-numpy.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2018-03-13-spark-vector-to-numpy.md.swp -------------------------------------------------------------------------------- /_posts/.2018-04-24-spark-datasource-v2-part-4.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.2018-04-24-spark-datasource-v2-part-4.md.swp -------------------------------------------------------------------------------- /_posts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/.DS_Store -------------------------------------------------------------------------------- /_posts/2017-12-19-class-imbalance-part-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/_posts/2017-12-19-class-imbalance-part-1.md -------------------------------------------------------------------------------- /a-tech-event-list-for-2010.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/a-tech-event-list-for-2010.html -------------------------------------------------------------------------------- /a-tech-event-list-for-2010/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/a-tech-event-list-for-2010/index.html -------------------------------------------------------------------------------- /about/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/about/index.html -------------------------------------------------------------------------------- /addtopages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/addtopages.sh -------------------------------------------------------------------------------- /akka-http-helloworld.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/akka-http-helloworld.html -------------------------------------------------------------------------------- /akka-http-helloworld/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/akka-http-helloworld/index.html -------------------------------------------------------------------------------- /akka-http-testing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/akka-http-testing.html -------------------------------------------------------------------------------- /akka-http-testing/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/akka-http-testing/index.html -------------------------------------------------------------------------------- /analysing-csv-data-in-spark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/analysing-csv-data-in-spark.html -------------------------------------------------------------------------------- /analysing-csv-data-in-spark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/analysing-csv-data-in-spark/index.html -------------------------------------------------------------------------------- /analysing-kaggle-titanic-data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/analysing-kaggle-titanic-data.html -------------------------------------------------------------------------------- /analysing-kaggle-titanic-data/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/analysing-kaggle-titanic-data/index.html -------------------------------------------------------------------------------- /anatomy-of-rdd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/anatomy-of-rdd.html -------------------------------------------------------------------------------- /anatomy-of-rdd/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/anatomy-of-rdd/index.html -------------------------------------------------------------------------------- /anatomy-of-spark-catalyst-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/anatomy-of-spark-catalyst-part-2.html -------------------------------------------------------------------------------- /anatomy-of-spark-catalyst-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/anatomy-of-spark-catalyst-part-2/index.html -------------------------------------------------------------------------------- /anatomy-of-spark-catalyst.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/anatomy-of-spark-catalyst.html -------------------------------------------------------------------------------- /anatomy-of-spark-catalyst/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/anatomy-of-spark-catalyst/index.html -------------------------------------------------------------------------------- /anatomy-of-spark-dataframe-api.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/anatomy-of-spark-dataframe-api.html -------------------------------------------------------------------------------- /anatomy-of-spark-dataframe-api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/anatomy-of-spark-dataframe-api/index.html -------------------------------------------------------------------------------- /anatomy-of-spark-datasource-api.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/anatomy-of-spark-datasource-api.html -------------------------------------------------------------------------------- /anatomy-of-spark-datasource-api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/anatomy-of-spark-datasource-api/index.html -------------------------------------------------------------------------------- /antlr-as-an-external-tool-in-eclipse-on-ubuntu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/antlr-as-an-external-tool-in-eclipse-on-ubuntu.html -------------------------------------------------------------------------------- /antlr-as-an-external-tool-in-eclipse-on-ubuntu/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/antlr-as-an-external-tool-in-eclipse-on-ubuntu/index.html -------------------------------------------------------------------------------- /apache-beam-next-step-in-big-data-unification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/apache-beam-next-step-in-big-data-unification.html -------------------------------------------------------------------------------- /apache-beam-next-step-in-big-data-unification/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/apache-beam-next-step-in-big-data-unification/index.html -------------------------------------------------------------------------------- /apache-spark-not-a-one-trick-pony.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/apache-spark-not-a-one-trick-pony.html -------------------------------------------------------------------------------- /apache-spark-not-a-one-trick-pony/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/apache-spark-not-a-one-trick-pony/index.html -------------------------------------------------------------------------------- /apache-tuscany-part-1-installing-tuscany-plug-in-in-eclipse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/apache-tuscany-part-1-installing-tuscany-plug-in-in-eclipse.html -------------------------------------------------------------------------------- /apache-tuscany-part-1-installing-tuscany-plug-in-in-eclipse/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/apache-tuscany-part-1-installing-tuscany-plug-in-in-eclipse/index.html -------------------------------------------------------------------------------- /apache-tuscany-part-2-hello-world-using-eclipse-and-Maven.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/apache-tuscany-part-2-hello-world-using-eclipse-and-Maven.html -------------------------------------------------------------------------------- /apache-tuscany-part-2-hello-world-using-eclipse-and-Maven/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/apache-tuscany-part-2-hello-world-using-eclipse-and-Maven/index.html -------------------------------------------------------------------------------- /array-copy-hack-in-c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/array-copy-hack-in-c.html -------------------------------------------------------------------------------- /array-copy-hack-in-c/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/array-copy-hack-in-c/index.html -------------------------------------------------------------------------------- /art-what-role-do-they-play-in-our-lives.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/art-what-role-do-they-play-in-our-lives.html -------------------------------------------------------------------------------- /art-what-role-do-they-play-in-our-lives/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/art-what-role-do-they-play-in-our-lives/index.html -------------------------------------------------------------------------------- /barrier-execution-mode-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/barrier-execution-mode-part-1.html -------------------------------------------------------------------------------- /barrier-execution-mode-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/barrier-execution-mode-part-1/index.html -------------------------------------------------------------------------------- /barrier-execution-mode-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/barrier-execution-mode-part-2.html -------------------------------------------------------------------------------- /barrier-execution-mode-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/barrier-execution-mode-part-2/index.html -------------------------------------------------------------------------------- /bert-email-spam-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/bert-email-spam-1.html -------------------------------------------------------------------------------- /bert-email-spam-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/bert-email-spam-2.html -------------------------------------------------------------------------------- /book-review-javaScript-patterns.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/book-review-javaScript-patterns.html -------------------------------------------------------------------------------- /book-review-javaScript-patterns/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/book-review-javaScript-patterns/index.html -------------------------------------------------------------------------------- /boot-custom-recovery-/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/boot-custom-recovery-/index.html -------------------------------------------------------------------------------- /boot-custom-recovery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/boot-custom-recovery.html -------------------------------------------------------------------------------- /categories/akka-http/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/akka-http/index.html -------------------------------------------------------------------------------- /categories/akka/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/akka/index.html -------------------------------------------------------------------------------- /categories/android/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/android/index.html -------------------------------------------------------------------------------- /categories/androidone/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/androidone/index.html -------------------------------------------------------------------------------- /categories/antlr/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/antlr/index.html -------------------------------------------------------------------------------- /categories/apache/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/apache/index.html -------------------------------------------------------------------------------- /categories/apple/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/apple/index.html -------------------------------------------------------------------------------- /categories/art/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/art/index.html -------------------------------------------------------------------------------- /categories/azkaban/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/azkaban/index.html -------------------------------------------------------------------------------- /categories/barrier-execution/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/barrier-execution/index.html -------------------------------------------------------------------------------- /categories/beam/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/beam/index.html -------------------------------------------------------------------------------- /categories/bert-email-spam/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/bert-email-spam/index.html -------------------------------------------------------------------------------- /categories/book/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/book/index.html -------------------------------------------------------------------------------- /categories/browser/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/browser/index.html -------------------------------------------------------------------------------- /categories/c/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/c/index.html -------------------------------------------------------------------------------- /categories/chrome/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/chrome/index.html -------------------------------------------------------------------------------- /categories/class-imbalance/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/class-imbalance/index.html -------------------------------------------------------------------------------- /categories/clickhouse/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/clickhouse/index.html -------------------------------------------------------------------------------- /categories/cloudcomputing/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/cloudcomputing/index.html -------------------------------------------------------------------------------- /categories/cplusplus/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/cplusplus/index.html -------------------------------------------------------------------------------- /categories/data-modeling/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/data-modeling/index.html -------------------------------------------------------------------------------- /categories/datascience/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/datascience/index.html -------------------------------------------------------------------------------- /categories/datasource-series/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/datasource-series/index.html -------------------------------------------------------------------------------- /categories/datasource-v2-series/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/datasource-v2-series/index.html -------------------------------------------------------------------------------- /categories/datasource-v2-spark-three/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/datasource-v2-spark-three/index.html -------------------------------------------------------------------------------- /categories/design/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/design/index.html -------------------------------------------------------------------------------- /categories/devday/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/devday/index.html -------------------------------------------------------------------------------- /categories/developer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/developer/index.html -------------------------------------------------------------------------------- /categories/distributed-systems/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/distributed-systems/index.html -------------------------------------------------------------------------------- /categories/eclipse/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/eclipse/index.html -------------------------------------------------------------------------------- /categories/exploring-langgraph/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/exploring-langgraph/index.html -------------------------------------------------------------------------------- /categories/firefox/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/firefox/index.html -------------------------------------------------------------------------------- /categories/flink-series/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/flink-series/index.html -------------------------------------------------------------------------------- /categories/flink-streaming/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/flink-streaming/index.html -------------------------------------------------------------------------------- /categories/flink/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/flink/index.html -------------------------------------------------------------------------------- /categories/functional-programming/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/functional-programming/index.html -------------------------------------------------------------------------------- /categories/google/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/google/index.html -------------------------------------------------------------------------------- /categories/gplus/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/gplus/index.html -------------------------------------------------------------------------------- /categories/graal-vm/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/graal-vm/index.html -------------------------------------------------------------------------------- /categories/hacking/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/hacking/index.html -------------------------------------------------------------------------------- /categories/hadoop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/hadoop/index.html -------------------------------------------------------------------------------- /categories/html5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/html5/index.html -------------------------------------------------------------------------------- /categories/introduction-structured-streaming/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/introduction-structured-streaming/index.html -------------------------------------------------------------------------------- /categories/java/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/java/index.html -------------------------------------------------------------------------------- /categories/javascript/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/javascript/index.html -------------------------------------------------------------------------------- /categories/k8-api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/k8-api/index.html -------------------------------------------------------------------------------- /categories/k8s-horizontal-scaling/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/k8s-horizontal-scaling/index.html -------------------------------------------------------------------------------- /categories/k9-api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/k9-api/index.html -------------------------------------------------------------------------------- /categories/kaggle/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/kaggle/index.html -------------------------------------------------------------------------------- /categories/kubernetes-series/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/kubernetes-series/index.html -------------------------------------------------------------------------------- /categories/kubernetes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/kubernetes/index.html -------------------------------------------------------------------------------- /categories/langgraph/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/langgraph/index.html -------------------------------------------------------------------------------- /categories/latest-java/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/latest-java/index.html -------------------------------------------------------------------------------- /categories/llm/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/llm/index.html -------------------------------------------------------------------------------- /categories/machine-learning/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/machine-learning/index.html -------------------------------------------------------------------------------- /categories/maven/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/maven/index.html -------------------------------------------------------------------------------- /categories/mean-series/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/mean-series/index.html -------------------------------------------------------------------------------- /categories/mesos/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/mesos/index.html -------------------------------------------------------------------------------- /categories/nectar/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/nectar/index.html -------------------------------------------------------------------------------- /categories/python/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/python/index.html -------------------------------------------------------------------------------- /categories/rediscover-implicits-scala3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/rediscover-implicits-scala3/index.html -------------------------------------------------------------------------------- /categories/rust-functional/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/rust-functional/index.html -------------------------------------------------------------------------------- /categories/rust-scala/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/rust-scala/index.html -------------------------------------------------------------------------------- /categories/rust/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/rust/index.html -------------------------------------------------------------------------------- /categories/scala/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/scala/index.html -------------------------------------------------------------------------------- /categories/scala3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/scala3/index.html -------------------------------------------------------------------------------- /categories/spark-aqe/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/spark-aqe/index.html -------------------------------------------------------------------------------- /categories/spark-connect/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/spark-connect/index.html -------------------------------------------------------------------------------- /categories/spark-pandas/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/spark-pandas/index.html -------------------------------------------------------------------------------- /categories/spark-plugin/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/spark-plugin/index.html -------------------------------------------------------------------------------- /categories/spark-summit-east-2016/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/spark-summit-east-2016/index.html -------------------------------------------------------------------------------- /categories/spark-three/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/spark-three/index.html -------------------------------------------------------------------------------- /categories/spark-two-migration-series/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/spark-two-migration-series/index.html -------------------------------------------------------------------------------- /categories/spark-two/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/spark-two/index.html -------------------------------------------------------------------------------- /categories/spark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/spark/index.html -------------------------------------------------------------------------------- /categories/statistical-data-exploration/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/statistical-data-exploration/index.html -------------------------------------------------------------------------------- /categories/talks/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/talks/index.html -------------------------------------------------------------------------------- /categories/technology/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/technology/index.html -------------------------------------------------------------------------------- /categories/testing/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/testing/index.html -------------------------------------------------------------------------------- /categories/transformer-models/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/transformer-models/index.html -------------------------------------------------------------------------------- /categories/tuscany/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/tuscany/index.html -------------------------------------------------------------------------------- /categories/ubuntu/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/ubuntu/index.html -------------------------------------------------------------------------------- /categories/workshop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/workshop/index.html -------------------------------------------------------------------------------- /categories/yarn/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/categories/yarn/index.html -------------------------------------------------------------------------------- /class-imbalance-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/class-imbalance-part-1.html -------------------------------------------------------------------------------- /class-imbalance-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/class-imbalance-part-1/index.html -------------------------------------------------------------------------------- /class-imbalance-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/class-imbalance-part-2.html -------------------------------------------------------------------------------- /class-imbalance-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/class-imbalance-part-2/index.html -------------------------------------------------------------------------------- /class-imbalance-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/class-imbalance-part-3.html -------------------------------------------------------------------------------- /class-imbalance-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/class-imbalance-part-3/index.html -------------------------------------------------------------------------------- /clickouse-clustering-spark-developer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/clickouse-clustering-spark-developer.html -------------------------------------------------------------------------------- /clickouse-clustering-spark-developer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/clickouse-clustering-spark-developer/index.html -------------------------------------------------------------------------------- /cloud-computing-as-i-see.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/cloud-computing-as-i-see.html -------------------------------------------------------------------------------- /cloud-computing-as-i-see/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/cloud-computing-as-i-see/index.html -------------------------------------------------------------------------------- /cloud-services-/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/cloud-services-/index.html -------------------------------------------------------------------------------- /cloud-services.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/cloud-services.html -------------------------------------------------------------------------------- /converting-java-collections-to-scala.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/converting-java-collections-to-scala.html -------------------------------------------------------------------------------- /converting-java-collections-to-scala/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/converting-java-collections-to-scala/index.html -------------------------------------------------------------------------------- /css/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/css/app.css -------------------------------------------------------------------------------- /css/long_heading.css: -------------------------------------------------------------------------------- 1 | .post-content h3{ 2 | line-height: 1.2; 3 | } 4 | -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/css/main.css -------------------------------------------------------------------------------- /custom-mesos-executor-scala.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/custom-mesos-executor-scala.html -------------------------------------------------------------------------------- /custom-mesos-executor-scala/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/custom-mesos-executor-scala/index.html -------------------------------------------------------------------------------- /data-modeling-spark-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/data-modeling-spark-part-1.html -------------------------------------------------------------------------------- /data-modeling-spark-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/data-modeling-spark-part-1/index.html -------------------------------------------------------------------------------- /data-modeling-spark-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/data-modeling-spark-part-2.html -------------------------------------------------------------------------------- /data-modeling-spark-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/data-modeling-spark-part-2/index.html -------------------------------------------------------------------------------- /distributing-third-party-libraries-in-mesos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/distributing-third-party-libraries-in-mesos.html -------------------------------------------------------------------------------- /distributing-third-party-libraries-in-mesos/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/distributing-third-party-libraries-in-mesos/index.html -------------------------------------------------------------------------------- /dogfight-book-review.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/dogfight-book-review.html -------------------------------------------------------------------------------- /dogfight-book-review/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/dogfight-book-review/index.html -------------------------------------------------------------------------------- /dynamic-spark-shuffle-partitions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/dynamic-spark-shuffle-partitions.html -------------------------------------------------------------------------------- /dynamic-spark-shuffle-partitions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/dynamic-spark-shuffle-partitions/index.html -------------------------------------------------------------------------------- /evaluating-spark-rdd-for-side-effects.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/evaluating-spark-rdd-for-side-effects.html -------------------------------------------------------------------------------- /evaluating-spark-rdd-for-side-effects/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/evaluating-spark-rdd-for-side-effects/index.html -------------------------------------------------------------------------------- /evolution-of-apache-spark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/evolution-of-apache-spark.html -------------------------------------------------------------------------------- /evolution-of-apache-spark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/evolution-of-apache-spark/index.html -------------------------------------------------------------------------------- /exploratory-data-analysis-in-spark-with-jupyter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/exploratory-data-analysis-in-spark-with-jupyter.html -------------------------------------------------------------------------------- /exploratory-data-analysis-in-spark-with-jupyter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/exploratory-data-analysis-in-spark-with-jupyter/index.html -------------------------------------------------------------------------------- /exploring-art-with-chrome-store.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/exploring-art-with-chrome-store.html -------------------------------------------------------------------------------- /exploring-art-with-chrome-store/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/exploring-art-with-chrome-store/index.html -------------------------------------------------------------------------------- /exploring-langgraph-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/exploring-langgraph-part-1.html -------------------------------------------------------------------------------- /extending-spark-api.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/extending-spark-api.html -------------------------------------------------------------------------------- /extending-spark-api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/extending-spark-api/index.html -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/favicon.ico -------------------------------------------------------------------------------- /feed.mesos.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/feed.mesos.xml -------------------------------------------------------------------------------- /feed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/feed.xml -------------------------------------------------------------------------------- /functional-programming-in-c++.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/functional-programming-in-c++.html -------------------------------------------------------------------------------- /functional-programming-in-c++/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/functional-programming-in-c++/index.html -------------------------------------------------------------------------------- /functional-programming-in-rust-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/functional-programming-in-rust-part-1.html -------------------------------------------------------------------------------- /functional-programming-in-rust-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/functional-programming-in-rust-part-1/index.html -------------------------------------------------------------------------------- /functional-programming-in-rust-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/functional-programming-in-rust-part-2.html -------------------------------------------------------------------------------- /functional-programming-in-rust-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/functional-programming-in-rust-part-2/index.html -------------------------------------------------------------------------------- /getting-started-with-antlr-basics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/getting-started-with-antlr-basics.html -------------------------------------------------------------------------------- /getting-started-with-antlr-basics/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/getting-started-with-antlr-basics/index.html -------------------------------------------------------------------------------- /glom-in-spark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/glom-in-spark.html -------------------------------------------------------------------------------- /glom-in-spark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/glom-in-spark/index.html -------------------------------------------------------------------------------- /gmail-offline-use-with-care.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/gmail-offline-use-with-care.html -------------------------------------------------------------------------------- /gmail-offline-use-with-care/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/gmail-offline-use-with-care/index.html -------------------------------------------------------------------------------- /google-chrome-os-a-different-ball-game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/google-chrome-os-a-different-ball-game.html -------------------------------------------------------------------------------- /google-chrome-os-a-different-ball-game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/google-chrome-os-a-different-ball-game/index.html -------------------------------------------------------------------------------- /google-plus-after-one-week.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/google-plus-after-one-week.html -------------------------------------------------------------------------------- /google-plus-after-one-week/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/google-plus-after-one-week/index.html -------------------------------------------------------------------------------- /google-top-100-searches-in-2013-chennai-express,-jiah-khan-from-India,-makes-into-the-list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/google-top-100-searches-in-2013-chennai-express,-jiah-khan-from-India,-makes-into-the-list.html -------------------------------------------------------------------------------- /google-top-100-searches-in-2013-chennai-express,-jiah-khan-from-India,-makes-into-the-list/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/google-top-100-searches-in-2013-chennai-express,-jiah-khan-from-India,-makes-into-the-list/index.html -------------------------------------------------------------------------------- /graal-vm-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/graal-vm-part-1.html -------------------------------------------------------------------------------- /graal-vm-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/graal-vm-part-1/index.html -------------------------------------------------------------------------------- /graal-vm-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/graal-vm-part-2.html -------------------------------------------------------------------------------- /graal-vm-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/graal-vm-part-2/index.html -------------------------------------------------------------------------------- /graal-vm-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/graal-vm-part-3.html -------------------------------------------------------------------------------- /graal-vm-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/graal-vm-part-3/index.html -------------------------------------------------------------------------------- /graal-vm-part-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/graal-vm-part-4.html -------------------------------------------------------------------------------- /graal-vm-part-4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/graal-vm-part-4/index.html -------------------------------------------------------------------------------- /graal-vm-part-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/graal-vm-part-5.html -------------------------------------------------------------------------------- /graal-vm-part-5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/graal-vm-part-5/index.html -------------------------------------------------------------------------------- /gradient-descent-for-logistic-regression-in-octave.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/gradient-descent-for-logistic-regression-in-octave.html -------------------------------------------------------------------------------- /gradient-descent-for-logistic-regression-in-octave/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/gradient-descent-for-logistic-regression-in-octave/index.html -------------------------------------------------------------------------------- /granular-resource-management-mesos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/granular-resource-management-mesos.html -------------------------------------------------------------------------------- /granular-resource-management-mesos/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/granular-resource-management-mesos/index.html -------------------------------------------------------------------------------- /hadoop-workshop-first-success-story.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/hadoop-workshop-first-success-story.html -------------------------------------------------------------------------------- /hadoop-workshop-first-success-story/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/hadoop-workshop-first-success-story/index.html -------------------------------------------------------------------------------- /handling-empty-rdd-in-spark-streaming.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/handling-empty-rdd-in-spark-streaming.html -------------------------------------------------------------------------------- /handling-empty-rdd-in-spark-streaming/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/handling-empty-rdd-in-spark-streaming/index.html -------------------------------------------------------------------------------- /hello.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/hello.html -------------------------------------------------------------------------------- /hello/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/hello/index.html -------------------------------------------------------------------------------- /history-of-spark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/history-of-spark.html -------------------------------------------------------------------------------- /history-of-spark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/history-of-spark/index.html -------------------------------------------------------------------------------- /horizontal-scaling-k8s-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/horizontal-scaling-k8s-part-1.html -------------------------------------------------------------------------------- /horizontal-scaling-k8s-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/horizontal-scaling-k8s-part-1/index.html -------------------------------------------------------------------------------- /horizontal-scaling-k8s-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/horizontal-scaling-k8s-part-2.html -------------------------------------------------------------------------------- /horizontal-scaling-k8s-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/horizontal-scaling-k8s-part-2/index.html -------------------------------------------------------------------------------- /horizontal-scaling-k8s-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/horizontal-scaling-k8s-part-3.html -------------------------------------------------------------------------------- /horizontal-scaling-k8s-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/horizontal-scaling-k8s-part-3/index.html -------------------------------------------------------------------------------- /if-apple-holds-the-future-of-computing-I-dontwant-to-be-a-developer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/if-apple-holds-the-future-of-computing-I-dontwant-to-be-a-developer.html -------------------------------------------------------------------------------- /if-apple-holds-the-future-of-computing-I-dontwant-to-be-a-developer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/if-apple-holds-the-future-of-computing-I-dontwant-to-be-a-developer/index.html -------------------------------------------------------------------------------- /images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/.DS_Store -------------------------------------------------------------------------------- /images/aqe/nonoptimisedgroupbydag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/aqe/nonoptimisedgroupbydag.png -------------------------------------------------------------------------------- /images/aqe/nonoptimisegroupbyjobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/aqe/nonoptimisegroupbyjobs.png -------------------------------------------------------------------------------- /images/aqe/optimisedgroupbydag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/aqe/optimisedgroupbydag.png -------------------------------------------------------------------------------- /images/aqe/optimisedgroupbyjobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/aqe/optimisedgroupbyjobs.png -------------------------------------------------------------------------------- /images/combinedlogisticregression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/combinedlogisticregression.png -------------------------------------------------------------------------------- /images/credit_card_class_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/credit_card_class_plot.png -------------------------------------------------------------------------------- /images/firstlogisticregression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/firstlogisticregression.png -------------------------------------------------------------------------------- /images/histogram_in_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/histogram_in_r.png -------------------------------------------------------------------------------- /images/histogram_lifexp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/histogram_lifexp.png -------------------------------------------------------------------------------- /images/hpa/spark-master-auto-scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/hpa/spark-master-auto-scale.png -------------------------------------------------------------------------------- /images/hpa/spark-master-single-slave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/hpa/spark-master-single-slave.png -------------------------------------------------------------------------------- /images/inmemoryscan/withname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/inmemoryscan/withname.png -------------------------------------------------------------------------------- /images/inmemoryscan/withoutname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/inmemoryscan/withoutname.png -------------------------------------------------------------------------------- /images/inmemoryscanname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/inmemoryscanname.png -------------------------------------------------------------------------------- /images/joinhint/broadcasthint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/joinhint/broadcasthint.png -------------------------------------------------------------------------------- /images/joinhint/cartesianhint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/joinhint/cartesianhint.png -------------------------------------------------------------------------------- /images/joinhint/shufflehint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/joinhint/shufflehint.png -------------------------------------------------------------------------------- /images/joinhint/sortmergehint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/joinhint/sortmergehint.png -------------------------------------------------------------------------------- /images/langgraph/hello_world_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/langgraph/hello_world_graph.png -------------------------------------------------------------------------------- /images/mesos_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/mesos_output.png -------------------------------------------------------------------------------- /images/mesos_task_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/mesos_task_run.png -------------------------------------------------------------------------------- /images/nestedfolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/nestedfolder.png -------------------------------------------------------------------------------- /images/pandasonspark/pandasplan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/pandasonspark/pandasplan -------------------------------------------------------------------------------- /images/pursuit_of_unknown_book_cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/pursuit_of_unknown_book_cover.jpg -------------------------------------------------------------------------------- /images/readitlater_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/readitlater_architecture.png -------------------------------------------------------------------------------- /images/rest_lamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/rest_lamp.png -------------------------------------------------------------------------------- /images/rest_mean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/rest_mean.png -------------------------------------------------------------------------------- /images/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/rss.png -------------------------------------------------------------------------------- /images/sandbox_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/sandbox_screen.png -------------------------------------------------------------------------------- /images/secondlogisticregression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/secondlogisticregression.png -------------------------------------------------------------------------------- /images/spark-ui-kube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/spark-ui-kube.png -------------------------------------------------------------------------------- /images/spark_connect/spark_connect_spark_ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/spark_connect/spark_connect_spark_ui.png -------------------------------------------------------------------------------- /images/spark_connect/spark_ui_after_helloworld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/spark_connect/spark_ui_after_helloworld.png -------------------------------------------------------------------------------- /images/under_sample_class_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/images/under_sample_class_plot.png -------------------------------------------------------------------------------- /implementing-shuffle-in-mesos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/implementing-shuffle-in-mesos.html -------------------------------------------------------------------------------- /implementing-shuffle-in-mesos/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/implementing-shuffle-in-mesos/index.html -------------------------------------------------------------------------------- /improving-mobile-payments-with-real-time-spark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/improving-mobile-payments-with-real-time-spark.html -------------------------------------------------------------------------------- /improving-mobile-payments-with-real-time-spark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/improving-mobile-payments-with-real-time-spark/index.html -------------------------------------------------------------------------------- /in-persuit-of-the-unknown-book-review.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/in-persuit-of-the-unknown-book-review.html -------------------------------------------------------------------------------- /in-persuit-of-the-unknown-book-review/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/in-persuit-of-the-unknown-book-review/index.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/index.html -------------------------------------------------------------------------------- /interactive-scheduling-using-azkaban-challenges-in-scheduling-interactive-workloads.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/interactive-scheduling-using-azkaban-challenges-in-scheduling-interactive-workloads.html -------------------------------------------------------------------------------- /interactive-scheduling-using-azkaban-challenges-in-scheduling-interactive-workloads/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/interactive-scheduling-using-azkaban-challenges-in-scheduling-interactive-workloads/index.html -------------------------------------------------------------------------------- /interactive-scheduling-using-azkaban-setting-up-solo-server.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/interactive-scheduling-using-azkaban-setting-up-solo-server.html -------------------------------------------------------------------------------- /interactive-scheduling-using-azkaban-setting-up-solo-server/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/interactive-scheduling-using-azkaban-setting-up-solo-server/index.html -------------------------------------------------------------------------------- /interactive-workflow-management-using-azkaban.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/interactive-workflow-management-using-azkaban.html -------------------------------------------------------------------------------- /interactive-workflow-management-using-azkaban/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/interactive-workflow-management-using-azkaban/index.html -------------------------------------------------------------------------------- /introduction-to-cloud-computing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-cloud-computing.html -------------------------------------------------------------------------------- /introduction-to-cloud-computing/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-cloud-computing/index.html -------------------------------------------------------------------------------- /introduction-to-flink-for-spark-developers-flink-vs-spark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-for-spark-developers-flink-vs-spark.html -------------------------------------------------------------------------------- /introduction-to-flink-for-spark-developers-flink-vs-spark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-for-spark-developers-flink-vs-spark/index.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-1.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-1/index.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-10.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-10/index.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-2.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-2/index.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-3.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-3/index.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-4.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-4/index.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-5.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-5/index.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-6.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-6/index.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-7.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-7/index.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-8.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-8/index.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-9.html -------------------------------------------------------------------------------- /introduction-to-flink-streaming-part-9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-streaming-part-9/index.html -------------------------------------------------------------------------------- /introduction-to-flink-talk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-talk.html -------------------------------------------------------------------------------- /introduction-to-flink-talk/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-flink-talk/index.html -------------------------------------------------------------------------------- /introduction-to-hadoop-for-spark-developers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-hadoop-for-spark-developers.html -------------------------------------------------------------------------------- /introduction-to-hadoop-for-spark-developers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-hadoop-for-spark-developers/index.html -------------------------------------------------------------------------------- /introduction-to-spark-2.0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-2.0.html -------------------------------------------------------------------------------- /introduction-to-spark-2.0/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-2.0/index.html -------------------------------------------------------------------------------- /introduction-to-spark-data-source-api-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-data-source-api-part-1.html -------------------------------------------------------------------------------- /introduction-to-spark-data-source-api-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-data-source-api-part-1/index.html -------------------------------------------------------------------------------- /introduction-to-spark-data-source-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-data-source-part-1/index.html -------------------------------------------------------------------------------- /introduction-to-spark-streaming-meetup-talk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-streaming-meetup-talk.html -------------------------------------------------------------------------------- /introduction-to-spark-streaming-meetup-talk/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-streaming-meetup-talk/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-1.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-1/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-10.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-10/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-11.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-11/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-12.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-12/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-13.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-13.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-13/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-14.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-14.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-14/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-15.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-15.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-15/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-2.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-2/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-3.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-3/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-4.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-4/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-5.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-5/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-6.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-6/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-7.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-7/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-8.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-8/index.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-9.html -------------------------------------------------------------------------------- /introduction-to-spark-structured-streaming-part-9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-structured-streaming-part-9/index.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-1.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-1/index.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-2.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-2/index.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-3.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-3/index.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-4.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-4/index.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-5.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-5/index.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-6.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-6/index.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-7.html -------------------------------------------------------------------------------- /introduction-to-spark-two-part-7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark-two-part-7/index.html -------------------------------------------------------------------------------- /introduction-to-spark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark.html -------------------------------------------------------------------------------- /introduction-to-spark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/introduction-to-spark/index.html -------------------------------------------------------------------------------- /java-the-language-of-the-future.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/java-the-language-of-the-future.html -------------------------------------------------------------------------------- /java-the-language-of-the-future/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/java-the-language-of-the-future/index.html -------------------------------------------------------------------------------- /json-in-akka-http.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/json-in-akka-http.html -------------------------------------------------------------------------------- /json-in-akka-http/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/json-in-akka-http/index.html -------------------------------------------------------------------------------- /kryo-disk-serialization-in-spark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/kryo-disk-serialization-in-spark.html -------------------------------------------------------------------------------- /kryo-disk-serialization-in-spark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/kryo-disk-serialization-in-spark/index.html -------------------------------------------------------------------------------- /kryo-disk-serialization-spark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/kryo-disk-serialization-spark/index.html -------------------------------------------------------------------------------- /latest-java-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/latest-java-1.html -------------------------------------------------------------------------------- /latest-java-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/latest-java-2.html -------------------------------------------------------------------------------- /latest-java-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/latest-java-3.html -------------------------------------------------------------------------------- /latest-java-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/latest-java-4.html -------------------------------------------------------------------------------- /latest-java-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/latest-java-5.html -------------------------------------------------------------------------------- /library-jar-mesos/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/library-jar-mesos/index.html -------------------------------------------------------------------------------- /machine-learning-with-spark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/machine-learning-with-spark.html -------------------------------------------------------------------------------- /machine-learning-with-spark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/machine-learning-with-spark/index.html -------------------------------------------------------------------------------- /matfile-to-rdd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/matfile-to-rdd.html -------------------------------------------------------------------------------- /matfile-to-rdd/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/matfile-to-rdd/index.html -------------------------------------------------------------------------------- /mesos-helloworld-scala.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/mesos-helloworld-scala.html -------------------------------------------------------------------------------- /mesos-helloworld-scala/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/mesos-helloworld-scala/index.html -------------------------------------------------------------------------------- /mesos-single-node-setup-ubuntu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/mesos-single-node-setup-ubuntu.html -------------------------------------------------------------------------------- /mesos-single-node-setup-ubuntu/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/mesos-single-node-setup-ubuntu/index.html -------------------------------------------------------------------------------- /migrate-spark-datasource-2.4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrate-spark-datasource-2.4.html -------------------------------------------------------------------------------- /migrate-spark-datasource-2.4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrate-spark-datasource-2.4/index.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-1.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-1/index.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-10.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-10/index.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-2.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-2/index.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-3.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-3/index.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-4.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-4/index.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-5.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-5/index.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-6.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-6/index.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-7.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-7/index.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-8.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-8/index.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-9.html -------------------------------------------------------------------------------- /migrating-to-spark-two-part-9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/migrating-to-spark-two-part-9/index.html -------------------------------------------------------------------------------- /most influential-men -in-computer-field/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/most influential-men -in-computer-field/index.html -------------------------------------------------------------------------------- /most-influential-men-in-computer-field.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/most-influential-men-in-computer-field.html -------------------------------------------------------------------------------- /most-misread-stories-of-2009.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/most-misread-stories-of-2009.html -------------------------------------------------------------------------------- /most-misread-stories-of-2009/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/most-misread-stories-of-2009/index.html -------------------------------------------------------------------------------- /mozilla-firefox--browser-for-human-beings/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/mozilla-firefox--browser-for-human-beings/index.html -------------------------------------------------------------------------------- /mozilla-firefox-browser-for-human-beings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/mozilla-firefox-browser-for-human-beings.html -------------------------------------------------------------------------------- /multi-column-feature-transformation-spark-ml.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/multi-column-feature-transformation-spark-ml.html -------------------------------------------------------------------------------- /multi-column-feature-transformation-spark-ml/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/multi-column-feature-transformation-spark-ml/index.html -------------------------------------------------------------------------------- /multi-source-spark-tellius.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/multi-source-spark-tellius.html -------------------------------------------------------------------------------- /multi-source-spark-tellius/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/multi-source-spark-tellius/index.html -------------------------------------------------------------------------------- /nectar-developing-an-open-source-predictive-modeling-framework-on-hadoop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/nectar-developing-an-open-source-predictive-modeling-framework-on-hadoop.html -------------------------------------------------------------------------------- /nectar-developing-an-open-source-predictive-modeling-framework-on-hadoop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/nectar-developing-an-open-source-predictive-modeling-framework-on-hadoop/index.html -------------------------------------------------------------------------------- /one-day-hadoop-workshop-in-bangalore.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/one-day-hadoop-workshop-in-bangalore.html -------------------------------------------------------------------------------- /one-day-hadoop-workshop-in-bangalore/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/one-day-hadoop-workshop-in-bangalore/index.html -------------------------------------------------------------------------------- /page10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page10/index.html -------------------------------------------------------------------------------- /page11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page11/index.html -------------------------------------------------------------------------------- /page12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page12/index.html -------------------------------------------------------------------------------- /page13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page13/index.html -------------------------------------------------------------------------------- /page14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page14/index.html -------------------------------------------------------------------------------- /page15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page15/index.html -------------------------------------------------------------------------------- /page16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page16/index.html -------------------------------------------------------------------------------- /page17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page17/index.html -------------------------------------------------------------------------------- /page18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page18/index.html -------------------------------------------------------------------------------- /page19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page19/index.html -------------------------------------------------------------------------------- /page2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page2/index.html -------------------------------------------------------------------------------- /page20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page20/index.html -------------------------------------------------------------------------------- /page21/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page21/index.html -------------------------------------------------------------------------------- /page22/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page22/index.html -------------------------------------------------------------------------------- /page23/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page23/index.html -------------------------------------------------------------------------------- /page24/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page24/index.html -------------------------------------------------------------------------------- /page3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page3/index.html -------------------------------------------------------------------------------- /page4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page4/index.html -------------------------------------------------------------------------------- /page5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page5/index.html -------------------------------------------------------------------------------- /page6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page6/index.html -------------------------------------------------------------------------------- /page7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page7/index.html -------------------------------------------------------------------------------- /page8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page8/index.html -------------------------------------------------------------------------------- /page9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/page9/index.html -------------------------------------------------------------------------------- /parallel-cross-validation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/parallel-cross-validation.html -------------------------------------------------------------------------------- /parallel-cross-validation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/parallel-cross-validation/index.html -------------------------------------------------------------------------------- /persuit-of-unknown-book-review/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/persuit-of-unknown-book-review/index.html -------------------------------------------------------------------------------- /pipe-in-spark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/pipe-in-spark.html -------------------------------------------------------------------------------- /pipe-in-spark/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/pipe-in-spark/index.html -------------------------------------------------------------------------------- /promising-technologies-of-2010.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/promising-technologies-of-2010.html -------------------------------------------------------------------------------- /promising-technologies-of-2010/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/promising-technologies-of-2010/index.html -------------------------------------------------------------------------------- /read-it-later-in-mean-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/read-it-later-in-mean-part-1.html -------------------------------------------------------------------------------- /read-it-later-in-mean-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/read-it-later-in-mean-part-1/index.html -------------------------------------------------------------------------------- /read-it-later-in-mean-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/read-it-later-in-mean-part-2.html -------------------------------------------------------------------------------- /read-it-later-in-mean-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/read-it-later-in-mean-part-2/index.html -------------------------------------------------------------------------------- /rediscovering-implicits-scala-3-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rediscovering-implicits-scala-3-part-1.html -------------------------------------------------------------------------------- /rediscovering-implicits-scala-3-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rediscovering-implicits-scala-3-part-2.html -------------------------------------------------------------------------------- /rediscovering-implicits-scala-3-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rediscovering-implicits-scala-3-part-3.html -------------------------------------------------------------------------------- /running-scala-programs-on-yarn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/running-scala-programs-on-yarn.html -------------------------------------------------------------------------------- /running-scala-programs-on-yarn/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/running-scala-programs-on-yarn/index.html -------------------------------------------------------------------------------- /rust-scala-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-1.html -------------------------------------------------------------------------------- /rust-scala-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-1/index.html -------------------------------------------------------------------------------- /rust-scala-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-2.html -------------------------------------------------------------------------------- /rust-scala-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-2/index.html -------------------------------------------------------------------------------- /rust-scala-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-3.html -------------------------------------------------------------------------------- /rust-scala-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-3/index.html -------------------------------------------------------------------------------- /rust-scala-part-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-4.html -------------------------------------------------------------------------------- /rust-scala-part-4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-4/index.html -------------------------------------------------------------------------------- /rust-scala-part-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-5.html -------------------------------------------------------------------------------- /rust-scala-part-5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-5/index.html -------------------------------------------------------------------------------- /rust-scala-part-6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-6.html -------------------------------------------------------------------------------- /rust-scala-part-6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-6/index.html -------------------------------------------------------------------------------- /rust-scala-part-7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-7.html -------------------------------------------------------------------------------- /rust-scala-part-7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/rust-scala-part-7/index.html -------------------------------------------------------------------------------- /say-hello-to-android-part-I-introduction-to-android.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/say-hello-to-android-part-I-introduction-to-android.html -------------------------------------------------------------------------------- /say-hello-to-android-part-I-introduction-to-android/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/say-hello-to-android-part-I-introduction-to-android/index.html -------------------------------------------------------------------------------- /sbt-on-ubuntu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/sbt-on-ubuntu.html -------------------------------------------------------------------------------- /sbt-on-ubuntu/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/sbt-on-ubuntu/index.html -------------------------------------------------------------------------------- /scala-for-android.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scala-for-android.html -------------------------------------------------------------------------------- /scala-for-android/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scala-for-android/index.html -------------------------------------------------------------------------------- /scala-magnet-pattern.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scala-magnet-pattern.html -------------------------------------------------------------------------------- /scala-magnet-pattern/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scala-magnet-pattern/index.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-1.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-1/index.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-2.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-2/index.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-3.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-3/index.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-4.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-4/index.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-5.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-5/index.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-6.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-6/index.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-7.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-7/index.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-8.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-8/index.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-9.html -------------------------------------------------------------------------------- /scaling-spark-with-kubernetes-part-9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/scaling-spark-with-kubernetes-part-9/index.html -------------------------------------------------------------------------------- /secondary-namenode---what-it-really-do/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/secondary-namenode---what-it-really-do/index.html -------------------------------------------------------------------------------- /secondary-namenode-what-it-really-do.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/secondary-namenode-what-it-really-do.html -------------------------------------------------------------------------------- /simple-akka-remote-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/simple-akka-remote-example.html -------------------------------------------------------------------------------- /simple-akka-remote-example/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/simple-akka-remote-example/index.html -------------------------------------------------------------------------------- /sizeof-operator-java-scala.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/sizeof-operator-java-scala.html -------------------------------------------------------------------------------- /sizeof-operator-java-scala/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/sizeof-operator-java-scala/index.html -------------------------------------------------------------------------------- /spark-3-datasource-v2-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-datasource-v2-part-1.html -------------------------------------------------------------------------------- /spark-3-datasource-v2-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-datasource-v2-part-1/index.html -------------------------------------------------------------------------------- /spark-3-datasource-v2-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-datasource-v2-part-2.html -------------------------------------------------------------------------------- /spark-3-datasource-v2-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-datasource-v2-part-2/index.html -------------------------------------------------------------------------------- /spark-3-datasource-v2-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-datasource-v2-part-3.html -------------------------------------------------------------------------------- /spark-3-datasource-v2-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-datasource-v2-part-3/index.html -------------------------------------------------------------------------------- /spark-3-datasource-v2-part-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-datasource-v2-part-4.html -------------------------------------------------------------------------------- /spark-3-datasource-v2-part-4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-datasource-v2-part-4/index.html -------------------------------------------------------------------------------- /spark-3-datasource-v2-part-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-datasource-v2-part-5.html -------------------------------------------------------------------------------- /spark-3-datasource-v2-part-5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-datasource-v2-part-5/index.html -------------------------------------------------------------------------------- /spark-3-datasource-v2-part-6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-datasource-v2-part-6.html -------------------------------------------------------------------------------- /spark-3-datasource-v2-part-6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-datasource-v2-part-6/index.html -------------------------------------------------------------------------------- /spark-3-introduction-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-1.html -------------------------------------------------------------------------------- /spark-3-introduction-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-1/index.html -------------------------------------------------------------------------------- /spark-3-introduction-part-10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-10.html -------------------------------------------------------------------------------- /spark-3-introduction-part-10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-10/index.html -------------------------------------------------------------------------------- /spark-3-introduction-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-2.html -------------------------------------------------------------------------------- /spark-3-introduction-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-2/index.html -------------------------------------------------------------------------------- /spark-3-introduction-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-3.html -------------------------------------------------------------------------------- /spark-3-introduction-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-3/index.html -------------------------------------------------------------------------------- /spark-3-introduction-part-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-4.html -------------------------------------------------------------------------------- /spark-3-introduction-part-4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-4/index.html -------------------------------------------------------------------------------- /spark-3-introduction-part-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-5.html -------------------------------------------------------------------------------- /spark-3-introduction-part-5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-5/index.html -------------------------------------------------------------------------------- /spark-3-introduction-part-6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-6.html -------------------------------------------------------------------------------- /spark-3-introduction-part-6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-6/index.html -------------------------------------------------------------------------------- /spark-3-introduction-part-7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-7.html -------------------------------------------------------------------------------- /spark-3-introduction-part-7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-7/index.html -------------------------------------------------------------------------------- /spark-3-introduction-part-8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-8.html -------------------------------------------------------------------------------- /spark-3-introduction-part-8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-8/index.html -------------------------------------------------------------------------------- /spark-3-introduction-part-9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-9.html -------------------------------------------------------------------------------- /spark-3-introduction-part-9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-3-introduction-part-9/index.html -------------------------------------------------------------------------------- /spark-aqe-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-aqe-part-1.html -------------------------------------------------------------------------------- /spark-aqe-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-aqe-part-1/index.html -------------------------------------------------------------------------------- /spark-aqe-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-aqe-part-2.html -------------------------------------------------------------------------------- /spark-aqe-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-aqe-part-2/index.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-1.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-1/index.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-2.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-2/index.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-3.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-3/index.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-4.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-4/index.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-5.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-5/index.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-6.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-6/index.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-7.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-7/index.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-8.html -------------------------------------------------------------------------------- /spark-datasource-v2-part-8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-datasource-v2-part-8/index.html -------------------------------------------------------------------------------- /spark-in-javascript.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-in-javascript.html -------------------------------------------------------------------------------- /spark-in-javascript/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-in-javascript/index.html -------------------------------------------------------------------------------- /spark-on-kubernetes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-on-kubernetes.html -------------------------------------------------------------------------------- /spark-on-kubernetes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-on-kubernetes/index.html -------------------------------------------------------------------------------- /spark-pandas-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-pandas-part-1.html -------------------------------------------------------------------------------- /spark-pandas-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-pandas-part-1/index.html -------------------------------------------------------------------------------- /spark-pandas-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-pandas-part-2.html -------------------------------------------------------------------------------- /spark-pandas-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-pandas-part-2/index.html -------------------------------------------------------------------------------- /spark-plugin-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-plugin-part-1.html -------------------------------------------------------------------------------- /spark-plugin-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-plugin-part-1/index.html -------------------------------------------------------------------------------- /spark-plugin-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-plugin-part-2.html -------------------------------------------------------------------------------- /spark-plugin-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-plugin-part-2/index.html -------------------------------------------------------------------------------- /spark-plugin-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-plugin-part-3.html -------------------------------------------------------------------------------- /spark-plugin-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-plugin-part-3/index.html -------------------------------------------------------------------------------- /spark-plugin-part-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-plugin-part-4.html -------------------------------------------------------------------------------- /spark-plugin-part-4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-plugin-part-4/index.html -------------------------------------------------------------------------------- /spark-plugin-part-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-plugin-part-5.html -------------------------------------------------------------------------------- /spark-plugin-part-5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-plugin-part-5/index.html -------------------------------------------------------------------------------- /spark-rdd-fold.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-rdd-fold.html -------------------------------------------------------------------------------- /spark-rdd-fold/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-rdd-fold/index.html -------------------------------------------------------------------------------- /spark-vector-to-numpy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-vector-to-numpy.html -------------------------------------------------------------------------------- /spark-vector-to-numpy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/spark-vector-to-numpy/index.html -------------------------------------------------------------------------------- /statistical-data-exploration-spark-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/statistical-data-exploration-spark-part-1.html -------------------------------------------------------------------------------- /statistical-data-exploration-spark-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/statistical-data-exploration-spark-part-1/index.html -------------------------------------------------------------------------------- /statistical-data-exploration-spark-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/statistical-data-exploration-spark-part-2.html -------------------------------------------------------------------------------- /statistical-data-exploration-spark-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/statistical-data-exploration-spark-part-2/index.html -------------------------------------------------------------------------------- /statistical-data-exploration-spark-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/statistical-data-exploration-spark-part-3.html -------------------------------------------------------------------------------- /statistical-data-exploration-spark-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/statistical-data-exploration-spark-part-3/index.html -------------------------------------------------------------------------------- /structured-data-processing-with-spark-sql-meetup-talk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/structured-data-processing-with-spark-sql-meetup-talk.html -------------------------------------------------------------------------------- /structured-data-processing-with-spark-sql-meetup-talk/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/structured-data-processing-with-spark-sql-meetup-talk/index.html -------------------------------------------------------------------------------- /tensorflow-on-spark-3.0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/tensorflow-on-spark-3.0.html -------------------------------------------------------------------------------- /tensorflow-on-spark-3.0/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/tensorflow-on-spark-3.0/index.html -------------------------------------------------------------------------------- /test-containers-scala.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/test-containers-scala.html -------------------------------------------------------------------------------- /test-containers-scala/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/test-containers-scala/index.html -------------------------------------------------------------------------------- /third-party-library-mesos/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/third-party-library-mesos/index.html -------------------------------------------------------------------------------- /ubuntu-at-work-part-2-Where-are-the-plugins.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/ubuntu-at-work-part-2-Where-are-the-plugins.html -------------------------------------------------------------------------------- /ubuntu-at-work-part-2-Where-are-the-plugins/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/ubuntu-at-work-part-2-Where-are-the-plugins/index.html -------------------------------------------------------------------------------- /ubuntu-at-work-part1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/ubuntu-at-work-part1.html -------------------------------------------------------------------------------- /ubuntu-at-work-part1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/ubuntu-at-work-part1/index.html -------------------------------------------------------------------------------- /ubuntu-at-work-part3--Maven-ghost/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/ubuntu-at-work-part3--Maven-ghost/index.html -------------------------------------------------------------------------------- /ubuntu-at-work-part3-Maven-ghost.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/ubuntu-at-work-part3-Maven-ghost.html -------------------------------------------------------------------------------- /understanding-k8s-api-part-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/understanding-k8s-api-part-1.html -------------------------------------------------------------------------------- /understanding-k8s-api-part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/understanding-k8s-api-part-1/index.html -------------------------------------------------------------------------------- /understanding-k8s-api-part-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/understanding-k8s-api-part-2.html -------------------------------------------------------------------------------- /understanding-k8s-api-part-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/understanding-k8s-api-part-2/index.html -------------------------------------------------------------------------------- /understanding-k8s-api-part-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/understanding-k8s-api-part-3.html -------------------------------------------------------------------------------- /understanding-k8s-api-part-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/understanding-k8s-api-part-3/index.html -------------------------------------------------------------------------------- /understanding-spark-connect-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/understanding-spark-connect-1.html -------------------------------------------------------------------------------- /understanding-spark-connect-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/understanding-spark-connect-2.html -------------------------------------------------------------------------------- /understanding-spark-connect-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/understanding-spark-connect-3.html -------------------------------------------------------------------------------- /understanding-spark-connect-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/understanding-spark-connect-4.html -------------------------------------------------------------------------------- /understanding-spark-connect-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/understanding-spark-connect-5.html -------------------------------------------------------------------------------- /upgrade-to-jekyll-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/upgrade-to-jekyll-4.txt -------------------------------------------------------------------------------- /using-antlr-with-maven.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/using-antlr-with-maven.html -------------------------------------------------------------------------------- /using-antlr-with-maven/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/using-antlr-with-maven/index.html -------------------------------------------------------------------------------- /web-forms-do-it-right-a-dzone-story.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/web-forms-do-it-right-a-dzone-story.html -------------------------------------------------------------------------------- /web-forms-do-it-right-a-dzone-story/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/web-forms-do-it-right-a-dzone-story/index.html -------------------------------------------------------------------------------- /whats-new-in-spark-framework-improvements.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/whats-new-in-spark-framework-improvements.html -------------------------------------------------------------------------------- /whats-new-in-spark-framework-improvements/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phatak-dev/blog/HEAD/whats-new-in-spark-framework-improvements/index.html --------------------------------------------------------------------------------