This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encoding: UTF-8 | |
# Forked from https://gist.github.com/pallan/6663018 - amazing work | |
# All credit and copyright for this is Peer Allan's | |
# Chiliproject to Redmine converter | |
# ================================= | |
# | |
# This script takes an existing Chiliproject database and | |
# converts it to be compatible with Redmine (>= v2.3). The |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"io" | |
"net/http" | |
"os" | |
"syscall" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml | |
index f1ac43ed5b3..b83ca028b24 100644 | |
--- a/hadoop-project/pom.xml | |
+++ b/hadoop-project/pom.xml | |
@@ -63,7 +63,7 @@ | |
<java.security.egd>file:///dev/urandom</java.security.egd> | |
<!-- avro version --> | |
- <avro.version>1.7.7</avro.version> | |
+ <avro.version>1.11.3</avro.version> |