摘要:
https://github.com/fansy1990/spark_hive_source_destination https://blog.csdn.net/fansy1990/article/details/53401102?utm_medium=distribute.pc_relevant. 阅读全文
阅读排行榜
Pytorch tutorials and conda
2021-07-02 12:52 by DataBases, 45 阅读, 收藏,
摘要:
先安装anaconda; https://www.anaconda.com/ conda配置镜像源,防止下载的时候出现络问题conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/cond 阅读全文
spark streaming 的两种实现方式
2021-11-19 17:43 by DataBases, 44 阅读, 收藏,
摘要:
/usr/local/spark-2.4.3-bin-hadoop2.7/examples/src/main/python/streaming spark-submit --master yarn --queue comm network_wordcount.py 172.24.4.71 9999 阅读全文
fizzbuzz And DeepLearning
2021-07-15 12:27 by DataBases, 43 阅读, 收藏,
摘要:
# One-hot encode the desired outputs: [number, "fizz", "buzz", "fizzbuzz"]def fizz_buzz_encode(i): if i % 15 == 0: return 3 elif i % 5 == 0: return 2 阅读全文
Spark(SparkStreaming):Dynamic Resource Allocation
2022-05-12 15:58 by DataBases, 41 阅读, 收藏,
摘要:
Spark(SparkStreaming):Dynamic Resource Allocation 阅读全文
浙公网安备 33010602011771号