首页 > 系统相关 >Ubuntu22 kettle

Ubuntu22 kettle

时间:2023-04-03 17:55:57浏览次数:49  
标签:kettle vm etc assistive Ubuntu22 line root

 https://www.jianshu.com/p/446506134564

cat /etc/apt/sources.list
deb http://cz.archive.ubuntu.com/ubuntu bionic main universe


apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32

apt-get install libwebkitgtk-1.0-0




[root@kettle-vm:~ ]$ java -version
openjdk version "1.8.0_362"
OpenJDK Runtime Environment (build 1.8.0_362-8u362-ga-0ubuntu1~22.04-b09)
OpenJDK 64-Bit Server VM (build 25.362-b09, mixed mode)
[root@kettle-vm:~ ]$
[root@kettle-vm:~ ]$
[root@kettle-vm:~ ]$ cat /etc/java-8-openjdk/accessibility.properties
#
# The following line specifies the assistive technology classes
# that should be loaded into the Java VM when the AWT is initailized.
# Specify multiple classes by separating them with commas.
# Note: the line below cannot end the file (there must be at
# a minimum a blank line following it).
#
assistive_technologies=org.GNOME.Accessibility.AtkWrapper

[root@kettle-vm:~ ]$
[root@kettle-vm:~ ]$
[root@kettle-vm:~ ]$ sed -i -e '/^assistive_technologies=/s/^/#/' /etc/java-*-openjdk/accessibility.properties
[root@kettle-vm:~ ]$
[root@kettle-vm:~ ]$ cat /etc/java-8-openjdk/accessibility.properties
#
# The following line specifies the assistive technology classes
# that should be loaded into the Java VM when the AWT is initailized.
# Specify multiple classes by separating them with commas.
# Note: the line below cannot end the file (there must be at
# a minimum a blank line following it).
#
#assistive_technologies=org.GNOME.Accessibility.AtkWrapper

[root@kettle-vm:~ ]$

 

标签:kettle,vm,etc,assistive,Ubuntu22,line,root
From: https://www.cnblogs.com/apolloextra/p/kettle.html

相关文章

  • Ubuntu22.04Linux安装手册
    Ubuntu22.04系统ISO镜像下载https://mirrors.aliyun.comLive-server-amd64#服务器isoDesktop-amd64#桌面isoInstallUbuntu22.04使用安装介质启动系统当系统使用......
  • ubuntu22.04下安装nvidia-docker
    首先需要保证dockerengine已经安装成功,具体见:https://www.cnblogs.com/devilmaycry812839668/p/17269122.html  ======================================  nvi......
  • kettle java api save 任务 无法load trans/job
    使用save保存publicstaticvoidrunTrans(StringtransName,KettleDatabaseRepositoryrepository){try{RepositoryDirectoryInterfacedir......
  • 第2章 Kettle安装部署
    2.1Kettle下载2.1.1下载地址管网地址:https://community.hitachivantara.com/docs/DOC-10009855下载地址:https://sourceforge.net/projects/pentaho/files/Data%20Inte......
  • Ubuntu22.10 使用命令安装 MongoDB6.0 并配置
     安装mongodbapt-getinstallgnupgwget-qO-https://www.mongodb.org/static/pgp/server-6.0.asc|apt-keyadd-echo"deb[arch=amd64,arm64]https://repo......
  • 6.kettle对整个数据库迁移
    需求: 将mysql数据库中的所有表与数据迁移到Oracle。   技术引导: 实现之初,在kettle提供的例子中找到了一个类似的(samples\jobs\processalltables)。 通过相关改......
  • 2.kettle命令行使用说明
    Kettle命令行使用说明1.Kitchen——作业执行器(后缀名:kjb)是一个作业执行引擎,用来执行作业。这是一个命令行执行工具,参数说明如下。-rep:Repositoryname任务包所在存储......
  • 3.kettle使用
    Kettle遇到的问题Kettle基础kettle有两种保存方式:一种是资源库方式(数据库),一种是文件格式(XML)kettle有两种类型Transformation和Job,Transformation完成针对数据的基础转......
  • 5.kettle集群配置
    kettle安装配置http://wiki.pentaho.com/display/BAD/Extracting+Data+from+HDFS+to+Load+an+RDBMS安装Kettle需先安装jdk,配置环境变量,安装JDK时jdkbin和jre要在一个JD......
  • 4.kettle将数据加载到hadoop集群
    kettle将数据加载到hadoop集群1..将数据加载到HDFSa)启动Hadoop,创建Job,把文件放进Hadoopb)在桌面上打开PDI(kettle):选择“文件(file)”-“新建(new)”-“job”c)添加启动项......