Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2574 | 11-01-2016 05:43 PM | |
| 8535 | 11-01-2016 05:36 PM | |
| 4877 | 07-01-2016 03:20 PM | |
| 8204 | 05-25-2016 11:36 AM | |
| 4351 | 05-24-2016 05:27 PM |
11-18-2015
05:46 PM
@bsaini Link DML is not the option
... View more
11-18-2015
05:36 PM
@bsaini It should work but migration from Access DB to Hive is in the question
... View more
11-18-2015
05:30 PM
@bpreachuk I am not sure if there is direct path from Access to Hive. I have done Access to RDBMS then eventually Hive.
... View more
11-18-2015
02:33 PM
@Peter Coates This was brought by couple of DS guys. We discussed using Spark link
... View more
11-18-2015
01:47 PM
1 Kudo
@mlanciaux DBVisualizer or Squirrel. Please see this http://community.hortonworks.com/content/kbentry/3043/connecting-to-hive-thrift-server-on-hortonworks-us.html
... View more
11-18-2015
01:49 AM
@Ravi Please see this jira https://issues.apache.org/jira/browse/HADOOP-8069 and I believe this explains it <name>ipc.server.tcpnodelay</name>
<value>true</value>
<description>Turn on/off Nagle's algorithm for the TCP socket
connection on
the server. Setting to true disables the algorithm and may
decrease latency
with a cost of more/smaller packets.
... View more
11-18-2015
01:11 AM
@Andrew Watson Please see this. Doc This can be related HiveBUG-37429HIVE-9937vectorization with ACID table, count(1) fails with ArrayIndexOutOfBounds Exception
... View more
11-18-2015
12:47 AM
2 Kudos
@hrongali I am following stackoverflow link. Can you try this? sqoop import --verbose --driver com.sybase.jdbc4.jdbc.SybDriver --connect jdbc:sybase:Tds:dbgbl-tst:8032/DATABASE=trim_bw --query "select * from trim_bw..account where \$CONDITIONS" --fields-terminated-by ',' --username hrongali -P --hive-database trim_bw --hive-table account --hive-import -m 1
... View more
11-18-2015
12:36 AM
@terry Did you update the pid manually?
... View more