Member since
02-01-2019
650
Posts
143
Kudos Received
117
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2741 | 04-01-2019 09:53 AM | |
1426 | 04-01-2019 09:34 AM | |
6707 | 01-28-2019 03:50 PM | |
1529 | 11-08-2018 09:26 AM | |
3728 | 11-08-2018 08:55 AM |
09-24-2018
04:28 PM
@Mahadevan
Swamy
Did the above mentioned property helped in addressing your query? If yes, Could you please login and mark this answer as "Accept" to close this thread.
... View more
09-22-2018
10:14 AM
@Mahadevan
Swamy
You can use --exclude-tables <tables> Option [Comma separated list of tables to exclude from import process] with the sqoop import-all-tables command. Hope this helps.
... View more
09-22-2018
05:28 AM
@Sami Ahmad The sqoop output is generating a orc snappy file and the hive table you have created is a orc table without any compression. Do create a table with compression type snappy. CREATE TABLE mytable (...) STORED AS orc tblproperties ("orc.compress"="SNAPPY");
... View more
09-19-2018
10:48 AM
@Christopher Falter What is the master you are running the job with? Make sure hive-site.xml is present in /etc/spark/conf/ and if it is a yarn-cluster mode please pass the hive-site.xml using --files parameter in spark-submit command.
... View more
09-19-2018
08:57 AM
1 Kudo
@Takefumi Oide The file/directory you mentioned are correct, apart from that i don't think there is any other location/file which has this information. Ref: https://hortonworks.com/blog/hdfs-metadata-directories-explained/
... View more
09-19-2018
07:30 AM
@Hamza Rashid This should be broker hostname and port(default 6667, "listeners" property will have the configured port in your environment) instead of zookeeper port.
... View more
09-19-2018
07:00 AM
1 Kudo
@Rakesh S Disabling SPNEGO while keeping kerberos enabled is not a supported configuration in storm, you will have to disable kerberos and SPNEGO entirely on the cluster. Here is the storm jira https://issues.apache.org/jira/browse/STORM-2377 asking for read-only option for users without spnego. Hope this helps.
... View more
09-14-2018
09:28 AM
@Ronnie 10 , Do consider accepting the answer if it helped you 🙂
... View more
09-14-2018
09:26 AM
@Daniel
Zafar Did this help in addressing your query? if yes, please confider accepting the answer and mark this thread as closed.
... View more
09-12-2018
09:58 AM
Great one @Jonathan Sneep
... View more