Sorry about that. I will rectify my error.

On Mon, Feb 29, 2016 at 12:29 AM, James Taylor <[email protected]>
wrote:

> Hi Peter,
> We'd appreciate it if you could start a new thread with an appropriate
> subject (rather than the confirm subscribe email you got). We get a lot of
> questions on our dev and user lists and having a relevant subject helps
> other users find the answer to the same question.
> Thanks,
> James
>
> On Sun, Feb 28, 2016 at 5:38 PM, Peter Savage <[email protected]>
> wrote:
>
>> Hello,
>>
>> I'm trying to setup pherf and running into a few glitches. I have been
>> using this page here:
>>
>> https://phoenix.apache.org/pherf.html
>>
>> but it appears to be slightly out of date, and I have not been able to get
>> a test to run.
>>
>> We tried, using this sql -
>>
>> https://github.com/apache/phoenix/blob/master/phoenix-pherf/src/test/resources/datamodel/test_schema.sql
>> to
>> populate our schema, and then we ran against that scenario.xml, we
>> received
>> the following error:
>>
>>
>> hadoop@localhost bin]$ ./pherf-cluster.py -drop all -l -q -z localhost 
>> -schemaFile
>> ../sandbox/database_schema.sql -scenarioFile ../sandbox/scenario.xml
>>
>> HBASE_DIR environment variable is currently set to: /opt/hbase
>> SLF4J: Class path contains multiple SLF4J bindings.
>> SLF4J: Found binding in
>> [jar:file:/opt/hbase/lib/slf4j-log4j12-1.7.5.jar!/org/
>> slf4j/impl/StaticLoggerBinder.class]
>> SLF4J: Found binding in
>> [jar:file:/opt/hadoop/share/hadoop/common/lib/slf4j-
>> log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
>> explanation.
>> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
>> Exception in thread "main" java.lang.NoClassDefFoundError:
>> org/apache/phoenix/schema/TableNotFoundException
>> at org.apache.phoenix.pherf.Pherf.<init>(Pherf.java:52)
>> at org.apache.phoenix.pherf.Pherf.main(Pherf.java:188)
>> Caused by: java.lang.ClassNotFoundException:
>> org.apache.phoenix.schema.TableNotFoundException
>> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>> ... 2 more
>>
>>
>> We did check that the table was there, so this is a bit puzzling.
>>
>> Thanks,
>>
>> Peter
>>
>
>

Reply via email to