묻고 답해요
164만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 영화 사이트 만들기
npm run dev 오류
안녕하세요 John 강사님! 유익한 무료 수업 제공해주셔서 정말 잘 듣고 있습니다. 다름이 아니라 npm run dev 명령어 실행중에 오류를 겪어 어떻게 해결할 수 있을지 도움받고자 합니다. - dev.js 파일 만들기 : mongoURI 생성 module.exports = { mongoURI:'mongodb+srv://flowersayo:<비밀번호>@cluster0.ifdyv.mongodb.net/myFirstDatabase?retryWrites=true&w=majority' } - 루트와 client에서 npm install : 노드모듈 생성 위 두가지 모두 완료하고 npm run dev 명령어를 실행하였지만 오류가 발생한 상태입니다. 아래는 오류 메시지 입니다. PS C:\Users\flowe\Desktop\movie-app> npm run dev > react-boiler-plate@1.0.0 dev > concurrently "npm run backend" "npm run start --prefix client" [0] Error occurred when executing command: npm run backend [0] Error: spawn cmd.exe ENOENT [0] at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19) [0] at onErrorNT (node:internal/child_process:477:16) [0] at processTicksAndRejections (node:internal/process/task_queues:83:21) [1] Error occurred when executing command: npm run start --prefix client [1] Error: spawn cmd.exe ENOENT [1] at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19) [1] at onErrorNT (node:internal/child_process:477:16) [1] at processTicksAndRejections (node:internal/process/task_queues:83:21) [1] npm run start --prefix client exited with code -4058 [0] npm run backend exited with code -4058
-
미해결[C#과 유니티로 만드는 MMORPG 게임 개발 시리즈] Part3: 유니티 엔진
5:52 Basecontroller bc질문
PlayerController와 Monstercontroller둘다 BaseController를 상속받고 있는데 Basecontroller 컴포넌트를 가져오면 알아서 PlayerContoller일 경우 bc에 PlayerController에 할당이 되고 MonsterController일 경우 알아서 Monstercontroller가 bc에 할당이 되는 것인가요??
-
미해결스프링 MVC 2편 - 백엔드 웹 개발 활용 기술
인터셉터 예외 경로 /aaa , /aaa/ 차이
안녕하세요~ 7강. 인터셉터 부분 복습 중 문의 드립니다. 아래 강의 소스 중 excludePathPatterns 을 적용한 이후 소스를 수정하면서 이것 저것 테스트 해 보는 중 http://localhost:8080/error/ 와 같이 뒤에 슬래쉬(/)가 붙는 경우 인터셉터 예외가 적용되질 않아, 인터셉트 함수를 타는 것 같습니다. 보통 뒤의 슬래쉬는 붙지 않는다고 생각하고 개발하면 되나요? 실무에서도 뒤에 붙는 슬래쉬까지는 고려하지 않고 개발하는지도 궁금합니다. @Override public void addInterceptors(InterceptorRegistry registry) { registry.addInterceptor(new LogInterceptor()) .order(1) .addPathPatterns("/**") .excludePathPatterns("/css/**", "/*.ico", "/error"); }
-
미해결자바 ORM 표준 JPA 프로그래밍 - 기본편
Entity폴더 위치
학습하는 분들께 도움이 되고, 더 좋은 답변을 드릴 수 있도록 질문전에 다음을 꼭 확인해주세요.1. 강의 내용과 관련된 질문을 남겨주세요.2. 인프런의 질문 게시판과 자주 하는 질문(링크)을 먼저 확인해주세요.(자주 하는 질문 링크: https://bit.ly/3fX6ygx)3. 질문 잘하기 메뉴얼(링크)을 먼저 읽어주세요.(질문 잘하기 메뉴얼 링크: https://bit.ly/2UfeqCG)질문 시에는 위 내용은 삭제하고 다음 내용을 남겨주세요.=========================================[질문 템플릿]1. 강의 내용과 관련된 질문인가요? (예/아니오)2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예/아니오)3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예/아니오)[질문 내용]JPA 공부중 질문이 생겨 문의드립니다. 예를들어 제가 기능이 여러개가 있어서 폴더 아키텍처를 아래와 같이 기능별로 나누고 그 안에 각각 엔티티나 그외 파일을 저장하려고 하는데요. 여기서 궁금한 점이 예를들어 1번 기능에서 사용하는 엔티티를 2번기능에서도 사용하거든요. 그래서 뭔가 이렇게 2곳이상에서 사용하는 엔티티는 commonEntity라는 식으로 따로 빼서 처리해야 하는지.. 보통 어떤식으로 구성하는걸 추천하시는지 궁금해서 질문드립니다. 기능 entity controller repository...등등 기능 entity controller repository...등등
-
미해결남박사의 파이썬 기초부터 실전 100% 활용
requests_html 모듈 install 문제
requests_html 을 pip install 하는데 되질 않습니다. 다른 모듈은 잘 되는 것 같은데 이거 하나가 설치가 잘 안되네요. ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 액세스가 거부되었습니다: 'c:\\programdata\\anaconda3\\lib\\site-packages\\certifi-2019.11.28-py3.7.egg-info\\dependency_links.txt' Consider using the `--user` option or check the permissions. 이렇게 나옵니다.
-
미해결Vue.js 중급 강좌 - 웹앱 제작으로 배워보는 Vue.js, ES6, Vuex
코드문의
1. git사용이 익숙치 않아 아래와 같이 뜨면 권한이 부여된건지 문의드립니다. 2. create 해서 to-do 생성했는데 일부 없는 파일이 있습니다. favicon 파일이나index.html 파일이 없습니다. 강의에서는 이미 있다고 가정하고 설명이 되어 있습니다. 3. 깃소스를 통해 소스를 받았는데 소스와 강의내용의 파일이 다르게 나옵니다. (components폴더 아래 Todo*****.vue 와 같은 파일들도 없습니다)
-
미해결스프링 핵심 원리 - 기본편
new 연산자 관련 질문있습니다 :)
1. 강의 내용과 관련된 질문인가요? (예)2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예)3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예)[질문 내용]회원 서비스 구현체에서 private final MemberRepository memberRepository= new MemoryMemberRepository();를 작성하셨는데, new 연산자로 생성자를 만들려면 new뒤에 클래스도 MemoryMemberRepository가 아니라 MemberRepository가 되어야하는거 아닌가효..?
-
미해결3. 웹개발 코스 [스프링 프레임워크+전자정부 표준프레임워크]
borderWrite.do 를 섯는데 게시판이 안나오네요 ...........하 .
borderWrite.do 를 섯는데 게시판이 안나오네요 ...........하 . 어떻게하죠 ..
-
미해결로그프레소 엔터프라이즈 - 데이터 수집과 파싱
시스로그 포트 생성 안됨
안녕하세요 강의 잘 듣고 있습니다 ! 다름이 아니라, 포트관리> 시스로그에 아무것도 없어 강의와 똑같은 타입, 이름, 주소 등의 설정으로 포트를 생성하려하면 '오류! 이름 또는 주소가 충돌 하였습니다.' 가 뜹니다 확인부탁드립니다 ! 감사합니다 (vcredist_x64 설치 후 재로그인 하였습니다)
-
미해결탄탄한 백엔드 NestJS, 기초부터 심화까지
catch 문에서 error.message 부분 오류가 납니다.
왜 자꾸 catch 문에서 res.send에서 error:error.message, 부분에 error: unknown 개체가 '알 수 없는' 형식입니다. 라는 오류가 뜰까요? 해결방법은 무엇일까요?
-
미해결웹 게임을 만들며 배우는 React에 TypeScript 적용하기
npm run dev 실행은 성공적으로 되는데
npm run dev 실행은 성공적으로 되는데 페이지에 렌더가 되지 않습니다.ㅠㅠ 제로초님 깃헙에 올려진 코드로 변경해봤는데 뭐가 문제일까요 client.tsx webpack.config.js tsconfig.json package.json
-
미해결Vue.js 완벽 가이드 - 실습과 리팩토링으로 배우는 실전 개념
export, export default, export default new 생성자함수()
안녕하세요 강사님, 이번 섹션에서는 HOC 구현 하시면서 재사용되는 코드 뭉치들를 따로 모듈화하시는 것으로 이해를 했습니다. 제가 궁금한 점은 ES6 modules 를 통해 모듈화가 왜 필요한지, 웹팩이 왜 중요한지 그리고 import 할 때 어떻게 가져오는 지는 알겠습니다만 어느 파일은 export const ... 이고 어느 파일은 export function ... 이고 어느 파일은 export default new ... 이고 그리고 나서 이번에 export default function createListView() {} 이런 식으로 작성하면서 옵션들을 재사용 할 수 있도록 하시는 것 같아요! 누군가에게는 export default { ... } 로 그냥 내보내면 되지 않을까? 라고 생각 할 수 있고, 누군가는 export function createListView() {...}로 보내면 되지 않을까 라고 생각 할 수 있는 것 같습니다(필자) 강사님 스타일인건지, 어떠한 정해진 규칙이 있는건지, 이해하기 쉽지 않아 질문 남기게 되었습니다. 개발 공부를 하다보니 이러한 부분이 다른 문서나 블로그에서는 제가 원하는 수준은 없는 것 같아 질문합니다!
-
미해결3. 웹개발 코스 [스프링 프레임워크+전자정부 표준프레임워크]
10강 그대로 강의따라 압축풀기해서 따라하는데 오류 나네요 ..........
강의자님은 로그인되고 저는 로그인그대로햇는데안됩니다 .//..........
-
해결됨공공데이터로 파이썬 데이터 분석 시작하기
구글 코랩에서 한글 폰트 설정
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요. 시각화 설정 부분에서 알려주신대로 했는데 안돼서 찾아봤는데 구글 코랩을 사용하시는 분들은 다르게 해야하더라구요! 주피터 노트북하고 거의 동일하다고 생각했는데 이 부분 추가해주시면 좋을 것 같습니다ㅎㅎ 저는 구글링 통해서 글꼴깔고 리빌드 하고 재시작 하는 방법으로 플롯의 네모가 한글로 정상적으로 나왔습니다
-
미해결
Lo
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. 질문- 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.
-
미해결[개정판] 딥러닝 컴퓨터 비전 완벽 가이드
안녕하세요 교수님
늦었지만 새해복 많이 받으세요 교수님 :) 다름이 아니라 질문이 있어서 이렇게 글을 남깁니다. 다름이 아니라 albumentation을 업그레이드 하고 import cv가 호출되지 않아서 이렇게 글을 남깁니다. 해결방법을 찾아보는데 나오지가 않아서 ㅠㅠㅠ 감사합니다 :)
-
해결됨따라하며 배우는 노드, 리액트 시리즈 - 기본 강의
계속 Module not found 오류가 뜹니다.
Compiled with problems:X ERROR in ./node_modules/body-parser/lib/types/urlencoded.js 217:12-34 Module not found: Error: Can't resolve 'querystring' in '~~~\client\node_modules\body-parser\lib\types' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "querystring": require.resolve("querystring-es3") }' - install 'querystring-es3' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "querystring": false } ERROR in ./node_modules/content-disposition/index.js 19:15-39 Module not found: Error: Can't resolve 'path' in '~~~\client\node_modules\content-disposition' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }' - install 'path-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "path": false } ERROR in ./node_modules/cookie-signature/index.js 4:13-30 Module not found: Error: Can't resolve 'crypto' in '~~~\node_modules\cookie-signature' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "crypto": require.resolve("crypto-browserify") }' - install 'crypto-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "crypto": false } ERROR in ./node_modules/destroy/index.js 12:17-41 Module not found: Error: Can't resolve 'fs' in '~~~\client\node_modules\destroy' ERROR in ./node_modules/destroy/index.js 14:13-30 Module not found: Error: Can't resolve 'stream' in '~~~\client\node_modules\destroy' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }' - install 'stream-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "stream": false } ERROR in ./node_modules/etag/index.js 18:13-30 Module not found: Error: Can't resolve 'crypto' in '~~~\client\node_modules\etag' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "crypto": require.resolve("crypto-browserify") }' - install 'crypto-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "crypto": false } ERROR in ./node_modules/etag/index.js 20:12-31 Module not found: Error: Can't resolve 'fs' in '~~~\client\node_modules\etag' ERROR in ./node_modules/express/lib/application.js 28:11-26 Module not found: Error: Can't resolve 'http' in '~~~\client\node_modules\express\lib' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "http": require.resolve("stream-http") }' - install 'stream-http' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "http": false } ERROR in ./node_modules/express/lib/application.js 42:14-37 Module not found: Error: Can't resolve 'path' in '~~~\client\node_modules\express\lib' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }' - install 'path-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "path": false } ERROR in ./node_modules/express/lib/request.js 18:11-30 Module not found: Error: Can't resolve 'net' in '~~~\client\node_modules\express\lib' ERROR in ./node_modules/express/lib/request.js 22:11-26 Module not found: Error: Can't resolve 'http' in '~~~\client\node_modules\express\lib' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "http": require.resolve("stream-http") }' - install 'stream-http' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "http": false } ERROR in ./node_modules/express/lib/response.js 23:11-26 Module not found: Error: Can't resolve 'http' in '~~~\client\node_modules\express\lib' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "http": require.resolve("stream-http") }' - install 'stream-http' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "http": false } ERROR in ./node_modules/express/lib/response.js 29:11-26 Module not found: Error: Can't resolve 'path' in '~~~\client\node_modules\express\lib' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }' - install 'path-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "path": false } ERROR in ./node_modules/express/lib/utils.js 31:18-40 Module not found: Error: Can't resolve 'querystring' in '~~~\client\node_modules\express\lib' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "querystring": require.resolve("querystring-es3") }' - install 'querystring-es3' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "querystring": false } ERROR in ./node_modules/express/lib/view.js 16:11-26 Module not found: Error: Can't resolve 'path' in '~~~\client\node_modules\express\lib' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }' - install 'path-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "path": false } ERROR in ./node_modules/express/lib/view.js 18:9-22 Module not found: Error: Can't resolve 'fs' in '~~~\client\node_modules\express\lib' ERROR in ./node_modules/mime-types/index.js 15:14-37 Module not found: Error: Can't resolve 'path' in '~~~\client\node_modules\mime-types' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }' - install 'path-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "path": false } ERROR in ./node_modules/mime/mime.js 1:11-26 Module not found: Error: Can't resolve 'path' in '~~~\client\node_modules\mime' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }' - install 'path-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "path": false } ERROR in ./node_modules/mime/mime.js 3:9-22 Module not found: Error: Can't resolve 'fs' in '~~~\client\node_modules\mime' ERROR in ./node_modules/parseurl/index.js 13:10-24 Module not found: Error: Can't resolve 'url' in '~~~\client\node_modules\parseurl' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "url": require.resolve("url/") }' - install 'url' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "url": false } ERROR in ./node_modules/send/index.js 29:9-22 Module not found: Error: Can't resolve 'fs' in '~~~\client\node_modules\send' ERROR in ./node_modules/send/index.js 39:11-26 Module not found: Error: Can't resolve 'path' in '~~~\client\node_modules\send' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }' - install 'path-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "path": false } ERROR in ./node_modules/send/index.js 43:13-30 Module not found: Error: Can't resolve 'stream' in '~~~\client\node_modules\send' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }' - install 'stream-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "stream": false } ERROR in ./node_modules/send/index.js 45:11-26 Module not found: Error: Can't resolve 'util' in '~~~\client\node_modules\send' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }' - install 'util' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "util": false } ERROR in ./node_modules/serve-static/index.js 20:14-37 Module not found: Error: Can't resolve 'path' in '~~~\client\node_modules\serve-static' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }' - install 'path-browserify' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "path": false } ERROR in ./node_modules/serve-static/index.js 24:10-24 Module not found: Error: Can't resolve 'url' in '~~~\client\node_modules\serve-static' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "url": require.resolve("url/") }' - install 'url' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "url": false } ERROR in ../node_modules/zlib/lib/zlib.js 1:0-43 Module not found: Error: Can't resolve './zlib_bindings' in '~~~\node_modules\zlib\lib' 계속 위에 처럼 오류가 뜹니다. package.json, node_modules 삭제 후 재설치 해도 계속 저렇게 뜹니다. 어떻게 해결해야 할까요 setupProxy.js index.js App.js
-
미해결웹게임을 만들며 배우는 인터렉티브웹! JAVASCRIPT
전체 이미지에서 원하는 부분만 컷하고 싶어요(사진첨부)
사진 첨부한것처럼 전체에서 원하는 부분만 컷하고 싶은데 방법을 모르겟어요
-
미해결풀스택을 위한 탄탄한 프런트엔드 부트캠프 (HTML, CSS, 바닐라 자바스크립트 + ES6) [풀스택 Part2]
선생님 inner와 container 둘중에 하나만 쓰면 안되는건가요?
선생님 지나가다 댓글남깁니다~ inner 와 container 둘다 안쓰는건 header를 상위선택자로 써야하기에 문제가 있을거같고 둘중에 하나만 써도 될것같은데 굳이 두번이나 감쌀 이유가 있을까요? inner에서 바로 flex주고싶은데 그러면 이상해질까요? 그리고 head-brand와 head-blog , head-container는 단 하나뿐이라 클래스 말고 id로 써도 될텐데 class로 쓰는 이유가 있을까요?
-
미해결Data Engineering Course (1) : 빅데이터 하둡 직접 설치하기
포맷 오류
java 때문에 오류가 나는 거 같습니다. 자바 파일의 경우 따로 올려주신 URL(Download Ubuntu 20.04 LTS and Installation Hadoop 3.x on Ubuntu Standalone Operation(Local mode))의 https://www.oracle.com/ca-en/java/technologies/javase/javase-jdk8-downloads.html는 존재하지 않는 페이지로 나와 jdk1.8.0_311를 설치 했습니다. 소스 파일 들도 잘 있습니다. 어떻게 해결 할 수 있을까요?