You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by Narayan Periwal <na...@inmobi.com> on 2015/09/25 10:31:21 UTC

Re: Review Request 38710: FALCON-1477: Adding "-debug" option to Falcon CLI for debug statements to stdout.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38710/
-----------------------------------------------------------

(Updated Sept. 25, 2015, 8:31 a.m.)


Review request for Falcon.


Summary (updated)
-----------------

FALCON-1477: Adding "-debug" option to Falcon CLI for debug statements to stdout.


Repository: falcon-git


Description
-------

With this feature, users can specify "-debug" in CLI arguments to get the debug statements in Stdout. 
eg. falcon entity -type feed -name in-feed.xml -submit -debug
Also, users can export the env variable FALCON_DEBUG to a non-zero value to get the debug statements on stdout.
Starting right now with getting basic debug output such as the Http connection URL to the server, this can be later extended for printing more debug statements at various stages.


Diffs
-----

  client/src/main/java/org/apache/falcon/cli/FalconCLI.java c914649 
  client/src/main/java/org/apache/falcon/client/FalconClient.java 981559b 

Diff: https://reviews.apache.org/r/38710/diff/


Testing
-------

Done


Thanks,

Narayan Periwal


Re: Review Request 38710: FALCON-1477: Adding "-debug" option to Falcon CLI for debug statements to stdout.

Posted by sandeep samudrala <sa...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38710/#review100951
-----------------------------------------------------------

Ship it!


Ship It!

- sandeep samudrala


On Sept. 25, 2015, 9:23 a.m., Narayan Periwal wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/38710/
> -----------------------------------------------------------
> 
> (Updated Sept. 25, 2015, 9:23 a.m.)
> 
> 
> Review request for Falcon.
> 
> 
> Repository: falcon-git
> 
> 
> Description
> -------
> 
> With this feature, users can specify "-debug" in CLI arguments to get the debug statements in Stdout. 
> eg. falcon entity -type feed -name in-feed.xml -submit -debug
> Also, users can export the env variable FALCON_DEBUG to a non-zero value to get the debug statements on stdout.
> Starting right now with getting basic debug output such as the Http connection URL to the server, this can be later extended for printing more debug statements at various stages.
> 
> 
> Diffs
> -----
> 
>   client/src/main/java/org/apache/falcon/cli/FalconCLI.java c914649 
>   client/src/main/java/org/apache/falcon/client/FalconClient.java 981559b 
>   docs/src/site/twiki/FalconCLI.twiki 4f72bf8 
> 
> Diff: https://reviews.apache.org/r/38710/diff/
> 
> 
> Testing
> -------
> 
> Done
> 
> 
> Thanks,
> 
> Narayan Periwal
> 
>


Re: Review Request 38710: FALCON-1477: Adding "-debug" option to Falcon CLI for debug statements to stdout.

Posted by Narayan Periwal <na...@inmobi.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38710/
-----------------------------------------------------------

(Updated Oct. 7, 2015, 6:17 a.m.)


Review request for Falcon.


Bugs: FALCON-1477
    https://issues.apache.org/jira/browse/FALCON-1477


Repository: falcon-git


Description
-------

With this feature, users can specify "-debug" in CLI arguments to get the debug statements in Stdout. 
eg. falcon entity -type feed -name in-feed.xml -submit -debug
Also, users can export the env variable FALCON_DEBUG to a non-zero value to get the debug statements on stdout.
Starting right now with getting basic debug output such as the Http connection URL to the server, this can be later extended for printing more debug statements at various stages.


Diffs (updated)
-----

  client/src/main/java/org/apache/falcon/cli/FalconAdminCLI.java 32c0e8c 
  client/src/main/java/org/apache/falcon/cli/FalconCLI.java 67420ec 
  client/src/main/java/org/apache/falcon/cli/FalconEntityCLI.java 98f3176 
  client/src/main/java/org/apache/falcon/cli/FalconInstanceCLI.java 24be7f1 
  client/src/main/java/org/apache/falcon/cli/FalconMetadataCLI.java aaf59ff 
  client/src/main/java/org/apache/falcon/client/FalconClient.java 20f6447 
  docs/src/site/twiki/FalconCLI.twiki 22003d3 

Diff: https://reviews.apache.org/r/38710/diff/


Testing
-------

Done


Thanks,

Narayan Periwal


Re: Review Request 38710: FALCON-1477: Adding "-debug" option to Falcon CLI for debug statements to stdout.

Posted by Narayan Periwal <na...@inmobi.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38710/
-----------------------------------------------------------

(Updated Sept. 25, 2015, 9:23 a.m.)


Review request for Falcon.


Repository: falcon-git


Description
-------

With this feature, users can specify "-debug" in CLI arguments to get the debug statements in Stdout. 
eg. falcon entity -type feed -name in-feed.xml -submit -debug
Also, users can export the env variable FALCON_DEBUG to a non-zero value to get the debug statements on stdout.
Starting right now with getting basic debug output such as the Http connection URL to the server, this can be later extended for printing more debug statements at various stages.


Diffs (updated)
-----

  client/src/main/java/org/apache/falcon/cli/FalconCLI.java c914649 
  client/src/main/java/org/apache/falcon/client/FalconClient.java 981559b 
  docs/src/site/twiki/FalconCLI.twiki 4f72bf8 

Diff: https://reviews.apache.org/r/38710/diff/


Testing
-------

Done


Thanks,

Narayan Periwal