You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon" <ed...@apache.org> on 2015/07/07 02:35:50 UTC

Re: svn commit: r1689535 - /hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGraphGen.java

Typically we drop a simple message on dev list for these kind of small
patches (before commit). For major bug fix, you'll need to create a
JIRA ticket. :-)

Thanks.

On Tue, Jul 7, 2015 at 9:27 AM,  <mi...@apache.org> wrote:
> Author: minho
> Date: Tue Jul  7 00:27:49 2015
> New Revision: 1689535
>
> URL: http://svn.apache.org/r1689535
> Log:
> Modify wrong help message of the FastGraphGen example
>
> Modified:
>     hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGraphGen.java
>
> Modified: hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGraphGen.java
> URL: http://svn.apache.org/viewvc/hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGraphGen.java?rev=1689535&r1=1689534&r2=1689535&view=diff
> ==============================================================================
> --- hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGraphGen.java (original)
> +++ hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGraphGen.java Tue Jul  7 00:27:49 2015
> @@ -145,12 +145,12 @@ public class FastGraphGen {
>      boolean outputType = false;
>
>      if (args.length == 0) {
> -      new HelpFormatter().printHelp("gen -p OUTPUT_PATH [options]", opts);
> +      new HelpFormatter().printHelp("gen -o OUTPUT_PATH [options]", opts);
>        System.exit(-1);
>      }
>
>      if (cliParser.hasOption("h")) {
> -      new HelpFormatter().printHelp("FastGraphGen -p OUTPUT_PATH [options]", opts);
> +      new HelpFormatter().printHelp("FastGraphGen -o OUTPUT_PATH [options]", opts);
>        return;
>      }
>
>
>



-- 
Best Regards, Edward J. Yoon

RE: svn commit: r1689535 - /hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGraphGen.java

Posted by 김민호 <mi...@samsung.com>.
Thank you for your advice.
I'll do it from now on.

Best regards,
Minho Kim

-----Original Message-----
From: Edward J. Yoon [mailto:edwardyoon@apache.org] 
Sent: Tuesday, July 07, 2015 9:36 AM
To: dev@hama.apache.org
Subject: Re: svn commit: r1689535 - /hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGraphGen.java

Typically we drop a simple message on dev list for these kind of small patches (before commit). For major bug fix, you'll need to create a JIRA ticket. :-)

Thanks.

On Tue, Jul 7, 2015 at 9:27 AM,  <mi...@apache.org> wrote:
> Author: minho
> Date: Tue Jul  7 00:27:49 2015
> New Revision: 1689535
>
> URL: http://svn.apache.org/r1689535
> Log:
> Modify wrong help message of the FastGraphGen example
>
> Modified:
>     
> hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGr
> aphGen.java
>
> Modified: 
> hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGr
> aphGen.java
> URL: 
> http://svn.apache.org/viewvc/hama/trunk/examples/src/main/java/org/apa
> che/hama/examples/util/FastGraphGen.java?rev=1689535&r1=1689534&r2=168
> 9535&view=diff 
> ======================================================================
> ========
> --- 
> hama/trunk/examples/src/main/java/org/apache/hama/examples/util/FastGr
> aphGen.java (original)
> +++ hama/trunk/examples/src/main/java/org/apache/hama/examples/util/Fa
> +++ stGraphGen.java Tue Jul  7 00:27:49 2015
> @@ -145,12 +145,12 @@ public class FastGraphGen {
>      boolean outputType = false;
>
>      if (args.length == 0) {
> -      new HelpFormatter().printHelp("gen -p OUTPUT_PATH [options]", opts);
> +      new HelpFormatter().printHelp("gen -o OUTPUT_PATH [options]", 
> + opts);
>        System.exit(-1);
>      }
>
>      if (cliParser.hasOption("h")) {
> -      new HelpFormatter().printHelp("FastGraphGen -p OUTPUT_PATH [options]", opts);
> +      new HelpFormatter().printHelp("FastGraphGen -o OUTPUT_PATH 
> + [options]", opts);
>        return;
>      }
>
>
>



--
Best Regards, Edward J. Yoon