[jira] [Commented] (GEARPUMP-236) java.lang.VerifyError after assembly gearpump-core

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

[ 
https://issues.apache.org/jira/browse/GEARPUMP-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15880349#comment-15880349
 ] 

ASF GitHub Bot commented on GEARPUMP-236:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-gearpump/pull/157


> java.lang.VerifyError after assembly gearpump-core
> --
>
> Key: GEARPUMP-236
> URL: https://issues.apache.org/jira/browse/GEARPUMP-236
> Project: Apache Gearpump
>  Issue Type: Bug
>Reporter: Manu Zhang
>Assignee: Karol Brejna
>
> {{java.lang.VerifyError}} exceptions are thrown in all main processes 
> (master, worker, executor, etc) after we assembly {{gearpump-core}}.  I added 
> {{-noverify}} to all of their jvm options as a work-around. We should find 
> the root cause and remove it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEARPUMP-236) java.lang.VerifyError after assembly gearpump-core

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

[ 
https://issues.apache.org/jira/browse/GEARPUMP-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876088#comment-15876088
 ] 

ASF GitHub Bot commented on GEARPUMP-236:
-

Github user karol-brejna-i commented on the issue:

https://github.com/apache/incubator-gearpump/pull/157
  
I saw them. I don't have a working hadoop cluster right now, so I had no 
way to confirm it work.

I'll get myself a cluster soon, make the additional changes and test it.



> java.lang.VerifyError after assembly gearpump-core
> --
>
> Key: GEARPUMP-236
> URL: https://issues.apache.org/jira/browse/GEARPUMP-236
> Project: Apache Gearpump
>  Issue Type: Bug
>Reporter: Manu Zhang
>Assignee: Karol Brejna
>
> {{java.lang.VerifyError}} exceptions are thrown in all main processes 
> (master, worker, executor, etc) after we assembly {{gearpump-core}}.  I added 
> {{-noverify}} to all of their jvm options as a work-around. We should find 
> the root cause and remove it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEARPUMP-236) java.lang.VerifyError after assembly gearpump-core

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

[ 
https://issues.apache.org/jira/browse/GEARPUMP-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876045#comment-15876045
 ] 

ASF GitHub Bot commented on GEARPUMP-236:
-

Github user codecov-io commented on the issue:

https://github.com/apache/incubator-gearpump/pull/157
  
# 
[Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/157?src=pr=h1)
 Report
> Merging 
[#157](https://codecov.io/gh/apache/incubator-gearpump/pull/157?src=pr=desc) 
into 
[master](https://codecov.io/gh/apache/incubator-gearpump/commit/0e56f83ce8586cc1dcbf57103f6b884fc4138d6a?src=pr=desc)
 will **decrease** coverage by `-0.28%`.
> The diff coverage is `100%`.



```diff
@@Coverage Diff @@
##   master #157  +/-   ##
==
- Coverage   71.85%   71.57%   -0.28% 
==
  Files 191  191  
  Lines6069 6066   -3 
  Branches  527  526   -1 
==
- Hits 4361 4342  -19 
- Misses   1708 1724  +16
```


--

[Continue to review full report at 
Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/157?src=pr=continue).
> **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
> Powered by 
[Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/157?src=pr=footer).
 Last update 
[0e56f83...947e1b5](https://codecov.io/gh/apache/incubator-gearpump/compare/0e56f83ce8586cc1dcbf57103f6b884fc4138d6a...947e1b518ee0360ed5c6905051349147a859e883?el=footer=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).


> java.lang.VerifyError after assembly gearpump-core
> --
>
> Key: GEARPUMP-236
> URL: https://issues.apache.org/jira/browse/GEARPUMP-236
> Project: Apache Gearpump
>  Issue Type: Bug
>Reporter: Manu Zhang
>Assignee: Karol Brejna
>
> {{java.lang.VerifyError}} exceptions are thrown in all main processes 
> (master, worker, executor, etc) after we assembly {{gearpump-core}}.  I added 
> {{-noverify}} to all of their jvm options as a work-around. We should find 
> the root cause and remove it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEARPUMP-236) java.lang.VerifyError after assembly gearpump-core

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

[ 
https://issues.apache.org/jira/browse/GEARPUMP-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876017#comment-15876017
 ] 

ASF GitHub Bot commented on GEARPUMP-236:
-

GitHub user karol-brejna-i opened a pull request:

https://github.com/apache/incubator-gearpump/pull/157

[GEARPUMP-236] Using new sbt-assembly version to fix java.lang.Verify…

…Error

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [x] Make sure the commit message is formatted like:
   `[GEARPUMP-] Meaningful description of pull request` 
 - [x] Make sure tests pass via `sbt clean test`.
 - [x] Make sure old documentation affected by the pull request has been 
updated and new documentation added for new functionality. 

Two tests (not related) fail:
[info] - should authenticate the authorization code and return the correct 
profile *** FAILED ***
[info] - should authenticate the authorization code and return the correct 
profile *** FAILED ***
[info] *** 2 TESTS FAILED ***



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

$ git pull https://github.com/karol-brejna-i/incubator-gearpump GEARPUMP-236

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

https://github.com/apache/incubator-gearpump/pull/157.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 #157


commit 947e1b518ee0360ed5c6905051349147a859e883
Author: karol brejna 
Date:   2017-02-21T13:54:10Z

[GEARPUMP-236] Using new sbt-assembly version to fix java.lang.VerifyError




> java.lang.VerifyError after assembly gearpump-core
> --
>
> Key: GEARPUMP-236
> URL: https://issues.apache.org/jira/browse/GEARPUMP-236
> Project: Apache Gearpump
>  Issue Type: Bug
>Reporter: Manu Zhang
>Assignee: Karol Brejna
>
> {{java.lang.VerifyError}} exceptions are thrown in all main processes 
> (master, worker, executor, etc) after we assembly {{gearpump-core}}.  I added 
> {{-noverify}} to all of their jvm options as a work-around. We should find 
> the root cause and remove it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEARPUMP-236) java.lang.VerifyError after assembly gearpump-core

2017-02-17 Thread Karol Brejna (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871371#comment-15871371
 ] 

Karol Brejna commented on GEARPUMP-236:
---

WIll do.

> java.lang.VerifyError after assembly gearpump-core
> --
>
> Key: GEARPUMP-236
> URL: https://issues.apache.org/jira/browse/GEARPUMP-236
> Project: Apache Gearpump
>  Issue Type: Bug
>Reporter: Manu Zhang
>Assignee: Karol Brejna
>
> {{java.lang.VerifyError}} exceptions are thrown in all main processes 
> (master, worker, executor, etc) after we assembly {{gearpump-core}}.  I added 
> {{-noverify}} to all of their jvm options as a work-around. We should find 
> the root cause and remove it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEARPUMP-236) java.lang.VerifyError after assembly gearpump-core

2017-02-16 Thread Manu Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870958#comment-15870958
 ] 

Manu Zhang commented on GEARPUMP-236:
-

[~karol_brejna] sbt-assembly 0.14.4 has been released with the fix. Could you 
make a PR for Gearpump ?

> java.lang.VerifyError after assembly gearpump-core
> --
>
> Key: GEARPUMP-236
> URL: https://issues.apache.org/jira/browse/GEARPUMP-236
> Project: Apache Gearpump
>  Issue Type: Bug
>Reporter: Manu Zhang
>Assignee: Karol Brejna
>
> {{java.lang.VerifyError}} exceptions are thrown in all main processes 
> (master, worker, executor, etc) after we assembly {{gearpump-core}}.  I added 
> {{-noverify}} to all of their jvm options as a work-around. We should find 
> the root cause and remove it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEARPUMP-236) java.lang.VerifyError after assembly gearpump-core

2017-02-15 Thread Karol Brejna (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867674#comment-15867674
 ] 

Karol Brejna commented on GEARPUMP-236:
---

Probably we helped to solve the problem on sbt-assembly level: 
https://github.com/sbt/sbt-assembly/issues/205#issuecomment-279967557

Let's wait a bit for sbt-assembly release to have "proper" solution instead of 
a workaround that I planned.

> java.lang.VerifyError after assembly gearpump-core
> --
>
> Key: GEARPUMP-236
> URL: https://issues.apache.org/jira/browse/GEARPUMP-236
> Project: Apache Gearpump
>  Issue Type: Bug
>Reporter: Manu Zhang
>Assignee: Karol Brejna
>
> {{java.lang.VerifyError}} exceptions are thrown in all main processes 
> (master, worker, executor, etc) after we assembly {{gearpump-core}}.  I added 
> {{-noverify}} to all of their jvm options as a work-around. We should find 
> the root cause and remove it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GEARPUMP-236) java.lang.VerifyError after assembly gearpump-core

2017-02-15 Thread Karol Brejna (JIRA)

[ 
https://issues.apache.org/jira/browse/GEARPUMP-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867617#comment-15867617
 ] 

Karol Brejna commented on GEARPUMP-236:
---

Using the solution with another example project 
(https://github.com/pomadchin/shading-issue) doesn't work.
Let me check it.

> java.lang.VerifyError after assembly gearpump-core
> --
>
> Key: GEARPUMP-236
> URL: https://issues.apache.org/jira/browse/GEARPUMP-236
> Project: Apache Gearpump
>  Issue Type: Bug
>Reporter: Manu Zhang
>Assignee: Karol Brejna
>
> {{java.lang.VerifyError}} exceptions are thrown in all main processes 
> (master, worker, executor, etc) after we assembly {{gearpump-core}}.  I added 
> {{-noverify}} to all of their jvm options as a work-around. We should find 
> the root cause and remove it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)