[jira] [Commented] (AVRO-1990) CreateRandomFileTool should validate arguments

2017-06-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16048879#comment-16048879
 ] 

ASF GitHub Bot commented on AVRO-1990:
--

Github user asfgit closed the pull request at:

https://github.com/apache/avro/pull/226


> CreateRandomFileTool should validate arguments
> --
>
> Key: AVRO-1990
> URL: https://issues.apache.org/jira/browse/AVRO-1990
> Project: Avro
>  Issue Type: Bug
>  Components: java
>Affects Versions: 1.9.0
>Reporter: Sean Busbey
>Assignee: Nandor Kollar
>  Labels: beginner
>
> Running CreateRandomFileTool without the {{--count}} argument results in a 
> NPE. it should instead give a useful error message.
> {code}
> java -jar lang/java/tools/target/avro-tools-1.9.0-SNAPSHOT.jar random 
> --schema '{ "type": "record", "name": "foobar", "fields": [ {"name": 
> "field0", "type": "string"}, {"name":"field2", "type":"int"}]}' 
> ~/Downloads/example.0.avro
> log4j:WARN No appenders could be found for logger 
> (org.apache.hadoop.metrics2.lib.MutableMetricsFactory).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
> info.
> Exception in thread "main" java.lang.NullPointerException
>   at 
> org.apache.avro.tool.CreateRandomFileTool.run(CreateRandomFileTool.java:89)
>   at org.apache.avro.tool.Main.run(Main.java:87)
>   at org.apache.avro.tool.Main.main(Main.java:76)
> {code}



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


[jira] [Commented] (AVRO-1990) CreateRandomFileTool should validate arguments

2017-06-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16048877#comment-16048877
 ] 

ASF subversion and git services commented on AVRO-1990:
---

Commit 8336f7ece1dc65b1dc17edff5dab9d9ad7aa9666 in avro's branch 
refs/heads/master from [~nkollar]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=8336f7e ]

AVRO-1990: CreateRandomFileTool should validate arguments

This closes #226


> CreateRandomFileTool should validate arguments
> --
>
> Key: AVRO-1990
> URL: https://issues.apache.org/jira/browse/AVRO-1990
> Project: Avro
>  Issue Type: Bug
>  Components: java
>Affects Versions: 1.9.0
>Reporter: Sean Busbey
>Assignee: Nandor Kollar
>  Labels: beginner
>
> Running CreateRandomFileTool without the {{--count}} argument results in a 
> NPE. it should instead give a useful error message.
> {code}
> java -jar lang/java/tools/target/avro-tools-1.9.0-SNAPSHOT.jar random 
> --schema '{ "type": "record", "name": "foobar", "fields": [ {"name": 
> "field0", "type": "string"}, {"name":"field2", "type":"int"}]}' 
> ~/Downloads/example.0.avro
> log4j:WARN No appenders could be found for logger 
> (org.apache.hadoop.metrics2.lib.MutableMetricsFactory).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
> info.
> Exception in thread "main" java.lang.NullPointerException
>   at 
> org.apache.avro.tool.CreateRandomFileTool.run(CreateRandomFileTool.java:89)
>   at org.apache.avro.tool.Main.run(Main.java:87)
>   at org.apache.avro.tool.Main.main(Main.java:76)
> {code}



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


[jira] [Commented] (AVRO-1990) CreateRandomFileTool should validate arguments

2017-05-26 Thread Nandor Kollar (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16026366#comment-16026366
 ] 

Nandor Kollar commented on AVRO-1990:
-

[~busbey] could you please review my pull request?

> CreateRandomFileTool should validate arguments
> --
>
> Key: AVRO-1990
> URL: https://issues.apache.org/jira/browse/AVRO-1990
> Project: Avro
>  Issue Type: Bug
>  Components: java
>Affects Versions: 1.9.0
>Reporter: Sean Busbey
>Assignee: Nandor Kollar
>  Labels: beginner
>
> Running CreateRandomFileTool without the {{--count}} argument results in a 
> NPE. it should instead give a useful error message.
> {code}
> java -jar lang/java/tools/target/avro-tools-1.9.0-SNAPSHOT.jar random 
> --schema '{ "type": "record", "name": "foobar", "fields": [ {"name": 
> "field0", "type": "string"}, {"name":"field2", "type":"int"}]}' 
> ~/Downloads/example.0.avro
> log4j:WARN No appenders could be found for logger 
> (org.apache.hadoop.metrics2.lib.MutableMetricsFactory).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
> info.
> Exception in thread "main" java.lang.NullPointerException
>   at 
> org.apache.avro.tool.CreateRandomFileTool.run(CreateRandomFileTool.java:89)
>   at org.apache.avro.tool.Main.run(Main.java:87)
>   at org.apache.avro.tool.Main.main(Main.java:76)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AVRO-1990) CreateRandomFileTool should validate arguments

2017-05-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16026362#comment-16026362
 ] 

ASF GitHub Bot commented on AVRO-1990:
--

GitHub user nandorKollar opened a pull request:

https://github.com/apache/avro/pull/226

AVRO-1990: CreateRandomFileTool should validate arguments



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/nandorKollar/avro AVRO-1990

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/226.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #226


commit fa24958e8fd4c204a96d59b78243ffedac4d4b99
Author: Nandor Kollar 
Date:   2017-05-26T14:51:27Z

AVRO-1990: CreateRandomFileTool should validate arguments




> CreateRandomFileTool should validate arguments
> --
>
> Key: AVRO-1990
> URL: https://issues.apache.org/jira/browse/AVRO-1990
> Project: Avro
>  Issue Type: Bug
>  Components: java
>Affects Versions: 1.9.0
>Reporter: Sean Busbey
>Assignee: Nandor Kollar
>  Labels: beginner
>
> Running CreateRandomFileTool without the {{--count}} argument results in a 
> NPE. it should instead give a useful error message.
> {code}
> java -jar lang/java/tools/target/avro-tools-1.9.0-SNAPSHOT.jar random 
> --schema '{ "type": "record", "name": "foobar", "fields": [ {"name": 
> "field0", "type": "string"}, {"name":"field2", "type":"int"}]}' 
> ~/Downloads/example.0.avro
> log4j:WARN No appenders could be found for logger 
> (org.apache.hadoop.metrics2.lib.MutableMetricsFactory).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
> info.
> Exception in thread "main" java.lang.NullPointerException
>   at 
> org.apache.avro.tool.CreateRandomFileTool.run(CreateRandomFileTool.java:89)
>   at org.apache.avro.tool.Main.run(Main.java:87)
>   at org.apache.avro.tool.Main.main(Main.java:76)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)