Chanh Le
Chanh Le
We are facing a problem: We have a table in ODPS: 11 records but when we are using sqoop to export data it only exports 8 records. **The interesting is...
I am using Alicloud and it was configured to run behind http_proxy. Without http_proxy I couldn't reach to MaxCompute. I tried to set evn vars http_proxy, https_proxy but it doesn't...
Hi Ali, I am using sqoop to export data from Maxcompute to Postgres. ``` ./odps-sqoop/bin/sqoop export --connect jdbc:postgresql://localhost:5432/replication_db --table dim_wmp_cabinet \ --username replication_user --password replication_pass \ --odps-table dim_wmp_cabinet --odps-project xxx...
When I install this module error is appear here. I am using node version v0.10.10 ```npm install rconsole npm http GET https://registry.npmjs.org/rconsole npm http 200 https://registry.npmjs.org/rconsole npm http GET https://registry.npmjs.org/rconsole/-/rconsole-0.2.0.tgz...
ERROR o.a.mesos.hdfs.state.StateMachine - Failed to fetch node counts with exception: java.io.EOFException Is that I am config something wrong? It cannot register into Mesos. ``` 23:43:00.761 [Thread-63] INFO o.a.m.hdfs.scheduler.HdfsScheduler - Received...
I have successfully register a hdfs cluster with 3 nodes. But I don't know how to access them. ``` See some of the many HDFS tutorials out there for more...
Error when making a https request ``` /home/cde/code/nodejs/viamax/node_modules/socksified/lib/socks_socket.js:133 throw new Error('SOCKS connection failed. ' + msg); ^ Error: SOCKS connection failed. TTL expired at Socket.socket.ondata (/home/cde/code/nodejs/viamax/node_modules/socksified/lib/socks_socket.js:133:13) at TCP.onread (net.js:495:27) ```