You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "An1990 (via GitHub)" <gi...@apache.org> on 2023/02/03 09:46:53 UTC

[GitHub] [incubator-streampark] An1990 commented on issue #2296: 通过streampark平台提交的flink job 无法做checkpoint ,checkpoint path 是hdfs地址,请问该如何进行配置

An1990 commented on issue #2296:
URL: https://github.com/apache/incubator-streampark/issues/2296#issuecomment-1415504895

   hadoop  classpath已经配置
   
   配置文件如下:
   export HADOOP_HOME=/opt/cloudera/parcels/CDH/lib/hadoop
   export FLINK_HOME=/data/flink
   export HADOOP_CLASSPATH=`hadoop classpath`
   
   # streamx
   export STREAMX_HOME=/data/streamx/streamx
   export PATH=/data/streamx/streamx/bin:$PATH:/data/flink/bin
   
   export HADOOP_CONF_DIR=/etc/hadoop/conf
   #export HADOOP_COMMON_HOME=/opt/cloudera/parcels/CDH/lib/hadoop
   export HIVE_HOME=$HADOOP_HOME/../hive
   export HBASE_HOME=$HADOOP_HOME/../hbase
   export HADOOP_HDFS_HOME=$HADOOP_HOME/../hadoop-hdfs
   export HADOOP_MAPRED_HOME=$HADOOP_HOME/../hadoop-mapreduce
   export HADOOP_YARN_HOME=$HADOOP_HOME/../hadoop-yarn
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org