Questions tagged [biginsights]

IBM InfoSphere BigInsights brings the power of Hadoop to the enterprise. Apache Hadoop is the open source software framework, used to reliably manage large volumes of structured and unstructured data.

IBM InfoSphere BigInsights

103 questions
0
votes
1 answer

IBM BigSheets Issue

I am getting some error in loading my files onto big sheets both directly from the HDFS( files that are output of pig scripts) and also raw data that is lying on the local hard disk. I have observed that whenever I am loading the files and issuing a…
CodeReaper
  • 377
  • 4
  • 18
0
votes
3 answers

Biginsights 3.0 and Yarn

I installed Biginsights 3.0, but there isn't Yarn. How can I install Yarn or may be I can turn on it? I searched any information on the IBM site, but there isn't any information about it.
Eugene Ilyushin
  • 602
  • 9
  • 14
0
votes
0 answers

Biginsights 3.0 silent installation using Chef

I am doing silent installation of Biginsights 3.0 using Chef. Strange thing is that if I invoke the installation without Chef recipe i.e manually "./silent-install.sh install.xml" it works fine. But when I invoke it through Chef recipe , it fails.…
Vinod
  • 83
  • 1
  • 2
  • 8
0
votes
1 answer

weird issue with Hive 0.12 in BigInsights 3.0

I have this simple query which is fine in hive 0.8 in IBM BigInsights2.0: SELECT * FROM patient WHERE hr > 50 LIMIT 5 However when I run this query using hive 0.12 in BigInsights3.0 it runs forever and returns no results. Actually the scenario is…
Henaras
  • 21
  • 4
0
votes
1 answer

Hadoop mapreduce Error: org.apache.hadoop.mapreduce.Counter

I am trying to use counters within my MapReduce program, but whenever I am trying to increment it I am getting following error: 14/04/18 12:22:51 INFO mapred.JobClient: Task Id : attempt_201404172237_0052_m_000003_0, Status : FAILED Error:…
ziky90
  • 2,627
  • 4
  • 33
  • 47
0
votes
1 answer

IBM BigInsights main class not found error

I have tried deploying my BigInsight natured Java program directly from Eclipse. But it is showing a "class not found" error. But when I added the runnable jar of the same project in run time dependencies while deploying the Application, it worked…
Amal Babu
  • 25
  • 2
  • 8
0
votes
2 answers

Pre-requisites for installing IBM InfoSphere BigInsights

Pre-requisites for installing IBM InfoSphere BigInsights Quick Start Edition are: -The root user must have passwordless ssh access to all machines in the cluster. -The installation administrator user account (admin) must have passwordless ssh access…
kattybilly
  • 117
  • 1
  • 8
0
votes
2 answers

IBM InfoSphere BigInsights with vmware image does not have the script

I am trying to install IBM InfoSphere BigInsights with the vmware image from IBM, i successfully loaded the image and the redhat screen was displayed according to this doc biginsight reademe everything worked perfectly but am not getting the "Start…
Tony
  • 1,120
  • 2
  • 11
  • 20
0
votes
1 answer

Jaql - top operator default order

Per IBM documentation at - http://publib.boulder.ibm.com/infocenter/bigins/v1r1/index.jsp?topic=%2Fcom.ibm.swg.im.infosphere.biginsights.doc%2Fdoc%2Fc0057749.html the default order of Jaql's top operator is ascending. But when I run it, I see the…
Sumod
  • 3,806
  • 9
  • 50
  • 69
-1
votes
1 answer

Testing BigInsights + Cloud Storage (How to use nodejs over this two components)

Hi I have been trying to test this two components on bluemix since last 2 days, I need to now if both of then has some robust library on NodeJs, because I have been trying the ones I found at npm and event the one featured at Bluemix Cloud Storage…
-1
votes
2 answers

sqoop - connect to oracle and import data to HDFS in IBM BigInsights

i want to connect to my database (oracle 10g) and import data to HDFS. i am using IBM big Insight Platform. but when i use below command : sqoop import --connect jdbc:oracle:thin://:1521/DB--username xxx --password xxx--table t…
Hamed Tamadon
  • 69
  • 1
  • 7
-1
votes
1 answer

Passwordless SSH error while Installing the Big Insight

I am getting below error while installing BigInsight in my Linux machine (RedHat 6.6). Kindly help me how to resolve this. [ERROR] Prerequisite check - Failed to use given credentials to access nodes.Either provide root password during add node or…
Ananth Francis
  • 141
  • 1
  • 4
  • 12
-1
votes
3 answers

Getting parameters from BigInsights

I developed a Java application and deployed it to BigInsights. But I had to give some parameters in code. How can I get them from BigInsights application page? I add input fields when i publish BigInsights project in parameters tab but how can i…
user1125953
  • 585
  • 2
  • 7
  • 18
1 2 3 4 5 6
7