[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-12-13 Thread monsieurp
Github user monsieurp commented on the issue: https://github.com/apache/zeppelin/pull/3239 Yes it is! :) ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-12-13 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3239 @monsieurp Is `Patrice Clement` your jira account ? I'd like to assign this ticket to you. ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-12-13 Thread monsieurp
Github user monsieurp commented on the issue: https://github.com/apache/zeppelin/pull/3239 @zffdu: Sorry for not responding earlier. IMHO, deleting `common.max_count` should be dealt with in a separate PR / bug report since it is completely unrelated to the feature here. Until then,

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-12-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3239 Thanks @monsieurp Could you also delete `common.max_count` from `interpreter-setting.json` and test code ? ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-12-09 Thread monsieurp
Github user monsieurp commented on the issue: https://github.com/apache/zeppelin/pull/3239 @zhongneu: OK, done. ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-12-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3239 It is weird that I see another property `common.max_count` but it is never used in `JdbcInterpreter`. I think we just need to keep one and remove others. Personally I prefer

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-12-07 Thread monsieurp
Github user monsieurp commented on the issue: https://github.com/apache/zeppelin/pull/3239 @zjffdu: Hi! Fair enough. What do you want me to do then? Should I remove the `rowsFetchSize` property? ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-12-07 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3239 ping @monsieurp ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-12-02 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3239 @monsieurp I though about it again, and feel that providing 2 properties is very confusing to users. I think it is better to give one property (zeppelin.jdbc.maxRows) what is user care about.

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-12-02 Thread monsieurp
Github user monsieurp commented on the issue: https://github.com/apache/zeppelin/pull/3239 @zjffdu: Sorry for taking so long to respond. It's been a busy week. I've rebased my PR as requested. ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-11-26 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3239 @monsieurp Could you do a rebase and retrigger the travis build ? ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-11-26 Thread monsieurp
Github user monsieurp commented on the issue: https://github.com/apache/zeppelin/pull/3239 Is there anything else I can improve? ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-11-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3239 @monsieurp This might be flaky test, let me take a look at it. ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-11-24 Thread monsieurp
Github user monsieurp commented on the issue: https://github.com/apache/zeppelin/pull/3239 argh! I give up... :( ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-11-24 Thread monsieurp
Github user monsieurp commented on the issue: https://github.com/apache/zeppelin/pull/3239 I don't know why Jenkins failed. Let's try again. ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-11-24 Thread monsieurp
Github user monsieurp commented on the issue: https://github.com/apache/zeppelin/pull/3239 Thanks @zjffdu and @aka-demik for your comments. I've updated the PR accordingly. ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-11-23 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3239 Thanks @monsieurp for the contribution, I left a few comments, otherwise LGTM ---