Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2565 | 11-01-2016 05:43 PM | |
| 8495 | 11-01-2016 05:36 PM | |
| 4856 | 07-01-2016 03:20 PM | |
| 8176 | 05-25-2016 11:36 AM | |
| 4321 | 05-24-2016 05:27 PM |
11-05-2015
03:15 PM
Thanks for taking time to update the thread
... View more
11-05-2015
12:43 PM
3 Kudos
@azeltov@hortonworks.com This is good information. Link Also, this one Apparently this is not very documented feature of Spark (and not an issue with Zeppelin itself)
Here is the code that works for me and solves the similar issue: %dep
z.load("mysql:mysql-connector-java:5.1.35") and then val driver = "com.mysql.jdbc.Driver"
val url = "jdbc:mysql://address=(protocol=tcp)(host=localhost)(port=3306)(user=...)(password=...)/dbname"
val jdbcDF = sqlc.load("jdbc", Map(
"url" -> url,
"driver" -> driver,
"dbtable" -> "table1"))
jdbcDF.registerTempTable("table1") Let me know if this helps!
... View more
11-05-2015
12:23 PM
@rgarcia@hortonworks.com Please see this Also, I have added Jeff & Mahadev in this loop.
... View more
11-05-2015
12:22 PM
@jeff@hortonworks.com @mahadev@hortonworks.com
... View more
11-05-2015
05:04 AM
@rgarcia@hortonworks.com Can you verify the repo version? try yum repo list in all the nodes + if you are using repo for correct OS
... View more
11-05-2015
04:14 AM
1 Kudo
You have to check the listener settings for oracle. Please see this Make sure that you are providing the correct service name or sid IO Error: The Network Adapter could not establish the connection ErrorCode: 17002 2015-11-04 11:46:20,196 [E] Can't establish connection,Change configuration or Contact Administrator!! Ranger cleanup from db curl --user admin:admin -i -H "X-Requested-By: ambari" -X DELETE http://`hostname -f`:8080/api/v1/clusters/<cluster name>/services/RANGER
[root@nsfed01 ~]# psql dbname username Password for user ambari: password given when you did ambari-server setup psql (8.4.20) Type "help" for help. ambari=> ambari=# ambari=> delete from hostcomponentstate where component_name like '%RANGER%'; DELETE 1 ambari=> delete from hostcomponentdesiredstate where component_namelike '%RANGER%'; DELETE 1 ambari=> delete from servicecomponentdesiredstate where component_namelike '%RANGER%'; DELETE 1 ambari=> commit; WARNING: there is no transaction in progress COMMIT ambari=> \q @skonduru@hortonworks.com Refresh browser and restart ambari.
... View more
11-05-2015
03:04 AM
@Ali Bajwa Jira is open but no timeline on support or updates. I wonder if there is a way to update jira to get some timelines.
... View more
11-05-2015
12:43 AM
1 Kudo
@Arpit Agarwal @Ali Bajwa As per my understanding, there is no official endorsement or certification approval. We know that HDP works with Microsoft AD/LDAP, MIT KDC and FreeIPA. Adding Balaji in the thread. @bganesan@hortonworks.com
... View more