Cascading / lingual

Stand-alone ANSI SQL for Cascading on Apache Hadoop
http://www.cascading.org/lingual/
48 stars 17 forks source link

Feature Request: Allow setting of app name for lingual shell #31

Closed sporkthrower closed 9 years ago

sporkthrower commented 9 years ago

Currently the app name defaults to lingual-hadoop.

Particularly when trying to observe lingual shell executions in Driven, it would be helpful for the user to be able to set this.

fs111 commented 9 years ago

You can overwrite settings via LINGUAL_CONFIG or by putting them in the config file in the catalog directory. If you set "cascading.app.name" to the value you want, it should do the trick: http://docs.cascading.org/lingual/1.1/#_setting_job_properties

sporkthrower commented 9 years ago

Thanks, pointing @rdesmond here as he was looking to be able to do this. That seems sufficient to me, so closing request as well

rdesmond commented 9 years ago

@sporkthrower @fs111 this is perfect. thanks!