- Learning Spark SQL
- Aurobindo Sarkar
- 156字
- 2021-07-02 18:23:39
Conventions
In this book, you will find several text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and terminal commands as follows: "The model is trained by calling the fit() method on the training Dataset. "
A block of code is set as follows:
scala> val inDiaDataDF = spark.read.option("header", true).csv("file:///Users/aurobindosarkar/Downloads/dataset_diabetes/diabetic_data.csv").cache()
Any command-line input or output is written as follows:
head -n 8000 input.txt > val.txt
tail -n +8000 input.txt > train.txt
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Spring 5.0 By Example
- Kubernetes實戰(zhàn)
- LabVIEW Graphical Programming Cookbook
- C# 2012程序設(shè)計實踐教程 (清華電腦學(xué)堂)
- Java技術(shù)手冊(原書第7版)
- 精通API架構(gòu):設(shè)計、運(yùn)維與演進(jìn)
- Python數(shù)據(jù)挖掘與機(jī)器學(xué)習(xí)實戰(zhàn)
- 深入淺出RxJS
- 名師講壇:Spring實戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Python完全自學(xué)教程
- OpenCV with Python Blueprints
- PHP+MySQL動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- 數(shù)據(jù)分析與挖掘算法:Python實戰(zhàn)
- Java程序設(shè)計教程
- Clojure Data Structures and Algorithms Cookbook