Member since
06-22-2016
3
Posts
1
Kudos Received
0
Solutions
07-21-2016
03:01 PM
Hortonworks does not use puppet agent with HDP 1.3 but we still use puppet locally on each node invoked by Ambari Agent.
Currently there are no plans to support chef or puppet in a way that IT can manage configuration of HDP clusters from their own scripts. This article created by Hortonworks Support (Article: 000001181) on 2013-08-30 17:21 OS: n/a Type: Cluster_Admnistration
... View more
Labels:
07-21-2016
03:01 PM
1 Kudo
Oracle has recently changed the way they manage the process of license acceptance on JDK downloads. That change is preventing the use of a wget and also preventing a download straight onto your disk. This issue only occurs with gsInstaller. HMC installation works fine. We suggest to download both the JDK 6u26 32 bit and 64 bit JDKs from Oracle and set them up on each node and point to those directories in the gsInstaller.properties. http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u26-download-400750.html In gsInstaller.properties, please update the following config settings with the respective install locations: java32home= java64home= This article created by Hortonworks Support (Article: 000001180) on 2012-11-14 16:32 OS: n/a Type: Installation
... View more
Labels:
07-21-2016
03:01 PM
SYMPTOMS: Below is a sample query
CREATE VIEW salary AS SELECT fname, (CAST (lname AS STRING)) from Employees;
The result is:
FAILED: IllegalArgumentException replace op boundaries of <ReplaceOp@@17,43:47='lname',<26>,1:43..@17,43:47='lname',<26>,1:43:"`employees`.`lname`"> overlap with previous <ReplaceOp@@13,36:36='(',<266>,1:36..@23,59:59=')',<276>,1:59:"`employees`.`lname`"> hive>
ROOT CAUSE: Product defect
SOLUTION: Filed bug BUG-8944 that has been fixed in HDP 1.3.3 This article created by Hortonworks Support (Article: 000001718) on 2013-12-23 13:05 OS: Linux Type: Developing_Code
... View more
Labels: