Member since
09-09-2017
15
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2342 | 12-08-2017 07:20 PM |
12-09-2017
08:42 PM
hi @Amine Hallam , thanks for your response but i solved after 4 days searching . the problem was in the configuration of the apache server . i change the configuration of etc/apache2/envar , comment << EXPORT LNAG = C >> then uncomment ./etc/default/local i hope it help any
... View more
12-08-2017
07:20 PM
Yes, i read it , but it only mention the edit in hortonworks.hiveodbc.ini , and i made this edit but nothing changes @Amine Hallam , please what else can i do to make it work ;
... View more
12-07-2017
03:49 PM
i am using hortonworks ODBC-Hive to connect from php page to hive , the problem is to search not English character especially Arabic character i made change in the hortonworks.hiveodbc.ini to value << DriverManagerEncoding=UTF-8> , what further edit i can do in configuration of odbc driver
and when i query the result i have this value
\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u001a
... View more
Labels:
- Labels:
-
Apache Hive
11-23-2017
12:10 PM
@Matt Clarke Thanks for ur response but i have the first 3 values only , can't get the fourth value
... View more
11-23-2017
09:48 AM
@Matt Clarke
thank you for your response put the output drop the last column , it only get date , time , src . but don't get the dst 2017-11-23 11:45:25.044084 192.222.1.179.1214
... View more
11-22-2017
03:02 PM
i have this form of file as input ******************************************************************************************************* 2017-11-22 16:57:01.770651 IP 192.168.1.5.443 > 10.0.0.11.46250: Flags [P.], seq 1:47, ack 46, win 180, options [nop,nop,TS val 3232053199 ecr 2738373364], length 46 ************************************************************************************************************************************ i want to select only date,time,source,destination and then write them back in csv file . i use this script
reader = csv.reader(open(inputStream,"rb"),delimiter=' ')
for row in reader:
outputStream.write(str([row[0],row[1],row[3],row[5]]))
outputStream.write(str('\n')) put the output is like ['2017-11-18', '02:09:40.860818', '192.222.1.179.30106', '62.240.110.198.53:'] i want to remove the brackets and th qoutes
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache NiFi
09-30-2017
06:55 AM
@sbabu sure but i found my nifi.api.log about 90 MB , so this file has the last log nifi-app.tar.gz
... View more
09-28-2017
02:26 PM
root@ubuntu-VirtualBox:/home/ubuntu/Downloads/nifi-1.3.0# bin/nifi.sh start this is my directory if it's wrong just tell me @sbabu
... View more
09-28-2017
02:09 PM
@sbabu , thank u for reply . am sure i am in the write directory . but would you please explain what is nohup ?? thanks
... View more
09-28-2017
10:22 AM
bin/nifi.sh: 88: bin/nifi.sh: source: not found
Java home: /etc/java-8-openjdk
NiFi home: /home/mohmed/Downloads/nifi-1.3.0
Bootstrap Config File: /home/mohmed/Downloads/nifi-1.3.0/conf/bootstrap.conf
... View more
Labels:
- Labels:
-
Apache NiFi