[jira] [Commented] (MNEMONIC-321) Implement Java method for durable object vectorization

2017-10-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MNEMONIC-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16190900#comment-16190900
 ] 

ASF GitHub Bot commented on MNEMONIC-321:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-mnemonic/pull/73


> Implement Java method for durable object vectorization
> --
>
> Key: MNEMONIC-321
> URL: https://issues.apache.org/jira/browse/MNEMONIC-321
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>
> This is one of the sub-tasks under MNEMONIC issue 307 durable object 
> vectorization. This sub-task focuses on the implementation of the Java method 
> for durable object vectorization.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MNEMONIC-321) Implement Java method for durable object vectorization

2017-10-03 Thread Yanhui Zhao (JIRA)

[ 
https://issues.apache.org/jira/browse/MNEMONIC-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16190695#comment-16190695
 ] 

Yanhui Zhao commented on MNEMONIC-321:
--

Thanks for the review comments. Updates have been posted, please review. 

> Implement Java method for durable object vectorization
> --
>
> Key: MNEMONIC-321
> URL: https://issues.apache.org/jira/browse/MNEMONIC-321
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>
> This is one of the sub-tasks under MNEMONIC issue 307 durable object 
> vectorization. This sub-task focuses on the implementation of the Java method 
> for durable object vectorization.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MNEMONIC-321) Implement Java method for durable object vectorization

2017-10-02 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MNEMONIC-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16189297#comment-16189297
 ] 

ASF GitHub Bot commented on MNEMONIC-321:
-

Github user bigdata-memory commented on a diff in the pull request:

https://github.com/apache/incubator-mnemonic/pull/73#discussion_r142317858
  
--- Diff: 
mnemonic-computing-services/mnemonic-utilities-service/src/main/java/org/apache/mnemonic/service/computing/internal/PrintServiceImpl.java
 ---
@@ -50,6 +50,11 @@ public String getServiceId() {
 return ret;
   }
 
+  @Override
+  public long[] perform(String mode, ValueInfo[] valinfos, long dcHandler, 
long dcSize) {
+return null;
--- End diff --

It is better to throw UnsupportedOperationException please,


> Implement Java method for durable object vectorization
> --
>
> Key: MNEMONIC-321
> URL: https://issues.apache.org/jira/browse/MNEMONIC-321
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>
> This is one of the sub-tasks under MNEMONIC issue 307 durable object 
> vectorization. This sub-task focuses on the implementation of the Java method 
> for durable object vectorization.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MNEMONIC-321) Implement Java method for durable object vectorization

2017-10-01 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MNEMONIC-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16187562#comment-16187562
 ] 

ASF GitHub Bot commented on MNEMONIC-321:
-

GitHub user yzz127 opened a pull request:

https://github.com/apache/incubator-mnemonic/pull/73

MNEMONIC-321 Implement Java method for durable object vectorization

This is one of the sub-tasks under MNEMONIC issue 307 durable object 
vectorization. This sub-task focuses on the implementation of the Java method 
for durable object vectorization.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/yzz127/incubator-mnemonic master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-mnemonic/pull/73.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #73


commit 6be0417ba3657a8d36692f22b56c123b3dda07f1
Author: Yanhui Zhao 
Date:   2017-10-01T22:20:19Z

MNEMONIC-321 Implement Java method for durable object vectorization




> Implement Java method for durable object vectorization
> --
>
> Key: MNEMONIC-321
> URL: https://issues.apache.org/jira/browse/MNEMONIC-321
> Project: Mnemonic
>  Issue Type: Improvement
>  Components: Computing-Service
>Affects Versions: 0.9.0-incubating
>Reporter: Yanhui Zhao
>Assignee: Yanhui Zhao
>
> This is one of the sub-tasks under MNEMONIC issue 307 durable object 
> vectorization. This sub-task focuses on the implementation of the Java method 
> for durable object vectorization.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)