Smalyshev has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/348999 )

Change subject: Add more properties to Blazegraph launching script.
......................................................................

Add more properties to Blazegraph launching script.

Since it was created, more properties has been added, so it's time
to update it.

Ideally, we'd have a list of these properties somewhere in the docs.

Change-Id: Ia868c58528b03f5b6f4b8a58c33f72c54bf557fb
---
M tools/pom.xml
A tools/src/test/resources/blazegraph/whitelist.txt
2 files changed, 21 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/rdf 
refs/changes/99/348999/1

diff --git a/tools/pom.xml b/tools/pom.xml
index a861f4f..a55ea6d 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -262,6 +262,26 @@
                   <name>ASTOptimizerClass</name>
                   
<value>org.wikidata.query.rdf.blazegraph.WikibaseOptimizers</value>
                 </property>
+                <property>
+                       
<name>org.wikidata.query.rdf.blazegraph.inline.literal.WKTSerializer.noGlobe</name>
+                       <value>2</value>
+                </property>
+                <property>
+                       
<name>com.bigdata.rdf.sail.sparql.PrefixDeclProcessor.additionalDeclsFile</name>
+                       
<value>${project.parent.basedir}/dist/src/script/prefixes.conf</value>
+                </property>
+                <property>
+                       
<name>com.bigdata.rdf.sail.webapp.client.HttpClientConfigurator</name>
+                       
<value>org.wikidata.query.rdf.blazegraph.ProxiedHttpConnectionFactory</value>
+                </property>
+                <property>
+                       <name>http.userAgent</name>
+                       <value>Wikidata Query Service (testing); 
https://query.wikidata.org/</value>
+                </property>
+                <property>
+                       <name>wikibaseServiceWhitelist</name>
+                       
<value>${project.basedir}/src/test/resources/blazegraph/whitelist.txt</value>
+                </property>
               </properties>
             </configuration>
           </execution>
diff --git a/tools/src/test/resources/blazegraph/whitelist.txt 
b/tools/src/test/resources/blazegraph/whitelist.txt
new file mode 100644
index 0000000..3dc09ff
--- /dev/null
+++ b/tools/src/test/resources/blazegraph/whitelist.txt
@@ -0,0 +1 @@
+https://query.wikidata.org/

-- 
To view, visit https://gerrit.wikimedia.org/r/348999
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia868c58528b03f5b6f4b8a58c33f72c54bf557fb
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Smalyshev <smalys...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to