[I] [Bug]: Unzip workflow action change modification date to archived value on skipped files (hop)

2024-07-19 Thread via GitHub


shilin-da opened a new issue, #4143:
URL: https://github.com/apache/hop/issues/4143

   ### Apache Hop version?
   
   2.9.0 (2024-05-20 11.41.51)
   
   ### Java version?
   
   17.0.11
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   ### Input data
   - Reference ZIP archive with CSV files (e.g. `a.csv`, `b.csv`, `c.csv`) 
having modification date from the past, e.g. in April 2024.
   - Directory with another set of CSV files generated just now using Hop. Some 
of these files are having the same names as ones in ZIP archive (e.g. `a.csv`, 
`b.csv`, `x.csv`).
   
   ### Task
   Extract missing reference CSV files (e.g. `c.csv`) from ZIP archive to the 
directory preserving their original modification dates.
   
   ### Solution
   Use *Unzip file* workflow action with *Set modification date to original* 
flag set.
   ```
   
 Add missing ref files
 
 UNZIP
 
 ${TMP_DIR}/ref_files.zip
 
 
 ${DST_DIR}
 
 0
 N
 N
 N
 N
 N
 N
 
 N
 N
 10
 
 success_if_no_errors
 SKIP
 N
 Y
 N
 496
 160
 
   
   ```
   
   ### Expected result
   Directory contains all four CSV files having different modification dates:
   - `a.csv`, `b.csv`, and `x.csv`: today
   - `c.csv`: April 2024
   
   ### Actual result
   Directory contains all four CSV files having different modification dates:
   - `x.csv`: today
   - `a.csv`, `b.csv`, and `c.csv`: April 2024
   
   ### Issue Priority
   
   Priority: 2
   
   ### 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-unsubscr...@hop.apache.org.apache.org

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



Re: [PR] Fix readme.txt (hop)

2024-07-18 Thread via GitHub


hansva merged PR #4130:
URL: https://github.com/apache/hop/pull/4130


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

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



Re: [I] [Bug]: Missing SnowflakeWarehouseManager action documentation url (hop)

2024-07-18 Thread via GitHub


hansva closed issue #4139: [Bug]: Missing SnowflakeWarehouseManager action 
documentation url
URL: https://github.com/apache/hop/issues/4139


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

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



Re: [PR] Fix SnowflakeWarehouseManager action documentation url #4139 (hop)

2024-07-18 Thread via GitHub


hansva merged PR #4140:
URL: https://github.com/apache/hop/pull/4140


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

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



Re: [I] [Feature Request]: Log table options in Workflow Properties Tab (hop)

2024-07-18 Thread via GitHub


hansva closed issue #4141: [Feature Request]: Log table options in Workflow 
Properties Tab
URL: https://github.com/apache/hop/issues/4141


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

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



[I] [Feature Request]: Log table options in Workflow Properties Tab (hop)

2024-07-18 Thread via GitHub


kirana-ks opened a new issue, #4141:
URL: https://github.com/apache/hop/issues/4141

   ### What would you like to happen?
   
   For monitoring and maintenance, It would be nice to have the ability to 
capture the Workflow execution details into a log table from Apache HOP. 
   
   An equivalent of  "_Job Log table_", "_Step Entry Log Table_" and "_Logging 
channel Log Table_" setting from the PDI Job Properties tab. 
   ![Job 
Properties](https://github.com/user-attachments/assets/7122d936-8e90-450a-89c6-3aabcb3e1572)
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


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

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



[I] [Bug]: Review UserDefinedJavaClass transfo error messages (use “StepMetaInterface”) (hop)

2024-07-17 Thread via GitHub


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

   ### Apache Hop version?
   
   2.10.0-SNAPSHOT
   
   ### Java version?
   
   Java 11
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   I have a source code with an error, but when we execute the pipeline, the 
message is not clear with the word “StepMetaInterface”.
   
   
   
   
   2024/07/17 10:49:12 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@2042a26f
 - ERROR: Unable to get fields from previous transforms because of an error
   2024/07/17 10:49:12 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@2042a26f
 - ERROR: org.apache.hop.core.exception.HopTransformException: 
   2024/07/17 10:49:12 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@2042a26f
 - Error initializing UserDefinedJavaClass to get fields: 
   2024/07/17 10:49:12 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@2042a26f
 - Line 12, Column 26: Line 12, Column 26: Cannot determine simple type name 
"StepMetaInterface"
   2024/07/17 10:49:12 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@2042a26f
 - 
   2024/07/17 10:49:12 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@2042a26f
 -at 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta.getFields(UserDefinedJavaClassMeta.java:573)
   2024/07/17 10:49:12 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@2042a26f
 -at 
org.apache.hop.pipeline.transform.BaseTransformMeta.getFields(BaseTransformMeta.java:324)
   2024/07/17 10:49:12 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@2042a26f
 -at 
org.apache.hop.pipeline.PipelineMeta.getThisTransformFields(PipelineMeta.java:1401)
   2024/07/17 10:49:12 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@2042a26f
 -at 
org.apache.hop.pipeline.PipelineMeta.getThisTransformFields(PipelineMeta.java:1343)
   2024/07/17 10:49:12 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@2042a26f
 -at 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassDialog.lambda$open$4(UserDefinedJavaClassDialog.java:475)
   2024/07/17 10:49:12 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@2042a26f
 -at java.base/java.lang.Thread.run(Unknown Source)
   2024/07/17 10:49:12 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@2042a26f
 - Caused by: org.codehaus.commons.compiler.CompileException: Line 12, Column 
26: Line 12, Column 26: Cannot determine simple type name "StepMetaInterface"
   2024/07/17 10:49:22 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@6e9f587
 - ERROR: Unable to get fields from previous transforms because of an error
   2024/07/17 10:49:22 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@6e9f587
 - ERROR: org.apache.hop.core.exception.HopTransformException: 
   2024/07/17 10:49:22 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@6e9f587
 - Error initializing UserDefinedJavaClass to get fields: 
   2024/07/17 10:49:22 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@6e9f587
 - Line 12, Column 26: Line 12, Column 26: Cannot determine simple type name 
"StepMetaInterface"
   2024/07/17 10:49:22 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@6e9f587
 - 
   2024/07/17 10:49:22 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@6e9f587
 - at 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta.getFields(UserDefinedJavaClassMeta.java:573)
   2024/07/17 10:49:22 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@6e9f587
 - at 
org.apache.hop.pipeline.transform.BaseTransformMeta.getFields(BaseTransformMeta.java:324)
   2024/07/17 10:49:22 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@6e9f587
 - at 
org.apache.hop.pipeline.PipelineMeta.getThisTransformFields(PipelineMeta.java:1401)
   2024/07/17 10:49:22 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@6e9f587
 - at 
org.apache.hop.pipeline.PipelineMeta.getTransformFields(PipelineMeta.java:1209)
   2024/07/17 10:49:22 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@6e9f587
 - at 
org.apache.hop.pipeline.PipelineMeta.getTransformFields(PipelineMeta.java:1186)
   2024/07/17 10:49:22 - 
org.apache.hop.pipeline.transforms.userdefinedjavaclass.UserDefinedJavaClassMeta@6e9f587
 - at 
org.apache.hop.pipeline.PipelineMet

[I] [Feature Request]: Add IS FALSE to condition to filter (hop)

2024-07-17 Thread via GitHub


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

   ### What would you like to happen?
   
   Filters have a TRUE condition, so why not also create an IS FALSE condition.
   
   I suggest renaming TRUE to IS TRUE.
   
   
![image](https://github.com/user-attachments/assets/8a71084a-2b30-4a8b-92dc-f6f935797a99)
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Transforms


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

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



[I] [Bug]: Database join is taking longer to execute (hop)

2024-07-16 Thread via GitHub


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

   ### Apache Hop version?
   
   2.8.0
   
   ### Java version?
   
   11
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   Steps to reproduce:
   1. Create a pipe separated text input file and add some data with headers in 
it. (emp_id,ename,salary,dept)
   2. create a oracle database table employee with fields emp_id, ename, 
salary, dept
   3. create a pipeline to read data from the text file input
   4. Add a database join transformation to the pipeline & save it.
   select
 emp_id
   , ename
   , salary
   from employee
   where emp_id = ?
   Parameter Field is emp_id (String) from the text file input
   5. save & execute this pipeline
   The time it took was 9 min 42sec to execute the database join step (added 
screenshot for the similar database join transform showing execution time)
   https://github.com/user-attachments/assets/33791d8d-5496-4053-b3e2-6bcc4f9c";>

   
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Transforms


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

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



[PR] updated hop web status information. fixes #4132 (hop)

2024-07-15 Thread via GitHub


bamaer opened a new pull request, #4133:
URL: https://github.com/apache/hop/pull/4133

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [x] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [x] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [I] [Task]: update the documentation to indicate the unsupported and work-in-progress status for Hop Web (hop)

2024-07-15 Thread via GitHub


bamaer commented on issue #4132:
URL: https://github.com/apache/hop/issues/4132#issuecomment-2227975424

   .take-issue


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

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



[I] [Bug]: Normalize file name (hop)

2024-07-14 Thread via GitHub


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

   ### Apache Hop version?
   
   2.10.0-SNAPSHOT
   
   ### Java version?
   
   Java 17
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   Workflow open from Open dialog
   
![image](https://github.com/user-attachments/assets/dfde0210-172f-4995-a525-4d8f38c5daac)
   
   Same workflow open from File explore
   
![image](https://github.com/user-attachments/assets/2d79a62b-5bb6-4ee2-b898-9d7293e2ee7c)
   
   As a result, the same file can be opened twice
   
![image](https://github.com/user-attachments/assets/3675b571-2e99-4ed4-afae-eec671a42e72)
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


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

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



Re: [I] [Bug]: After an import from PDI, the run configuration for workflow tasks are not set in a workflow (hop)

2024-07-14 Thread via GitHub


nadment commented on issue #3814:
URL: https://github.com/apache/hop/issues/3814#issuecomment-2227368535

   This probably depends on the imported version of PDI. The Hop importer 
replaces the "run_configuration" element, which does not exist for Job entry 
(PDI V7).
   
   Job entry (PDI 7)
   
![image](https://github.com/user-attachments/assets/72d05f40-0ab8-477c-a7c6-2a53978facd6)
   
   Job entry (PDI V9 )
   
![image](https://github.com/user-attachments/assets/5b044a78-90dc-42a1-8b10-35c4a21ba64c)
   


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

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



Re: [PR] Fix method typo BasePluginType.extractincludeJdbcDrivers() #4092 (hop)

2024-07-13 Thread via GitHub


nadment closed pull request #4127: Fix method typo 
BasePluginType.extractincludeJdbcDrivers() #4092
URL: https://github.com/apache/hop/pull/4127


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

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



Re: [PR] The layout of the Write to log action is bad #4124 (hop)

2024-07-13 Thread via GitHub


nadment closed pull request #4125: The layout of the Write to log action is bad 
#4124
URL: https://github.com/apache/hop/pull/4125


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

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



[PR] Enhanced file explorer perspective #2437 (hop)

2024-07-13 Thread via GitHub


nadment opened a new pull request, #4123:
URL: https://github.com/apache/hop/pull/4123

   - Add drag and drop in the file tree and from the file system
   - Add F3 shortcut to open selected file
   - Add Show/Hide hidden files and folders
   - Add copy name/path in context menu
   - Delete or rename a file don't need a full refresh
   - Update some icons
   


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

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



Re: [I] [Bug]: Unable to remove, start or stop Workflow via buttons from HOP-Server ui (hop)

2024-07-12 Thread via GitHub


KBoersch commented on issue #4111:
URL: https://github.com/apache/hop/issues/4111#issuecomment-2225250482

   We configured the Server to use HTTPS in our own kubernetes cluster


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

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



Re: [I] [Bug]: Unable to remove, start or stop Workflow via buttons from HOP-Server ui (hop)

2024-07-12 Thread via GitHub


hansva commented on issue #4111:
URL: https://github.com/apache/hop/issues/4111#issuecomment-2225242768

   Did you configure the server to use HTTPS or is it running on one of the 
cloud providers behind a load balancer?
   It seems the environment will determine if we can reproduce and fix this.


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

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



[PR] action doc fixes and updates #4116 (hop)

2024-07-12 Thread via GitHub


bamaer opened a new pull request, #4122:
URL: https://github.com/apache/hop/pull/4122

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [x] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [x] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [I] [Bug]: Unable to remove, start or stop Workflow via buttons from HOP-Server ui (hop)

2024-07-12 Thread via GitHub


KBoersch commented on issue #4111:
URL: https://github.com/apache/hop/issues/4111#issuecomment-2225068705

   And it also leads the workflow canvas to disappear.


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

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



Re: [I] [Bug]: Unable to remove, start or stop Workflow via buttons from HOP-Server ui (hop)

2024-07-12 Thread via GitHub


KBoersch commented on issue #4111:
URL: https://github.com/apache/hop/issues/4111#issuecomment-2225025625

   Sorry, I overlooked your question somehow. I didnt't find any in the server 
log, but I found this while checking it with the dev tools on chrome. I think 
that's the issue and also explains why it works via normal rest-call. Due to 
security policy we changes the server to https, but the button only sends it as 
http imho.
   
   
![image](https://github.com/user-attachments/assets/fb75ed90-bb8b-4d8e--d3ab7789d3a8)
   


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

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



Re: [I] [Feature Request]: allow additional file operations in the file explorer perspective (hop)

2024-07-11 Thread via GitHub


nadment commented on issue #2437:
URL: https://github.com/apache/hop/issues/2437#issuecomment-2223739262

   Add F3 shortcut to open selected file in explorer
   Add context menu
   
![image](https://github.com/user-attachments/assets/8dc4475c-e784-4e8f-a1d8-955818fb8d12)
   


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

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



[I] [Bug]: Import from kettle Simple Mapping wrong filename (trans_name) (hop)

2024-07-08 Thread via GitHub


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

   ### Apache Hop version?
   
   2.9.0
   
   ### Java version?
   
   11.0.15
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   Import a "Simple mapping (sub-transformation)" step will not have the 
transformation name set in Hop (pipeline transform).
   - The filename element is empty.
   - The directory_path element is set relative to the kettle repository. This 
will probably not be a valid file path in Hop. And this element is probably not 
used.
   - The trans_name element is set but probably not used.
   
   An additional problem is caused by https://github.com/apache/hop/pull/3426. 
Because the filename element is empty a nullpointer exception occurs when 
trying to save the Hop transform, even after filling in a Pipeline name in the 
dialog:
   
   ```
   java.lang.NullPointerException
at java.base/java.util.regex.Matcher.getTextLength(Matcher.java:1770)
at java.base/java.util.regex.Matcher.reset(Matcher.java:416)
at java.base/java.util.regex.Matcher.(Matcher.java:253)
at java.base/java.util.regex.Pattern.matcher(Pattern.java:1133)
at 
org.apache.hop.pipeline.transforms.mapping.SimpleMappingDialog.ok(SimpleMappingDialog.java:775)
at 
org.apache.hop.pipeline.transforms.mapping.SimpleMappingDialog.lambda$open$1(SimpleMappingDialog.java:192)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4256)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4054)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3642)
at 
org.apache.hop.ui.core.dialog.BaseDialog.defaultShellHandling(BaseDialog.java:522)
at 
org.apache.hop.pipeline.transforms.mapping.SimpleMappingDialog.open(SimpleMappingDialog.java:302)
at 
org.apache.hop.ui.hopgui.file.pipeline.delegates.HopGuiPipelineTransformDelegate.editTransform(HopGuiPipelineTransformDelegate.java:173)
at 
org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph.editTransform(HopGuiPipelineGraph.java:3420)
at 
org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph.mouseUp(HopGuiPipelineGraph.java:962)
at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:224)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4256)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4054)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3642)
at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:475)
at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:352)
   
   ```
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui, Component: Import


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

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



Re: [PR] Revert "fix #3833 - CombinationLookup - specify connection through va… (hop)

2024-07-08 Thread via GitHub


hansva merged PR #4118:
URL: https://github.com/apache/hop/pull/4118


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

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



[PR] Revert "fix #3833 - CombinationLookup - specify connection through va… (hop)

2024-07-08 Thread via GitHub


hansva opened a new pull request, #4118:
URL: https://github.com/apache/hop/pull/4118

   …riables"
   
   This reverts commit bbdbd2e56366b48c7946cab5ad4b9ca9de472c5a.
   
   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [PR] [SONAR] cleanup (hop)

2024-07-06 Thread via GitHub


hansva merged PR #4115:
URL: https://github.com/apache/hop/pull/4115


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

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



Re: [PR] CrateDB numbers conversion - fixes ClassCastException (hop)

2024-07-05 Thread via GitHub


bamaer merged PR #4043:
URL: https://github.com/apache/hop/pull/4043


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

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



Re: [I] [Bug]: CrateDB Bulk Loader does not support a number with decimal point in the input stream (hop)

2024-07-05 Thread via GitHub


bamaer closed issue #4082:  [Bug]: CrateDB Bulk Loader does not support a 
number with decimal point in the input stream
URL: https://github.com/apache/hop/issues/4082


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

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



[PR] [SONAR] cleanup (hop)

2024-07-05 Thread via GitHub


hansva opened a new pull request, #4115:
URL: https://github.com/apache/hop/pull/4115

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [PR] additional metadata annotation properties #3981 (hop)

2024-07-05 Thread via GitHub


hansva merged PR #4081:
URL: https://github.com/apache/hop/pull/4081


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

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



Re: [PR] remove unused plugins and inherit plugins from Apache POM, fixes #4103 (hop)

2024-07-05 Thread via GitHub


hansva merged PR #4113:
URL: https://github.com/apache/hop/pull/4113


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

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



Re: [I] [Task]: Evaluate the maven plugins we use (hop)

2024-07-05 Thread via GitHub


hansva closed issue #4103: [Task]: Evaluate the maven plugins we use
URL: https://github.com/apache/hop/issues/4103


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

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



[I] [Task]: Harmonize and reorganize dependencies (hop)

2024-07-05 Thread via GitHub


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

   ### What needs to happen?
   
   Dependencies are not correctly managed in Hop.
   We have a lot of duplicate dependencies and it is unclear in many situations 
which dependency is used/required in each module.
   
   Clean up and reorganize the dependencies.
   - Create lib modules with the shared dependencies which then can be used via 
dependency management. 
   - Make version management simpler
   - Remove as much version information and dependencies from the main pom
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Other


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

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



Re: [I] [Bug]: Unable to remove, start or stop Workflow via buttons from HOP-Server ui (hop)

2024-07-05 Thread via GitHub


bamaer commented on issue #4111:
URL: https://github.com/apache/hop/issues/4111#issuecomment-2210847613

   any errors in your server logs? 


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

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



[PR] remove unused plugins and inherit plugins from Apache POM, fixes #4103 (hop)

2024-07-05 Thread via GitHub


hansva opened a new pull request, #4113:
URL: https://github.com/apache/hop/pull/4113

   more cleanup
   
   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [PR] Move files - Fixes issue about overwriting and renaming files #4083 (hop)

2024-07-05 Thread via GitHub


xdelox closed pull request #4084: Move files - Fixes issue about overwriting 
and renaming files #4083
URL: https://github.com/apache/hop/pull/4084


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

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



Re: [PR] Move files - Fixes issue about overwriting and renaming files #4083 (hop)

2024-07-05 Thread via GitHub


xdelox commented on PR #4084:
URL: https://github.com/apache/hop/pull/4084#issuecomment-2210808877

   Closing this one, as it's been fixed already by another PR


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

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



[I] [Bug]: Unable to remove, start or stop Workflow via buttons from HOP-Server ui (hop)

2024-07-05 Thread via GitHub


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

   ### Apache Hop version?
   
   2.9.0
   
   ### Java version?
   
   11.0.23
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   Since 2.9.0 I'm not able to remove, stop or play workflows with the Buttons 
on HOP-Server
   
   Works fine via rest though.
   
   Pics attached.
   
   
![image](https://github.com/apache/hop/assets/13919/623fef0e-2fe5-40f5-aa1f-7b8e7e688ba1)
   
![image](https://github.com/apache/hop/assets/13919/95d9f9f7-9c9f-4d12-a1a5-63002b38931e)
   
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Hop Server


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

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



[PR] Translations update from Weblate (hop)

2024-07-04 Thread via GitHub


hop-weblate opened a new pull request, #4110:
URL: https://github.com/apache/hop/pull/4110

   Translations update from [Weblate](http://translate.project-hop.org) for 
[Apache Hop/Hop](http://translate.project-hop.org/projects/apache-hop/hop/).
   
   
   It also includes following components:
   
   * [Apache Hop/git](http://translate.project-hop.org/projects/apache-hop/git/)
   
   * [Apache Hop/transform 
3](http://translate.project-hop.org/projects/apache-hop/transform-3/)
   
   * [Apache Hop/util 
2](http://translate.project-hop.org/projects/apache-hop/util-2/)
   
   * [Apache 
Hop/context](http://translate.project-hop.org/projects/apache-hop/context/)
   
   * [Apache 
Hop/database](http://translate.project-hop.org/projects/apache-hop/database/)
   
   * [Apache 
Hop/pipeline](http://translate.project-hop.org/projects/apache-hop/pipeline/)
   
   * [Apache 
Hop/zipfile](http://translate.project-hop.org/projects/apache-hop/zipfile/)
   
   * [Apache 
Hop/server](http://translate.project-hop.org/projects/apache-hop/server/)
   
   * [Apache 
Hop/pgpverify](http://translate.project-hop.org/projects/apache-hop/pgpverify/)
   
   * [Apache Hop/meta 
3](http://translate.project-hop.org/projects/apache-hop/meta-3/)
   
   * [Apache 
Hop/coalesce](http://translate.project-hop.org/projects/apache-hop/coalesce/)
   
   * [Apache 
Hop/plugins](http://translate.project-hop.org/projects/apache-hop/plugins/)
   
   * [Apache Hop/pipeline 
1](http://translate.project-hop.org/projects/apache-hop/pipeline-1/)
   
   * [Apache 
Hop/truststore](http://translate.project-hop.org/projects/apache-hop/truststore/)
   
   * [Apache Hop/delay 
1](http://translate.project-hop.org/projects/apache-hop/delay-1/)
   
   * [Apache Hop/delegates 
1](http://translate.project-hop.org/projects/apache-hop/delegates-1/)
   
   * [Apache Hop/metadata 
6](http://translate.project-hop.org/projects/apache-hop/metadata-6/)
   
   * [Apache 
Hop/simpleeval](http://translate.project-hop.org/projects/apache-hop/simpleeval/)
   
   * [Apache Hop/metadata 
3](http://translate.project-hop.org/projects/apache-hop/metadata-3/)
   
   * [Apache 
Hop/createfolder](http://translate.project-hop.org/projects/apache-hop/createfolder/)
   
   * [Apache 
Hop/abort](http://translate.project-hop.org/projects/apache-hop/abort/)
   
   * [Apache 
Hop/delay](http://translate.project-hop.org/projects/apache-hop/delay/)
   
   * [Apache 
Hop/checkdbconnection](http://translate.project-hop.org/projects/apache-hop/checkdbconnection/)
   
   * [Apache 
Hop/deleteresultfilenames](http://translate.project-hop.org/projects/apache-hop/deleteresultfilenames/)
   
   * [Apache 
Hop/index](http://translate.project-hop.org/projects/apache-hop/index/)
   
   * [Apache 
Hop/xslt](http://translate.project-hop.org/projects/apache-hop/xslt/)
   
   * [Apache 
Hop/mysqlbulkfile](http://translate.project-hop.org/projects/apache-hop/mysqlbulkfile/)
   
   * [Apache 
Hop/flink](http://translate.project-hop.org/projects/apache-hop/flink/)
   
   * [Apache Hop/transform 
4](http://translate.project-hop.org/projects/apache-hop/transform-4/)
   
   * [Apache 
Hop/mariadb](http://translate.project-hop.org/projects/apache-hop/mariadb/)
   
   * [Apache 
Hop/mailvalidator](http://translate.project-hop.org/projects/apache-hop/mailvalidator/)
   
   * [Apache Hop/gui](http://translate.project-hop.org/projects/apache-hop/gui/)
   
   * [Apache 
Hop/schemamapping](http://translate.project-hop.org/projects/apache-hop/schemamapping/)
   
   * [Apache 
Hop/remote](http://translate.project-hop.org/projects/apache-hop/remote/)
   
   * [Apache 
Hop/telnet](http://translate.project-hop.org/projects/apache-hop/telnet/)
   
   * [Apache Hop/io](http://translate.project-hop.org/projects/apache-hop/io/)
   
   * [Apache 
Hop/graph](http://translate.project-hop.org/projects/apache-hop/graph/)
   
   * [Apache 
Hop/meta](http://translate.project-hop.org/projects/apache-hop/meta/)
   
   * [Apache Hop/vfs 
1](http://translate.project-hop.org/projects/apache-hop/vfs-1/)
   
   * [Apache 
Hop/write](http://translate.project-hop.org/projects/apache-hop/write/)
   
   * [Apache 
Hop/runtests](http://translate.project-hop.org/projects/apache-hop/runtests/)
   
   * [Apache 
Hop/cassandrasstableoutput](http://translate.project-hop.org/projects/apache-hop/cassandrasstableoutput/)
   
   * [Apache 
Hop/cypher](http://translate.project-hop.org/projects/apache-hop/cypher/)
   
   * [Apache 
Hop/monetdbbulkloader](http://translate.project-hop.org/projects/apache-hop/monetdbbulkloader/)
   
   * [Apache 
Hop/mergerows](http://translate.project-hop.org/projects/apache-hop/mergerows/)
   
   * [Apache 
Hop/fuzzymatch](http://translate.project-hop.org/projects/apache-hop/fuzzymatch/)
   
   * [Apache Hop/gui 
3](http://translate.project-hop.org/projects/apache-hop/gui-3/)
   
   * [Apache 
Hop/regexeval](http://translate.project-hop.org/projects/apache-hop/regexeval/)
   
   * [Apache 
Hop/webservices](http://translat

[PR] First round of optimisation about getFileNames() (hop)

2024-07-03 Thread via GitHub


xdelox opened a new pull request, #4109:
URL: https://github.com/apache/hop/pull/4109

   Fix #4065. Or, at least, this is a first round of performance optimisations.
   Next round should happen once the migration to the new Azure Storage library 
has been completed.
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [x] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [x] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [x] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [I] [Bug]: Import code dialog doesn't honor variables (hop)

2024-07-03 Thread via GitHub


hansva closed issue #4105: [Bug]: Import code dialog doesn't honor variables
URL: https://github.com/apache/hop/issues/4105


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

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



Re: [PR] added variables resolution for text var fields. fixes #4105 (hop)

2024-07-03 Thread via GitHub


hansva merged PR #4108:
URL: https://github.com/apache/hop/pull/4108


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

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



[PR] added variables resolution for text var fields. fixes #4105 (hop)

2024-07-03 Thread via GitHub


bamaer opened a new pull request, #4108:
URL: https://github.com/apache/hop/pull/4108

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [x] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [x] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



[I] [Bug]: Importing Kafka Consumer gives wrong pipelinePath (hop)

2024-07-03 Thread via GitHub


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

   ### Apache Hop version?
   
   2.9.0
   
   ### Java version?
   
   11.0.15
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   When importing a Pentaho/kettle Kafka Consumer step, the Hop transform has 
the pipelinePath without the file extension (.hpl). This gives an error when 
clicking on the Kafka Consumer transform and trying to open the "Open: Kafka 
Pipeline":
   ```
   HopException: 
   Unable to load pipeline [{0}] : can't find directory 
   
   The pipeline path 
file:///C:/Users//IdeaProjects/mhc-data-extractor/Hop/Projects/mhcde/wfpl/yyy/yyPhase1KafkaSub
 is invalid, and will not run successfully.
   ```
   When I add the file extension (.hpl), the error doesn't show up and clicking 
on it opens the Kafka Pipeline
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Import


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

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



[I] [Bug]: Import code dialog doesn't honor variables (hop)

2024-07-03 Thread via GitHub


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

   ### Apache Hop version?
   
   2.9.0
   
   ### Java version?
   
   11.0.15
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   Various input fields of the "Import code to Hop" dialog show the diamond at 
the right side, so the input fields should accept variables in the form ${var}.
   I have set a variable GIT during startup with 
HOP_OPTIONS=-DGIT="C:/data/git".
   When I set the "Import from" input field to "${GIT}/Pentaho\PDIRepository", 
I can see the substituted value in the tooltip 
("C:/data/git/Pentaho\PDIRepository").
   But when I try to import (click on button "Import") I see an error message.
   
   Error from the "Import from" field:
   ```
   HopFileException: 
   Error verifying input folder ${GIT}\Pentaho\PDIRepository
   input folder '${GIT}\Pentaho\PDIRepository' doesn't exist or is not a folder.
   ```
   
   This problem seems to affect not only the "Import from" field in the dialog, 
but also the "Import to folder" (and possibly more).
   When I fill in the ${GIT} variablein the the "Import to folder" field, I see 
this error:
   ```
   InvocationTargetException: Error importing 
org.apache.hop.core.exception.HopException: 
   Error importing Kettle files into Hop
   No group with name {GIT}
   ```
   
   Remark: When I click "Browse" for the field, it opens directly with the 
substituted value (but that could also be, because that was the latest valid 
value for the field).
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Import


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

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



Re: [I] [Bug]: Error step formula IFNA (hop)

2024-07-03 Thread via GitHub


RodrigoCossetin commented on issue #3777:
URL: https://github.com/apache/hop/issues/3777#issuecomment-2206485571

   Hello, anything about this? Thanks...


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

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



Re: [I] [Bug]: Import of "Text file output" (TextFileOutput) from kettle is missing the extention (hop)

2024-07-03 Thread via GitHub


hansva commented on issue #3821:
URL: https://github.com/apache/hop/issues/3821#issuecomment-2206385643

   He did and he didn't. And it's probably what is causing this.
   So there is a typo in the XML in some of the transforms. 
   
   `extension = XmlHandler.getTagValue(transformNode, "file", "extention");` 
   (all occurrences 
[here](https://github.com/search?q=repo%3Aapache%2Fhop+extention+language%3Ajava&type=code))
   
   Now we fixed it in some spots, so we added an import rule to change 
extension -> extension 
   
   Here is the replace used by the importer code
   
   
https://github.com/apache/hop/blob/30da543220f86484da8638b5eddbf7843a7ac060/plugins/misc/import/src/main/java/org/apache/hop/imports/kettle/KettleConst.java#L71
   
   Now this replace is happening on all occurrences and is causing an issue in 
the other direction (for those transforms that still use the incorrect spelling)
   


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

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



Re: [PR] [SONAR] Cleanup (hop)

2024-07-03 Thread via GitHub


hansva merged PR #4104:
URL: https://github.com/apache/hop/pull/4104


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

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



Re: [I] [Bug]: Import of "Text file output" (TextFileOutput) from kettle is missing the extention (hop)

2024-07-03 Thread via GitHub


cvdenzen commented on issue #3821:
URL: https://github.com/apache/hop/issues/3821#issuecomment-2206302874

   Small detail: you misspelled extension.


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

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



[PR] [SONAR] Cleanup (hop)

2024-07-03 Thread via GitHub


hansva opened a new pull request, #4104:
URL: https://github.com/apache/hop/pull/4104

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [PR] Move assemblies to plugins, fixes #4102 (hop)

2024-07-02 Thread via GitHub


hansva merged PR #4099:
URL: https://github.com/apache/hop/pull/4099


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

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



[I] [Bug]: REST Client does not recognize the url address due to underscores (hop)

2024-07-02 Thread via GitHub


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

   ### Apache Hop version?
   
   2.9.0 (2024-05-20 11.41.51)
   
   ### Java version?
   
   openjdk 11.0.2 2019-01-15
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   
[about_hop.txt](https://github.com/user-attachments/files/16030995/about_hop.txt)
   [CONNECT.zip](https://github.com/user-attachments/files/16030996/CONNECT.zip)
   
   
[pipeline_error_prd.txt](https://github.com/user-attachments/files/16031281/pipeline_error_prd.txt)
   
[pipeline_sucess_dev.txt](https://github.com/user-attachments/files/16031283/pipeline_sucess_dev.txt)
   
   attached the project with pipeline and environment
   the problem when the url contains underline presents an error (check 
pipeline_error_prd.txt)
   
   when the url does not contain the underscore it is executed successfully 
(check pipeline_sucess_dev.txt)
   
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: API, Component: Hop Gui


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

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



Re: [I] [Bug]: When running a workflow using "Hop remote workflow engine", the workflow runs normally and the logs are printed normally, but the Metrics are empty. (hop)

2024-07-02 Thread via GitHub


ahai-code commented on issue #3685:
URL: https://github.com/apache/hop/issues/3685#issuecomment-2191692663

   @hansva Hello, are there any plans to resolve this issue? I noticed that the 
issue still exists in the latest version 2.9.0.


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

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



[PR] updated database documentation and minor updates. fixes #3548 (hop)

2024-07-02 Thread via GitHub


bamaer opened a new pull request, #4089:
URL: https://github.com/apache/hop/pull/4089

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [x] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [x] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



[PR] additional metadata annotation properties #3981 (hop)

2024-06-23 Thread via GitHub


bamaer opened a new pull request, #4081:
URL: https://github.com/apache/hop/pull/4081

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [x] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [x] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub


Tianoklein commented on issue #4050:
URL: https://github.com/apache/hop/issues/4050#issuecomment-2176586960

   Hi,
   Ok. 
   For **Input** they works well as a workaround.
   Thanks!
   


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

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



Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub


hansva commented on issue #4050:
URL: https://github.com/apache/hop/issues/4050#issuecomment-2176247411

   works with the local engine, just tested it. And it is also marked this way 
in the documentation.
   
https://hop.apache.org//manual/latest/pipeline/transforms/beambigqueryinput.html


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

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



Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub


Tianoklein commented on issue #4050:
URL: https://github.com/apache/hop/issues/4050#issuecomment-2176238137

   Unless I'm wrong, "Beam BigQuery Input" doesn't work with "Local Engine" - 
only on DataFlow engine - which is too expensive for me for now.
   Please let me know if there is anything I can do to work around this issue.
   
   Tks


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

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



Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub


hansva commented on issue #4050:
URL: https://github.com/apache/hop/issues/4050#issuecomment-2176192110

   I suggest using the bigquery input, this one works with the Hop engine too


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

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



Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub


hansva commented on issue #4050:
URL: https://github.com/apache/hop/issues/4050#issuecomment-2176178786

   yup, it seems the Simba dependencies are not matching with our own at the 
moment and there is no easy fix for this. I'll try and get it sorted out but 
there won't be a short term fix


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

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



Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub


Tianoklein commented on issue #4050:
URL: https://github.com/apache/hop/issues/4050#issuecomment-2176033618

   Hi, 
   google-auth-library-credentials-**1.12.1**.jar is the original and I get the 
original error. Today I updated to 
google-auth-library-credentials-**1.23.0**.jar  and I still have the same error.
   


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

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



Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub


hansva commented on issue #4050:
URL: https://github.com/apache/hop/issues/4050#issuecomment-2175984228

   You still have the error? it seems we still shipped 
`/hop/lib/beam/google-auth-library-credentials-1.12.1.jar` and this one did not 
have that Method


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

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



Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub


Tianoklein commented on issue #4050:
URL: https://github.com/apache/hop/issues/4050#issuecomment-2175963837

   Hi, 
   Thanks for your help.
   
   I'm using the version 1.23.0 in both folders (\hop\lib\beam) and 
(\hop\plugins\databases\googlebigquery\lib):
   Below the output for all files from:
   
   \hop\plugins\databases\googlebigquery\lib:
   api-common-2.32.0.jar
   gax-2.49.0.jar
   gax-grpc-2.43.0.jar
   google-api-client-2.3.0.jar
   google-api-services-bigquery-v2-rev20240211-2.0.0.jar
   google-auth-library-oauth2-http-1.23.0.jar
   google-cloud-bigquerystorage-3.2.0.jar
   google-http-client-jackson2-1.42.3.jar
   google-oauth-client-1.36.0.jar
   GoogleBigQueryJDBC42.jar
   grpc-google-cloud-bigquerystorage-v1-3.2.0.jar
   grpc-google-cloud-bigquerystorage-v1beta1-0.174.0.jar
   grpc-google-cloud-bigquerystorage-v1beta2-0.174.0.jar
   json-20240205.jar
   proto-google-cloud-bigquerystorage-v1-3.2.0.jar
   proto-google-cloud-bigquerystorage-v1beta1-0.174.0.jar
   proto-google-cloud-bigquerystorage-v1beta2-0.174.0.jar
   threetenbp-1.6.9.jar
   
   \hop\lib\beam:
   akka-protobuf_2.11-2.5.32.jar
   akka-slf4j_2.11-2.5.32.jar
   antlr4-runtime-4.7.jar
   auto-value-annotations-1.8.2.jar
   avro-1.11.3.jar
   beam-model-job-management-2.56.0.jar
   beam-model-pipeline-2.56.0.jar
   beam-runners-direct-java-2.56.0.jar
   beam-sdks-java-core-2.56.0.jar
   beam-vendor-bytebuddy-1_11_0-0.1.jar
   beam-vendor-grpc-1_60_1-0.2.jar
   beam-vendor-guava-32_1_2-jre-0.1.jar
   byte-buddy-1.12.18.jar
   classgraph-4.8.162.jar
   commons-codec-1.15.jar
   commons-compress-1.26.0.jar
   commons-io-2.15.1.jar
   commons-lang3-3.9.jar
   commons-logging-1.1.3.jar
   compress-lzf-1.1.jar
   conscrypt-openjdk-uber-2.5.2.jar
   curator-client-5.4.0.jar
   curator-framework-5.4.0.jar
   curator-recipes-5.4.0.jar
   error_prone_annotations-2.10.0.jar
   google-api-client-2.2.0.jar
   google-auth-library-credentials-1.23.0.jar
   google-auth-library-oauth2-http-1.23.0.jar
   google-http-client-1.42.3.jar
   google-http-client-gson-1.42.3.jar
   grpc-alts-1.60.1.jar
   grpc-api-1.60.1.jar
   grpc-auth-1.60.1.jar
   grpc-context-1.60.1.jar
   grpc-core-1.60.1.jar
   grpc-grpclb-1.60.1.jar
   grpc-netty-1.60.1.jar
   grpc-netty-shaded-1.60.1.jar
   grpc-protobuf-1.60.1.jar
   grpc-protobuf-lite-1.60.1.jar
   grpc-stub-1.60.1.jar
   gson-2.10.jar
   guava-32.1.2-jre.jar
   hamcrest-2.1.jar
   hop-engine-beam-2.9.0.jar
   httpclient-4.5.13.jar
   httpcore-4.4.15.jar
   jackson-annotations-2.15.0.jar
   joda-time-2.12.1.jar
   json-simple-1.1.1.jar
   json4s-ast_2.12-3.7.0-M11.jar
   json4s-core_2.12-3.7.0-M11.jar
   json4s-jackson_2.12-3.7.0-M11.jar
   json4s-scalap_2.12-3.7.0-M11.jar
   jsr305-3.0.2.jar
   kryo-5.3.0.jar
   kryo-shaded-4.0.2.jar
   log4j-api-2.19.0.jar
   log4j-core-2.19.0.jar
   metrics-core-4.2.12.jar
   metrics-jvm-4.2.12.jar
   metrics-logback-4.2.12.jar
   minlog-1.3.1.jar
   netty-all-4.1.89.Final.jar
   netty-buffer-4.1.89.Final.jar
   netty-codec-4.1.89.Final.jar
   netty-codec-dns-4.1.89.Final.jar
   netty-codec-haproxy-4.1.89.Final.jar
   netty-codec-http-4.1.89.Final.jar
   netty-codec-http2-4.1.89.Final.jar
   netty-codec-memcache-4.1.89.Final.jar
   netty-codec-mqtt-4.1.89.Final.jar
   netty-codec-redis-4.1.89.Final.jar
   netty-codec-smtp-4.1.89.Final.jar
   netty-codec-socks-4.1.89.Final.jar
   netty-codec-stomp-4.1.89.Final.jar
   netty-codec-xml-4.1.89.Final.jar
   netty-common-4.1.89.Final.jar
   netty-handler-4.1.89.Final.jar
   netty-handler-proxy-4.1.89.Final.jar
   netty-handler-ssl-ocsp-4.1.89.Final.jar
   netty-resolver-4.1.89.Final.jar
   netty-resolver-dns-4.1.89.Final.jar
   netty-resolver-dns-classes-macos-4.1.89.Final.jar
   netty-transport-4.1.89.Final.jar
   netty-transport-classes-epoll-4.1.89.Final.jar
   netty-transport-classes-kqueue-4.1.89.Final.jar
   netty-transport-native-unix-common-4.1.89.Final.jar
   netty-transport-rxtx-4.1.89.Final.jar
   netty-transport-sctp-4.1.89.Final.jar
   netty-transport-udt-4.1.89.Final.jar
   opencensus-api-0.31.1.jar
   opencensus-contrib-http-util-0.31.1.jar
   paranamer-2.8.jar
   perfmark-api-0.26.0.jar
   proto-google-common-protos-2.14.0.jar
   protobuf-java-3.23.2.jar
   protobuf-java-util-3.23.2.jar
   scala-library-2.12.17.jar
   slf4j-api-2.0.4.jar
   woodstox-core-6.4.0.jar
   zookeeper-3.8.4.jar
   zstd-jni-1.5.2-2.jar
   
   Tks!


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

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



Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-18 Thread via GitHub


hansva commented on issue #4050:
URL: https://github.com/apache/hop/issues/4050#issuecomment-2175514560

   which libraries have you copied over from the Simba JDBC driver?
   I think you will have to replace the google-auth-library-credentials and 
google-auth-library-oauth2-http under lib/beam folder


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

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



Re: [PR] Translations update from Weblate (hop)

2024-06-17 Thread via GitHub


hansva merged PR #4041:
URL: https://github.com/apache/hop/pull/4041


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

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



Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-17 Thread via GitHub


hansva commented on issue #4050:
URL: https://github.com/apache/hop/issues/4050#issuecomment-2175218593

   .take-issue


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

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



Re: [I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-17 Thread via GitHub


Tianoklein commented on issue #4050:
URL: https://github.com/apache/hop/issues/4050#issuecomment-2173213542

   Does anyone have a chance to check this? Is this a bug or is there a 
workaround?


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

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



Re: [I] [Bug]: Error reading object from XML file (hop)

2024-06-17 Thread via GitHub


RafaelAndrelladeLima commented on issue #4060:
URL: https://github.com/apache/hop/issues/4060#issuecomment-2173176945

   Two DAGs are attached.
   "dag_atualizacao_usuario_google.py" is running successfully and
   "dag_atualizacao_usuario_central.py" gives the error mentioned in the issue.
   
   Em sáb., 15 de jun. de 2024 às 03:53, Bart Maertens <
   ***@***.***> escreveu:
   what does your Airflow DAG look like? Are you setting any ENV vars like
   HOP_PLUGIN_BASE_FOLDERS that could have an impact on which plugins are
   loaded?
   
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you authored the thread.
   


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

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



Re: [PR] fix #4063 - StorageException while writing large parquet files to ADLSv2 (hop)

2024-06-17 Thread via GitHub


bamaer merged PR #4064:
URL: https://github.com/apache/hop/pull/4064


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

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



[PR] fix #4063 - StorageException while writing large parquet files to ADLSv2 (hop)

2024-06-14 Thread via GitHub


sramazzina opened a new pull request, #4064:
URL: https://github.com/apache/hop/pull/4064

   fix #4063 - StorageException while writing large parquet files to ADLSv2
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [I] [Bug]: Text file input - unable to read data with line breaks in them (hop)

2024-06-14 Thread via GitHub


mattcasters commented on issue #4022:
URL: https://github.com/apache/hop/issues/4022#issuecomment-2167811696

   The CSV File input transform accepts file names as input.


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

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



Re: [I] [Bug]: Text file input - unable to read data with line breaks in them (hop)

2024-06-14 Thread via GitHub


jaapandre commented on issue #4022:
URL: https://github.com/apache/hop/issues/4022#issuecomment-2167523000

   Does not work for me, the CSV input step, does not support wildcard for 
files, nor get file from previous step and no output fields (last modification 
date). Well maybe I can use a metadata injection to mimic wildcard ;-)


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

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



Re: [I] [Bug]: Text file input - unable to read data with line breaks in them (hop)

2024-06-13 Thread via GitHub


usbrandon commented on issue #4022:
URL: https://github.com/apache/hop/issues/4022#issuecomment-2166442566

   I hope this will also get implemented at some point soon.  There is a CSV 
input step that does have the ability not to get screwed up by line breaks in 
the cells.  I had to use that instead of text input and it worked.


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

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



Re: [I] [Bug]: Error reading object from XML file (hop)

2024-06-13 Thread via GitHub


RafaelAndrelladeLima commented on issue #4060:
URL: https://github.com/apache/hop/issues/4060#issuecomment-2166334932

   Good afternoon.
   
   I'm trying to run a workflow that has some database connections and an API
   call to get an authentication token.
   Based on the email you sent, I believe that some .jar files may be missing,
   as I have already run other workflows successfully.
   Could you tell me which files are missing and where to download them to
   test?
   
   Em qui., 13 de jun. de 2024 às 14:04, Bart Maertens <
   ***@***.***> escreveu:
   
   > would you mind explaining what is going on here and what the problem is?
   > A ClassNotFoundException on JoinRowsMeta makes me think you built your
   > own Hop (Web) image, is that correct? If that's the case, you're missing
   > some required jar files.
   >
   > —
   > Reply to this email directly, view it on GitHub
   > , or
   > unsubscribe
   > 

   > .
   > You are receiving this because you authored the thread.Message ID:
   > ***@***.***>
   >
   


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

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



[PR] fix #1927 - Cleanup XML of transform Sample Rows (hop)

2024-06-13 Thread via GitHub


sramazzina opened a new pull request, #4059:
URL: https://github.com/apache/hop/pull/4059

   fix #1927 - Cleanup XML of transform Sample Rows
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [I] [Bug]: Error reading object from XML file (hop)

2024-06-13 Thread via GitHub


RafaelAndrelladeLima commented on issue #4060:
URL: https://github.com/apache/hop/issues/4060#issuecomment-2166347725

   Regarding the image question, the image docker.io/apache/hop:latest was used
   
   Em qui., 13 de jun. de 2024 às 14:04, Bart Maertens <
   ***@***.***> escreveu:
   
   > would you mind explaining what is going on here and what the problem is?
   > A ClassNotFoundException on JoinRowsMeta makes me think you built your
   > own Hop (Web) image, is that correct? If that's the case, you're missing
   > some required jar files.
   >
   > —
   > Reply to this email directly, view it on GitHub
   > , or
   > unsubscribe
   > 

   > .
   > You are receiving this because you authored the thread.Message ID:
   > ***@***.***>
   >
   


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

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



Re: [I] [Bug]: Error reading object from XML file (hop)

2024-06-13 Thread via GitHub


bamaer commented on issue #4060:
URL: https://github.com/apache/hop/issues/4060#issuecomment-2166303950

   would you mind explaining what is going on here and what the problem is? 
   A `ClassNotFoundException` on `JoinRowsMeta` makes me think you built your 
own Hop (Web) image, is that correct? If that's the case, you're missing some 
required jar files. 


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

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



Re: [I] [Task]: Cleanup XML of action Files Exist (hop)

2024-06-13 Thread via GitHub


sramazzina closed issue #1972: [Task]: Cleanup XML of action Files Exist
URL: https://github.com/apache/hop/issues/1972


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

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



[PR] fix #3833 - CombinationLookup - specify connection through variables (hop)

2024-06-13 Thread via GitHub


sramazzina opened a new pull request, #4058:
URL: https://github.com/apache/hop/pull/4058

   fix #3833 - CombinationLookup - specify connection through variables
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



[PR] fix #3836 - Oracle Bulk Loader - specify connection through variables (hop)

2024-06-13 Thread via GitHub


sramazzina opened a new pull request, #4053:
URL: https://github.com/apache/hop/pull/4053

   fix #3836 - Oracle Bulk Loader - specify connection through variables
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [PR] fix #3837 - PG Bulkloader - specify connection through variables (hop)

2024-06-13 Thread via GitHub


sramazzina commented on code in PR #4046:
URL: https://github.com/apache/hop/pull/4046#discussion_r1637948324


##
engine/src/main/java/org/apache/hop/core/IProvidesDatabaseConnectionInformation.java:
##
@@ -23,6 +23,7 @@
  * An interface for pipeline transforms that connect to a database table. For 
example a table output
  * transform or a bulk loader.
  */
+@Deprecated(since = "2.9", forRemoval = true)

Review Comment:
   My bad I forget to change it. Thanks for pointing me there



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

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



[PR] updated Stream Schema Merge transform documentation. #4049 (hop)

2024-06-13 Thread via GitHub


bamaer opened a new pull request, #4051:
URL: https://github.com/apache/hop/pull/4051

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [x] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [x] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [I] [Bug]: Text file input - unable to read data with line breaks in them (hop)

2024-06-13 Thread via GitHub


jaapandre commented on issue #4022:
URL: https://github.com/apache/hop/issues/4022#issuecomment-2165243297

   Have the same issue (hop 2.9, java 11), see attached input file and pipeline
   [Message.csv](https://github.com/user-attachments/files/15817764/Message.csv)
   
[TextInputGoesWrong.zip](https://github.com/user-attachments/files/15817775/TextInputGoesWrong.zip)
   


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

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



[I] [Bug]: Google BigQuery - ERROR: com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: 'java.lang.String com.google.auth.Credentials.getUniverseDomain()' (hop)

2024-06-12 Thread via GitHub


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

   ### Apache Hop version?
   
   2.9.0
   
   ### Java version?
   
   java 22 2024-03-19
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   When I set a limit of 39,999 on a query, it works fine. However, if I remove 
the limit or change it to => 40,000, the query fails with the following error: 
   
   "ERROR: com.google.common.util.concurrent.ExecutionError: 
java.lang.NoSuchMethodError: 'java.lang.String 
com.google.auth.Credentials.getUniverseDomain()'"
   
![image](https://github.com/apache/hop/assets/26755165/df20be53-f312-4fc2-a8cb-bdf64758d553)
   
![image](https://github.com/apache/hop/assets/26755165/68c8af6a-7339-4405-aec5-4fb755a2394a)
   
   
   ### Issue Priority
   
   Priority: 0
   
   ### Issue Component
   
   Component: Database


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

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



Re: [PR] fix #3837 - PG Bulkloader - specify connection through variables (hop)

2024-06-12 Thread via GitHub


hansva commented on code in PR #4046:
URL: https://github.com/apache/hop/pull/4046#discussion_r1636770106


##
engine/src/main/java/org/apache/hop/core/IProvidesDatabaseConnectionInformation.java:
##
@@ -23,6 +23,7 @@
  * An interface for pipeline transforms that connect to a database table. For 
example a table output
  * transform or a bulk loader.
  */
+@Deprecated(since = "2.9", forRemoval = true)

Review Comment:
   this should be 2.10 as it was not deprecated in 2.9



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

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



Re: [PR] Fix #3686 - CLI commands on Windows when folder variables contain spaces (hop)

2024-06-12 Thread via GitHub


hansva merged PR #4048:
URL: https://github.com/apache/hop/pull/4048


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

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



Re: [I] [Bug]: The HOP cli commands fail on Windows when HOP folder variables contain blanks (hop)

2024-06-12 Thread via GitHub


hansva closed issue #3686: [Bug]: The HOP cli commands fail on Windows when HOP 
folder variables contain blanks
URL: https://github.com/apache/hop/issues/3686


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

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



[PR] Fix #4025 - Update calculator.adoc (#1) (hop)

2024-06-12 Thread via GitHub


dave-csc opened a new pull request, #4047:
URL: https://github.com/apache/hop/pull/4047

   * Fix #4025 - Update calculator.adoc
   
   Added descriptions for Metadata Injection as suggested, and "Metadata 
Injection support" paragraph 
   Added rows for 6 undocumented functions in Calculator (last 6 in the table) 
   Beware that ROUND_CUSTOM_1 and ROUND_CUSTOM_2 seem not to be actually 
implemented!
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



[PR] fix #3837 - PG Bulkloader - specify connection through variables (hop)

2024-06-12 Thread via GitHub


sramazzina opened a new pull request, #4046:
URL: https://github.com/apache/hop/pull/4046

   fix #3837 - PG Bulkloader - specify connection through variables
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



[I] [Bug]: Move files - can't process files using previous results as args (hop)

2024-06-12 Thread via GitHub


dave-csc opened a new issue, #4045:
URL: https://github.com/apache/hop/issues/4045

   ### Apache Hop version?
   
   2.9.0
   
   ### Java version?
   
   openjdk version "21.0.2" 2024-01-16
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   Steps to reproduce:
   - create a pipeline that generates a recordset with the fields requested by 
the Move files action: you can simply add a Data grid (with the fields 
src_path, dst_path and wildcard, and respective values) and link it with a Copy 
rows to result
   - create a workflow that uses the above pipeline and link it to a Move files 
action
   - in the Move files action, check "Copy previous results to args" and 
"Destination is a file"
   
   When dealing with local files, the action fails with the following error:
   ```
   2024/06/12 10:01:33 - Move files - found [1] argument(s) from previous result
   2024/06/12 10:01:33 - Move files - Processing row source File/folder source 
: [/work/hop/mount/iraiser/in/expIraiser_2024_06_07.csv] ... destination 
file/folder : 
[/work/hop/mount/iraiser/in/_deleteme_expIraiser_2024_06_07.csv]... wildcard : 
[null]
   2024/06/12 10:01:33 - Move files - ERROR: Can not move file/folder 
[/work/hop/mount/iraiser/in/expIraiser_2024_06_07.csv] to 
[file:///work/hop/mount/iraiser/in/_deleteme_expIraiser_2024_06_07.csv]. 
Exception : [
   2024/06/12 10:01:33 - Move files - Could not extract the file name from the 
URI: file:///work/hop/mount/iraiser/in/_deleteme_expIraiser_2024_06_07.csv
   2024/06/12 10:01:33 - Move files - ]
   2024/06/12 10:01:33 - Move files - ===
   2024/06/12 10:01:33 - Move files - Total files in error : 1
   2024/06/12 10:01:33 - Move files - Total files successfully processed : 0
   2024/06/12 10:01:33 - Move files - ===
   2024/06/12 10:01:33 - _stub-move-files - Finished action [Move files] 
(result=[false])
   ```
   
   When dealing with remote files (like those in an sFTP server), Hop throws an 
Exception: it cannot print an error because a variable `destinationfilefolder` 
is null (see #3985 for the log trace).
   
   In both cases, the Detailed log shows that the file names and the (empty) 
wildcard are correctly passed from the pipeline to the Move files action
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Actions, Component: Transforms


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

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



Re: [PR] [SONAR] some more cleanup (hop)

2024-06-11 Thread via GitHub


hansva merged PR #4044:
URL: https://github.com/apache/hop/pull/4044


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

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



[PR] [SONAR] some more cleanup (hop)

2024-06-11 Thread via GitHub


hansva opened a new pull request, #4044:
URL: https://github.com/apache/hop/pull/4044

   [SONAR] some more cleanup
   
   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



[PR] Cratedb number conversion fix (hop)

2024-06-11 Thread via GitHub


xdelox opened a new pull request, #4043:
URL: https://github.com/apache/hop/pull/4043

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



[PR] Translations update from Weblate (hop)

2024-06-10 Thread via GitHub


hop-weblate opened a new pull request, #4041:
URL: https://github.com/apache/hop/pull/4041

   Translations update from [Weblate](http://translate.project-hop.org) for 
[Apache Hop/Hop](http://translate.project-hop.org/projects/apache-hop/hop/).
   
   
   It also includes following components:
   
   * [Apache Hop/util 
2](http://translate.project-hop.org/projects/apache-hop/util-2/)
   
   * [Apache Hop/git](http://translate.project-hop.org/projects/apache-hop/git/)
   
   * [Apache Hop/transform 
3](http://translate.project-hop.org/projects/apache-hop/transform-3/)
   
   * [Apache 
Hop/context](http://translate.project-hop.org/projects/apache-hop/context/)
   
   * [Apache 
Hop/database](http://translate.project-hop.org/projects/apache-hop/database/)
   
   * [Apache 
Hop/pipeline](http://translate.project-hop.org/projects/apache-hop/pipeline/)
   
   * [Apache 
Hop/zipfile](http://translate.project-hop.org/projects/apache-hop/zipfile/)
   
   * [Apache 
Hop/server](http://translate.project-hop.org/projects/apache-hop/server/)
   
   * [Apache 
Hop/pgpverify](http://translate.project-hop.org/projects/apache-hop/pgpverify/)
   
   * [Apache Hop/meta 
3](http://translate.project-hop.org/projects/apache-hop/meta-3/)
   
   * [Apache 
Hop/coalesce](http://translate.project-hop.org/projects/apache-hop/coalesce/)
   
   * [Apache 
Hop/plugins](http://translate.project-hop.org/projects/apache-hop/plugins/)
   
   * [Apache Hop/pipeline 
1](http://translate.project-hop.org/projects/apache-hop/pipeline-1/)
   
   * [Apache 
Hop/truststore](http://translate.project-hop.org/projects/apache-hop/truststore/)
   
   * [Apache Hop/delegates 
1](http://translate.project-hop.org/projects/apache-hop/delegates-1/)
   
   * [Apache Hop/metadata 
6](http://translate.project-hop.org/projects/apache-hop/metadata-6/)
   
   * [Apache 
Hop/simpleeval](http://translate.project-hop.org/projects/apache-hop/simpleeval/)
   
   * [Apache 
Hop/createfolder](http://translate.project-hop.org/projects/apache-hop/createfolder/)
   
   * [Apache 
Hop/abort](http://translate.project-hop.org/projects/apache-hop/abort/)
   
   * [Apache 
Hop/delay](http://translate.project-hop.org/projects/apache-hop/delay/)
   
   * [Apache 
Hop/checkdbconnection](http://translate.project-hop.org/projects/apache-hop/checkdbconnection/)
   
   * [Apache 
Hop/deleteresultfilenames](http://translate.project-hop.org/projects/apache-hop/deleteresultfilenames/)
   
   * [Apache 
Hop/index](http://translate.project-hop.org/projects/apache-hop/index/)
   
   * [Apache 
Hop/xslt](http://translate.project-hop.org/projects/apache-hop/xslt/)
   
   * [Apache 
Hop/mysqlbulkfile](http://translate.project-hop.org/projects/apache-hop/mysqlbulkfile/)
   
   * [Apache 
Hop/flink](http://translate.project-hop.org/projects/apache-hop/flink/)
   
   * [Apache Hop/transform 
4](http://translate.project-hop.org/projects/apache-hop/transform-4/)
   
   * [Apache 
Hop/mariadb](http://translate.project-hop.org/projects/apache-hop/mariadb/)
   
   * [Apache Hop/gui](http://translate.project-hop.org/projects/apache-hop/gui/)
   
   * [Apache 
Hop/mailvalidator](http://translate.project-hop.org/projects/apache-hop/mailvalidator/)
   
   * [Apache 
Hop/schemamapping](http://translate.project-hop.org/projects/apache-hop/schemamapping/)
   
   * [Apache 
Hop/remote](http://translate.project-hop.org/projects/apache-hop/remote/)
   
   * [Apache 
Hop/telnet](http://translate.project-hop.org/projects/apache-hop/telnet/)
   
   * [Apache Hop/io](http://translate.project-hop.org/projects/apache-hop/io/)
   
   * [Apache 
Hop/graph](http://translate.project-hop.org/projects/apache-hop/graph/)
   
   * [Apache 
Hop/meta](http://translate.project-hop.org/projects/apache-hop/meta/)
   
   * [Apache Hop/vfs 
1](http://translate.project-hop.org/projects/apache-hop/vfs-1/)
   
   * [Apache 
Hop/write](http://translate.project-hop.org/projects/apache-hop/write/)
   
   * [Apache 
Hop/runtests](http://translate.project-hop.org/projects/apache-hop/runtests/)
   
   * [Apache 
Hop/cassandrasstableoutput](http://translate.project-hop.org/projects/apache-hop/cassandrasstableoutput/)
   
   * [Apache 
Hop/cypher](http://translate.project-hop.org/projects/apache-hop/cypher/)
   
   * [Apache 
Hop/monetdbbulkloader](http://translate.project-hop.org/projects/apache-hop/monetdbbulkloader/)
   
   * [Apache 
Hop/mergerows](http://translate.project-hop.org/projects/apache-hop/mergerows/)
   
   * [Apache 
Hop/fuzzymatch](http://translate.project-hop.org/projects/apache-hop/fuzzymatch/)
   
   * [Apache Hop/gui 
3](http://translate.project-hop.org/projects/apache-hop/gui-3/)
   
   * [Apache 
Hop/regexeval](http://translate.project-hop.org/projects/apache-hop/regexeval/)
   
   * [Apache 
Hop/webservices](http://translate.project-hop.org/projects/apache-hop/webservices/)
   
   * [Apache 
Hop/metastructure](http://translate.project-hop.org/projects/apache-hop/metastructure/)
   
   * [Apache 
Hop/hivecatalog](h

Re: [PR] [SONAR] do some cleanup (hop)

2024-06-10 Thread via GitHub


hansva merged PR #4040:
URL: https://github.com/apache/hop/pull/4040


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

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



[PR] [SONAR] do some cleanup (hop)

2024-06-10 Thread via GitHub


hansva opened a new pull request, #4040:
URL: https://github.com/apache/hop/pull/4040

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



[PR] add nashorn installation steps to Script transform docs. fixes #4038 (hop)

2024-06-10 Thread via GitHub


bamaer opened a new pull request, #4039:
URL: https://github.com/apache/hop/pull/4039

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [x] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [x] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [PR] fix some Java 17 things and disable flink, fixes #4036 (hop)

2024-06-10 Thread via GitHub


hansva merged PR #4037:
URL: https://github.com/apache/hop/pull/4037


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

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



[PR] fix some Java 17 things and disable flink, fixes #4036 (hop)

2024-06-10 Thread via GitHub


hansva opened a new pull request, #4037:
URL: https://github.com/apache/hop/pull/4037

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


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

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



Re: [I] [Task]: Weblate is not referenced anywhere on the site (hop)

2024-06-09 Thread via GitHub


hansva closed issue #3998: [Task]: Weblate is not referenced anywhere on the 
site
URL: https://github.com/apache/hop/issues/3998


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

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



<    3   4   5   6   7   8   9   10   11   12   >