Hey Sairam, It looks like your console didn't pick up the right configuration file. The global configuration will be overwritten by the files in the package. There are several ways to set the property 1. You can specify configuration file when you launch the application "launch xxx.apa -conf $your_configuration_file" 2 "launch xxx.apa -Dprop_key=propValue" 3 You can launch the application package through UI and set the property from there. The property can be saved into the app package and reused later.
Here is more document about the application package( http://docs.datatorrent.com/application_packages/) Best, Siyuan On Wed, Feb 24, 2016 at 2:23 PM, Sairam Kannan <[email protected]> wrote: > Hi team, > I am trying to understand the Twitter demo in Apache Apex. > While I am launching the application. It gives the following error, even > though the authentication keys are provided in the dt-site.xml. Can anyone > kindly provide solution/suggestions for the same. > > [image: Inline image 1] > > > dt-site.xml > > [image: Inline image 2] > > Regards, > Sairam Kannan > LinkedIn - https://www.linkedin.com/in/sairamkannan >
