Troubleshooting (Hadoop: Setting up a Single Node Cluster) Local 에 SingleNodeCluster 로 하둡을 실행시 에러 발생 $ sbin/start-dfs.sh첫번째 에러 Operation Not Permitted Error Mac 에서의 권한 에러 해결방법 sshd-keygen-wrapper 의 Full Disk Access 설정 System Preference -> Setting -> Security & Privacy -> Privacy -> Full Disk Access 두번째 에러 secondary namenode 에서 DNS 가 적절히 입력되지 않음 $ Starting secondary namenodes \[XXX.XXX.XXX.XXX\] $ XXX.XXX.XXX.XXX: ssh: Could not resolve hostname XXX.XXX... 2022. 8. 22. Prompt Injection: Parameterization of Fixed Inputs 새 창에서 열기 2022. 8. 22. Apache Spark 4. What is RDD & DAG? Ref. 아파치 스파크 입문 Apache Hadoop 2022. 8. 22. Apache Spark 3. Apache Spark Streaming Ref. 아파치 스파크 입문 Apache Hadoop 2022. 8. 22. Apache Spark 2. What is Apache Spark? Ref. 아파치 스파크 입문 Apache Hadoop 2022. 8. 22. OS #4 - CPU Scheduling In [1]: from IPython.core.display import display, HTML display(HTML("")) View Source Chapter 5. Scheduling¶ Contents¶ - 5.1 Basic Concepts - 5.2 Scheduling Criteria - 5.3 Scheduling Algorithms - 5.4 Thread Scheduling - 5.6 Real-Time CPU Scheduling 5.1 Basic Concepts¶ CPU scheduling¶ multiprogrammed OS 에서의 기본 multiprogramming (multi-tasking) 의 목적 Maximize CPU utilization (multiprogramming) Concur.. 2022. 8. 22. Apache Spark 1. What is Apache Hadoop? Ref. 아파치 스파크 입문 Apache Hadoop Understanding Hadoop Clusters and the Network Difference between Rack Awareness and Name node 2022. 8. 21. Python GIL In [1]: from IPython.core.display import display, HTML display(HTML("")) View Source Python GIL¶Contents¶ - A. 파이썬 에도 종류가 있다? - B. CPython - C. 파이썬 은 Interprter 아닌가요? - D. Python GIL - E. 파이썬 Multi-Threading, Multi-processing - G. GIL 을 사용한 이유 그리고 제거하지 않는 이유 A. 파이썬 에도 종류가 있다?¶ CPython C로 구현된 파이썬 일반적으로 파이썬이라고 하면 Cpython을 의미 Jython Java로 구현된 파이썬 자바가상머신용 인터프리터 lronPython C#로 구현된 파이썬 .NET 플랫폼용 인터프리터.. 2022. 8. 4. OS #3 - Threads & Concurrency In [1]: from IPython.core.display import display, HTML display(HTML("")) View Source Chapter 4. Threads & Concurrency¶ Contents¶ - 4.1 Overview - 4.4 Thread Library - 4.2 Multicore Programming - 4.3 Multithreading Models - 4.4 Thread Library - 4.5 Implicit Threading 4.1 Overview¶ So far¶ chapter3 까지는 process with a single thread of control 다룸 chapter4 에서는 process with multiple threads of control.. 2022. 8. 2. 이전 1 2 3 4 5 6 ··· 9 다음