This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 49c6ad1  [MINOR] Add a default empty configuration
49c6ad1 is described below

commit 49c6ad1b3670940a82ac6658312797c123f17e4d
Author: baunsgaard <[email protected]>
AuthorDate: Sat Jun 26 14:08:46 2021 +0200

    [MINOR] Add a default empty configuration
    
    When downloading systemds and running from source, there is no
    configuration file named .xml in the conf folder,
    this makes the systemds binary look for a configuration file in the
    test folders, where the first one is a compression settings file.
    
    This commit remove this flaw, and defaults to a defaults xml file,
    that set none of our flags.
---
 conf/SystemDS-config-defaults.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/conf/SystemDS-config-defaults.xml 
b/conf/SystemDS-config-defaults.xml
new file mode 100644
index 0000000..f48912c
--- /dev/null
+++ b/conf/SystemDS-config-defaults.xml
@@ -0,0 +1,21 @@
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+
+<root>
+</root>

Reply via email to