Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2592 | 11-01-2016 05:43 PM | |
| 8648 | 11-01-2016 05:36 PM | |
| 4905 | 07-01-2016 03:20 PM | |
| 8232 | 05-25-2016 11:36 AM | |
| 4362 | 05-24-2016 05:27 PM |
12-12-2015
01:14 PM
@Guilherme Braccialli I tried this ..I do see log -rw-r--r--. 1 root root 4573 Dec 12 05:13 log [root@phdns01 ~]# sqoop import --connect jdbc:mysql://localhost:3306/test --username root --password root --table t1 --hive-import --direct --hive-table t1 2>&1| tee -a log
... View more
12-12-2015
12:58 PM
1 Kudo
@Andrea D'Orio Re: Ranger DB The recommended approach is to go with Solr instead DB "for all the new deployments"
... View more
12-12-2015
12:48 PM
2 Kudos
@suresh bonam Hive and HBase are 2 different animals. There are users who wants to stick with Hive for various reasons and that's why lot of efforts are being made to make Hive better wrt. performance and sql capabilities. HBase is for very fast lookup and random access. Hive is for analytical queries while HBase for real-time querying Apache Phoenix helps a lot to interact with HBase as it provides sql layer to run queries against HBase tables otherwise users have to interact with HBase shell to run lookups.
... View more
12-12-2015
12:39 PM
1 Kudo
There can be couple of things: 1 - Ambari server is not up as Ali pointed out login into your sandbox vm and run service ambar-server start 2 - If you are on corporate network (lan or wifi or vpn) then there is a chance that 8080 is blocked.
... View more
12-12-2015
02:53 AM
1 Kudo
@Linh Tran Please check memory utilization while running the operations. java.lang.OutOfMemoryError: GC overhead limit exceeded http://stackoverflow.com/questions/5839359/java-lang-outofmemoryerror-gc-overhead-limit-exceeded
... View more
12-12-2015
02:36 AM
1 Kudo
@Cui Lin Apache Phoenix is really good. https://phoenix.apache.org/ and https://phoenix.apache.org/language/index.html
... View more
12-12-2015
02:14 AM
Nifi is not the option yet.
... View more
12-12-2015
02:12 AM
HDP 2.3.2 We have data sitting on prem and we are planning to ingest data into Kafka using REST calls? Kafka will be running in the cloud.
... View more
Labels:
- Labels:
-
Apache Kafka
12-11-2015
11:10 AM
@Matthew bird It permission issue. User root does not have permission to write into /user/root try this hdfs dfs -chown -R root:hadoop /user/root org.apache.hadoop.security.AccessControlException: Permission denied: user=root, access=WRITE, inode="/user/root/.staging":hdfs:hdfs:drwxr-xr-x
... View more