Spark & Hadoop (2) 썸네일형 리스트형 [SparkByExamples] Pyspark Tutorial PySpark Tutorial For Beginners | Python Examples Spark with Python (PySpark) Tutorial For Beginners In this PySpark Tutorial (Spark with Python) with examples, you will learn what is PySpark? it's features, advantages, modules, packages, and how to use RDD & DataFrame with sample examples in Python code. sparkbyexamples.com pyspark 사용 시 구글링할 때 자주 나오는 예제 사이트이다. 유용했던 사이트라, 스파크 스터디원들과 함께 pyspark tu.. [PySpark Documentation/API Reference] Spark SQL Core Classes pyspark.sql.SparkSession The entry point to programming Spark with the Dataset and DataFrame API. -> pyspark 사용 시 스파크 세션을 할당해야 spark 프로그래밍을 시작할 수 있음 pyspark.sql.Catalog User-facing catalog API, accessible through SparkSession.catalog. 카탈로그 메타스토어에 접근하기 위한 인터페이스 메타스토어: 메타정보를 보관하고 사용자의 요청에 따라 관련 정보를 제공하는 곳 (출처: https://wikidocs.net/28353 ) 즉, 데이터베이스, 로컬 및 외부 테이블, 함수, 테이블 컬럼, 임시 뷰의 데이터 .. 이전 1 다음