You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/10/10 10:14:15 UTC

[GitHub] [incubator-seatunnel] wangcomeoffit opened a new issue, #3051: Exception StackTrace:java.lang.ArrayIndexOutOfBoundsException: 0

wangcomeoffit opened a new issue, #3051:
URL: https://github.com/apache/incubator-seatunnel/issues/3051

   ### 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
   
   配置文件
   
   
   
    执行命令
   
   
   错误信息
   22/10/10 18:03:14 ERROR base.Seatunnel: Fatal Error,
   
   22/10/10 18:03:14 ERROR base.Seatunnel: Please submit bug report in https://github.com/apache/incubator-seatunnel/issues
   
   22/10/10 18:03:14 ERROR base.Seatunnel: Reason:0
   
   22/10/10 18:03:14 ERROR base.Seatunnel: Exception StackTrace:java.lang.ArrayIndexOutOfBoundsException: 0
   
   
   ### SeaTunnel Version
   
   2.1.3
   
   ### SeaTunnel Config
   
   ```conf
   source {
    jdbc {
     driver = "com.mysql.jdbc.Driver"
     url = "jdbc:mysql://192.168.0.2:3306/test?useUnicode=true&characterEncoding=utf8&useSSL=false"
     table = "a"
     result_table_name = "result_table_name"
     user = "root"
     password = "123"
    }
   
   }
   
   transform {
    # split data by specific delimiter
   
    # you can also use other filter plugins, such as sql
    # sql {
    #  sql = "select * from accesslog where request_time > 1000"
    # }
   
    # If you would like to get more information about how to configure seatunnel and see full list of filter plugins,
    # please go to https://seatunnel.apache.org/docs/spark/configuration/transform-plugins/Sql
   }
   
   sink {
    Hive {
     sql = "insert into table test.hivea select id,name,age,score from result_table_name"
    }
   }
   ```
   
   
   ### Running Command
   
   ```shell
   bin/start-seatunnel-spark.sh --master local[4] --deploy-mode client --config /tmp/mysql2hive.conf
   ```
   
   
   ### Error Exception
   
   ```log
   22/10/10 18:03:14 ERROR base.Seatunnel: Fatal Error,
   
   22/10/10 18:03:14 ERROR base.Seatunnel: Please submit bug report in https://github.com/apache/incubator-seatunnel/issues
   
   22/10/10 18:03:14 ERROR base.Seatunnel: Reason:0
   
   22/10/10 18:03:14 ERROR base.Seatunnel: Exception StackTrace:java.lang.ArrayIndexOutOfBoundsException: 0
   ```
   
   
   ### Flink or Spark Version
   
   spark-2.4.8-bin-hadoop2.7
   
   ### Java or Scala Version
   
   jdk 8
    scala-2.12.6
   
   ### Screenshots
   
   22/10/10 18:03:14 ERROR base.Seatunnel: Fatal Error,
   
   22/10/10 18:03:14 ERROR base.Seatunnel: Please submit bug report in https://github.com/apache/incubator-seatunnel/issues
   
   22/10/10 18:03:14 ERROR base.Seatunnel: Reason:0
   
   22/10/10 18:03:14 ERROR base.Seatunnel: Exception StackTrace:java.lang.ArrayIndexOutOfBoundsException: 0
   
   
   ### 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: commits-unsubscribe@seatunnel.apache.org.apache.org

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


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #3051: [Bug][spark] Exception StackTrace:java.lang.ArrayIndexOutOfBoundsException: 0

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3051:
URL: https://github.com/apache/incubator-seatunnel/issues/3051#issuecomment-1319393935

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] wangcomeoffit commented on issue #3051: [Bug][spark] Exception StackTrace:java.lang.ArrayIndexOutOfBoundsException: 0

Posted by GitBox <gi...@apache.org>.
wangcomeoffit commented on issue #3051:
URL: https://github.com/apache/incubator-seatunnel/issues/3051#issuecomment-1274267140

   jdk version jdk-8u271、jdk-8u152、jdk-8u331
   os version CentOS Linux release 7.4.1708 (Core)
   
   show be change  seatunnel-env.sh 
   export SEATUNNEL_PRINT_ASCII_LOGO=false


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #3051: [Bug][spark] Exception StackTrace:java.lang.ArrayIndexOutOfBoundsException: 0

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3051:
URL: https://github.com/apache/incubator-seatunnel/issues/3051#issuecomment-1311077351

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


[GitHub] [incubator-seatunnel] github-actions[bot] closed issue #3051: [Bug][spark] Exception StackTrace:java.lang.ArrayIndexOutOfBoundsException: 0

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #3051: [Bug][spark] Exception StackTrace:java.lang.ArrayIndexOutOfBoundsException: 0
URL: https://github.com/apache/incubator-seatunnel/issues/3051


-- 
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: commits-unsubscribe@seatunnel.apache.org

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