You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exchange can support the jar in hdfs to run but can not supoort the config file in hdfs,it will fail and return the error :
Exception in thread "main" java.lang.IllegalArgumentException: hdfs:/192.168.15.2:9000/tn/app_bs_cli.conf not exist
at com.vesoft.exchange.common.config.Configs$.parse(Configs.scala:260)
It should be supported by putting the config file in hdfs.
The text was updated successfully, but these errors were encountered:
Exchange can support the jar in hdfs to run but can not supoort the config file in hdfs,it will fail and return the error :
Exception in thread "main" java.lang.IllegalArgumentException: hdfs:/192.168.15.2:9000/tn/app_bs_cli.conf not exist
at com.vesoft.exchange.common.config.Configs$.parse(Configs.scala:260)
It should be supported by putting the config file in hdfs.
The text was updated successfully, but these errors were encountered: