[jira] [Commented] (ATLAS-1221) build failure in windows SyntaxError: invalid syntax

2016-10-17 Thread zhangqiang2 (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15581537#comment-15581537
 ] 

zhangqiang2 commented on ATLAS-1221:


 thanks Shwetha G S
 I have do as you say , also  I find the diffierent between "git diff" and "git 
diff --full-index"  .
  when i commit in our atlas project can use  "git diff" .
  when add code in https://reviews.apache.org/ we should use  "git diff 
--full-index". 

> build failure in windows  SyntaxError: invalid syntax
> -
>
> Key: ATLAS-1221
> URL: https://issues.apache.org/jira/browse/ATLAS-1221
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8-incubating
> Environment: window7(64) +maven3.2.5+git+python3.5(64)+jdk1.7.80
>Reporter: zhangqiang2
>Assignee: zhangqiang2
>Priority: Critical
>  Labels: build
> Fix For: 0.8-incubating
>
> Attachments: ATLAS-1221-v2.patch, ATLAS-1221.patch
>
>
> Traceback (most recent call last):
>   File "unitTests.py", line 118, in 
> main()
>   File "unitTests.py", line 87, in main
> suite = all_tests_suite()
>   File "unitTests.py", line 78, in all_tests_suite
> suite = unittest.TestLoader().loadTestsFromNames(tests_list)
>   File "c:\python\lib\unittest\loader.py", line 219, in loadTestsFromNames
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "c:\python\lib\unittest\loader.py", line 219, in 
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "c:\python\lib\unittest\loader.py", line 153, in loadTestsFromName
> module = __import__(module_name)
>   File 
> "E:\GITProject-bak\incubator-atlas-eclipse\distro\src\test\python\scripts\TestMetadata.py",
>  line 26, in 
> import atlas_config as mc
>   File 
> "E:\GITProject-bak\incubator-atlas-eclipse\distro\src\bin\atlas_config.py", 
> line 135
> except OSError, e:
>   ^
> SyntaxError: invalid syntax
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO]
> [INFO] apache-atlas ... SUCCESS [ 19.819 
> s]
> [INFO] Apache Atlas Common  SUCCESS [ 23.974 
> s]
> [INFO] Apache Atlas Typesystem  SUCCESS [ 44.967 
> s]
> [INFO] Apache Atlas Client  SUCCESS [ 26.070 
> s]
> [INFO] Apache Atlas Server API  SUCCESS [ 18.260 
> s]
> [INFO] Apache Atlas Notification .. SUCCESS [ 24.818 
> s]
> [INFO] Apache Atlas Graph Database Projects ... SUCCESS [  1.996 
> s]
> [INFO] Apache Atlas Graph Database API  SUCCESS [ 12.466 
> s]
> [INFO] Graph Database Common Code . SUCCESS [ 12.562 
> s]
> [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl . SUCCESS [ 52.199 
> s]
> [INFO] Apache Atlas Repository  SUCCESS [ 53.281 
> s]
> [INFO] Apache Atlas Authorization . SUCCESS [ 14.496 
> s]
> [INFO] Apache Atlas Business Catalog .. SUCCESS [ 19.184 
> s]
> [INFO] Apache Atlas UI  SUCCESS [13:55 
> min]
> [INFO] Apache Atlas Web Application ... SUCCESS [02:13 
> min]
> [INFO] Apache Atlas Documentation . SUCCESS [ 14.923 
> s]
> [INFO] Apache Atlas FileSystem Model .. SUCCESS [01:04 
> min]
> [INFO] Apache Atlas Plugin Classloader  SUCCESS [ 12.809 
> s]
> [INFO] Apache Atlas Hive Bridge Shim .. SUCCESS [ 16.498 
> s]
> [INFO] Apache Atlas Hive Bridge ... SUCCESS [02:23 
> min]
> [INFO] Apache Atlas Falcon Bridge Shim  SUCCESS [ 17.179 
> s]
> [INFO] Apache Atlas Falcon Bridge . SUCCESS [02:11 
> min]
> [INFO] Apache Atlas Sqoop Bridge Shim . SUCCESS [  7.781 
> s]
> [INFO] Apache Atlas Sqoop Bridge .. SUCCESS [02:14 
> min]
> [INFO] Apache Atlas Storm Bridge Shim . SUCCESS [  9.031 
> s]
> [INFO] Apache Atlas Storm Bridge .. SUCCESS [02:17 
> min]
> [INFO] Apache Atlas Distribution .. FAILURE [  8.631 
> s]
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 33:15 min
> [INFO] Finished at: 2016-10-12T09:06:02+08:00
> [INFO] Final Memory: 159M/857M
> [INFO] 
> 
> [WARNING] The requested profile "env-c

[jira] [Updated] (ATLAS-1221) build failure in windows SyntaxError: invalid syntax

2016-10-15 Thread zhangqiang2 (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhangqiang2 updated ATLAS-1221:
---
Attachment: ATLAS-1221.patch

> build failure in windows  SyntaxError: invalid syntax
> -
>
> Key: ATLAS-1221
> URL: https://issues.apache.org/jira/browse/ATLAS-1221
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8-incubating
> Environment: window7(64) +maven3.2.5+git+python3.5(64)+jdk1.7.80
>Reporter: zhangqiang2
>Assignee: zhangqiang2
>Priority: Critical
>  Labels: build
> Attachments: ATLAS-1221.patch
>
>
> Traceback (most recent call last):
>   File "unitTests.py", line 118, in 
> main()
>   File "unitTests.py", line 87, in main
> suite = all_tests_suite()
>   File "unitTests.py", line 78, in all_tests_suite
> suite = unittest.TestLoader().loadTestsFromNames(tests_list)
>   File "c:\python\lib\unittest\loader.py", line 219, in loadTestsFromNames
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "c:\python\lib\unittest\loader.py", line 219, in 
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "c:\python\lib\unittest\loader.py", line 153, in loadTestsFromName
> module = __import__(module_name)
>   File 
> "E:\GITProject-bak\incubator-atlas-eclipse\distro\src\test\python\scripts\TestMetadata.py",
>  line 26, in 
> import atlas_config as mc
>   File 
> "E:\GITProject-bak\incubator-atlas-eclipse\distro\src\bin\atlas_config.py", 
> line 135
> except OSError, e:
>   ^
> SyntaxError: invalid syntax
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO]
> [INFO] apache-atlas ... SUCCESS [ 19.819 
> s]
> [INFO] Apache Atlas Common  SUCCESS [ 23.974 
> s]
> [INFO] Apache Atlas Typesystem  SUCCESS [ 44.967 
> s]
> [INFO] Apache Atlas Client  SUCCESS [ 26.070 
> s]
> [INFO] Apache Atlas Server API  SUCCESS [ 18.260 
> s]
> [INFO] Apache Atlas Notification .. SUCCESS [ 24.818 
> s]
> [INFO] Apache Atlas Graph Database Projects ... SUCCESS [  1.996 
> s]
> [INFO] Apache Atlas Graph Database API  SUCCESS [ 12.466 
> s]
> [INFO] Graph Database Common Code . SUCCESS [ 12.562 
> s]
> [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl . SUCCESS [ 52.199 
> s]
> [INFO] Apache Atlas Repository  SUCCESS [ 53.281 
> s]
> [INFO] Apache Atlas Authorization . SUCCESS [ 14.496 
> s]
> [INFO] Apache Atlas Business Catalog .. SUCCESS [ 19.184 
> s]
> [INFO] Apache Atlas UI  SUCCESS [13:55 
> min]
> [INFO] Apache Atlas Web Application ... SUCCESS [02:13 
> min]
> [INFO] Apache Atlas Documentation . SUCCESS [ 14.923 
> s]
> [INFO] Apache Atlas FileSystem Model .. SUCCESS [01:04 
> min]
> [INFO] Apache Atlas Plugin Classloader  SUCCESS [ 12.809 
> s]
> [INFO] Apache Atlas Hive Bridge Shim .. SUCCESS [ 16.498 
> s]
> [INFO] Apache Atlas Hive Bridge ... SUCCESS [02:23 
> min]
> [INFO] Apache Atlas Falcon Bridge Shim  SUCCESS [ 17.179 
> s]
> [INFO] Apache Atlas Falcon Bridge . SUCCESS [02:11 
> min]
> [INFO] Apache Atlas Sqoop Bridge Shim . SUCCESS [  7.781 
> s]
> [INFO] Apache Atlas Sqoop Bridge .. SUCCESS [02:14 
> min]
> [INFO] Apache Atlas Storm Bridge Shim . SUCCESS [  9.031 
> s]
> [INFO] Apache Atlas Storm Bridge .. SUCCESS [02:17 
> min]
> [INFO] Apache Atlas Distribution .. FAILURE [  8.631 
> s]
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 33:15 min
> [INFO] Finished at: 2016-10-12T09:06:02+08:00
> [INFO] Final Memory: 159M/857M
> [INFO] 
> 
> [WARNING] The requested profile "env-common" could not be activated because 
> it does not exist.
> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
> (python-test) on project atlas-distro: Command execution failed. Proce
>  exited with an error: 1 (Exit value: 1) -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.

[jira] [Updated] (ATLAS-1221) build failure in windows SyntaxError: invalid syntax

2016-10-15 Thread zhangqiang2 (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhangqiang2 updated ATLAS-1221:
---
Attachment: (was: ATLAS-DISTRO-1.patch)

> build failure in windows  SyntaxError: invalid syntax
> -
>
> Key: ATLAS-1221
> URL: https://issues.apache.org/jira/browse/ATLAS-1221
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8-incubating
> Environment: window7(64) +maven3.2.5+git+python3.5(64)+jdk1.7.80
>Reporter: zhangqiang2
>Assignee: zhangqiang2
>Priority: Critical
>  Labels: build
>
> Traceback (most recent call last):
>   File "unitTests.py", line 118, in 
> main()
>   File "unitTests.py", line 87, in main
> suite = all_tests_suite()
>   File "unitTests.py", line 78, in all_tests_suite
> suite = unittest.TestLoader().loadTestsFromNames(tests_list)
>   File "c:\python\lib\unittest\loader.py", line 219, in loadTestsFromNames
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "c:\python\lib\unittest\loader.py", line 219, in 
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "c:\python\lib\unittest\loader.py", line 153, in loadTestsFromName
> module = __import__(module_name)
>   File 
> "E:\GITProject-bak\incubator-atlas-eclipse\distro\src\test\python\scripts\TestMetadata.py",
>  line 26, in 
> import atlas_config as mc
>   File 
> "E:\GITProject-bak\incubator-atlas-eclipse\distro\src\bin\atlas_config.py", 
> line 135
> except OSError, e:
>   ^
> SyntaxError: invalid syntax
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO]
> [INFO] apache-atlas ... SUCCESS [ 19.819 
> s]
> [INFO] Apache Atlas Common  SUCCESS [ 23.974 
> s]
> [INFO] Apache Atlas Typesystem  SUCCESS [ 44.967 
> s]
> [INFO] Apache Atlas Client  SUCCESS [ 26.070 
> s]
> [INFO] Apache Atlas Server API  SUCCESS [ 18.260 
> s]
> [INFO] Apache Atlas Notification .. SUCCESS [ 24.818 
> s]
> [INFO] Apache Atlas Graph Database Projects ... SUCCESS [  1.996 
> s]
> [INFO] Apache Atlas Graph Database API  SUCCESS [ 12.466 
> s]
> [INFO] Graph Database Common Code . SUCCESS [ 12.562 
> s]
> [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl . SUCCESS [ 52.199 
> s]
> [INFO] Apache Atlas Repository  SUCCESS [ 53.281 
> s]
> [INFO] Apache Atlas Authorization . SUCCESS [ 14.496 
> s]
> [INFO] Apache Atlas Business Catalog .. SUCCESS [ 19.184 
> s]
> [INFO] Apache Atlas UI  SUCCESS [13:55 
> min]
> [INFO] Apache Atlas Web Application ... SUCCESS [02:13 
> min]
> [INFO] Apache Atlas Documentation . SUCCESS [ 14.923 
> s]
> [INFO] Apache Atlas FileSystem Model .. SUCCESS [01:04 
> min]
> [INFO] Apache Atlas Plugin Classloader  SUCCESS [ 12.809 
> s]
> [INFO] Apache Atlas Hive Bridge Shim .. SUCCESS [ 16.498 
> s]
> [INFO] Apache Atlas Hive Bridge ... SUCCESS [02:23 
> min]
> [INFO] Apache Atlas Falcon Bridge Shim  SUCCESS [ 17.179 
> s]
> [INFO] Apache Atlas Falcon Bridge . SUCCESS [02:11 
> min]
> [INFO] Apache Atlas Sqoop Bridge Shim . SUCCESS [  7.781 
> s]
> [INFO] Apache Atlas Sqoop Bridge .. SUCCESS [02:14 
> min]
> [INFO] Apache Atlas Storm Bridge Shim . SUCCESS [  9.031 
> s]
> [INFO] Apache Atlas Storm Bridge .. SUCCESS [02:17 
> min]
> [INFO] Apache Atlas Distribution .. FAILURE [  8.631 
> s]
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 33:15 min
> [INFO] Finished at: 2016-10-12T09:06:02+08:00
> [INFO] Final Memory: 159M/857M
> [INFO] 
> 
> [WARNING] The requested profile "env-common" could not be activated because 
> it does not exist.
> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
> (python-test) on project atlas-distro: Command execution failed. Proce
>  exited with an error: 1 (Exit value: 1) -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.codehaus.mojo:exec-maven-pl

[jira] [Updated] (ATLAS-1221) build failure in windows SyntaxError: invalid syntax

2016-10-15 Thread zhangqiang2 (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhangqiang2 updated ATLAS-1221:
---
Attachment: ATLAS-DISTRO-1.patch

> build failure in windows  SyntaxError: invalid syntax
> -
>
> Key: ATLAS-1221
> URL: https://issues.apache.org/jira/browse/ATLAS-1221
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8-incubating
> Environment: window7(64) +maven3.2.5+git+python3.5(64)+jdk1.7.80
>Reporter: zhangqiang2
>Assignee: zhangqiang2
>Priority: Critical
>  Labels: build
> Attachments: ATLAS-DISTRO-1.patch
>
>
> Traceback (most recent call last):
>   File "unitTests.py", line 118, in 
> main()
>   File "unitTests.py", line 87, in main
> suite = all_tests_suite()
>   File "unitTests.py", line 78, in all_tests_suite
> suite = unittest.TestLoader().loadTestsFromNames(tests_list)
>   File "c:\python\lib\unittest\loader.py", line 219, in loadTestsFromNames
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "c:\python\lib\unittest\loader.py", line 219, in 
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "c:\python\lib\unittest\loader.py", line 153, in loadTestsFromName
> module = __import__(module_name)
>   File 
> "E:\GITProject-bak\incubator-atlas-eclipse\distro\src\test\python\scripts\TestMetadata.py",
>  line 26, in 
> import atlas_config as mc
>   File 
> "E:\GITProject-bak\incubator-atlas-eclipse\distro\src\bin\atlas_config.py", 
> line 135
> except OSError, e:
>   ^
> SyntaxError: invalid syntax
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO]
> [INFO] apache-atlas ... SUCCESS [ 19.819 
> s]
> [INFO] Apache Atlas Common  SUCCESS [ 23.974 
> s]
> [INFO] Apache Atlas Typesystem  SUCCESS [ 44.967 
> s]
> [INFO] Apache Atlas Client  SUCCESS [ 26.070 
> s]
> [INFO] Apache Atlas Server API  SUCCESS [ 18.260 
> s]
> [INFO] Apache Atlas Notification .. SUCCESS [ 24.818 
> s]
> [INFO] Apache Atlas Graph Database Projects ... SUCCESS [  1.996 
> s]
> [INFO] Apache Atlas Graph Database API  SUCCESS [ 12.466 
> s]
> [INFO] Graph Database Common Code . SUCCESS [ 12.562 
> s]
> [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl . SUCCESS [ 52.199 
> s]
> [INFO] Apache Atlas Repository  SUCCESS [ 53.281 
> s]
> [INFO] Apache Atlas Authorization . SUCCESS [ 14.496 
> s]
> [INFO] Apache Atlas Business Catalog .. SUCCESS [ 19.184 
> s]
> [INFO] Apache Atlas UI  SUCCESS [13:55 
> min]
> [INFO] Apache Atlas Web Application ... SUCCESS [02:13 
> min]
> [INFO] Apache Atlas Documentation . SUCCESS [ 14.923 
> s]
> [INFO] Apache Atlas FileSystem Model .. SUCCESS [01:04 
> min]
> [INFO] Apache Atlas Plugin Classloader  SUCCESS [ 12.809 
> s]
> [INFO] Apache Atlas Hive Bridge Shim .. SUCCESS [ 16.498 
> s]
> [INFO] Apache Atlas Hive Bridge ... SUCCESS [02:23 
> min]
> [INFO] Apache Atlas Falcon Bridge Shim  SUCCESS [ 17.179 
> s]
> [INFO] Apache Atlas Falcon Bridge . SUCCESS [02:11 
> min]
> [INFO] Apache Atlas Sqoop Bridge Shim . SUCCESS [  7.781 
> s]
> [INFO] Apache Atlas Sqoop Bridge .. SUCCESS [02:14 
> min]
> [INFO] Apache Atlas Storm Bridge Shim . SUCCESS [  9.031 
> s]
> [INFO] Apache Atlas Storm Bridge .. SUCCESS [02:17 
> min]
> [INFO] Apache Atlas Distribution .. FAILURE [  8.631 
> s]
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 33:15 min
> [INFO] Finished at: 2016-10-12T09:06:02+08:00
> [INFO] Final Memory: 159M/857M
> [INFO] 
> 
> [WARNING] The requested profile "env-common" could not be activated because 
> it does not exist.
> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
> (python-test) on project atlas-distro: Command execution failed. Proce
>  exited with an error: 1 (Exit value: 1) -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> g

[jira] [Updated] (ATLAS-1221) build failure in windows SyntaxError: invalid syntax

2016-10-15 Thread zhangqiang2 (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhangqiang2 updated ATLAS-1221:
---
Attachment: (was: ATLAS-DISTRO-1.patch)

> build failure in windows  SyntaxError: invalid syntax
> -
>
> Key: ATLAS-1221
> URL: https://issues.apache.org/jira/browse/ATLAS-1221
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8-incubating
> Environment: window7(64) +maven3.2.5+git+python3.5(64)+jdk1.7.80
>Reporter: zhangqiang2
>Assignee: zhangqiang2
>Priority: Critical
>  Labels: build
>
> Traceback (most recent call last):
>   File "unitTests.py", line 118, in 
> main()
>   File "unitTests.py", line 87, in main
> suite = all_tests_suite()
>   File "unitTests.py", line 78, in all_tests_suite
> suite = unittest.TestLoader().loadTestsFromNames(tests_list)
>   File "c:\python\lib\unittest\loader.py", line 219, in loadTestsFromNames
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "c:\python\lib\unittest\loader.py", line 219, in 
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "c:\python\lib\unittest\loader.py", line 153, in loadTestsFromName
> module = __import__(module_name)
>   File 
> "E:\GITProject-bak\incubator-atlas-eclipse\distro\src\test\python\scripts\TestMetadata.py",
>  line 26, in 
> import atlas_config as mc
>   File 
> "E:\GITProject-bak\incubator-atlas-eclipse\distro\src\bin\atlas_config.py", 
> line 135
> except OSError, e:
>   ^
> SyntaxError: invalid syntax
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO]
> [INFO] apache-atlas ... SUCCESS [ 19.819 
> s]
> [INFO] Apache Atlas Common  SUCCESS [ 23.974 
> s]
> [INFO] Apache Atlas Typesystem  SUCCESS [ 44.967 
> s]
> [INFO] Apache Atlas Client  SUCCESS [ 26.070 
> s]
> [INFO] Apache Atlas Server API  SUCCESS [ 18.260 
> s]
> [INFO] Apache Atlas Notification .. SUCCESS [ 24.818 
> s]
> [INFO] Apache Atlas Graph Database Projects ... SUCCESS [  1.996 
> s]
> [INFO] Apache Atlas Graph Database API  SUCCESS [ 12.466 
> s]
> [INFO] Graph Database Common Code . SUCCESS [ 12.562 
> s]
> [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl . SUCCESS [ 52.199 
> s]
> [INFO] Apache Atlas Repository  SUCCESS [ 53.281 
> s]
> [INFO] Apache Atlas Authorization . SUCCESS [ 14.496 
> s]
> [INFO] Apache Atlas Business Catalog .. SUCCESS [ 19.184 
> s]
> [INFO] Apache Atlas UI  SUCCESS [13:55 
> min]
> [INFO] Apache Atlas Web Application ... SUCCESS [02:13 
> min]
> [INFO] Apache Atlas Documentation . SUCCESS [ 14.923 
> s]
> [INFO] Apache Atlas FileSystem Model .. SUCCESS [01:04 
> min]
> [INFO] Apache Atlas Plugin Classloader  SUCCESS [ 12.809 
> s]
> [INFO] Apache Atlas Hive Bridge Shim .. SUCCESS [ 16.498 
> s]
> [INFO] Apache Atlas Hive Bridge ... SUCCESS [02:23 
> min]
> [INFO] Apache Atlas Falcon Bridge Shim  SUCCESS [ 17.179 
> s]
> [INFO] Apache Atlas Falcon Bridge . SUCCESS [02:11 
> min]
> [INFO] Apache Atlas Sqoop Bridge Shim . SUCCESS [  7.781 
> s]
> [INFO] Apache Atlas Sqoop Bridge .. SUCCESS [02:14 
> min]
> [INFO] Apache Atlas Storm Bridge Shim . SUCCESS [  9.031 
> s]
> [INFO] Apache Atlas Storm Bridge .. SUCCESS [02:17 
> min]
> [INFO] Apache Atlas Distribution .. FAILURE [  8.631 
> s]
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 33:15 min
> [INFO] Finished at: 2016-10-12T09:06:02+08:00
> [INFO] Final Memory: 159M/857M
> [INFO] 
> 
> [WARNING] The requested profile "env-common" could not be activated because 
> it does not exist.
> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
> (python-test) on project atlas-distro: Command execution failed. Proce
>  exited with an error: 1 (Exit value: 1) -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.codehaus.mojo:exec-maven-pl

[jira] [Updated] (ATLAS-1221) build failure in windows SyntaxError: invalid syntax

2016-10-13 Thread zhangqiang2 (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhangqiang2 updated ATLAS-1221:
---
Attachment: ATLAS-DISTRO-1.patch

Modify atlas_config.py;
line135:   Modify  from " except OSError , e:"to   "except OSError as 
e:" ;





> build failure in windows  SyntaxError: invalid syntax
> -
>
> Key: ATLAS-1221
> URL: https://issues.apache.org/jira/browse/ATLAS-1221
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8-incubating
> Environment: window7(64) +maven3.2.5+git+python3.5(64)+jdk1.7.80
>Reporter: zhangqiang2
>Assignee: zhangqiang2
>Priority: Critical
>  Labels: build
> Attachments: ATLAS-DISTRO-1.patch
>
>
> Traceback (most recent call last):
>   File "unitTests.py", line 118, in 
> main()
>   File "unitTests.py", line 87, in main
> suite = all_tests_suite()
>   File "unitTests.py", line 78, in all_tests_suite
> suite = unittest.TestLoader().loadTestsFromNames(tests_list)
>   File "c:\python\lib\unittest\loader.py", line 219, in loadTestsFromNames
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "c:\python\lib\unittest\loader.py", line 219, in 
> suites = [self.loadTestsFromName(name, module) for name in names]
>   File "c:\python\lib\unittest\loader.py", line 153, in loadTestsFromName
> module = __import__(module_name)
>   File 
> "E:\GITProject-bak\incubator-atlas-eclipse\distro\src\test\python\scripts\TestMetadata.py",
>  line 26, in 
> import atlas_config as mc
>   File 
> "E:\GITProject-bak\incubator-atlas-eclipse\distro\src\bin\atlas_config.py", 
> line 135
> except OSError, e:
>   ^
> SyntaxError: invalid syntax
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO]
> [INFO] apache-atlas ... SUCCESS [ 19.819 
> s]
> [INFO] Apache Atlas Common  SUCCESS [ 23.974 
> s]
> [INFO] Apache Atlas Typesystem  SUCCESS [ 44.967 
> s]
> [INFO] Apache Atlas Client  SUCCESS [ 26.070 
> s]
> [INFO] Apache Atlas Server API  SUCCESS [ 18.260 
> s]
> [INFO] Apache Atlas Notification .. SUCCESS [ 24.818 
> s]
> [INFO] Apache Atlas Graph Database Projects ... SUCCESS [  1.996 
> s]
> [INFO] Apache Atlas Graph Database API  SUCCESS [ 12.466 
> s]
> [INFO] Graph Database Common Code . SUCCESS [ 12.562 
> s]
> [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl . SUCCESS [ 52.199 
> s]
> [INFO] Apache Atlas Repository  SUCCESS [ 53.281 
> s]
> [INFO] Apache Atlas Authorization . SUCCESS [ 14.496 
> s]
> [INFO] Apache Atlas Business Catalog .. SUCCESS [ 19.184 
> s]
> [INFO] Apache Atlas UI  SUCCESS [13:55 
> min]
> [INFO] Apache Atlas Web Application ... SUCCESS [02:13 
> min]
> [INFO] Apache Atlas Documentation . SUCCESS [ 14.923 
> s]
> [INFO] Apache Atlas FileSystem Model .. SUCCESS [01:04 
> min]
> [INFO] Apache Atlas Plugin Classloader  SUCCESS [ 12.809 
> s]
> [INFO] Apache Atlas Hive Bridge Shim .. SUCCESS [ 16.498 
> s]
> [INFO] Apache Atlas Hive Bridge ... SUCCESS [02:23 
> min]
> [INFO] Apache Atlas Falcon Bridge Shim  SUCCESS [ 17.179 
> s]
> [INFO] Apache Atlas Falcon Bridge . SUCCESS [02:11 
> min]
> [INFO] Apache Atlas Sqoop Bridge Shim . SUCCESS [  7.781 
> s]
> [INFO] Apache Atlas Sqoop Bridge .. SUCCESS [02:14 
> min]
> [INFO] Apache Atlas Storm Bridge Shim . SUCCESS [  9.031 
> s]
> [INFO] Apache Atlas Storm Bridge .. SUCCESS [02:17 
> min]
> [INFO] Apache Atlas Distribution .. FAILURE [  8.631 
> s]
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 33:15 min
> [INFO] Finished at: 2016-10-12T09:06:02+08:00
> [INFO] Final Memory: 159M/857M
> [INFO] 
> 
> [WARNING] The requested profile "env-common" could not be activated because 
> it does not exist.
> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
> (python-test) on project atlas-distro: Command execution failed. Proce
>  exited with an err

[jira] [Updated] (ATLAS-1221) build failure in windows SyntaxError: invalid syntax

2016-10-11 Thread zhangqiang2 (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhangqiang2 updated ATLAS-1221:
---
Description: 
Traceback (most recent call last):
  File "unitTests.py", line 118, in 
main()
  File "unitTests.py", line 87, in main
suite = all_tests_suite()
  File "unitTests.py", line 78, in all_tests_suite
suite = unittest.TestLoader().loadTestsFromNames(tests_list)
  File "c:\python\lib\unittest\loader.py", line 219, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
  File "c:\python\lib\unittest\loader.py", line 219, in 
suites = [self.loadTestsFromName(name, module) for name in names]
  File "c:\python\lib\unittest\loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
  File 
"E:\GITProject-bak\incubator-atlas-eclipse\distro\src\test\python\scripts\TestMetadata.py",
 line 26, in 
import atlas_config as mc
  File 
"E:\GITProject-bak\incubator-atlas-eclipse\distro\src\bin\atlas_config.py", 
line 135
except OSError, e:
  ^
SyntaxError: invalid syntax
[INFO] 
[INFO] Reactor Summary:
[INFO]
[INFO] apache-atlas ... SUCCESS [ 19.819 s]
[INFO] Apache Atlas Common  SUCCESS [ 23.974 s]
[INFO] Apache Atlas Typesystem  SUCCESS [ 44.967 s]
[INFO] Apache Atlas Client  SUCCESS [ 26.070 s]
[INFO] Apache Atlas Server API  SUCCESS [ 18.260 s]
[INFO] Apache Atlas Notification .. SUCCESS [ 24.818 s]
[INFO] Apache Atlas Graph Database Projects ... SUCCESS [  1.996 s]
[INFO] Apache Atlas Graph Database API  SUCCESS [ 12.466 s]
[INFO] Graph Database Common Code . SUCCESS [ 12.562 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl . SUCCESS [ 52.199 s]
[INFO] Apache Atlas Repository  SUCCESS [ 53.281 s]
[INFO] Apache Atlas Authorization . SUCCESS [ 14.496 s]
[INFO] Apache Atlas Business Catalog .. SUCCESS [ 19.184 s]
[INFO] Apache Atlas UI  SUCCESS [13:55 min]
[INFO] Apache Atlas Web Application ... SUCCESS [02:13 min]
[INFO] Apache Atlas Documentation . SUCCESS [ 14.923 s]
[INFO] Apache Atlas FileSystem Model .. SUCCESS [01:04 min]
[INFO] Apache Atlas Plugin Classloader  SUCCESS [ 12.809 s]
[INFO] Apache Atlas Hive Bridge Shim .. SUCCESS [ 16.498 s]
[INFO] Apache Atlas Hive Bridge ... SUCCESS [02:23 min]
[INFO] Apache Atlas Falcon Bridge Shim  SUCCESS [ 17.179 s]
[INFO] Apache Atlas Falcon Bridge . SUCCESS [02:11 min]
[INFO] Apache Atlas Sqoop Bridge Shim . SUCCESS [  7.781 s]
[INFO] Apache Atlas Sqoop Bridge .. SUCCESS [02:14 min]
[INFO] Apache Atlas Storm Bridge Shim . SUCCESS [  9.031 s]
[INFO] Apache Atlas Storm Bridge .. SUCCESS [02:17 min]
[INFO] Apache Atlas Distribution .. FAILURE [  8.631 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 33:15 min
[INFO] Finished at: 2016-10-12T09:06:02+08:00
[INFO] Final Memory: 159M/857M
[INFO] 
[WARNING] The requested profile "env-common" could not be activated because it 
does not exist.
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
(python-test) on project atlas-distro: Command execution failed. Proce
 exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (python-test) on proje
 atlas-distro: Command execution failed.
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at 
org.apache.maven.lifecycle.internal.LifecycleStar

[jira] [Created] (ATLAS-1221) build failure in windows SyntaxError: invalid syntax

2016-10-11 Thread zhangqiang2 (JIRA)
zhangqiang2 created ATLAS-1221:
--

 Summary: build failure in windows  SyntaxError: invalid syntax
 Key: ATLAS-1221
 URL: https://issues.apache.org/jira/browse/ATLAS-1221
 Project: Atlas
  Issue Type: Bug
Affects Versions: 0.8-incubating
 Environment: window7(64) +maven3.2.5+git+python3.5(64)+jdk1.7.80
Reporter: zhangqiang2
Priority: Critical


Traceback (most recent call last):
  File "unitTests.py", line 118, in 
main()
  File "unitTests.py", line 87, in main
suite = all_tests_suite()
  File "unitTests.py", line 78, in all_tests_suite
suite = unittest.TestLoader().loadTestsFromNames(tests_list)
  File "c:\python\lib\unittest\loader.py", line 219, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
  File "c:\python\lib\unittest\loader.py", line 219, in 
suites = [self.loadTestsFromName(name, module) for name in names]
  File "c:\python\lib\unittest\loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
  File 
"E:\GITProject-bak\incubator-atlas-eclipse\distro\src\test\python\scripts\TestMetadata.py",
 line 26, in 
import atlas_config as mc
  File 
"E:\GITProject-bak\incubator-atlas-eclipse\distro\src\bin\atlas_config.py", 
line 135
except OSError, e:
  ^
SyntaxError: invalid syntax
[INFO] 
[INFO] Reactor Summary:
[INFO]
[INFO] apache-atlas ... SUCCESS [ 19.819 s]
[INFO] Apache Atlas Common  SUCCESS [ 23.974 s]
[INFO] Apache Atlas Typesystem  SUCCESS [ 44.967 s]
[INFO] Apache Atlas Client  SUCCESS [ 26.070 s]
[INFO] Apache Atlas Server API  SUCCESS [ 18.260 s]
[INFO] Apache Atlas Notification .. SUCCESS [ 24.818 s]
[INFO] Apache Atlas Graph Database Projects ... SUCCESS [  1.996 s]
[INFO] Apache Atlas Graph Database API  SUCCESS [ 12.466 s]
[INFO] Graph Database Common Code . SUCCESS [ 12.562 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl . SUCCESS [ 52.199 s]
[INFO] Apache Atlas Repository  SUCCESS [ 53.281 s]
[INFO] Apache Atlas Authorization . SUCCESS [ 14.496 s]
[INFO] Apache Atlas Business Catalog .. SUCCESS [ 19.184 s]
[INFO] Apache Atlas UI  SUCCESS [13:55 min]
[INFO] Apache Atlas Web Application ... SUCCESS [02:13 min]
[INFO] Apache Atlas Documentation . SUCCESS [ 14.923 s]
[INFO] Apache Atlas FileSystem Model .. SUCCESS [01:04 min]
[INFO] Apache Atlas Plugin Classloader  SUCCESS [ 12.809 s]
[INFO] Apache Atlas Hive Bridge Shim .. SUCCESS [ 16.498 s]
[INFO] Apache Atlas Hive Bridge ... SUCCESS [02:23 min]
[INFO] Apache Atlas Falcon Bridge Shim  SUCCESS [ 17.179 s]
[INFO] Apache Atlas Falcon Bridge . SUCCESS [02:11 min]
[INFO] Apache Atlas Sqoop Bridge Shim . SUCCESS [  7.781 s]
[INFO] Apache Atlas Sqoop Bridge .. SUCCESS [02:14 min]
[INFO] Apache Atlas Storm Bridge Shim . SUCCESS [  9.031 s]
[INFO] Apache Atlas Storm Bridge .. SUCCESS [02:17 min]
[INFO] Apache Atlas Distribution .. FAILURE [  8.631 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 33:15 min
[INFO] Finished at: 2016-10-12T09:06:02+08:00
[INFO] Final Memory: 159M/857M
[INFO] 
[WARNING] The requested profile "env-common" could not be activated because it 
does not exist.
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
(python-test) on project atlas-distro: Command execution failed. Proce
 exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (python-test) on proje
 atlas-distro: Command execution failed.
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at 
org.apache.maven.lifecycl

[jira] [Created] (ATLAS-1220) when i execute bin/atlas_start.py found HTTP ERROR: 503

2016-10-10 Thread zhangqiang2 (JIRA)
zhangqiang2 created ATLAS-1220:
--

 Summary: when i execute bin/atlas_start.py   found HTTP ERROR: 503
 Key: ATLAS-1220
 URL: https://issues.apache.org/jira/browse/ATLAS-1220
 Project: Atlas
  Issue Type: Bug
Affects Versions: 0.7-incubating
 Environment:  
hadoop2.6.0+hbase1.1.5+solr5.5.2+zookeeper3.4.8+hive1.2.1+redhat6.5
Reporter: zhangqiang2


2016-10-11 10:01:06,739 INFO  - [main:] ~ Initializing type system for the 
first time. (DefaultMetadataService:162)
2016-10-11 10:01:07,495 WARN  - [main:] ~ class fs_path already registered, 
ignoring types in /home/hong/atlas/atlas-0.7/models/fs_model.json 
(ReservedTypesRegistrar:89)
2016-10-11 10:01:07,615 WARN  - [main:] ~ class hive_process already 
registered, ignoring types in /home/hong/atlas/atlas-0.7/models/hive_model.json 
(ReservedTypesRegistrar:89)
2016-10-11 10:01:07,654 WARN  - [main:] ~ class falcon_feed_replication already 
registered, ignoring types in 
/home/hong/atlas/atlas-0.7/models/falcon_model.json (ReservedTypesRegistrar:89)
2016-10-11 10:01:07,675 WARN  - [main:] ~ class sqoop_process already 
registered, ignoring types in 
/home/hong/atlas/atlas-0.7/models/sqoop_model.json (ReservedTypesRegistrar:89)
2016-10-11 10:01:07,707 WARN  - [main:] ~ class storm_topology already 
registered, ignoring types in 
/home/hong/atlas/atlas-0.7/models/storm_model.json (ReservedTypesRegistrar:89)
2016-10-11 10:01:07,707 INFO  - [main:] ~ Restored type system from the store 
(DefaultMetadataService:173)
2016-10-11 10:01:07,709 INFO  - [main:] ~ Guice modules loaded 
(GuiceServletConfig:120)
2016-10-11 10:01:07,714 INFO  - [main:] ~ Starting services 
(GuiceServletConfig:140)
2016-10-11 10:01:07,764 WARN  - [main-SendThread(dap241:9026):] ~ Session 0x0 
for server null, unexpected error, closing socket connection and attempting 
reconnect (ClientCnxn$SendThread:1102)
java.net.ConnectException: 拒绝连接
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at 
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)
at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
2016-10-11 10:01:07,803 INFO  - [main:] ~ HA is disabled. Hence creating table 
on startup. (HBaseBasedAuditRepository:287)
2016-10-11 10:01:07,803 INFO  - [main:] ~ Checking if table 
apache_atlas_entity_audit exists (HBaseBasedAuditRepository:249)
2016-10-11 10:01:07,816 INFO  - [main:] ~ Table apache_atlas_entity_audit 
exists (HBaseBasedAuditRepository:258)
2016-10-11 10:01:07,816 INFO  - [main:] ~ HA is not enabled, no need to start 
leader election service (ActiveInstanceElectorService:101)
2016-10-11 10:01:08,875 WARN  - 
[NIOServerCxn.Factory:dap241/10.43.182.241:9026:] ~ Exception causing close of 
session 0x0 due to java.io.IOException: ZooKeeperServer not running 
(NIOServerCnxn:362)
2016-10-11 10:01:10,139 WARN  - 
[NIOServerCxn.Factory:dap241/10.43.182.241:9026:] ~ Exception causing close of 
session 0x0 due to java.io.IOException: ZooKeeperServer not running 
(NIOServerCnxn:362)
2016-10-11 10:01:12,293 WARN  - 
[NIOServerCxn.Factory:dap241/10.43.182.241:9026:] ~ Exception causing close of 
session 0x0 due to java.io.IOException: ZooKeeperServer not running 
(NIOServerCnxn:362)
2016-10-11 10:01:14,756 FATAL - [main:] ~ Fatal error during KafkaServer 
startup. Prepare to shutdown (Logging$class:116)
org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to 
zookeeper server within timeout: 500
at org.I0Itec.zkclient.ZkClient.connect(ZkClient.java:1232)
at org.I0Itec.zkclient.ZkClient.(ZkClient.java:156)
at org.I0Itec.zkclient.ZkClient.(ZkClient.java:130)
at kafka.utils.ZkUtils$.createZkClientAndConnection(ZkUtils.scala:75)
at kafka.utils.ZkUtils$.apply(ZkUtils.scala:57)
at kafka.server.KafkaServer.initZk(KafkaServer.scala:294)
at kafka.server.KafkaServer.startup(KafkaServer.scala:180)
at 
org.apache.atlas.kafka.KafkaNotification.startKafka(KafkaNotification.java:352)
at 
org.apache.atlas.kafka.KafkaNotification.start(KafkaNotification.java:145)
at org.apache.atlas.service.Services.start(Services.java:45)
at 
org.apache.atlas.web.listeners.GuiceServletConfig.startServices(GuiceServletConfig.java:142)
at 
org.apache.atlas.web.listeners.GuiceServletConfig.contextInitialized(GuiceServletConfig.java:136)
at 
org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)
at 
org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
at 
org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:791)
at 
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHan

[jira] [Commented] (ATLAS-1182) Hive Column level lineage docs

2016-10-10 Thread zhangqiang2 (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15562034#comment-15562034
 ] 

zhangqiang2 commented on ATLAS-1182:


I also want to know if i want to built and install and use atlas and other  
Component, 
i find when i git clone the latest code from github  if i use maven3.3.9 then i 
can build it sucess ,as i use maven3.2.3.it build fail

whats version for atlas and other Component combination  good
for example atlas ,hive ,hadoop ,storm ,sqoop ,maven,and so on


> Hive Column level lineage docs
> --
>
> Key: ATLAS-1182
> URL: https://issues.apache.org/jira/browse/ATLAS-1182
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Vimal Sharma
>Assignee: Vimal Sharma
> Fix For: 0.8-incubating
>
> Attachments: ATLAS-1182.patch, column_lineage_ex1.png
>
>
> Add column level lineage details to Atlas documentation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ATLAS-1016) Support for composite unique attributes for a type.

2016-10-09 Thread zhangqiang2 (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15560951#comment-15560951
 ] 

zhangqiang2 commented on ATLAS-1016:


as we know atlas support struct  so  developer can create entity with  struct 
or extend entity to meet you need 

> Support for composite unique attributes for a type.
> ---
>
> Key: ATLAS-1016
> URL: https://issues.apache.org/jira/browse/ATLAS-1016
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.8-incubating
>Reporter: Satish Duggana
> Fix For: 0.8-incubating
>
>
> Currently atlas types support attributes containing unique attributes. 
> Enhance this to support composite unique attributes. 
> For example,
> DeviceInfo has attributes like name, model, version and timestamp. Any of 
> these attributes can be configured unique constraint. There should be a way 
> to set composite unique constraint on both model and version fields so that 
> it should not allow storing entities having same set of values for both model 
> and version.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ATLAS-1204) lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.

2016-10-02 Thread zhangqiang2 (JIRA)
zhangqiang2 created ATLAS-1204:
--

 Summary: lodash@<3.0.0 is no longer maintained. Upgrade to 
lodash@^4.0.0.
 Key: ATLAS-1204
 URL: https://issues.apache.org/jira/browse/ATLAS-1204
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 0.8-incubating
 Environment: windows +msysGit+maven
Reporter: zhangqiang2
Priority: Minor


when i build atlas use bash  export MAVEN_OPTS="-Xmx1536m -XX:MaxPermSize=512m" 
 mvn clean package -Pdist -DskipTests -X


i find it report error in log and console  :


[ERROR] npm WARN addRemoteGit   cmd: 'git -c core.longpaths=true config --get 
remote.origin.url' }
[ERROR] npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 
or higher to avoid a RegExp DoS issue
[ERROR] npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 
or higher to avoid a RegExp DoS issue
[ERROR] npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before 
will fail on node releases >= v7.0. Please
update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to 
find it in the tree.
[ERROR] npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 
or higher to avoid a RegExp DoS issue
[ERROR] npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer 
maintained. Upgrade to lodash@^4.0.0.
[ERROR] npm WARN deprecated lodash.assign@4.2.0: This package is deprecated. 
Use Object.assign.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ATLAS-1188) cannot create vertex_index edge_index fulltext_index

2016-09-22 Thread zhangqiang2 (JIRA)
zhangqiang2 created ATLAS-1188:
--

 Summary: cannot create  vertex_index edge_index fulltext_index
 Key: ATLAS-1188
 URL: https://issues.apache.org/jira/browse/ATLAS-1188
 Project: Atlas
  Issue Type: Bug
Affects Versions: 0.7-incubating
 Environment: 
hadoop2.6.0+hbase1.1.5+solr5.5.2+zookeeper3.4.8+hive1.2.1+redhat6.5
Reporter: zhangqiang2


hi ,  when i run the shell  atlas_start.py,   i find it cannot work well ,when 
i look the application.log i find it does not have automication create file( 
vertex_index ,edge_index , fulltext_index) 
 so i try create three files use solr shell ,then i  find it can work well . 
later i looked  atlas_start.py ,  i find in this bash it include the shell to 
create ( vertex_index ,edge_index , fulltext_index).   however it really doesnt 
work well。   i am a newer for  atlas but i really want to know more about this  
projecct 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)