xll-gits opened a new issue #977:
URL: https://github.com/apache/incubator-seatunnel/issues/977


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   启动程序时总是报不能创建hdfs目录,程序就直接中断
   
   ### SeaTunnel Version
   
   seatunnel-1.5.7
   
   ### SeaTunnel Config
   
   ```conf
   spark {
     spark.app.name = "T1"
     spark.yarn.queue = "root"
     spark.executor.instances = 2
     spark.executor.cores = 2
     spark.executor.memory = "2g"
     spark.sql.catalogImplementation = "hive"
   }
   input {
       hive {
           pre_sql = "select id,name from temp.t1"
           result_table_name = "t1"
       }
   }
   filter {}
   output {
       jdbc {
           driver = "oracle.jdbc.driver.OracleDriver"
           url = "jdbc:oracle:thin:@${ip}:1521/orcl"
           table = "t1"
           user = "dw"
           password = "${pass}"
           save_mode = "append"
       }
   }
   ```
   
   
   ### Running Command
   
   ```shell
   ./start-seatunnel.sh -c ../config/batch.conf -m yarn -e client
   ```
   
   
   ### Error Exception
   
   ```log
   2022-01-08 16:49:58 ERROR FileFactory:571 -  Failed to create directory path 
/user/hive/warehouse
   2022-01-08 16:49:58 ERROR FileFactory:571 -  Failed to create directory path 
/user/hive/warehouse/default
                                                                                
                **                                                 
                                                                                
              ***#                                                 
                                           *                                    
              ***#                                                 
                                          **                                    
                *#                                                 
                                          **                                    
                *#                                                 
                                         ***                                    
                *#                                                 
          *******   *******    *******  **#******#*  **#*  **********  
**********    *******    *#                                                 
          *#*  **  *** **#**  *#*  *#*    #*    *#*   *#*  **#*****#*  
**#*****#*   *** **#**   *#                                                 
          *#*   *  **   **#*  **   *#*    #*     #*    #*   *#**  ***   *#**  
***   **   **#*   *#                                                 
          *#**  * **#######*  **   *#*    #*     #*    #*    #*    **    #*    
**  **#######*   *#                                                 
          **#***  *#*            ***#*    #*     #*    #*    #*    *#    #*    
*#  *#*          *#                                                 
           **##** *#*          **** #*    #*     #*    #*    #*    *#    #*    
*#  *#*          *#                                                 
            ***#***#*      ** ***   #*    #*     #*    #*    #*    *#    #*    
*#  *#*      **  *#                                                 
          *   **#**##*    *** ***  *#*    #*     #*   *#*    #*    *#    #*    
*#  *##*    ***  *#                                                 
          **   *#* *#**  ***  ***  *#**   *** *  ***  *#**  *#*    *#*  *#*    
*#*  *#**  ***   *#*                                                
          ***  *#* **#******  *#*****#**  *#***  *#****##** *#**  **#*  *#**  
**#*  **#******  **#*                                                
          *#*****   *******   **********  *****  
************##****##****##****##**  *******  **##**                             
                  
   ERROR StatusLogger No log4j2 configuration file found. Using default 
configuration: logging only errors to the console. Set system property 
'log4j2.debug' to show Log4j2 internal initialization logging.
   2022-01-08 16:50:10 INFO  SparkUI:54 - Stopped Spark web UI at 
http://*.*.0.9:22770
   ```
   
   
   ### Flink or Spark Version
   
   Spark version 2.4.5-hw-ei-310012
   
   ### Java or Scala Version
   
   Java 1.8.0_272
   ojdbc8-12.2.0.1.jar
   
   ### Screenshots
   
   
![image](https://user-images.githubusercontent.com/65002598/148638200-67743578-d456-4be2-bbcd-69911f5edd14.png)
   
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to