[GitHub] zeppelin issue #1376: [ZEPPELIN-449] Enhance log messages when interpreter i...

2016-11-08 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1376
  
@lresende sorry for huge communication delay :\

It's great improvement on ability to debug failures, merging to master 
ASAP, if there is no further discussion. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1376: [ZEPPELIN-449] Enhance log messages when interpreter i...

2016-09-16 Thread lresende
Github user lresende commented on the issue:

https://github.com/apache/zeppelin/pull/1376
  
@bzz Are we merging this ? Or should i close it ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1376: [ZEPPELIN-449] Enhance log messages when interpreter i...

2016-09-04 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1376
  
RAT service taking too much input seems to be the issue here. I think it is 
reproducable on local env as under 
[ZEPPELIN-278](https://issues.apache.org/jira/browse/ZEPPELIN-278)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1376: [ZEPPELIN-449] Enhance log messages when interpreter i...

2016-09-02 Thread lresende
Github user lresende commented on the issue:

https://github.com/apache/zeppelin/pull/1376
  
Now the issues seems to be related to build timeout ? 
No output has been received in the last 10 minutes, this potentially 
indicates a stalled build or something wrong with the build itself.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1376: [ZEPPELIN-449] Enhance log messages when interpreter i...

2016-09-02 Thread lresende
Github user lresende commented on the issue:

https://github.com/apache/zeppelin/pull/1376
  
@bzz Based on the jira, the exception is causing some confusion with users, 
so I would merge, but it's up to the community, I am fine if there are 
objections with this change.

And let me force a build.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1376: [ZEPPELIN-449] Enhance log messages when interpreter i...

2016-09-02 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1376
  
@lresende shall we merge it or do you find @zjffdu suggestion to work and 
we can close it for now?

Thank you @doanduyhai ! Let's try to close\open it to trigger the CI and 
see if the failure presists


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1376: [ZEPPELIN-449] Enhance log messages when interpreter i...

2016-08-28 Thread doanduyhai
Github user doanduyhai commented on the issue:

https://github.com/apache/zeppelin/pull/1376
  
@bzz 

I don't know why the tests fail on this error message, because this is 
indeed **a test which expects a failure** because `system.complex_table` does 
not exist, see below:

```java
@Test
public void should_error_describing_non_existing_table() throws 
Exception {
//Given
String query = "USE system;\n" +
"DESCRIBE TABLE complex_table;";

//When
final InterpreterResult actual = interpreter.interpret(query, 
intrContext);

//Then
assertThat(actual.code()).isEqualTo(Code.ERROR);
assertThat(actual.message()).contains("Cannot find table 
system.complex_table");
}

```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1376: [ZEPPELIN-449] Enhance log messages when interpreter i...

2016-08-28 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/1376
  
@lresende maybe ZEPPELIN-1187 is useful for you. You can edit 
log4j.properties to add the followign line. This is helpful for me to debug the 
remote interpreter process. 
```
log4j.logger.org.apache.zeppelin.interpreter.remote=DEBUG
```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---