[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-04 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2646
  
Ok to me.





---


[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-04 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2646
  
Awesome, merge if no more comments


---


[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-04 Thread conker84
Github user conker84 commented on the issue:

https://github.com/apache/zeppelin/pull/2646
  
@zjffdu travis is green now


---


[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2646
  
@conker84 Could you rebase and rerun ?


---


[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread conker84
Github user conker84 commented on the issue:

https://github.com/apache/zeppelin/pull/2646
  
CI is failling, the cause seems this:
```
Failed tests: 
  IPySparkInterpreterTest.testBasics:96 expected: but was:
```
Do you think is related to the PR?


---


[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2646
  
LGTM, wait for travis pass


---


[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2646
  
@conker84  you can update this PR by removing this plugin. That should also 
work for you.


---


[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread conker84
Github user conker84 commented on the issue:

https://github.com/apache/zeppelin/pull/2646
  
@zjffdu so I have to close this PR, right?


---


[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2646
  
Oops, it is caused by last PR. Actually we can just remove this plugin from 
zeppelin-interpreter module. Now all the interpreter depends on 
interpreter-parent module. 


---


[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread conker84
Github user conker84 commented on the issue:

https://github.com/apache/zeppelin/pull/2646
  
@zjffdu the cause is totaly because of  the `:` in the `project.name`, but 
it almost in every pom (Zeppelin: Elasticsearch interpreter, Zeppelin: Apache 
Cassandra interpreter, ecc...) so i think it's better change the path to 
`project.artifactId`.
What do you think?


---