# BigDataCourse **Repository Path**: ZhLcugb/big-data-course ## Basic Information - **Project Name**: BigDataCourse - **Description**: 使用Dockerfile、docker-compose搭建大数据基础组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2022-11-11 - **Last Updated**: 2022-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BigDataCourse ## 1. 介绍 使用Dockerfile、docker-compose搭建大数据基础组件 ## 2. TODO - [x] Hadoop3.1.3 - [x] Zookeeper - [x] HBase - [x] Hive - [x] ElasticSearch - [x] Kafka - [ ] Spark - [ ] Flink ## 3. 问题 1. Port are not available: listen tcp 0.0.0.0/: bind: An attempt... Windows解决方法: 在powershell中运行以下命令 ``` net stop winnat net start winnat ```