Skip to content

Commit 3a92538

Browse files
committed
Adjust README to be properly displayed in gitlab
1 parent 25e0624 commit 3a92538

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,21 @@ Connector between Hadoop and XRootD protocols (EOS compatible)
44

55
### Available hadoop flags
66

7-
- `fs.xrootd.readahead.range` - set the size of the request to XRootD storage issued for data
8-
(allows prefetching more data in case of large reads). Defaults to 128KB.
7+
**WARNING** - diana-hep/root4j <=0.1.6 package resets configs spark.hadoop on executors!!
8+
Must be specified in HADOOP_CONF_DIR in core-site.xml - ref https://github.com/diana-hep/root4j/issues/3
99

10-
**WARNING** - diana-hep/root4j <=0.1.6 package resets configs spark.hadoop on executors!!
11-
Must be specified in HADOOP_CONF_DIR in core-site.xml - ref https://github.com/diana-hep/root4j/issues/3
12-
13-
```
10+
```
1411
<?xml version="1.0" encoding="UTF-8"?>
1512
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
1613
1714
<configuration>
1815
<property>
16+
<description>set the size of the request to XRootD storage issued for data (allows prefetching more data in case of large reads). Defaults to 128KB.</description>
1917
<name>fs.xrootd.readahead.range</name>
2018
<value>128000</value>
2119
</property>
2220
</configuration>
23-
```
21+
```
2422

2523
### Build and run PySpark Shell with XRootD-Connector
2624

0 commit comments

Comments
 (0)