목록개발/개발 이모저모 (7)
벌꿀오소리가 되고싶은

const fs = require('fs'); const readline = require('readline'); const {google} = require('googleapis'); // If modifying these scopes, delete token.json. const SCOPES = ['https://www.googleapis.com/auth/spreadsheets.readonly']; // The file token.json stores the user's access and refresh tokens, and is // created automatically when the authorization flow completes for the first // time. const TOKE..

AWS 인스턴스 생성후 Ubuntu 서버에 연동하기 ssh -i /path/my-key-pair.pem ec2-user@ec2-198-51-100-1.compute-1.amazonaws.com https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html Connecting to Your Linux Instance Using SSH docs.aws.amazon.com 스프링 부트로 웹 어플리케이션을 최소한으로 구현 해당 웹 어플리케이션 최상단에 Dockerfile 만들어 주기 FR..

클러스터링? HDFS? NAMENODE DATANODE Node 2 네트워크 설정 바꾸기 sudo gedit /etc/netplan/01-network-manager-all.yaml sonyoon@node1:~$ sudo netplan apply sonyoon@node1:~$ sudo gedit /etc/hosts node1 작업 /usr/local/hadoop/hadoop-2.7.7/etc/hadoop$ gedit slaves node2 node1 웹에서 접근 기본포트: 50070 yarn cluster확인 스케줄링확인

package workshop2; import java.io.DataInput; import java.io.DataOutput; import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Map; import MRUtils.MRUtils; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.Text; import org.apache.hadoop.io.Writable; import org..

대규모 데이터 확산 2007년 전세계적으로 디지털 정보량이 사용가능안 저장공간을 초과 하기 시작 2011 제타 바이트 단위에 대해서 집고 넘어가자 1024byte . . . 1024GB = 1TB . . . 1024zb = 1YB 하드웨어 발달 보다 데이터 증가 속도가 더 빠르다. 빅데이터란? 기기와 사람이 생성한 컴퓨터 시스템 로그파일, 이메일 메타 데이터 검색엔진 쿼리, 소셜 네트워킹 활동 등에서 수집되 정보 현재의 정의는 IDC - 판단할 수 잇는 규모 기준은 없다 규모가 크고 구조가 다양 분산 컴퓨팅 아키텍쳐란? 하둡 분산 시스템 상에서 대용량 데이터 처리 분석을 지원하는 오픈소스 소프트웨어 프레임워크 구글이 개발한 맵리듀스를 오픈소슬스로 구현한 결과물 야후에서 최초 개발되었으며 지금은 아파치 소..

뷰엑스(Vuex)는 애플리케이션의 상태 관리를 돕는 라이브러리 이다. 상태(state)란 뷰 data 속성과 비슷하다고 생각하면 된다. 뷰 data 속성과 '상태'는 어떤 차이점이 있을까? id라는 데이터를 로그인 폼 컴포넌트에서 메인 컴포넌트로 전달하는 컴포넌트 간 관계도이다. 만약 로그인 폼에서 입력받은 id를 메인 컴포넌트에 표시해야 한다면 로그인 폼 컴포넌트에서 메인 컴포넌트로 데이터 속성 id를 전달해야 한다. 그러면 id는 상위 컴포넌트인 로그인 컴포넌트와 최상위 컴포넌트를 거쳐 다시 최상위의 하위 컴포넌트 메인 컴포넌트로 전달된다. 이처럼 특정 데이터를 여러 컴포넌트가 공유하고 있을 때 그 데이터를 '상태'라고 한다. 로그인 촘 컴포넌트에서 메인 컴포넌트로 데이터를 전달할 때 로그인 컴초넌트..
이전에 사용하고 있던 AWS 계정과 학생 계정을 연동하여 100credit을 추가 하고자 하였으나 2019년 12월 5일 이후 해단 기능은 사용가능 하지 않는다. 대신 학생계정을 사용할 경우, 1. 일반 AWS계정이 필요 없어짐 2. 신용카드 및 폰정보 기입이 필요하지 않음 3. 예상치 못한 과금이 발생하지 않음 Hi Yuni, This is Nikita with the AWS Educate team. I understand that you were recently approved, and heard you can use your normal AWS Account as a student account and redeem credits onto your AWS Account. As of the 5th De..