Member since
12-10-2015
48
Posts
27
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1921 | 04-27-2016 07:48 AM | |
4153 | 02-04-2016 03:27 PM |
02-16-2017
10:54 PM
1 Kudo
Hi @Davide Vergari, If you ask beeline to run commands in one file, they will run sequentially. However, you could try the following: 1. Split the queries in different files and run multiple beeline commands in different threads in your program. 2. Use JDBC where you can open multiple connections in different threads and run queries on each connection. Hope that helps.
... View more
11-19-2018
10:22 PM
Faced the same issue on HDP 2.5.3. This issue comes if apache curator jars version is mismatched. Earlier in my implementation curator-farmework, curator-client and curator-reciepe jar version were not same. So corrected them to 2.7.1 and it is working fine for me.
... View more
12-06-2016
11:04 PM
Where does Nifi store the created templates on the server? I am unable to locate the directory.
... View more
03-10-2016
10:30 AM
1 Kudo
We used the guides you posted and now all works right! Thank you!
... View more
03-15-2016
11:11 AM
Thanks for the respone, although yesterday I just ended up redoing the whole process based on your article and it installed flawlessly, and everything is fine! Best regards,
Tamás
... View more
09-29-2017
07:29 AM
sort merge join to false worked fine for me. hive.auto.convert.sortmerge.join=false --Pravat Sutar
... View more
02-16-2016
10:28 AM
You're right, I had not though about config groups! Sorry and thank you a lot! 🙂
... View more
02-05-2016
10:44 AM
3 Kudos
After installing zeppelin all goes fine, but when you try to connect you may get a "disconnected" status on the notebook tab and you're unable to create any new note, while the interpreter tab works fine. If you checked you can reach the port on which zeppelin is listen, it may be an issue with your content filter firewall and you should see this log in your firewall application: 2016-02-04 15:47:58 Deny 192.168.0.128 40.112.76.49 http/tcp 57772 9995 1-Ecube 0-Internet ProxyDeny: HTTP Invalid Request-Line Format (TCP-UDP-isoardi OUT-00) HTTP-Client.isoardi proc_id="http-proxy" rc="594" msg_id="1AFF-0005" proxy_act="HTTP-Client.isoardi" line="\x81\x8d\xf2\x9eW\xfe\x89\xbc8\x8e\xd0\xa4u\xae\xbb\xd0\x10\xdc\x8f\x81\x8d\xf8]\xb8z\x83\x7f\xd7\x0a" Traffic The solution is to disable the content filter for the domain on which zeppelin is running
... View more
Labels:
02-04-2016
03:32 PM
@Davide Vergari Could you post it as an article? Thanks for sharing this.
... View more