You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sh...@apache.org on 2016/10/17 07:53:42 UTC

[2/2] incubator-atlas git commit: ATLAS-1221 build failure in windows SyntaxError: invalid syntax (zhangqiang2 via shwethags)

ATLAS-1221 build failure in windows SyntaxError: invalid syntax (zhangqiang2 via shwethags)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/51d24ae3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/51d24ae3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/51d24ae3

Branch: refs/heads/master
Commit: 51d24ae3b9da0996d9d2d1bcb1496c810d27e287
Parents: a2eca47
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Mon Oct 17 12:21:54 2016 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Mon Oct 17 12:21:54 2016 +0530

----------------------------------------------------------------------
 distro/src/bin/atlas_config.py | 2 +-
 release-log.txt                | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/51d24ae3/distro/src/bin/atlas_config.py
----------------------------------------------------------------------
diff --git a/distro/src/bin/atlas_config.py b/distro/src/bin/atlas_config.py
index c211823..1be9ca2 100755
--- a/distro/src/bin/atlas_config.py
+++ b/distro/src/bin/atlas_config.py
@@ -132,7 +132,7 @@ def expandWebApp(dir):
     if not os.path.exists(os.path.join(webAppMetadataDir, "WEB-INF")):
         try:
             os.makedirs(webAppMetadataDir)
-        except OSError, e:
+        except OSError as e:
             if e.errno != errno.EEXIST:
                 raise e
             pass

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/51d24ae3/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 32db576..1fb73e4 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
 ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
 
 ALL CHANGES:
+ATLAS-1221 build failure in windows SyntaxError: invalid syntax (zhangqiang2 via shwethags)
 ATLAS-1226 Servlet init-params in web.xml are unused (mneethiraj via shwethags)
 ATLAS-1224 Minor fixes for hive and falcon bridge twiki (ayubkhan via sumasai) 
 ATLAS-1223 Type REST API v2 implementation (apoorvnaik via sumasai)