Hiromu Hota

Results 94 comments of Hiromu Hota

The directory structure of the configuration files is below. In addition to the configuration files, `data` directory is created for each user to locally store Kettle files. ``` $HOME/.kettle/ ├──...

The `$HOME/.pentaho` should also be considered, especially `$HOME/.pentaho/metastore/pentaho` has some configurations. ``` $HOME/.pentaho/metastore/pentaho/ ├── Data\ Service\ Transformation │   └── hoge.xml ├── Default\ Run\ Configuration │   └── Carte.xml ├── Kettle\ Data\...

Finally merged `webspoon-7.1_multiuser` at 11e4d19e8c21aa80ce5f65d4de3779e50b0490b2. Also a22adb9bf6bab1b2a25bf219d77dc600a8ca6baa makes the `metastore` folder for each user. This is valid only when user authentication is configured like in a way described as https://github.com/HiromuHota/pentaho-kettle#user-authentication....

I updated the [Configuration-Management](https://github.com/HiromuHota/pentaho-kettle/wiki/Configuration-Management) in wiki to reflect the changes in 0.7.1.11.

21ffc3e32bacc4355502b5dfffb0c4a9a7e5f651 made repositories.xml multi-user enabled. | Item | Description | As of 21ffc3e32bacc4355502b5dfffb0c4a9a7e5f651 | Desired | Comments | |---|---|---|---|---| | kettle.properties | Main PDI properties file; contains global variables for...

Setting `KETTLE_FILES_HOME` aside a bit, I'd like to correct the actual behavior. The Open File dialog starts in `~/.kettle/data`. It remembers the last opened file: if the dialog started in...

I'd skip this version. - https://sourceforge.net/projects/pentaho/files/Pentaho%209.1/client-tools/ gives you pdi-ce-9.1.0.0-324.zip, but https://github.com/pentaho/pentaho-kettle/tree/9.1.0.0-R points to 9.1.0.0-**325**. This subtle difference might be tricky for webSpoon. - My interest has shifted toward Apache Hop...

This [section](https://github.com/HiromuHota/pentaho-kettle#how-to-develop) of the README would explain how to build the project. [Wiki](https://github.com/HiromuHota/pentaho-kettle/wiki) would be another nice place for technical details for some part.

This is a great suggestion. Currently, webSpoon uses Spring 4.X just because PDI-CE uses it. I have to make sure - If webSpoon works with Spring 5.X - If OAuth...