[VOTE] Release Apache Zeppelin 0.8.2 (RC1)
Hi folks, I propose the following RC to be released for the Apache Zeppelin 0.8.2 release. The commit id is b520400c58082ee40b70abb432170ea1c809d3d6 : https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=b520400c58082ee40b70abb432170ea1c809d3d6 This corresponds to the tag: v0.8.2-rc1: https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=shortlog;h=refs/tags/v0.8.2-rc1 The release archives (tgz), signature, and checksums are here https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.8.2-rc1/ The release candidate consists of the following source distribution archive zeppelin-0.8.2.tgz In addition, the following supplementary binary distributions are provided for user convenience at the same location zeppelin-0.8.2-bin-all.tgz The maven artifacts are here https://repository.apache.org/content/repositories/orgapachezeppelin-1273/org/apache/zeppelin/ You can find the KEYS file here: https://dist.apache.org/repos/dist/release/zeppelin/KEYS Release notes available at https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344888&styleName=Html&projectId=12316221&Create=Create&atl_token=A5KQ-2QAV-T4JA-FDED_dbd90e29a5db9fe77fb666b31fada2c824e6905a_lin Vote will be open for next 72 hours (close at 10pm 28/Sep PDT). [ ] +1 approve [ ] 0 no opinion [ ] -1 disapprove (and reason why) -- Best Regards Jeff Zhang
[jira] [Created] (ZEPPELIN-4352) Test fail after ZEPPELIN-4331
Lee Moon Soo created ZEPPELIN-4352: -- Summary: Test fail after ZEPPELIN-4331 Key: ZEPPELIN-4352 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4352 Project: Zeppelin Issue Type: Bug Reporter: Lee Moon Soo Unittest fail after https://issues.apache.org/jira/browse/ZEPPELIN-4331 [https://api.travis-ci.org/v3/job/589061181/log.txt] {code:java} Results : Failed tests: CassandraInterpreterTest.should_describe_table:693 expected:<...ndex_interval = 2048[];<...> but was:<...ndex_interval = 2048[AND memtable_flush_period_in_ms = 0];<...> CassandraInterpreterTest.should_describe_keyspace:609 expected:<...ndex_interval = 2048[; complex_table's indicesNameTargetclustering2idxclustering2idx1indexed1idx2indexed2keys_map_idxkeys(key_indexed_map)pk2idxpk2As CQL statementCREATE INDEX clustering2idx ON live_data.complex_table (clustering2);CREATE INDEX idx1 ON live_data.complex_table (indexed1);CREATE INDEX idx2 ON live_data.complex_table (indexed2);CREATE INDEX keys_map_idx ON live_data.complex_table (keys(key_indexed_map));CREATE INDEX pk2idx ON live_data.complex_table (pk2); sensor_dataColumn TypeColumn NameData Typesensor_iduuidmonthintcharacteristicsmapmodel_numbertextprovidertext datetimestampvaluedoubleAs CQL statementCREATE TABLE live_data.sensor_data (sensor_id uuid,month int,date timestamp,characteristics map static,model_number text static,provider text static,value double,PRIMARY KEY ((sensor_id, month), date)) WITH CLUSTERING ORDER BY (date DESC)AND read_repair_chance = 0.0AND dclocal_read_repair_chance = 0.1AND gc_grace_seconds = 864000AND bloom_filter_fp_chance = 0.01AND caching = { 'keys' : 'ALL', 'rows_per_partition' : 'NONE' }AND comment = ''AND compaction = { 'class' : 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy' }AND compression = { 'sstable_compression' : 'org.apache.cassandra.io.compress.LZ4Compressor' }AND default_time_to_live = 0AND speculative_retry = '99.0PERCENTILE'AND min_index_interval = 128AND max_index_interval = 2048; stationsColumn TypeColumn NameData Typestation_iduuidsensorsfrozen
[GitHub] [zeppelin] Leemoonsoo opened a new pull request #3463: [ZEPPELIN-4351] Unittest broken after ZEPPELIN-4311
Leemoonsoo opened a new pull request #3463: [ZEPPELIN-4351] Unittest broken after ZEPPELIN-4311 URL: https://github.com/apache/zeppelin/pull/3463 ### What is this PR for? Unittest is broken after ZEPPELIN-4311. ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-4351 ### How should this be tested? * This should make 4th test profile in .travis.yaml pass. 7th profile is broken with other reason. ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[jira] [Created] (ZEPPELIN-4351) Broken test after ZEPPELIN-4311
Lee moon soo created ZEPPELIN-4351: -- Summary: Broken test after ZEPPELIN-4311 Key: ZEPPELIN-4351 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4351 Project: Zeppelin Issue Type: Bug Reporter: Lee moon soo Test broken after https://issues.apache.org/jira/browse/ZEPPELIN-4311 {code:java} Failed tests: InterpreterRestApiTest.testRestartInterpreterPerNote:308 expected:<...y"> markdown [ ]> but was:<...y"> markdown []> {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)
[GitHub] [zeppelin] malayhm opened a new pull request #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework
malayhm opened a new pull request #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462 ### What is this PR for? This is the first PR which lays down the framework for Zeppelin Web Implementation using vue.js framework with basic functionality in place. ### What type of PR is it? Improvement ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN/ZEPPELIN-4138 ### How should this be tested? * Start the zeppelin server * Go to the zeppelin-web-vue folder * Run npm install (first time) * Run npm run serve to run Zeppelin web using vue.js on localhost:8081 ### Screenshots (if appropriate) ![image](https://user-images.githubusercontent.com/1881135/65633211-3aed6d00-dff9-11e9-9bdd-f2a1a63f7699.png) ![image](https://user-images.githubusercontent.com/1881135/65633243-4a6cb600-dff9-11e9-9264-67cd7549c542.png) ![image](https://user-images.githubusercontent.com/1881135/65633263-55274b00-dff9-11e9-8c1c-44dbe01dd6b5.png) ![image](https://user-images.githubusercontent.com/1881135/65633297-62dcd080-dff9-11e9-8006-a404551e353d.png) ### Questions: * Does the licenses files need update? - No * Is there breaking changes for older versions? - No * Does this needs documentation? - Not yet This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [zeppelin] Leemoonsoo opened a new pull request #3461: [ZEPPELIN-4280] [Followup] Add comments
Leemoonsoo opened a new pull request #3461: [ZEPPELIN-4280] [Followup] Add comments URL: https://github.com/apache/zeppelin/pull/3461 ### What is this PR for? This is followup issue for ZEPPELIN-4280, to add some comments on the code. ### What type of PR is it? Documentation ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-4280 ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [zeppelin] asfgit closed pull request #3414: [ZEPPELIN-4280] Fix an issue that makes an infinite loop while switching the visualizations
asfgit closed pull request #3414: [ZEPPELIN-4280] Fix an issue that makes an infinite loop while switching the visualizations URL: https://github.com/apache/zeppelin/pull/3414 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [zeppelin] Leemoonsoo commented on issue #3414: [ZEPPELIN-4280] Fix an issue that makes an infinite loop while switching the visualizations
Leemoonsoo commented on issue #3414: [ZEPPELIN-4280] Fix an issue that makes an infinite loop while switching the visualizations URL: https://github.com/apache/zeppelin/pull/3414#issuecomment-535148229 I reproduced this problem and verified this patch fixes the problem I'd like to include the fix in 0.8.2. Since @Byeol is not responding, I'll merge this PR to master and branch-0.8 and create a followup PR to add comment on the code. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [zeppelin] zjffdu opened a new pull request #3460: [ZEPPELIN-4350]. Paragraph pending for a long time when interpreter process fails to launch
zjffdu opened a new pull request #3460: [ZEPPELIN-4350]. Paragraph pending for a long time when interpreter process fails to launch URL: https://github.com/apache/zeppelin/pull/3460 ### What is this PR for? Before this PR, paragraph will be in pending for a long time until timeout when interpreter process fails to launch. After this PR, paragraph will finished with error status at once when interpreter fails to launch. ### What type of PR is it? [ Improvement ] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-4350 ### How should this be tested? * CI pass ### Screenshots (if appropriate) ![Untitled](https://user-images.githubusercontent.com/164491/65587098-dd84fc00-dfb7-11e9-81ca-92cbb378e20c.gif) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services