Spark workshop (Hội thảo về Apache Spark) (Tiếng Anh)
- 页数
- 194
- 格式
- 大小
- 6.9 MB
- 浏览量
- 0
- 评论
- 0
- 下载次数
- 0
Tài liệu hội thảo giới thiệu về Apache Spark, bao gồm hướng dẫn cài đặt, tạo RDD, và các ví dụ xử lý dữ liệu cơ bản.
常见问题
此文档免费吗?
是的。“Spark workshop (Hội thảo về Apache Spark) (Tiếng Anh)”是免费的 — 只需登录并点击“下载”即可获取原始文件。
这份文档有多少页?
该文档共有 194 页。您可以在下载前进行在线预览。
我可以在下载前预览吗?
是的。您可以通过在线阅读器直接在本页面预览此文档,然后再决定是否下载。
- 文档名称
- Spark workshop (Hội thảo về Apache Spark) (Tiếng Anh)
- 内容
- Tài liệu hướng dẫn cài đặt và sử dụng Apache Spark qua các bước thực hành, bao gồm mở Spark Shell, tạo và thao tác với RDD, cũng như giới thiệu các thành phần khác của Spark và một ví dụ về log mining.
- 目录
- 00: Getting Started
- Introduction
- Intro: Online Course Materials
- Intro: Success Criteria
- Intro: Preliminaries
- 01: Getting Started
- Installation
- Step 1: Install Java JDK 6/7 on MacOSX or Windows
- Step 1: Install Java JDK 6/7 on Linux
- Step 2: Download Spark
- Step 3: Run Spark Shell
- Step 4: Create an RDD
- Installation: Optional Downloads: Python
- Installation: Optional Downloads: Maven
- 03: Getting Started
- Spark Deconstructed
- Spark Deconstructed: Log Mining Example
- 页数
- 194 页
- 上传者
- Uni24h
正在生成预览...
描述
Intro to Apache Spark ! http://databricks.com/ download slides: http://cdn.liber118.com/workshop/itas_workshop.pdf 00: Getting Started Introduction installs + intros, while people arrive: 20 min Intro: Online Course Materials Best to download the slides to your laptop: cdn.liber118.com/workshop/itas_workshop.pdf Be sure to complete the course survey: http://goo.gl/QpBSnR In addition to these slides, all of the code samples are available on GitHub gists: gist.github.com/ceteri/f2c3486062c9610eac1d gist.github.com/ceteri/8ae5b9509a08c08a1132 gist.github.com/ceteri/11381941 Intro: Success Criteria By end of day, participants will be comfortable with the following: open a Spark Shell use of some ML algorithms explore data sets loaded from HDFS, etc. review Spark SQL, Spark Streaming, Shark review advanced topics and BDAS projects follow-up courses and certification developer community resources, events, etc. return to workplace and demo use of Spark! Intro: Preliminaries intros – what is your background? who needs to use AWS instead of laptops? key, if needed? See tutorial: PEM Connect to Your Amazon EC2 Instance from Windows Using PuTTY 01: Getting Started Installation hands-on lab: 20 min Installation: Let’s get started using Apache Spark, in just four easy steps… spark.apache.org/docs/latest/ (for class, please copy from the USB sticks) Step 1: Install Java JDK 6/7 on MacOSX or Windows oracle.com/technetwork/java/javase/downloads/ jdk7-downloads-1880260.html follow the license agreement instructions then click the download for your OS need JDK instead of JRE (for Maven, etc.) (for class, please copy from the USB sticks) Step 1: Install Java JDK 6/7 on Linux this is much simpler on Linux…! sudo apt-get -y install openjdk-7-jdk Step 2: Download Spark we’ll be using Spark 1.0.0 see spark.apache.org/downloads.html 1. download this U
Spark workshop (Hội thảo về Apache Spark) (Tiếng Anh)
正在生成预览...
Intro to Apache Spark ! http://databricks.com/ download slides: http://cdn.liber118.com/workshop/itas_workshop.pdf 00: Getting Started Introduction installs + intros, while people arrive: 20 min Intro: Online Course Materials Best to download the slides to your laptop: cdn.liber118.com/workshop/itas_workshop.pdf Be sure to complete the course survey: http://goo.gl/QpBSnR In addition to these slides, all of the code samples are available on GitHub gists: gist.github.com/ceteri/f2c3486062c9610eac1d gist.github.com/ceteri/8ae5b9509a08c08a1132 gist.github.com/ceteri/11381941 Intro: Success Criteria By end of day, participants will be comfortable with the following: open a Spark Shell use of some ML algorithms explore data sets loaded from HDFS, etc. review Spark SQL, Spark Streaming, Shark review advanced topics and BDAS projects follow-up courses and certification developer community resources, events, etc. return to workplace and demo use of Spark! Intro: Preliminaries intros – what is your background? who needs to use AWS instead of laptops? key, if needed? See tutorial: PEM Connect to Your Amazon EC2 Instance from Windows Using PuTTY 01: Getting Started Installation hands-on lab: 20 min Installation: Let’s get started using Apache Spark, in just four easy steps… spark.apache.org/docs/latest/ (for class, please copy from the USB sticks) Step 1: Install Java JDK 6/7 on MacOSX or Windows oracle.com/technetwork/java/javase/downloads/ jdk7-downloads-1880260.html follow the license agreement instructions then click the download for your OS need JDK instead of JRE (for Maven, etc.) (for class, please copy from the USB sticks) Step 1: Install Java JDK 6/7 on Linux this is much simpler on Linux…! sudo apt-get -y install openjdk-7-jdk Step 2: Download Spark we’ll be using Spark 1.0.0 see spark.apache.org/downloads.html 1. download this U
阅读全文
- 文档名称
- Spark workshop (Hội thảo về Apache Spark) (Tiếng Anh)
- 内容
- Tài liệu hướng dẫn cài đặt và sử dụng Apache Spark qua các bước thực hành, bao gồm mở Spark Shell, tạo và thao tác với RDD, cũng như giới thiệu các thành phần khác của Spark và một ví dụ về log mining.
- 目录
- 00: Getting Started
- Introduction
- Intro: Online Course Materials
- Intro: Success Criteria
- Intro: Preliminaries
- 01: Getting Started
- Installation
- Step 1: Install Java JDK 6/7 on MacOSX or Windows
- Step 1: Install Java JDK 6/7 on Linux
- Step 2: Download Spark
- Step 3: Run Spark Shell
- Step 4: Create an RDD
- Installation: Optional Downloads: Python
- Installation: Optional Downloads: Maven
- 03: Getting Started
- Spark Deconstructed
- Spark Deconstructed: Log Mining Example
- 页数
- 194 页
- 上传者
- Uni24h
评论 (0)
暂无评论。快来抢沙发吧!
Ngân hàng đề thi môn: Hệ thống thông tin quản lý
Đề thi môn Cơ sở dữ liệu (kèm Đáp án) - Đại học Sư phạm kỹ thuật
Đề thi và đáp án môn Hệ thống thông tin kế toán
Đề thi và đáp án môn Cấu trúc dữ liệu giải thuật
Đáp án đề thi môn Mạng máy tính - ĐH Công nghệ thông tin (CNTT)
Chương 7.Cơ học lượng tử - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Chương 6.Quang học lượng tử - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Chương 5.Thuyết tương đối - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Chương 4. Tán xạ ánh sáng - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Chương 3.Phân cực ánh sáng - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
评论 (0)
暂无评论。快来抢沙发吧!