Pentaho Here, I am trying to write down my finding in Pentaho (Spoon). So that, I can quickly look back if I need to. This is more like a personal note and as of now, I am not sure if this could be of any help to others. 07 Feb 2014 ERROR HANDLING How to enable it? You can right click on the steps and you can see an option called Error Handling. Note: Not all the steps have this option. Error handling is disabled for Table input step, stream look-up step etc.. How to define the field names? You can give the names you are interested in for the predefined fields of error handling. So, these fields will be added to the fields flowing in your current stream Currently, for the Pentaho 5.0, we are having a bug for ERROR_COUNT field, which is getting type as Long instead of Integer for some of the rows. So, as a temporary fix, we have used javascript to handle this public boolean processRow(StepMetaInterface smi, StepDataIn...
Let’s say you are using some of the commands frequently and you don’t want to type the whole command everytime. An alternative is to create a short command for it and use that instead. First, go to the home folder in the terminal which looks like the following /home/username In case if you are in some other directory, you can type ~ in terminal and press Enter to get there Next, you can list the contents of that directory including the hidden files using ls -a Here, -a is to show hidden files which start with dot Among the list of files, find .bashrc and open it At the end of the file, add some custom commands by using alias. alias [custom command name]=’[original command] Here is an example. You can create any number of custom commands here After entering the custom commands, close the terminal and open a new one.
Comments
Post a Comment