Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2585 | 11-01-2016 05:43 PM | |
| 8583 | 11-01-2016 05:36 PM | |
| 4886 | 07-01-2016 03:20 PM | |
| 8221 | 05-25-2016 11:36 AM | |
| 4354 | 05-24-2016 05:27 PM |
12-09-2015
01:51 PM
1 Kudo
@sivasaravanakumar k Try this hadoop fs -text /hdfs_path/compressed_file.gz | hadoop fs -put -/hdfs_path/uncompressed-file.txt
... View more
12-09-2015
01:19 PM
1 Kudo
@sivasaravanakumar k You would need to do something like this gunzip -c fileinRC_2015-01.bz2 | hadoop fs -put - /path/fileinhdfs
... View more
12-08-2015
03:40 PM
Thanks @Andrew Watson ....It was related to the setup.
... View more
12-08-2015
12:43 PM
@mlanciaux Please see this thread.
... View more
12-08-2015
12:35 PM
@Randy Gelhausen Did you set this up in multinode cluster setup? I will try and update the thread.
... View more
12-08-2015
12:23 PM
1 Kudo
@Ali Bajwa Spark on YARN 4X usage compared to on MESOS* * http://cdn2.hubspot.net/hubfs/438089/DataBricks_Surveys_-_Content/Spark-Survey-2015-Infographic.pdf?t=1443116345933 Kerberos Support
Dynamic Executor Allocation – Scale up & down Dynamic Executor Allocation with Data locality (Hortonworks Eng added Data locality to dynamic
executor allocation) Better cluster utilization - More than one Executor
per node Spark on Mesos No Kerberos Support No data locality for Dynamic Executor Allocation Dynamic executor Allocation – Only scale down*** Inefficient cluster utilization – limits one executor
per slave**** http://spark.apache.org/docs/latest/running-on-mes... http://apache-spark-developers-list.1001551.n3.nab...
... View more
12-08-2015
02:59 AM
1 Kudo
@Mike Li I believe you are giving ldap url as Primary URL* {host:port} (ldap://ldap.xxxxxxx.com:389): ldap://ldap.xxxxx.com:389 Please see the following format. Primary URL* {host:port} xxxxx:389 ( You don't need to give ldap://xxxxx:389) http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.1/bk_Ambari_Security_Guide/content/_setting_up_ldap_user_authentication.html authentication.ldap.primaryUrlserver:portThe hostname and port for the LDAP or AD server. Example: my.ldap.server:389
... View more
12-07-2015
10:24 PM
@Mike Li As mentioned earlier Please check url. You are mentioning ldap://host:389 please provide host:389 instead ladp://host:389
... View more
12-07-2015
09:30 PM
@bpreachuk Could you share the ddl? I would like to reproduce in my env.
... View more