You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by GitBox <gi...@apache.org> on 2023/01/01 12:26:53 UTC

[GitHub] [hop] jose1003 opened a new issue, #2121: [Bug]: Cannot execute Doris Bulkd Loader

jose1003 opened a new issue, #2121:
URL: https://github.com/apache/hop/issues/2121

   ### Apache Hop version?
   
   2.2.0
   
   ### Java version?
   
   ➜  soft java -version openjdk version "11.0.16" 2022-07-19 OpenJDK Runtime Environment Temurin-11.0.16+8 (build 11.0.16+8) OpenJDK 64-Bit Server VM Temurin-11.0.16+8 (build 11.0.16+8, mixed mode)
   
   ### Operating system
   
   macOS
   
   ### What happened?
   
   When I try to execute the doris bulk loader, I get an error.
   
   This is the process
   
   <img width="976" alt="image" src="https://user-images.githubusercontent.com/2102238/210170509-8d5db2e7-1985-4acc-9540-f778a48e8c5b.png">
   
   Then I run the pipeline,
   
   get an error
   2023/01/01 13:21:16 - Hop - Launching pipeline [loadtest]...
   2023/01/01 13:21:16 - Hop - Started the pipeline execution.
   2023/01/01 13:21:16 - loadtest - Executing this pipeline using the Local Pipeline Engine with run configuration 'local'
   2023/01/01 13:21:16 - loadtest - Execution started for pipeline [loadtest]
   2023/01/01 13:21:16 - Data grid.0 - Finished processing (I=0, O=0, R=0, W=3, U=0, E=0)
   2023/01/01 13:21:16 - Doris bulk loader.0 - ERROR: Because of an error, this transform can't continuejava.lang.IllegalArgumentException
   2023/01/01 13:21:16 - Doris bulk loader.0 - ERROR: org.apache.hop.pipeline.transforms.dorisbulkloader.DorisStreamLoadException: java.lang.IllegalArgumentException
   2023/01/01 13:21:16 - Doris bulk loader.0 - 	at org.apache.hop.pipeline.transforms.dorisbulkloader.DorisBulkLoader.processStreamLoad(DorisBulkLoader.java:181)
   2023/01/01 13:21:16 - Doris bulk loader.0 - 	at org.apache.hop.pipeline.transforms.dorisbulkloader.DorisBulkLoader.processRow(DorisBulkLoader.java:76)
   2023/01/01 13:21:16 - Doris bulk loader.0 - 	at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:55)
   2023/01/01 13:21:16 - Doris bulk loader.0 - 	at java.base/java.lang.Thread.run(Thread.java:829)
   2023/01/01 13:21:16 - Doris bulk loader.0 - Caused by: java.lang.IllegalArgumentException
   2023/01/01 13:21:16 - Doris bulk loader.0 - 	at java.base/java.util.concurrent.ArrayBlockingQueue.<init>(ArrayBlockingQueue.java:269)
   2023/01/01 13:21:16 - Doris bulk loader.0 - 	at java.base/java.util.concurrent.ArrayBlockingQueue.<init>(ArrayBlockingQueue.java:254)
   2023/01/01 13:21:16 - Doris bulk loader.0 - 	at org.apache.hop.pipeline.transforms.dorisbulkloader.RecordBuffer.<init>(RecordBuffer.java:41)
   2023/01/01 13:21:16 - Doris bulk loader.0 - 	at org.apache.hop.pipeline.transforms.dorisbulkloader.RecordStream.<init>(RecordStream.java:37)
   2023/01/01 13:21:16 - Doris bulk loader.0 - 	at org.apache.hop.pipeline.transforms.dorisbulkloader.DorisStreamLoad.<init>(DorisStreamLoad.java:91)
   2023/01/01 13:21:16 - Doris bulk loader.0 - 	at org.apache.hop.pipeline.transforms.dorisbulkloader.DorisBulkLoader.initStreamLoad(DorisBulkLoader.java:221)
   2023/01/01 13:21:16 - Doris bulk loader.0 - 	at org.apache.hop.pipeline.transforms.dorisbulkloader.DorisBulkLoader.processStreamLoad(DorisBulkLoader.java:151)
   2023/01/01 13:21:16 - Doris bulk loader.0 - 	... 3 more
   2023/01/01 13:21:16 - Doris bulk loader.0 - Finished processing (I=0, O=0, R=1, W=0, U=0, E=1)
   2023/01/01 13:21:16 - loadtest - Pipeline duration : 0.088 seconds [  0.088" ]
   2023/01/01 13:21:16 - loadtest - Execution finished on a local pipeline engine with run configuration 'local'
   2023/01/01 13:21:16 - loadtest - Pipeline detected one or more transforms with errors.
   2023/01/01 13:21:16 - loadtest - Pipeline is killing the other transforms!
   
   And then, when I review the properties again
   
   <img width="974" alt="image" src="https://user-images.githubusercontent.com/2102238/210170534-6dcb604a-d012-4f30-b938-8d64fc3edfe5.png">
   
   The propertie datafield is empty.
   
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Actions


-- 
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@hop.apache.org.apache.org

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


[GitHub] [hop] aopangzi commented on issue #2121: [Bug]: Cannot execute Doris Bulkd Loader

Posted by "aopangzi (via GitHub)" <gi...@apache.org>.
aopangzi commented on issue #2121:
URL: https://github.com/apache/hop/issues/2121#issuecomment-1590374986

   I have also encountered this issue. I suspect that the format of the "Data Field" is incorrect, but I did not know the correct format after checking the official website documents


-- 
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@hop.apache.org

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


Re: [I] [Bug]: Cannot execute Doris Bulkd Loader (hop)

Posted by "hansva (via GitHub)" <gi...@apache.org>.
hansva closed issue #2121: [Bug]: Cannot execute Doris Bulkd Loader
URL: https://github.com/apache/hop/issues/2121


-- 
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@hop.apache.org

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