Reformat properties
See original GitHub issueI find the following hard to read.
## Application properties
## ----------------------
## Specifies an observer provider. This should be the name of a class that
## implements org.apache.fluo.api.observer.ObserverProvider.
#fluo.observer.provider=com.foo.AppObserverProvider
## Observer jars in this directory are copied to the DFS (specified by fluo.dfs.root) during initialization.
## If this property is set, fluo.observer.jars.url should not be set.
#fluo.observer.init.dir=/path/to/observer/jars/
## Observer jars are retreived from this URL. If set, fluo.observer.init.dir should not be set.
#fluo.observer.jars.url=hdfs://localhost:8020/path/to/observer/jars/
## Properties with a prefix of fluo.app.* can easily be retrieved by a Fluo
## application running on any node in the cluster.
#fluo.app.key1=val1
I am thinking that adding an empty line like the following would make it easier to parse.
## Application properties
## ----------------------
## Specifies an observer provider. This should be the name of a class that
## implements org.apache.fluo.api.observer.ObserverProvider.
#fluo.observer.provider=com.foo.AppObserverProvider
## Observer jars in this directory are copied to the DFS (specified by fluo.dfs.root) during initialization.
## If this property is set, fluo.observer.jars.url should not be set.
#fluo.observer.init.dir=/path/to/observer/jars/
## Observer jars are retreived from this URL. If set, fluo.observer.init.dir should not be set.
#fluo.observer.jars.url=hdfs://localhost:8020/path/to/observer/jars/
## Properties with a prefix of fluo.app.* can easily be retrieved by a Fluo
## application running on any node in the cluster.
#fluo.app.key1=val1
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
7 Formatting Properties
This set of properties controls the position of formatted areas with relative positioning. The remaining properties are used on a number of formatting...
Read more >Format Property
You can use the Format property to customize the way numbers, dates, times, and text are displayed and printed. Read/write String. expression.Format.
Read more >Properties File Format
Properties files created by the ATG Control Center automatically use the correct format. The ATG Control Center also checks whether a property value...
Read more >Formatting properties
Select the information on your report you want to work with. From the Properties pane, select Formatting from the Appearance area and then...
Read more >Format Properties (GNU Emacs Lisp Reference Manual)
These text properties affect the behavior of the fill commands. They are used for representing formatted text. See Filling, and Margins for Filling....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@namrita1201, a pull request was already created by @llvieira. Take a look at our other issues.
I would like to contribute to fix this issue