In Kamanja 1.2.2 KVInIt usage command is updated to:
java -Dlog4j.configurationFile=file:<path>/log4j2.xml -jar <path>/KVInit-1.0 --typename <container_name> --config <path>Engine1Config.properties --datafiles <file_path> --keyfields <field_name> --delimiter "," --format "delimited"
Old Command
java -Dlog4j.configuration=file:<path>/log4j.properties -jar <path>/KVInit-1.0 --kvname <container_name> --config <path>/databaseinfo.cfg --csvpath <file_path> --keyfieldname <field_name> --delimiter "," --ignoreerrors 0
Took some time for figuring out what is wrong and then updating things. Do we have a Change_Log for such things? Also shouldn;t these be depricated before change?