[jira] [Created] (HBASE-22909) align hbase-vote script across all current releases

2019-08-23 Thread Artem Ervits (Jira)
Artem Ervits created HBASE-22909:


 Summary: align hbase-vote script across all current releases
 Key: HBASE-22909
 URL: https://issues.apache.org/jira/browse/HBASE-22909
 Project: HBase
  Issue Type: Improvement
  Components: build
Affects Versions: 1.3.5, 2.1.5, 1.4.10, 2.2.0, 3.0.0, 1.5.0, 2.3.0
Reporter: Artem Ervits


hbase-vote script is in different state across all of the current releases. Now 
that https://issues.apache.org/jira/browse/HBASE-22464 is merged, this Jira is 
to converge all releases on one version of hbase-vote.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Created] (HBASE-22636) hbase spark module README is in txt format.

2019-06-26 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22636:


 Summary: hbase spark module README is in txt format.
 Key: HBASE-22636
 URL: https://issues.apache.org/jira/browse/HBASE-22636
 Project: HBase
  Issue Type: Task
  Components: hbase-connectors
Affects Versions: 1.0.0
Reporter: Artem Ervits
Assignee: Artem Ervits


the protobuf README is in txt format.



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


[jira] [Created] (HBASE-22561) modify HFilePrettyPrinter to accept non-root.dir directories

2019-06-10 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22561:


 Summary: modify HFilePrettyPrinter to accept non-root.dir 
directories
 Key: HBASE-22561
 URL: https://issues.apache.org/jira/browse/HBASE-22561
 Project: HBase
  Issue Type: Improvement
Affects Versions: 2.1.5, 3.0.0, 2.2.0, 2.3.0
Reporter: Artem Ervits
Assignee: Artem Ervits


Today {{hbase hfile}} utility accepts only _hbase.rootDir_ directory. It is 
more useful to pass other locations with HFile as well.
{code:java}
hbase org.apache.hadoop.hbase.io.hfile.HFilePrettyPrinter hfileoutput
...
ERROR, file (hfileoutput) is not in HBase's root directory 
(hdfs://hadoop.example.com:9000/apps/hbase/)
{code}



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


[jira] [Reopened] (HBASE-21536) Fix completebulkload usage instructions

2019-06-05 Thread Artem Ervits (JIRA)


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

Artem Ervits reopened HBASE-21536:
--

reopening to push branch-2.1 patch

> Fix completebulkload usage instructions
> ---
>
> Key: HBASE-21536
> URL: https://issues.apache.org/jira/browse/HBASE-21536
> Project: HBase
>  Issue Type: Task
>  Components: documentation, mapreduce
>Reporter: Artem Ervits
>Assignee: Artem Ervits
>Priority: Trivial
> Fix For: 3.0.0, 2.2.0, 2.3.0
>
> Attachments: HBASE-21536.v01.patch, HBASE-21536.v02.patch
>
>
> Usage information upon invoking LoadIncrementalHFiles is misleading and 
> error-prone.
> {code:java}
> usage: completebulkload /path/to/hfileoutputformat-output tablename -loadTable
> -Dcreate.table=no - can be used to avoid creation of table by this tool
> Note: if you set this to 'no', then the target table must already exist in 
> HBase
> -loadTable implies your baseDirectory to store file has a depth of 3 ,you 
> must have an existing table
> -Dignore.unmatched.families=yes - can be used to ignore unmatched column 
> families{code}
> in case of invoking the class via hbase command, completebulkload argument is 
> unnecessary and only required via hadoop jar invocation. This is also an 
> attempt to clarify where <-loadTable> and <-Dargs> arguments go on the 
> command line.
> Furthermore, since LoadIncrementalHFiles was recently moved out of 
> hbase-server.jar to hbase-mapreduce, updating ref guide to demonstrate as 
> such.



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


[jira] [Created] (HBASE-22469) replace md5 checksum in saveVersion script with sha512 for hbase version information

2019-05-24 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22469:


 Summary: replace md5 checksum in saveVersion script with sha512 
for hbase version information
 Key: HBASE-22469
 URL: https://issues.apache.org/jira/browse/HBASE-22469
 Project: HBase
  Issue Type: Improvement
Affects Versions: 3.0.0
 Environment: {code:java}
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 
2019-04-04T15:00:29-04:00)
Maven home: /opt/apache-maven-3.6.1
Java version: 1.8.0_172, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"{code}
Reporter: Artem Ervits
Assignee: Artem Ervits


noticed that hbase version always prints out an md5 for source but since we 
long retired md5 from the releases, it makes sense to replace hbase version 
information as well. I also noticed that revision doesn't always show, case in 
point HBase 2.2.0 RC4 vote, revision=Unknown. In my tests, revision only 
appears if the compiled code was cloned from git and not a release candidate 
download file. In that sense, release candidates should be checked out rather 
than downloaded. This Jira only addresses replacement of the md5 sum. 



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


[jira] [Created] (HBASE-22465) Documentation for hsync enforcement should be more clear

2019-05-23 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22465:


 Summary: Documentation for hsync enforcement should be more clear
 Key: HBASE-22465
 URL: https://issues.apache.org/jira/browse/HBASE-22465
 Project: HBase
  Issue Type: Improvement
  Components: documentation
Affects Versions: 3.0.0, 2.2.0
 Environment: Hadoop 2.9.2

HBase 2.2.0RC4
{code:java}
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 
2019-04-04T19:00:29Z)
Maven home: /opt/maven/apache-maven-3.6.1
Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: 
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.5.1.el7.x86_64", arch: "amd64", family: 
"unix"{code}
 
Reporter: Artem Ervits
Assignee: Artem Ervits


Section on [https://hbase.apache.org/book.html#trouble.master.startup.hsync] 
needs to demonstrate ways to turn off durability and implications. For 
dev/testing, it is okay to disable.

 
{code:java}

hbase.unsafe.stream.capability.enforce
false
{code}
will disable hsync in pesudodistributed env only.



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


[jira] [Created] (HBASE-22464) add timestamp option to hbase-vote to ignore downloaded files

2019-05-23 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22464:


 Summary: add timestamp option to hbase-vote to ignore downloaded 
files
 Key: HBASE-22464
 URL: https://issues.apache.org/jira/browse/HBASE-22464
 Project: HBase
  Issue Type: Improvement
Affects Versions: 2.1.4, 1.3.4, 1.4.9, 3.0.0, 1.5.0, 2.2.0
Reporter: Artem Ervits
Assignee: Artem Ervits


I was on a train and trying to run the hbase-vote script, every time I ran it 
on limited wifi it tried to download the RC assets. This adds an option to 
ignore files that were downloaded and match the files on the server.



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


[jira] [Created] (HBASE-22397) backport HBASE-19735 to branch-1

2019-05-10 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22397:


 Summary: backport HBASE-19735 to branch-1
 Key: HBASE-22397
 URL: https://issues.apache.org/jira/browse/HBASE-22397
 Project: HBase
  Issue Type: Improvement
Affects Versions: 1.4.10, 1.5.0
Reporter: Artem Ervits
Assignee: Artem Ervits






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


[jira] [Created] (HBASE-22396) Backport HBASE-21536 to branch-1

2019-05-10 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22396:


 Summary: Backport HBASE-21536 to branch-1
 Key: HBASE-22396
 URL: https://issues.apache.org/jira/browse/HBASE-22396
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.3.4, 1.4.10, 1.5.0
Reporter: Artem Ervits
Assignee: Artem Ervits






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


[jira] [Created] (HBASE-22395) Document RC voting guidelines in ref guide

2019-05-10 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22395:


 Summary: Document RC voting guidelines in ref guide
 Key: HBASE-22395
 URL: https://issues.apache.org/jira/browse/HBASE-22395
 Project: HBase
  Issue Type: Bug
  Components: documentation
Reporter: Artem Ervits


Document all necessary and suggested steps to vote on a release.

 

There are only a handful necessary checks a PMC member must do on every
release, and all of them relate to packaging, LICENSE and NOTICE files, and
license auditing, which can be accomplished by running the RAT tool, by
attempting to compile from source (unit tests optional), and through manual
inspection of LICENSE and NOTICE files in the source distribution and
embedded in a sample of the binaries. This entire process should take you
less than 15 minutes, from my experience. This is the baseline.

Any individual PMCer may opt to do more than the baseline, but it is
optional. Personally I would also read the compatibility report, and then
run the unit test suite in the background and come back to it when finished
to complete the voting task. In my opinion now that is the baseline tasks
any HBase PMC voter should take. Beyond that, at least for my releases, you
can read the vote email to find the additional functional and performance
checks I might have done and factor that in to your voting confidence. You
can also run them yourselves, but is totally optional.



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


[jira] [Created] (HBASE-22388) Document new completebulkload invocation in 3.x when LoadIncrementalHFiles is removed

2019-05-09 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22388:


 Summary: Document new completebulkload invocation in 3.x when 
LoadIncrementalHFiles is removed
 Key: HBASE-22388
 URL: https://issues.apache.org/jira/browse/HBASE-22388
 Project: HBase
  Issue Type: Bug
  Components: documentation
Affects Versions: 2.2.0
Reporter: Artem Ervits
Assignee: Artem Ervits


as per [~psomogyi] LoadIncrementalHFiles is deprecated in 2.2 and removed in 
3.0. Document BulkLoadHFilesTool invocation. for example
{code:java}
hbase org.apache.hadoop.hbase.tool.BulkLoadHFilesTool completebulkload{code}



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


[jira] [Created] (HBASE-22355) address Spark deprecations in hbase-connectors

2019-05-02 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22355:


 Summary: address Spark deprecations in hbase-connectors 
 Key: HBASE-22355
 URL: https://issues.apache.org/jira/browse/HBASE-22355
 Project: HBase
  Issue Type: Bug
  Components: hbase-connectors
Affects Versions: 1.0.0
Reporter: Artem Ervits
Assignee: Artem Ervits


{code:java}
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/datasources/HBaseTableCatalog.scala:289:
 warning: @deprecated now takes two arguments; see the scaladoc.
[WARNING] @deprecated("Please use new json format to define HBaseCatalog")
[WARNING] ^
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/DefaultSource.scala:168:
 warning: class HTableDescriptor in package hbase is deprecated: see 
corresponding Javadoc for more information.
[WARNING] val tableDesc = new HTableDescriptor(tName)
[WARNING] ^
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/DefaultSource.scala:170:
 warning: constructor HColumnDescriptor in class HColumnDescriptor is 
deprecated: see corresponding Javadoc for more information.
[WARNING] val cf = new HColumnDescriptor(x.getBytes())
[WARNING] ^
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/DefaultSource.scala:170:
 warning: class HColumnDescriptor in package hbase is deprecated: see 
corresponding Javadoc for more information.
[WARNING] val cf = new HColumnDescriptor(x.getBytes())
[WARNING] ^
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/datasources/HBaseTableCatalog.scala:243:
 warning: method convert in object HBaseTableCatalog is deprecated: Please use 
new json format to define HBaseCatalog
[WARNING] val parameters = convert(params)
[WARNING] ^
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/datasources/HBaseTableScanRDD.scala:162:
 warning: constructor Scan in class Scan is deprecated: see corresponding 
Javadoc for more information.
[WARNING] case (Some(Bound(a, b)), Some(Bound(c, d))) => new Scan(a, c)
[WARNING] ^
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/datasources/HBaseTableScanRDD.scala:163:
 warning: constructor Scan in class Scan is deprecated: see corresponding 
Javadoc for more information.
[WARNING] case (None, Some(Bound(c, d))) => new Scan(Array[Byte](), c)
[WARNING] ^
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/datasources/HBaseTableScanRDD.scala:164:
 warning: constructor Scan in class Scan is deprecated: see corresponding 
Javadoc for more information.
[WARNING] case (Some(Bound(a, b)), None) => new Scan(a)
[WARNING] ^
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/datasources/HBaseTableScanRDD.scala:246:
 warning: method setTimeStamp in class Scan is deprecated: see corresponding 
Javadoc for more information.
[WARNING] case (q: Scan, Some(ts), None, None) => q.setTimeStamp(ts)
[WARNING] ^
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/datasources/HBaseTableScanRDD.scala:247:
 warning: method setTimeStamp in class Get is deprecated: see corresponding 
Javadoc for more information.
[WARNING] case (q: Get, Some(ts), None, None) => q.setTimeStamp(ts)
[WARNING] ^
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/datasources/HBaseTableScanRDD.scala:260:
 warning: method setMaxVersions in class Scan is deprecated: see corresponding 
Javadoc for more information.
[WARNING] case q: Scan => q.setMaxVersions(relation.maxVersions.get)
[WARNING] ^
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/datasources/HBaseTableScanRDD.scala:261:
 warning: method setMaxVersions in class Get is deprecated: see corresponding 
Javadoc for more information.
[WARNING] case q: Get => q.setMaxVersions(relation.maxVersions.get)
[WARNING] ^
[WARNING] 
/Users/aervits/NetBeansProjects/hbase-connectors/spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/example/datasources/AvroSource.scala:105:
 warning: constructor SQLContext in class SQLContext is deprecated: Use 
SparkSession.builder instead
[WARNING] val sqlContext = new SQLContext(sc)
[WARNING] ^
[WARNING] 

[jira] [Resolved] (HBASE-22336) Add CHANGELOG, README and RELEASENOTES to binary tarball

2019-05-02 Thread Artem Ervits (JIRA)


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

Artem Ervits resolved HBASE-22336.
--
Resolution: Fixed

> Add CHANGELOG, README and RELEASENOTES to binary tarball
> 
>
> Key: HBASE-22336
> URL: https://issues.apache.org/jira/browse/HBASE-22336
> Project: HBase
>  Issue Type: Bug
>  Components: hbase-connectors
>Affects Versions: connector-1.0.0
>Reporter: Peter Somogyi
>Assignee: Artem Ervits
>Priority: Critical
> Fix For: connector-1.0.1
>
>
> The binary tarball of hbase-connectors does not contain CHANGELOG.md, 
> README.md and RELEASENOTES.md files.
> This issue came up on the [\[VOTE\] HBase Connectors 1.0.0RC0 
> |https://lists.apache.org/thread.html/4fb3f3d68e414bfcb5e74896c71586b4489ab6072efe98455e106e19@%3Cdev.hbase.apache.org%3E]
>  thread.



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


[jira] [Created] (HBASE-22329) Fix for warning The parameter forkMode is deprecated since version in hbase-spark-it

2019-04-29 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22329:


 Summary: Fix for warning The parameter forkMode is deprecated 
since version in hbase-spark-it
 Key: HBASE-22329
 URL: https://issues.apache.org/jira/browse/HBASE-22329
 Project: HBase
  Issue Type: Bug
  Components: hbase-connectors
Affects Versions: 1.0.0
 Environment: {code:java}
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 
2018-06-17T14:33:14-04:00)
Maven home: /opt/apache-maven-3.5.4
Java version: 1.8.0_172, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"{code}
Reporter: Artem Ervits
Assignee: Artem Ervits
 Fix For: 1.0.1


{code:java}
[WARNING] The parameter forkMode is deprecated since version 2.14. Use 
forkCount and reuseForks instead.{code}



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


[jira] [Resolved] (HBASE-22318) Fix for warning The POM for org.glassfish:javax.el:jar is missing

2019-04-29 Thread Artem Ervits (JIRA)


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

Artem Ervits resolved HBASE-22318.
--
Resolution: Fixed

> Fix for warning The POM for org.glassfish:javax.el:jar is missing
> -
>
> Key: HBASE-22318
> URL: https://issues.apache.org/jira/browse/HBASE-22318
> Project: HBase
>  Issue Type: Task
>  Components: hbase-connectors
>Affects Versions: connector-1.0.0
> Environment: {code:java}
> Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 
> 2018-06-17T14:33:14-04:00)
> Maven home: /opt/apache-maven-3.5.4
> Java version: 1.8.0_172, vendor: Oracle Corporation, runtime: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"{code}
>Reporter: Artem Ervits
>Assignee: Artem Ervits
>Priority: Minor
> Fix For: connector-1.0.1
>
>
> {code:java}
> [WARNING] The POM for org.glassfish:javax.el:jar:3.0.1-b06-SNAPSHOT is 
> missing, no dependency information available
> [WARNING] The POM for org.glassfish:javax.el:jar:3.0.1-b07-SNAPSHOT is 
> missing, no dependency information available
> [WARNING] The POM for org.glassfish:javax.el:jar:3.0.1-b08-SNAPSHOT is 
> missing, no dependency information available{code}



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


[jira] [Resolved] (HBASE-22319) Fix for warning The assembly descriptor contains a filesystem-root relative reference

2019-04-26 Thread Artem Ervits (JIRA)


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

Artem Ervits resolved HBASE-22319.
--
Resolution: Fixed

patch submitted via PR

> Fix for warning The assembly descriptor contains a filesystem-root relative 
> reference
> -
>
> Key: HBASE-22319
> URL: https://issues.apache.org/jira/browse/HBASE-22319
> Project: HBase
>  Issue Type: Bug
>  Components: hbase-connectors
> Environment: {code:java}
> Maven home: /opt/apache-maven-3.5.4
> Java version: 1.8.0_172, vendor: Oracle Corporation, runtime: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"{code}
>Reporter: Artem Ervits
>Assignee: Artem Ervits
>Priority: Minor
>
> {code:java}
> [INFO] Reading assembly descriptor: src/main/assembly/hbase-connectors-bin.xml
> [WARNING] The assembly descriptor contains a filesystem-root relative 
> reference, which is not cross platform compatible /
> [WARNING] The assembly descriptor contains a filesystem-root relative 
> reference, which is not cross platform compatible /{code}



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


[jira] [Created] (HBASE-22319) Fix for warning The assembly descriptor contains a filesystem-root relative reference

2019-04-26 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22319:


 Summary: Fix for warning The assembly descriptor contains a 
filesystem-root relative reference
 Key: HBASE-22319
 URL: https://issues.apache.org/jira/browse/HBASE-22319
 Project: HBase
  Issue Type: Bug
  Components: hbase-connectors
 Environment: {code:java}
Maven home: /opt/apache-maven-3.5.4
Java version: 1.8.0_172, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"{code}
Reporter: Artem Ervits
Assignee: Artem Ervits


{code:java}
[INFO] Reading assembly descriptor: src/main/assembly/hbase-connectors-bin.xml
[WARNING] The assembly descriptor contains a filesystem-root relative 
reference, which is not cross platform compatible /
[WARNING] The assembly descriptor contains a filesystem-root relative 
reference, which is not cross platform compatible /{code}



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


[jira] [Created] (HBASE-22318) Fix for warning The POM for org.glassfish:javax.el:jar is missing

2019-04-26 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-22318:


 Summary: Fix for warning The POM for org.glassfish:javax.el:jar is 
missing
 Key: HBASE-22318
 URL: https://issues.apache.org/jira/browse/HBASE-22318
 Project: HBase
  Issue Type: Task
  Components: hbase-connectors
 Environment: {code:java}
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 
2018-06-17T14:33:14-04:00)
Maven home: /opt/apache-maven-3.5.4
Java version: 1.8.0_172, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"{code}
Reporter: Artem Ervits
Assignee: Artem Ervits


{code:java}
[WARNING] The POM for org.glassfish:javax.el:jar:3.0.1-b06-SNAPSHOT is missing, 
no dependency information available
[WARNING] The POM for org.glassfish:javax.el:jar:3.0.1-b07-SNAPSHOT is missing, 
no dependency information available
[WARNING] The POM for org.glassfish:javax.el:jar:3.0.1-b08-SNAPSHOT is missing, 
no dependency information available{code}



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


[jira] [Created] (HBASE-21536) Fix completebulkload usage instructions

2018-11-30 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-21536:


 Summary: Fix completebulkload usage instructions
 Key: HBASE-21536
 URL: https://issues.apache.org/jira/browse/HBASE-21536
 Project: HBase
  Issue Type: Task
  Components: documentation, mapreduce
Reporter: Artem Ervits
Assignee: Artem Ervits


Usage information upon invoking LoadIncrementalHFiles is misleading and 
error-prone.
{code:java}
usage: completebulkload /path/to/hfileoutputformat-output tablename -loadTable
-Dcreate.table=no - can be used to avoid creation of table by this tool
Note: if you set this to 'no', then the target table must already exist in HBase
-loadTable implies your baseDirectory to store file has a depth of 3 ,you must 
have an existing table
-Dignore.unmatched.families=yes - can be used to ignore unmatched column 
families{code}
in case of invoking the class via hbase command, completebulkload argument is 
unnecessary and only required via hadoop jar invocation. This is also an 
attempt to clarify where <-loadTable> and <-Dargs> arguments go on the command 
line.



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


[jira] [Created] (HBASE-21528) hbase-connectors need scala library convergence

2018-11-29 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-21528:


 Summary: hbase-connectors need scala library convergence
 Key: HBASE-21528
 URL: https://issues.apache.org/jira/browse/HBASE-21528
 Project: HBase
  Issue Type: Task
  Components: hbase-connectors
Reporter: Artem Ervits
Assignee: Artem Ervits


this issue reappeared after migration of hbase-spark to hbase-connectors repo. 
Originally addressed in https://issues.apache.org/jira/browse/HBASE-20175 

introducing scala-maven-plugin and adding a flag to honor compatible major 
scala version makes warning disappear.



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


[jira] [Resolved] (HBASE-21501) Add “force-stop” to skip all close region logic in HBaseMiniCluster

2018-11-26 Thread Artem Ervits (JIRA)


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

Artem Ervits resolved HBASE-21501.
--
Resolution: Duplicate

will track in the original Jira 
https://issues.apache.org/jira/browse/HBASE-18735

> Add “force-stop” to skip all close region logic in HBaseMiniCluster
> ---
>
> Key: HBASE-21501
> URL: https://issues.apache.org/jira/browse/HBASE-21501
> Project: HBase
>  Issue Type: Improvement
>  Components: test
>Reporter: Artem Ervits
>Assignee: Artem Ervits
>Priority: Major
>
> spoke to [~elserj] as a result of Phoenix dev meetup, this may be a much 
> needed feature.



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


[jira] [Created] (HBASE-21506) Fix for warning: Multiple versions of scala detected in phoenix-spark

2018-11-21 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-21506:


 Summary: Fix for warning: Multiple versions of scala detected in 
phoenix-spark
 Key: HBASE-21506
 URL: https://issues.apache.org/jira/browse/HBASE-21506
 Project: HBase
  Issue Type: Improvement
Reporter: Artem Ervits
Assignee: Artem Ervits


{code:java}
[WARNING] Expected all dependencies to require Scala version: 2.11.8
[WARNING] org.apache.phoenix:phoenix-spark:5.1.0-HBase-2.0-SNAPSHOT requires 
scala version: 2.11.8
[WARNING] com.twitter:chill_2.11:0.8.4 requires scala version: 2.11.8
[WARNING] org.apache.spark:spark-core_2.11:2.3.0 requires scala version: 2.11.8
[WARNING] org.json4s:json4s-jackson_2.11:3.2.11 requires scala version: 2.11.0
[WARNING] Multiple versions of scala libraries detected!{code}



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


[jira] [Resolved] (HBASE-21506) Fix for warning: Multiple versions of scala detected in phoenix-spark

2018-11-21 Thread Artem Ervits (JIRA)


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

Artem Ervits resolved HBASE-21506.
--
Resolution: Invalid

> Fix for warning: Multiple versions of scala detected in phoenix-spark
> -
>
> Key: HBASE-21506
> URL: https://issues.apache.org/jira/browse/HBASE-21506
> Project: HBase
>  Issue Type: Improvement
>Reporter: Artem Ervits
>Assignee: Artem Ervits
>Priority: Minor
>
> {code:java}
> [WARNING] Expected all dependencies to require Scala version: 2.11.8
> [WARNING] org.apache.phoenix:phoenix-spark:5.1.0-HBase-2.0-SNAPSHOT requires 
> scala version: 2.11.8
> [WARNING] com.twitter:chill_2.11:0.8.4 requires scala version: 2.11.8
> [WARNING] org.apache.spark:spark-core_2.11:2.3.0 requires scala version: 
> 2.11.8
> [WARNING] org.json4s:json4s-jackson_2.11:3.2.11 requires scala version: 2.11.0
> [WARNING] Multiple versions of scala libraries detected!{code}



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


[jira] [Created] (HBASE-21501) Add “force-stop” to skip all close region logic in HBaseMiniCluster

2018-11-20 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-21501:


 Summary: Add “force-stop” to skip all close region logic in 
HBaseMiniCluster
 Key: HBASE-21501
 URL: https://issues.apache.org/jira/browse/HBASE-21501
 Project: HBase
  Issue Type: Improvement
  Components: test
Reporter: Artem Ervits
Assignee: Artem Ervits


spoke to [~elserj] as a result of Phoenix dev meetup, this may be a much needed 
feature.



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


[jira] [Resolved] (HBASE-21343) hbase-rest shouldn't import unshaded protobuf

2018-10-18 Thread Artem Ervits (JIRA)


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

Artem Ervits resolved HBASE-21343.
--
Resolution: Invalid

> hbase-rest shouldn't import unshaded protobuf
> -
>
> Key: HBASE-21343
> URL: https://issues.apache.org/jira/browse/HBASE-21343
> Project: HBase
>  Issue Type: Bug
>Reporter: Artem Ervits
>Assignee: Artem Ervits
>Priority: Major
> Attachments: HBASE-21343.v01.patch
>
>




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


[jira] [Created] (HBASE-21343) hbase-rest shouldn't import unshaded protobuf

2018-10-18 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-21343:


 Summary: hbase-rest shouldn't import unshaded protobuf
 Key: HBASE-21343
 URL: https://issues.apache.org/jira/browse/HBASE-21343
 Project: HBase
  Issue Type: Bug
Reporter: Artem Ervits
Assignee: Artem Ervits






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


[jira] [Created] (HBASE-21340) Address rubocop warnings in shell module

2018-10-18 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-21340:


 Summary: Address rubocop warnings in shell module
 Key: HBASE-21340
 URL: https://issues.apache.org/jira/browse/HBASE-21340
 Project: HBase
  Issue Type: Task
Reporter: Artem Ervits
Assignee: Artem Ervits


While working on HBASE-21279 build reported warnings with rubocop 
[https://builds.apache.org/job/PreCommit-HBASE-Build/14735/artifact/patchprocess/diff-patch-rubocop.txt]
{code:java}

/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:86:20: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:97:81: C: 
Metrics/LineLength: Line is too long. [84/80]
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:98:17: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:104:17: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:110:17: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:116:17: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:117:25: C: 
Style/MethodCallWithoutArgsParentheses: Do not use parentheses for method calls 
with no arguments.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:123:17: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:124:25: C: 
Style/MethodCallWithoutArgsParentheses: Do not use parentheses for method calls 
with no arguments.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:125:61: C: 
Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:125:61: C: 
Style/BracesAroundHashParameters: Redundant curly braces around a hash 
parameter.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:125:80: C: 
Layout/SpaceInsideHashLiteralBraces: Space inside } missing.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:125:81: C: 
Metrics/LineLength: Line is too long. [81/80]
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:130:17: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:131:25: C: 
Style/MethodCallWithoutArgsParentheses: Do not use parentheses for method calls 
with no arguments.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:137:17: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:138:39: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:142:17: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:178:17: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:184:17: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:190:17: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:191:25: C: 
Style/MethodCallWithoutArgsParentheses: Do not use parentheses for method calls 
with no arguments.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:192:21: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:193:20: C: 
Security/Eval: The use of `eval` is a serious security risk.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:193:25: C: 
Style/StringLiterals: Prefer single-quoted strings when you don't need string 
interpolation or special symbols.
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:193:31: C: 
Style/StringLiterals: Prefer single-quoted 

[jira] [Created] (HBASE-21339) Address ruby lint warnings in shell module

2018-10-18 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-21339:


 Summary: Address ruby lint warnings in shell module
 Key: HBASE-21339
 URL: https://issues.apache.org/jira/browse/HBASE-21339
 Project: HBase
  Issue Type: Task
  Components: shell
Reporter: Artem Ervits
Assignee: Artem Ervits


While working on HBASE-21279 the built reported warnings in ruby-lint 
[https://builds.apache.org/job/PreCommit-HBASE-Build/14735/artifact/patchprocess/diff-patch-ruby-lint.txt]
{code:java}
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:37:7: 
undefined method drop_test_table
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:38:7: 
undefined method create_test_table
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:42:7: 
undefined method shutdown
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:45:5: 
undefined method define_test
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:46:16: 
undefined method capture_stdout
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:46:33: 
undefined method replication_status
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:48:7: 
undefined method assert
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:49:7: 
undefined method assert
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:52:5: 
undefined method define_test
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:53:16: 
undefined method capture_stdout
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:53:33: 
undefined method replication_status
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:55:7: 
undefined method assert
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:58:5: 
undefined method define_test
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:59:16: 
undefined method capture_stdout
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:59:33: 
undefined method replication_status
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:61:7: 
undefined method assert
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:64:5: 
undefined method define_test
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:65:16: 
undefined method capture_stdout
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:65:33: 
undefined method admin
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:67:7: 
undefined method assert
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:70:5: 
undefined method define_test
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:71:16: 
undefined method capture_stdout
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:71:33: 
undefined method admin
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:74:7: 
undefined method assert
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:81:13: 
undefined constant TestHelpers
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:84:7: 
undefined method setup_hbase
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:87:7: 
undefined method drop_test_table
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:88:7: 
undefined method create_test_table
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:94:7: 
undefined method shutdown
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:98:5: 
undefined method define_test
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:99:7: 
undefined method assert_raise
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:100:9: 
undefined method command
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:104:5: 
undefined method define_test
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:105:7: 
undefined method assert_raise
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:106:9: 
undefined method command
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:110:5: 
undefined method define_test
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:111:7: 
undefined method assert_raise
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:112:9: 
undefined method command
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:116:5: 
undefined method define_test
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:117:7: 
undefined method drop_test_snapshot
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:118:7: 
undefined method command
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:119:14: 
undefined method command
/testptch/hbase/hbase-shell/src/test/ruby/hbase/admin2_test.rb:E:120:7: 
undefined method assert_equal

[jira] [Resolved] (HBASE-20872) Cause: java.lang.RuntimeException: Failed construction of Master: class org.apache.hadoop.hbase.master.HMasterUncompilable source code - package org.apache.hbase.thirdp

2018-07-12 Thread Artem Ervits (JIRA)


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

Artem Ervits resolved HBASE-20872.
--
Resolution: Cannot Reproduce

I was able to reproduce the issue a few times but then it magically started 
working.

> Cause: java.lang.RuntimeException: Failed construction of Master: class 
> org.apache.hadoop.hbase.master.HMasterUncompilable source code - package 
> org.apache.hbase.thirdparty.io.netty.channel does not exist
> 
>
> Key: HBASE-20872
> URL: https://issues.apache.org/jira/browse/HBASE-20872
> Project: HBase
>  Issue Type: Bug
>Reporter: Artem Ervits
>Priority: Major
>
> running
> {code:java}
> mvn clean test{code}
> on hbase-spark fails with
> {code:java}
> Cause: java.lang.RuntimeException: Failed construction of Master: class 
> org.apache.hadoop.hbase.master.HMasterUncompilable source code - package 
> org.apache.hbase.thirdparty.io.netty.channel does not exist
> at 
> org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:136)
> at 
> org.apache.hadoop.hbase.LocalHBaseCluster.addMaster(LocalHBaseCluster.java:212)
> at 
> org.apache.hadoop.hbase.LocalHBaseCluster.(LocalHBaseCluster.java:159)
> at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:250)
> at org.apache.hadoop.hbase.MiniHBaseCluster.(MiniHBaseCluster.java:121)
> at 
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:1042)
> at 
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:988)
> at 
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:859)
> at 
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:853)
> at 
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:782)
> ...
> Cause: java.lang.ExceptionInInitializerError:
> at 
> org.apache.hadoop.hbase.regionserver.HRegionServer.setupNetty(HRegionServer.java:688)
> at 
> org.apache.hadoop.hbase.regionserver.HRegionServer.(HRegionServer.java:547)
> at org.apache.hadoop.hbase.master.HMaster.(HMaster.java:486)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at 
> org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:131)
> at 
> org.apache.hadoop.hbase.LocalHBaseCluster.addMaster(LocalHBaseCluster.java:212)
> at 
> org.apache.hadoop.hbase.LocalHBaseCluster.(LocalHBaseCluster.java:159)
> ...
> Cause: java.lang.RuntimeException: Uncompilable source code - package 
> org.apache.hbase.thirdparty.io.netty.channel does not exist
> at 
> org.apache.hadoop.hbase.util.NettyEventLoopGroupConfig.(NettyEventLoopGroupConfig.java:20)
> at 
> org.apache.hadoop.hbase.regionserver.HRegionServer.setupNetty(HRegionServer.java:688)
> at 
> org.apache.hadoop.hbase.regionserver.HRegionServer.(HRegionServer.java:547)
> at org.apache.hadoop.hbase.master.HMaster.(HMaster.java:486)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at 
> org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:131)
> at 
> org.apache.hadoop.hbase.LocalHBaseCluster.addMaster(LocalHBaseCluster.java:212){code}



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


[jira] [Created] (HBASE-20880) Fix for warning It would fail on the following input in hbase-spark

2018-07-12 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-20880:


 Summary: Fix for warning It would fail on the following input in 
hbase-spark
 Key: HBASE-20880
 URL: https://issues.apache.org/jira/browse/HBASE-20880
 Project: HBase
  Issue Type: Bug
 Environment: {code:java}
Maven home: /opt/apache-maven-3.5.3
Java version: 1.8.0_172, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.5", arch: "x86_64", family: "mac"{code}
last commit: 3fc23fe930aa93e8755cf2bd478bd9907f719fd2
Reporter: Artem Ervits
Assignee: Artem Ervits


compiling hbase-spark module returns a warning
{code:java}
[WARNING] 
/.../hbase/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/TableOutputFormatSuite.scala:117:
 warning: match may not be exhaustive.
[WARNING] It would fail on the following input: Failure((x: Throwable forSome x 
not in Exception))
[WARNING] Try {
[WARNING] ^
{code}



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


[jira] [Created] (HBASE-20872) Cause: java.lang.RuntimeException: Failed construction of Master: class org.apache.hadoop.hbase.master.HMasterUncompilable source code - package org.apache.hbase.thirdpa

2018-07-11 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-20872:


 Summary: Cause: java.lang.RuntimeException: Failed construction of 
Master: class org.apache.hadoop.hbase.master.HMasterUncompilable source code - 
package org.apache.hbase.thirdparty.io.netty.channel does not exist
 Key: HBASE-20872
 URL: https://issues.apache.org/jira/browse/HBASE-20872
 Project: HBase
  Issue Type: Bug
Reporter: Artem Ervits


running
{code:java}
mvn clean test{code}
on hbase-spark fails with
{code:java}
Cause: java.lang.RuntimeException: Failed construction of Master: class 
org.apache.hadoop.hbase.master.HMasterUncompilable source code - package 
org.apache.hbase.thirdparty.io.netty.channel does not exist
at 
org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:136)
at 
org.apache.hadoop.hbase.LocalHBaseCluster.addMaster(LocalHBaseCluster.java:212)
at org.apache.hadoop.hbase.LocalHBaseCluster.(LocalHBaseCluster.java:159)
at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:250)
at org.apache.hadoop.hbase.MiniHBaseCluster.(MiniHBaseCluster.java:121)
at 
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:1042)
at 
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:988)
at 
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:859)
at 
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:853)
at 
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:782)
...
Cause: java.lang.ExceptionInInitializerError:
at 
org.apache.hadoop.hbase.regionserver.HRegionServer.setupNetty(HRegionServer.java:688)
at 
org.apache.hadoop.hbase.regionserver.HRegionServer.(HRegionServer.java:547)
at org.apache.hadoop.hbase.master.HMaster.(HMaster.java:486)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at 
org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:131)
at 
org.apache.hadoop.hbase.LocalHBaseCluster.addMaster(LocalHBaseCluster.java:212)
at org.apache.hadoop.hbase.LocalHBaseCluster.(LocalHBaseCluster.java:159)
...
Cause: java.lang.RuntimeException: Uncompilable source code - package 
org.apache.hbase.thirdparty.io.netty.channel does not exist
at 
org.apache.hadoop.hbase.util.NettyEventLoopGroupConfig.(NettyEventLoopGroupConfig.java:20)
at 
org.apache.hadoop.hbase.regionserver.HRegionServer.setupNetty(HRegionServer.java:688)
at 
org.apache.hadoop.hbase.regionserver.HRegionServer.(HRegionServer.java:547)
at org.apache.hadoop.hbase.master.HMaster.(HMaster.java:486)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at 
org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:131)
at 
org.apache.hadoop.hbase.LocalHBaseCluster.addMaster(LocalHBaseCluster.java:212){code}



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


[jira] [Resolved] (HBASE-20629) Oozie cannot start with Hadoop 3.1.0

2018-05-23 Thread Artem Ervits (JIRA)

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

Artem Ervits resolved HBASE-20629.
--
Resolution: Invalid

> Oozie cannot start with Hadoop 3.1.0
> 
>
> Key: HBASE-20629
> URL: https://issues.apache.org/jira/browse/HBASE-20629
> Project: HBase
>  Issue Type: Bug
> Environment: Apache Maven 3.5.3 
> (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T19:49:05Z)
> Maven home: /opt/maven/apache-maven-3.5.3
> Java version: 1.8.0_171, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.10.0-862.2.3.el7.x86_64", arch: "amd64", 
> family: "unix"
>Reporter: Artem Ervits
>Priority: Major
>
> {code:java}
> bin/oozied.sh start{code}
>  
> {code:java}
> Setting up oozie DB
> Validate DB Connection
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/hadoop/util/ReflectionUtils
> at org.apache.oozie.service.Services.setServiceInternal(Services.java:377)
> at org.apache.oozie.service.Services.(Services.java:111)
> at org.apache.oozie.tools.OozieDBCLI.getJdbcConf(OozieDBCLI.java:169)
> at org.apache.oozie.tools.OozieDBCLI.createConnection(OozieDBCLI.java:918)
> at org.apache.oozie.tools.OozieDBCLI.validateConnection(OozieDBCLI.java:926)
> at org.apache.oozie.tools.OozieDBCLI.createDB(OozieDBCLI.java:188)
> at org.apache.oozie.tools.OozieDBCLI.run(OozieDBCLI.java:131)
> at org.apache.oozie.tools.OozieDBCLI.main(OozieDBCLI.java:79)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.hadoop.util.ReflectionUtils
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> ... 8 more{code}
> {code:java}
> /opt/oozie/oozie-5.1.0-SNAPSHOT/bin/oozie-setup.sh sharelib create -fs 
> hdfs://hadoop.example.com:8020 -locallib ~/share/{code}
> {code:java}
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/hadoop/fs/Path
> at org.apache.oozie.tools.OozieSharelibCLI.run(OozieSharelibCLI.java:153)
> at org.apache.oozie.tools.OozieSharelibCLI.main(OozieSharelibCLI.java:67)
> Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.fs.Path
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> ... 2 more{code}



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


[jira] [Created] (HBASE-20629) Oozie cannot start with Hadoop 3.1.0

2018-05-23 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-20629:


 Summary: Oozie cannot start with Hadoop 3.1.0
 Key: HBASE-20629
 URL: https://issues.apache.org/jira/browse/HBASE-20629
 Project: HBase
  Issue Type: Bug
 Environment: Apache Maven 3.5.3 
(3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T19:49:05Z)
Maven home: /opt/maven/apache-maven-3.5.3
Java version: 1.8.0_171, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.171-8.b10.el7_5.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-862.2.3.el7.x86_64", arch: "amd64", family: 
"unix"
Reporter: Artem Ervits


{code:java}
bin/oozied.sh start{code}
 
{code:java}
Setting up oozie DB

Validate DB Connection
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/hadoop/util/ReflectionUtils
at org.apache.oozie.service.Services.setServiceInternal(Services.java:377)
at org.apache.oozie.service.Services.(Services.java:111)
at org.apache.oozie.tools.OozieDBCLI.getJdbcConf(OozieDBCLI.java:169)
at org.apache.oozie.tools.OozieDBCLI.createConnection(OozieDBCLI.java:918)
at org.apache.oozie.tools.OozieDBCLI.validateConnection(OozieDBCLI.java:926)
at org.apache.oozie.tools.OozieDBCLI.createDB(OozieDBCLI.java:188)
at org.apache.oozie.tools.OozieDBCLI.run(OozieDBCLI.java:131)
at org.apache.oozie.tools.OozieDBCLI.main(OozieDBCLI.java:79)
Caused by: java.lang.ClassNotFoundException: 
org.apache.hadoop.util.ReflectionUtils
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 8 more{code}
{code:java}
/opt/oozie/oozie-5.1.0-SNAPSHOT/bin/oozie-setup.sh sharelib create -fs 
hdfs://hadoop.example.com:8020 -locallib ~/share/{code}
{code:java}
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/hadoop/fs/Path
at org.apache.oozie.tools.OozieSharelibCLI.run(OozieSharelibCLI.java:153)
at org.apache.oozie.tools.OozieSharelibCLI.main(OozieSharelibCLI.java:67)
Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.fs.Path
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 2 more{code}



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


[jira] [Reopened] (HBASE-20291) Fix for The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT is missing, no dependency information available with hadoop.profile=3.0

2018-03-28 Thread Artem Ervits (JIRA)

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

Artem Ervits reopened HBASE-20291:
--

addressing [~elserj] comments, found the issue in 
https://issues.apache.org/jira/browse/HADOOP-14903 and 
https://issues.apache.org/jira/browse/HADOOP-15265 will apply the same fix as 
in the latter Jira and reflect with a comment in the pom. When we bump 
hadoop-three.version to 3.1.x, we can remove the explicit workaround.

> Fix for The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT is missing, no 
> dependency information available with hadoop.profile=3.0
> ---
>
> Key: HBASE-20291
> URL: https://issues.apache.org/jira/browse/HBASE-20291
> Project: HBase
>  Issue Type: Bug
>Reporter: Artem Ervits
>Assignee: Artem Ervits
>Priority: Minor
> Fix For: 3.0.0
>
> Attachments: HBASE-20291.v01.patch
>
>
> receiving message
> {code:java}
> The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT is missing, no dependency 
> information available{code}
> when running with
> {code:java}
> mvn clean install -DHBasePatchProcess -Dhadoop-three.version=3.0.0 
> -Dhadoop.profile=3.0 -DskipTests{code}



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


[jira] [Created] (HBASE-20291) Fix for The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT is missing, no dependency information available with hadoop.profile=3.0

2018-03-26 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-20291:


 Summary: Fix for The POM for 
net.minidev:json-smart:jar:2.3-SNAPSHOT is missing, no dependency information 
available with hadoop.profile=3.0
 Key: HBASE-20291
 URL: https://issues.apache.org/jira/browse/HBASE-20291
 Project: HBase
  Issue Type: Bug
Reporter: Artem Ervits
Assignee: Artem Ervits


receiving message
{code:java}
The POM for net.minidev:json-smart:jar:2.3-SNAPSHOT is missing, no dependency 
information available{code}
when running with
{code:java}
mvn clean install -DHBasePatchProcess -Dhadoop-three.version=3.0.0 
-Dhadoop.profile=3.0 -DskipTests{code}



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


[jira] [Created] (HBASE-20267) Fix for warning multiple versions of scala libraries detected

2018-03-23 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-20267:


 Summary: Fix for warning multiple versions of scala libraries 
detected
 Key: HBASE-20267
 URL: https://issues.apache.org/jira/browse/HBASE-20267
 Project: HBase
  Issue Type: Bug
 Environment: last revision: ad47c2daf4d9dc3b85ec91e0fe8385aa6dd9c492

Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 
2018-02-24T14:49:05-05:00)
Maven home: /opt/apache-maven-3.5.3
Java version: 1.8.0_161, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_161.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.3", arch: "x86_64", family: "mac"
Reporter: Artem Ervits
Assignee: Artem Ervits


{code:java}
[WARNING]  Expected all dependencies to require Scala version: 2.11.8
[WARNING]  org.apache.hbase:hbase-spark:3.0.0-SNAPSHOT requires scala version: 
2.11.8
[WARNING]  org.apache.spark:spark-streaming_2.11:2.1.1 requires scala version: 
2.11.8
[WARNING]  org.apache.spark:spark-streaming_2.11:2.1.1 requires scala version: 
2.11.8
[WARNING]  org.scalatest:scalatest_2.11:2.2.4 requires scala version: 2.11.2
[WARNING] Multiple versions of scala libraries detected!{code}
as of Scala 2.10 all major.minor versions are backwards compatible.



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


[jira] [Created] (HBASE-20177) Fix warnings for [WARNING] warning: Class org.apache.hadoop.minikdc.MiniKdc not found in hbase-spark

2018-03-12 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-20177:


 Summary: Fix warnings for [WARNING] warning: Class 
org.apache.hadoop.minikdc.MiniKdc not found in hbase-spark
 Key: HBASE-20177
 URL: https://issues.apache.org/jira/browse/HBASE-20177
 Project: HBase
  Issue Type: Bug
 Environment: Apache Maven 3.5.2 
(138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T03:58:13-04:00)
Maven home: /usr/local/apache-maven-3.5.2
Java version: 1.8.0_162, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.3", arch: "x86_64", family: "mac"

last revision: ec8aaeded846eaa37753e8eab43f665b92bd1e52
Reporter: Artem Ervits
Assignee: Artem Ervits


getting warning for
{code:java}
[WARNING] warning: Class org.apache.hadoop.minikdc.MiniKdc not found - 
continuing with a stub.{code}
 



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


[jira] [Reopened] (HBASE-20094) Import$CellWritableComparable should define equals()

2018-03-02 Thread Artem Ervits (JIRA)

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

Artem Ervits reopened HBASE-20094:
--

[~stack] I don't see changes in 
https://issues.apache.org/jira/browse/HBASE-20110 that address the issue in 
this jira. I'm reopening the issue and attaching a patch.

> Import$CellWritableComparable should define equals()
> 
>
> Key: HBASE-20094
> URL: https://issues.apache.org/jira/browse/HBASE-20094
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Ted Yu
>Assignee: Artem Ervits
>Priority: Major
> Attachments: HBASE-20094.v01.patch
>
>
> Bug type EQ_COMPARETO_USE_OBJECT_EQUALS
> {code}
> In class org.apache.hadoop.hbase.mapreduce.Import$CellWritableComparable
> In method 
> org.apache.hadoop.hbase.mapreduce.Import$CellWritableComparable.compareTo(Import$CellWritableComparable)
> At Import.java:[line 149]
> {code}



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


[jira] [Resolved] (HBASE-18985) Fix the building warning of missing version in hbase-shaded-check-invariants module

2018-02-27 Thread Artem Ervits (JIRA)

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

Artem Ervits resolved HBASE-18985.
--
Resolution: Duplicate

Duplicate of https://issues.apache.org/jira/browse/HBASE-20091 [~apurtell] do 
you think we need to apply this to 1.2 and 1.3 branches?

> Fix the building warning of missing version in hbase-shaded-check-invariants 
> module
> ---
>
> Key: HBASE-18985
> URL: https://issues.apache.org/jira/browse/HBASE-18985
> Project: HBase
>  Issue Type: Bug
>Reporter: Chia-Ping Tsai
>Priority: Minor
>  Labels: beginner
> Fix For: 1.3.2, 1.5.0, 1.2.8, 1.4.3
>
>
> {quote}
> 19:20:38 [WARNING] 
> 19:20:38 [WARNING] Some problems were encountered while building the 
> effective model for 
> org.apache.hbase:hbase-shaded-check-invariants:pom:1.2.7-SNAPSHOT
> 19:20:38 [WARNING] 'build.plugins.plugin.version' for 
> org.codehaus.mojo:exec-maven-plugin is missing. @ 
> org.apache.hbase:hbase-shaded-check-invariants:[unknown-version], 
> /var/lib/jenkins/workspace/PreCommit-HBASE-BRANCH-1.2/hbase-shaded/hbase-shaded-check-invariants/pom.xml,
>  line 161, column 15
> 19:20:38 [WARNING] 
> 19:20:38 [WARNING] It is highly recommended to fix these problems because 
> they threaten the stability of your build.
> 19:20:38 [WARNING] 
> 19:20:38 [WARNING] For this reason, future Maven versions might no longer 
> support building such malformed projects.
> 19:20:38 [WARNING] 
> {quote}
> This warning doesn't occur on master because it had been fixed by HBASE-18723.



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


[jira] [Created] (HBASE-20091) Fix for 'build.plugins.plugin.version' for org.codehaus.mojo: is missing. @ org.apache.hbase:hbase-shaded-check-invariants:[unknown-version] in 1.4 Branch

2018-02-26 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-20091:


 Summary: Fix for 'build.plugins.plugin.version' for 
org.codehaus.mojo: is missing. @ 
org.apache.hbase:hbase-shaded-check-invariants:[unknown-version] in 1.4 Branch
 Key: HBASE-20091
 URL: https://issues.apache.org/jira/browse/HBASE-20091
 Project: HBase
  Issue Type: Bug
Affects Versions: 1.4.1
 Environment: Apache Maven 3.5.2 
(138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T03:58:13-04:00)
Maven home: /usr/local/apache-maven-3.5.2
Java version: 1.8.0_162, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.3", arch: "x86_64", family: "mac"
Reporter: Artem Ervits
Assignee: Artem Ervits
 Fix For: 1.4.3


receiving warning
{noformat}
[WARNING] Some problems were encountered while building the effective model for 
org.apache.hbase:hbase-shaded-check-invariants:pom:1.4.2
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo: is missing. @ 
org.apache.hbase:hbase-shaded-check-invariants:[unknown-version], 
/tmp/hbase-1.4.2/hbase-shaded/hbase-shaded-check-invariants/pom.xml, line 161, 
column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.{noformat}



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


[jira] [Created] (HBASE-20032) Receving multiple warnings for missing reporting.plugins.plugin.version

2018-02-20 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-20032:


 Summary: Receving multiple warnings for missing 
reporting.plugins.plugin.version
 Key: HBASE-20032
 URL: https://issues.apache.org/jira/browse/HBASE-20032
 Project: HBase
  Issue Type: Bug
  Components: hbase
Affects Versions: 2.0.0-beta-1
 Environment: Apache Maven 3.0.5 (Red Hat 3.0.5-17)
Maven home: /usr/share/maven
Java version: 1.8.0_161, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-693.11.6.el7.x86_64", arch: "amd64", family: 
"unix"
Reporter: Artem Ervits
Assignee: Artem Ervits
 Fix For: 2.0.0-beta-2


getting multiple warnings for the following
{noformat}
[WARNING] 'reporting.plugins.plugin.version' for 
org.apache.maven.plugins:maven-project-info-reports-plugin is missing. @ 
org.apache.hbase:hbase:3.0.0-SNAPSHOT, /home/vagrant/hbase/pom.xml, line 3492, 
column 15
[WARNING] 'reporting.plugins.plugin.version' for 
org.apache.maven.plugins:maven-javadoc-plugin is missing. @ 
org.apache.hbase:hbase:3.0.0-SNAPSHOT, /home/vagrant/hbase/pom.xml, line 3520, 
column 15
[WARNING] 'reporting.plugins.plugin.version' for 
org.apache.maven.plugins:maven-checkstyle-plugin is missing. @ 
org.apache.hbase:hbase:3.0.0-SNAPSHOT, /home/vagrant/hbase/pom.xml, line 3721, 
column 15
[WARNING] 'reporting.plugins.plugin.version' for 
org.scala-tools:maven-scala-plugin is missing. @ 
org.apache.hbase:hbase:3.0.0-SNAPSHOT, /home/vagrant/hbase/pom.xml, line 3729, 
column 15
{noformat}



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


[jira] [Created] (HBASE-20023) CompactionTool command line arguments are incorrect

2018-02-20 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-20023:


 Summary: CompactionTool command line arguments are incorrect
 Key: HBASE-20023
 URL: https://issues.apache.org/jira/browse/HBASE-20023
 Project: HBase
  Issue Type: Bug
  Components: hbase
Affects Versions: 1.4.2, 2.0.0-beta-1, 1.2.6, 1.3.1, 1.5.0
Reporter: Artem Ervits
Assignee: Artem Ervits
 Fix For: 1.3.2, 1.2.7, 2.0.0-beta-2, 1.4.3


the command line arguments list example as hdfs:///
{noformat}
Examples:
To compact the full 'TestTable' using MapReduce:
$ bin/hbase org.apache.hadoop.hbase.regionserver.CompactionTool -mapred 
hdfs:///hbase/data/default/TestTable

To compact column family 'x' of the table 'TestTable' region 'abc':
$ bin/hbase org.apache.hadoop.hbase.regionserver.CompactionTool 
hdfs:///hbase/data/default/TestTable/abc/x{noformat}



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


[jira] [Created] (HBASE-19829) hadoop-minicluster pulls zookeeper:test-jar:tests 3.4.6

2018-01-19 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-19829:


 Summary: hadoop-minicluster pulls zookeeper:test-jar:tests 3.4.6
 Key: HBASE-19829
 URL: https://issues.apache.org/jira/browse/HBASE-19829
 Project: HBase
  Issue Type: Bug
Affects Versions: 2.0.0-beta-1
 Environment: mvn: 3.5.2

java: 1.8.0_162

revision: 9ba961a5eff2561524eea51eed7c2440109baf89

 
Reporter: Artem Ervits
Assignee: Artem Ervits
 Fix For: 2.0.0-beta-2


noticed both zookeeper-3.4.10.jar and zookeeper-3.4.6-tests.jar in the lib 
folder, turns out hadoop-minicluster is pulling it.
{noformat}

[INFO] +- org.apache.hadoop:hadoop-minicluster:jar:2.7.4:test
...
[INFO] | | | \- 
org.apache.zookeeper:zookeeper:test-jar:tests:3.4.6:test{noformat}
 



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


[jira] [Created] (HBASE-19140) hbase-cleanup.sh uses deprecated call to remove files in hdfs

2017-10-31 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-19140:


 Summary: hbase-cleanup.sh uses deprecated call to remove files in 
hdfs
 Key: HBASE-19140
 URL: https://issues.apache.org/jira/browse/HBASE-19140
 Project: HBase
  Issue Type: Improvement
  Components: scripts
Affects Versions: 1.1.12, 1.2.6, 1.3.1, 2.0.0, 1.4.1
 Environment: MVN: 3.5.2
JDK: 1.8.0.144
Reporter: Artem Ervits
Assignee: Artem Ervits
Priority: Trivial


steps to reproduce:
{code}
bin/hbase-cleanup.sh --cleanAll
{code}

{code}
rmr: DEPRECATED: Please use 'rm -r' instead.
{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (HBASE-18335) clean up configuration guide

2017-07-07 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-18335:


 Summary: clean up configuration guide
 Key: HBASE-18335
 URL: https://issues.apache.org/jira/browse/HBASE-18335
 Project: HBase
  Issue Type: Bug
  Components: documentation
Affects Versions: 2.0.0-alpha-1, 1.1.11, 1.2.6, 1.3.1
Reporter: Artem Ervits
Assignee: Artem Ervits
 Fix For: 3.0.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (HBASE-18329) update links in config guide to point to java 8 references

2017-07-06 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-18329:


 Summary: update links in config guide to point to java 8 references
 Key: HBASE-18329
 URL: https://issues.apache.org/jira/browse/HBASE-18329
 Project: HBase
  Issue Type: Bug
  Components: documentation
Affects Versions: 2.0.0-alpha-1, 1.1.11, 1.2.6, 1.3.1
Reporter: Artem Ervits
Assignee: Artem Ervits
 Fix For: 3.0.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (HBASE-18311) clean up the quickstart guide

2017-07-03 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-18311:


 Summary: clean up the quickstart guide
 Key: HBASE-18311
 URL: https://issues.apache.org/jira/browse/HBASE-18311
 Project: HBase
  Issue Type: Bug
  Components: documentation
Affects Versions: 2.0.0-alpha-1, 1.1.11, 1.2.6, 1.3.1
Reporter: Artem Ervits
Assignee: Artem Ervits
Priority: Blocker
 Fix For: 3.0.0


extra commas, period, etc.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (HBASE-18302) Protobuf section in the docs needs some clean up

2017-06-30 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-18302:


 Summary: Protobuf section in the docs needs some clean up
 Key: HBASE-18302
 URL: https://issues.apache.org/jira/browse/HBASE-18302
 Project: HBase
  Issue Type: Bug
  Components: documentation
Affects Versions: 2.0.0-alpha-1, 1.1.11, 1.2.6, 1.3.1
Reporter: Artem Ervits
Assignee: Artem Ervits
Priority: Blocker


there are some grammatical mistakes in the protobuf section



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (HBASE-18275) formatting and grammar mistakes in schemadoc chapter

2017-06-27 Thread Artem Ervits (JIRA)
Artem Ervits created HBASE-18275:


 Summary: formatting and grammar mistakes in schemadoc chapter
 Key: HBASE-18275
 URL: https://issues.apache.org/jira/browse/HBASE-18275
 Project: HBase
  Issue Type: Improvement
  Components: documentation
Affects Versions: 2.0.0-alpha-1, 1.1.11, 1.2.6
Reporter: Artem Ervits
Priority: Trivial
 Fix For: 3.0.0, 2.0.0-alpha-2


a grammatical error and formatting error in schema design doc.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)