10补交

Posted 201806120

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了10补交相关的知识,希望对你有一定的参考价值。

补交第九次作业

    1. 安装启动检查mysql服务。
      netstat -tunlp (3306)
    2. spark 连接mysql驱动程序。
      –cp /usr/local/hive/lib/mysql-connector-java-5.1.40-bin.jar /usr/local/spark/jars
    3. 启动 Mysql shell,新建数据库spark,表student。
      select * from student;
    4. spark读取MySQL数据库中的数据
      spark.read.format("jdbc").option("url", "jdbc:mysql://localhost:3306/spark?useSSL=false") ...  .load()
    5. spark向MySQL数据库写入数据
      studentDF.write.format(‘jdbc’).option(…).mode(‘append’).save() 

以上是关于10补交的主要内容,如果未能解决你的问题,请参考以下文章

补交第八次作业

第七周(10.27-11.03)----补交第六周(10.20-26)每周例行报告

补交第四次作业

第八周 课下作业补交(数据库)

补交gitssh

第十二章课下测试补交博客