Why Do We Still Choose Manual Work in an Automated World?
By a seasoned engineer tired of repetitive inefficiency “Anything that can be automated, should be...
2025, May 30 — 4 minute readBy a seasoned engineer tired of repetitive inefficiency “Anything that can be automated, should be...
2025, May 30 — 4 minute readHow to use warp Install warp client and Connect warp # Install Warp apt install...
2024, Oct 14 — 1 minute readKafka commands console related # SASL config(producer.properties/consumer.properties) sasl.mechanism=SCRAM-SHA-512 security.protocol=SASL_PLAINTEXT sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required \ username="XXXXX" \ password="XXXXX";...
2023, Apr 18 — 1 minute readHow to use maven Mixed Java/Scala Projects. The pom.xml maybe like this: <?xml version="1.0" encoding="UTF-8"?>...
2022, May 26 — 3 minute readTips for command git related git push git push origin YOUR_BRANCH # normal push commits...
2022, May 19 — 3 minute readSpark性能优化总结 配置调优 spark-submit overwrite jar in the classpath of Spark cluster. spark-submit \ --conf spark.master=yarn...
2019, Aug 28 — 2 minute read我的成长之路 Nearly three years into the big data industry, I have grown from a novice...
2018, Jun 30 — 1 minute read