Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-31 Thread F21
chmod +x myfile.sh Also, check that the line endings for the file are LR and not CRLF. On 31/08/2016 9:37 PM, Cheyenne Forbes wrote: how do I make start-hbase-phoenix.sh executable? Regards, Cheyenne Forbes Chief Executive Officer Avapno Omnitech Chief Operating Officer Avapno Solutions,

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-31 Thread Cheyenne Forbes
how do I make start-hbase-phoenix.sh executable? Regards, Cheyenne Forbes Chief Executive Officer Avapno Omnitech Chief Operating Officer Avapno Solutions, Co. Chairman Avapno Assets, LLC Bethel Town P.O Westmoreland Jamaica Email: cheyenne.osanu.for...@gmail.com Mobile: 876-881-7889 skype:

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-31 Thread F21
Did you build the image yourself? If so, you need to make start-hbase-phoenix.sh executable before building it. On 31/08/2016 8:02 PM, Cheyenne Forbes wrote: " ': No such file or directory"

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-31 Thread Cheyenne Forbes
I decided to use docker but after executing "docker run -i -t 4044a9f77527 ./start-hbase-phoenix.sh" I get the following error (including open quote beside the colon) " ': No such file or directory" Regards, Cheyenne Forbes On Sat, Aug 27, 2016 at 2:00 AM, Cheyenne Forbes <

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-27 Thread Cheyenne Forbes
This is in the query server log: 2016-08-27 01:30:33,595 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform.$ 2016-08-27 01:30:49,021 INFO org.apache.phoenix.metrics.Metrics: Initializing metrics system: phoenix 2016-08-27 01:30:49,756 WARN

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-26 Thread Cheyenne Forbes
I already see it in the start-hbase-phoenix.sh file export HBASE_CONF_DIR=/opt/hbase/conf export HBASE_CP=/opt/hbase/lib export HBASE_HOME=/opt/hbase On Wed, Aug 24, 2016 at 1:36 AM, F21 wrote: > > You probably need to export some environment variables for HBase to point

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-23 Thread Cheyenne Forbes
this is what I see: 2016-08-24 00:14:45,079 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform.$ 2016-08-24 00:14:58,479 INFO org.apache.phoenix.metrics.Metrics: Initializing metrics system: phoenix 2016-08-24 00:14:59,065 WARN

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-23 Thread F21
That probably means that the phoenix query server didn't start correctly. Check the logs to see if there's anything interesting. On 24/08/2016 10:42 AM, Cheyenne Forbes wrote: when I run "phoenix_path/bin/sqlline-thin.py http://localhost:8765; I get this error: java.lang.RuntimeException:

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-23 Thread Cheyenne Forbes
when I run "phoenix_path/bin/sqlline-thin.py http://localhost:8765; I get this error: java.lang.RuntimeException: java.net.ConnectException: Connection refused at org.apache.calcite.avatica.remote.RemoteService.apply(RemoteService.java:59) at

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-23 Thread F21
Try running it with "bin/strart-phoenix.sh &" to force it to the background. On 24/08/2016 10:21 AM, Cheyenne Forbes wrote: Okay, thank you, but it doesnt seem to run in the background "bin/start-phoenix.sh" Regards, Cheyenne Forbes Chief Executive Officer Avapno Omnitech Chief Operating

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-23 Thread Cheyenne Forbes
Okay, thank you, but it doesnt seem to run in the background "bin/start-phoenix.sh" Regards, Cheyenne Forbes Chief Executive Officer Avapno Omnitech Chief Operating Officer Avapno Solutions Chairman Avapno Assets, LLC Bethel Town P.O Westmoreland Jamaica Email:

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-23 Thread F21
Tephra is used for transactions in 4.7.0 and onwards. In your case, ignore tephra and the transaction related settings in the configuration. On 24/08/2016 9:55 AM, Cheyenne Forbes wrote: I dont see "phoenix/bin/tephra" in phoenix version 4.4.0 Regards, Cheyenne Forbes Chief Executive

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-23 Thread Cheyenne Forbes
I dont see "phoenix/bin/tephra" in phoenix version 4.4.0 Regards, Cheyenne Forbes Chief Executive Officer Avapno Omnitech Chief Operating Officer Avapno Solutions Chairman Avapno Assets, LLC Bethel Town P.O Westmoreland Jamaica Email: cheyenne.osanu.for...@gmail.com Mobile: 876-881-7889

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-23 Thread F21
You don't have to download the docker image. Look at the Dockerfile file to see how to install phoenix with hbase in standalone mode. Then look at start-hbase-phoenix.sh to see how to set up the configuration file and start the services. On 24/08/2016 9:03 AM, Cheyenne Forbes wrote: I already

Re: Can phoenix run without hadoop? (hbase standalone)

2016-08-23 Thread Vladimir Rodionov
Can you run HBase w/o Hadoop? Minimum config: HDFS + Yarn (MapReduce2) + HBase + Phoenix You will need HDFS to store data, Yarn to run bulk loads or perform other distributed tasks: export import data mostly, (HBase by itself depends on Yarn/MapReduce) -Vlad On Tue, Aug 23, 2016 at 3:23 PM,

Can phoenix run without hadoop? (hbase standalone)

2016-08-23 Thread Cheyenne Forbes
what settings should be changed if I can? Hbase 1.1.2 Phoenix 4.4.0 Ubuntu 14 *I try in this order* "/usr/lihbase-1.1.2/bin/start-hbase.sh"* then* "/usr/ lib/phoenix-4.4.0/bin/queryserver.py start" *then*"/usr/lib/phoenix- 4.4.0/bin/sqlline-thin.py http://localhost:8765; *but it* *gives this