[GitHub] milleruntime commented on a change in pull request #205: Separated setup into install & run command

2018-10-17 Thread GitBox
milleruntime commented on a change in pull request #205: Separated setup into install & run command URL: https://github.com/apache/fluo-uno/pull/205#discussion_r226086096 ## File path: plugins/accumulo-encryption.sh ## @@ -0,0 +1,30 @@ +#! /usr/bin/env bash + +# Licensed

[GitHub] keith-turner closed pull request #1053: Accumulo 2.0 and Hadoop 3.0 updates

2018-10-17 Thread GitBox
keith-turner closed pull request #1053: Accumulo 2.0 and Hadoop 3.0 updates URL: https://github.com/apache/fluo/pull/1053 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

Build failed in Jenkins: Fluo #185

2018-10-17 Thread Apache Jenkins Server
See Changes: [kturner] Updates for Accumulo 2 and Hadoop 3 [kturner] Use Accumulo 2.0.0-alpha-1 [kturner] Use new Accumulo create table functionality [kturner] Fix accumulo-maven-plugin [kturner] Disable delete and remove

[GitHub] mikewalch opened a new pull request #205: Separated setup into install & run command

2018-10-17 Thread GitBox
mikewalch opened a new pull request #205: Separated setup into install & run command URL: https://github.com/apache/fluo-uno/pull/205 * Created plugin system * Updated source code headers for Apache This is an automated

[GitHub] mikewalch commented on a change in pull request #205: Separated setup into install & run command

2018-10-17 Thread GitBox
mikewalch commented on a change in pull request #205: Separated setup into install & run command URL: https://github.com/apache/fluo-uno/pull/205#discussion_r226087021 ## File path: plugins/accumulo-encryption.sh ## @@ -0,0 +1,30 @@ +#! /usr/bin/env bash + +# Licensed to

[GitHub] milleruntime commented on a change in pull request #205: Separated setup into install & run command

2018-10-17 Thread GitBox
milleruntime commented on a change in pull request #205: Separated setup into install & run command URL: https://github.com/apache/fluo-uno/pull/205#discussion_r226090568 ## File path: plugins/accumulo-encryption.sh ## @@ -0,0 +1,30 @@ +#! /usr/bin/env bash + +# Licensed

[GitHub] keith-turner opened a new issue #1054: Use summarizers to make compaction decisions

2018-10-17 Thread GitBox
keith-turner opened a new issue #1054: Use summarizers to make compaction decisions URL: https://github.com/apache/fluo/issues/1054 In Accumulo 2.0 summarizes were introduced. Fluo could use these to count column types and notifications. These counts could be use to make compaction

[GitHub] keith-turner opened a new issue #1055: Look into a dedicated scan executor for notification scans

2018-10-17 Thread GitBox
keith-turner opened a new issue #1055: Look into a dedicated scan executor for notification scans URL: https://github.com/apache/fluo/issues/1055 Scanning for notifications is a continuous activity that Fluo does. It may make sense to do one of the following. * Have a dedicated

[GitHub] keith-turner commented on issue #1055: Look into a dedicated scan executor for notification scans

2018-10-17 Thread GitBox
keith-turner commented on issue #1055: Look into a dedicated scan executor for notification scans URL: https://github.com/apache/fluo/issues/1055#issuecomment-430618511 For prioritization, Fluo could use the built in prioritizer with scan execution hints.