Closed adelaocampos closed 7 years ago
Hi,
What version of plugin area you using? On Fri, May 5, 2017 at 22:55 adelaocampos notifications@github.com wrote:
Hi,
We are trying to deploy our set of ETLs into different regions and we noticed variables are not getting replaced by its value in the kettle.properties file when we execute them.
Is it a bug ???
i.e zookeeper.connect ${zookeeper_server}
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RuckusWirelessIL/pentaho-kafka-consumer/issues/22, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJpOyuSowqwlzL5MpUHrBVj1bkPqVwlks5r237EgaJpZM4NSWtD .
Branch= Trunk BuildId = 20170105-0706
Check the attached file
I see that environment variables are substituted here prior to creating a Kafka consumer: https://github.com/RuckusWirelessIL/pentaho-kafka-consumer/blob/master/src/main/java/com/ruckuswireless/pentaho/kafka/consumer/KafkaConsumerStep.java#L51
Can you please verify that the variable is set OK?
Hi,
We are trying to deploy our set of ETLs into different regions and we noticed variables are not getting replaced by its value in the kettle.properties file when we execute them.
Is it a bug ???
i.e zookeeper.connect ${zookeeper_server}