首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
20210316专题
大数据面试-20210316
目录 1、简单讲述一下Yarn Application生命周期 2、Hive如何避免小文件的产生,你会如何处理大量小文件? 3、现在给你3条数据 1、简单讲述一下Yarn Application生命周期 1、client向RM提交应用程序,其中包括启动该应用的ApplicationMaster的必须信息,例如ApplicationMaster程序、启动ApplicationMaste
阅读更多...
(20210316已解决)docker-compose创建postgresql容器exited with code 1
Overview 通过docker-compose创建postgresql容器总是失败,log显示为containerName exited with code 1 Exit Code 1: Indicates failure due to application error Solution docker-compose.yaml文件中添加environment变量: environme
阅读更多...
(20210316已解决)postgresql cannot execute CREATE TABLE in a read-only transation
Overview 如题,在一个postgresql 的docker container里创建数据库出现上述错误。 Solution Normally the most plausible reasons for this kinde of error are: trying create statements on a read-only replica (the entire instanc
阅读更多...