码迷,mamicode.com
首页 > 编程语言 > 详细

[java][kettle]在Linux上面kettle-spoon启动问题

时间:2020-04-03 15:03:45      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:运行   ima   data-   限制   span   http   hive   image   security   

在Linux上面kettle-spoon启动问题

文件大小限制问题

技术图片

 

 

修改此文件

/etc/security/limits.conf

* soft nofile 327680
* hard nofile 327680
hdfs soft nproc 131072
hdfs hard nproc 131072
mapred soft nproc 131072
mapred hard nproc 131072
hbase soft nproc 131072
hbase hard nproc 131072
zookeeper soft nproc 131072
zookeeper hard nproc 131072
hive soft nproc 131072
hive hard nproc 131072
root soft nproc 131072
root hard nproc 131072
landv soft nproc 131072
landv hard nproc 131072

data-integration/core

使用root运行就好

sudo ./spoon.sh

 

技术图片

 

[java][kettle]在Linux上面kettle-spoon启动问题

标签:运行   ima   data-   限制   span   http   hive   image   security   

原文地址:https://www.cnblogs.com/landv/p/12626300.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!