[ 
https://issues.apache.org/jira/browse/GIRAPH-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621422#comment-13621422
 ] 

Hudson commented on GIRAPH-536:
-------------------------------

Integrated in Giraph-trunk-Commit #864 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/864/])
    GIRAPH-536: Clean up configuration options (apresta) (Revision 
ab88282d173d0ae36bff9a06485fb8be158455d4)

     Result = SUCCESS
alessandro : 
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=ab88282d173d0ae36bff9a06485fb8be158455d4
Files : 
* giraph-core/src/main/java/org/apache/giraph/conf/GiraphConstants.java
* CHANGELOG
* giraph-core/src/main/java/org/apache/giraph/zk/ZooKeeperManager.java
* giraph-core/src/main/java/org/apache/giraph/master/BspServiceMaster.java
* giraph-core/src/main/java/org/apache/giraph/benchmark/ShortestPathsVertex.java
* 
giraph-core/src/main/java/org/apache/giraph/benchmark/RandomMessageBenchmark.java
* giraph-core/src/main/java/org/apache/giraph/benchmark/PageRankVertex.java
* giraph-core/src/main/java/org/apache/giraph/conf/GiraphConfiguration.java

                
> Clean up configuration options
> ------------------------------
>
>                 Key: GIRAPH-536
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-536
>             Project: Giraph
>          Issue Type: Bug
>    Affects Versions: 0.2.0
>            Reporter: Alessandro Presta
>            Assignee: Alessandro Presta
>         Attachments: GIRAPH-536.patch, GIRAPH-536.patch, GIRAPH-536.patch
>
>
> Option names are all over the place, and I think they should be rationalized 
> before we cut the 0.2 release.
> Some examples:
> 1) Options that don't start with "giraph.*", like "partition.*".
> 2) Ambiguous naming: "giraph.numInputSplitsThreads" refers to worker input 
> threads, "giraph.inputSplitThreadCount" refers to threads used by the master 
> to write splits to ZooKeeper.
> 3) Some options are defined in GiraphConstants, some other ones in the 
> classes that use them. We can find all of them by searching for "static final 
> String".
> 4) "giraph.zKForceSync" and "giraph.ZkSkipAcl" use "yes"/"no" instead of 
> true/false, just because they are later used to write ZK configuration (which 
> requires "yes"/"no"). I think we should stick to true/false since these are 
> Giraph options regardless.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to