Member since
10-13-2016
6
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1150 | 02-23-2017 05:28 PM |
02-23-2017
05:28 PM
I also found out from phoenix-bulk load example that I need to provide the HADOOP_CLASSPATH. HADOOP_CLASSPATH=/usr/hdp/current/hbase-master/lib/hbase-protocol.jar:/usr/hdp/current/hbase-master/conf hadoop jar $1/phoenix-client.jar org.apache.phoenix.mapreduce.CsvBulkLoadTool -Dfs.permissions.umask-mode=000 --table TEST.FLIGHT_SEGMENT --input /tmp/test/Segments.tsv -z devone1.lab.com:2181/hbase-unsecure
... View more
02-02-2017
04:59 PM
The only dependencies I see for servlet are: javax.servlet.jsp:jsp-api:jar:2.1:runtime from hadoop common javax.servlet:javax.servlet-api:jar:3.1.0:provided (version managed from 3.0.1; scope managed from compile) from hadoop-clientdependencies.txt org.glassfish.grizzly:grizzly-http-servlet:jar:2.1.2:compile from hadoop-client org.glassfish:javax.servlet:jar:3.1:compile from hadoop-client org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:compile from hadoop-client which should I remove? I have uploaded the dependencies in attachment.
... View more