You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Corentin Chary (JIRA)" <ji...@apache.org> on 2017/06/29 14:35:00 UTC

[jira] [Commented] (CASSANDRA-13647) cassandra-test: URI is not absolute

    [ https://issues.apache.org/jira/browse/CASSANDRA-13647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16068416#comment-16068416 ] 

Corentin Chary commented on CASSANDRA-13647:
--------------------------------------------

Note: using file:/// works

> cassandra-test: URI is not absolute
> -----------------------------------
>
>                 Key: CASSANDRA-13647
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13647
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Corentin Chary
>             Fix For: 4.x
>
>
> With current trunk (I just added the code to print the exception):
> {code}
> $ ./tools/bin/cassandra-stress user profile=./biggraphite.yaml n=100000 'ops(insert=1)' no-warmup cl=ONEjava.lang.IllegalArgumentException: URI is not absolute
>         at java.net.URI.toURL(URI.java:1088)
>         at org.apache.cassandra.stress.StressProfile.load(StressProfile.java:771)
>         at org.apache.cassandra.stress.settings.SettingsCommandUser.<init>(SettingsCommandUser.java:76)
>         at org.apache.cassandra.stress.settings.SettingsCommandUser.build(SettingsCommandUser.java:190)
>         at org.apache.cassandra.stress.settings.SettingsCommand.get(SettingsCommand.java:220)
>         at org.apache.cassandra.stress.settings.StressSettings.get(StressSettings.java:192)
>         at org.apache.cassandra.stress.settings.StressSettings.parse(StressSettings.java:169)
>         at org.apache.cassandra.stress.Stress.run(Stress.java:80)
>         at org.apache.cassandra.stress.Stress.main(Stress.java:62)
> {code}
> I wasn't able to quickly find the change that caused that.
> cc: [~tjake]



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org