[jira] [Commented] (OMID-44) Add reference to Yahoo code in NOTICE file

2018-04-03 Thread Justin Mclean (JIRA)

[ 
https://issues.apache.org/jira/browse/OMID-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16424626#comment-16424626
 ] 

Justin Mclean commented on OMID-44:
---

Sorry I obviously need more coffee, what you done is correct and what I suggest 
you do - my mistake you can ignore the comments above.

> Add reference to Yahoo code in NOTICE file
> --
>
> Key: OMID-44
> URL: https://issues.apache.org/jira/browse/OMID-44
> Project: Apache Omid
>  Issue Type: Task
>Affects Versions: 0.9.0.0
>Reporter: Francisco Perez-Sorrosal
>Assignee: Ohad Shacham
>Priority: Major
>  Labels: license, notice
> Fix For: 0.9.0.0
>
>
> Some files were taken from ycsb so we need to say that in NOTICE file:
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/Generator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/IntegerGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ScrambledZipfianGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ZipfianGenerator.java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OMID-44) Add reference to Yahoo code in NOTICE file

2018-04-03 Thread Justin Mclean (JIRA)

[ 
https://issues.apache.org/jira/browse/OMID-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16424623#comment-16424623
 ] 

Justin Mclean commented on OMID-44:
---

" and the links I've previously provided." I mean.

> Add reference to Yahoo code in NOTICE file
> --
>
> Key: OMID-44
> URL: https://issues.apache.org/jira/browse/OMID-44
> Project: Apache Omid
>  Issue Type: Task
>Affects Versions: 0.9.0.0
>Reporter: Francisco Perez-Sorrosal
>Assignee: Ohad Shacham
>Priority: Major
>  Labels: license, notice
> Fix For: 0.9.0.0
>
>
> Some files were taken from ycsb so we need to say that in NOTICE file:
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/Generator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/IntegerGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ScrambledZipfianGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ZipfianGenerator.java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OMID-44) Add reference to Yahoo code in NOTICE file

2018-04-03 Thread Justin Mclean (JIRA)

[ 
https://issues.apache.org/jira/browse/OMID-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16424621#comment-16424621
 ] 

Justin Mclean commented on OMID-44:
---

 Why has Yahoo been added to the NOTICE file? This is not the correct way to 
deal with this. Please see my comments above and the list I've previously 
provided.

> Add reference to Yahoo code in NOTICE file
> --
>
> Key: OMID-44
> URL: https://issues.apache.org/jira/browse/OMID-44
> Project: Apache Omid
>  Issue Type: Task
>Affects Versions: 0.9.0.0
>Reporter: Francisco Perez-Sorrosal
>Assignee: Ohad Shacham
>Priority: Major
>  Labels: license, notice
> Fix For: 0.9.0.0
>
>
> Some files were taken from ycsb so we need to say that in NOTICE file:
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/Generator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/IntegerGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ScrambledZipfianGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ZipfianGenerator.java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] incubator-omid pull request #31: [OMID-96] Enable compactor on all column fa...

2018-04-03 Thread ohadshacham
Github user ohadshacham closed the pull request at:

https://github.com/apache/incubator-omid/pull/31


---


[GitHub] incubator-omid pull request #31: [OMID-96] Enable compactor on all column fa...

2018-04-03 Thread yonigottesman
Github user yonigottesman commented on a diff in the pull request:

https://github.com/apache/incubator-omid/pull/31#discussion_r178794800
  
--- Diff: 
hbase-coprocessor/src/main/java/org/apache/omid/transaction/OmidCompactor.java 
---
@@ -71,7 +73,12 @@
 private boolean retainNonTransactionallyDeletedCells;
 
 public OmidCompactor() {
+this(false);
+}
+
+public OmidCompactor(boolean enableCompactorForAllFamilies) {
 LOG.info("Compactor coprocessor initialized via empty 
constructor");
--- End diff --

replace emtpy with value of enableCompactorForAllFamilies


---


[GitHub] incubator-omid pull request #30: [OMID-95] Set hbase-1 as the default compil...

2018-04-03 Thread ohadshacham
Github user ohadshacham closed the pull request at:

https://github.com/apache/incubator-omid/pull/30


---


[GitHub] incubator-omid pull request #29: [OMID-44] Since YCSB files are includes in ...

2018-04-03 Thread ohadshacham
Github user ohadshacham closed the pull request at:

https://github.com/apache/incubator-omid/pull/29


---


[jira] [Commented] (OMID-96) Activate coprocessor from constructor

2018-04-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OMID-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16423905#comment-16423905
 ] 

ASF GitHub Bot commented on OMID-96:


Github user ohadshacham closed the pull request at:

https://github.com/apache/incubator-omid/pull/31


> Activate coprocessor from constructor
> -
>
> Key: OMID-96
> URL: https://issues.apache.org/jira/browse/OMID-96
> Project: Apache Omid
>  Issue Type: Sub-task
>Reporter: Ohad Shacham
>Assignee: Ohad Shacham
>Priority: Major
>
> Enable compactor on all column families during initialization. This comes in 
> addition to the option of marking each column family using HBase metadata.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (OMID-96) Activate coprocessor from constructor

2018-04-03 Thread Ohad Shacham (JIRA)

 [ 
https://issues.apache.org/jira/browse/OMID-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ohad Shacham closed OMID-96.


> Activate coprocessor from constructor
> -
>
> Key: OMID-96
> URL: https://issues.apache.org/jira/browse/OMID-96
> Project: Apache Omid
>  Issue Type: Sub-task
>Reporter: Ohad Shacham
>Assignee: Ohad Shacham
>Priority: Major
>
> Enable compactor on all column families during initialization. This comes in 
> addition to the option of marking each column family using HBase metadata.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (OMID-96) Activate coprocessor from constructor

2018-04-03 Thread Ohad Shacham (JIRA)

 [ 
https://issues.apache.org/jira/browse/OMID-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ohad Shacham resolved OMID-96.
--
Resolution: Fixed

> Activate coprocessor from constructor
> -
>
> Key: OMID-96
> URL: https://issues.apache.org/jira/browse/OMID-96
> Project: Apache Omid
>  Issue Type: Sub-task
>Reporter: Ohad Shacham
>Assignee: Ohad Shacham
>Priority: Major
>
> Enable compactor on all column families during initialization. This comes in 
> addition to the option of marking each column family using HBase metadata.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OMID-96) Activate coprocessor from constructor

2018-04-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OMID-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16423893#comment-16423893
 ] 

ASF GitHub Bot commented on OMID-96:


Github user yonigottesman commented on a diff in the pull request:

https://github.com/apache/incubator-omid/pull/31#discussion_r178794800
  
--- Diff: 
hbase-coprocessor/src/main/java/org/apache/omid/transaction/OmidCompactor.java 
---
@@ -71,7 +73,12 @@
 private boolean retainNonTransactionallyDeletedCells;
 
 public OmidCompactor() {
+this(false);
+}
+
+public OmidCompactor(boolean enableCompactorForAllFamilies) {
 LOG.info("Compactor coprocessor initialized via empty 
constructor");
--- End diff --

replace emtpy with value of enableCompactorForAllFamilies


> Activate coprocessor from constructor
> -
>
> Key: OMID-96
> URL: https://issues.apache.org/jira/browse/OMID-96
> Project: Apache Omid
>  Issue Type: Sub-task
>Reporter: Ohad Shacham
>Assignee: Ohad Shacham
>Priority: Major
>
> Enable compactor on all column families during initialization. This comes in 
> addition to the option of marking each column family using HBase metadata.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[VOTE] Omid release branch 0.9.0.0 - Release candidate 2

2018-04-03 Thread Ohad Shacham
Hi All,


I would like to call a vote to release Apache Omid (Incubator)
0.9.0.0, release candidate #2.


Links to various release artifacts are given below. Please review and vote.

The vote will be open for at least 72 hours and until necessary number of
votes are reached.
[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Here is my +1

Release notes for the 0.9.0.0
release:https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.0-rc2/RELEASE_NOTES.html

Git tag for the release:

https://git-wip-us.apache.org/repos/asf/incubator-omid.git/?p=incubator-omid.git;a=tag;h=264a30e825bd0a75c435888d3cc12a35b19b4405


Sources for the release:

https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.0-rc2/apache-omid-incubating-0.9.0.0-src.tar.gz
Source release verification: PGP Signature:
https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.0-rc2/apache-omid-incubating-0.9.0.0-src.tar.gz.asc
SHA512 Hash:
https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.0-rc2/apache-omid-incubating-0.9.0.0-src.tar.gz.sha512
Keys to verify the signature of the release artifact are available at:
https://dist.apache.org/repos/dist/dev/incubator/omid/0.9.0.0-rc2/KEYS


Thanks,
Ohad


[jira] [Closed] (OMID-44) Add reference to Yahoo code in NOTICE file

2018-04-03 Thread Ohad Shacham (JIRA)

 [ 
https://issues.apache.org/jira/browse/OMID-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ohad Shacham closed OMID-44.


> Add reference to Yahoo code in NOTICE file
> --
>
> Key: OMID-44
> URL: https://issues.apache.org/jira/browse/OMID-44
> Project: Apache Omid
>  Issue Type: Task
>Affects Versions: 0.9.0.0
>Reporter: Francisco Perez-Sorrosal
>Assignee: Ohad Shacham
>Priority: Major
>  Labels: license, notice
> Fix For: 0.9.0.0
>
>
> Some files were taken from ycsb so we need to say that in NOTICE file:
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/Generator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/IntegerGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ScrambledZipfianGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ZipfianGenerator.java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (OMID-44) Add reference to Yahoo code in NOTICE file

2018-04-03 Thread Ohad Shacham (JIRA)

 [ 
https://issues.apache.org/jira/browse/OMID-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ohad Shacham resolved OMID-44.
--
Resolution: Fixed

> Add reference to Yahoo code in NOTICE file
> --
>
> Key: OMID-44
> URL: https://issues.apache.org/jira/browse/OMID-44
> Project: Apache Omid
>  Issue Type: Task
>Affects Versions: 0.9.0.0
>Reporter: Francisco Perez-Sorrosal
>Assignee: Ohad Shacham
>Priority: Major
>  Labels: license, notice
>
> Some files were taken from ycsb so we need to say that in NOTICE file:
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/Generator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/IntegerGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ScrambledZipfianGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ZipfianGenerator.java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (OMID-95) Set hbase-1 as the default compilation profile

2018-04-03 Thread Ohad Shacham (JIRA)

 [ 
https://issues.apache.org/jira/browse/OMID-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ohad Shacham closed OMID-95.


> Set hbase-1 as the default compilation profile
> --
>
> Key: OMID-95
> URL: https://issues.apache.org/jira/browse/OMID-95
> Project: Apache Omid
>  Issue Type: New Feature
>Reporter: Ohad Shacham
>Assignee: Ohad Shacham
>Priority: Major
> Fix For: 0.9.0.0
>
>
> Currently, compilation failed when compiling without giving a profile hbase-0 
> or hbase-1. Setting hbase-1 to the default profile is required in order to 
> compile using "mvn clean install".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (OMID-95) Set hbase-1 as the default compilation profile

2018-04-03 Thread Ohad Shacham (JIRA)

 [ 
https://issues.apache.org/jira/browse/OMID-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ohad Shacham resolved OMID-95.
--
Resolution: Fixed

> Set hbase-1 as the default compilation profile
> --
>
> Key: OMID-95
> URL: https://issues.apache.org/jira/browse/OMID-95
> Project: Apache Omid
>  Issue Type: New Feature
>Reporter: Ohad Shacham
>Assignee: Ohad Shacham
>Priority: Major
> Fix For: 0.9.0.0
>
>
> Currently, compilation failed when compiling without giving a profile hbase-0 
> or hbase-1. Setting hbase-1 to the default profile is required in order to 
> compile using "mvn clean install".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OMID-95) Set hbase-1 as the default compilation profile

2018-04-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OMID-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16423650#comment-16423650
 ] 

ASF GitHub Bot commented on OMID-95:


Github user ohadshacham closed the pull request at:

https://github.com/apache/incubator-omid/pull/30


> Set hbase-1 as the default compilation profile
> --
>
> Key: OMID-95
> URL: https://issues.apache.org/jira/browse/OMID-95
> Project: Apache Omid
>  Issue Type: New Feature
>Reporter: Ohad Shacham
>Assignee: Ohad Shacham
>Priority: Major
> Fix For: 0.9.0.0
>
>
> Currently, compilation failed when compiling without giving a profile hbase-0 
> or hbase-1. Setting hbase-1 to the default profile is required in order to 
> compile using "mvn clean install".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OMID-95) Set hbase-1 as the default compilation profile

2018-04-03 Thread Yonatan Gottesman (JIRA)

[ 
https://issues.apache.org/jira/browse/OMID-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16423605#comment-16423605
 ] 

Yonatan Gottesman commented on OMID-95:
---

+1

> Set hbase-1 as the default compilation profile
> --
>
> Key: OMID-95
> URL: https://issues.apache.org/jira/browse/OMID-95
> Project: Apache Omid
>  Issue Type: New Feature
>Reporter: Ohad Shacham
>Assignee: Ohad Shacham
>Priority: Major
> Fix For: 0.9.0.0
>
>
> Currently, compilation failed when compiling without giving a profile hbase-0 
> or hbase-1. Setting hbase-1 to the default profile is required in order to 
> compile using "mvn clean install".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OMID-44) Add reference to Yahoo code in NOTICE file

2018-04-03 Thread Ohad Shacham (JIRA)

[ 
https://issues.apache.org/jira/browse/OMID-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16423600#comment-16423600
 ] 

Ohad Shacham commented on OMID-44:
--

Thx!

> Add reference to Yahoo code in NOTICE file
> --
>
> Key: OMID-44
> URL: https://issues.apache.org/jira/browse/OMID-44
> Project: Apache Omid
>  Issue Type: Task
>Affects Versions: 0.9.0.0
>Reporter: Francisco Perez-Sorrosal
>Assignee: Ohad Shacham
>Priority: Major
>  Labels: license, notice
>
> Some files were taken from ycsb so we need to say that in NOTICE file:
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/Generator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/IntegerGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ScrambledZipfianGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ZipfianGenerator.java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (OMID-44) Add reference to Yahoo code in NOTICE file

2018-04-03 Thread Ohad Shacham (JIRA)

 [ 
https://issues.apache.org/jira/browse/OMID-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ohad Shacham closed OMID-44.

Resolution: Fixed

> Add reference to Yahoo code in NOTICE file
> --
>
> Key: OMID-44
> URL: https://issues.apache.org/jira/browse/OMID-44
> Project: Apache Omid
>  Issue Type: Task
>Affects Versions: 0.9.0.0
>Reporter: Francisco Perez-Sorrosal
>Assignee: Ohad Shacham
>Priority: Major
>  Labels: license, notice
>
> Some files were taken from ycsb so we need to say that in NOTICE file:
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/Generator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/IntegerGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ScrambledZipfianGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ZipfianGenerator.java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OMID-44) Add reference to Yahoo code in NOTICE file

2018-04-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OMID-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16423599#comment-16423599
 ] 

ASF GitHub Bot commented on OMID-44:


Github user ohadshacham closed the pull request at:

https://github.com/apache/incubator-omid/pull/29


> Add reference to Yahoo code in NOTICE file
> --
>
> Key: OMID-44
> URL: https://issues.apache.org/jira/browse/OMID-44
> Project: Apache Omid
>  Issue Type: Task
>Affects Versions: 0.9.0.0
>Reporter: Francisco Perez-Sorrosal
>Assignee: Ohad Shacham
>Priority: Major
>  Labels: license, notice
>
> Some files were taken from ycsb so we need to say that in NOTICE file:
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/Generator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/IntegerGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ScrambledZipfianGenerator.java
> ./benchmarks/src/main/java/org/apache/omid/benchmarks/utils/ZipfianGenerator.java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)