question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reformat properties

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mikewalchcommented, Oct 26, 2017

@namrita1201, a pull request was already created by @llvieira. Take a look at our other issues.

0reactions
namrita1201commented, Oct 26, 2017

I would like to contribute to fix this issue

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found