Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2599 | 11-01-2016 05:43 PM | |
| 8667 | 11-01-2016 05:36 PM | |
| 4912 | 07-01-2016 03:20 PM | |
| 8238 | 05-25-2016 11:36 AM | |
| 4376 | 05-24-2016 05:27 PM |
12-15-2015
03:03 AM
1 Kudo
@Arun Gopi
Try this https://github.com/abajwa-hw/security-workshops Knox http://hortonworks.com/hadoop/knox-gateway/#tutorials https://github.com/abajwa-hw/security-workshops/bl...
... View more
12-15-2015
12:18 AM
@Nikolaos Stanogias Can you make sure that you can access tables using hive cli? Are you getting that error from hive view?
... View more
12-15-2015
12:16 AM
@Erik Nor Is it only for one service? or all of it?
... View more
12-14-2015
02:13 PM
@cokorda putra susila I guess we can close this question for now. You can do it by accepting the jira response if you like.
... View more
12-14-2015
12:07 PM
@cokorda putra susila No. You can update that jira and vote for it
... View more
12-14-2015
12:05 PM
1 Kudo
@Suresh Bonam Skip --driver oracle.jdbc.driver.OracleDriver - Bug Run this sqoop import --connect jdbc:oracle:thin:@ipaddress:1521:orcl --username username --password password --table T_PROJECT --delete-target-dir --warehouse-dir /foo
... View more
12-14-2015
11:59 AM
1 Kudo
@cokorda putra susila Please see this https://issues.apache.org/jira/browse/SPARK-10795
... View more
12-14-2015
11:56 AM
@Suresh Bonam The problem is with "AS" operator Bug What is the ojdbc version?
... View more
12-14-2015
11:47 AM
2 Kudos
@Emily Sharpe
I don't see any option in -getmerge. I think you may want to write a shell script to remove .crc files from a particular location. Something like the following. You can run a cron to execute that find . -type f -name '*.crc' -exec rm {} +
... View more
12-14-2015
11:19 AM
@viswanatha reddy You can check at your end for future reference [hdfs@sandbox ~]$ spark-shell --version Welcome to ____ __ / __/__ ___ _____/ /__ _\ \/ _ \/ _ `/ __/ '_/ /___/ .__/\_,_/_/ /_/\_\ version 1.4.1 /_/ Type --help for more information. [hdfs@sandbox ~]$ rpm -qa | grep spark spark_2_3_2_0_2950-python-1.4.1.2.3.2.0-2950.el6.noarch spark_2_3_2_0_2950-worker-1.4.1.2.3.2.0-2950.el6.noarch spark_2_3_2_0_2950-master-1.4.1.2.3.2.0-2950.el6.noarch spark_2_3_2_0_2950-1.4.1.2.3.2.0-2950.el6.noarch [hdfs@sandbox ~]$
... View more